index int64 0 66.5k | func_name stringlengths 2 5.36k | func_dep stringlengths 16 2.19k | func stringlengths 8 55.3k | test stringlengths 0 7.07k | opt stringclasses 4
values | language stringclasses 2
values | asm stringlengths 0 45.4k | ida_asm stringlengths 0 44.7k | ida_pseudo stringlengths 0 44.3k | ghidra_asm stringlengths 0 49.1k | ghidra_pseudo stringlengths 0 64.7k |
|---|---|---|---|---|---|---|---|---|---|---|---|
62,500 | js_os_symlink | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_symlink(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *target, *linkpath;
int err;
target = JS_ToCString(ctx, argv[0]);
if (!target)
return JS_EXCEPTION;
linkpath = JS_ToCString(ctx, argv[1]);
if (!linkpath) {
... | O0 | c | js_os_symlink:
subq $0x78, %rsp
movq %rsi, 0x38(%rsp)
movq %rdx, 0x40(%rsp)
movq %rdi, 0x30(%rsp)
movl %ecx, 0x2c(%rsp)
movq %r8, 0x20(%rsp)
movq 0x30(%rsp), %rdi
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x8(%rax), %rdx
callq 0x147e0
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x18(%rsp)
jne 0x1b575
movl $0x0, 0x48(%rsp)
movq... | js_os_symlink:
sub rsp, 78h
mov [rsp+78h+var_40], rsi
mov [rsp+78h+var_38], rdx
mov [rsp+78h+var_48], rdi
mov [rsp+78h+var_4C], ecx
mov [rsp+78h+var_58], r8
mov rdi, [rsp+78h+var_48]
mov rax, [rsp+78h+var_58]
mov rsi, [rax]
mov rdx, [rax+8]
call JS_ToCString
mov [rsp+78h+v... | long long js_os_symlink(long long a1, long long a2, long long a3, long long a4, long long *a5)
{
int v5; // eax
int errno; // [rsp+Ch] [rbp-6Ch]
long long v8; // [rsp+10h] [rbp-68h]
long long v9; // [rsp+18h] [rbp-60h]
long long v11; // [rsp+48h] [rbp-30h]
long long v12; // [rsp+68h] [rbp-10h]
v9 = JS_T... | js_os_symlink:
SUB RSP,0x78
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x40],RDX
MOV qword ptr [RSP + 0x30],RDI
MOV dword ptr [RSP + 0x2c],ECX
MOV qword ptr [RSP + 0x20],R8
MOV RDI,qword ptr [RSP + 0x30]
MOV RAX,qword ptr [RSP + 0x20]
MOV RSI,qword ptr [RAX]
MOV RDX,qword ptr [RAX + 0x8]
CALL 0x001147e0
MOV qw... |
int1 [16] js_os_symlink(int8 param_1)
{
int1 auVar1 [16];
int iVar2;
char *__from;
char *__to;
int8 *in_R8;
int4 local_30;
int4 uStack_2c;
int8 local_28;
int4 uStack_c;
__from = (char *)JS_ToCString(param_1,*in_R8,in_R8[1]);
if (__from == (char *)0x0) {
local_30 = 0;
local_28 = 6;
... | |
62,501 | js_os_symlink | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_symlink(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *target, *linkpath;
int err;
target = JS_ToCString(ctx, argv[0]);
if (!target)
return JS_EXCEPTION;
linkpath = JS_ToCString(ctx, argv[1]);
if (!linkpath) {
... | O3 | c | js_os_symlink:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r13
movq %rdi, %rbx
movq (%r8), %rdx
movq 0x8(%r8), %rcx
xorl %r12d, %r12d
xorl %esi, %esi
xorl %r8d, %r8d
callq 0x21353
movl $0x6, %r15d
testq %rax, %rax
je 0x1a920
movq %rax, %r14
movq 0x10(%r13), %rdx
movq 0x18(%r1... | js_os_symlink:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r13, r8
mov rbx, rdi
mov rdx, [r8]
mov rcx, [r8+8]
xor r12d, r12d
xor esi, esi
xor r8d, r8d
call JS_ToCStringLen2
mov r15d, 6
test rax, rax
jz short loc_1A920
mov r14, ra... | long long js_os_symlink(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v6; // r12
long long v7; // rax
long long v8; // r14
long long v9; // rax
long long v10; // r12
unsigned int v11; // ebp
v6 = 0LL;
v7 = JS_ToCStringLen2(a1, 0LL, *a5, a5[1], 0LL);
if ( v7 )
{
... | js_os_symlink:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R13,R8
MOV RBX,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
XOR R12D,R12D
XOR ESI,ESI
XOR R8D,R8D
CALL 0x00121353
MOV R15D,0x6
TEST RAX,RAX
JZ 0x0011a920
MOV R14,RAX
MOV RDX,qword ptr [R13 + 0x10]
MOV RCX,qword ptr [R13 + 0x18]... |
int js_os_symlink(int8 param_1)
{
int iVar1;
char *__from;
char *__to;
int *piVar2;
int8 *in_R8;
iVar1 = 0;
__from = (char *)JS_ToCStringLen2(param_1,0,*in_R8,in_R8[1],0);
if (__from != (char *)0x0) {
__to = (char *)JS_ToCStringLen2(param_1,0,in_R8[2],in_R8[3],0);
if (__to == (char *)0x0) {... | |
62,502 | evmc::hex[abi:cxx11](std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>) | corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/evmc/include/evmc/hex.hpp | inline std::string hex(bytes_view bs)
{
std::string str;
str.reserve(bs.size() * 2);
for (const auto b : bs)
str += hex(b);
return str;
} | O3 | cpp | evmc::hex[abi:cxx11](std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rsp)
movq %rax, (%rdi)
movq $0x0, 0x8(%rdi)
movb $0x0, 0x10... | _ZN4evmc3hexB5cxx11ESt17basic_string_viewIhNS_11byte_traitsIhEEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rsp+58h+var_58], rax
mov [rdi], rax
mov qword ptr [rdi+8], 0
mov byte ... | long long evmc::hex[abi:cxx11](long long a1, long long a2, long long a3)
{
long long i; // rbp
__int16 v6; // [rsp+18h] [rbp-40h] BYREF
char v7; // [rsp+1Ah] [rbp-3Eh]
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
std::string::reserve(a1, 2 * a2);
if ( a2 )
{
for (... | hex[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RSP],RAX
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
ADD RSI,RSI
LAB_0014cd81:
CALL 0x0014d068
TEST R15,R15
JZ 0x0014cdfc
LEA... |
/* WARNING: Removing unreachable block (ram,0x0014cde7) */
/* evmc::hex[abi:cxx11](std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char> >) */
string * evmc::hex_abi_cxx11_(string *param_1,long param_2,long param_3)
{
long lVar1;
int2 local_40;
int1 uStack_3e;
*(string **)param_1 = param_... | |
62,503 | pfs_start_sp_v1 | eloqsql/storage/perfschema/pfs.cc | PSI_sp_locker* pfs_start_sp_v1(PSI_sp_locker_state *state,
PSI_sp_share *sp_share)
{
assert(state != NULL);
if (! flag_global_instrumentation)
return NULL;
if (flag_thread_instrumentation)
{
PFS_thread *pfs_thread= my_thread_get_THR_PFS();
if (unlikely(pfs_thread == N... | O0 | cpp | pfs_start_sp_v1:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
leaq 0x3b7ba9(%rip), %rax # 0x40c000
testb $0x1, (%rax)
jne 0x54469
movq $0x0, -0x8(%rbp)
jmp 0x5452d
leaq 0x3b7bd0(%rip), %rax # 0x40c040
testb $0x1, (%rax)
je 0x544b6
callq 0x4d760
movq %rax, -0x20(%rbp)
c... | pfs_start_sp_v1:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
lea rax, flag_global_instrumentation
test byte ptr [rax], 1
jnz short loc_54469
mov [rbp+var_8], 0
jmp loc_5452D
loc_54469:
lea rax, flag_thread_instrumentation
test byte ptr [rax... | long long pfs_start_sp_v1(long long a1, long long a2)
{
long long THR_PFS; // [rsp+10h] [rbp-20h]
if ( (flag_global_instrumentation & 1) == 0 )
return 0LL;
if ( (flag_thread_instrumentation & 1) != 0 )
{
THR_PFS = my_thread_get_THR_PFS();
if ( !THR_PFS )
return 0LL;
if ( (*(_BYTE *)(THR_... | pfs_start_sp_v1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
LEA RAX,[0x50c000]
TEST byte ptr [RAX],0x1
JNZ 0x00154469
MOV qword ptr [RBP + -0x8],0x0
JMP 0x0015452d
LAB_00154469:
LEA RAX,[0x50c040]
TEST byte ptr [RAX],0x1
JZ 0x001544b6
CALL 0x0014d760
MOV qword ptr ... |
uint * pfs_start_sp_v1(uint *param_1,long param_2)
{
long lVar1;
int8 uVar2;
uint *local_10;
if ((flag_global_instrumentation & 1) == 0) {
return (uint *)0x0;
}
if ((flag_thread_instrumentation & 1) != 0) {
lVar1 = my_thread_get_THR_PFS();
if (lVar1 == 0) {
return (uint *)0x0;
}
... | |
62,504 | nglog::(anonymous namespace)::LogCleaner::IsLogLastModifiedOver(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l>>> const&) const | ng-log[P]ng-log/src/logging.cc | bool LogCleaner::IsLogLastModifiedOver(
const string& filepath,
const std::chrono::system_clock::time_point& current_time) const {
// Try to get the last modified time of this file.
struct stat file_stat;
if (stat(filepath.c_str(), &file_stat) == 0) {
const auto last_modified_time =
std::chro... | O0 | cpp | nglog::(anonymous namespace)::LogCleaner::IsLogLastModifiedOver(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l>>> const&) const:
pushq %rbp
movq %rsp, %rbp
subq $0xd0, %... | _ZNK5nglog12_GLOBAL__N_110LogCleaner21IsLogLastModifiedOverERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNSt6chrono10time_pointINSA_3_V212system_clockENSA_8durationIlSt5ratioILl1ELl1000000000EEEEEE:
push rbp
mov rbp, rsp
sub rsp, 0D0h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rb... | char nglog::`anonymous namespace'::LogCleaner::IsLogLastModifiedOver(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long v5; // [rsp+10h] [rbp-C0h] BYREF
long long v6; // [rsp+18h] [rbp-B8h] BYREF
long long v7[18]; // [rsp+20h] [rbp-B0h] BYREF
long long v8; // [rsp+B0h] [rbp-20h]
lon... | IsLogLastModifiedOver:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xd0
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0xc8],RAX
MOV RDI,qword ptr [RBP + -0x18]
CALL 0x0010a340
MOV RDI,RAX
LEA RSI,[RBP + -0xb0]
CALL 0x0010a710
CMP E... |
/* nglog::(anonymous namespace)::LogCleaner::IsLogLastModifiedOver(std::__cxx11::string const&,
std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long,
std::ratio<1l, 1000000000l> > > const&) const */
int8 __thiscall
nglog::(anonymous_namespace)::LogCleaner::IsLogLastModifiedOver
... | |
62,505 | ma_ft_del | eloqsql/storage/maria/ma_ft_update.c | int _ma_ft_del(MARIA_HA *info, uint keynr, uchar *keybuf, const uchar *record,
my_off_t pos)
{
int error= -1;
FT_WORD *wlist;
DBUG_ENTER("_ma_ft_del");
DBUG_PRINT("enter",("keynr: %d",keynr));
if ((wlist= _ma_ft_parserecord(info, keynr, record, &info->ft_memroot)))
error= _ma_ft_erase(info,keynr,... | O0 | c | ma_ft_del:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl $0xffffffff, -0x2c(%rbp) # imm = 0xFFFFFFFF
jmp 0x73494
movq -0x8(%rbp), %rdi
movl -0xc(%rbp), %esi
movq -0x20(%rbp), %rdx
movq -0x8(%rbp), %rcx
add... | _ma_ft_del:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], 0FFFFFFFFh
jmp short $+2
loc_73494:
mov rdi, [rbp+var_8]
mov esi, [rbp+var_C]
mov rdx, [rbp+var_2... | long long ma_ft_del(long long *a1, unsigned int a2, _BYTE *a3, long long a4, long long a5)
{
_QWORD *v6; // [rsp+8h] [rbp-38h]
unsigned int v7; // [rsp+14h] [rbp-2Ch]
v7 = -1;
v6 = (_QWORD *)ma_ft_parserecord(a1, a2, a4, (long long)(a1 + 101));
if ( v6 )
v7 = ma_ft_erase(a1, a2, a3, v6, a5);
free_root... | _ma_ft_del:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c],0xffffffff
JMP 0x00173494
LAB_00173494:
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,dword ptr ... |
int4
_ma_ft_del(long param_1,int4 param_2,int8 param_3,int8 param_4,int8 param_5)
{
long lVar1;
int4 local_34;
local_34 = 0xffffffff;
lVar1 = _ma_ft_parserecord(param_1,param_2,param_4,param_1 + 0x328);
if (lVar1 != 0) {
local_34 = _ma_ft_erase(param_1,param_2,param_3,lVar1,param_5);
}
free_root(... | |
62,506 | convert_fast_array_to_array | bluesky950520[P]quickjs/quickjs.c | int convert_fast_array_to_array(JSContext *ctx,
JSObject *p)
{
JSProperty *pr;
JSShape *sh;
JSValue *tab;
uint32_t i, len, new_count;
if (js_shape_prepare_update(ctx, p, NULL))
return -1;
len = p->u.array.count;
/* resize ... | O0 | c | convert_fast_array_to_array:
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
movq 0x48(%rsp), %rdi
movq 0x40(%rsp), %rsi
xorl %eax, %eax
movl %eax, %edx
callq 0x346b0
cmpl $0x0, %eax
je 0x34e93
movl $0xffffffff, 0x54(%rsp) # imm = 0xFFFFFFFF
jmp 0x34fd5
movq 0x40(%rsp), %rax
movl 0x40(%rax), %eax
movl %eax... | convert_fast_array_to_array:
sub rsp, 58h
mov [rsp+58h+var_10], rdi
mov [rsp+58h+var_18], rsi
mov rdi, [rsp+58h+var_10]
mov rsi, [rsp+58h+var_18]
xor eax, eax
mov edx, eax
call js_shape_prepare_update
cmp eax, 0
jz short loc_34E93
mov [rsp+58h+var_4], 0FFFFFFFFh
jmp loc_3... | long long convert_fast_array_to_array(long long a1, long long a2)
{
unsigned int v2; // eax
_QWORD *v3; // rcx
unsigned int v5; // [rsp+1Ch] [rbp-3Ch]
unsigned int v6; // [rsp+20h] [rbp-38h]
unsigned int i; // [rsp+24h] [rbp-34h]
_QWORD *v8; // [rsp+28h] [rbp-30h]
long long v9; // [rsp+30h] [rbp-28h]
_... | convert_fast_array_to_array:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDI
MOV qword ptr [RSP + 0x40],RSI
MOV RDI,qword ptr [RSP + 0x48]
MOV RSI,qword ptr [RSP + 0x40]
XOR EAX,EAX
MOV EDX,EAX
CALL 0x001346b0
CMP EAX,0x0
JZ 0x00134e93
MOV dword ptr [RSP + 0x54],0xffffffff
JMP 0x00134fd5
LAB_00134e93:
MOV RAX,qword ptr [RS... |
int4 convert_fast_array_to_array(int8 param_1,long param_2)
{
uint uVar1;
int iVar2;
uint uVar3;
int4 uVar4;
int8 *puVar5;
uint local_34;
int8 *local_30;
int4 local_4;
iVar2 = js_shape_prepare_update(param_1,param_2,0);
if (iVar2 == 0) {
uVar1 = *(uint *)(param_2 + 0x40);
uVar3 = *(int ... | |
62,507 | convert_fast_array_to_array | bluesky950520[P]quickjs/quickjs.c | int convert_fast_array_to_array(JSContext *ctx,
JSObject *p)
{
JSProperty *pr;
JSShape *sh;
JSValue *tab;
uint32_t i, len, new_count;
if (js_shape_prepare_update(ctx, p, NULL))
return -1;
len = p->u.array.count;
/* resize ... | O1 | c | convert_fast_array_to_array:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
xorl %edx, %edx
callq 0x2570a
movl $0xffffffff, %ebp # imm = 0xFFFFFFFF
testl %eax, %eax
jne 0x25c36
movl 0x40(%rbx), %r15d
movq 0x18(%rbx), %rax
movl 0x28(%rax), %ecx
addl %r15d, %ecx
cmpl 0x24(%ra... | convert_fast_array_to_array:
push rbp
push r15
push r14
push r12
push rbx
mov rbx, rsi
mov r14, rdi
xor edx, edx
call js_shape_prepare_update
mov ebp, 0FFFFFFFFh
test eax, eax
jnz short loc_25C36
mov r15d, [rbx+40h]
mov rax, [rbx+18h]
mov ecx, [rax+28h]
add ecx, ... | long long convert_fast_array_to_array(long long a1, long long a2)
{
unsigned int v2; // ebp
int v3; // r15d
__int128 *v4; // r12
int i; // ebp
_OWORD *v6; // rax
__int128 v7; // xmm0
v2 = -1;
if ( !(unsigned int)js_shape_prepare_update(a1, a2, 0LL) )
{
v3 = *(_DWORD *)(a2 + 64);
if ( (unsign... | convert_fast_array_to_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
XOR EDX,EDX
CALL 0x0012570a
MOV EBP,0xffffffff
TEST EAX,EAX
JNZ 0x00125c36
MOV R15D,dword ptr [RBX + 0x40]
MOV RAX,qword ptr [RBX + 0x18]
MOV ECX,dword ptr [RAX + 0x28]
ADD ECX,R15D
CMP ECX,dword ptr [RAX + 0x24]
JBE 0x001... |
int4 convert_fast_array_to_array(int8 param_1,long param_2)
{
uint uVar1;
int4 uVar2;
int4 uVar3;
int4 uVar4;
int iVar5;
int4 *puVar6;
uint uVar7;
int4 uVar8;
int4 *puVar9;
iVar5 = js_shape_prepare_update(param_1,param_2,0);
uVar8 = 0xffffffff;
if (iVar5 == 0) {
uVar1 = *(uint *)(param_... | |
62,508 | convert_fast_array_to_array | bluesky950520[P]quickjs/quickjs.c | int convert_fast_array_to_array(JSContext *ctx,
JSObject *p)
{
JSProperty *pr;
JSShape *sh;
JSValue *tab;
uint32_t i, len, new_count;
if (js_shape_prepare_update(ctx, p, NULL))
return -1;
len = p->u.array.count;
/* resize ... | O3 | c | convert_fast_array_to_array:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
xorl %edx, %edx
callq 0x25d55
movl $0xffffffff, %ebp # imm = 0xFFFFFFFF
testl %eax, %eax
jne 0x262a2
movl 0x40(%rbx), %r12d
movq 0x18(%rbx), %rax
movl 0x28(%rax), %ecx
addl %r12d, %ecx
cmpl 0x24(%ra... | convert_fast_array_to_array:
push rbp
push r15
push r14
push r12
push rbx
mov rbx, rsi
mov r14, rdi
xor edx, edx
call js_shape_prepare_update
mov ebp, 0FFFFFFFFh
test eax, eax
jnz short loc_262A2
mov r12d, [rbx+40h]
mov rax, [rbx+18h]
mov ecx, [rax+28h]
add ecx, ... | long long convert_fast_array_to_array(long long a1, long long a2)
{
unsigned int v2; // ebp
int v3; // r12d
__int128 *v4; // r15
int i; // ebp
_OWORD *v6; // rax
__int128 v7; // xmm0
v2 = -1;
if ( !(unsigned int)js_shape_prepare_update(a1, a2, 0LL) )
{
v3 = *(_DWORD *)(a2 + 64);
if ( (unsign... | convert_fast_array_to_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
XOR EDX,EDX
CALL 0x00125d55
MOV EBP,0xffffffff
TEST EAX,EAX
JNZ 0x001262a2
MOV R12D,dword ptr [RBX + 0x40]
MOV RAX,qword ptr [RBX + 0x18]
MOV ECX,dword ptr [RAX + 0x28]
ADD ECX,R12D
CMP ECX,dword ptr [RAX + 0x24]
JBE 0x001... |
int4 convert_fast_array_to_array(int8 param_1,long param_2)
{
uint uVar1;
int4 uVar2;
int4 uVar3;
int4 uVar4;
int iVar5;
int4 *puVar6;
uint uVar7;
int4 uVar8;
int4 *puVar9;
iVar5 = js_shape_prepare_update(param_1,param_2,0);
uVar8 = 0xffffffff;
if (iVar5 == 0) {
uVar1 = *(uint *)(param_... | |
62,509 | js_proxy_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue target, handler;
JSValue obj;
JSProxyData *s;
target = argv[0];
handler = argv[1];
if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT ||
JS_VALUE_GET_T... | O0 | c | js_proxy_constructor:
subq $0xc8, %rsp
movq %rsi, 0xa8(%rsp)
movq %rdx, 0xb0(%rsp)
movq %rdi, 0xa0(%rsp)
movl %ecx, 0x9c(%rsp)
movq %r8, 0x90(%rsp)
movq 0x90(%rsp), %rax
movq (%rax), %rcx
movq %rcx, 0x80(%rsp)
movq 0x8(%rax), %rax
movq %rax, 0x88(%rsp)
movq 0x90(%rsp), %rax
movq 0x10(%rax), %rcx
movq %rcx, 0x70(%rsp)
m... | js_proxy_constructor:
sub rsp, 0C8h
mov [rsp+0C8h+var_20], rsi
mov [rsp+0C8h+var_18], rdx
mov [rsp+0C8h+var_28], rdi
mov [rsp+0C8h+var_2C], ecx
mov [rsp+0C8h+var_38], r8
mov rax, [rsp+0C8h+var_38]
mov rcx, [rax]
mov [rsp+0C8h+var_48], rcx
mov rax, [rax+8]
mov [rsp+0C8h+var_40... | long long js_proxy_constructor(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
long long a12,
long long a13,
long long a14... | js_proxy_constructor:
SUB RSP,0xc8
MOV qword ptr [RSP + 0xa8],RSI
MOV qword ptr [RSP + 0xb0],RDX
MOV qword ptr [RSP + 0xa0],RDI
MOV dword ptr [RSP + 0x9c],ECX
MOV qword ptr [RSP + 0x90],R8
MOV RAX,qword ptr [RSP + 0x90]
MOV RCX,qword ptr [RAX]
MOV qword ptr [RSP + 0x80],RCX
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [... |
int1 [16] js_proxy_constructor(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
int1 uVar5;
int iVar6;
int4 uVar7;
int8 uVar8;
int1 (*pauVar9) [16];
int8 *in_R8;
int1 auVar10 [16];
uint uStack_8c;
int4 local_10;
int4 uStack_c;
int8 local_8;
uVar7 = uStack_c;
uVar1 ... | |
62,510 | js_proxy_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue target, handler;
JSValue obj;
JSProxyData *s;
target = argv[0];
handler = argv[1];
if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT ||
JS_VALUE_GET_T... | O1 | c | js_proxy_constructor:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r15
movq 0x8(%r8), %r12
movq 0x18(%r8), %r13
movl %r13d, %eax
notl %eax
movl %r12d, %ebp
movl $0xffffffff, %ecx # imm = 0xFFFFFFFF
xorq %rbp, %rcx
orq %rcx, %rax
je 0x35a03
leaq 0x69638(%rip), %rsi... | js_proxy_constructor:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r15, rdi
mov r12, [r8+8]
mov r13, [r8+18h]
mov eax, r13d
not eax
mov ebp, r12d
mov ecx, 0FFFFFFFFh
xor rcx, rbp
or rax, rcx
jz short loc_35A03
lea rsi, aOperan... | unsigned long long js_proxy_constructor(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long *a13,
lon... | js_proxy_constructor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDI
MOV R12,qword ptr [R8 + 0x8]
MOV R13,qword ptr [R8 + 0x18]
MOV EAX,R13D
NOT EAX
MOV EBP,R12D
MOV ECX,0xffffffff
XOR RCX,RBP
OR RAX,RCX
JZ 0x00135a03
LEA RSI,[0x19f025]
XOR EBX,EBX
MOV RDI,R15
XOR EAX,EAX
CALL 0x00122567... |
int1 [16] js_proxy_constructor(long param_1)
{
ulong uVar1;
int8 uVar2;
int *piVar3;
int *piVar4;
int1 uVar5;
byte bVar6;
int8 *puVar7;
ulong uVar8;
int8 *in_R8;
int1 auVar9 [16];
int1 auVar10 [16];
int local_48;
uVar1 = in_R8[1];
uVar2 = in_R8[3];
if ((int)uVar2 == -1 && (uVar1 & 0x... | |
62,511 | js_proxy_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue target, handler;
JSValue obj;
JSProxyData *s;
target = argv[0];
handler = argv[1];
if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT ||
JS_VALUE_GET_T... | O2 | c | js_proxy_constructor:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %r15
movq 0x8(%r8), %r13
movl %r13d, %eax
notl %eax
movq 0x18(%r8), %r12
movl %r12d, %ecx
notl %ecx
orl %eax, %ecx
je 0x2f262
movq %r15, %rdi
callq 0x1d5e1
pushq $0x6
popq %rbx
xorl %r14d, %r14d
xorl %ecx... | js_proxy_constructor:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rdi
mov r13, [r8+8]
mov eax, r13d
not eax
mov r12, [r8+18h]
mov ecx, r12d
not ecx
or ecx, eax
jz short loc_2F262
mov rdi, r15
call JS_ThrowTypeErrorNotAnOb... | unsigned long long js_proxy_constructor(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
long long a12,
_QWORD *a13,
long l... | js_proxy_constructor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RDI
MOV R13,qword ptr [R8 + 0x8]
MOV EAX,R13D
NOT EAX
MOV R12,qword ptr [R8 + 0x18]
MOV ECX,R12D
NOT ECX
OR ECX,EAX
JZ 0x0012f262
MOV RDI,R15
CALL 0x0011d5e1
LAB_0012f255:
PUSH 0x6
POP RBX
XOR R14D,R14D
XOR ECX,ECX
JMP 0x00... |
int1 [16] js_proxy_constructor(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int *piVar3;
int *piVar4;
int1 uVar5;
int8 *puVar6;
ulong uVar7;
int8 *in_R8;
int1 auVar8 [16];
int1 auVar9 [16];
int local_48;
uVar1 = in_R8[1];
uVar2 = in_R8[3];
if ((int)uVar2 == -1 && (int)uVar1 == -1) {
piV... | |
62,512 | get_collation_number_internal | eloqsql/mysys/charset.c | static uint
get_collation_number_internal(const char *name)
{
CHARSET_INFO **cs;
for (cs= all_charsets;
cs < all_charsets + array_elements(all_charsets);
cs++)
{
if (cs[0] && cs[0]->coll_name.str &&
!my_strcasecmp(&my_charset_latin1, cs[0]->coll_name.str, name))
return cs[0]->numb... | O3 | c | get_collation_number_internal:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
movq $-0x8, %r15
leaq 0x3a96a1(%rip), %r12 # 0x403270
leaq 0x308b3a(%rip), %r14 # 0x362710
movq 0x8(%r12,%r15), %rax
testq %rax, %rax
je 0x59bfd
movq 0x20(%rax), %rsi
testq %rsi, %rsi
je 0x59bfd
m... | get_collation_number_internal:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdi
mov r15, 0FFFFFFFFFFFFFFF8h
lea r12, all_charsets
lea r14, my_charset_latin1
loc_59BD6:
mov rax, [r12+r15+8]
test rax, rax
jz short loc_59BFD
mov rsi, [rax+20h]
test ... | long long get_collation_number_internal(long long a1)
{
long long v1; // r15
long long v2; // rax
long long v3; // rsi
v1 = 0x1FFFFFFFFFFFFFFFLL;
while ( 1 )
{
v2 = all_charsets[v1 + 1];
if ( v2 )
{
v3 = *(_QWORD *)(v2 + 32);
if ( v3 )
{
if ( !(*(unsigned int ( **)(vo... | get_collation_number_internal:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
MOV R15,-0x8
LEA R12,[0x503270]
LEA R14,[0x462710]
LAB_00159bd6:
MOV RAX,qword ptr [R12 + R15*0x1 + 0x8]
TEST RAX,RAX
JZ 0x00159bfd
MOV RSI,qword ptr [RAX + 0x20]
TEST RSI,RSI
JZ 0x00159bfd
MOV RAX,qword ptr [R14 + 0xc0]... |
int4 get_collation_number_internal(int8 param_1)
{
long lVar1;
int iVar2;
ulong uVar3;
uVar3 = 0xfffffffffffffff8;
while (((*(long *)((long)&DAT_00503278 + uVar3) == 0 ||
(lVar1 = *(long *)(*(long *)((long)&DAT_00503278 + uVar3) + 0x20), lVar1 == 0)) ||
(iVar2 = (**(code **)(PTR_my_col... | |
62,513 | LefDefParser::lefwAntennaInOutDiffArea(double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwAntennaInOutDiffArea(double inOutDiffArea)
{
lefw54Num = LEFW_ANTENNAINOUTDIFFAREA;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (!lefwDidInit)
return LEFW_BAD_ORDER;
if (lefwState != LEFW_INIT && lefwState < LEFW_END)
return LEFW_BAD_ORDER; // not of the ENDs
if (le... | O0 | cpp | LefDefParser::lefwAntennaInOutDiffArea(double):
subq $0x18, %rsp
movsd %xmm0, 0x8(%rsp)
movl $0x62, 0xafd8(%rip) # 0x32d4c
leaq 0xb085(%rip), %rax # 0x32e00
cmpq $0x0, (%rax)
jne 0x27d8e
movl $0x1, 0x14(%rsp)
jmp 0x27e7a
leaq 0xb2bf(%rip), %rax # 0x33054
cmpl $0x0, (%rax)
jne 0x27da7
movl $0x2, 0x14(%rsp)... | _ZN12LefDefParser24lefwAntennaInOutDiffAreaEd:
sub rsp, 18h
movsd [rsp+18h+var_10], xmm0
mov cs:_ZN12LefDefParserL9lefw54NumE, 62h ; 'b'; LefDefParser::lefw54Num
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_27D8E
mov [rsp+18h+var_4], 1
jmp ... | long long LefDefParser::lefwAntennaInOutDiffArea(
LefDefParser *this,
double a2,
long long a3,
int a4,
int a5,
int a6,
int a7)
{
LefDefParser::lefw54Num = 98;
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
if ( LefDefParser::lefwDidInit )
{
if ( ... | lefwAntennaInOutDiffArea:
SUB RSP,0x18
MOVSD qword ptr [RSP + 0x8],XMM0
MOV dword ptr [0x00132d4c],0x62
LEA RAX,[0x132e00]
CMP qword ptr [RAX],0x0
JNZ 0x00127d8e
MOV dword ptr [RSP + 0x14],0x1
JMP 0x00127e7a
LAB_00127d8e:
LEA RAX,[0x133054]
CMP dword ptr [RAX],0x0
JNZ 0x00127da7
MOV dword ptr [RSP + 0x14],0x2
JMP 0x001... |
/* LefDefParser::lefwAntennaInOutDiffArea(double) */
int4 LefDefParser::lefwAntennaInOutDiffArea(double param_1)
{
int4 local_4;
lefw54Num = 0x62;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if (lefwDidInit == 0) {
local_4 = 2;
}
else if ((lefwState == 1) || (0x4e < lefwState)) {
... | |
62,514 | mcp::sse_client::call_tool(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | hkr04[P]cpp-mcp/src/mcp_sse_client.cpp | json sse_client::call_tool(const std::string& tool_name, const json& arguments) {
return send_request("tools/call", {
{"name", tool_name},
{"arguments", arguments}
}).result;
} | O1 | cpp | mcp::sse_client::call_tool(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | _ZN3mcp10sse_client9call_toolERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKN8nlohmann16json_abi_v3_11_310basic_jsonINSA_11ordered_mapESt6vectorS6_blmdSaNSA_14adl_serializerESD_IhSaIhEEvEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 118h
mov r12, rcx
mov rbx, ... | _OWORD * mcp::sse_client::call_tool(_OWORD *a1, long long a2, long long a3, long long a4)
{
long long i; // rbx
long long j; // rbx
long long k; // rbx
void *v10[2]; // [rsp+8h] [rbp-140h] BYREF
_QWORD v11[2]; // [rsp+18h] [rbp-130h] BYREF
_BYTE v12[16]; // [rsp+28h] [rbp-120h] BYREF
_BYTE v13[16]; // [rs... | call_tool:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x118
MOV R12,RCX
MOV RBX,RDX
MOV R15,RSI
MOV R14,RDI
LEA RAX,[RSP + 0x18]
MOV qword ptr [RAX + -0x10],RAX
LEA RSI,[0x143b85]
LEA RDX,[0x143b8f]
LEA RDI,[RSP + 0x8]
CALL 0x0010ba4e
LEA RBP,[RSP + 0x68]
LAB_00112b4b:
LEA RSI,[0x143a6a]
MOV R13,RBP
... |
/* mcp::sse_client::call_tool(std::__cxx11::string const&,
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | |
62,515 | mcp::sse_client::call_tool(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | hkr04[P]cpp-mcp/src/mcp_sse_client.cpp | json sse_client::call_tool(const std::string& tool_name, const json& arguments) {
return send_request("tools/call", {
{"name", tool_name},
{"arguments", arguments}
}).result;
} | O2 | cpp | mcp::sse_client::call_tool(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | _ZN3mcp10sse_client9call_toolERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKN8nlohmann16json_abi_v3_11_310basic_jsonINSA_11ordered_mapESt6vectorS6_blmdSaNSA_14adl_serializerESD_IhSaIhEEvEE:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 120h
mov r12, rcx
mov rbx, rdx
mov ... | _OWORD * mcp::sse_client::call_tool(_OWORD *a1, long long a2, long long a3, long long a4)
{
long long i; // rbx
long long j; // rbx
long long k; // rbx
_BYTE v10[16]; // [rsp+10h] [rbp-138h] BYREF
_BYTE v11[24]; // [rsp+20h] [rbp-128h] BYREF
_BYTE v12[24]; // [rsp+38h] [rbp-110h] BYREF
_BYTE v13[24]; // [... | call_tool:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x120
MOV R12,RCX
MOV RBX,RDX
MOV R15,RSI
MOV R14,RDI
LEA RSI,[0x139b3d]
LEA RDI,[RSP + 0x80]
LEA RDX,[RSP + 0xf]
CALL 0x001099ce
LAB_00110828:
LEA RSI,[0x139a22]
LEA RDI,[RSP + 0x20]
CALL 0x00109df4
LEA RDI,[RSP + 0x38]
LAB_0011083e:
MOV RSI,RBX
CALL 0x00... |
/* mcp::sse_client::call_tool(std::__cxx11::string const&,
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | |
62,516 | mi_pack_rec_unpack | eloqsql/storage/myisam/mi_packrec.c | int _mi_pack_rec_unpack(register MI_INFO *info, MI_BIT_BUFF *bit_buff,
register uchar *to, uchar *from, ulong reclength)
{
uchar *end_field;
reg3 MI_COLUMNDEF *end;
MI_COLUMNDEF *current_field;
MYISAM_SHARE *share=info->s;
DBUG_ENTER("_mi_pack_rec_unpack");
init_bit_buffer(bit_buff,... | O0 | c | mi_pack_rec_unpack:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x50(%rbp)
movq -0x18(%rbp), %rdi
movq -0x28(%rbp), %rsi
movq -0x30(%rbp), %rax
movl %eax... | _mi_pack_rec_unpack:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_50], rax
mov rdi, [rbp+var_18]
mov rsi, [rbp+var_28]
m... | long long mi_pack_rec_unpack(long long *a1, long long a2, long long a3, long long a4, unsigned int a5)
{
long long v5; // rdi
const char *v6; // rsi
long long v8; // [rsp+0h] [rbp-50h]
unsigned long long v9; // [rsp+8h] [rbp-48h]
unsigned long long v10; // [rsp+10h] [rbp-40h]
long long v11; // [rsp+18h] [r... | _mi_pack_rec_unpack:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x50],RAX
MOV RDI,qword ptr ... |
int4
_mi_pack_rec_unpack(long *param_1,long param_2,long param_3,int8 param_4,int4 param_5)
{
ulong uVar1;
long lVar2;
int4 *puVar3;
ulong local_50;
long local_28;
int4 local_c;
lVar2 = *param_1;
init_bit_buffer(param_2,param_4,param_5);
local_50 = *(ulong *)(lVar2 + 0x230);
uVar1 = local_50 + ... | |
62,517 | linenoiseAddCompletion | llama.cpp/examples/run/linenoise.cpp/linenoise.cpp | void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) {
const size_t len = strlen(str);
auto copy = std::make_unique<char[]>(len + 1);
if (!copy) {
return;
}
memcpy(copy.get(), str, len + 1);
char ** cvec = static_cast<char **>(std::realloc(lc->cvec, sizeof(cha... | O3 | cpp | linenoiseAddCompletion:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x1d550
leaq 0x1(%rax), %r12
movq %r12, %rdi
callq 0x1d640
movq %rax, %r14
movq %rax, %rdi
movq %r15, %rsi
movq %r12, %rdx
callq 0x1d0c0
movq (%rbx), %rax
movq 0x8(%rbx), %rdi
leaq 0x8(,%... | linenoiseAddCompletion:
push r15
push r14
push r12
push rbx
push rax
mov r15, rsi
mov rbx, rdi
mov rdi, rsi
call _strlen
lea r12, [rax+1]
mov rdi, r12; unsigned __int64
call __Znam; operator new[](ulong)
mov r14, rax
mov rdi, rax
mov rsi, r15
mov rdx, r12
call ... | void linenoiseAddCompletion(_QWORD *a1, long long a2)
{
unsigned long long v2; // r12
void *v3; // r14
long long v4; // rax
long long v5; // rcx
v2 = strlen(a2) + 1;
v3 = (void *)operator new[](v2);
memcpy(v3, a2, v2);
v4 = realloc(a1[1], 8LL * *a1 + 8);
if ( v4 )
{
a1[1] = v4;
v5 = (*a1)+... | linenoiseAddCompletion:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x0011d550
LEA R12,[RAX + 0x1]
MOV RDI,R12
CALL 0x0011d640
MOV R14,RAX
MOV RDI,RAX
MOV RSI,R15
MOV RDX,R12
CALL 0x0011d0c0
MOV RAX,qword ptr [RBX]
MOV RDI,qword ptr [RBX + 0x8]
LEA RSI,[0x8 + RAX*0x8]
CALL 0x00... |
void linenoiseAddCompletion(long *param_1,char *param_2)
{
long lVar1;
size_t sVar2;
void *__dest;
void *pvVar3;
sVar2 = strlen(param_2);
__dest = operator_new__(sVar2 + 1);
memcpy(__dest,param_2,sVar2 + 1);
pvVar3 = realloc((void *)param_1[1],*param_1 * 8 + 8);
if (pvVar3 != (void *)0x0) {
p... | |
62,518 | my_tmpdir | eloqsql/mysys/mf_tempdir.c | char *my_tmpdir(MY_TMPDIR *tmpdir)
{
char *dir;
if (!tmpdir->max)
return tmpdir->list[0];
mysql_mutex_lock(&tmpdir->mutex);
dir=tmpdir->list[tmpdir->cur];
tmpdir->cur= (tmpdir->cur == tmpdir->max) ? 0 : tmpdir->cur+1;
mysql_mutex_unlock(&tmpdir->mutex);
return dir;
} | O0 | c | my_tmpdir:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x34(%rax)
jne 0xb1827
movq -0x10(%rbp), %rax
movq 0x28(%rax), %rax
movq (%rax), %rax
movq %rax, -0x8(%rbp)
jmp 0xb189a
movq -0x10(%rbp), %rdi
addq $0x38, %rdi
leaq 0x66b97(%rip), %rsi # 0x1183cd
movl $0x... | my_tmpdir:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
cmp dword ptr [rax+34h], 0
jnz short loc_B1827
mov rax, [rbp+var_10]
mov rax, [rax+28h]
mov rax, [rax]
mov [rbp+var_8], rax
jmp short loc_B189A
loc_B1827:
mov rdi, [rbp+var_10]
ad... | long long my_tmpdir(long long a1)
{
int v2; // [rsp+4h] [rbp-1Ch]
long long v3; // [rsp+8h] [rbp-18h]
if ( !*(_DWORD *)(a1 + 52) )
return **(_QWORD **)(a1 + 40);
inline_mysql_mutex_lock_2(a1 + 56, "/workspace/llm4binary/github2025/eloqsql/mysys/mf_tempdir.c", 79LL);
v3 = *(_QWORD *)(*(_QWORD *)(a1 + 40)... | my_tmpdir:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x34],0x0
JNZ 0x001b1827
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x28]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x8],RAX
JMP 0x001b189a
LAB_001b1827:
MOV RDI,qword ptr ... |
int8 my_tmpdir(long param_1)
{
int local_24;
int8 local_10;
if (*(int *)(param_1 + 0x34) == 0) {
local_10 = **(int8 **)(param_1 + 0x28);
}
else {
inline_mysql_mutex_lock
(param_1 + 0x38,"/workspace/llm4binary/github2025/eloqsql/mysys/mf_tempdir.c",0x4f);
local_10 = *(int8 *)(*(l... | |
62,519 | common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg, std::allocator<common_chat_msg>> const&, common_chat_msg const&, bool, bool) | monkey531[P]llama/common/common.cpp | std::string common_chat_format_single(
const common_chat_template & tmpl,
const std::vector<common_chat_msg> & past_msg,
const common_chat_msg & new_msg,
bool add_ass,
bool use_jinja) {
std::ostringstream ss;
auto fmt_past_msg = past_msg.empty() ? "" : common_chat_apply_t... | O1 | cpp | common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg, std::allocator<common_chat_msg>> const&, common_chat_msg const&, bool, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1f8, %rsp # imm = 0x1F8
movl %r9d, %r15d
movl %r8d, %ebp
movq ... | _Z25common_chat_format_singleB5cxx11RKN5minja13chat_templateERKSt6vectorI15common_chat_msgSaIS4_EERKS4_bb:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1F8h
mov r15d, r9d
mov ebp, r8d
mov r12, rcx
mov r13, rdx
mov r14, rsi
mov rbx, rdi
lea rdi, [rsp+22... | long long common_chat_format_single[abi:cxx11](
long long a1,
common_chat_inputs *a2,
long long *a3,
long long a4,
unsigned __int8 a5,
unsigned __int8 a6)
{
char *v11; // [rsp+8h] [rbp-220h] BYREF
long long v12; // [rsp+10h] [rbp-218h]
_QWORD v13[2]; // [rsp+18h] [... | common_chat_format_single[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1f8
MOV R15D,R9D
MOV EBP,R8D
MOV R12,RCX
MOV R13,RDX
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x80]
CALL 0x001188a0
MOV RAX,qword ptr [R13]
MOVZX R15D,R15B
CMP RAX,qword ptr [R13 + 0x8]
JZ 0x00124180
LAB_00124169:
LEA RD... |
/* common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg,
std::allocator<common_chat_msg> > const&, common_chat_msg const&, bool, bool) */
chat_template *
common_chat_format_single_abi_cxx11_
(chat_template *param_1,vector *param_2,common_chat_msg *param_3,bool par... | |
62,520 | ds_create | eloqsql/extra/mariabackup/datasink.cc | ds_ctxt_t *
ds_create(const char *root, ds_type_t type)
{
datasink_t *ds;
ds_ctxt_t *ctxt;
switch (type) {
case DS_TYPE_STDOUT:
ds = &datasink_stdout;
break;
case DS_TYPE_LOCAL:
ds = &datasink_local;
break;
case DS_TYPE_XBSTREAM:
ds = &datasink_xbstream;
break;
case DS_TYPE_COMPRESS:
ds = &datasin... | O0 | cpp | ds_create:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq %rax, -0x30(%rbp)
subq $0x7, %rax
ja 0x2698c
movq -0x30(%rbp), %rax
leaq 0x6a5bd(%rip), %rcx # 0x90ee4
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0x1bd739(%rip), %rax #... | ds_create:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov eax, [rbp+var_14]
mov [rbp+var_30], rax
sub rax, 7; switch 8 cases
ja short def_2692E; jumptable 000000000002692E default case
mov rax, [rbp+var_30]
lea rcx, jpt_2692E
movsxd rax, d... | long long ( *** ds_create(const char *a1, int a2))(const char *)
{
long long ( ***v3)(const char *); // [rsp+8h] [rbp-28h]
long long ( **v4)(const char *); // [rsp+10h] [rbp-20h]
long long ( ***v5)(const char *); // [rsp+28h] [rbp-8h]
switch ( a2 )
{
case 0:
v4 = &datasink_stdout;
goto LABEL_... | ds_create:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV EAX,dword ptr [RBP + -0x14]
MOV qword ptr [RBP + -0x30],RAX
SUB RAX,0x7
JA 0x0012698c
MOV RAX,qword ptr [RBP + -0x30]
LEA RCX,[0x190ee4]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
case... |
int8 * ds_create(int8 param_1,uint param_2)
{
int8 *puVar1;
int **local_28;
switch(param_2) {
case 0:
local_28 = &datasink_stdout;
break;
case 1:
local_28 = &datasink_local;
break;
case 2:
local_28 = (int **)&datasink_xbstream;
break;
case 3:
local_28 = (int **)&datasink_c... | |
62,521 | reciprocal_fp2 | corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/recip.c | static void reciprocal_fp2(vec384x out, const vec384x inp)
{
vec384 t0, t1;
/*
* |out| = 1/(a + b*i) = a/(a^2+b^2) - b/(a^2+b^2)*i
*/
sqr_fp(t0, inp[0]);
sqr_fp(t1, inp[1]);
add_fp(t0, t0, t1);
reciprocal_fp(t1, t0);
mul_fp(out[0], inp[0], t1);
mul_fp(out[1], inp[1], t1);
... | O2 | c | reciprocal_fp2:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq -0x90(%rbp), %r15
movq %r15, %rdi
callq 0x582c9
leaq 0x30(%r14), %r12
leaq -0x60(%rbp), %r13
movq %r13, %rdi
movq %r12, %rsi
callq 0x582c9
movq %r15, %rdi
movq %r15, %r... | reciprocal_fp2:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rsi
mov rbx, rdi
lea r15, [rbp+var_90]
mov rdi, r15
call sqr_fp
lea r12, [r14+30h]
lea r13, [rbp+var_60]
mov rdi, r13
mov rsi, r12
call sqr_fp
mov ... | long long reciprocal_fp2(long long a1, long long a2)
{
_BYTE v3[48]; // [rsp+0h] [rbp-90h] BYREF
_BYTE v4[96]; // [rsp+30h] [rbp-60h] BYREF
sqr_fp((long long)v3, a2);
sqr_fp((long long)v4, a2 + 48);
add_fp((long long)v3, (long long)v3, (long long)v4);
reciprocal_fp((long long)v4, (long long)v3);
mul_fp(... | reciprocal_fp2:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RBP + -0x90]
MOV RDI,R15
CALL 0x001582c9
LEA R12,[R14 + 0x30]
LEA R13,[RBP + -0x60]
MOV RDI,R13
MOV RSI,R12
CALL 0x001582c9
MOV RDI,R15
MOV RSI,R15
MOV RDX,R13
CALL 0x00156a78
MOV RDI,R13
MOV ... |
void reciprocal_fp2(long param_1,long param_2)
{
int1 local_98 [48];
int1 local_68 [56];
sqr_fp(local_98);
sqr_fp(local_68,param_2 + 0x30);
add_fp(local_98,local_98,local_68);
reciprocal_fp(local_68,local_98);
mul_fp(param_1,param_2,local_68);
param_1 = param_1 + 0x30;
mul_fp(param_1,param_2 + 0x... | |
62,522 | httplib::detail::read_content_with_length(httplib::Stream&, unsigned long, std::function<bool (unsigned long, unsigned long)>, std::function<bool (char const*, unsigned long, unsigned long, unsigned long)>) | nickolajgrishuk[P]metricz-cpp/build_O2/_deps/httplib-src/httplib.h | inline bool read_content_with_length(Stream &strm, uint64_t len,
Progress progress,
ContentReceiverWithProgress out) {
char buf[CPPHTTPLIB_RECV_BUFSIZ];
uint64_t r = 0;
while (r < len) {
auto read_len = static_cast<size_t>(len - r);
... | O2 | c | httplib::detail::read_content_with_length(httplib::Stream&, unsigned long, std::function<bool (unsigned long, unsigned long)>, std::function<bool (char const*, unsigned long, unsigned long, unsigned long)>):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1018, %rsp # imm = 0x1018
mo... | _ZN7httplib6detail24read_content_with_lengthERNS_6StreamEmSt8functionIFbmmEES3_IFbPKcmmmEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1018h
mov [rsp+1048h+var_1040], rcx
mov r15, rdx
mov r14, rsi
mov r12, rdi
xor ebp, ebp
lea r13, [rsp+1048h+var_1038]
l... | bool httplib::detail::read_content_with_length(long long a1, unsigned long long a2, long long a3, long long a4)
{
unsigned long long v5; // rbp
unsigned long long v6; // rbx
unsigned long long v7; // rdx
long long v8; // rax
long long v9; // rbp
_BYTE v12[4152]; // [rsp+10h] [rbp-1038h] BYREF
v5 = 0LL;
... | read_content_with_length:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1018
MOV qword ptr [RSP + 0x8],RCX
MOV R15,RDX
MOV R14,RSI
MOV R12,RDI
XOR EBP,EBP
LEA R13,[RSP + 0x10]
LAB_00123f7b:
MOV RBX,RBP
MOV RDX,R14
SUB RDX,RBP
JBE 0x00123fdd
MOV EAX,0x1000
CMP RDX,RAX
CMOVNC RDX,RAX
MOV RAX,qword ptr [... |
/* httplib::detail::read_content_with_length(httplib::Stream&, unsigned long, std::function<bool
(unsigned long, unsigned long)>, std::function<bool (char const*, unsigned long, unsigned long,
unsigned long)>) */
bool httplib::detail::read_content_with_length
(long *param_1,ulong param_2,function... | |
62,523 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | json_value(value_t t)
{
switch (t)
{
case value_t::object:
{
object = create<object_t>();
break;
}
case value_t::array:
{
array = create<array_t>()... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_valueC2ENS0_6detail7value_tE:
push rbx
mov rbx, rdi
cmp esi, 8; switch 9 cases
ja short def_47EB3; jumptable 0000000000047EB3 default c... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::json_value::json_value(
_BYTE *a1,
unsigned int a2)
{
long long r... | json_value:
PUSH RBX
MOV RBX,RDI
CMP ESI,0x8
JA 0x00147eb5
MOV EAX,ESI
LEA RCX,[0x18c9c0]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
AND qword ptr [RBX],0x0
JMP 0x00147ee4
caseD_1:
CALL 0x00147ee6
JMP 0x00147ee1
caseD_4:
MOV byte ptr [RBX],0x0
JMP 0x00147ee4
caseD_2:
CALL 0x00147f28
JMP ... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::json_value::json_value(nlohman... | |
62,524 | MyCTX_gcm::init(evp_cipher_st const*, int, unsigned char const*, unsigned int, unsigned char const*, unsigned int) | eloqsql/mysys_ssl/my_crypt.cc | int init(const EVP_CIPHER *cipher, int encrypt, const uchar *key, uint klen,
const uchar *iv, uint ivlen)
{
compile_time_assert(MY_AES_CTX_SIZE >= sizeof(MyCTX_gcm));
int res= MyCTX::init(cipher, encrypt, key, klen, iv, ivlen);
int real_ivlen= EVP_CIPHER_CTX_iv_length(ctx);
aad= iv + real_i... | O3 | cpp | MyCTX_gcm::init(evp_cipher_st const*, int, unsigned char const*, unsigned int, unsigned char const*, unsigned int):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %r14
movq %rdi, %rbx
movl 0x10(%rbp), %r12d
testq %rsi, %rsi
je 0x2ff35
movl %edx, %r9d
movq 0xc8(%rb... | _ZN9MyCTX_gcm4initEPK13evp_cipher_stiPKhjS4_j:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r9
mov rbx, rdi
mov r12d, [rbp+arg_0]
test rsi, rsi
jz short loc_2FF35
mov r9d, edx
mov rdi, [rbx+0C8h]
xor r13d, r13d
xor edx,... | long long MyCTX_gcm::init(long long a1, long long a2, unsigned int a3, long long a4, long long a5, long long a6, int a7)
{
long long v7; // rax
unsigned int v9; // r15d
int iv_length; // eax
if ( a2 )
{
v9 = -101;
if ( (unsigned int)EVP_CipherInit_ex(*(_QWORD *)(a1 + 200), a2, 0LL, a4, a6, a3, v7) =... | init:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R9
MOV RBX,RDI
MOV R12D,dword ptr [RBP + 0x10]
TEST RSI,RSI
JZ 0x0012ff35
MOV R9D,EDX
MOV RDI,qword ptr [RBX + 0xc8]
XOR R13D,R13D
XOR EDX,EDX
MOV R8,R14
CALL 0x00129730
CMP EAX,0x1
PUSH -0x65
POP R15
CMOVZ R15D,R13D
LAB_0012ff01:
... |
/* MyCTX_gcm::init(evp_cipher_st const*, int, unsigned char const*, unsigned int, unsigned char
const*, unsigned int) */
int4 __thiscall
MyCTX_gcm::init(MyCTX_gcm *this,evp_cipher_st *param_1,int param_2,uchar *param_3,uint param_4,
uchar *param_5,uint param_6)
{
int iVar1;
int4 uVar2;
if ... | |
62,525 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O0 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
sub rsp, 0C8h
mov [rsp+0C8h+var_8], rdi... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long lo... | |||
62,526 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long l... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x... |
long _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::json... | |
62,527 | my_b_write | eloqsql/include/my_sys.h | static inline int my_b_write(IO_CACHE *info, const uchar *Buffer, size_t Count)
{
MEM_CHECK_DEFINED(Buffer, Count);
if (info->write_pos + Count <= info->write_end)
{
if (Count)
{
memcpy(info->write_pos, Buffer, Count);
info->write_pos+= Count;
}
return 0;
}
return _my_b_write(info,... | O0 | c | my_b_write:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x40(%rax), %rax
addq -0x20(%rbp), %rax
movq -0x10(%rbp), %rcx
cmpq 0x48(%rcx), %rax
ja 0xc401f
cmpq $0x0, -0x20(%rbp)
je 0xc4016
movq -0x10(%rbp), %rax
movq 0x40(%rax... | my_b_write_2:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax+40h]
add rax, [rbp+var_20]
mov rcx, [rbp+var_10]
cmp rax, [rcx+48h]
ja short loc_C401F
cmp [rbp+var_20], 0
jz sh... | long long my_b_write_2(long long a1, long long a2, long long a3)
{
if ( (unsigned long long)(a3 + *(_QWORD *)(a1 + 64)) > *(_QWORD *)(a1 + 72) )
{
return (unsigned int)my_b_write(a1, a2, a3);
}
else
{
if ( a3 )
{
memcpy(*(_QWORD *)(a1 + 64), a2, a3);
*(_QWORD *)(a1 + 64) += a3;
}
... | my_b_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x40]
ADD RAX,qword ptr [RBP + -0x20]
MOV RCX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RCX + 0x48]
JA 0x001c401f
CMP qw... |
int4 my_b_write(long param_1,void *param_2,size_t param_3)
{
int4 local_c;
if (*(ulong *)(param_1 + 0x48) < *(long *)(param_1 + 0x40) + param_3) {
local_c = _my_b_write(param_1,param_2,param_3);
}
else {
if (param_3 != 0) {
memcpy(*(void **)(param_1 + 0x40),param_2,param_3);
*(size_t *)... | |
62,528 | composition_source_in | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static void composition_source_in(uint32_t* dest, int length, const uint32_t* src, uint32_t const_alpha)
{
if(const_alpha == 255) {
for(int i = 0; i < length; i++) {
dest[i] = BYTE_MUL(src[i], plutovg_alpha(dest[i]));
}
} else {
uint32_t cia = 255 - const_alpha;
for(i... | O0 | c | composition_source_in:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
cmpl $0xff, -0x1c(%rbp)
jne 0x383ec
movl $0x0, -0x20(%rbp)
movl -0x20(%rbp), %eax
cmpl -0xc(%rbp), %eax
jge 0x383ea
movq -0x18(%rbp), %rax
movslq -0x20(%rbp), %rcx... | composition_source_in:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
cmp [rbp+var_1C], 0FFh
jnz short loc_383EC
mov [rbp+var_20], 0
loc_383A6:
mov eax, [rbp+var_20]
cmp eax, [rbp+var_C]
jge shor... | long long composition_source_in(long long a1, int a2, long long a3, int a4)
{
long long result; // rax
unsigned int v5; // [rsp+0h] [rbp-30h]
unsigned int v6; // [rsp+4h] [rbp-2Ch]
unsigned int j; // [rsp+8h] [rbp-28h]
int v8; // [rsp+Ch] [rbp-24h]
unsigned int i; // [rsp+10h] [rbp-20h]
if ( a4 == 255 )... | composition_source_in:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
CMP dword ptr [RBP + -0x1c],0xff
JNZ 0x001383ec
MOV dword ptr [RBP + -0x20],0x0
LAB_001383a6:
MOV EAX,dword ptr [RBP + -0x20]
CMP EAX,dwo... |
void composition_source_in(long param_1,int param_2,long param_3,int param_4)
{
uint uVar1;
int4 uVar2;
int4 local_30;
int4 local_28;
if (param_4 == 0xff) {
for (local_28 = 0; local_28 < param_2; local_28 = local_28 + 1) {
uVar2 = BYTE_MUL(*(int4 *)(param_3 + (long)local_28 * 4),
... | |
62,529 | composition_source_in | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static void composition_source_in(uint32_t* dest, int length, const uint32_t* src, uint32_t const_alpha)
{
if(const_alpha == 255) {
for(int i = 0; i < length; i++) {
dest[i] = BYTE_MUL(src[i], plutovg_alpha(dest[i]));
}
} else {
uint32_t cia = 255 - const_alpha;
for(i... | O1 | c | composition_source_in:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
cmpl $0xff, %ecx
jne 0x218b8
testl %esi, %esi
jle 0x21984
movl %esi, %eax
xorl %ecx, %ecx
movl $0xff00ff, %esi # imm = 0xFF00FF
movl $0x800080, %r8d # imm = 0x800080
movl (%rdx,%rcx,4), %r9d
movl (%rdi,%rcx,4), %r11d
shrl $0x18, %r11d
mo... | composition_source_in:
push rbp
push r15
push r14
push rbx
cmp ecx, 0FFh
jnz short loc_218B8
test esi, esi
jle loc_21984
mov eax, esi
xor ecx, ecx
mov esi, 0FF00FFh
mov r8d, 800080h
loc_21857:
mov r9d, [rdx+rcx*4]
mov r11d, [rdi+rcx*4]
shr r11d, 18h
mov r10d, r... | void composition_source_in(long long a1, int a2, long long a3, int a4)
{
long long i; // rcx
int v5; // r11d
int v6; // eax
long long j; // r8
int v8; // r15d
if ( a4 == 255 )
{
if ( a2 > 0 )
{
for ( i = 0LL; i != a2; ++i )
{
v5 = HIBYTE(*(_DWORD *)(a1 + 4 * i));
*(_D... | composition_source_in:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
CMP ECX,0xff
JNZ 0x001218b8
TEST ESI,ESI
JLE 0x00121984
MOV EAX,ESI
XOR ECX,ECX
MOV ESI,0xff00ff
MOV R8D,0x800080
LAB_00121857:
MOV R9D,dword ptr [RDX + RCX*0x4]
MOV R11D,dword ptr [RDI + RCX*0x4]
SHR R11D,0x18
MOV R10D,R9D
AND R10D,ESI
IMUL R10D,R11D
MOV EBX,R... |
void composition_source_in(long param_1,uint param_2,long param_3,int param_4)
{
ulong uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
if (param_4 == 0xff) {
if (0 < (int)param_2) {
uVar1 = 0;
do {
uVar4 = *(uint *)(param_3 + uVar1 * 4);
uVar3 = *(uint *)(param_1 + uVar1 * 4) >... | |
62,530 | llama_kv_cache_seq_pos_max(llama_kv_cache&, int) | monkey531[P]llama/src/llama-kv-cache.cpp | llama_pos llama_kv_cache_seq_pos_max(struct llama_kv_cache & cache, llama_seq_id seq_id) {
llama_pos result = 0;
for (uint32_t i = 0; i < cache.size; ++i) {
if (cache.cells[i].has_seq_id(seq_id)) {
result = std::max(result, cache.cells[i].pos);
}
}
return result;
} | O3 | cpp | llama_kv_cache_seq_pos_max(llama_kv_cache&, int):
movl 0xc(%rdi), %ecx
testq %rcx, %rcx
je 0xac054
pushq %rbx
movq 0x20(%rdi), %rdx
xorl %edi, %edi
xorl %eax, %eax
movq %rdi, %r10
shlq $0x6, %r10
movq 0x20(%rdx,%r10), %r9
testq %r9, %r9
je 0xac04a
leaq (%rdx,%r10), %r8
leaq (%rdx,%r10), %r11
addq $0x18, %r11
movq %r11,... | _Z26llama_kv_cache_seq_pos_maxR14llama_kv_cachei:
mov ecx, [rdi+0Ch]
test rcx, rcx
jz short loc_AC054
push rbx
mov rdx, [rdi+20h]
xor edi, edi
xor eax, eax
loc_ABFFE:
mov r10, rdi
shl r10, 6
mov r9, [rdx+r10+20h]
test r9, r9
jz short loc_AC04A
lea r8, [rdx+r10]
lea ... | long long llama_kv_cache_seq_pos_max(long long a1, int a2)
{
long long v2; // rcx
long long v3; // rdx
long long v4; // rdi
long long result; // rax
long long v6; // r10
long long v7; // r9
int *v8; // r8
long long v9; // r11
long long v10; // r10
int v11; // r8d
v2 = *(unsigned int *)(a1 + 12);... | llama_kv_cache_seq_pos_max:
MOV ECX,dword ptr [RDI + 0xc]
TEST RCX,RCX
JZ 0x001ac054
PUSH RBX
MOV RDX,qword ptr [RDI + 0x20]
XOR EDI,EDI
XOR EAX,EAX
LAB_001abffe:
MOV R10,RDI
SHL R10,0x6
MOV R9,qword ptr [RDX + R10*0x1 + 0x20]
TEST R9,R9
JZ 0x001ac04a
LEA R8,[RDX + R10*0x1]
LEA R11,[RDX + R10*0x1]
ADD R11,0x18
MOV R10,... |
/* llama_kv_cache_seq_pos_max(llama_kv_cache&, int) */
int llama_kv_cache_seq_pos_max(llama_kv_cache *param_1,int param_2)
{
long lVar1;
int iVar2;
ulong uVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
if ((ulong)*(uint *)(param_1 + 0xc) != 0) {
lVar1 = *(long *)(param_1 + 0x20);
uV... | |
62,531 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> testing::internal::StreamableToString<long>(long const&) | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/include/gtest/gtest-message.h | std::string StreamableToString(const T& streamable) {
return (Message() << streamable).GetString();
} | O3 | c | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> testing::internal::StreamableToString<long>(long const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r15
movq %rdi, %r14
leaq 0x8(%rsp), %rbx
movq %rbx, %rdi
callq 0x1c968
movq (%rbx), %rbx
leaq 0x10(%rbx), %rdi
movq (%r15... | _ZN7testing8internal18StreamableToStringIlEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:
push r15
push r14
push rbx
sub rsp, 10h
mov r15, rsi
mov r14, rdi
lea rbx, [rsp+28h+var_20]
mov rdi, rbx; this
call _ZN7testing7MessageC2Ev; testing::Message::Message(void)
mov rbx, ... | long long testing::internal::StreamableToString<long>(long long a1, _QWORD *a2)
{
long long v2; // rbx
long long v4[4]; // [rsp+8h] [rbp-20h] BYREF
testing::Message::Message((testing::Message *)v4);
v2 = v4[0];
std::ostream::_M_insert<long>(v4[0] + 16, *a2);
testing::internal::StringStreamToString(a1, v2)... | StreamableToString<long>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R15,RSI
MOV R14,RDI
LEA RBX,[RSP + 0x8]
MOV RDI,RBX
CALL 0x0011c968
MOV RBX,qword ptr [RBX]
LEA RDI,[RBX + 0x10]
MOV RSI,qword ptr [R15]
LAB_00134744:
CALL 0x00108480
MOV RDI,R14
MOV RSI,RBX
CALL 0x0011cbbf
LAB_00134754:
TEST RBX,RBX
JZ 0x00134762
MO... |
/* std::__cxx11::string testing::internal::StreamableToString<long>(long const&) */
long * testing::internal::StreamableToString<long>(long *param_1)
{
long *local_20;
Message::Message((Message *)&local_20);
/* try { // try from 00134744 to 00134753 has its CatchHandler @ 0013476f */
std... | |
62,532 | wsrep::client_state::before_command(bool) | eloqsql/wsrep-lib/src/client_state.cpp | int wsrep::client_state::before_command(bool keep_command_error)
{
wsrep::unique_lock<wsrep::mutex> lock(mutex_);
debug_log_state("before_command: enter");
// If the state is s_exec, the processing thread has already grabbed
// control with wait_rollback_complete_and_acquire_ownership()
if (state_ !... | O0 | cpp | wsrep::client_state::before_command(bool):
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movb %sil, %al
movq %fs:0x28, %rcx
movq %rcx, -0x8(%rbp)
movq %rdi, -0x28(%rbp)
andb $0x1, %al
movb %al, -0x29(%rbp)
movq -0x28(%rbp), %rax
movq %rax, -0x48(%rbp)
movq 0x18(%rax), %rsi
leaq -0x18(%rbp), %rdi
callq 0x49e4d0
movq -0x48... | _ZN5wsrep12client_state14before_commandEb:
push rbp
mov rbp, rsp
sub rsp, 70h
mov al, sil
mov rcx, fs:28h
mov [rbp+var_8], rcx
mov [rbp+var_28], rdi
and al, 1
mov [rbp+var_29], al
mov rax, [rbp+var_28]
mov [rbp+var_48], rax
mov rsi, [rax+18h]
lea rdi, [rbp+var_18]
call... | long long wsrep::client_state::before_command(wsrep::client_state *this, char a2)
{
unsigned int v3; // [rsp+54h] [rbp-1Ch]
_BYTE v4[16]; // [rsp+58h] [rbp-18h] BYREF
unsigned long long v5; // [rsp+68h] [rbp-8h]
v5 = __readfsqword(0x28u);
std::unique_lock<wsrep::mutex>::unique_lock((long long)v4, *((_QWORD ... | my_strnncollsp_nchars_cp932_japanese_nopad_ci:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,qword ptr... |
int my_strnncollsp_nchars_cp932_japanese_nopad_ci
(int8 param_1,long param_2,long param_3,long param_4,long param_5,long param_6)
{
uint uVar1;
uint uVar2;
int local_58;
int local_54;
long local_50;
long local_48;
long local_40;
long local_38;
long local_30;
long local_28;
long loc... | |
62,533 | translog_new_page_header | eloqsql/storage/maria/ma_loghandler.c | static void translog_new_page_header(TRANSLOG_ADDRESS *horizon,
struct st_buffer_cursor *cursor)
{
uchar *ptr;
DBUG_ENTER("translog_new_page_header");
DBUG_ASSERT(cursor->ptr);
cursor->protected= 0;
ptr= cursor->ptr;
/* Page number */
int3store(ptr, LSN_OFFSET(*hori... | O3 | c | translog_new_page_header:
pushq %rbp
movq %rsp, %rbp
movb $0x0, 0x38(%rsi)
movq 0x20(%rsi), %rax
movl (%rdi), %ecx
shrl $0xd, %ecx
movb %cl, (%rax)
movl (%rdi), %ecx
shrl $0x15, %ecx
movb %cl, 0x1(%rax)
movl (%rdi), %ecx
shrl $0x1d, %ecx
movb %cl, 0x2(%rax)
movb 0x4(%rdi), %cl
movb %cl, 0x3(%rax)
movb 0x5(%rdi), %cl
mo... | translog_new_page_header:
push rbp
mov rbp, rsp
mov byte ptr [rsi+38h], 0
mov rax, [rsi+20h]
mov ecx, [rdi]
shr ecx, 0Dh
mov [rax], cl
mov ecx, [rdi]
shr ecx, 15h
mov [rax+1], cl
mov ecx, [rdi]
shr ecx, 1Dh
mov [rax+2], cl
mov cl, [rdi+4]
mov [rax+3], cl
mov ... | char * translog_new_page_header(long long a1, long long a2)
{
_BYTE *v2; // rax
char *result; // rax
char v4; // cl
char *v5; // rcx
*(_BYTE *)(a2 + 56) = 0;
v2 = *(_BYTE **)(a2 + 32);
*v2 = *(_DWORD *)a1 >> 13;
v2[1] = *(_DWORD *)a1 >> 21;
v2[2] = *(_DWORD *)a1 >> 29;
v2[3] = *(_BYTE *)(a1 + 4);
... | translog_new_page_header:
PUSH RBP
MOV RBP,RSP
MOV byte ptr [RSI + 0x38],0x0
MOV RAX,qword ptr [RSI + 0x20]
MOV ECX,dword ptr [RDI]
SHR ECX,0xd
MOV byte ptr [RAX],CL
MOV ECX,dword ptr [RDI]
SHR ECX,0x15
MOV byte ptr [RAX + 0x1],CL
MOV ECX,dword ptr [RDI]
SHR ECX,0x1d
MOV byte ptr [RAX + 0x2],CL
MOV CL,byte ptr [RDI + 0... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void translog_new_page_header(uint *param_1,long param_2)
{
int1 *puVar1;
char cVar2;
char *pcVar3;
long lVar4;
uint uVar5;
*(int1 *)(param_2 + 0x38) = 0;
puVar1 = *(int1 **)(param_2 + 0x20);
*puVar1 = (char)(*par... | |
62,534 | ma_write_undo_key_insert | eloqsql/storage/maria/ma_write.c | int _ma_write_undo_key_insert(MARIA_HA *info, const MARIA_KEY *key,
my_off_t *root, my_off_t new_root, LSN *res_lsn)
{
MARIA_SHARE *share= info->s;
MARIA_KEYDEF *keyinfo= key->keyinfo;
uchar log_data[LSN_STORE_SIZE + FILEID_STORE_SIZE +
KEY_NR_STORE_SIZE];
const uc... | O3 | c | ma_write_undo_key_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xa50, %rsp # imm = 0xA50
movq %r8, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
movq (%rdi), %r9
movq 0x8(%rsi), %r8
movq 0x8(%rdi), %rax
movq 0x98(%rax), %rdi
movq %rdi, %r10
shrq $0x20... | _ma_write_undo_key_insert:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 0A50h
mov rbx, r8
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
mov r9, [rdi]
mov r8, [rsi+8]
mov rax, [rdi+8]
mov rdi, [rax+98h]
mov r10, rdi
shr r10, 20h
le... | long long ma_write_undo_key_insert(long long *a1, long long a2, long long a3, long long a4, unsigned long long a5)
{
long long v7; // r9
long long v8; // r8
long long v9; // rax
long long v10; // rdi
long long v11; // r15
unsigned __int8 *v12; // rdi
long long v13; // rax
long long v14; // rcx
char v... | _ma_write_undo_key_insert:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xa50
MOV RBX,R8
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
MOV R9,qword ptr [RDI]
MOV R8,qword ptr [RSI + 0x8]
MOV RAX,qword ptr [RDI + 0x8]
MOV RDI,qword ptr [RAX + 0x98]
MOV R10,RDI
SHR R10,0x20
L... |
int _ma_write_undo_key_insert
(long *param_1,long *param_2,int8 param_3,int8 param_4,int8 param_5)
{
int1 uVar1;
int8 uVar2;
char cVar3;
long lVar4;
ulong uVar5;
int1 *puVar6;
int1 *puVar7;
uint uVar8;
long in_FS_OFFSET;
int1 local_a78 [32];
int1 *local_a58;
int8 local_a50;
int... | |
62,535 | ssz_verify_multi_merkle_proof | corpus-core[P]colibri-stateless/src/util/ssz_merkle.c | bool ssz_verify_multi_merkle_proof(bytes_t proof_data, bytes_t leafes, gindex_t* gindex, bytes32_t out) {
buffer_t witnesses_gindex = {0};
buffer_t calculated_gindex = {0};
for (uint32_t i = 0; i < leafes.len / 32; i++)
ssz_add_multi_merkle_proof(gindex[i], &witnesses_gindex, &calculated_gindex);
/*
fpri... | O3 | c | ssz_verify_multi_merkle_proof:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %r9, 0x28(%rsp)
movq %r8, %r14
movq %rcx, 0x38(%rsp)
movq %rsi, 0x30(%rsp)
movl %edi, %r15d
xorps %xmm0, %xmm0
movaps %xmm0, 0x10(%rsp)
xorl %eax, %eax
movq %rax, 0x20(%rsp)
movq %rax, 0x50(%rsp)
movap... | ssz_verify_multi_merkle_proof:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov [rsp+0C8h+var_A0], r9
mov r14, r8
mov [rsp+0C8h+var_90], rcx
mov [rsp+0C8h+var_98], rsi
mov r15d, edi
xorps xmm0, xmm0
movaps [rsp+0C8h+var_B8], xmm0
xor eax, eax
mov ... | long long ssz_verify_multi_merkle_proof(
unsigned int a1,
long long a2,
unsigned int a3,
long long a4,
long long a5,
long long a6)
{
long long v7; // rbp
unsigned long long v8; // rsi
unsigned int v9; // ebx
long long v10; // rcx
unsigned int v12; // [rsp+8h] [... | ssz_verify_multi_merkle_proof:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RSP + 0x28],R9
MOV R14,R8
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x30],RSI
MOV R15D,EDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP + 0x10],XMM0
XOR EAX,EAX
MOV qword ptr [RSP + 0x20],RAX
MOV qword ... |
int4
ssz_verify_multi_merkle_proof
(uint param_1,int8 param_2,ulong param_3,int8 param_4,long param_5,
int8 param_6)
{
ulong uVar1;
uint uVar2;
int4 uVar3;
ulong uVar4;
uint uVar5;
ulong uVar6;
int8 local_b8;
int8 uStack_b0;
int8 local_a8;
int8 local_a0;
int8 local_98;
int8... | |
62,536 | aimrt::channel::SubscriberRef::GetTopic() const | aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_module_cpp_interface/../aimrt_module_cpp_interface/channel/channel_handle.h | std::string_view GetTopic() const {
AIMRT_ASSERT(base_ptr_, "Reference is null.");
return aimrt::util::ToStdStringView(base_ptr_->get_topic(base_ptr_->impl));
} | O3 | c | aimrt::channel::SubscriberRef::GetTopic() const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq (%rdi), %rax
testq %rax, %rax
je 0x5ddfd
movq 0x10(%rax), %rdi
callq *0x8(%rax)
movq %rax, %rcx
movq %rdx, %rax
movq %rcx, %rdx
addq $0x30, %rsp
popq %rbx
popq %r14
popq %r15
retq
movl $0x28, %edi
callq 0x2c800
movq ... | _ZNK5aimrt7channel13SubscriberRef8GetTopicEv:
push r15
push r14
push rbx
sub rsp, 30h
mov rax, [rdi]
test rax, rax
jz short loc_5DDFD
mov rdi, [rax+10h]
call qword ptr [rax+8]
mov rcx, rax
mov rax, rdx
mov rdx, rcx
add rsp, 30h
pop rbx
pop r14
pop r15
retn
loc... | long long aimrt::channel::SubscriberRef::GetTopic(aimrt::channel::SubscriberRef *this)
{
long long v1; // rdx
char *exception; // rbx
void *v4; // [rsp+0h] [rbp-48h] BYREF
long long v5; // [rsp+8h] [rbp-40h]
__int128 v6; // [rsp+10h] [rbp-38h] BYREF
if ( !*(_QWORD *)this )
{
exception = (char *)__cx... | GetTopic:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x0015ddfd
MOV RDI,qword ptr [RAX + 0x10]
CALL qword ptr [RAX + 0x8]
MOV RCX,RAX
MOV RAX,RDX
MOV RDX,RCX
ADD RSP,0x30
POP RBX
POP R14
POP R15
RET
LAB_0015ddfd:
MOV EDI,0x28
CALL 0x0012c800
MOV RBX,RAX
LAB_0015de0a:
LEA RSI,[0x2616... |
/* aimrt::channel::SubscriberRef::GetTopic() const */
int1 [16] __thiscall aimrt::channel::SubscriberRef::GetTopic(SubscriberRef *this)
{
long lVar1;
int8 *puVar2;
int1 auVar3 [16];
uint *local_48;
int8 local_40;
uint local_38;
int4 uStack_34;
int4 uStack_30;
int4 uStack_2c;
int1 local_28 [16];
... | |
62,537 | mi_split_page | eloqsql/storage/myisam/mi_write.c | int _mi_split_page(register MI_INFO *info, register MI_KEYDEF *keyinfo,
uchar *key, uchar *buff, uchar *key_buff,
my_bool insert_last_key)
{
uint length,a_length,key_ref_length,t_length,nod_flag,key_length;
uchar *key_pos,*pos, *UNINIT_VAR(after_key);
my_off_t new_pos;
MI_KEY_PARAM s_temp;
DBUG_ENTE... | O0 | c | mi_split_page:
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movb %r9b, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movb %al, -0x31(%rbp)
movq -0x68(%rbp), %rax
movq %rax, -0x68(%rbp)
jmp 0xc8cef
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x218(... | _mi_split_page:
push rbp
mov rbp, rsp
sub rsp, 0E0h
mov al, r9b
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_31], al
mov rax, [rbp+var_68]
mov [rbp+var_68], rax
jmp short $+2
loc_C8CEF:
mov ... | long long mi_split_page(_QWORD *a1, long long a2, long long a3, long long a4, unsigned __int8 *a5, char a6)
{
__int16 v6; // ax
_BYTE *v7; // rax
__int16 v8; // ax
_QWORD *v10; // [rsp+10h] [rbp-D0h]
unsigned int v11; // [rsp+1Ch] [rbp-C4h]
__int16 v12; // [rsp+26h] [rbp-BAh]
__int16 v13; // [rsp+28h] [r... | _mi_split_page:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV AL,R9B
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV byte ptr [RBP + -0x31],AL
MOV RAX,qword ptr [RBP + -0x68]
MOV qword ptr [RBP + -0x68],RAX
JMP 0x... |
int4
_mi_split_page(long *param_1,long param_2,int8 param_3,byte *param_4,int8 param_5,
char param_6)
{
long *plVar1;
short sVar2;
int iVar3;
int8 uVar4;
uint local_cc;
int1 local_b8 [64];
long local_78;
void *local_70;
void *local_68;
void *local_60;
int1 local_54 [4];
uint loca... | |
62,538 | ulp | eloqsql/strings/dtoa.c | static double ulp(U *x)
{
register Long L;
U u;
L= (word0(x) & Exp_mask) - (P - 1)*Exp_msk1;
word0(&u) = L;
word1(&u) = 0;
return dval(&u);
} | O0 | c | ulp:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movl 0x4(%rax), %eax
andl $0x7ff00000, %eax # imm = 0x7FF00000
subl $0x3400000, %eax # imm = 0x3400000
movl %eax, -0xc(%rbp)
movl -0xc(%rbp), %eax
movl %eax, -0x14(%rbp)
movl $0x0, -0x18(%rbp)
movsd -0x18(%rbp), %xmm0
popq %rbp
ret... | ulp:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov eax, [rax+4]
and eax, 7FF00000h
sub eax, 3400000h
mov [rbp+var_C], eax
mov eax, [rbp+var_C]
mov dword ptr [rbp+var_18+4], eax
mov dword ptr [rbp+var_18], 0
movsd xmm0, [rbp+var_18]
pop rbp
retn
| double ulp(long long a1)
{
double v2; // [rsp+0h] [rbp-18h]
HIDWORD(v2) = (*(_DWORD *)(a1 + 4) & 0x7FF00000) - 54525952;
LODWORD(v2) = 0;
return v2;
}
| ulp:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x4]
AND EAX,0x7ff00000
SUB EAX,0x3400000
MOV dword ptr [RBP + -0xc],EAX
MOV EAX,dword ptr [RBP + -0xc]
MOV dword ptr [RBP + -0x14],EAX
MOV dword ptr [RBP + -0x18],0x0
MOVSD XMM0,qword ptr [RBP + -0x18]
POP ... |
long ulp(long param_1)
{
return (ulong)((*(uint *)(param_1 + 4) & 0x7ff00000) + 0xfcc00000) << 0x20;
}
| |
62,539 | IsAddressInCurrentStack(void*) | BadAccessGuards/src/BadAccessGuards.cpp | bool IsAddressInCurrentStack(void* ptr)
{
// TODO: handle failure properly. For now return false on failure. (Assume this is a MT error)
pthread_attr_t attributes;
if (0 != pthread_getattr_np(pthread_self(), &attributes)) return false;
void* stackAddr;
size_t stackSize;
if (0 != pthread_attr_ge... | O3 | cpp | IsAddressInCurrentStack(void*):
pushq %rbx
subq $0x50, %rsp
movq %rdi, %rbx
callq 0x20e0
leaq 0x18(%rsp), %rsi
movq %rax, %rdi
callq 0x20b0
testl %eax, %eax
jne 0x3282
leaq 0x18(%rsp), %rdi
leaq 0x10(%rsp), %rsi
leaq 0x8(%rsp), %rdx
callq 0x2170
testl %eax, %eax
je 0x328a
xorl %eax, %eax
addq $0x50, %rsp
popq %rbx
retq... | _Z23IsAddressInCurrentStackPv:
push rbx
sub rsp, 50h
mov rbx, rdi
call _pthread_self
lea rsi, [rsp+58h+var_40]
mov rdi, rax
call _pthread_getattr_np
test eax, eax
jnz short loc_3282
lea rdi, [rsp+58h+var_40]
lea rsi, [rsp+58h+var_48]
lea rdx, [rsp+58h+var_50]
call _pthread... | bool IsAddressInCurrentStack(unsigned long long a1)
{
long long v1; // rax
long long v3; // [rsp+8h] [rbp-50h] BYREF
unsigned long long v4; // [rsp+10h] [rbp-48h] BYREF
_BYTE v5[64]; // [rsp+18h] [rbp-40h] BYREF
v1 = pthread_self();
return !(unsigned int)pthread_getattr_np(v1, v5)
&& !(unsigned int)... | IsAddressInCurrentStack:
PUSH RBX
SUB RSP,0x50
MOV RBX,RDI
CALL 0x001020e0
LEA RSI,[RSP + 0x18]
MOV RDI,RAX
CALL 0x001020b0
TEST EAX,EAX
JNZ 0x00103282
LEA RDI,[RSP + 0x18]
LEA RSI,[RSP + 0x10]
LEA RDX,[RSP + 0x8]
CALL 0x00102170
TEST EAX,EAX
JZ 0x0010328a
LAB_00103282:
XOR EAX,EAX
LAB_00103284:
ADD RSP,0x50
POP RBX
RE... |
/* IsAddressInCurrentStack(void*) */
int8 IsAddressInCurrentStack(void *param_1)
{
int iVar1;
pthread_t __th;
size_t local_50;
void *local_48;
pthread_attr_t local_40;
__th = pthread_self();
iVar1 = pthread_getattr_np(__th,&local_40);
if ((iVar1 == 0) && (iVar1 = pthread_attr_getstack(&local_40,&l... | |
62,540 | resolve_charset | eloqsql/mysys/charset.c | my_bool resolve_charset(const char *cs_name,
CHARSET_INFO *default_cs,
CHARSET_INFO **cs,
myf flags)
{
*cs= get_charset_by_csname(cs_name, MY_CS_PRIMARY, flags);
if (*cs == NULL)
{
*cs= default_cs;
return TRUE;
}
return FALSE;
} | O3 | c | resolve_charset:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0xc0, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %rsi
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
leaq -0xc8(%rbp), %rdi
movb $0x0, (%rdi)
leaq -0x12f0(%rip), %rax # 0xb10a6
movq %rax, 0x80(%rdi)
leaq -0x12ef(%rip), %rax # 0xb10b5
movq ... | resolve_charset:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 0C0h
mov rbx, rdx
mov r14, rsi
mov rsi, rdi
mov rax, fs:28h
mov [rbp+var_18], rax
lea rdi, [rbp+var_C8]
mov byte ptr [rdi], 0
lea rax, my_once_alloc_c
mov [rdi+80h], rax
lea rax, my_malloc_c
mov ... | bool resolve_charset(long long a1, long long a2, long long *a3, long long a4)
{
long long v6; // rcx
bool result; // al
char v8[128]; // [rsp+8h] [rbp-C8h] BYREF
long long ( *v9)(long long); // [rsp+88h] [rbp-48h]
long long ( *v10)(long long); // [rsp+90h] [rbp-40h]
long long ( *v11)(long long, long long);... | resolve_charset:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0xc0
MOV RBX,RDX
MOV R14,RSI
MOV RSI,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
LEA RDI,[RBP + -0xc8]
MOV byte ptr [RDI],0x0
LEA RAX,[0x1b10a6]
MOV qword ptr [RDI + 0x80],RAX
LEA RAX,[0x1b10b5]
MOV qword ptr [RDI + 0x88],RAX
LEA RAX,[0... |
bool resolve_charset(int8 param_1,long param_2,long *param_3)
{
long lVar1;
long in_FS_OFFSET;
int1 local_d0 [128];
code *local_50;
code *local_48;
code *local_40;
code *local_38;
int *local_30;
code *local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_d0[0] = 0;
loc... | |
62,541 | Init | r3d/examples/skybox.c | const char* Init(void)
{
R3D_Init(GetScreenWidth(), GetScreenHeight(), 0);
SetTargetFPS(60);
sphere = GenMeshSphere(0.5f, 64, 64);
for (int x = 0; x < 7; x++) {
for (int y = 0; y < 7; y++) {
int i = y * 7 + x;
materials[i] = LoadMaterialDefault();
R3D_SetMat... | O0 | c | Init:
pushq %rbp
movq %rsp, %rbp
subq $0x1b0, %rsp # imm = 0x1B0
callq 0x2fd20
movl %eax, -0x160(%rbp)
callq 0x2fd30
movl -0x160(%rbp), %edi
movl %eax, %esi
xorl %edx, %edx
callq 0x163ba0
movl $0x3c, %edi
callq 0x33cb0
leaq -0x78(%rbp), %rdi
movss 0x172684(%rip), %xmm0 # 0x17b004
movl $0x40, %edx
movl %edx... | Init:
push rbp
mov rbp, rsp
sub rsp, 1B0h
call GetScreenWidth
mov [rbp+var_160], eax
call GetScreenHeight
mov edi, [rbp+var_160]
mov esi, eax
xor edx, edx
call R3D_Init
mov edi, 3Ch ; '<'
call SetTargetFPS
lea rdi, [rbp+var_78]
movss xmm0, cs:dword_17B004
mov edx, 40... | const char *Init()
{
unsigned int ScreenHeight; // eax
int v1; // edx
int v2; // ecx
int v3; // r8d
int v4; // r9d
int v6; // [rsp+38h] [rbp-178h]
char *v7; // [rsp+40h] [rbp-170h]
char *v8; // [rsp+48h] [rbp-168h]
unsigned int ScreenWidth; // [rsp+50h] [rbp-160h]
_DWORD v10[11]; // [rsp+54h] [rbp-1... | Init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x1b0
CALL 0x0012fd20
MOV dword ptr [RBP + -0x160],EAX
CALL 0x0012fd30
MOV EDI,dword ptr [RBP + -0x160]
MOV ESI,EAX
XOR EDX,EDX
CALL 0x00263ba0
MOV EDI,0x3c
CALL 0x00133cb0
LEA RDI,[RBP + -0x78]
MOVSS XMM0,dword ptr [0x0027b004]
MOV EDX,0x40
MOV ESI,EDX
CALL 0x0016f000
LEA RDI,[0x31a9... |
char * Init(void)
{
int4 uVar1;
int4 uVar2;
long lVar3;
int4 local_164;
int4 local_160;
int4 local_15c;
int4 local_158;
int4 local_154;
int4 local_150;
int4 local_14c;
int4 local_148;
int4 local_144;
int4 local_140;
int4 local_13c;
int1 local_138 [64];
int1 local_f8 [60];
int4 local_... | |
62,542 | list_free | eloqsql/mysys/list.c | void list_free(LIST *root, uint free_data)
{
LIST *next;
while (root)
{
next=root->next;
if (free_data)
my_free(root->data);
my_free(root);
root=next;
}
} | O0 | c | list_free:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
cmpq $0x0, -0x8(%rbp)
je 0xdf4a8
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x18(%rbp)
cmpl $0x0, -0xc(%rbp)
je 0xdf495
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rdi
callq 0xf3be0
movq -0x8(%rbp), %rdi
callq 0xf... | list_free:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
loc_DF46F:
cmp [rbp+var_8], 0
jz short loc_DF4A8
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov [rbp+var_18], rax
cmp [rbp+var_C], 0
jz short loc_DF495
mov rax, [rbp+var_8]
mov rdi... | long long list_free(long long a1, int a2)
{
long long result; // rax
long long v3; // [rsp+8h] [rbp-18h]
while ( a1 )
{
v3 = *(_QWORD *)(a1 + 8);
if ( a2 )
my_free(*(_QWORD *)(a1 + 16));
my_free(a1);
result = v3;
a1 = v3;
}
return result;
}
| list_free:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
LAB_001df46f:
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001df4a8
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x18],RAX
CMP dword ptr [RBP + -0xc],0x0
JZ 0x001df495
MOV RAX,qword pt... |
void list_free(long param_1,int param_2)
{
long lVar1;
int8 local_10;
local_10 = param_1;
while (local_10 != 0) {
lVar1 = *(long *)(local_10 + 8);
if (param_2 != 0) {
my_free(*(int8 *)(local_10 + 0x10));
}
my_free(local_10);
local_10 = lVar1;
}
return;
}
| |
62,543 | ma_ft_segiterator | eloqsql/storage/maria/ma_ft_update.c | uint _ma_ft_segiterator(register FT_SEG_ITERATOR *ftsi)
{
DBUG_ENTER("_ma_ft_segiterator");
if (!ftsi->num)
DBUG_RETURN(0);
ftsi->num--;
if (!ftsi->seg)
DBUG_RETURN(1);
ftsi->seg--;
if (ftsi->seg->null_bit &&
(ftsi->rec[ftsi->seg->null_pos] & ftsi->seg->null_bit))
{
ftsi->pos=0;
... | O0 | c | ma_ft_segiterator:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, (%rax)
jne 0x8c553
jmp 0x8c547
movl $0x0, -0x4(%rbp)
jmp 0x8c6e2
movq -0x10(%rbp), %rax
movl (%rax), %ecx
addl $-0x1, %ecx
movl %ecx, (%rax)
movq -0x10(%rbp), %rax
cmpq $0x0, 0x8(%rax)
jne 0x8c577
jmp... | _ma_ft_segiterator:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
cmp dword ptr [rax], 0
jnz short loc_8C553
jmp short $+2
loc_8C547:
mov [rbp+var_4], 0
jmp loc_8C6E2
loc_8C553:
mov rax, [rbp+var_10]
mov ecx, [rax]
add ecx, 0FFFFFFFFh
m... | long long ma_ft_segiterator(long long a1)
{
int v2; // [rsp+8h] [rbp-18h]
unsigned int v3; // [rsp+Ch] [rbp-14h]
if ( *(_DWORD *)a1 )
{
--*(_DWORD *)a1;
if ( *(_QWORD *)(a1 + 8) )
{
*(_QWORD *)(a1 + 8) -= 32LL;
if ( *(_BYTE *)(*(_QWORD *)(a1 + 8) + 25LL)
&& (*(_BYTE *)(*(_QWORD... | _ma_ft_segiterator:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX],0x0
JNZ 0x0018c553
JMP 0x0018c547
LAB_0018c547:
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0018c6e2
LAB_0018c553:
MOV RAX,qword ptr [RBP + -0x10]
MOV ECX,dword ptr [RAX]
ADD ECX,-0x1
MOV d... |
int4 _ma_ft_segiterator(int *param_1)
{
byte bVar1;
int iVar2;
uint local_20;
int4 local_c;
if (*param_1 == 0) {
local_c = 0;
}
else {
*param_1 = *param_1 + -1;
if (*(long *)(param_1 + 2) == 0) {
local_c = 1;
}
else {
*(long *)(param_1 + 2) = *(long *)(param_1 + 2) + -... | |
62,544 | resolve_charset | eloqsql/mysys/charset.c | my_bool resolve_charset(const char *cs_name,
CHARSET_INFO *default_cs,
CHARSET_INFO **cs,
myf flags)
{
*cs= get_charset_by_csname(cs_name, MY_CS_PRIMARY, flags);
if (*cs == NULL)
{
*cs= default_cs;
return TRUE;
}
return FALSE;
} | O3 | c | resolve_charset:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0xc0, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %rsi
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
leaq -0xc8(%rbp), %rdi
movb $0x0, (%rdi)
leaq -0x12f0(%rip), %rax # 0x27ace
movq %rax, 0x80(%rdi)
leaq -0x12ef(%rip), %rax # 0x27add
movq ... | resolve_charset:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 0C0h
mov rbx, rdx
mov r14, rsi
mov rsi, rdi
mov rax, fs:28h
mov [rbp+var_18], rax
lea rdi, [rbp+var_C8]
mov byte ptr [rdi], 0
lea rax, my_once_alloc_c
mov [rdi+80h], rax
lea rax, my_malloc_c
mov ... | bool resolve_charset(long long a1, long long a2, long long *a3, long long a4)
{
long long v6; // rcx
bool result; // al
char v8[128]; // [rsp+8h] [rbp-C8h] BYREF
long long ( *v9)(long long); // [rsp+88h] [rbp-48h]
long long ( *v10)(unsigned long long); // [rsp+90h] [rbp-40h]
long long ( *v11)(long long, un... | resolve_charset:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0xc0
MOV RBX,RDX
MOV R14,RSI
MOV RSI,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
LEA RDI,[RBP + -0xc8]
MOV byte ptr [RDI],0x0
LEA RAX,[0x127ace]
MOV qword ptr [RDI + 0x80],RAX
LEA RAX,[0x127add]
MOV qword ptr [RDI + 0x88],RAX
LEA RAX,[0... |
bool resolve_charset(int8 param_1,long param_2,long *param_3)
{
long lVar1;
long in_FS_OFFSET;
int1 local_d0 [128];
code *local_50;
code *local_48;
code *local_40;
code *local_38;
int *local_30;
code *local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_d0[0] = 0;
loc... | |
62,545 | translog_get_sent_to_disk | eloqsql/storage/maria/ma_loghandler.c | static LSN translog_get_sent_to_disk()
{
register LSN lsn;
DBUG_ENTER("translog_get_sent_to_disk");
mysql_mutex_lock(&log_descriptor.sent_to_disk_lock);
lsn= log_descriptor.sent_to_disk;
DBUG_PRINT("info", ("sent to disk up to " LSN_FMT, LSN_IN_PARTS(lsn)));
mysql_mutex_unlock(&log_descriptor.sent_to_disk_l... | O0 | c | translog_get_sent_to_disk:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
leaq 0x429141(%rip), %rdi # 0x4db810
addq $0x800cc0, %rdi # imm = 0x800CC0
leaq 0xd9ab6(%rip), %rsi # 0x18c193
movl $0x947, %edx # imm = 0x947
callq 0xa5790
movq 0xc29dc2(%rip), %rax # 0xcdc4b0
movq %rax, -0x8(%rbp)
jmp ... | translog_get_sent_to_disk:
push rbp
mov rbp, rsp
sub rsp, 10h
lea rdi, log_descriptor
add rdi, 800CC0h
lea rsi, aWorkspaceLlm4b_20; "/workspace/llm4binary/github2025/eloqsq"...
mov edx, 947h
call inline_mysql_mutex_lock_13
mov rax, cs:qword_CDC4B0
mov [rbp+var_8], rax
jmp short... | long long translog_get_sent_to_disk()
{
long long v1; // [rsp+8h] [rbp-8h]
inline_mysql_mutex_lock_13(
(long long)&log_descriptor[1048984],
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_loghandler.c",
0x947u);
v1 = qword_CDC4B0;
inline_mysql_mutex_unlock_14((long long)&log_d... | translog_get_sent_to_disk:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
LEA RDI,[0x5db810]
ADD RDI,0x800cc0
LEA RSI,[0x28c193]
MOV EDX,0x947
CALL 0x001a5790
MOV RAX,qword ptr [0x00ddc4b0]
MOV qword ptr [RBP + -0x8],RAX
JMP 0x001b26f4
LAB_001b26f4:
LEA RDI,[0x5db810]
ADD RDI,0x800cc0
CALL 0x001a5800
MOV RAX,qword ptr [RBP + -0x8]
... |
int8 translog_get_sent_to_disk(void)
{
int8 uVar1;
inline_mysql_mutex_lock
(&DAT_00ddc4d0,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_loghandler.c",
0x947);
uVar1 = DAT_00ddc4b0;
inline_mysql_mutex_unlock(&DAT_00ddc4d0);
return uVar1;
}
| |
62,546 | test_zerofill_1byte | eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c | static int test_zerofill_1byte(MYSQL *mysql)
{
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
int rc;
MYSQL_BIND bind;
char buffer[3];
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t1");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE t1 (a int zerofill)");
check_mysql_rc(rc, mysql);
rc= ... | O0 | c | test_zerofill_1byte:
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x44950
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
leaq 0x4e3cf(%rip), %rsi # 0x66636
callq 0x38a70
movl %eax, -0x1c(%rbp)
cmpl $0x0, -0x1c(%rbp)
je 0x182cd
movl -0x1c(%rbp), %eax
movl %eax, -0xa4... | test_zerofill_1byte:
push rbp
mov rbp, rsp
sub rsp, 0E0h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
call mysql_stmt_init
mov [rbp+var_18], rax
mov rdi, [rbp+var_10]
lea rsi, aDropTableIfExi_0; "DROP TABLE IF EXISTS t1"
call mysql_query
mov [rbp+var_1C], eax
cmp [rbp+var_1C]... | long long test_zerofill_1byte(long long a1)
{
int v1; // eax
int v2; // eax
int v3; // eax
int v4; // eax
int v5; // r8d
int v6; // r9d
int v7; // eax
int v8; // r8d
int v9; // r9d
int v10; // r8d
int v11; // r9d
int v12; // eax
int v14; // [rsp+Ch] [rbp-D4h]
int v15; // [rsp+10h] [rbp-D0h]... | test_zerofill_1byte:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00144950
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x10]
LEA RSI,[0x166636]
CALL 0x00138a70
MOV dword ptr [RBP + -0x1c],EAX
CMP dword ptr [RBP + -0x1c],0x0
JZ 0x001182cd
MOV EAX,... |
int4 test_zerofill_1byte(int8 param_1)
{
char cVar1;
int iVar2;
int4 uVar3;
int8 uVar4;
int1 local_9b [3];
int1 local_98 [16];
int1 *local_88;
int8 local_58;
int4 local_38;
int local_24;
int8 local_20;
int8 local_18;
int4 local_c;
local_18 = param_1;
local_20 = mysql_stmt_init(param_1... | |
62,547 | test_zerofill_1byte | eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c | static int test_zerofill_1byte(MYSQL *mysql)
{
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
int rc;
MYSQL_BIND bind;
char buffer[3];
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t1");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE t1 (a int zerofill)");
check_mysql_rc(rc, mysql);
rc= ... | O3 | c | test_zerofill_1byte:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x78, %rsp
movq %rdi, %rbx
callq 0x322b8
movq %rax, %r14
leaq 0x3002a(%rip), %rsi # 0x47286
movq %rbx, %rdi
callq 0x2bbf9
testl %eax, %eax
je 0x1729f
movl %eax, %r15d
movq %rbx, %rdi
callq 0x2dc72
movq %rax, %r14
movq %rbx, %rdi
... | test_zerofill_1byte:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 78h
mov rbx, rdi
call mysql_stmt_init
mov r14, rax
lea rsi, aDropTableIfExi_0; "DROP TABLE IF EXISTS t1"
mov rdi, rbx
call mysql_query
test eax, eax
jz short loc_1729F
mov r15d, eax
mov ... | long long test_zerofill_1byte(long long a1)
{
long long v1; // r14
int v2; // eax
int v3; // r15d
int v4; // r14d
int v5; // eax
const char *v6; // rdi
const char *v7; // r8
const char *v8; // rsi
const char *v9; // rdx
int v10; // ecx
int v11; // r9d
int v12; // eax
int v13; // r15d
int v1... | test_zerofill_1byte:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x78
MOV RBX,RDI
CALL 0x001322b8
MOV R14,RAX
LEA RSI,[0x147286]
MOV RDI,RBX
CALL 0x0012bbf9
TEST EAX,EAX
JZ 0x0011729f
MOV R15D,EAX
MOV RDI,RBX
CALL 0x0012dc72
MOV R14,RAX
MOV RDI,RBX
CALL 0x0012dc5d
LEA RDI,[0x146325]
LEA R8,[0x146cbd]
MOV ES... |
int8 test_zerofill_1byte(int8 param_1)
{
int iVar1;
int4 uVar2;
int8 uVar3;
char *pcVar4;
int8 uVar5;
uVar3 = mysql_stmt_init();
iVar1 = mysql_query(param_1,"DROP TABLE IF EXISTS t1");
if (iVar1 == 0) {
iVar1 = mysql_query(param_1,"CREATE TABLE t1 (a int zerofill)");
if (iVar1 == 0) {
... | |
62,548 | LefDefParser::lefiVia::numRects(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiVia.cpp | int
lefiVia::numRects(int layerNum) const
{
lefiViaLayer *vl;
char msg[160];
if (layerNum < 0 || layerNum >= numLayers_) {
sprintf(msg, "ERROR (LEFPARS-1421): The layer number %d given for the VIA LAYER is invalid.\nValid number is from 0 to %d", layerNum, numLayers_);
lefiErro... | O0 | cpp | LefDefParser::lefiVia::numRects(int) const:
subq $0xd8, %rsp
movq %rdi, 0xc8(%rsp)
movl %esi, 0xc4(%rsp)
movq 0xc8(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpl $0x0, 0xc4(%rsp)
jl 0x179fe
movq 0x8(%rsp), %rcx
movl 0xc4(%rsp), %eax
cmpl 0x48(%rcx), %eax
jl 0x17a3e
movq 0x8(%rsp), %rax
leaq 0x10(%rsp), %rdi
movl 0xc4(%rsp), %ed... | _ZNK12LefDefParser7lefiVia8numRectsEi:
sub rsp, 0D8h
mov [rsp+0D8h+var_10], rdi
mov [rsp+0D8h+var_14], esi
mov rax, [rsp+0D8h+var_10]
mov [rsp+0D8h+var_D0], rax
cmp [rsp+0D8h+var_14], 0
jl short loc_179FE
mov rcx, [rsp+0D8h+var_D0]
mov eax, [rsp+0D8h+var_14]
cmp eax, [rcx+48h]
j... | long long LefDefParser::lefiVia::numRects(LefDefParser::lefiVia *this, int a2)
{
const char *v2; // rcx
int v4[42]; // [rsp+10h] [rbp-C8h] BYREF
int v5; // [rsp+C4h] [rbp-14h]
LefDefParser::lefiVia *v6; // [rsp+C8h] [rbp-10h]
v6 = this;
v5 = a2;
if ( a2 >= 0 && v5 < *((_DWORD *)this + 18) )
{
retu... | numRects:
SUB RSP,0xd8
MOV qword ptr [RSP + 0xc8],RDI
MOV dword ptr [RSP + 0xc4],ESI
MOV RAX,qword ptr [RSP + 0xc8]
MOV qword ptr [RSP + 0x8],RAX
CMP dword ptr [RSP + 0xc4],0x0
JL 0x001179fe
MOV RCX,qword ptr [RSP + 0x8]
MOV EAX,dword ptr [RSP + 0xc4]
CMP EAX,dword ptr [RCX + 0x48]
JL 0x00117a3e
LAB_001179fe:
MOV RAX,q... |
/* LefDefParser::lefiVia::numRects(int) const */
int4 __thiscall LefDefParser::lefiVia::numRects(lefiVia *this,int param_1)
{
char local_c8 [168];
lefiViaLayer *local_20;
int local_14;
lefiVia *local_10;
int4 local_4;
local_14 = param_1;
local_10 = this;
if ((param_1 < 0) || (*(int *)(this + 0x48)... | |
62,549 | LefDefParser::lefiVia::numRects(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiVia.cpp | int
lefiVia::numRects(int layerNum) const
{
lefiViaLayer *vl;
char msg[160];
if (layerNum < 0 || layerNum >= numLayers_) {
sprintf(msg, "ERROR (LEFPARS-1421): The layer number %d given for the VIA LAYER is invalid.\nValid number is from 0 to %d", layerNum, numLayers_);
lefiErro... | O3 | cpp | LefDefParser::lefiVia::numRects(int) const:
pushq %r14
pushq %rbx
subq $0xa8, %rsp
movl %esi, %edx
testl %esi, %esi
setns %al
movl 0x48(%rdi), %ecx
cmpl %esi, %ecx
setg %sil
testb %sil, %al
je 0x149a8
movq 0x50(%rdi), %rax
movl %edx, %ecx
movq (%rax,%rcx,8), %rax
movl 0x18(%rax), %ebx
jmp 0x149cd
leaq 0x39286(%rip), %r... | _ZNK12LefDefParser7lefiVia8numRectsEi:
push r14
push rbx
sub rsp, 0A8h
mov edx, esi
test esi, esi
setns al
mov ecx, [rdi+48h]
cmp ecx, esi
setnle sil
test al, sil
jz short loc_149A8
mov rax, [rdi+50h]
mov ecx, edx
mov rax, [rax+rcx*8]
mov ebx, [rax+18h]
jmp short ... | long long LefDefParser::lefiVia::numRects(LefDefParser::lefiVia *this, signed int a2)
{
int v2; // ecx
unsigned int v3; // ebx
const char *v4; // rcx
_BYTE v6[184]; // [rsp+0h] [rbp-B8h] BYREF
v2 = *((_DWORD *)this + 18);
if ( v2 > a2 && a2 >= 0 )
{
return *(unsigned int *)(*(_QWORD *)(*((_QWORD *)t... | numRects:
PUSH R14
PUSH RBX
SUB RSP,0xa8
MOV EDX,ESI
TEST ESI,ESI
SETNS AL
MOV ECX,dword ptr [RDI + 0x48]
CMP ECX,ESI
SETG SIL
TEST AL,SIL
JZ 0x001149a8
MOV RAX,qword ptr [RDI + 0x50]
MOV ECX,EDX
MOV RAX,qword ptr [RAX + RCX*0x8]
MOV EBX,dword ptr [RAX + 0x18]
JMP 0x001149cd
LAB_001149a8:
LEA RSI,[0x14dc35]
XOR EBX,EBX... |
/* LefDefParser::lefiVia::numRects(int) const */
int4 __thiscall LefDefParser::lefiVia::numRects(lefiVia *this,int param_1)
{
int4 uVar1;
char acStack_b8 [168];
if (param_1 < 0 || *(int *)(this + 0x48) <= param_1) {
uVar1 = 0;
sprintf(acStack_b8,
"ERROR (LEFPARS-1421): The layer number %... | |
62,550 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> join<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits... | llama.cpp/examples/llama-bench/llama-bench.cpp | static std::string join(const std::vector<T> & values, const std::string & delim) {
std::ostringstream str;
for (size_t i = 0; i < values.size(); i++) {
str << values[i];
if (i < values.size() - 1) {
str << delim;
}
}
return str.str();
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> join<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits... | _ZL4joinImENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIT_SaIS7_EERKS5_:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 180h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea rdi, [rsp+1A8h+var_1A0]
call __ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIc... | void join<unsigned long>(long long a1, long long *a2, _QWORD *a3)
{
long long v4; // rax
unsigned long long v5; // r13
unsigned long long v6; // rcx
_BYTE v7[8]; // [rsp+8h] [rbp-1A0h] BYREF
_BYTE v8[104]; // [rsp+10h] [rbp-198h] BYREF
_BYTE v9[304]; // [rsp+78h] [rbp-130h] BYREF
std::ostringstream::bas... | join<unsigned_long>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x180
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x8]
CALL 0x00116b00
MOV RAX,qword ptr [R15]
CMP qword ptr [R15 + 0x8],RAX
JZ 0x0011d049
XOR R13D,R13D
LEA R12,[RSP + 0x8]
LAB_0011d001:
MOV RSI,qword ptr [RAX + R13*0x8]
LAB_0011d005:
MOV ... |
/* std::__cxx11::string join<unsigned long>(std::vector<unsigned long, std::allocator<unsigned long>
> const&, std::__cxx11::string const&) */
void join<unsigned_long>(vector *param_1,string *param_2)
{
ulong uVar1;
int8 *in_RDX;
ulong uVar2;
ostringstream local_1a0 [112];
ios_base local_130 [264];
... | |
62,551 | sort_locks | eloqsql/mysys/thr_lock.c | static void sort_locks(THR_LOCK_DATA **data,uint count)
{
THR_LOCK_DATA **pos,**end,**prev,*tmp;
/* Sort locks with insertion sort (fast because almost always few locks) */
for (pos=data+1,end=data+count; pos < end ; pos++)
{
tmp= *pos;
if (LOCK_CMP(tmp,pos[-1]))
{
prev=pos;
do {
prev... | O3 | c | sort_locks:
cmpl $0x2, %esi
jb 0x2d76b
pushq %rbp
movq %rsp, %rbp
movl %esi, %eax
leaq (%rdi,%rax,8), %rax
leaq 0x8(%rdi), %rsi
xorl %ecx, %ecx
movq %rdi, %rdx
movq %rdx, %r8
movq %rsi, %rdx
movq (%r8), %r9
movq 0x8(%r8), %rsi
movq 0x18(%r9), %r10
cmpq %r10, 0x18(%rsi)
jne 0x2d6ec
movl 0x40(%r9), %r10d
cmpl %r10d, 0x40... | sort_locks:
cmp esi, 2
jb locret_2D76B
push rbp
mov rbp, rsp
mov eax, esi
lea rax, [rdi+rax*8]
lea rsi, [rdi+8]
xor ecx, ecx
mov rdx, rdi
loc_2D6C3:
mov r8, rdx
mov rdx, rsi
mov r9, [r8]
mov rsi, [r8+8]
mov r10, [r9+18h]
cmp [rsi+18h], r10
jnz short loc_2D... | void sort_locks(_QWORD *a1, unsigned int a2)
{
unsigned long long v2; // rax
_QWORD *v3; // rsi
long long v4; // rcx
_QWORD *v5; // rdx
_QWORD *v6; // r8
long long v7; // r9
long long v8; // rsi
unsigned long long v9; // r10
bool v10; // cf
int v11; // r10d
_QWORD *v12; // r9
_QWORD *v13; // r8... | sort_locks:
CMP ESI,0x2
JC 0x0012d76b
PUSH RBP
MOV RBP,RSP
MOV EAX,ESI
LEA RAX,[RDI + RAX*0x8]
LEA RSI,[RDI + 0x8]
XOR ECX,ECX
MOV RDX,RDI
LAB_0012d6c3:
MOV R8,RDX
MOV RDX,RSI
MOV R9,qword ptr [R8]
MOV RSI,qword ptr [R8 + 0x8]
MOV R10,qword ptr [R9 + 0x18]
CMP qword ptr [RSI + 0x18],R10
JNZ 0x0012d6ec
MOV R10D,dword pt... |
void sort_locks(long *param_1,uint param_2)
{
long lVar1;
long lVar2;
long lVar3;
long *plVar4;
long *plVar5;
long lVar6;
long *plVar7;
bool bVar8;
if (1 < param_2) {
lVar3 = 0;
plVar4 = param_1;
plVar5 = param_1 + 1;
do {
lVar6 = *plVar4;
lVar1 = plVar4[1];
bVar... | |
62,552 | mysql_client_plugin_deinit | eloqsql/build_O3/libmariadb/libmariadb/ma_client_plugin.c | void mysql_client_plugin_deinit()
{
int i;
struct st_client_plugin_int *p;
if (!initialized)
return;
for (i=0; i < MYSQL_CLIENT_MAX_PLUGINS; i++)
for (p= plugin_list[i]; p; p= p->next)
{
if (p->plugin->deinit)
p->plugin->deinit();
if (p->dlhandle)
(void)dlclose(p->dlhan... | O3 | c | mysql_client_plugin_deinit:
cmpb $0x1, 0x25c1f(%rip) # 0x53f50
jne 0x2e3bc
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
xorl %r14d, %r14d
leaq 0x25c75(%rip), %rbx # 0x53fc0
movq (%rbx,%r14,8), %r15
testq %r15, %r15
je 0x2e376
movq 0x10(%r15), %rax
movq 0x48(%rax), %rax
testq %rax, %rax... | mysql_client_plugin_deinit:
cmp cs:initialized, 1
jnz locret_2E3BC
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
xor r14d, r14d
lea rbx, plugin_list
loc_2E34B:
mov r15, [rbx+r14*8]
loc_2E34F:
test r15, r15
jz short loc_2E376
mov rax, [r15+10h]
mov rax, ... | long long mysql_client_plugin_deinit(long long a1)
{
long long result; // rax
long long i; // r14
_QWORD *j; // r15
void ( *v4)(long long); // rax
if ( initialized == 1 )
{
for ( i = 0LL; i != 3; ++i )
{
for ( j = (_QWORD *)*((_QWORD *)plugin_list + i); j; j = (_QWORD *)*j )
{
... | mysql_client_plugin_deinit:
CMP byte ptr [0x00153f50],0x1
JNZ 0x0012e3bc
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
XOR R14D,R14D
LEA RBX,[0x153fc0]
LAB_0012e34b:
MOV R15,qword ptr [RBX + R14*0x8]
LAB_0012e34f:
TEST R15,R15
JZ 0x0012e376
MOV RAX,qword ptr [R15 + 0x10]
MOV RAX,qword ptr [RAX + 0x48]
TEST R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void mysql_client_plugin_deinit(void)
{
long lVar1;
int8 *puVar2;
if (initialized == '\x01') {
lVar1 = 0;
do {
for (puVar2 = (int8 *)(&plugin_list)[lVar1]; puVar2 != (int8 *)0x0;
puVar2 = (int8 *)*pu... | |
62,553 | pk_parse_key_sec1_der | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/pkparse.c | static int pk_parse_key_sec1_der(mbedtls_ecp_keypair *eck,
const unsigned char *key,
size_t keylen)
{
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
int version, pubkey_done;
size_t len;
mbedtls_asn1_buf params;
unsigned char *p = (... | O3 | c | pk_parse_key_sec1_der:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movq %rdi, %rbx
leaq 0x8(%rsp), %rdi
movq %rsi, (%rdi)
addq %rdx, %rsi
leaq 0x10(%rsp), %rdx
movl $0x30, %ecx
callq 0x96961
testl %eax, %eax
jne 0x8d5b7
leaq 0x8(%rsp), %rdi
movq (%rdi), %r15
addq 0x10(%rsp), %r15
leaq 0x1c(%rsp), %rdx
... | pk_parse_key_sec1_der:
push rbp
push r15
push r14
push rbx
sub rsp, 38h
mov rbx, rdi
lea rdi, [rsp+58h+var_50]
mov [rdi], rsi
add rsi, rdx
lea rdx, [rsp+58h+var_48]
mov ecx, 30h ; '0'
call mbedtls_asn1_get_tag
test eax, eax
jnz short loc_8D5B7
lea rdi, [rsp+58h+var_... | long long pk_parse_key_sec1_der(long long a1, _BYTE *a2, long long a3)
{
int tag; // eax
_BYTE *v4; // r15
int v5; // ebp
unsigned int v6; // ebp
int binary; // eax
int v9; // eax
unsigned int ecparams; // eax
int v11; // eax
_BYTE *v12; // r15
int ecpubkey; // eax
_BYTE *v14; // [rsp+8h] [rbp-50... | pk_parse_key_sec1_der:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV RBX,RDI
LEA RDI,[RSP + 0x8]
MOV qword ptr [RDI],RSI
ADD RSI,RDX
LEA RDX,[RSP + 0x10]
MOV ECX,0x30
CALL 0x00196961
TEST EAX,EAX
JNZ 0x0018d5b7
LEA RDI,[RSP + 0x8]
MOV R15,qword ptr [RDI]
ADD R15,qword ptr [RSP + 0x10]
LEA RDX,[RSP + 0x1c]
MOV RS... |
int pk_parse_key_sec1_der(long param_1,long param_2,long param_3)
{
long lVar1;
int iVar2;
long lVar3;
long local_50;
long local_48;
int local_3c;
int1 local_38 [24];
local_50 = param_2;
iVar2 = mbedtls_asn1_get_tag(&local_50,param_2 + param_3,&local_48,0x30);
if (iVar2 != 0) goto LAB_0018d5b9;... | |
62,554 | mi_pack_rec_unpack | eloqsql/storage/myisam/mi_packrec.c | int _mi_pack_rec_unpack(register MI_INFO *info, MI_BIT_BUFF *bit_buff,
register uchar *to, uchar *from, ulong reclength)
{
uchar *end_field;
reg3 MI_COLUMNDEF *end;
MI_COLUMNDEF *current_field;
MYISAM_SHARE *share=info->s;
DBUG_ENTER("_mi_pack_rec_unpack");
init_bit_buffer(bit_buff,... | O3 | c | mi_pack_rec_unpack:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq (%rdi), %rax
movq %rcx, 0x8(%rsi)
movl %r8d, %esi
addq %rcx, %rsi
movq %rsi, 0x10(%r14)
movl $0x0, 0x28(%r14)
movq $0x0, (%r14)
movq 0x168(%rax), %rcx
testq %rcx, %rcx
jl... | _mi_pack_rec_unpack:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rax, [rdi]
mov [rsi+8], rcx
mov esi, r8d
add rsi, rcx
mov [r14+10h], rsi
mov dword ptr [r14+28h], 0
mov qword ptr [r14], 0
mov r... | long long mi_pack_rec_unpack(_QWORD *a1, long long a2, long long a3, long long a4, unsigned int a5)
{
_QWORD *v6; // rbx
long long v7; // rax
const char *v8; // rsi
long long v9; // rcx
unsigned long long v10; // r15
unsigned long long v11; // r13
long long v12; // r12
v6 = a1;
v7 = *a1;
*(_QWORD ... | _mi_pack_rec_unpack:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDI]
MOV qword ptr [RSI + 0x8],RCX
MOV ESI,R8D
ADD RSI,RCX
MOV qword ptr [R14 + 0x10],RSI
MOV dword ptr [R14 + 0x28],0x0
MOV qword ptr [R14],0x0
MOV RCX,qword ptr [RAX + 0x168]
TEST... |
int8
_mi_pack_rec_unpack(long *param_1,int8 *param_2,long param_3,long param_4,uint param_5)
{
long lVar1;
int4 *puVar2;
long lVar3;
ulong uVar4;
ulong uVar5;
lVar3 = *param_1;
param_2[1] = param_4;
param_2[2] = (ulong)param_5 + param_4;
*(int4 *)(param_2 + 5) = 0;
*param_2 = 0;
lVar1 = *(lon... | |
62,555 | nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::a... | monkey531[P]llama/common/json.hpp | static out_of_range create(int id_, const std::string& what_arg, BasicJsonContext context)
{
const std::string w = concat(exception::name("out_of_range", id_), exception::diagnostics(context), what_arg);
return {id_, w.c_str()};
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::a... | _ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
push rbp
push r15
push r14
push... | nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKS... | _ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH... |
exception *
_ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_
(exception *param_... | |
62,556 | ImageColorContrast | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | void ImageColorContrast(Image *image, float contrast)
{
// Security check to avoid program crash
if ((image->data == NULL) || (image->width == 0) || (image->height == 0)) return;
if (contrast < -100) contrast = -100;
if (contrast > 100) contrast = 100;
contrast = (100.0f + contrast)/100.0f;
co... | O2 | c | ImageColorContrast:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x30, %rsp
cmpq $0x0, (%rdi)
je 0x84455
movq %rdi, %rbx
cmpl $0x0, 0x8(%rdi)
je 0x84455
cmpl $0x0, 0xc(%rbx)
je 0x84455
movss 0x4b280(%rip), %xmm1 # 0xcf58c
maxss %xmm0, %xmm1
movss 0x3f1c4(%rip), %xmm0 # 0xc34dc
movaps %xmm0, %xmm2
minss %xmm1, %xmm2
add... | ImageColorContrast:
push rbp
push r14
push rbx
sub rsp, 30h
cmp qword ptr [rdi], 0
jz loc_84455
mov rbx, rdi
cmp dword ptr [rdi+8], 0
jz loc_84455
cmp dword ptr [rbx+0Ch], 0
jz loc_84455
movss xmm1, cs:dword_CF58C
maxss xmm1, xmm0
movss xmm0, cs:dword_C34DC
movaps xmm2... | void ImageColorContrast(__m128i *a1, long long a2, long long a3, long long a4, long long a5, long long a6, float a7)
{
__m128 v8; // xmm2
long long ImageColors; // r14
__m128 v10; // xmm0
long long i; // rax
__m128 v12; // xmm9
__m128 v13; // xmm8
char v14; // dl
int v15; // esi
int v16; // edi
flo... | ImageColorContrast:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
CMP qword ptr [RDI],0x0
JZ 0x00184455
MOV RBX,RDI
CMP dword ptr [RDI + 0x8],0x0
JZ 0x00184455
CMP dword ptr [RBX + 0xc],0x0
JZ 0x00184455
MOVSS XMM1,dword ptr [0x001cf58c]
MAXSS XMM1,XMM0
MOVSS XMM0,dword ptr [0x001c34dc]
MOVAPS XMM2,XMM0
MINSS XMM2,XMM1
ADDSS... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void ImageColorContrast(float param_1,long *param_2)
{
ushort uVar1;
int4 uVar2;
float fVar3;
float fVar4;
float fVar5;
float fVar6;
float fVar7;
float fVar8;
float fVar9;
float fVar10;
float fVar11;
float fV... | |
62,557 | mi_ck_write | eloqsql/storage/myisam/mi_write.c | int _mi_ck_write(MI_INFO *info, uint keynr, uchar *key, uint key_length)
{
DBUG_ENTER("_mi_ck_write");
if (info->bulk_insert && is_tree_inited(&info->bulk_insert[keynr]))
{
DBUG_RETURN(_mi_ck_write_tree(info, keynr, key, key_length));
}
else
{
DBUG_RETURN(_mi_ck_write_btree(info, keynr, key, key_le... | O3 | c | mi_ck_write:
movq %rdi, %rax
movq 0x80(%rdi), %rdi
testq %rdi, %rdi
je 0x87e3e
movl %esi, %r8d
imulq $0x298, %r8, %r8 # imm = 0x298
cmpq $0x0, (%rdi,%r8)
je 0x87e3e
pushq %rbp
movq %rsp, %rbp
addq %r8, %rdi
movq (%rax), %rax
addl 0x338(%rax), %ecx
movq 0x230(%rdi), %rax
movq %rdx, %rsi
movl %ecx, %edx
movq %rax,... | _mi_ck_write:
mov rax, rdi
mov rdi, [rdi+80h]
test rdi, rdi
jz short loc_87E3E
mov r8d, esi
imul r8, 298h
cmp qword ptr [rdi+r8], 0
jz short loc_87E3E
push rbp
mov rbp, rsp
add rdi, r8
mov rax, [rax]
add ecx, [rax+338h]
mov rax, [rdi+230h]
mov rsi, rdx
mov ... | long long mi_ck_write(_QWORD *a1, unsigned int a2, long long a3, int a4)
{
long long v5; // rdi
long long v6; // r8
v5 = a1[16];
if ( v5 && (v6 = 664LL * a2, *(_QWORD *)(v5 + v6)) )
return (unsigned __int8)(tree_insert(
v6 + v5,
a3,
... | _mi_ck_write:
MOV RAX,RDI
MOV RDI,qword ptr [RDI + 0x80]
TEST RDI,RDI
JZ 0x00187e3e
MOV R8D,ESI
IMUL R8,R8,0x298
CMP qword ptr [RDI + R8*0x1],0x0
JZ 0x00187e3e
PUSH RBP
MOV RBP,RSP
ADD RDI,R8
MOV RAX,qword ptr [RAX]
ADD ECX,dword ptr [RAX + 0x338]
MOV RAX,qword ptr [RDI + 0x230]
MOV RSI,RDX
MOV EDX,ECX
MOV RCX,RAX
CALL... |
long _mi_ck_write(long *param_1,ulong param_2,int8 param_3,int param_4)
{
long lVar1;
long lVar2;
lVar1 = param_1[0x10];
if ((lVar1 != 0) && (lVar2 = (param_2 & 0xffffffff) * 0x298, *(long *)(lVar1 + lVar2) != 0)) {
lVar1 = lVar1 + lVar2;
lVar1 = tree_insert(lVar1,param_3,param_4 + *(int *)(*param_... | |
62,558 | quantize_row_q8_1_ref | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c | void quantize_row_q8_1_ref(const float * restrict x, block_q8_1 * restrict y, int64_t k) {
assert(QK8_1 == 32);
assert(k % QK8_1 == 0);
const int nb = k / QK8_1;
for (int i = 0; i < nb; i++) {
float amax = 0.0f; // absolute max
for (int j = 0; j < QK8_1; j++) {
const float ... | O0 | c | quantize_row_q8_1_ref:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x18(%rbp), %rax
movl $0x20, %ecx
cqto
idivq %rcx
cmpq $0x0, %rdx
jne 0x6e31a
jmp 0x6e339
leaq 0x52c38(%rip), %rdi # 0xc0f59
leaq 0x52a34(%rip), %rsi # 0xc0d5c
movl $0xde,... | quantize_row_q8_1_ref:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_18]
mov ecx, 20h ; ' '
cqo
idiv rcx
cmp rdx, 0
jnz short loc_6E31A
jmp short loc_6E339
loc_6E31A:
lea rdi, aKQk810; "k % QK8_1 ==... | long long quantize_row_q8_1_ref(long long a1, long long a2, long long a3)
{
long long result; // rax
float v4; // [rsp+4h] [rbp-4Ch]
unsigned __int32 v5; // [rsp+8h] [rbp-48h]
float v6; // [rsp+Ch] [rbp-44h]
int k; // [rsp+14h] [rbp-3Ch]
int v8; // [rsp+18h] [rbp-38h]
float v9; // [rsp+20h] [rbp-30h]
u... | quantize_row_q8_1_ref:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x18]
MOV ECX,0x20
CQO
IDIV RCX
CMP RDX,0x0
JNZ 0x0016e31a
JMP 0x0016e339
LAB_0016e31a:
LEA RDI,[0x1c0f59]
LEA RSI,[0x1c0d5c]
MOV EDX,0xde
LEA... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void quantize_row_q8_1_ref(long param_1,long param_2,long param_3)
{
uint uVar1;
float fVar2;
int2 uVar3;
float fVar4;
int8 extraout_XMM0_Qa;
int8 extraout_XMM0_Qb;
int1 auVar5 [16];
int1 auVar6 [16];
float local_5... | |
62,559 | quantize_row_q8_1_ref | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c | void quantize_row_q8_1_ref(const float * restrict x, block_q8_1 * restrict y, int64_t k) {
assert(QK8_1 == 32);
assert(k % QK8_1 == 0);
const int nb = k / QK8_1;
for (int i = 0; i < nb; i++) {
float amax = 0.0f; // absolute max
for (int j = 0; j < QK8_1; j++) {
const float ... | O3 | c | quantize_row_q8_1_ref:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdx, %rbx
movq %rsi, 0x28(%rsp)
testb $0x1f, %bl
jne 0x2d164
shrq $0x5, %rbx
testl %ebx, %ebx
jle 0x2d152
movq %rdi, %r15
andl $0x7fffffff, %ebx # imm = 0x7FFFFFFF
movq 0x28(%rsp), %rax
leaq 0x14(%rax),... | quantize_row_q8_1_ref:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov rbx, rdx
mov [rsp+0B8h+var_90], rsi
test bl, 1Fh
jnz loc_2D164
shr rbx, 5
test ebx, ebx
jle loc_2D152
mov r15, rdi
and ebx, 7FFFFFFFh
mov rax, [rsp+0B8h+var_90]
lea ... | void quantize_row_q8_1_ref(long long a1, long long a2, unsigned long long a3)
{
long long v4; // rbx
long long v5; // r12
long long v6; // r13
long long v7; // rax
__m128 v8; // xmm4
float v9; // xmm0_4
unsigned int v10; // eax
unsigned int v11; // ecx
unsigned int v12; // edx
__m128i v13; // xmm1
... | quantize_row_q8_1_ref:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV RBX,RDX
MOV qword ptr [RSP + 0x28],RSI
TEST BL,0x1f
JNZ 0x0012d164
SHR RBX,0x5
TEST EBX,EBX
JLE 0x0012d152
MOV R15,RDI
AND EBX,0x7fffffff
MOV RAX,qword ptr [RSP + 0x28]
LEA R12,[RAX + 0x14]
XOR R13D,R13D
MOVAPS XMM1,xmmword pt... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void quantize_row_q8_1_ref(long param_1,long param_2,ulong param_3)
{
ushort *puVar1;
float *pfVar2;
float *pfVar3;
float fVar4;
float fVar5;
float fVar6;
long lVar7;
ushort uVar8;
uint uVar9;
long lVar10;
ulon... | |
62,560 | pvio_socket_wait_io_or_timeout | eloqsql/libmariadb/plugins/pvio/pvio_socket.c | int pvio_socket_wait_io_or_timeout(MARIADB_PVIO *pvio, my_bool is_read, int timeout)
{
int rc;
struct st_pvio_socket *csock= NULL;
#ifndef _WIN32
struct pollfd p_fd;
#else
struct timeval tv= {0,0};
fd_set fds, exc_fds;
#endif
if (!pvio || !pvio->data)
return 0;
if (pvio->mysql->options.extension &&... | O3 | c | pvio_socket_wait_io_or_timeout:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x10, %rsp
xorl %eax, %eax
testq %rdi, %rdi
je 0x4fa05
movq (%rdi), %rcx
testq %rcx, %rcx
je 0x4fa05
movq 0x40(%rdi), %rax
movq 0x480(%rax), %rax
testq %rax, %rax
je 0x4f9a2
movq 0x140(%rax), %rax
testq %rax, %rax
je 0x4f9a2
movl (%r... | pvio_socket_wait_io_or_timeout:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 10h
xor eax, eax
test rdi, rdi
jz loc_4FA05
mov rcx, [rdi]
test rcx, rcx
jz loc_4FA05
mov rax, [rdi+40h]
mov rax, [rax+480h]
test rax, rax
jz short loc_4F9A2
mov rax, [rax+140h]
... | long long pvio_socket_wait_io_or_timeout(long long a1, char a2, int a3)
{
long long result; // rax
_DWORD *v4; // rcx
long long v5; // rax
long long ( *v6)(_QWORD, _QWORD); // rax
unsigned int v7; // r14d
_QWORD v8[3]; // [rsp+8h] [rbp-18h] BYREF
result = 0LL;
if ( a1 )
{
v4 = *(_DWORD **)a1;
... | pvio_socket_wait_io_or_timeout:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x10
XOR EAX,EAX
TEST RDI,RDI
JZ 0x0014fa05
MOV RCX,qword ptr [RDI]
TEST RCX,RCX
JZ 0x0014fa05
MOV RAX,qword ptr [RDI + 0x40]
MOV RAX,qword ptr [RAX + 0x480]
TEST RAX,RAX
JZ 0x0014f9a2
MOV RAX,qword ptr [RAX + 0x140]
TEST RAX,RAX
JZ 0x0014f9... |
int pvio_socket_wait_io_or_timeout(int8 *param_1,char param_2,uint param_3)
{
int4 *puVar1;
code *UNRECOVERED_JUMPTABLE;
int iVar2;
int *piVar3;
pollfd local_20;
iVar2 = 0;
if ((param_1 != (int8 *)0x0) &&
(puVar1 = (int4 *)*param_1, puVar1 != (int4 *)0x0)) {
if ((*(long *)(param_1[8] + 0x480... | |
62,561 | nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<... | llama.cpp/common/json.hpp | T& operator[](const key_type& key)
{
return emplace(key, T{}).first->second;
} | O3 | cpp | nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixERSJ_:
push r15
push r14
push rbx
sub rsp, 50h
mov rbx, rsi
mov r15, rdi
lea r14... | long long nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,minja::Value,std::less<nlohmann::json_abi_v3... | operator[]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV RBX,RSI
MOV R15,RDI
LEA R14,[RSP + 0x40]
MOV qword ptr [R14 + 0x8],0x0
XORPS XMM0,XMM0
MOVAPS xmmword ptr [R14 + -0x40],XMM0
MOVAPS xmmword ptr [R14 + -0x30],XMM0
MOVAPS xmmword ptr [R14 + -0x20],XMM0
MOVAPS xmmword ptr [R14 + -0x10],XMM0
MOV byte ptr [R14],0x0
MO... |
/* nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> ... | |
62,562 | mysql_stmt_fetch | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | int STDCALL mysql_stmt_fetch(MYSQL_STMT *stmt)
{
unsigned char *row;
int rc;
if (stmt->state <= MYSQL_STMT_EXECUTED)
{
SET_CLIENT_STMT_ERROR(stmt, CR_COMMANDS_OUT_OF_SYNC, SQLSTATE_UNKNOWN, 0);
return(1);
}
if (stmt->state < MYSQL_STMT_WAITING_USE_OR_STORE || !stmt->field_count)
{
SET_CLIENT... | O0 | c | mysql_stmt_fetch:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x2, 0x50(%rax)
ja 0x440a7
jmp 0x44038
movq -0x10(%rbp), %rax
movl $0x7de, 0x108(%rax) # imm = 0x7DE
movq -0x10(%rbp), %rdi
addq $0x30d, %rdi # imm = 0x30D
leaq 0x3ce48(%rip), %rax # 0x80... | mysql_stmt_fetch:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
cmp dword ptr [rax+50h], 2
ja short loc_440A7
jmp short $+2
loc_44038:
mov rax, [rbp+var_10]
mov dword ptr [rax+108h], 7DEh
mov rdi, [rbp+var_10]
add rdi, 30Dh
lea rax, SQ... | long long mysql_stmt_fetch(long long a1)
{
unsigned int v2; // [rsp+4h] [rbp-1Ch]
unsigned int v3; // [rsp+4h] [rbp-1Ch]
long long v4; // [rsp+8h] [rbp-18h] BYREF
long long v5; // [rsp+10h] [rbp-10h]
v5 = a1;
if ( *(_DWORD *)(a1 + 80) > 2u && *(_DWORD *)(v5 + 80) >= 3u && *(_DWORD *)(v5 + 96) )
{
if... | mysql_stmt_fetch:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x50],0x2
JA 0x001440a7
JMP 0x00144038
LAB_00144038:
MOV RAX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX + 0x108],0x7de
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x30d
LEA RAX,[0x180ea0]... |
int mysql_stmt_fetch(long param_1)
{
int iVar1;
int8 local_20;
long local_18;
int local_c;
local_18 = param_1;
if (*(uint *)(param_1 + 0x50) < 3) {
*(int4 *)(param_1 + 0x108) = 0x7de;
strncpy((char *)(param_1 + 0x30d),SQLSTATE_UNKNOWN,5);
*(int1 *)(local_18 + 0x312) = 0;
strncpy((char *... | |
62,563 | mysql_stmt_fetch | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | int STDCALL mysql_stmt_fetch(MYSQL_STMT *stmt)
{
unsigned char *row;
int rc;
if (stmt->state <= MYSQL_STMT_EXECUTED)
{
SET_CLIENT_STMT_ERROR(stmt, CR_COMMANDS_OUT_OF_SYNC, SQLSTATE_UNKNOWN, 0);
return(1);
}
if (stmt->state < MYSQL_STMT_WAITING_USE_OR_STORE || !stmt->field_count)
{
SET_CLIENT... | O3 | c | mysql_stmt_fetch:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
movl 0x50(%rdi), %ecx
cmpl $0x2, %ecx
jbe 0x31dde
cmpl $0x0, 0x60(%rbx)
je 0x31dde
cmpl $0x3, %ecx
jne 0x31da0
movq %rbx, %rdi
callq *0x358(%rbx)
movl 0x50(%rbx), %ecx
movl $0x64, %eax
cmpl $0x6, %ecx
je 0x31e35
movq 0x3... | mysql_stmt_fetch:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 10h
mov rbx, rdi
mov ecx, [rdi+50h]
cmp ecx, 2
jbe short loc_31DDE
cmp dword ptr [rbx+60h], 0
jz short loc_31DDE
cmp ecx, 3
jnz short loc_31DA0
mov rdi, rbx
call qword ptr [rbx+358h]
mov ecx, ... | long long mysql_stmt_fetch(long long a1)
{
unsigned int v1; // ecx
long long result; // rax
long long v3; // rcx
_QWORD v4[3]; // [rsp+8h] [rbp-18h] BYREF
v1 = *(_DWORD *)(a1 + 80);
if ( v1 > 2 && *(_DWORD *)(a1 + 96) )
{
if ( v1 == 3 )
{
(*(void ( **)(long long))(a1 + 856))(a1);
v1 ... | mysql_stmt_fetch:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
MOV ECX,dword ptr [RDI + 0x50]
CMP ECX,0x2
JBE 0x00131dde
CMP dword ptr [RBX + 0x60],0x0
JZ 0x00131dde
CMP ECX,0x3
JNZ 0x00131da0
MOV RDI,RBX
CALL qword ptr [RBX + 0x358]
MOV ECX,dword ptr [RBX + 0x50]
LAB_00131da0:
MOV EAX,0x64
CMP ECX,0... |
int8 mysql_stmt_fetch(long param_1)
{
long lVar1;
int8 uVar2;
uint uVar3;
int8 local_20;
uVar3 = *(uint *)(param_1 + 0x50);
if ((uVar3 < 3) || (*(int *)(param_1 + 0x60) == 0)) {
*(int4 *)(param_1 + 0x108) = 0x7de;
strncpy((char *)(param_1 + 0x30d),SQLSTATE_UNKNOWN,5);
*(int1 *)(param_1 + 0x... | |
62,564 | js_std_dump_error1 | bluesky950520[P]quickjs/quickjs-libc.c | void js_std_dump_error1(JSContext *ctx, JSValue exception_val)
{
JSValue val;
BOOL is_error;
is_error = JS_IsError(ctx, exception_val);
js_dump_obj(ctx, stderr, exception_val);
if (is_error) {
val = JS_GetPropertyStr(ctx, exception_val, "stack");
if (!JS_IsUndefined(val)) {
... | O3 | c | js_std_dump_error1:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
callq 0x27c3c
movl %eax, %ebp
movq 0xba12c(%rip), %r12 # 0xcfff0
movq (%r12), %rsi
movq %rbx, %rdi
movq %r15, %rdx
movq %r14, %rcx
callq 0x15f2c
testl %ebp, %ebp
je 0x15f23
leaq 0x88a7d(%rip), ... | js_std_dump_error1:
push rbp
push r15
push r14
push r12
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
call JS_IsError
mov ebp, eax
mov r12, cs:stderr_ptr
mov rsi, [r12]
mov rdi, rbx
mov rdx, r15
mov rcx, r14
call js_dump_obj
test ebp, ebp
jz short loc_1... | long long js_std_dump_error1(long long a1, long long a2, long long a3)
{
int IsError; // ebp
long long result; // rax
long long PropertyStr; // rax
long long v7; // rdx
long long v8; // r14
long long v9; // r15
IsError = JS_IsError();
result = js_dump_obj(a1, stderr, a2, a3);
if ( IsError )
{
... | js_std_dump_error1:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
CALL 0x00127c3c
MOV EBP,EAX
MOV R12,qword ptr [0x001cfff0]
MOV RSI,qword ptr [R12]
MOV RDI,RBX
MOV RDX,R15
MOV RCX,R14
CALL 0x00115f2c
TEST EBP,EBP
JZ 0x00115f23
LEA RCX,[0x19e95e]
MOV RDI,RBX
MOV RSI,R15
MOV RDX,R14
CA... |
void js_std_dump_error1(int8 param_1,int8 param_2,int8 param_3)
{
int8 uVar1;
int *puVar2;
int iVar3;
int8 extraout_RDX;
iVar3 = JS_IsError();
puVar2 = PTR_stderr_001cfff0;
js_dump_obj(param_1,*(int8 *)PTR_stderr_001cfff0,param_2,param_3);
if (iVar3 != 0) {
uVar1 = JS_GetPropertyStr(param_1,par... | |
62,565 | std::less<ftxui::(anonymous namespace)::TileEncoding>::operator()(ftxui::(anonymous namespace)::TileEncoding const&, ftxui::(anonymous namespace)::TileEncoding const&) const | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/screen/screen.cpp | bool operator<(const TileEncoding& other) const {
if (left < other.left) { return true; }
if (left > other.left) { return false; }
if (top < other.top) { return true; }
if (top > other.top) { return false; }
if (right < other.right) { return true; }
if (right > other.right) {... | O1 | cpp | std::less<ftxui::(anonymous namespace)::TileEncoding>::operator()(ftxui::(anonymous namespace)::TileEncoding const&, ftxui::(anonymous namespace)::TileEncoding const&) const:
movzwl (%rdi), %ecx
movl %ecx, %edi
andl $0x3, %edi
movzwl (%rsi), %edx
movl %edx, %esi
andl $0x3, %esi
movb $0x1, %al
cmpw %si, %di
jb 0x3af27
j... | _ZNKSt4lessIN5ftxui12_GLOBAL__N_112TileEncodingEEclERKS2_S5_:
movzx ecx, word ptr [rdi]
mov edi, ecx
and edi, 3
movzx edx, word ptr [rsi]
mov esi, edx
and esi, 3
mov al, 1
cmp di, si
jb short locret_3AF27
jbe short loc_3AF28
loc_3AF25:
xor eax, eax
locret_3AF27:
retn
loc_3AF28:
... | bool std::less<ftxui::`anonymous namespace'::TileEncoding>::operator()(_WORD *a1, _WORD *a2)
{
unsigned int v2; // ecx
unsigned __int16 v3; // di
unsigned int v4; // edx
unsigned __int16 v5; // si
bool result; // al
unsigned __int16 v7; // si
unsigned __int16 v8; // di
v2 = (unsigned __int16)*a1;
v3... | operator():
MOVZX ECX,word ptr [RDI]
MOV EDI,ECX
AND EDI,0x3
MOVZX EDX,word ptr [RSI]
MOV ESI,EDX
AND ESI,0x3
MOV AL,0x1
CMP DI,SI
JC 0x0013af27
JBE 0x0013af28
LAB_0013af25:
XOR EAX,EAX
LAB_0013af27:
RET
LAB_0013af28:
MOV ESI,ECX
SHR ESI,0x2
AND ESI,0x3
MOV EDI,EDX
SHR EDI,0x2
AND EDI,0x3
CMP SI,DI
JC 0x0013af27
JA 0x0... |
/* std::less<ftxui::(anonymous namespace)::TileEncoding>::TEMPNAMEPLACEHOLDERVALUE(ftxui::(anonymous
namespace)::TileEncoding const&, ftxui::(anonymous namespace)::TileEncoding const&) const */
bool std::less<ftxui::(anonymous_namespace)::TileEncoding>::operator()
(TileEncoding *param_1,TileEncoding... | |
62,566 | minja::Parser::parseLogicalNot() | monkey531[P]llama/common/./minja.hpp | std::shared_ptr<Expression> parseLogicalNot() {
static std::regex not_tok(R"(not\b)");
auto location = get_location();
if (!consumeToken(not_tok).empty()) {
auto sub = parseLogicalNot();
if (!sub) throw std::runtime_error("Expected expression after 'not' keyword");
... | O2 | cpp | minja::Parser::parseLogicalNot():
pushq %r15
pushq %r14
pushq %rbx
subq $0x50, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movb 0xa8937(%rip), %al # 0xe2df0
testb %al, %al
je 0x3a578
leaq 0x28(%rsp), %rdi
movq %r14, %rsi
callq 0x2efae
leaq 0xa88fb(%rip), %rdx # 0xe2dd0
leaq 0x8(%rsp), %rdi
pushq $0x1
popq %rcx
movq %... | _ZN5minja6Parser15parseLogicalNotEv:
push r15
push r14
push rbx
sub rsp, 50h
mov r14, rsi
mov rbx, rdi
mov al, cs:_ZGVZN5minja6Parser15parseLogicalNotEvE7not_tokB5cxx11; `guard variable for'minja::Parser::parseLogicalNot(void)::not_tok
test al, al
jz loc_3A578
loc_3A4C1:
lea rdi, [r... | minja::Parser * minja::Parser::parseLogicalNot(minja::Parser *this, _QWORD *a2)
{
long long v2; // r15
__int128 v3; // xmm0
std::runtime_error *exception; // r14
int v6; // [rsp+4h] [rbp-64h] BYREF
long long v7; // [rsp+8h] [rbp-60h] BYREF
_QWORD v8[3]; // [rsp+10h] [rbp-58h] BYREF
_BYTE v9[8]; // [rsp+28... | parseLogicalNot:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV R14,RSI
MOV RBX,RDI
MOV AL,byte ptr [0x001e2df0]
TEST AL,AL
JZ 0x0013a578
LAB_0013a4c1:
LEA RDI,[RSP + 0x28]
MOV RSI,R14
CALL 0x0012efae
LAB_0013a4ce:
LEA RDX,[0x1e2dd0]
LEA RDI,[RSP + 0x8]
PUSH 0x1
POP RCX
MOV RSI,R14
CALL 0x0012f3f2
LEA RDI,[RSP + 0x8]
MOV ... |
/* minja::Parser::parseLogicalNot() */
void minja::Parser::parseLogicalNot(void)
{
int8 uVar1;
int iVar2;
runtime_error *this;
int8 *in_RDI;
long local_60;
long local_58 [3];
shared_ptr local_40 [8];
__shared_count<(__gnu_cxx::_Lock_policy)2> local_38 [16];
int8 local_28;
int8 uStack_20;
if ... | |
62,567 | minja::Parser::parseLogicalNot() | monkey531[P]llama/common/./minja.hpp | std::shared_ptr<Expression> parseLogicalNot() {
static std::regex not_tok(R"(not\b)");
auto location = get_location();
if (!consumeToken(not_tok).empty()) {
auto sub = parseLogicalNot();
if (!sub) throw std::runtime_error("Expected expression after 'not' keyword");
... | O3 | cpp | minja::Parser::parseLogicalNot():
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movb 0xb4475(%rip), %al # 0xf0dc0
testb %al, %al
je 0x3ca53
movq (%r14), %rax
movq %rax, 0x30(%rsp)
movq 0x8(%r14), %rax
movq %rax, 0x38(%rsp)
testq %rax, %rax
je 0x3c97e
movq 0xb3630(%rip), %rcx ... | _ZN5minja6Parser15parseLogicalNotEv:
push r15
push r14
push rbx
sub rsp, 60h
mov r14, rsi
mov rbx, rdi
mov al, cs:_ZGVZN5minja6Parser15parseLogicalNotEvE7not_tokB5cxx11; `guard variable for'minja::Parser::parseLogicalNot(void)::not_tok
test al, al
jz loc_3CA53
loc_3C953:
mov rax, [r... | minja::Parser * minja::Parser::parseLogicalNot(minja::Parser *this, long long *a2)
{
volatile signed __int32 *v2; // rax
volatile signed __int32 *v3; // r15
std::runtime_error *exception; // r14
char v6; // [rsp+Fh] [rbp-69h] BYREF
long long *v7; // [rsp+10h] [rbp-68h] BYREF
volatile signed __int32 *v8; // ... | parseLogicalNot:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV R14,RSI
MOV RBX,RDI
MOV AL,byte ptr [0x001f0dc0]
TEST AL,AL
JZ 0x0013ca53
LAB_0013c953:
MOV RAX,qword ptr [R14]
MOV qword ptr [RSP + 0x30],RAX
MOV RAX,qword ptr [R14 + 0x8]
MOV qword ptr [RSP + 0x38],RAX
TEST RAX,RAX
JZ 0x0013c97e
MOV RCX,qword ptr [0x001effa... |
/* minja::Parser::parseLogicalNot() */
void minja::Parser::parseLogicalNot(void)
{
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1;
int iVar2;
runtime_error *this;
int8 *in_RSI;
int8 *in_RDI;
int1 local_69;
long *local_68;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_60;
long local_58 [... | |
62,568 | path_to_nibbles | corpus-core[P]colibri-stateless/src/chains/eth/verifier/patricia_trie.c | static nibbles_t path_to_nibbles(bytes_t path, bool include_prefix) {
int odd = include_prefix ? ((path.data[0] & 0x10) >> 4) : 0;
int nibbles_len = path.len * 2 - (include_prefix ? (odd ? 1 : 2) : 0);
uint8_t* nibbles = safe_calloc(nibbles_len, 1);
for (int i = 0; i < nibbles_len; i++)
... | O3 | c | path_to_nibbles:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movl %edx, %r14d
movq %rsi, %rbx
xorl %eax, %eax
movl $0x0, %r12d
testl %edx, %edx
je 0x2ca52
movb (%rbx), %al
shrb $0x4, %al
andb $0x1, %al
movzbl %al, %r12d
cmpb $0x1, %r12b
movl $0xffffffff, %eax # imm = 0xFFFFFFFF
sbbl $0x0, %eax
leal (%r... | path_to_nibbles:
push rbp
push r15
push r14
push r12
push rbx
mov r14d, edx
mov rbx, rsi
xor eax, eax
mov r12d, 0
test edx, edx
jz short loc_2CA52
mov al, [rbx]
shr al, 4
and al, 1
movzx r12d, al
cmp r12b, 1
mov eax, 0FFFFFFFFh
sbb eax, 0
loc_2CA52:
lea ... | long long path_to_nibbles(int a1, _BYTE *a2, int a3)
{
unsigned __int8 v3; // r14
int v5; // eax
BOOL v6; // r12d
int v7; // ebp
long long v8; // rdx
int v9; // esi
long long i; // r8
v3 = a3;
v5 = 0;
v6 = 0;
if ( a3 )
{
v6 = (*a2 & 0x10) != 0;
v5 = -1 - ((*a2 & 0x10) == 0);
}
v7 =... | path_to_nibbles:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14D,EDX
MOV RBX,RSI
XOR EAX,EAX
MOV R12D,0x0
TEST EDX,EDX
JZ 0x0012ca52
MOV AL,byte ptr [RBX]
SHR AL,0x4
AND AL,0x1
MOVZX R12D,AL
CMP R12B,0x1
MOV EAX,0xffffffff
SBB EAX,0x0
LAB_0012ca52:
LEA EBP,[RAX + RDI*0x2]
MOVSXD R15,EBP
MOV ESI,0x1
MOV RDI,R15
CA... |
uint path_to_nibbles(int param_1,byte *param_2,uint param_3)
{
uint uVar1;
byte bVar2;
int iVar3;
long lVar4;
ulong uVar5;
uint uVar6;
iVar3 = 0;
uVar6 = 0;
if (param_3 != 0) {
bVar2 = *param_2 >> 4 & 1;
uVar6 = (uint)bVar2;
iVar3 = -1 - (uint)(bVar2 == 0);
}
uVar1 = iVar3 + param... | |
62,569 | minja::ArgumentsValue::expectArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::pair<unsigned long, unsigned long> const&, std::pair<unsigned long, unsigned long> const&) | monkey531[P]llama/common/minja.hpp | void expectArgs(const std::string & method_name, const std::pair<size_t, size_t> & pos_count, const std::pair<size_t, size_t> & kw_count) {
if (args.size() < pos_count.first || args.size() > pos_count.second || kwargs.size() < kw_count.first || kwargs.size() > kw_count.second) {
std::ostringstream out;
... | O2 | cpp | minja::ArgumentsValue::expectArgs(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::pair<unsigned long, unsigned long> const&, std::pair<unsigned long, unsigned long> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x1a0, %rsp # imm = 0x1A0
movq... | _ZN5minja14ArgumentsValue10expectArgsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt4pairImmESC_:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 1A0h
mov rbx, rcx
mov r14, rdx
mov rax, [rdi+8]
sub rax, [rdi]
mov r15, rsi
push 50h ; 'P'
pop rcx
cqo
idiv ... | unsigned long long minja::ArgumentsValue::expectArgs(
_QWORD *a1,
long long a2,
unsigned long long *a3,
unsigned long long *a4)
{
unsigned long long v6; // rax
unsigned long long result; // rax
long long v8; // rax
long long v9; // rax
long long v10; // rax
long long v11; //... | expectArgs:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x1a0
MOV RBX,RCX
MOV R14,RDX
MOV RAX,qword ptr [RDI + 0x8]
SUB RAX,qword ptr [RDI]
MOV R15,RSI
PUSH 0x50
POP RCX
CQO
IDIV RCX
CMP RAX,qword ptr [R14]
JC 0x0014ec97
CMP RAX,qword ptr [R14 + 0x8]
JA 0x0014ec97
MOV RAX,qword ptr [RDI + 0x20]
SUB RAX,qword p... |
/* minja::ArgumentsValue::expectArgs(std::__cxx11::string const&, std::pair<unsigned long, unsigned
long> const&, std::pair<unsigned long, unsigned long> const&) */
void __thiscall
minja::ArgumentsValue::expectArgs(ArgumentsValue *this,string *param_1,pair *param_2,pair *param_3)
{
ulong uVar1;
ostream *poVar... | |
62,570 | mi_calc_total_blob_length | eloqsql/storage/myisam/mi_dynrec.c | ulong _mi_calc_total_blob_length(MI_INFO *info, const uchar *record)
{
ulong length;
MI_BLOB *blob,*end;
for (length=0, blob= info->blobs, end=blob+info->s->base.blobs ;
blob != end;
blob++)
{
blob->length=_mi_calc_blob_length(blob->pack_length,record + blob->offset);
length+=blob->length... | O0 | c | mi_calc_total_blob_length:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq $0x0, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x48(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq -0x8(%rbp), %rcx
movq (%rcx), %rcx
movl 0x188(%rcx), %ecx
imulq $0x18, %rcx, %rcx
addq... | _mi_calc_total_blob_length:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], 0
mov rax, [rbp+var_8]
mov rax, [rax+48h]
mov [rbp+var_20], rax
mov rax, [rbp+var_20]
mov rcx, [rbp+var_8]
mov rcx, [rcx]
mov ecx, [rcx+188h]
imu... | long long mi_calc_total_blob_length(_QWORD *a1, long long a2)
{
long long v3; // [rsp+8h] [rbp-28h]
long long v4; // [rsp+10h] [rbp-20h]
long long v5; // [rsp+18h] [rbp-18h]
v5 = 0LL;
v4 = a1[9];
v3 = 24LL * *(unsigned int *)(*a1 + 392LL) + v4;
while ( v4 != v3 )
{
*(_QWORD *)(v4 + 16) = mi_calc_b... | _mi_calc_total_blob_length:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x48]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV RCX,qword ptr [RBP + -0x8]
MOV RC... |
long _mi_calc_total_blob_length(long *param_1,long param_2)
{
long *plVar1;
long lVar2;
long *local_28;
long local_20;
local_20 = 0;
local_28 = (long *)param_1[9];
plVar1 = local_28 + (ulong)*(uint *)(*param_1 + 0x188) * 3;
for (; local_28 != plVar1; local_28 = local_28 + 3) {
lVar2 = _mi_calc_... | |
62,571 | mi_calc_total_blob_length | eloqsql/storage/myisam/mi_dynrec.c | ulong _mi_calc_total_blob_length(MI_INFO *info, const uchar *record)
{
ulong length;
MI_BLOB *blob,*end;
for (length=0, blob= info->blobs, end=blob+info->s->base.blobs ;
blob != end;
blob++)
{
blob->length=_mi_calc_blob_length(blob->pack_length,record + blob->offset);
length+=blob->length... | O3 | c | mi_calc_total_blob_length:
pushq %rbp
movq %rsp, %rbp
movq (%rdi), %rax
movl 0x188(%rax), %eax
testq %rax, %rax
je 0x77997
movq 0x48(%rdi), %rcx
shlq $0x3, %rax
leaq (%rax,%rax,2), %rdx
xorl %edi, %edi
leaq 0x69edd(%rip), %r8 # 0xe1818
xorl %eax, %eax
movl 0x8(%rcx,%rdi), %r10d
decl %r10d
cmpl $0x3, %r10d
ja 0x779... | _mi_calc_total_blob_length:
push rbp
mov rbp, rsp
mov rax, [rdi]
mov eax, [rax+188h]
test rax, rax
jz short loc_77997
mov rcx, [rdi+48h]
shl rax, 3
lea rdx, [rax+rax*2]
xor edi, edi
lea r8, jpt_77956
xor eax, eax
loc_7793D:
mov r10d, [rcx+rdi+8]
dec r10d; switch 4 ... | long long mi_calc_total_blob_length(_QWORD *a1, long long a2)
{
long long v2; // rcx
long long v3; // rdx
long long v4; // rdi
long long result; // rax
long long v6; // r9
unsigned long long v7; // r9
if ( !*(_DWORD *)(*a1 + 392LL) )
return 0LL;
v2 = a1[9];
v3 = 24LL * *(unsigned int *)(*a1 + 39... | _mi_calc_total_blob_length:
PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [RDI]
MOV EAX,dword ptr [RAX + 0x188]
TEST RAX,RAX
JZ 0x00177997
MOV RCX,qword ptr [RDI + 0x48]
SHL RAX,0x3
LEA RDX,[RAX + RAX*0x2]
XOR EDI,EDI
LEA R8,[0x1e1818]
XOR EAX,EAX
LAB_0017793d:
MOV R10D,dword ptr [RCX + RDI*0x1 + 0x8]
DEC R10D
CMP R10D,0x3
JA... |
long _mi_calc_total_blob_length(long *param_1,long param_2)
{
uint uVar1;
int iVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
ulong uVar7;
uVar1 = *(uint *)(*param_1 + 0x188);
if ((ulong)uVar1 == 0) {
lVar5 = 0;
}
else {
lVar3 = param_1[9];
lVar6 = 0;
lVar5 = 0;
do ... | |
62,572 | JS_DeleteProperty | bluesky950520[P]quickjs/quickjs.c | int JS_DeleteProperty(JSContext *ctx, JSValue obj, JSAtom prop, int flags)
{
JSValue obj1;
JSObject *p;
int res;
obj1 = JS_ToObject(ctx, obj);
if (JS_IsException(obj1))
return -1;
p = JS_VALUE_GET_OBJ(obj1);
res = delete_property(ctx, p, prop);
JS_FreeValue(ctx, obj1);
if (r... | O0 | c | JS_DeleteProperty:
subq $0x68, %rsp
movq %rsi, 0x50(%rsp)
movq %rdx, 0x58(%rsp)
movq %rdi, 0x48(%rsp)
movl %ecx, 0x44(%rsp)
movl %r8d, 0x40(%rsp)
movq 0x48(%rsp), %rdi
movq 0x50(%rsp), %rsi
movq 0x58(%rsp), %rdx
callq 0x3da60
movq %rax, 0x10(%rsp)
movq %rdx, 0x18(%rsp)
movq 0x10(%rsp), %rax
movq %rax, 0x30(%rsp)
movq 0... | JS_DeleteProperty:
sub rsp, 68h
mov [rsp+68h+var_18], rsi
mov [rsp+68h+var_10], rdx
mov [rsp+68h+var_20], rdi
mov [rsp+68h+var_24], ecx
mov [rsp+68h+var_28], r8d
mov rdi, [rsp+68h+var_20]
mov rsi, [rsp+68h+var_18]
mov rdx, [rsp+68h+var_10]
call JS_ToObject
mov [rsp+68h+var_58]... | long long JS_DeleteProperty(
long long a1,
long long a2,
long long a3,
unsigned int a4,
__int16 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128 a13)
{
long long v13; // r... | JS_DeleteProperty:
SUB RSP,0x68
MOV qword ptr [RSP + 0x50],RSI
MOV qword ptr [RSP + 0x58],RDX
MOV qword ptr [RSP + 0x48],RDI
MOV dword ptr [RSP + 0x44],ECX
MOV dword ptr [RSP + 0x40],R8D
MOV RDI,qword ptr [RSP + 0x48]
MOV RSI,qword ptr [RSP + 0x50]
MOV RDX,qword ptr [RSP + 0x58]
CALL 0x0013da60
MOV qword ptr [RSP + 0x1... |
int JS_DeleteProperty(int8 param_1,int8 param_2,int8 param_3,int4 param_4,
uint param_5)
{
int iVar1;
int8 uVar2;
int1 auVar3 [16];
int local_4;
auVar3 = JS_ToObject(param_1,param_2,param_3);
uVar2 = auVar3._0_8_;
iVar1 = JS_IsException(uVar2,auVar3._8_8_);
if (iVar1 == 0) {
... | |
62,573 | JS_DeleteProperty | bluesky950520[P]quickjs/quickjs.c | int JS_DeleteProperty(JSContext *ctx, JSValue obj, JSAtom prop, int flags)
{
JSValue obj1;
JSObject *p;
int res;
obj1 = JS_ToObject(ctx, obj);
if (JS_IsException(obj1))
return -1;
p = JS_VALUE_GET_OBJ(obj1);
res = delete_property(ctx, p, prop);
JS_FreeValue(ctx, obj1);
if (r... | O2 | c | JS_DeleteProperty:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %r8d, %ebp
movl %ecx, %r14d
movq %rdi, %rbx
callq 0x24742
movq %rdx, %r12
pushq $-0x1
popq %r13
cmpl $0x6, %r12d
jne 0x246d2
movl %r13d, %r14d
jmp 0x246f9
movq %rax, %r15
movq %rbx, %rdi
movq %rax, %rsi
movl %r14d, %edx... | JS_DeleteProperty:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, r8d
mov r14d, ecx
mov rbx, rdi
call JS_ToObject
mov r12, rdx
push 0FFFFFFFFFFFFFFFFh
pop r13
cmp r12d, 6
jnz short loc_246D2
loc_246CD:
mov r14d, r13d
jmp short loc_2... | long long JS_DeleteProperty(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
unsigned int a12,
__int16 a13)
{
char v13; // al
l... | JS_DeleteProperty:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,R8D
MOV R14D,ECX
MOV RBX,RDI
CALL 0x00124742
MOV R12,RDX
PUSH -0x1
POP R13
CMP R12D,0x6
JNZ 0x001246d2
LAB_001246cd:
MOV R14D,R13D
JMP 0x001246f9
LAB_001246d2:
MOV R15,RAX
MOV RDI,RBX
MOV RSI,RAX
MOV EDX,R14D
CALL 0x0012483b
MOV R... |
int JS_DeleteProperty(long param_1,int8 param_2,int8 param_3,int4 param_4,
uint param_5)
{
long lVar1;
int iVar2;
int1 auVar3 [16];
auVar3 = JS_ToObject();
if (auVar3._8_4_ != 6) {
iVar2 = delete_property(param_1,auVar3._0_8_,param_4);
JS_FreeValue(param_1,auVar3._0_8_,auVar3... | |
62,574 | LefDefParser::defiNonDefault::propType(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiNonDefault.cpp | const char defiNonDefault::propType(int index) const {
char msg[160];
if (index < 0 || index >= numProps_) {
sprintf (msg, "ERROR (DEFPARS-6091): The index number %d specified for the NONDEFAULT PROPERTY is invalid.\nValid index is from 0 to %d. Specify a valid index number and then try again.",
i... | O0 | cpp | LefDefParser::defiNonDefault::propType(int) const:
subq $0xc8, %rsp
movq %rdi, 0xb8(%rsp)
movl %esi, 0xb4(%rsp)
movq 0xb8(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpl $0x0, 0xb4(%rsp)
jl 0x46451
movq 0x8(%rsp), %rcx
movl 0xb4(%rsp), %eax
cmpl 0x90(%rcx), %eax
jl 0x4649d
movq 0x8(%rsp), %rax
leaq 0x10(%rsp), %rdi
movl 0xb4(%rs... | _ZNK12LefDefParser14defiNonDefault8propTypeEi:
sub rsp, 0C8h
mov [rsp+0C8h+var_10], rdi
mov [rsp+0C8h+var_14], esi
mov rax, [rsp+0C8h+var_10]
mov [rsp+0C8h+var_C0], rax
cmp [rsp+0C8h+var_14], 0
jl short loc_46451
mov rcx, [rsp+0C8h+var_C0]
mov eax, [rsp+0C8h+var_14]
cmp eax, [rc... | char LefDefParser::defiNonDefault::propType(LefDefParser::defrData **this, int a2)
{
LefDefParser::defrData *v2; // r8
char v4[164]; // [rsp+10h] [rbp-B8h] BYREF
int v5; // [rsp+B4h] [rbp-14h]
LefDefParser::defiNonDefault *v6; // [rsp+B8h] [rbp-10h]
v6 = (LefDefParser::defiNonDefault *)this;
v5 = a2;
if... | propType:
SUB RSP,0xc8
MOV qword ptr [RSP + 0xb8],RDI
MOV dword ptr [RSP + 0xb4],ESI
MOV RAX,qword ptr [RSP + 0xb8]
MOV qword ptr [RSP + 0x8],RAX
CMP dword ptr [RSP + 0xb4],0x0
JL 0x00146451
MOV RCX,qword ptr [RSP + 0x8]
MOV EAX,dword ptr [RSP + 0xb4]
CMP EAX,dword ptr [RCX + 0x90]
JL 0x0014649d
LAB_00146451:
MOV RAX,q... |
/* LefDefParser::defiNonDefault::propType(int) const */
int8 __thiscall LefDefParser::defiNonDefault::propType(defiNonDefault *this,int param_1)
{
int7 extraout_var;
int7 uVar1;
char local_b8 [164];
int local_14;
defiNonDefault *local_10;
int1 local_1;
if ((param_1 < 0) || (*(int *)(this + 0x90) <= ... | |
62,575 | LefDefParser::defiNonDefault::propType(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiNonDefault.cpp | const char defiNonDefault::propType(int index) const {
char msg[160];
if (index < 0 || index >= numProps_) {
sprintf (msg, "ERROR (DEFPARS-6091): The index number %d specified for the NONDEFAULT PROPERTY is invalid.\nValid index is from 0 to %d. Specify a valid index number and then try again.",
i... | O3 | cpp | LefDefParser::defiNonDefault::propType(int) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0xa0, %rsp
movl %esi, %edx
movq %rdi, %rbx
testl %esi, %esi
setns %al
movl 0x90(%rdi), %ecx
cmpl %esi, %ecx
setg %sil
testb %sil, %al
je 0x29b7b
movq 0xb0(%rbx), %rax
movl %edx, %ecx
movb (%rax,%rcx), %bpl
jmp 0x29ba7
leaq 0x19bce... | _ZNK12LefDefParser14defiNonDefault8propTypeEi:
push rbp
push r14
push rbx
sub rsp, 0A0h
mov edx, esi
mov rbx, rdi
test esi, esi
setns al
mov ecx, [rdi+90h]
cmp ecx, esi
setnle sil
test al, sil
jz short loc_29B7B
mov rax, [rbx+0B0h]
mov ecx, edx
mov bpl, [rax+rcx]
j... | long long LefDefParser::defiNonDefault::propType(LefDefParser::defiNonDefault *this, signed int a2)
{
unsigned int v2; // ebp
int v3; // ecx
LefDefParser::defrData *v4; // r8
char v6[184]; // [rsp+0h] [rbp-B8h] BYREF
v3 = *((_DWORD *)this + 36);
if ( v3 > a2 && a2 >= 0 )
{
LOBYTE(v2) = *(_BYTE *)(*(... | propType:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0xa0
MOV EDX,ESI
MOV RBX,RDI
TEST ESI,ESI
SETNS AL
MOV ECX,dword ptr [RDI + 0x90]
CMP ECX,ESI
SETG SIL
TEST AL,SIL
JZ 0x00129b7b
MOV RAX,qword ptr [RBX + 0xb0]
MOV ECX,EDX
MOV BPL,byte ptr [RAX + RCX*0x1]
JMP 0x00129ba7
LAB_00129b7b:
LEA RSI,[0x143750]
XOR EBP,EBP
MOV R14,RS... |
/* LefDefParser::defiNonDefault::propType(int) const */
ulong __thiscall LefDefParser::defiNonDefault::propType(defiNonDefault *this,int param_1)
{
int8 unaff_RBP;
ulong uVar1;
char acStack_b8 [160];
if (param_1 < 0 || *(int *)(this + 0x90) <= param_1) {
uVar1 = 0;
sprintf(acStack_b8,
... | |
62,576 | ggml_unravel_index | 7CodeWizard[P]stablediffusion/ggml/src/ggml.c | void ggml_unravel_index(const struct ggml_tensor * tensor, int64_t i, int64_t * i0, int64_t * i1, int64_t * i2, int64_t * i3) {
const int64_t ne2 = tensor->ne[2];
const int64_t ne1 = tensor->ne[1];
const int64_t ne0 = tensor->ne[0];
const int64_t i3_ = (i/(ne2*ne1*ne0));
const int64_t i2_ = (i - i3... | O1 | c | ggml_unravel_index:
pushq %r14
pushq %rbx
movq %rdx, %r10
movq %rsi, %r11
movq 0x10(%rdi), %rbx
movq 0x18(%rdi), %r14
imulq %rbx, %r14
movq 0x20(%rdi), %rdi
imulq %r14, %rdi
movq %rsi, %rax
cqto
idivq %rdi
movq %rax, %rsi
imulq %rax, %rdi
subq %rdi, %r11
movq %r11, %rax
cqto
idivq %r14
movq %rax, %rdi
imulq %rax, %r14
... | ggml_unravel_index:
push r14
push rbx
mov r10, rdx
mov r11, rsi
mov rbx, [rdi+10h]
mov r14, [rdi+18h]
imul r14, rbx
mov rdi, [rdi+20h]
imul rdi, r14
mov rax, rsi
cqo
idiv rdi
mov rsi, rax
imul rdi, rax
sub r11, rdi
mov rax, r11
cqo
idiv r14
mov rdi, rax
imul ... | long long ggml_unravel_index(_QWORD *a1, long long a2, long long *a3, long long *a4, long long *a5, long long *a6)
{
long long v7; // rbx
long long v8; // r14
long long v9; // rdi
long long v10; // rsi
long long v11; // r11
long long v12; // rdi
long long v13; // r11
long long result; // rax
v7 = a1... | |||
62,577 | ggml_unravel_index | 7CodeWizard[P]stablediffusion/ggml/src/ggml.c | void ggml_unravel_index(const struct ggml_tensor * tensor, int64_t i, int64_t * i0, int64_t * i1, int64_t * i2, int64_t * i3) {
const int64_t ne2 = tensor->ne[2];
const int64_t ne1 = tensor->ne[1];
const int64_t ne0 = tensor->ne[0];
const int64_t i3_ = (i/(ne2*ne1*ne0));
const int64_t i2_ = (i - i3... | O2 | c | ggml_unravel_index:
pushq %rbx
movq %rdx, %r10
movq %rsi, %rax
movq 0x10(%rdi), %r11
movq 0x18(%rdi), %rbx
imulq %r11, %rbx
movq 0x20(%rdi), %rsi
imulq %rbx, %rsi
cqto
idivq %rsi
movq %rax, %rsi
movq %rdx, %rax
cqto
idivq %rbx
movq %rax, %rdi
movq %rdx, %rax
cqto
idivq %r11
testq %r10, %r10
je 0x68b4b
movq %rdx, (%r10)... | ggml_unravel_index:
push rbx
mov r10, rdx
mov rax, rsi
mov r11, [rdi+10h]
mov rbx, [rdi+18h]
imul rbx, r11
mov rsi, [rdi+20h]
imul rsi, rbx
cqo
idiv rsi
mov rsi, rax
mov rax, rdx
cqo
idiv rbx
mov rdi, rax
mov rax, rdx
cqo
idiv r11
test r10, r10
jz short loc_... | long long ggml_unravel_index(_QWORD *a1, long long a2, long long *a3, long long *a4, long long *a5, long long *a6)
{
long long v8; // r11
long long v9; // rbx
long long v10; // rsi
long long v11; // rt2
long long v12; // rsi
long long v13; // rdi
long long result; // rax
long long v15; // rdx
__int12... | ggml_unravel_index:
PUSH RBX
MOV R10,RDX
MOV RAX,RSI
MOV R11,qword ptr [RDI + 0x10]
MOV RBX,qword ptr [RDI + 0x18]
IMUL RBX,R11
MOV RSI,qword ptr [RDI + 0x20]
IMUL RSI,RBX
CQO
IDIV RSI
MOV RSI,RAX
MOV RAX,RDX
CQO
IDIV RBX
MOV RDI,RAX
MOV RAX,RDX
CQO
IDIV R11
TEST R10,R10
JZ 0x00168b4b
MOV qword ptr [R10],RDX
LAB_00168b... |
void ggml_unravel_index(long param_1,long param_2,long *param_3,long *param_4,long *param_5,
long *param_6)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
lVar1 = *(long *)(param_1 + 0x10);
lVar4 = *(long *)(param_1 + 0x18) * lVar1;
lVar5 = *(long *)(param_1 + ... | |
62,578 | mysql_ssl_set | eloqsql/libmariadb/libmariadb/mariadb_lib.c | int STDCALL
mysql_ssl_set(MYSQL *mysql __attribute__((unused)),
const char *key __attribute__((unused)),
const char *cert __attribute__((unused)),
const char *ca __attribute__((unused)),
const char *capath __attribute__((unused)),
const char *cipher ... | O3 | c | mysql_ssl_set:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r9, -0x40(%rbp)
movq %r8, -0x38(%rbp)
movq %rcx, %r12
movq %rdx, %r13
movq %rsi, %rbx
movq %rdi, %r14
leaq -0x29(%rbp), %rdx
movb $0x1, (%rdx)
movl $0x26, %esi
xorl %eax, %eax
callq 0x192e2
movl %eax,... | mysql_ssl_set:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], r9
mov [rbp+var_38], r8
mov r12, rcx
mov r13, rdx
mov rbx, rsi
mov r14, rdi
lea rdx, [rbp+var_29]
mov byte ptr [rdx], 1
mov esi, 26h ; '&'
xor ... | _BOOL8 mysql_ssl_set(
long long a1,
char *a2,
char *a3,
long long a4,
char *a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
char *v14; // r1... | mysql_ssl_set:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],R9
MOV qword ptr [RBP + -0x38],R8
MOV R12,RCX
MOV R13,RDX
MOV RBX,RSI
MOV R14,RDI
LEA RDX,[RBP + -0x29]
MOV byte ptr [RDX],0x1
MOV ESI,0x26
XOR EAX,EAX
CALL 0x001192e2
MOV R15D,EAX
MOV RDI,R14
MOV E... |
bool mysql_ssl_set(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
iVar1 = mysql_optionsv(param_1,0x26);
iVar2 = mysql_optionsv(param_1,0x19,param_2);
iVar3 = mysql_optionsv(param... | |
62,579 | get_internal_charset | eloqsql/mysys/charset.c | static CHARSET_INFO *
get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags)
{
char buf[FN_REFLEN];
struct charset_info_st *cs;
DBUG_ASSERT(cs_number < array_elements(all_charsets));
if ((cs= (struct charset_info_st*) all_charsets[cs_number]))
{
if (cs->state & MY_CS_READY) /* if C... | O0 | c | get_internal_charset:
pushq %rbp
movq %rsp, %rbp
subq $0x300, %rsp # imm = 0x300
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x2d0(%rbp)
movl %esi, -0x2d4(%rbp)
movq %rdx, -0x2e0(%rbp)
jmp 0x2986e
movl -0x2d4(%rbp), %eax
movl %eax, %ecx
leaq 0x35aba3(%rip), %rax # 0x384420
movq (%rax,%rcx,8), %r... | get_internal_charset:
push rbp
mov rbp, rsp
sub rsp, 300h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_2D0], rdi
mov [rbp+var_2D4], esi
mov [rbp+var_2E0], rdx
jmp short $+2
loc_2986E:
mov eax, [rbp+var_2D4]
mov ecx, eax
lea rax, all_charsets
mov rax, [rax+rcx*8]
m... | long long get_internal_charset(long long a1, unsigned int a2, long long a3)
{
int charsets_dir; // eax
int v4; // r8d
int v5; // r9d
long long collation_data_inheritance_source; // [rsp+8h] [rbp-2F8h]
long long charset_data_inheritance_source; // [rsp+10h] [rbp-2F0h]
long long v9; // [rsp+18h] [rbp-2E8h]
... | get_internal_charset:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x300
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x2d0],RDI
MOV dword ptr [RBP + -0x2d4],ESI
MOV qword ptr [RBP + -0x2e0],RDX
JMP 0x0012986e
LAB_0012986e:
MOV EAX,dword ptr [RBP + -0x2d4]
MOV ECX,EAX
LEA RAX,[0x484420]
MOV RAX,qwor... |
long get_internal_charset(int8 param_1,uint param_2,int8 param_3)
{
char cVar1;
int8 uVar2;
long lVar3;
long in_FS_OFFSET;
long local_2f0;
int1 local_2c8 [176];
int1 local_218 [520];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_2f0 = (&all_charsets)[param_2];
if (local_2f0 ... | |
62,580 | get_internal_charset | eloqsql/mysys/charset.c | static CHARSET_INFO *
get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags)
{
char buf[FN_REFLEN];
struct charset_info_st *cs;
DBUG_ASSERT(cs_number < array_elements(all_charsets));
if ((cs= (struct charset_info_st*) all_charsets[cs_number]))
{
if (cs->state & MY_CS_READY) /* if C... | O3 | c | get_internal_charset:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2c8, %rsp # imm = 0x2C8
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movl %esi, %r13d
leaq 0x33db2b(%rip), %r12 # 0x3658d0
movq (%r12,%r13,8), %rbx
testq %rbx, %rbx
je 0x27e8e
testb $0x1, 0xd(%rbx... | get_internal_charset:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2C8h
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13d, esi
lea r12, all_charsets
mov rbx, [r12+r13*8]
test rbx, rbx
jz loc_27E8E
test byte ptr [rbx+0Dh], 1
jnz loc... | long long get_internal_charset(long long a1, unsigned int a2, long long a3)
{
long long v3; // r13
long long v4; // rbx
long long v6; // rdx
long long v7; // rcx
int v8; // eax
int charsets_dir; // eax
int v10; // r8d
int v11; // r9d
int charset_number_internal; // eax
long long v13; // rsi
long ... | get_internal_charset:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2c8
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13D,ESI
LEA R12,[0x4658d0]
MOV RBX,qword ptr [R12 + R13*0x8]
TEST RBX,RBX
JZ 0x00127e8e
TEST byte ptr [RBX + 0xd],0x1
JNZ 0x00127e95
MOV R15,RDX
MOV R14,... |
uint * get_internal_charset(int8 param_1,ulong param_2,int8 param_3)
{
char *__s;
char *__s1;
long lVar1;
char cVar2;
uint uVar3;
int iVar4;
int8 uVar5;
char *pcVar6;
uint *puVar7;
long in_FS_OFFSET;
int1 local_2e8 [128];
code *local_268;
code *local_260;
code *local_258;
code *local_250... | |
62,581 | minja::SliceExpr::~SliceExpr() | monkey531[P]llama/common/minja.hpp | SliceExpr(const Location & location, std::shared_ptr<Expression> && s, std::shared_ptr<Expression> && e)
: Expression(location), start(std::move(s)), end(std::move(e)) {} | O3 | cpp | minja::SliceExpr::~SliceExpr():
pushq %rbx
movq %rdi, %rbx
leaq 0x9b32b(%rip), %rax # 0x12f6d8
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x38(%rdi), %rdi
testq %rdi, %rdi
je 0x943c2
callq 0x725dc
movq 0x28(%rbx), %rdi
testq %rdi, %rdi
je 0x943d0
callq 0x725dc
leaq 0x9afd1(%rip), %rax # 0x12f3a8
addq $0x10, %rax
m... | _ZN5minja9SliceExprD0Ev:
push rbx
mov rbx, rdi
lea rax, _ZTVN5minja9SliceExprE; `vtable for'minja::SliceExpr
add rax, 10h
mov [rdi], rax
mov rdi, [rdi+38h]
test rdi, rdi
jz short loc_943C2
call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<... | void minja::SliceExpr::~SliceExpr(minja::SliceExpr *this)
{
volatile signed __int32 *v2; // rdi
volatile signed __int32 *v3; // rdi
volatile signed __int32 *v4; // rdi
*(_QWORD *)this = &`vtable for'minja::SliceExpr + 2;
v2 = (volatile signed __int32 *)*((_QWORD *)this + 7);
if ( v2 )
std::_Sp_counted... | ~SliceExpr:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x22f6d8]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x38]
TEST RDI,RDI
JZ 0x001943c2
CALL 0x001725dc
LAB_001943c2:
MOV RDI,qword ptr [RBX + 0x28]
TEST RDI,RDI
JZ 0x001943d0
CALL 0x001725dc
LAB_001943d0:
LEA RAX,[0x22f3a8]
ADD RAX,0x10
MOV qword ptr [RBX],RAX... |
/* minja::SliceExpr::~SliceExpr() */
void __thiscall minja::SliceExpr::~SliceExpr(SliceExpr *this)
{
*(int ***)this = &PTR_do_evaluate_0022f6e8;
if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) !=
(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) {
std::_Sp_counted_base<(__gnu_cxx... | |
62,582 | JS_FreeValueRT | bluesky950520[P]quickjs/quickjs.c | void JS_FreeValueRT(JSRuntime *rt, JSValue v)
{
if (JS_VALUE_HAS_REF_COUNT(v)) {
JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v);
if (--p->ref_count <= 0) {
js_free_value_rt(rt, v);
}
}
} | O2 | c | JS_FreeValueRT:
pushq %r15
pushq %r14
pushq %rbx
cmpl $-0x9, %edx
jb 0x1bccd
movq %rsi, %r14
movl (%rsi), %eax
leal -0x1(%rax), %ecx
movl %ecx, (%rsi)
cmpl $0x1, %eax
jg 0x1bccd
leal 0x9(%rdx), %eax
cmpl $0x8, %eax
ja 0x1bcd8
movq %rdi, %rbx
leaq 0x6a9bc(%rip), %rcx # 0x865d4
movslq (%rcx,%rax,4), %rax
addq %rcx, %... | JS_FreeValueRT:
push r15
push r14
push rbx
cmp edx, 0FFFFFFF7h
jb loc_1BCCD
mov r14, rsi
mov eax, [rsi]
lea ecx, [rax-1]
mov [rsi], ecx
cmp eax, 1
jg loc_1BCCD
lea eax, [rdx+9]; switch 9 cases
cmp eax, 8
ja def_1BC1F; jumptable 000000000001BC1F default case, cases... | long long JS_FreeValueRT(long long a1, unsigned int *a2, long long a3)
{
long long result; // rax
long long v4; // rcx
_QWORD *v5; // rdx
_QWORD *v6; // rcx
long long v7; // rsi
int v8; // esi
if ( (unsigned int)a3 >= 0xFFFFFFF7 )
{
result = *a2;
*a2 = result - 1;
if ( (int)result <= 1 )
... | JS_FreeValueRT:
PUSH R15
PUSH R14
PUSH RBX
CMP EDX,-0x9
JC 0x0011bccd
MOV R14,RSI
MOV EAX,dword ptr [RSI]
LEA ECX,[RAX + -0x1]
MOV dword ptr [RSI],ECX
CMP EAX,0x1
JG 0x0011bccd
LEA EAX,[RDX + 0x9]
CMP EAX,0x8
JA 0x0011bcd8
MOV RBX,RDI
LEA RCX,[0x1865d4]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
... |
void JS_FreeValueRT(long param_1,int *param_2,uint param_3)
{
int iVar1;
long lVar2;
long *plVar3;
int8 *puVar4;
if ((param_3 < 0xfffffff7) || (iVar1 = *param_2, *param_2 = iVar1 + -1, 1 < iVar1)) {
return;
}
switch(param_3) {
case 0xfffffff7:
bf_delete(param_2 + 2);
break;
case 0xfff... | |
62,583 | bin_prec(TokenType) | BhuvanGudi[P]LexiParse/src/tokenization.hpp | inline std::optional<int> bin_prec(const TokenType type)
{
switch (type) {
case TokenType::minus:
case TokenType::plus:
return 0;
case TokenType::fslash:
case TokenType::star:
return 1;
default:
return {};
}
} | O0 | cpp | bin_prec(TokenType):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0xc(%rbp)
movl -0xc(%rbp), %eax
addl $-0x8, %eax
movl %eax, %ecx
movq %rcx, -0x20(%rbp)
subl $0x3, %eax
ja 0xb3cc
movq -0x20(%rbp), %rax
leaq 0xbc6d(%rip), %rcx # 0x17004
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movl $0x0, -0... | _Z8bin_prec9TokenType:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_C], edi
mov eax, [rbp+var_C]
add eax, 0FFFFFFF8h; switch 4 cases
mov ecx, eax
mov [rbp+var_20], rcx
sub eax, 3
ja short def_B39E; jumptable 000000000000B39E default case
mov rax, [rbp+var_20]
lea rcx, ... | long long bin_prec(int a1)
{
int v2; // [rsp+Ch] [rbp-14h] BYREF
_DWORD v3[2]; // [rsp+10h] [rbp-10h] BYREF
long long v4; // [rsp+18h] [rbp-8h] BYREF
v3[1] = a1;
switch ( a1 )
{
case 8:
case 10:
v3[0] = 0;
ZNSt8optionalIiEC2IiTnNSt9enable_ifIX7__and_vISt6__not_ISt7is_sameIS0_NSt9remove... | bin_prec:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0xc],EDI
MOV EAX,dword ptr [RBP + -0xc]
ADD EAX,-0x8
MOV ECX,EAX
MOV qword ptr [RBP + -0x20],RCX
SUB EAX,0x3
JA 0x0010b3cc
MOV RAX,qword ptr [RBP + -0x20]
LEA RCX,[0x117004]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_8:
MOV d... |
/* bin_prec(TokenType) */
int8 bin_prec(int4 param_1)
{
int4 local_1c;
int4 local_18;
int4 local_14;
int8 local_10;
local_14 = param_1;
switch(param_1) {
case 8:
case 10:
local_18 = 0;
_ZNSt8optionalIiEC2IiTnNSt9enable_ifIX7__and_vISt6__not_ISt7is_sameIS0_NSt9remove_cvINSt16remove_referenc... | |
62,584 | bin_prec(TokenType) | BhuvanGudi[P]LexiParse/src/tokenization.hpp | inline std::optional<int> bin_prec(const TokenType type)
{
switch (type) {
case TokenType::minus:
case TokenType::plus:
return 0;
case TokenType::fslash:
case TokenType::star:
return 1;
default:
return {};
}
} | O2 | cpp | bin_prec(TokenType):
addl $-0x8, %edi
cmpl $0x3, %edi
ja 0x4fac
movl %edi, %eax
leaq 0x3604(%rip), %rcx # 0x85a0
movq (%rcx,%rax,8), %rax
movabsq $0x100000000, %rcx # imm = 0x100000000
jmp 0x4fb0
xorl %eax, %eax
xorl %ecx, %ecx
orq %rcx, %rax
retq
| _Z8bin_prec9TokenType:
add edi, 0FFFFFFF8h
cmp edi, 3
ja short loc_4FAC
mov eax, edi
lea rcx, unk_85A0
mov rax, [rcx+rax*8]
mov rcx, 100000000h
jmp short loc_4FB0
loc_4FAC:
xor eax, eax
xor ecx, ecx
loc_4FB0:
or rax, rcx
retn
| long long bin_prec(int a1)
{
unsigned int v1; // edi
long long v2; // rax
long long v3; // rcx
v1 = a1 - 8;
if ( v1 > 3 )
{
v2 = 0LL;
v3 = 0LL;
}
else
{
v2 = qword_85A0[v1];
v3 = 0x100000000LL;
}
return v3 | v2;
}
| bin_prec:
ADD EDI,-0x8
CMP EDI,0x3
JA 0x00104fac
MOV EAX,EDI
LEA RCX,[0x1085a0]
MOV RAX,qword ptr [RCX + RAX*0x8]
MOV RCX,0x100000000
JMP 0x00104fb0
LAB_00104fac:
XOR EAX,EAX
XOR ECX,ECX
LAB_00104fb0:
OR RAX,RCX
RET
|
/* bin_prec(TokenType) */
ulong bin_prec(int param_1)
{
ulong uVar1;
ulong uVar2;
if (param_1 - 8U < 4) {
uVar1 = *(ulong *)(&DAT_001085a0 + (ulong)(param_1 - 8U) * 8);
uVar2 = 0x100000000;
}
else {
uVar1 = 0;
uVar2 = 0;
}
return uVar1 | uVar2;
}
| |
62,585 | google::protobuf::internal::EpsCopyInputStream::InitFrom(google::protobuf::io::ZeroCopyInputStream*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/parse_context.cc | const char* EpsCopyInputStream::InitFrom(io::ZeroCopyInputStream* zcis) {
zcis_ = zcis;
const void* data;
int size;
limit_ = INT_MAX;
if (zcis->Next(&data, &size)) {
overall_limit_ -= size;
if (size > kSlopBytes) {
auto ptr = static_cast<const char*>(data);
limit_ -= size - kSlopBytes;
... | O3 | cpp | google::protobuf::internal::EpsCopyInputStream::InitFrom(google::protobuf::io::ZeroCopyInputStream*):
pushq %rbx
subq $0x10, %rsp
movq %rsi, %rax
movq %rdi, %rbx
movq %rsi, 0x20(%rdi)
movl $0x7fffffff, 0x1c(%rdi) # imm = 0x7FFFFFFF
movq (%rsi), %rcx
leaq 0x8(%rsp), %rsi
leaq 0x4(%rsp), %rdx
movq %rax, %rdi
callq *0x10(... | _ZN6google8protobuf8internal18EpsCopyInputStream8InitFromEPNS0_2io19ZeroCopyInputStreamE:
push rbx
sub rsp, 10h
mov rax, rsi
mov rbx, rdi
mov [rdi+20h], rsi
mov dword ptr [rdi+1Ch], 7FFFFFFFh
mov rcx, [rsi]
lea rsi, [rsp+18h+var_10]
lea rdx, [rsp+18h+var_14]
mov rdi, rax
call q... | char * google::protobuf::internal::EpsCopyInputStream::InitFrom(
google::protobuf::internal::EpsCopyInputStream *this,
google::protobuf::io::ZeroCopyInputStream *a2)
{
long long v2; // rdx
char *result; // rax
long long v4; // rcx
char *v5; // rbx
int v6; // [rsp+4h] [rbp-14h] BYREF
long lon... | InitFrom:
PUSH RBX
SUB RSP,0x10
MOV RAX,RSI
MOV RBX,RDI
MOV qword ptr [RDI + 0x20],RSI
MOV dword ptr [RDI + 0x1c],0x7fffffff
MOV RCX,qword ptr [RSI]
LEA RSI,[RSP + 0x8]
LEA RDX,[RSP + 0x4]
MOV RDI,RAX
CALL qword ptr [RCX + 0x10]
TEST AL,AL
JZ 0x001fe727
MOVSXD RDX,dword ptr [RSP + 0x4]
SUB dword ptr [RBX + 0x54],EDX
CM... |
/* google::protobuf::internal::EpsCopyInputStream::InitFrom(google::protobuf::io::ZeroCopyInputStream*)
*/
EpsCopyInputStream * __thiscall
google::protobuf::internal::EpsCopyInputStream::InitFrom
(EpsCopyInputStream *this,ZeroCopyInputStream *param_1)
{
char cVar1;
size_t __n;
EpsCopyInputStream ... | |
62,586 | ma_remove_not_visible_states | eloqsql/storage/maria/ma_state.c | MARIA_STATE_HISTORY
*_ma_remove_not_visible_states(MARIA_STATE_HISTORY *org_history,
my_bool all,
my_bool trnman_is_locked)
{
TrID last_trid;
MARIA_STATE_HISTORY *history, **parent, *next;
DBUG_ENTER("_ma_remove_not_visible_states");
if (!org_histor... | O0 | c | ma_remove_not_visible_states:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movb %dl, %al
movb %sil, %cl
movq %rdi, -0x10(%rbp)
movb %cl, -0x11(%rbp)
movb %al, -0x12(%rbp)
cmpq $0x0, -0x10(%rbp)
jne 0x365fd
jmp 0x365f0
movq $0x0, -0x8(%rbp)
jmp 0x366d6
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x20(%rbp)
mo... | _ma_remove_not_visible_states:
push rbp
mov rbp, rsp
sub rsp, 40h
mov al, dl
mov cl, sil
mov [rbp+var_10], rdi
mov [rbp+var_11], cl
mov [rbp+var_12], al
cmp [rbp+var_10], 0
jnz short loc_365FD
jmp short $+2
loc_365F0:
mov [rbp+var_8], 0
jmp loc_366D6
loc_365FD:
mov ... | _QWORD * ma_remove_not_visible_states(_QWORD *a1, char a2, char a3)
{
_QWORD *v4; // [rsp+8h] [rbp-38h]
_QWORD *v5; // [rsp+10h] [rbp-30h]
_QWORD *i; // [rsp+18h] [rbp-28h]
unsigned long long v7; // [rsp+20h] [rbp-20h]
_QWORD *v9; // [rsp+30h] [rbp-10h]
v9 = a1;
if ( !a1 )
return 0LL;
v7 = a1[1];
... | _ma_remove_not_visible_states:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV AL,DL
MOV CL,SIL
MOV qword ptr [RBP + -0x10],RDI
MOV byte ptr [RBP + -0x11],CL
MOV byte ptr [RBP + -0x12],AL
CMP qword ptr [RBP + -0x10],0x0
JNZ 0x001365fd
JMP 0x001365f0
LAB_001365f0:
MOV qword ptr [RBP + -0x8],0x0
JMP 0x001366d6
LAB_001365fd:
MOV RA... |
int8 * _ma_remove_not_visible_states(int8 *param_1,char param_2,char param_3)
{
int8 *puVar1;
char cVar2;
ulong uVar3;
int8 *local_38;
int8 *local_30;
ulong local_28;
int8 *local_18;
int8 *local_10;
if (param_1 == (int8 *)0x0) {
local_10 = (int8 *)0x0;
}
else {
local_28 = param_1[1];
... | |
62,587 | nlohmann::json_abi_v3_11_3::detail::invalid_iterator nlohmann::json_abi_v3_11_3::detail::invalid_iterator::create<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | monkey531[P]llama/common/json.hpp | static invalid_iterator create(int id_, const std::string& what_arg, BasicJsonContext context)
{
const std::string w = concat(exception::name("invalid_iterator", id_), exception::diagnostics(context), what_arg);
return {id_, w.c_str()};
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::invalid_iterator nlohmann::json_abi_v3_11_3::detail::invalid_iterator::create<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double... | _ZN8nlohmann16json_abi_v3_11_36detail16invalid_iterator6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
push rbp
push r15
push r14
... | nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail16invalid_iterator6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_... | _ZN8nlohmann16json_abi_v3_11_36detail16invalid_iterator6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
... |
exception *
_ZN8nlohmann16json_abi_v3_11_36detail16invalid_iterator6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_
(exception *pa... | |
62,588 | google::protobuf::compiler::cpp::MessageGenerator::GenerateSingularFieldHasBits(google::protobuf::FieldDescriptor const*, google::protobuf::compiler::cpp::Formatter) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message.cc | void MessageGenerator::GenerateSingularFieldHasBits(
const FieldDescriptor* field, Formatter format) {
if (IsFieldStripped(field, options_)) {
format(
"inline bool $classname$::has_$name$() const { "
"__builtin_trap(); }\n");
return;
}
if (field->options().weak()) {
format(
... | O3 | cpp | google::protobuf::compiler::cpp::MessageGenerator::GenerateSingularFieldHasBits(google::protobuf::FieldDescriptor const*, google::protobuf::compiler::cpp::Formatter):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movq 0x38(%rsi), %rax
cmpb $0x1, 0x54(%rax)
jne 0x8377... | _ZN6google8protobuf8compiler3cpp16MessageGenerator28GenerateSingularFieldHasBitsEPKNS0_15FieldDescriptorENS2_9FormatterE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, rdx
mov rax, [rsi+38h]
cmp byte ptr [rax+54h], 1
jnz short loc_83778
lea rsi, aI... | long long google::protobuf::compiler::cpp::MessageGenerator::GenerateSingularFieldHasBits(
const google::protobuf::compiler::cpp::Options **a1,
long long a2,
long long a3)
{
long long result; // rax
const google::protobuf::FieldDescriptor *v7; // r15
char v8; // al
long long v9; // rdi
... | GenerateSingularFieldHasBits:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,RDX
MOV RAX,qword ptr [RSI + 0x38]
CMP byte ptr [RAX + 0x54],0x1
JNZ 0x00183778
LEA RSI,[0x2ae121]
MOV RDI,RBX
ADD RSP,0x48
POP RBX
POP R12
POP R13
POP R14
POP R15
POP RBP
JMP 0x00139938
LAB_00183778:
MOV R14,RSI
MO... |
/* google::protobuf::compiler::cpp::MessageGenerator::GenerateSingularFieldHasBits(google::protobuf::FieldDescriptor
const*, google::protobuf::compiler::cpp::Formatter) */
void __thiscall
google::protobuf::compiler::cpp::MessageGenerator::GenerateSingularFieldHasBits
(MessageGenerator *this,FieldDescript... | |
62,589 | backtick_string | eloqsql/strings/my_vsnprintf.c | static char *backtick_string(CHARSET_INFO *cs, char *to, const char *end,
char *par, size_t par_len, char quote_char,
my_bool cut)
{
char *last[3]= {0,0,0};
uint char_len;
char *start= to;
char *par_end= par + par_len;
size_t buff_length= (size_t) (end... | O0 | c | backtick_string:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movb %r9b, %al
movb 0x10(%rbp), %r9b
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movb %al, -0x31(%rbp)
leaq -0x50(%rbp), %rdi
xorl %esi, %esi
movl $0x18, %edx
callq 0x24180
movq -0x18(%rbp)... | backtick_string:
push rbp
mov rbp, rsp
sub rsp, 80h
mov al, r9b
mov r9b, [rbp+arg_0]
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_31], al
lea rdi, [rbp+var_50]
xor esi, esi
mov edx, 18h
ca... | _BYTE * backtick_string(
long long a1,
_BYTE *a2,
unsigned long long a3,
char *a4,
unsigned long long a5,
char a6,
char a7)
{
_BYTE *v7; // rax
_BYTE *v8; // rax
unsigned int v10; // [rsp+4h] [rbp-7Ch]
char v11; // [rsp+Bh] [rbp-75h]
unsigned int v12; //... | backtick_string:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV AL,R9B
MOV R9B,byte ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV byte ptr [RBP + -0x31],AL
LEA RDI,[RBP + -0x50]
XOR ESI,ESI
MOV E... |
char * backtick_string(int8 param_1,char *param_2,char *param_3,char *param_4,ulong param_5,
char param_6,char param_7)
{
char cVar1;
uint uVar2;
char *pcVar3;
uint local_84;
uint local_7c;
char *local_68;
long local_58 [3];
char local_39;
ulong local_38;
char *local_30;
ch... | |
62,590 | SchemaConverter::resolve_refs(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned c... | monkey531[P]llama/common/json-schema-to-grammar.cpp | void resolve_refs(json & schema, const std::string & url) {
/*
* Resolves all $ref fields in the given schema, fetching any remote schemas,
* replacing each $ref with absolute reference URL and populates _refs with the
* respective referenced (sub)schema dictionaries.
*/
... | O2 | cpp | SchemaConverter::resolve_refs(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned c... | _ZN15SchemaConverter12resolve_refsERN8nlohmann16json_abi_v3_11_310basic_jsonINS1_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEERKSA_:
push r14
push rbx
sub rsp, 48h
mov rbx, rsi
lea r14, [rsp+58h+var_50]
lea rsi, [rsp+58h+var_30... | void SchemaConverter::resolve_refs(long long a1, long long a2, long long a3)
{
_BYTE v3[32]; // [rsp+8h] [rbp-50h] BYREF
_BYTE *v4; // [rsp+28h] [rbp-30h]
long long v5; // [rsp+30h] [rbp-28h]
long long v6; // [rsp+38h] [rbp-20h]
long long v7; // [rsp+40h] [rbp-18h]
v4 = v3;
v5 = a1;
v6 = a2;
v7 = a3... | resolve_refs:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RSI
LEA R14,[RSP + 0x8]
LEA RSI,[RSP + 0x28]
MOV qword ptr [RSI],R14
MOV qword ptr [RSI + 0x8],RDI
MOV qword ptr [RSI + 0x10],RBX
MOV qword ptr [RSI + 0x18],RDX
MOV RDI,R14
CALL 0x00195ce4
LAB_00195cb1:
MOV RDI,R14
MOV RSI,RBX
CALL 0x0018e4bc
LAB_00195cbc:
LEA RDI,[R... |
/* SchemaConverter::resolve_refs(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>&,... | |
62,591 | detail::lineTypeToString[abi:cxx11](line_type_e) | 11AgReS1SoR11[P]Graph/Common/Figures/Line.cpp | std::string lineTypeToString(line_type_e type)
{
switch (type)
{
case line_type_e::Dotted: return "Dotted";
case line_type_e::Solid: return "Solid";
}
return {};
} | O0 | cpp | detail::lineTypeToString[abi:cxx11](line_type_e):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x30(%rbp)
movw %si, %ax
movq %rdi, %rcx
movq %rcx, -0x28(%rbp)
movq %rdi, -0x8(%rbp)
movw %ax, -0xa(%rbp)
movw -0xa(%rbp), %ax
movw %ax, -0x20(%rbp)
testw %ax, %ax
je 0xac4c
jmp 0xac3d
movw -0x20(%rbp), %ax
subw $... | _ZN6detail16lineTypeToStringB5cxx11E11line_type_e:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_30], rdi
mov ax, si
mov rcx, rdi
mov [rbp+var_28], rcx
mov [rbp+var_8], rdi
mov [rbp+var_A], ax
mov ax, [rbp+var_A]
mov [rbp+var_20], ax
test ax, ax
jz short loc_AC4C
jmp... | long long detail::lineTypeToString[abi:cxx11](long long a1, __int16 a2)
{
char v3; // [rsp+23h] [rbp-1Dh] BYREF
char v4; // [rsp+35h] [rbp-Bh] BYREF
__int16 v5; // [rsp+36h] [rbp-Ah]
long long v6; // [rsp+38h] [rbp-8h]
v6 = a1;
v5 = a2;
if ( a2 )
{
if ( a2 == 1 )
{
std::allocator<char>::... | lineTypeToString[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x30],RDI
MOV AX,SI
MOV RCX,RDI
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x8],RDI
MOV word ptr [RBP + -0xa],AX
MOV AX,word ptr [RBP + -0xa]
MOV word ptr [RBP + -0x20],AX
TEST AX,AX
JZ 0x0010ac4c
JMP 0x0010ac3d
LAB_0010ac3d... |
/* detail::lineTypeToString[abi:cxx11](line_type_e) */
detail * __thiscall detail::lineTypeToString_abi_cxx11_(detail *this,short param_2)
{
allocator local_25 [18];
allocator local_13;
short local_12;
detail *local_10;
local_12 = param_2;
local_10 = this;
if (param_2 == 0) {
std::allocator<char... | |
62,592 | minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | Value do_evaluate(const std::shared_ptr<Context> & context) const override {
Value result;
bool first = true;
for (const auto& part : parts) {
if (!part) throw std::runtime_error("FilterExpr.part is null");
if (first) {
first = false;
result = part->ev... | O2 | cpp | minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xe8, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %r12
callq 0x6ad10
movq 0x20(%r15), %rbp
movq 0x28(%r15), %rax
movq %rax, 0x8(%rsp)
movb $0x1, %al
leaq 0x48(%rsp), ... | _ZNK5minja10FilterExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E8h
mov r14, rdx
mov r15, rsi
mov r12, rdi
call _ZN5minja5ValueC2Ev; minja::Value::Value(void)
mov rbp, [r15+20h]
mov rax, [r15+28h]
mov [r... | long long minja::FilterExpr::do_evaluate(minja::Value *a1, long long a2)
{
long long v2; // r12
void (****v3)(void); // rbp
char v4; // al
void (***v5)(void); // r13
void (****v6)(void); // rax
void (****v7)(void); // r12
std::runtime_error *exception; // r15
void (****v10)(void); // [rsp+8h] [rbp-110h... | do_evaluate:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV R14,RDX
MOV R15,RSI
MOV R12,RDI
CALL 0x0016ad10
MOV RBP,qword ptr [R15 + 0x20]
MOV RAX,qword ptr [R15 + 0x28]
MOV qword ptr [RSP + 0x8],RAX
MOV AL,0x1
LEA R15,[RSP + 0x48]
MOV qword ptr [RSP],R12
LAB_00173e37:
CMP RBP,qword ptr [RSP + 0... |
/* minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */
FilterExpr * __thiscall minja::FilterExpr::do_evaluate(FilterExpr *this,shared_ptr *param_1)
{
int8 *puVar1;
shared_ptr *psVar2;
bool bVar3;
long lVar4;
runtime_error *this_00;
int8 *puVar5;
int8 local_108;
int8 uStack... | |
62,593 | mysql_stmt_prepare_cont | eloqsql/libmariadb/libmariadb/mariadb_async.c | int STDCALL
mysql_stmt_prepare_cont(int *ret, MYSQL_STMT *stmt, int ready_status)
{
MK_ASYNC_CONT_BODY(
stmt->mysql,
1,
r_int)
} | O3 | c | mysql_stmt_prepare_cont:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq 0x38(%rsi), %rax
movq 0x480(%rax), %rcx
movq 0x28(%rcx), %r15
cmpb $0x0, 0x15(%r15)
je 0x32b2d
movb $0x1, 0x14(%r15)
movl %edx, 0x4(%r15)
leaq 0x38(%r15), %rdi
callq 0x3464f
movb $0x0, 0x... | mysql_stmt_prepare_cont:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rax, [rsi+38h]
mov rcx, [rax+480h]
mov r15, [rcx+28h]
cmp byte ptr [r15+15h], 0
jz short loc_32B2D
mov byte ptr [r15+14h], 1
mov [r15+4], edx
lea r... | long long mysql_stmt_prepare_cont(int *a1, long long a2, unsigned int a3)
{
long long v3; // rax
unsigned int *v4; // r15
int v5; // eax
unsigned int v6; // r15d
int v7; // eax
v3 = *(_QWORD *)(a2 + 56);
v4 = *(unsigned int **)(*(_QWORD *)(v3 + 1152) + 40LL);
if ( *((_BYTE *)v4 + 21) )
{
*((_BYT... | mysql_stmt_prepare_cont:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RSI + 0x38]
MOV RCX,qword ptr [RAX + 0x480]
MOV R15,qword ptr [RCX + 0x28]
CMP byte ptr [R15 + 0x15],0x0
JZ 0x00132b2d
MOV byte ptr [R15 + 0x14],0x1
MOV dword ptr [R15 + 0x4],EDX
LEA RDI,[R15 + 0... |
int4 mysql_stmt_prepare_cont(int4 *param_1,long param_2,int4 param_3)
{
int4 *puVar1;
int iVar2;
int4 uVar3;
puVar1 = *(int4 **)(*(long *)(*(long *)(param_2 + 0x38) + 0x480) + 0x28);
if (*(char *)((long)puVar1 + 0x15) == '\0') {
*(int4 *)(*(long *)(param_2 + 0x38) + 0x90) = 0x7de;
strncpy((char *... | |
62,594 | mysql_ssl_set | eloqsql/libmariadb/libmariadb/mariadb_lib.c | int STDCALL
mysql_ssl_set(MYSQL *mysql __attribute__((unused)),
const char *key __attribute__((unused)),
const char *cert __attribute__((unused)),
const char *ca __attribute__((unused)),
const char *capath __attribute__((unused)),
const char *cipher ... | O0 | c | mysql_ssl_set:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movb $0x1, -0x31(%rbp)
movq -0x8(%rbp), %rdi
movl $0x26, %esi
leaq -0x31(%rbp), %rdx
movb $0x0, %al
callq 0x17800
movl %eax, -... | mysql_ssl_set:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov [rbp+var_31], 1
mov rdi, [rbp+var_8]
mov esi, 26h ; '&'
lea rdx, [rbp+var_31]
mov ... | _BOOL8 mysql_ssl_set(long long a1, _DWORD *a2, _DWORD *a3, _DWORD *a4, _DWORD *a5, _DWORD *a6)
{
int v7; // [rsp+8h] [rbp-48h]
int v8; // [rsp+Ch] [rbp-44h]
int v9; // [rsp+10h] [rbp-40h]
int v10; // [rsp+14h] [rbp-3Ch]
int v11; // [rsp+18h] [rbp-38h]
char v12; // [rsp+1Fh] [rbp-31h] BYREF
_DWORD *v13; /... | mysql_ssl_set:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV byte ptr [RBP + -0x31],0x1
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,0x26
LEA RDX... |
bool mysql_ssl_set(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
int iVar5;
int iVar6;
int1 local_39;
int8 local_38;
int8 local_30;
int8 local_28;
int8 local_20;
int8 local_18;
int8 local_10;
... | |
62,595 | POINTonE2_Uncompress_Z | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/e2.c | static BLST_ERROR POINTonE2_Uncompress_Z(POINTonE2_affine *out,
const unsigned char in[96])
{
unsigned char in0 = in[0];
limb_t sgn0_pty;
if ((in0 & 0x80) == 0) /* compressed bit */
return BLST_BAD_ENCODING;
if (in0 & 0x40) { /* infinity ... | O3 | c | POINTonE2_Uncompress_Z:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movzbl (%rsi), %r14d
movl $0x1, %r12d
testb %r14b, %r14b
jns 0x1c224
movq %rdi, %rbx
testb $0x40, %r14b
jne 0x1c1d5
leaq -0xb8(%rbp), %r15
movl $0x2f, %eax
xorl %ecx, %ecx
movq %rsi, %rdx
shlq $0x8... | POINTonE2_Uncompress_Z:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
movzx r14d, byte ptr [rsi]
mov r12d, 1
test r14b, r14b
jns loc_1C224
mov rbx, rdi
test r14b, 40h
jnz loc_1C1D5
lea r15, [rbp+var_B8]
mov eax, 2Fh ; '/'
xor ... | long long POINTonE2_Uncompress_Z(long long a1, unsigned __int8 *a2)
{
unsigned int v2; // r14d
unsigned int v3; // r12d
long long v5; // rax
long long v6; // rcx
unsigned __int8 *v7; // rdx
long long v8; // rdi
bool v9; // cf
unsigned __int8 *v10; // rsi
long long v11; // rax
long long v12; // rcx
... | POINTonE2_Uncompress_Z:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOVZX R14D,byte ptr [RSI]
MOV R12D,0x1
TEST R14B,R14B
JNS 0x0011c224
MOV RBX,RDI
TEST R14B,0x40
JNZ 0x0011c1d5
LEA R15,[RBP + -0xb8]
MOV EAX,0x2f
XOR ECX,ECX
MOV RDX,RSI
LAB_0011bfd6:
SHL RCX,0x8
MOVZX EDI,byte ptr [R... |
int POINTonE2_Uncompress_Z(void *param_1,byte *param_2)
{
byte bVar1;
byte bVar2;
ulong uVar3;
long lVar4;
ulong uVar5;
byte *pbVar6;
int iVar7;
bool bVar8;
int1 local_128 [56];
ulong local_f0 [6];
ulong local_c0 [5];
byte local_91;
int1 local_90 [96];
bVar1 = *param_2;
if (-1 < (char... | |
62,596 | neg_fp6 | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/fp12_tower.c | static void neg_fp6(vec384fp6 ret, const vec384fp6 a)
{
neg_fp2(ret[0], a[0]);
neg_fp2(ret[1], a[1]);
neg_fp2(ret[2], a[2]);
} | O3 | c | neg_fp6:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r15
leaq 0x248d0(%rip), %r14 # 0x8cca0
movl $0x1, %edx
movq %r14, %rcx
callq 0x6fcc0
leaq 0x30(%r15), %rdi
leaq 0x30(%rbx), %rsi
movl $0x1, %edx
movq %r14, %rcx
callq 0x6fcc0
leaq 0x60(%r15), %rdi
leaq 0x60(%... | neg_fp6:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rsi
mov r15, rdi
lea r14, BLS12_381_P
mov edx, 1
mov rcx, r14
call cneg_mod_384
lea rdi, [r15+30h]
lea rsi, [rbx+30h]
mov edx, 1
mov rcx, r14
call cneg_mod_384
lea rdi, [r15+60h]
... | long long neg_fp6(long long a1, long long a2)
{
cneg_mod_384(a1, a2, 1LL, &BLS12_381_P);
cneg_mod_384(a1 + 48, a2 + 48, 1LL, &BLS12_381_P);
cneg_mod_384(a1 + 96, a2 + 96, 1LL, &BLS12_381_P);
cneg_mod_384(a1 + 144, a2 + 144, 1LL, &BLS12_381_P);
cneg_mod_384(a1 + 192, a2 + 192, 1LL, &BLS12_381_P);
return cne... | neg_fp6:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R15,RDI
LEA R14,[0x18cca0]
MOV EDX,0x1
MOV RCX,R14
CALL 0x0016fcc0
LEA RDI,[R15 + 0x30]
LEA RSI,[RBX + 0x30]
MOV EDX,0x1
MOV RCX,R14
CALL 0x0016fcc0
LEA RDI,[R15 + 0x60]
LEA RSI,[RBX + 0x60]
MOV EDX,0x1
MOV RCX,R14
CALL 0x0016fcc0
MOV ESI... |
void neg_fp6(long param_1,long param_2)
{
cneg_mod_384(param_1,param_2,1,BLS12_381_P);
cneg_mod_384(param_1 + 0x30,param_2 + 0x30,1,BLS12_381_P);
cneg_mod_384(param_1 + 0x60,param_2 + 0x60,1,BLS12_381_P);
cneg_mod_384(param_1 + 0x90,param_2 + 0x90,1,BLS12_381_P);
cneg_mod_384(param_1 + 0xc0,param_2 + 0xc0,1... | |
62,597 | js_atomics_get_ptr | bluesky950520[P]quickjs/quickjs.c | static void *js_atomics_get_ptr(JSContext *ctx,
JSArrayBuffer **pabuf,
int *psize_log2, JSClassID *pclass_id,
JSValue obj, JSValue idx_val,
int is_waitable)
{
JSObject *p;
JSTypedArray... | O1 | c | js_atomics_get_ptr:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %r15
movq %r8, 0x10(%rsp)
cmpl $-0x1, %r9d
jne 0x7fa33
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r12
movl 0x60(%rsp), %eax
movq 0x10(%rsp), %rbp
movzwl 0x6(%rbp), %ecx
testl %eax, %eax
je 0x7fa25
addl $-0... | js_atomics_get_ptr:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rdi
mov [rsp+48h+var_38], r8
cmp r9d, 0FFFFFFFFh
jnz short loc_7FA33
mov rbx, rcx
mov r14, rdx
mov r12, rsi
mov eax, [rsp+48h+arg_10]
mov rbp, [rsp+48h+var_38]
movzx ... | unsigned long long js_atomics_get_ptr(
long long a1,
long long *a2,
_DWORD *a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m1... | |||
62,598 | js_atomics_get_ptr | bluesky950520[P]quickjs/quickjs.c | static void *js_atomics_get_ptr(JSContext *ctx,
JSArrayBuffer **pabuf,
int *psize_log2, JSClassID *pclass_id,
JSValue obj, JSValue idx_val,
int is_waitable)
{
JSObject *p;
JSTypedArray... | O2 | c | js_atomics_get_ptr:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r12
cmpl $-0x1, %r9d
jne 0x6b4b5
movq %r8, %r14
movq %rcx, %rbx
movq %rdx, %r15
movq %rsi, %r13
movl 0x50(%rsp), %eax
movzwl 0x6(%r8), %edx
testl %eax, %eax
je 0x6b4a4
cmpw $0x1c, %dx
setne %cl
cmpw $0x1a, %dx
j... | js_atomics_get_ptr:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r12, rdi
cmp r9d, 0FFFFFFFFh
jnz short loc_6B4B5
mov r14, r8
mov rbx, rcx
mov r15, rdx
mov r13, rsi
mov eax, [rsp+38h+arg_10]
movzx edx, word ptr [r8+6]
test eax, eax
jz ... | unsigned long long js_atomics_get_ptr(
long long a1,
long long *a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__... | js_atomics_get_ptr:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R12,RDI
CMP R9D,-0x1
JNZ 0x0016b4b5
MOV R14,R8
MOV RBX,RCX
MOV R15,RDX
MOV R13,RSI
MOV EAX,dword ptr [RSP + 0x50]
MOVZX EDX,word ptr [R8 + 0x6]
TEST EAX,EAX
JZ 0x0016b4a4
CMP DX,0x1c
SETNZ CL
CMP DX,0x1a
JNZ 0x0016b4b1
JMP 0x0016b4da... |
long js_atomics_get_ptr(int8 param_1,long *param_2,uint *param_3,uint *param_4,long param_5,
int param_6,int8 param_7,int8 param_8,int param_9)
{
byte bVar1;
ushort uVar2;
long lVar3;
int iVar4;
ulong in_RAX;
long lVar5;
char *pcVar6;
bool bVar7;
ulong local_38;
if (param... | |
62,599 | ma_check_if_right_bitmap_type | eloqsql/storage/maria/ma_bitmap.c | my_bool _ma_check_if_right_bitmap_type(MARIA_HA *info,
enum en_page_type page_type,
pgcache_page_no_t page,
uint *bitmap_pattern)
{
if ((*bitmap_pattern= _ma_bitmap_get_page_bits(info, &info->s->bitmap... | O0 | c | ma_check_if_right_bitmap_type:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rdi
movq -0x10(%rbp), %rax
movq (%rax), %rsi
addq $0xa10, %rsi # imm = 0xA10
movq -0x20(%rbp), %rdx
callq 0x43320
movq -0x2... | _ma_check_if_right_bitmap_type:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rdi, [rbp+var_10]
mov rax, [rbp+var_10]
mov rsi, [rax]
add rsi, 0A10h
mov rdx, [rbp+var_20]
call _ma_bitmap_get... | char ma_check_if_right_bitmap_type(_QWORD *a1, int a2, long long a3, unsigned int *a4)
{
unsigned int page_bits; // eax
bool v6; // [rsp+3h] [rbp-2Dh]
page_bits = ma_bitmap_get_page_bits((long long)a1, *a1 + 2576LL, a3);
*a4 = page_bits;
if ( page_bits > 7 )
return 1;
if ( a2 == 1 )
{
v6 = 1;
... | _ma_check_if_right_bitmap_type:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RDI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RAX]
ADD RSI,0xa10
MOV RDX,qword ptr [RBP +... |
bool _ma_check_if_right_bitmap_type(long *param_1,int param_2,int8 param_3,uint *param_4)
{
uint uVar1;
bool local_35;
bool local_9;
uVar1 = _ma_bitmap_get_page_bits(param_1,*param_1 + 0xa10,param_3);
*param_4 = uVar1;
if (uVar1 < 8) {
if (param_2 == 1) {
local_35 = true;
if (*param_4 !... |
Subsets and Splits
C++ Functions With Standard Library Dependencies
Identifies C++ functions that depend on standard library components, revealing patterns in how developers utilize STL libraries and potentially highlighting common coding practices or dependencies in the dataset.
C++ Standard Library Function Analysis
Filters C++ code examples that use standard library containers and types, providing useful insights into common programming patterns and data structures in the dataset.
Random Training Function Samples
Performs basic filtering and random sampling of assembly code data without revealing meaningful patterns or relationships.
Random Training Function Samples
Retrieves a random sample of 1000 records from the training dataset, providing basic data exploration but offering limited analytical value beyond seeing raw entries.