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
27,000
LefDefParser::defiGcellGrid::print(_IO_FILE*) const
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiRowTrack.cpp
void defiGcellGrid::print(FILE* f) const { fprintf(f, "GcellGrid '%s'\n", macro()); fprintf(f, " DO %d %d STEP %5.1f\n", x(), xNum(), xStep()); }
O0
cpp
LefDefParser::defiGcellGrid::print(_IO_FILE*) const: subq $0x38, %rsp movq %rdi, 0x30(%rsp) movq %rsi, 0x28(%rsp) movq 0x30(%rsp), %rdi movq %rdi, 0x10(%rsp) movq 0x28(%rsp), %rax movq %rax, 0x8(%rsp) callq 0x2fbb0 movq 0x8(%rsp), %rdi movq %rax, %rdx leaq 0x41ae5(%rip), %rsi # 0x716db movb $0x0, %al callq 0x7300 m...
_ZNK12LefDefParser13defiGcellGrid5printEP8_IO_FILE: sub rsp, 38h mov [rsp+38h+var_8], rdi mov [rsp+38h+var_10], rsi mov rdi, [rsp+38h+var_8]; this mov [rsp+38h+var_28], rdi mov rax, [rsp+38h+var_10] mov [rsp+38h+var_30], rax call _ZNK12LefDefParser13defiGcellGrid5macroEv; LefDefParser::de...
long long LefDefParser::defiGcellGrid::print(LefDefParser::defiGcellGrid *a1, long long a2) { const char *v2; // rax double v3; // xmm0_8 int v5; // [rsp+20h] [rbp-18h] int v6; // [rsp+24h] [rbp-14h] v2 = (const char *)LefDefParser::defiGcellGrid::macro(a1); fprintf(a2, "GcellGrid '%s'\n", v2); v5 = Lef...
print: SUB RSP,0x38 MOV qword ptr [RSP + 0x30],RDI MOV qword ptr [RSP + 0x28],RSI MOV RDI,qword ptr [RSP + 0x30] MOV qword ptr [RSP + 0x10],RDI MOV RAX,qword ptr [RSP + 0x28] MOV qword ptr [RSP + 0x8],RAX CALL 0x0012fbb0 MOV RDI,qword ptr [RSP + 0x8] MOV RDX,RAX LEA RSI,[0x1716db] MOV AL,0x0 CALL 0x00107300 MOV RDI,qwo...
/* LefDefParser::defiGcellGrid::print(_IO_FILE*) const */ void __thiscall LefDefParser::defiGcellGrid::print(defiGcellGrid *this,_IO_FILE *param_1) { uint uVar1; uint uVar2; int8 uVar3; uVar3 = macro(this); fprintf(param_1,"GcellGrid \'%s\'\n",uVar3); uVar1 = x(this); uVar2 = xNum(this); xStep(thi...
27,001
test_get_rows_back::build_graph(ggml_context*)
llama.cpp/tests/test-backend-ops.cpp
ggml_tensor * build_graph(ggml_context * ctx) override { ggml_tensor * in_forward = ggml_new_tensor_3d(ctx, type, n, m, b); ggml_set_name(in_forward, "in_forward"); ggml_tensor * rows = ggml_new_tensor_2d(ctx, GGML_TYPE_I32, r, b); ggml_set_name(rows, "rows"); if (v) { ...
O3
cpp
test_get_rows_back::build_graph(ggml_context*): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rsi, %rbx movq %rdi, %r15 movl 0x38(%rdi), %esi movslq 0x3c(%rdi), %rdx movslq 0x40(%rdi), %rcx movslq 0x48(%rdi), %r8 movq %rbx, %rdi callq 0x1c880 movq %rax, %r14 movq %r15, %rdi movq %rbx, %rsi callq 0x2cc20 ...
_ZN18test_get_rows_back11build_graphEP12ggml_context: push r15 push r14 push r13 push r12 push rbx mov rbx, rsi mov r15, rdi mov esi, [rdi+38h] movsxd rdx, dword ptr [rdi+3Ch] movsxd rcx, dword ptr [rdi+40h] movsxd r8, dword ptr [rdi+48h] mov rdi, rbx call _ggml_new_tensor_3d mov ...
long long test_get_rows_back::build_graph(long long a1, long long a2) { long long v2; // r14 long long v3; // r12 long long v4; // r13 long long rows_back; // rbx v2 = ggml_new_tensor_3d(a2, *(unsigned int *)(a1 + 56), *(int *)(a1 + 60), *(int *)(a1 + 64), *(int *)(a1 + 72)); test_case::add_sentinel(a1, a...
build_graph: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV RBX,RSI MOV R15,RDI MOV ESI,dword ptr [RDI + 0x38] MOVSXD RDX,dword ptr [RDI + 0x3c] MOVSXD RCX,dword ptr [RDI + 0x40] MOVSXD R8,dword ptr [RDI + 0x48] MOV RDI,RBX CALL 0x0011c880 MOV R14,RAX MOV RDI,R15 MOV RSI,RBX CALL 0x0012cc20 LEA RSI,[0x168ee9] MOV RDI...
/* test_get_rows_back::build_graph(ggml_context*) */ int8 __thiscall test_get_rows_back::build_graph(test_get_rows_back *this,ggml_context *param_1) { int8 uVar1; long lVar2; int8 uVar3; uVar1 = ggml_new_tensor_3d(param_1,*(int4 *)(this + 0x38),(long)*(int *)(this + 0x3c), (lo...
27,002
start_dbl_n
corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/pairing.c
static void start_dbl_n(vec384fp12 ret, POINTonE2 T[], const POINTonE1_affine Px2[], size_t n) { size_t i; vec384fp6 line; /* it's not actual fp6, but 3 packed fp2, "xy00z0" */ /* first step is ret = 1^2*line, which is replaced with ret = line */ line_dbl(line,...
O2
c
start_dbl_n: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x128, %rsp # imm = 0x128 movq %rcx, -0x30(%rbp) movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %r12 leaq -0x150(%rbp), %r13 movq %r13, %rdi movq %rsi, %rdx callq 0x5d4eb movq %r13, %rdi movq %r14, %rsi callq 0x5...
start_dbl_n: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 128h mov [rbp+var_30], rcx mov r14, rdx mov r15, rsi mov r12, rdi lea r13, [rbp+var_150] mov rdi, r13 mov rdx, rsi call line_dbl mov rdi, r13 mov rsi, r14 call lin...
long long start_dbl_n(long long a1, long long a2, long long a3, unsigned long long a4) { long long result; // rax long long v6; // r15 long long v7; // r14 unsigned long long i; // rbx _BYTE v9[192]; // [rsp+0h] [rbp-150h] BYREF char v10[96]; // [rsp+C0h] [rbp-90h] BYREF unsigned long long v11; // [rsp+1...
start_dbl_n: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x128 MOV qword ptr [RBP + -0x30],RCX MOV R14,RDX MOV R15,RSI MOV R12,RDI LEA R13,[RBP + -0x150] MOV RDI,R13 MOV RDX,RSI CALL 0x0015d4eb MOV RDI,R13 MOV RSI,R14 CALL 0x0015d719 MOV ESI,0x240 MOV RDI,R12 CALL 0x00150ea6 MOV EDX,0xc0 M...
void start_dbl_n(long param_1,long param_2,long param_3,ulong param_4) { ulong uVar1; int1 local_158 [192]; int1 local_98 [96]; ulong local_38; local_38 = param_4; line_dbl(local_158,param_2,param_2); line_by_Px2(local_158,param_3); vec_zero(param_1,0x240); vec_copy(param_1,local_158,0xc0); vec...
27,003
mi_reset
eloqsql/storage/myisam/mi_extra.c
int mi_reset(MI_INFO *info) { int error= 0; MYISAM_SHARE *share=info->s; DBUG_ENTER("mi_reset"); /* Free buffers and reset the following flags: EXTRA_CACHE, EXTRA_WRITE_CACHE, EXTRA_KEYREAD, EXTRA_QUICK If the row buffer cache is large (for dynamic tables), reduce it to save memory. */ if (...
O3
c
mi_reset: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq (%rdi), %r15 movl 0x1c8(%rdi), %eax testb $0x12, %al je 0x7fea2 andl $-0x13, %eax movl %eax, 0x1c8(%rbx) leaq 0x220(%rbx), %rdi callq 0x9b3e3 movl %eax, %r14d jmp 0x7fea5 xorl %r14d, %r14d cmpl $0x0, 0x188(%r15) je 0x7...
mi_reset: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi mov r15, [rdi] mov eax, [rdi+1C8h] test al, 12h jz short loc_7FEA2 and eax, 0FFFFFFEDh mov [rbx+1C8h], eax lea rdi, [rbx+220h] call end_io_cache mov r14d, eax jmp short loc_7FEA...
long long mi_reset(long long *a1) { long long v1; // r15 int v2; // eax unsigned int v3; // r14d int v4; // eax v1 = *a1; v2 = *((_DWORD *)a1 + 114); if ( (v2 & 0x12) != 0 ) { *((_DWORD *)a1 + 114) = v2 & 0xFFFFFFED; v3 = end_io_cache(a1 + 68); } else { v3 = 0; } if ( *(_DWORD *)...
mi_reset: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV R15,qword ptr [RDI] MOV EAX,dword ptr [RDI + 0x1c8] TEST AL,0x12 JZ 0x0017fea2 AND EAX,0xffffffed MOV dword ptr [RBX + 0x1c8],EAX LEA RDI,[RBX + 0x220] CALL 0x0019b3e3 MOV R14D,EAX JMP 0x0017fea5 LAB_0017fea2: XOR R14D,R14D LAB_0017fea5:...
int4 mi_reset(long *param_1) { long lVar1; int4 uVar2; uint uVar3; lVar1 = *param_1; if ((*(uint *)(param_1 + 0x39) & 0x12) == 0) { uVar2 = 0; } else { *(uint *)(param_1 + 0x39) = *(uint *)(param_1 + 0x39) & 0xffffffed; uVar2 = end_io_cache(param_1 + 0x44); } if (*(int *)(lVar1 + 0x18...
27,004
my_like_range_simple
eloqsql/strings/ctype-simple.c
my_bool my_like_range_simple(CHARSET_INFO *cs, const char *ptr, size_t ptr_length, pbool escape, pbool w_one, pbool w_many, size_t res_length, char *min_str,char *max_str, size_t *min_length, size_t *max_length) { const char *end= ptr + ptr_length; char *min_org=min_str; ch...
O3
c
my_like_range_simple: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rdx, %r10 movq 0x30(%rbp), %rdx movq 0x28(%rbp), %r12 movq 0x20(%rbp), %rbx movq 0x18(%rbp), %r14 movq 0x10(%rbp), %r11 testq %r10, %r10 je 0xb5cd1 addq %rsi, %r10 movl 0x9c(%rdi), %r15d xorl %r13d, %r13d movq ...
my_like_range_simple: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx mov r10, rdx mov rdx, [rbp+arg_20] mov r12, [rbp+arg_18] mov rbx, [rbp+arg_10] mov r14, [rbp+arg_8] mov r11, [rbp+arg_0] test r10, r10 jz loc_B5CD1 add r10, rsi mov r15d...
long long my_like_range_simple( long long a1, char *a2, long long a3, char a4, char a5, char a6, unsigned long long a7, long long a8, _BYTE *a9, unsigned long long *a10, _QWORD *a11) { _QWORD *v12; // rdx _BYTE *v13; // rbx c...
my_like_range_simple: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R10,RDX MOV RDX,qword ptr [RBP + 0x30] MOV R12,qword ptr [RBP + 0x28] MOV RBX,qword ptr [RBP + 0x20] MOV R14,qword ptr [RBP + 0x18] MOV R11,qword ptr [RBP + 0x10] TEST R10,R10 JZ 0x001b5cd1 ADD R10,RSI MOV R15D,dword ptr [RDI + ...
int8 my_like_range_simple (long param_1,char *param_2,long param_3,char param_4,char param_5,char param_6, ulong param_7,int1 *param_8,int1 *param_9,ulong *param_10,ulong *param_11) { char *pcVar1; char cVar2; ulong uVar3; int1 *puVar4; char *pcVar5; ulong uVar6; bool bVar7; puV...
27,005
my_rw_wrlock
eloqsql/mysys/thr_rwlock.c
int my_rw_wrlock(my_rw_lock_t *rwp) { pthread_mutex_lock(&rwp->lock); rwp->waiters++; /* another writer queued */ my_rw_lock_assert_not_write_owner(rwp); while (rwp->state) pthread_cond_wait(&rwp->writers, &rwp->lock); rwp->state = -1; rwp->waiters--; #ifdef SAFE_MUTEX rwp->write_thread= pthread_...
O0
c
my_rw_wrlock: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x244a0 movq -0x8(%rbp), %rax movl 0x8c(%rax), %ecx addl $0x1, %ecx movl %ecx, 0x8c(%rax) movq -0x8(%rbp), %rax cmpl $0x0, 0x88(%rax) je 0x2a7f8 movq -0x8(%rbp), %rdi addq $0x58, %rdi movq -0x8(%rbp), %rsi callq ...
my_rw_wrlock: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] call _pthread_mutex_lock mov rax, [rbp+var_8] mov ecx, [rax+8Ch] add ecx, 1 mov [rax+8Ch], ecx loc_2A7D8: mov rax, [rbp+var_8] cmp dword ptr [rax+88h], 0 jz short loc_2A7F8 mov ...
long long my_rw_wrlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 140); while ( *(_DWORD *)(a1 + 136) ) pthread_cond_wait(a1 + 88, a1); *(_DWORD *)(a1 + 136) = -1; --*(_DWORD *)(a1 + 140); pthread_mutex_unlock(a1); return 0LL; }
my_rw_wrlock: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] CALL 0x001244a0 MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x8c] ADD ECX,0x1 MOV dword ptr [RAX + 0x8c],ECX LAB_0012a7d8: MOV RAX,qword ptr [RBP + -0x8] CMP dword ptr [RAX + 0x88],0x0 JZ 0x0012a7f8...
int8 my_rw_wrlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x8c) = *(int *)((long)param_1 + 0x8c) + 1; while (*(int *)((long)param_1 + 0x88) != 0) { pthread_cond_wait((pthread_cond_t *)((long)param_1 + 0x58),param_1); } *(int4 *)((long)param_1 + 0x88) = 0xfffffff...
27,006
mysql_stmt_reset_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_stmt_reset_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_stmt_reset, (parms->stmt), parms->stmt->mysql, my_bool, r_my_bool) }
O3
c
mysql_stmt_reset_start_internal: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq (%rdi), %rdi movq 0x38(%rdi), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rbx callq 0x2686c movb %al, 0x8(%rbx) movl $0x0, (%rbx) addq $0x8, %rsp popq %rbx popq %rbp retq
mysql_stmt_reset_start_internal: push rbp mov rbp, rsp push rbx push rax mov rdi, [rdi] mov rax, [rdi+38h] mov rax, [rax+480h] mov rbx, [rax+28h] call mysql_stmt_reset mov [rbx+8], al mov dword ptr [rbx], 0 add rsp, 8 pop rbx pop rbp retn
long long mysql_stmt_reset_start_internal(long long *a1) { long long v1; // rdi long long v2; // rbx long long result; // rax v1 = *a1; v2 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(v1 + 56) + 1152LL) + 40LL); result = mysql_stmt_reset(v1); *(_BYTE *)(v2 + 8) = result; *(_DWORD *)v2 = 0; return result; }...
mysql_stmt_reset_start_internal: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RDI,qword ptr [RDI] MOV RAX,qword ptr [RDI + 0x38] MOV RAX,qword ptr [RAX + 0x480] MOV RBX,qword ptr [RAX + 0x28] CALL 0x0012686c MOV byte ptr [RBX + 0x8],AL MOV dword ptr [RBX],0x0 ADD RSP,0x8 POP RBX POP RBP RET
void mysql_stmt_reset_start_internal(long *param_1) { int4 *puVar1; int1 uVar2; puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28); uVar2 = mysql_stmt_reset(); *(int1 *)(puVar1 + 2) = uVar2; *puVar1 = 0; return; }
27,007
inheritance_source_by_id
eloqsql/mysys/charset.c
static CHARSET_INFO *inheritance_source_by_id(CHARSET_INFO *cs, uint refid) { CHARSET_INFO *refcs; return refid && refid != cs->number && (refcs= all_charsets[refid]) && (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL; }
O0
c
inheritance_source_by_id: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) cmpl $0x0, -0xc(%rbp) je 0xdd781 movl -0xc(%rbp), %eax movq -0x8(%rbp), %rcx cmpl (%rcx), %eax je 0xdd781 movl -0xc(%rbp), %eax movl %eax, %ecx leaq 0xba3cc8(%rip), %rax # 0xc81420 movq (%rax,%rcx,8), %rax movq %rax, -0x...
inheritance_source_by_id: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi cmp [rbp+var_C], 0 jz short loc_DD781 mov eax, [rbp+var_C] mov rcx, [rbp+var_8] cmp eax, [rcx] jz short loc_DD781 mov eax, [rbp+var_C] mov ecx, eax lea rax, all_charsets mov ...
long long inheritance_source_by_id(_DWORD *a1, int a2) { long long v4; // [rsp+8h] [rbp-18h] if ( a2 && a2 != *a1 && (v4 = all_charsets[a2]) != 0 && (*(_DWORD *)(v4 + 12) & 0x200) != 0 ) return all_charsets[a2]; else return 0LL; }
inheritance_source_by_id: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI CMP dword ptr [RBP + -0xc],0x0 JZ 0x001dd781 MOV EAX,dword ptr [RBP + -0xc] MOV RCX,qword ptr [RBP + -0x8] CMP EAX,dword ptr [RCX] JZ 0x001dd781 MOV EAX,dword ptr [RBP + -0xc] MOV ECX,EAX LEA RAX,[0xd81420] MOV ...
long inheritance_source_by_id(uint *param_1,uint param_2) { long local_28; if ((((param_2 == 0) || (param_2 == *param_1)) || (local_28 = (&all_charsets)[param_2], local_28 == 0)) || ((*(uint *)(local_28 + 0xc) & 0x200) == 0)) { local_28 = 0; } return local_28; }
27,008
my_casefold_mb
eloqsql/strings/ctype-mb.c
static size_t my_casefold_mb(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen __attribute__((unused)), const uchar *map, size_t is_upper) { const char *srcend= src + srclen; char *dst0= dst; DBUG_ASSERT(cs->mbmaxlen == 2); w...
O0
c
my_casefold_mb: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq 0x10(%rbp), %rax movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x38(%rbp) movq -0x20(%rbp), %rax movq %rax, ...
my_casefold_mb: push rbp mov rbp, rsp sub rsp, 60h mov rax, [rbp+arg_0] 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 rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_38], rax mo...
_BYTE * my_casefold_mb( long long a1, unsigned __int8 *a2, long long a3, unsigned __int8 *a4, long long a5, long long a6, long long a7) { unsigned __int8 *v7; // rax unsigned __int8 *v8; // rax char *v9; // rax char v10; // cl _BYTE *v11; // rax unsign...
my_casefold_mb: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV RAX,qword ptr [RBP + 0x10] 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 RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr ...
long my_casefold_mb(int8 param_1,byte *param_2,long param_3,byte *param_4,int8 param_5, long param_6,long param_7) { int iVar1; int *piVar2; byte *pbVar3; int local_60; byte *local_28; byte *local_18; local_28 = param_4; local_18 = param_2; while (local_18 < param_2 + param_3) ...
27,009
my_wc_mb_8bit
eloqsql/strings/ctype-simple.c
int my_wc_mb_8bit(CHARSET_INFO *cs,my_wc_t wc, uchar *str, uchar *end) { MY_UNI_IDX *idx; if (str >= end) return MY_CS_TOOSMALL; for (idx=cs->tab_from_uni; idx->tab ; idx++) { if (idx->from <= wc && idx->to >= wc) { str[0]= idx->tab[wc - idx->from]; return (!str[0] && wc) ? M...
O0
c
my_wc_mb_8bit: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0x7803a movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x780d3 movq -0x10(%rbp), %rax movq 0x70(%rax), %rax movq %rax, -0x30(%rbp) m...
my_wc_mb_8bit: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_7803A mov [rbp+var_4], 0FFFFFF9Bh jmp loc_780D3 loc_7803A: mov rax, [rbp+var_10] mov r...
long long my_wc_mb_8bit(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { bool v5; // [rsp+1h] [rbp-31h] unsigned __int16 *i; // [rsp+2h] [rbp-30h] if ( (unsigned long long)a3 < a4 ) { for ( i = *(unsigned __int16 **)(a1 + 112); ; i += 8 ) { if ( !*((_QWORD *)i + 1) ) ...
my_wc_mb_8bit: PUSH RBP MOV RBP,RSP 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 RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x0017803a MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x001780d3 LAB_0017803a: MOV RAX,qwo...
uint my_wc_mb_8bit(long param_1,ulong param_2,char *param_3,char *param_4) { ushort *local_38; uint local_c; if (param_3 < param_4) { for (local_38 = *(ushort **)(param_1 + 0x70); *(long *)(local_38 + 4) != 0; local_38 = local_38 + 8) { if ((*local_38 <= param_2) && (param_2 <= local_38[1])...
27,010
my_hrtime
eloqsql/mysys/my_getsystime.c
my_hrtime_t my_hrtime() { my_hrtime_t hrtime; #if defined(_WIN32) ulonglong newtime; GetSystemTimePreciseAsFileTime((FILETIME*)&newtime); hrtime.val= (newtime - OFFSET_TO_EPOC)/10; #elif defined(HAVE_CLOCK_GETTIME) struct timespec tp; clock_gettime(CLOCK_REALTIME, &tp); hrtime.val= tp.tv_sec*1000000ULL+tp...
O3
c
my_hrtime: pushq %rbp movq %rsp, %rbp pushq %rbx subq $0x18, %rsp leaq -0x18(%rbp), %rbx xorl %edi, %edi movq %rbx, %rsi callq 0x242f0 imulq $0xf4240, (%rbx), %rcx # imm = 0xF4240 movq 0x8(%rbx), %rax shrq $0x3, %rax movabsq $0x20c49ba5e353f7cf, %rdx # imm = 0x20C49BA5E353F7CF mulq %rdx shrq $0x4, %rdx addq %rdx, %rcx...
my_hrtime: push rbp mov rbp, rsp push rbx sub rsp, 18h lea rbx, [rbp+var_18] xor edi, edi mov rsi, rbx call _clock_gettime imul rcx, [rbx], 0F4240h mov rax, [rbx+8] shr rax, 3 mov rdx, 20C49BA5E353F7CFh mul rdx shr rdx, 4 add rcx, rdx mov rax, rcx add rsp,...
unsigned long long my_hrtime() { long long v1; // [rsp+8h] [rbp-18h] BYREF unsigned long long v2; // [rsp+10h] [rbp-10h] clock_gettime(0LL, &v1); return v2 / 0x3E8 + 1000000 * v1; }
my_hrtime: PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x18 LEA RBX,[RBP + -0x18] XOR EDI,EDI MOV RSI,RBX CALL 0x001242f0 IMUL RCX,qword ptr [RBX],0xf4240 MOV RAX,qword ptr [RBX + 0x8] SHR RAX,0x3 MOV RDX,0x20c49ba5e353f7cf MUL RDX SHR RDX,0x4 ADD RCX,RDX MOV RAX,RCX ADD RSP,0x18 POP RBX POP RBP RET
long my_hrtime(void) { timespec local_20; clock_gettime(0,&local_20); return local_20.tv_sec * 1000000 + (ulong)local_20.tv_nsec / 1000; }
27,011
bc_put_atom
bluesky950520[P]quickjs/quickjs.c
static int bc_put_atom(BCWriterState *s, JSAtom atom) { uint32_t v; if (__JS_AtomIsTaggedInt(atom)) { v = (__JS_AtomToUInt32(atom) << 1) | 1; } else { if (bc_atom_to_idx(s, &v, atom)) return -1; v <<= 1; } bc_put_leb128(s, v); return 0; }
O0
c
bc_put_atom: subq $0x18, %rsp movq %rdi, 0x8(%rsp) movl %esi, 0x4(%rsp) movl 0x4(%rsp), %edi callq 0x34e00 cmpl $0x0, %eax je 0x7809e movl 0x4(%rsp), %edi callq 0x34e20 shll %eax orl $0x1, %eax movl %eax, (%rsp) jmp 0x780c6 movq 0x8(%rsp), %rdi movl 0x4(%rsp), %edx movq %rsp, %rsi callq 0x785b0 cmpl $0x0, %eax je 0x780...
bc_put_atom: sub rsp, 18h mov [rsp+18h+var_10], rdi mov [rsp+18h+var_14], esi mov edi, [rsp+18h+var_14] call __JS_AtomIsTaggedInt cmp eax, 0 jz short loc_7809E mov edi, [rsp+18h+var_14] call __JS_AtomToUInt32 shl eax, 1 or eax, 1 mov [rsp+18h+var_18], eax jmp short lo...
long long bc_put_atom(long long a1, int a2) { unsigned int v3; // [rsp+0h] [rbp-18h] BYREF unsigned int v4; // [rsp+4h] [rbp-14h] long long v5; // [rsp+8h] [rbp-10h] v5 = a1; v4 = a2; if ( _JS_AtomIsTaggedInt(a2) ) { v3 = (2 * _JS_AtomToUInt32(v4)) | 1; LABEL_6: bc_put_leb128(v5, v3); return...
bc_put_atom: SUB RSP,0x18 MOV qword ptr [RSP + 0x8],RDI MOV dword ptr [RSP + 0x4],ESI MOV EDI,dword ptr [RSP + 0x4] CALL 0x00134e00 CMP EAX,0x0 JZ 0x0017809e MOV EDI,dword ptr [RSP + 0x4] CALL 0x00134e20 SHL EAX,0x1 OR EAX,0x1 MOV dword ptr [RSP],EAX JMP 0x001780c6 LAB_0017809e: MOV RDI,qword ptr [RSP + 0x8] MOV EDX,dw...
int4 bc_put_atom(int8 param_1,int4 param_2) { int iVar1; uint local_18; int4 local_14; int8 local_10; local_14 = param_2; local_10 = param_1; iVar1 = __JS_AtomIsTaggedInt(param_2); if (iVar1 == 0) { iVar1 = bc_atom_to_idx(local_10,&local_18,local_14); if (iVar1 != 0) { return 0xffffff...
27,012
bc_put_atom
bluesky950520[P]quickjs/quickjs.c
static int bc_put_atom(BCWriterState *s, JSAtom atom) { uint32_t v; if (__JS_AtomIsTaggedInt(atom)) { v = (__JS_AtomToUInt32(atom) << 1) | 1; } else { if (bc_atom_to_idx(s, &v, atom)) return -1; v <<= 1; } bc_put_leb128(s, v); return 0; }
O1
c
bc_put_atom: pushq %rbx subq $0x10, %rsp movl %esi, %edx movq %rdi, %rbx testl %esi, %esi js 0x44c1f leaq 0xc(%rsp), %rsi movq %rbx, %rdi callq 0x44c87 testl %eax, %eax je 0x44c28 addq $0x10, %rsp popq %rbx retq leal 0x1(,%rdx,2), %esi jmp 0x44c2e movl 0xc(%rsp), %esi addl %esi, %esi movl %esi, 0xc(%rsp) addq $0x8, %rb...
bc_put_atom: push rbx sub rsp, 10h mov edx, esi mov rbx, rdi test esi, esi js short loc_44C1F lea rsi, [rsp+18h+var_C] mov rdi, rbx call bc_atom_to_idx test eax, eax jz short loc_44C28 add rsp, 10h pop rbx retn loc_44C1F: lea esi, ds:1[rdx*2] jmp short loc_44C2E...
long long bc_put_atom(long long a1, int a2) { long long result; // rax long long v3; // rsi _DWORD v4[3]; // [rsp+Ch] [rbp-Ch] BYREF if ( a2 < 0 ) { v3 = (unsigned int)(2 * a2 + 1); return dbuf_put_leb128(a1 + 8, v3); } result = bc_atom_to_idx(a1, v4, (unsigned int)a2); if ( !(_DWORD)result ) ...
bc_put_atom: PUSH RBX SUB RSP,0x10 MOV EDX,ESI MOV RBX,RDI TEST ESI,ESI JS 0x00144c1f LEA RSI,[RSP + 0xc] MOV RDI,RBX CALL 0x00144c87 TEST EAX,EAX JZ 0x00144c28 ADD RSP,0x10 POP RBX RET LAB_00144c1f: LEA ESI,[0x1 + RDX*0x2] JMP 0x00144c2e LAB_00144c28: MOV ESI,dword ptr [RSP + 0xc] ADD ESI,ESI LAB_00144c2e: MOV dword p...
void bc_put_atom(long param_1,int param_2) { int iVar1; int local_c; if (param_2 < 0) { local_c = param_2 * 2 + 1; } else { iVar1 = bc_atom_to_idx(param_1,&local_c); if (iVar1 != 0) { return; } local_c = local_c * 2; } dbuf_put_leb128(param_1 + 8); return; }
27,013
my_hash_sort_ucs2_bin
eloqsql/strings/ctype-ucs2.c
static void my_hash_sort_ucs2_bin(CHARSET_INFO *cs, const uchar *key, size_t len, ulong *nr1, ulong *nr2) { size_t lengthsp= my_lengthsp_mb2(cs, (const char *) key, len); my_hash_sort_ucs2_nopad_bin(cs, key, lengthsp, nr1, nr2); }
O3
c
my_hash_sort_ucs2_bin: movq %rdx, %rax cmpq $0x2, %rdx jl 0xc9311 cmpb $0x20, -0x1(%rsi,%rax) jne 0xc9309 leaq -0x2(%rax), %rdx cmpb $0x0, -0x2(%rsi,%rax) je 0xc92ee movq (%rcx), %rdx movq (%r8), %rdi jmp 0xc931d movq (%rcx), %rdx movq (%r8), %rdi cmpq $0x1, %rax jne 0xc9350 pushq %rbp movq %rsp, %rbp addq %rsi, %rax m...
my_hash_sort_ucs2_bin: mov rax, rdx cmp rdx, 2 jl short loc_C9311 cmp byte ptr [rsi+rax-1], 20h ; ' ' jnz short loc_C9309 lea rdx, [rax-2] cmp byte ptr [rsi+rax-2], 0 jz short my_hash_sort_ucs2_bin loc_C9309: mov rdx, [rcx] mov rdi, [r8] jmp short loc_C931D loc_C9311: mov ...
unsigned long long my_hash_sort_ucs2_bin( long long a1, unsigned long long a2, long long a3, long long *a4, long long *a5) { unsigned long long result; // rax long long v6; // rdx long long v7; // rdi while ( 1 ) { result = a3; if ( a3 < 2 ) break; i...
my_hash_sort_ucs2_bin: MOV RAX,RDX CMP RDX,0x2 JL 0x001c9311 CMP byte ptr [RSI + RAX*0x1 + -0x1],0x20 JNZ 0x001c9309 LEA RDX,[RAX + -0x2] CMP byte ptr [RSI + RAX*0x1 + -0x2],0x0 JZ 0x001c92ee LAB_001c9309: MOV RDX,qword ptr [RCX] MOV RDI,qword ptr [R8] JMP 0x001c931d LAB_001c9311: MOV RDX,qword ptr [RCX] MOV RDI,qword ...
void my_hash_sort_ucs2_bin (int8 param_1,byte *param_2,long param_3,ulong *param_4,long *param_5) { byte *pbVar1; long lVar2; ulong uVar3; long lVar4; do { lVar2 = param_3; if (lVar2 < 2) { uVar3 = *param_4; lVar4 = *param_5; if (lVar2 != 1) goto LAB_001c9350; ...
27,014
my_dirend
eloqsql/mysys/my_lib.c
void my_dirend(MY_DIR *dir) { MY_DIR_HANDLE *dirh= (MY_DIR_HANDLE*) dir; DBUG_ENTER("my_dirend"); if (dirh) { delete_dynamic(&dirh->array); free_root(&dirh->root, MYF(0)); my_free(dirh); } DBUG_VOID_RETURN; }
O0
c
my_dirend: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) cmpq $0x0, -0x10(%rbp) je 0xc1a232 movq -0x10(%rbp), %rdi addq $0x10, %rdi callq 0xbf7fd0 movq -0x10(%rbp), %rdi addq $0x38, %rdi xorl %eax, %eax movl %eax, %esi callq 0xc0ff60 movq -0x10(%rbp), %rd...
my_dirend: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax cmp [rbp+var_10], 0 jz short loc_C1A232 mov rdi, [rbp+var_10] add rdi, 10h call delete_dynamic mov rdi, [rbp+var_10] add rdi, 38h ; '8' xor eax, eax mov ...
long long my_dirend(long long a1) { long long result; // rax result = a1; if ( a1 ) { delete_dynamic(a1 + 16); free_root(a1 + 56, 0); return my_free(a1); } return result; }
inline_mysql_file_open: PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV dword ptr [RBP + -0x8],EDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV qword ptr [RBP + -0x20],RCX MOV dword ptr [RBP + -0x24],R8D MOV qword ptr [RBP + -0x30],R9 LEA RAX,[0x14feec0] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x1...
int4 inline_mysql_file_open (int4 param_1,int8 param_2,int4 param_3,int8 param_4, int4 param_5,int8 param_6) { int1 local_90 [72]; long local_48; int4 local_3c; int8 local_38; int4 local_2c; int8 local_28; int4 local_1c; int8 local_18; int4 local_10; int4 local_c; local_38...
27,015
llava_image_embed_make_with_bytes
monkey531[P]llama/examples/llava/llava.cpp
struct llava_image_embed * llava_image_embed_make_with_bytes(struct clip_ctx * ctx_clip, int n_threads, const unsigned char * image_bytes, int image_bytes_length) { clip_image_u8 * img = clip_image_u8_init(); if (!clip_image_load_from_bytes(image_bytes, image_bytes_length, img)) { clip_image_u8_free(img...
O1
cpp
llava_image_embed_make_with_bytes: pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movl %ecx, %r15d movq %rdx, %r12 movl %esi, %ebp movq %rdi, %r14 callq 0x312c0 movq %rax, %rbx movslq %r15d, %rsi movq %r12, %rdi movq %rax, %rdx callq 0x314cb testb %al, %al je 0x277bc leaq 0x8(%rsp), %rcx movq $...
llava_image_embed_make_with_bytes: push rbp; int push r15; __int64 push r14; int push r12; void * push rbx; int sub rsp, 10h mov r15d, ecx mov r12, rdx mov ebp, esi mov r14, rdi call clip_image_u8_init mov rbx, rax movsxd rsi, r15d mov rdi, r12 mov rdx, rax call cli...
long long llava_image_embed_make_with_bytes(long long a1, int a2, long long a3, int a4) { int *v6; // rbx char v7; // bp long long result; // rax int v9; // [rsp+4h] [rbp-34h] BYREF _QWORD v10[6]; // [rsp+8h] [rbp-30h] BYREF v6 = (int *)clip_image_u8_init(); if ( (unsigned __int8)clip_image_load_from_by...
llava_image_embed_make_with_bytes: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R15D,ECX MOV R12,RDX MOV EBP,ESI MOV R14,RDI CALL 0x001312c0 MOV RBX,RAX MOVSXD RSI,R15D MOV RDI,R12 MOV RDX,RAX CALL 0x001314cb TEST AL,AL JZ 0x001277bc LEA RCX,[RSP + 0x8] MOV qword ptr [RCX],0x0 LEA R8,[RSP + 0x4] MOV dw...
int8 * llava_image_embed_make_with_bytes (int8 param_1,int4 param_2,int8 param_3,int param_4) { char cVar1; int8 uVar2; int8 *puVar3; uVar2 = clip_image_u8_init(); cVar1 = clip_image_load_from_bytes(param_3,(long)param_4,uVar2); if (cVar1 == '\0') { llava_image_embed_make_with_bytes_cold_...
27,016
llava_image_embed_make_with_bytes
monkey531[P]llama/examples/llava/llava.cpp
struct llava_image_embed * llava_image_embed_make_with_bytes(struct clip_ctx * ctx_clip, int n_threads, const unsigned char * image_bytes, int image_bytes_length) { clip_image_u8 * img = clip_image_u8_init(); if (!clip_image_load_from_bytes(image_bytes, image_bytes_length, img)) { clip_image_u8_free(img...
O2
cpp
llava_image_embed_make_with_bytes: pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movl %ecx, %r15d movq %rdx, %r12 movl %esi, %ebp movq %rdi, %r14 callq 0x357d9 movq %rax, %rbx movslq %r15d, %rsi movq %r12, %rdi movq %rax, %rdx callq 0x359c4 testb %al, %al je 0x2ce9b leaq 0x8(%rsp), %rcx andq $...
llava_image_embed_make_with_bytes: push rbp push r15 push r14 push r12 push rbx sub rsp, 10h mov r15d, ecx mov r12, rdx mov ebp, esi mov r14, rdi call clip_image_u8_init mov rbx, rax movsxd rsi, r15d mov rdi, r12 mov rdx, rax call clip_image_load_from_bytes test ...
long long llava_image_embed_make_with_bytes(long long a1, unsigned int a2, long long a3, int a4) { void *v6; // rbx char v7; // bp long long v8; // rbx long long v10; // rdi const char *v11; // rsi int v12; // [rsp+4h] [rbp-34h] BYREF long long v13[6]; // [rsp+8h] [rbp-30h] BYREF v6 = (void *)clip_ima...
llava_image_embed_make_with_bytes: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R15D,ECX MOV R12,RDX MOV EBP,ESI MOV R14,RDI CALL 0x001357d9 MOV RBX,RAX MOVSXD RSI,R15D MOV RDI,R12 MOV RDX,RAX CALL 0x001359c4 TEST AL,AL JZ 0x0012ce9b LEA RCX,[RSP + 0x8] AND qword ptr [RCX],0x0 LEA R8,[RSP + 0x4] AND dw...
int8 * llava_image_embed_make_with_bytes (int8 param_1,int4 param_2,int8 param_3,int param_4) { char cVar1; int8 uVar2; int8 *puVar3; char *__format; FILE *__stream; uVar2 = clip_image_u8_init(); cVar1 = clip_image_load_from_bytes(param_3,(long)param_4,uVar2); if (cVar1 == '\0') { cli...
27,017
my_wc_mb_8bit
eloqsql/strings/ctype-simple.c
int my_wc_mb_8bit(CHARSET_INFO *cs,my_wc_t wc, uchar *str, uchar *end) { MY_UNI_IDX *idx; if (str >= end) return MY_CS_TOOSMALL; for (idx=cs->tab_from_uni; idx->tab ; idx++) { if (idx->from <= wc && idx->to >= wc) { str[0]= idx->tab[wc - idx->from]; return (!str[0] && wc) ? M...
O3
c
my_wc_mb_8bit: movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x7033d pushq %rbp movq %rsp, %rbp movq 0x70(%rdi), %rcx movq 0x8(%rcx), %rdi xorl %eax, %eax testq %rdi, %rdi je 0x7033c addq $0x2, %rcx movzwl -0x2(%rcx), %r9d movq %rsi, %r8 subq %r9, %r8 jb 0x70317 movzwl (%rcx), %r9d cmpq %rsi, %r9 ...
my_wc_mb_8bit: mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short locret_7033D push rbp mov rbp, rsp mov rcx, [rdi+70h] mov rdi, [rcx+8] xor eax, eax test rdi, rdi jz short loc_7033C add rcx, 2 loc_70301: movzx r9d, word ptr [rcx-2] mov r8, rsi sub r8, r9 jb short loc_7...
long long my_wc_mb_8bit(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax long long v5; // rcx long long v6; // rdi unsigned __int16 *i; // rcx unsigned long long v8; // r9 char v9; // al result = 4294967195LL; if ( (unsigned long long)a3 < a4 ) { ...
my_wc_mb_8bit: MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0017033d PUSH RBP MOV RBP,RSP MOV RCX,qword ptr [RDI + 0x70] MOV RDI,qword ptr [RCX + 0x8] XOR EAX,EAX TEST RDI,RDI JZ 0x0017033c ADD RCX,0x2 LAB_00170301: MOVZX R9D,word ptr [RCX + -0x2] MOV R8,RSI SUB R8,R9 JC 0x00170317 MOVZX R9D,word ptr [RCX] CMP R9,RSI JNC 0x001...
ulong my_wc_mb_8bit(long param_1,ulong param_2,char *param_3,char *param_4) { char cVar1; ulong uVar2; ushort *puVar3; long lVar4; uVar2 = 0xffffff9b; if (param_3 < param_4) { lVar4 = *(long *)(*(long *)(param_1 + 0x70) + 8); uVar2 = 0; if (lVar4 != 0) { puVar3 = (ushort *)(*(long *)(...
27,018
evmone::(anonymous namespace)::InstructionTracer::on_instruction_start(unsigned int, intx::uint<256u> const*, int, long, evmone::ExecutionState const&)
corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/lib/evmone/tracing.cpp
void on_instruction_start(uint32_t pc, const intx::uint256* stack_top, int stack_height, int64_t gas, const ExecutionState& state) noexcept override { const auto& ctx = m_contexts.top(); const auto opcode = ctx.code[pc]; m_out << "{"; m_out << R"("pc":)" << std::dec << pc; ...
O3
cpp
evmone::(anonymous namespace)::InstructionTracer::on_instruction_start(unsigned int, intx::uint<256u> const*, int, long, evmone::ExecutionState const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movq %r9, 0x28(%rsp) movq %r8, %r13 movl %ecx, %r15d movq %rdx, 0x58(%rsp) movq %rdi...
_ZN6evmone12_GLOBAL__N_117InstructionTracer20on_instruction_startEjPKN4intx4uintILj256EEEilRKNS_14ExecutionStateE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov [rsp+98h+var_70], r9 mov r13, r8 mov r15d, ecx mov [rsp+98h+var_40], rdx mov rbx, rdi mov ...
long long evmone::`anonymous namespace'::InstructionTracer::on_instruction_start( _QWORD *a1, unsigned int a2, long long a3, int a4, long long a5, long long a6) { long long v8; // rcx unsigned int v9; // r12d _QWORD *v10; // r14 _QWORD *v11; // r14 _QWORD *v12;...
on_instruction_start: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV qword ptr [RSP + 0x28],R9 MOV R13,R8 MOV R15D,ECX MOV qword ptr [RSP + 0x58],RDX MOV RBX,RDI MOV RCX,qword ptr [RDI + 0x40] CMP RCX,qword ptr [RDI + 0x48] JNZ 0x0014c3ee MOV RAX,qword ptr [RBX + 0x58] MOV ECX,0x1f8 ADD RCX,qwor...
/* evmone::(anonymous namespace)::InstructionTracer::on_instruction_start(unsigned int, intx::uint<256u> const*, int, long, evmone::ExecutionState const&) */ void __thiscall evmone::(anonymous_namespace)::InstructionTracer::on_instruction_start (InstructionTracer *this,uint param_1,uint *param_2,int para...
27,019
dirname_length
eloqsql/mysys/mf_dirname.c
size_t dirname_length(const char *name) { register char *pos, *gpos; #ifdef BASKSLASH_MBTAIL CHARSET_INFO *fs= fs_character_set(); #endif #ifdef FN_DEVCHAR if ((pos=(char*)strrchr(name,FN_DEVCHAR)) == 0) #endif pos=(char*) name-1; gpos= pos++; for ( ; *pos ; pos++) /* Find last FN_LIBCHAR */ { #ifde...
O3
c
dirname_length: pushq %rbp movq %rsp, %rbp leaq -0x1(%rdi), %rax movq %rdi, %rcx movzbl (%rcx), %edx cmpl $0x2f, %edx je 0x2a2a9 testl %edx, %edx jne 0x2a2ac jmp 0x2a2b1 movq %rcx, %rax incq %rcx jmp 0x2a29b subq %rdi, %rax incq %rax popq %rbp retq
dirname_length: push rbp mov rbp, rsp lea rax, [rdi-1] mov rcx, rdi loc_2A29B: movzx edx, byte ptr [rcx] cmp edx, 2Fh ; '/' jz short loc_2A2A9 test edx, edx jnz short loc_2A2AC jmp short loc_2A2B1 loc_2A2A9: mov rax, rcx loc_2A2AC: inc rcx jmp short loc_2A29B loc_2A2B1: ...
long long dirname_length(_BYTE *a1) { _BYTE *v1; // rax _BYTE *i; // rcx v1 = a1 - 1; for ( i = a1; *i == 47; ++i ) { v1 = i; LABEL_6: ; } if ( *i ) goto LABEL_6; return v1 - a1 + 1; }
dirname_length: PUSH RBP MOV RBP,RSP LEA RAX,[RDI + -0x1] MOV RCX,RDI LAB_0012a29b: MOVZX EDX,byte ptr [RCX] CMP EDX,0x2f JZ 0x0012a2a9 TEST EDX,EDX JNZ 0x0012a2ac JMP 0x0012a2b1 LAB_0012a2a9: MOV RAX,RCX LAB_0012a2ac: INC RCX JMP 0x0012a29b LAB_0012a2b1: SUB RAX,RDI INC RAX POP RBP RET
char * dirname_length(char *param_1) { char *pcVar1; char *pcVar2; char *pcVar3; pcVar1 = param_1 + -1; for (pcVar3 = param_1; (pcVar2 = pcVar3, *pcVar3 == '/' || (pcVar2 = pcVar1, *pcVar3 != '\0')); pcVar3 = pcVar3 + 1) { pcVar1 = pcVar2; } return pcVar1 + (1 - (long)param_1); }
27,020
nlohmann::json_abi_v3_11_3::basic_json<std::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 char>>, void>::basic_json<std::_...
llama.cpp/common/./json.hpp
basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-forwarding-reference-overload,bugprone-exception-escape) JSONSerializer<U>::to_json(std::declval<basic_json_t&>(), std::forward<CompatibleType>(val)))) { JSONSerializer<U>::to_j...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<std::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 char>>, void>::basic_json<std::_...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2IRS9_S9_TnNSt9enable_ifIXaantsr6detail13is_basic_jsonIT0_EE5valuesr6detail18is_compatible_typeISD_SH_EE5valueEiE4typeELi0EEEOT_: push r15 push r14 push rbx mov...
_QWORD * ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2IRS9_S9_TnNSt9enable_ifIXaantsr6detail13is_basic_jsonIT0_EE5valuesr6detail18is_compatible_typeISD_SH_EE5valueEiE4typeELi0EEEOT_( long long a1, l...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2IRS9_S9_TnNSt9enable_ifIXaantsr6detail13is_basic_jsonIT0_EE5valuesr6detail18is_compatible_typeISD_SH_EE5valueEiE4typeELi0EEEOT_: PUSH R15 PUSH R14 PUSH RBX MOV R15,RSI ...
void _ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2IRS9_S9_TnNSt9enable_ifIXaantsr6detail13is_basic_jsonIT0_EE5valuesr6detail18is_compatible_typeISD_SH_EE5valueEiE4typeELi0EEEOT_ (int8 *param_1,stri...
27,021
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
monkey531[P]llama/common/json.hpp
void dump_float(number_float_t x) { // NaN / inf if (!std::isfinite(x)) { o->write_characters("null", 4); return; } // If number_float_t is an IEEE-754 single or double precision number, // use the Grisu2 algorithm to produce short numbers whi...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10dump_floatEd: movq rax, xmm0 btr rax, 3Fh ; '?' mov rcx, 7FF0000000000000h cmp rax, rcx jl _ZN8nlohmann16json_...
long long nlohmann::json_abi_v3_11_3::detail::serializer<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>>::dump_float( _QWORD *a1, ...
dump_float: MOVQ RAX,XMM0 BTR RAX,0x3f MOV RCX,0x7ff0000000000000 CMP RAX,RCX JL 0x00187188 MOV RDI,qword ptr [RDI] MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0x8] LEA RSI,[0x1b34f7] PUSH 0x4 POP RDX JMP RAX
/* nlohmann::json_abi_v3_11_3::detail::serializer<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 ...
27,022
mi_copy_status
eloqsql/storage/myisam/mi_locking.c
void mi_copy_status(void* to,void *from) { MI_INFO *info= (MI_INFO*) to; DBUG_ENTER("mi_copy_status"); info->state= &((MI_INFO*) from)->save_state; DBUG_PRINT("info",("key_file: %ld data_file: %ld", (long) info->state->key_file_length, (long) info->state->data_file_length)); DBUG_VOID_RETURN; }
O0
c
mi_copy_status: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rcx addq $0x10, %rcx movq -0x18(%rbp), %rax movq %rcx, 0x8(%rax) jmp 0xb0926 jmp 0xb0928 jmp 0xb092a popq %rbp retq nopl (%rax)
mi_copy_status: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] mov [rbp+var_18], rax mov rcx, [rbp+var_10] add rcx, 10h mov rax, [rbp+var_18] mov [rax+8], rcx jmp short $+2 loc_B0926: jmp short $+2 loc_B0928: jmp short $+2 loc_B09...
long long mi_copy_status(long long a1, long long a2) { long long result; // rax result = a1; *(_QWORD *)(a1 + 8) = a2 + 16; return result; }
mi_copy_status: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RAX MOV RCX,qword ptr [RBP + -0x10] ADD RCX,0x10 MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RAX + 0x8],RCX JMP 0x001b0926 LAB_001b0926: JMP 0x001b0928 LAB_00...
void mi_copy_status(long param_1,long param_2) { *(long *)(param_1 + 8) = param_2 + 0x10; return; }
27,023
Trie::Node::autocompleteNode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) const
BirdUp9000[P]ct9/src/../include/ct9/Trie.h
[[nodiscard]] inline std::queue<std::string> Trie::Node::autocompleteNode(const std::string& prefix, const size_t count) const { std::queue<std::string> results; std::string current = prefix; std::function<bool(const Node*)> dfs = [&](cons...
O2
c
Trie::Node::autocompleteNode(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x68, %rsp movq %rdx, %r12 movq %rsi, %r14 movq %rdi, %rbx movq %rcx, (%rsp) callq 0x2a74 leaq 0x28(%rsp), %r15 movq %r15, %rdi movq...
_ZNK4Trie4Node16autocompleteNodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm: push r15 push r14 push r12 push rbx sub rsp, 68h mov r12, rdx mov r14, rsi mov rbx, rdi mov [rsp+88h+var_88], rcx call _ZNSt5queueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt5dequeIS5_...
_OWORD * Trie::Node::autocompleteNode(_OWORD *a1, long long a2, long long a3, long long a4) { long long v6; // [rsp+0h] [rbp-88h] BYREF _BYTE v7[32]; // [rsp+8h] [rbp-80h] BYREF _BYTE v8[32]; // [rsp+28h] [rbp-60h] BYREF _OWORD *v9; // [rsp+48h] [rbp-40h] long long *v10; // [rsp+50h] [rbp-38h] _BYTE *v11; /...
autocompleteNode: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x68 MOV R12,RDX MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP],RCX CALL 0x00102a74 LAB_00102f8b: LEA R15,[RSP + 0x28] MOV RDI,R15 MOV RSI,R12 CALL 0x0010301e LEA RSI,[RSP + 0x48] MOV qword ptr [RSI],RBX MOV RAX,RSP MOV qword ptr [RSI + 0x8],RAX MOV qword ptr [...
/* Trie::Node::autocompleteNode(std::__cxx11::string const&, unsigned long) const */ string * Trie::Node::autocompleteNode(string *param_1,ulong param_2) { string *in_RDX; int1 local_88 [8]; _lambda_Trie__Node_const___1_ local_80 [32]; string local_60 [32]; string *local_40; int1 *local_38; string *loc...
27,024
wsrep_init_thd_for_schema(THD*)
eloqsql/sql/wsrep_schema.cc
static void wsrep_init_thd_for_schema(THD *thd) { thd->security_ctx->skip_grants(); thd->system_thread= SYSTEM_THREAD_GENERIC; thd->real_id=pthread_self(); // Keep purify happy thd->prior_thr_create_utime= thd->start_utime= thd->thr_create_utime; /* No Galera replication */ thd->variables.wsrep_on= 0; ...
O0
cpp
wsrep_init_thd_for_schema(THD*): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x2570(%rax), %rdi callq 0x54ff40 movq -0x8(%rbp), %rax movl $0x80, 0x3e6c(%rax) callq 0x434160 movq %rax, %rcx movq -0x8(%rbp), %rax movq %rcx, 0x3e40(%rax) movq -0x8(%rbp), %rax movq 0x2748(%r...
_ZL25wsrep_init_thd_for_schemaP3THD: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rdi, [rax+2570h]; this call _ZN16Security_context11skip_grantsEv; Security_context::skip_grants(void) mov rax, [rbp+var_8] mov dword ptr [rax+3E6Ch], 80h call _pthre...
long long wsrep_init_thd_for_schema(THD *a1) { Security_context *v1; // rdi long long v2; // rcx v1 = (Security_context *)*((_QWORD *)a1 + 1198); Security_context::skip_grants(v1); *((_DWORD *)a1 + 3995) = 128; *((_QWORD *)a1 + 1992) = pthread_self(v1); v2 = *((_QWORD *)a1 + 1257); *((_QWORD *)a1 + 12...
inc_statement_select_scan_noop: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI POP RBP RET
void inc_statement_select_scan_noop(void) { return; }
27,025
list_reverse
eloqsql/libmariadb/libmariadb/ma_list.c
LIST *list_reverse(LIST *root) { LIST *last; last=root; while (root) { last=root; root=root->next; last->next=last->prev; last->prev=root; } return last; }
O3
c
list_reverse: testq %rdi, %rdi je 0x1d990 pushq %rbp movq %rsp, %rbp movq %rdi, %rax movq (%rdi), %rcx movq 0x8(%rdi), %rdi movq %rcx, 0x8(%rax) movq %rdi, (%rax) testq %rdi, %rdi jne 0x1d978 popq %rbp retq xorl %eax, %eax retq
list_reverse: test rdi, rdi jz short loc_1D990 push rbp mov rbp, rsp loc_1D978: mov rax, rdi mov rcx, [rdi] mov rdi, [rdi+8] mov [rax+8], rcx mov [rax], rdi test rdi, rdi jnz short loc_1D978 pop rbp retn loc_1D990: xor eax, eax retn
_QWORD * list_reverse(_QWORD *a1) { _QWORD *result; // rax long long v2; // rcx if ( !a1 ) return 0LL; do { result = a1; v2 = *a1; a1 = (_QWORD *)a1[1]; result[1] = v2; *result = a1; } while ( a1 ); return result; }
list_reverse: TEST RDI,RDI JZ 0x0011d990 PUSH RBP MOV RBP,RSP LAB_0011d978: MOV RAX,RDI MOV RCX,qword ptr [RDI] MOV RDI,qword ptr [RDI + 0x8] MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RAX],RDI TEST RDI,RDI JNZ 0x0011d978 POP RBP RET LAB_0011d990: XOR EAX,EAX RET
int8 * list_reverse(int8 *param_1) { int8 *puVar1; int8 *puVar2; if (param_1 == (int8 *)0x0) { return (int8 *)0x0; } do { puVar2 = param_1; puVar1 = (int8 *)param_1[1]; param_1[1] = *param_1; *param_1 = puVar1; param_1 = puVar1; } while (puVar1 != (int8 *)0x0); return puVar2; ...
27,026
testing::internal::UnitTestImpl::RecordProperty(testing::TestProperty const&)
seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest.cc
void UnitTestImpl::RecordProperty(const TestProperty& test_property) { std::string xml_element; TestResult* test_result; // TestResult appropriate for property recording. if (current_test_info_ != nullptr) { xml_element = "testcase"; test_result = &(current_test_info_->result_); } else if (current_tes...
O1
cpp
testing::internal::UnitTestImpl::RecordProperty(testing::TestProperty const&): pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp movq %rsi, %rbx movq %rdi, %r14 leaq 0x10(%rsp), %r15 movq %r15, -0x10(%r15) movq $0x0, -0x8(%r15) movb $0x0, (%r15) cmpq $0x0, 0x170(%rdi) je 0x30f83 leaq 0x12889(%rip), %rcx # 0x437ec m...
_ZN7testing8internal12UnitTestImpl14RecordPropertyERKNS_12TestPropertyE: push r15 push r14 push rbx sub rsp, 20h mov rbx, rsi mov r14, rdi lea r15, [rsp+38h+var_28] mov [r15-10h], r15 mov qword ptr [r15-8], 0 mov byte ptr [r15], 0 cmp qword ptr [rdi+170h], 0 jz short loc_30...
void testing::internal::UnitTestImpl::RecordProperty( testing::internal::UnitTestImpl *this, const testing::TestProperty *a2) { testing::internal::MutexBase *v2; // rdi void *v3[2]; // [rsp+0h] [rbp-38h] BYREF _QWORD v4[5]; // [rsp+10h] [rbp-28h] BYREF v3[0] = v4; v3[1] = 0LL; LOBYTE(v4[0]...
RecordProperty: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 MOV RBX,RSI MOV R14,RDI LEA R15,[RSP + 0x10] MOV qword ptr [R15 + -0x10],R15 MOV qword ptr [R15 + -0x8],0x0 MOV byte ptr [R15],0x0 CMP qword ptr [RDI + 0x170],0x0 JZ 0x00130f83 LAB_00130f5c: LEA RCX,[0x1437ec] MOV RDI,RSP MOV R8D,0x8 XOR ESI,ESI XOR EDX,EDX CALL 0...
/* testing::internal::UnitTestImpl::RecordProperty(testing::TestProperty const&) */ void __thiscall testing::internal::UnitTestImpl::RecordProperty(UnitTestImpl *this,TestProperty *param_1) { TestResult *this_00; int1 *local_38; int8 local_30; int1 local_28; int7 uStack_27; local_30 = 0; local_28 = ...
27,027
my_mb_wc_euc_jp
eloqsql/strings/ctype-ujis.c
static int my_mb_wc_euc_jp(CHARSET_INFO *cs __attribute__((unused)), my_wc_t *pwc, const uchar *s, const uchar *e) { int hi; if (s >= e) return MY_CS_TOOSMALL; if ((hi= s[0]) < 0x80) /* ASCII code set: [00..7F] -> [U+0000..U+007F] */ { *pwc= hi; return 1; } if (hi >= 0xA1 && h...
O3
c
my_mb_wc_euc_jp: pushq %rbp movq %rsp, %rbp movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0xc9923 movzbl (%rdx), %edi testb %dil, %dil js 0xc9925 movq %rdi, (%rsi) movl $0x1, %eax popq %rbp retq leal 0x5f(%rdi), %eax cmpb $0x5d, %al ja 0xc9971 leaq 0x2(%rdx), %r8 movl $0xffffff9a, %eax # imm...
my_mb_wc_euc_jp: push rbp mov rbp, rsp mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short loc_C9923 movzx edi, byte ptr [rdx] test dil, dil js short loc_C9925 mov [rsi], rdi mov eax, 1 loc_C9923: pop rbp retn loc_C9925: lea eax, [rdi+5Fh] cmp al, 5Dh ; ']' ja short loc_C997...
long long my_mb_wc_euc_jp(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4) { long long result; // rax long long v5; // rdi long long v6; // rcx long long v7; // rcx long long v8; // rcx unsigned __int8 v9; // cl result = 4294967195LL; if ( (unsigned long long)a3 >= a4 ) return...
my_mb_wc_euc_jp: PUSH RBP MOV RBP,RSP MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x001c9923 MOVZX EDI,byte ptr [RDX] TEST DIL,DIL JS 0x001c9925 MOV qword ptr [RSI],RDI MOV EAX,0x1 LAB_001c9923: POP RBP RET LAB_001c9925: LEA EAX,[RDI + 0x5f] CMP AL,0x5d JA 0x001c9971 LEA R8,[RDX + 0x2] MOV EAX,0xffffff9a CMP R8,RCX JA 0x001c992...
int my_mb_wc_euc_jp(int8 param_1,ulong *param_2,byte *param_3,byte *param_4) { byte bVar1; ushort uVar2; int iVar3; iVar3 = -0x65; if (param_3 < param_4) { bVar1 = *param_3; if ((char)bVar1 < '\0') { if ((byte)(bVar1 + 0x5f) < 0x5e) { iVar3 = -0x66; if (param_3 + 2 <= param_...
27,028
chooseGLXFBConfig
untodesu[P]riteg/build_O1/_deps/glfw-src/src/glx_context.c
static GLFWbool chooseGLXFBConfig(const _GLFWfbconfig* desired, GLXFBConfig* result) { GLXFBConfig* nativeConfigs; _GLFWfbconfig* usableConfigs; const _GLFWfbconfig* closest; int i, nativeCount, usableCount; const char* vendor; GLFWbool trustWindowBit = GLFW_TRU...
O1
c
chooseGLXFBConfig: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rsi, %r14 movq %rdi, 0x20(%rsp) leaq 0x7dc29(%rip), %r12 # 0xa4638 movq 0x1fec0(%r12), %rdi movl $0x1, %esi callq *0x20798(%r12) testq %rax, %rax je 0x26a41 leaq 0x5c9d4(%rip), %rsi # 0x83404 movq %rax, %...
chooseGLXFBConfig: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r14, rsi mov [rsp+68h+var_48], rdi lea r12, _glfw mov rdi, [r12+1FEC0h] mov esi, 1 call qword ptr [r12+20798h] test rax, rax jz short loc_26A41 lea rsi, aChromium; "Chromium...
_BOOL8 chooseGLXFBConfig(_DWORD *a1, _QWORD *a2) { long long v2; // rax long long v3; // r15 long long v4; // rbp unsigned int v5; // r14d long long v6; // rbx _DWORD *v7; // r15 long long *v8; // rax long long *v9; // r14 unsigned int v10; // r14d BOOL v11; // ebx _DWORD *v12; // rax int v14; ...
chooseGLXFBConfig: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R14,RSI MOV qword ptr [RSP + 0x20],RDI LEA R12,[0x1a4638] MOV RDI,qword ptr [R12 + 0x1fec0] MOV ESI,0x1 CALL qword ptr [R12 + 0x20798] TEST RAX,RAX JZ 0x00126a41 LEA RSI,[0x183404] MOV RDI,RAX CALL 0x0010cb50 TEST EAX,EAX SETNZ by...
bool chooseGLXFBConfig(long param_1,int8 *param_2) { uint *puVar1; int8 uVar2; int iVar3; uint uVar4; char *__s1; long lVar5; int8 *puVar6; long lVar7; bool bVar8; uint local_64; bool local_5d; int local_5c; void *local_58; int local_4c; long local_48; int8 *local_40; long local_38; ...
27,029
nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all...
monkey531[P]llama/common/json.hpp
explicit iteration_proxy_value(IteratorType it, std::size_t array_index_ = 0) noexcept(std::is_nothrow_move_constructible<IteratorType>::value && std::is_nothrow_default_constructible<string_type>::value) : anchor(std::move(it)) , array_index(array_index_) {}
O1
cpp
nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all...
_ZN8nlohmann16json_abi_v3_11_36detail21iteration_proxy_valueINS1_9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEEC2ESI_m: push rbx mov rbx, rdi movups xmm0, xmmword ptr [rsi] movups xmm1, xmmword ptr [rsi+10...
long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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<u...
iteration_proxy_value: PUSH RBX MOV RBX,RDI MOVUPS XMM0,xmmword ptr [RSI] MOVUPS XMM1,xmmword ptr [RSI + 0x10] MOVUPS xmmword ptr [RDI + 0x10],XMM1 MOVUPS xmmword ptr [RDI],XMM0 MOV qword ptr [RDI + 0x20],RDX MOV qword ptr [RDI + 0x28],0x0 ADD RDI,0x30 LEA RAX,[RBX + 0x40] MOV qword ptr [RBX + 0x30],RAX LAB_001b6c74: L...
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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_serializ...
27,030
nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all...
monkey531[P]llama/common/json.hpp
explicit iteration_proxy_value(IteratorType it, std::size_t array_index_ = 0) noexcept(std::is_nothrow_move_constructible<IteratorType>::value && std::is_nothrow_default_constructible<string_type>::value) : anchor(std::move(it)) , array_index(array_index_) {}
O2
cpp
nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all...
_ZN8nlohmann16json_abi_v3_11_36detail21iteration_proxy_valueINS1_9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEEC2ESI_m: push rbx sub rsp, 10h mov rbx, rdi movups xmm0, xmmword ptr [rsi] movups xmm1, xm...
long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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<u...
iteration_proxy_value: PUSH RBX SUB RSP,0x10 MOV RBX,RDI MOVUPS XMM0,xmmword ptr [RSI] MOVUPS XMM1,xmmword ptr [RSI + 0x10] MOVUPS xmmword ptr [RDI + 0x10],XMM1 MOVUPS xmmword ptr [RDI],XMM0 MOV qword ptr [RDI + 0x20],RDX AND qword ptr [RDI + 0x28],0x0 ADD RDI,0x30 LAB_00185535: LEA RSI,[0x1b5773] LEA RDX,[RSP + 0xf] C...
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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_serializ...
27,031
evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous namespace)::invoke<(evmone::Opcode)224>(std::array<short, 256ul> const&, intx::uint<256u> const*, evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&)
corpus-core[P]colibri-stateless/build_O2/_deps/evmone_external-src/lib/evmone/baseline_execution.cpp
inline evmc_status_code check_requirements(const CostTable& cost_table, int64_t& gas_left, const uint256* stack_top, const uint256* stack_bottom) noexcept { static_assert( !instr::has_const_gas_cost(Op) || instr::gas_costs[EVMC_FRONTIER][Op] != instr::undefined, "undefined instructions must not ...
O2
cpp
evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous namespace)::invoke<(evmone::Opcode)224>(std::array<short, 256ul> const&, intx::uint<256u> const*, evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&): movswq 0x1c0(%rdi), %rax testq %rax, %rax js 0x3704f subq %...
_ZN6evmone8baseline12_GLOBAL__N_16invokeILNS_6OpcodeE224EEENS1_8PositionERKSt5arrayIsLm256EEPKN4intx4uintILj256EEES4_RlRNS_14ExecutionStateE: movsx rax, word ptr [rdi+1C0h] test rax, rax js short loc_3704F sub [rcx], rax js short loc_37053 movzx eax, byte ptr [rsi+2] movzx ecx, byte ptr [rsi+1] s...
unsigned long long evmone::baseline::`anonymous namespace'::invoke<(evmone::Opcode)224>( long long a1, long long a2, long long a3, _QWORD *a4, long long a5) { long long v5; // rax bool v6; // sf int v8; // [rsp-8h] [rbp-8h] v5 = *(__int16 *)(a1 + 448); if ( v5 < 0 ) ...
invoke<(evmone::Opcode)224>: MOVSX RAX,word ptr [RDI + 0x1c0] TEST RAX,RAX JS 0x0013704f SUB qword ptr [RCX],RAX JS 0x00137053 MOVZX EAX,byte ptr [RSI + 0x2] MOVZX ECX,byte ptr [RSI + 0x1] SHL ECX,0x8 MOVSX RCX,CX OR RCX,RAX LEA RAX,[RSI + RCX*0x1] ADD RAX,0x3 RET LAB_0013704f: PUSH 0x5 JMP 0x00137055 LAB_00137053: PUS...
/* evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous namespace)::invoke<(evmone::Opcode)224>(std::array<short, 256ul> const&, intx::uint<256u> const*, evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&) */ long evmone::baseline::(anonymous_namespace)::...
27,032
mark_all_entries
eloqsql/storage/myisam/rt_split.c
static void mark_all_entries(SplitStruct *node, int n_entries, int n_group) { SplitStruct *cur = node; SplitStruct *end = node + n_entries; for (; cur<end; ++cur) { if (cur->n_node) { continue; } cur->n_node = n_group; } }
O0
c
mark_all_entries: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x8(%rbp), %rax movslq -0xc(%rbp), %rcx shlq $0x5, %rcx addq %rcx, %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jae 0xd70f7 movq...
mark_all_entries_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx mov rax, [rbp+var_8] mov [rbp+var_18], rax mov rax, [rbp+var_8] movsxd rcx, [rbp+var_C] shl rcx, 5 add rax, rcx mov [rbp+var_20], rax loc_D70C9: mov rax, [rbp+var_18]...
unsigned long long mark_all_entries_0(unsigned long long a1, int a2, int a3) { unsigned long long result; // rax unsigned long long i; // [rsp+8h] [rbp-18h] for ( i = a1; ; i += 32LL ) { result = i; if ( i >= 32LL * a2 + a1 ) break; if ( !*(_DWORD *)(i + 8) ) *(_DWORD *)(i + 8) = a3; ...
mark_all_entries: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x8] MOVSXD RCX,dword ptr [RBP + -0xc] SHL RCX,0x5 ADD RAX,RCX MOV qword ptr [RBP + -0x20],RAX LAB...
void mark_all_entries(ulong param_1,int param_2,int4 param_3) { int8 local_20; for (local_20 = param_1; local_20 < param_1 + (long)param_2 * 0x20; local_20 = local_20 + 0x20) { if (*(int *)(local_20 + 8) == 0) { *(int4 *)(local_20 + 8) = param_3; } } return; }
27,033
testing::TestInfo* testing::RegisterTest<testing::internal::InsertSyntheticTestCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, testing::internal::CodeLocation, bool)::$_0>(char const*, char const*, char const*, char const*, char const*, int, testing::internal::InsertSynthetic...
giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/include/gtest/gtest.h
Test* CreateTest() override { return factory_(); }
O1
c
testing::TestInfo* testing::RegisterTest<testing::internal::InsertSyntheticTestCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, testing::internal::CodeLocation, bool)::$_0>(char const*, char const*, char const*, char const*, char const*, int, testing::internal::InsertSynthetic...
_ZZN7testing12RegisterTestITpTnRiJEZNS_8internal23InsertSyntheticTestCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS2_12CodeLocationEbE3$_0EEPNS_8TestInfoEPKcSG_SG_SG_SG_iT0_EN11FactoryImplD2Ev: push rbx mov rbx, rdi lea rax, off_587C0 mov [rdi], rax mov rdi, [rdi+28h]; void * lea r...
void ZZN7testing12RegisterTestITpTnRiJEZNS_8internal23InsertSyntheticTestCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS2_12CodeLocationEbE3__0EEPNS_8TestInfoEPKcSG_SG_SG_SG_iT0_EN11FactoryImplD2Ev( _QWORD *a1) { _QWORD *v2; // rdi _QWORD *v3; // rdi _QWORD *v4; // rbx *a1 = &off_587C0; ...
_ZZN7testing12RegisterTestITpTnRiJEZNS_8internal23InsertSyntheticTestCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS2_12CodeLocationEbE3$_0EEPNS_8TestInfoEPKcSG_SG_SG_SG_iT0_EN11FactoryImplD2Ev: PUSH RBX MOV RBX,RDI LEA RAX,[0x1587c0] MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x28] LEA RAX,[RBX + 0...
void _ZZN7testing12RegisterTestITpTnRiJEZNS_8internal23InsertSyntheticTestCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS2_12CodeLocationEbE3__0EEPNS_8TestInfoEPKcSG_SG_SG_SG_iT0_EN11FactoryImplD2Ev (int8 *param_1) { *param_1 = 0x1587c0; if ((long *)param_1[5] != param_1 + 7) { op...
27,034
init_queue
eloqsql/mysys/queues.c
int init_queue(QUEUE *queue, uint max_elements, uint offset_to_key, my_bool max_at_top, int (*compare) (void *, uchar *, uchar *), void *first_cmp_arg, uint offset_to_queue_pos, uint auto_extent) { DBUG_ENTER("init_queue"); if ((queue->root= (uchar **) my_malloc(key_memory_QUEUE, ...
O3
c
init_queue: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %r9, -0x30(%rbp) movq %r8, %r13 movl %ecx, %r14d movl %edx, %r12d movl %esi, %r15d movq %rdi, %rbx leaq 0xb699ac(%rip), %rax # 0xc161c0 movl (%rax), %edi leal 0x1(%r15), %esi shlq $0x3, %rsi movl $0x10, %edx...
init_queue: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov [rbp+var_30], r9 mov r13, r8 mov r14d, ecx mov r12d, edx mov r15d, esi mov rbx, rdi lea rax, key_memory_QUEUE mov edi, [rax] lea esi, [r15+1] shl rsi, 3 mov ed...
long long init_queue(long long a1, int a2, int a3, char a4, long long a5, long long a6, int a7, int a8) { long long v11; // rax long long result; // rax v11 = my_malloc(key_memory_QUEUE, 8LL * (unsigned int)(a2 + 1), 16); *(_QWORD *)a1 = v11; if ( !v11 ) return 1LL; *(_DWORD *)(a1 + 16) = 0; *(_QWOR...
init_queue: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV qword ptr [RBP + -0x30],R9 MOV R13,R8 MOV R14D,ECX MOV R12D,EDX MOV R15D,ESI MOV RBX,RDI LEA RAX,[0xd161c0] MOV EDI,dword ptr [RAX] LEA ESI,[R15 + 0x1] SHL RSI,0x3 MOV EDX,0x10 CALL 0x001aa1d9 MOV qword ptr [RBX],RAX TEST RAX,RAX...
bool init_queue(long *param_1,int param_2,int4 param_3,char param_4,long param_5,long param_6, int4 param_7,int4 param_8) { long lVar1; lVar1 = my_malloc(key_memory_QUEUE,(ulong)(param_2 + 1) << 3,0x10); *param_1 = lVar1; if (lVar1 != 0) { *(int4 *)(param_1 + 2) = 0; param_1[5] = par...
27,035
copy_decode_table
eloqsql/storage/myisam/mi_packrec.c
static uint copy_decode_table(uint16 *to_pos, uint offset, uint16 *decode_table) { uint prev_offset= offset; DBUG_ENTER("copy_decode_table"); /* Descent on the left side. */ if (!(*decode_table & IS_CHAR)) { /* Set a pointer to the next target node. */ to_pos[offset]=2; /* Copy the left ...
O0
c
copy_decode_table: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movl -0xc(%rbp), %eax movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movzwl (%rax), %eax andl $0x8000, %eax # imm = 0x8000 cmpl $0x0, %eax jne 0xbdf5e movq -0x8(%rbp), %rax movl -0x...
copy_decode_table_0: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_18], rdx mov eax, [rbp+var_C] mov [rbp+var_1C], eax mov rax, [rbp+var_18] movzx eax, word ptr [rax] and eax, 8000h cmp eax, 0 jnz short loc_BDF5E mov rax, [...
long long copy_decode_table_0(long long a1, unsigned int a2, _WORD *a3) { _WORD *v5; // [rsp+8h] [rbp-18h] unsigned int v6; // [rsp+14h] [rbp-Ch] if ( (*a3 & 0x8000) != 0 ) { *(_WORD *)(a1 + 2LL * a2) = *a3; v6 = a2 + 2; } else { *(_WORD *)(a1 + 2LL * a2) = 2; v6 = copy_decode_table_0(a1...
copy_decode_table: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV EAX,dword ptr [RBP + -0xc] MOV dword ptr [RBP + -0x1c],EAX MOV RAX,qword ptr [RBP + -0x18] MOVZX EAX,word ptr [RAX] AND EAX,0x8000 CMP EAX,0x0 JNZ 0x001bdf5e MOV RAX,qwo...
int copy_decode_table(long param_1,uint param_2,ushort *param_3) { int local_14; if ((*param_3 & 0x8000) == 0) { *(int2 *)(param_1 + (ulong)param_2 * 2) = 2; local_14 = copy_decode_table(param_1,param_2 + 2,param_3 + (int)(uint)*param_3); } else { *(ushort *)(param_1 + (ulong)param_2 * 2) = *pa...
27,036
copy_decode_table
eloqsql/storage/myisam/mi_packrec.c
static uint copy_decode_table(uint16 *to_pos, uint offset, uint16 *decode_table) { uint prev_offset= offset; DBUG_ENTER("copy_decode_table"); /* Descent on the left side. */ if (!(*decode_table & IS_CHAR)) { /* Set a pointer to the next target node. */ to_pos[offset]=2; /* Copy the left ...
O3
c
copy_decode_table: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movl %esi, %eax movq %rdi, %rbx movzwl (%r14), %ecx movl %eax, %r15d addl $0x2, %eax testw %cx, %cx js 0x8447b movw $0x2, (%rbx,%r15,2) movzwl (%r14), %ecx leaq (%r14,%rcx,2), %rdx movq %rbx, %rdi movl %eax, %esi c...
copy_decode_table_0: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rdx mov eax, esi mov rbx, rdi loc_84451: movzx ecx, word ptr [r14] mov r15d, eax add eax, 2 test cx, cx js short loc_8447B mov word ptr [rbx+r15*2], 2 movzx ecx, word ptr [r14] ...
long long copy_decode_table_0(long long a1, int a2, unsigned __int16 *a3) { long long result; // rax long long v5; // r15 __int16 v6; // cx LODWORD(result) = a2; while ( 1 ) { v5 = (unsigned int)result; result = (unsigned int)(result + 2); if ( (*a3 & 0x8000u) != 0 ) { *(_WORD *)(a1 ...
copy_decode_table: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV EAX,ESI MOV RBX,RDI LAB_00184451: MOVZX ECX,word ptr [R14] MOV R15D,EAX ADD EAX,0x2 TEST CX,CX JS 0x0018447b MOV word ptr [RBX + R15*0x2],0x2 MOVZX ECX,word ptr [R14] LEA RDX,[R14 + RCX*0x2] MOV RDI,RBX MOV ESI,EAX CALL 0x001844...
void copy_decode_table(long param_1,uint param_2,ushort *param_3) { uint uVar1; while( true ) { uVar1 = param_2 + 2; if ((short)*param_3 < 0) { *(ushort *)(param_1 + (ulong)param_2 * 2) = *param_3; } else { *(int2 *)(param_1 + (ulong)param_2 * 2) = 2; uVar1 = copy_decode_table...
27,037
alaya::RawSpace<float, float, unsigned int, alaya::SequentialStorage<float, unsigned int>>::fit(float const*, unsigned int)
AlayaLite/include/space/raw_space.hpp
void fit(const DataType *data, IDType item_cnt) { item_cnt_ = item_cnt; for (IDType i = 0; i < item_cnt_; ++i) { // if the metric is cosine, normalize the query if (metric_ == MetricType::COS) { normalize(const_cast<DataType *>(data + i * dim_), dim_); } data_storage_.insert(data...
O0
cpp
alaya::RawSpace<float, float, unsigned int, alaya::SequentialStorage<float, unsigned int>>::fit(float const*, unsigned int): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movl %edx, 0x14(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x8(%rsp) movl 0x14(%rsp), %ecx movl %ecx, 0x18(%rax) movl $0x0, 0x10(%rsp) mov...
_ZN5alaya8RawSpaceIffjNS_17SequentialStorageIfjEEE3fitEPKfj: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov [rsp+28h+var_14], edx mov rax, [rsp+28h+var_8] mov [rsp+28h+var_20], rax mov ecx, [rsp+28h+var_14] mov [rax+18h], ecx mov [rsp+28h+var_18], 0 loc_1C58B: mo...
long long alaya::RawSpace<float,float,unsigned int,alaya::SequentialStorage<float,unsigned int>>::fit( _DWORD *a1, long long a2, int a3) { long long result; // rax unsigned int i; // [rsp+10h] [rbp-18h] a1[6] = a3; for ( i = 0; ; ++i ) { result = i; if ( i >= a1[6] ) br...
fit: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV dword ptr [RSP + 0x14],EDX MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x8],RAX MOV ECX,dword ptr [RSP + 0x14] MOV dword ptr [RAX + 0x18],ECX MOV dword ptr [RSP + 0x10],0x0 LAB_0011c58b: MOV RCX,qword ptr [RSP + 0x8] MOV EAX,dwo...
/* alaya::RawSpace<float, float, unsigned int, alaya::SequentialStorage<float, unsigned int> >::fit(float const*, unsigned int) */ void __thiscall alaya::RawSpace<float,float,unsigned_int,alaya::SequentialStorage<float,unsigned_int>>::fit (RawSpace<float,float,unsigned_int,alaya::SequentialStorage<float,...
27,038
key_cache_write
eloqsql/mysys/mf_keycache.c
int key_cache_write(KEY_CACHE *keycache, File file, void *file_extra, my_off_t filepos, int level, uchar *buff, uint length, uint block_length, int force_write) { if (keycache->can_be_used) return keycache->interface_funcs->write(keycache->keycache...
O3
c
key_cache_write: cmpb $0x0, 0x49(%rdi) je 0x986e6 movq 0x8(%rdi), %rax movq 0x10(%rdi), %rdi movq 0x28(%rdi), %r11 movq %rax, %rdi jmpq *%r11 pushq %rbp movq %rsp, %rbp movl 0x10(%rbp), %edx movl $0x24, %r8d movl %esi, %edi movq %r9, %rsi callq 0xa07ee xorl %ecx, %ecx testq %rax, %rax setne %cl movl %ecx, %eax popq %rb...
key_cache_write: cmp byte ptr [rdi+49h], 0 jz short loc_986E6 mov rax, [rdi+8] mov rdi, [rdi+10h] mov r11, [rdi+28h] mov rdi, rax jmp r11 loc_986E6: push rbp mov rbp, rsp mov edx, [rbp+10h] mov r8d, 24h ; '$' mov edi, esi mov rsi, r9 call my_pwrite xor ecx, ecx...
long long key_cache_write( long long a1, unsigned int a2, long long a3, long long a4, long long a5, long long a6, unsigned int a7) { if ( *(_BYTE *)(a1 + 73) ) return (*(long long ( **)(_QWORD))(*(_QWORD *)(a1 + 16) + 40LL))(*(_QWORD *)(a1 + 8)); else ...
key_cache_write: CMP byte ptr [RDI + 0x49],0x0 JZ 0x001986e6 MOV RAX,qword ptr [RDI + 0x8] MOV RDI,qword ptr [RDI + 0x10] MOV R11,qword ptr [RDI + 0x28] MOV RDI,RAX JMP R11 LAB_001986e6: PUSH RBP MOV RBP,RSP MOV EDX,dword ptr [RBP + 0x10] MOV R8D,0x24 MOV EDI,ESI MOV RSI,R9 CALL 0x001a07ee XOR ECX,ECX TEST RAX,RAX SETN...
ulong key_cache_write(long param_1,int4 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int4 param_7) { ulong uVar1; long lVar2; if (*(char *)(param_1 + 0x49) != '\0') { /* WARNING: Could not recover jumptable at 0x001986e3. Too many branches */ ...
27,039
bfdec_print_str
bluesky950520[P]quickjs/libbf.c
void bfdec_print_str(const char *str, const bfdec_t *a) { slimb_t i; printf("%s=", str); if (a->expn == BF_EXP_NAN) { printf("NaN"); } else { if (a->sign) putchar('-'); if (a->expn == BF_EXP_ZERO) { putchar('0'); } else if (a->expn == BF_EXP_INF) ...
O2
c
bfdec_print_str: pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %rsi leaq 0x12b16(%rip), %rdi # 0x8d2ce xorl %eax, %eax callq 0xe2c0 movq 0x10(%rbx), %rax movabsq $0x7fffffffffffffff, %rcx # imm = 0x7FFFFFFFFFFFFFFF cmpq %rcx, %rax jne 0x7a7db leaq 0x10026(%rip), %rdi # 0x8a7f...
bfdec_print_str: push rbp push r15 push r14 push rbx push rax mov rbx, rsi mov rsi, rdi lea rdi, aS_4; "%s=" xor eax, eax call _printf mov rax, [rbx+10h] mov rcx, 7FFFFFFFFFFFFFFFh cmp rax, rcx jnz short loc_7A7DB lea rdi, aDateValueIsNan+0Eh; "NaN" jmp short lo...
long long bfdec_print_str(const char *a1, long long a2) { long long v2; // rax long long i; // r15 printf("%s=", a1); v2 = *(_QWORD *)(a2 + 16); if ( v2 == 0x7FFFFFFFFFFFFFFFLL ) { printf("NaN"); } else { if ( *(_DWORD *)(a2 + 8) ) { putchar(45LL); v2 = *(_QWORD *)(a2 + 16); ...
bfdec_print_str: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV RSI,RDI LEA RDI,[0x18d2ce] XOR EAX,EAX CALL 0x0010e2c0 MOV RAX,qword ptr [RBX + 0x10] MOV RCX,0x7fffffffffffffff CMP RAX,RCX JNZ 0x0017a7db LEA RDI,[0x18a7ff] JMP 0x0017a812 LAB_0017a7db: CMP dword ptr [RBX + 0x8],0x0 JZ 0x0017a7ed PUSH 0x2d ...
/* WARNING: Removing unreachable block (ram,0x0017a801) */ void bfdec_print_str(int8 param_1,long param_2) { char *__format; long lVar1; printf("%s=",param_1); lVar1 = *(long *)(param_2 + 0x10); if (lVar1 == 0x7fffffffffffffff) { __format = "NaN"; } else { if (*(int *)(param_2 + 8) != 0) { ...
27,040
my_numchars_mb
eloqsql/strings/ctype-mb.c
size_t my_numchars_mb(CHARSET_INFO *cs __attribute__((unused)), const char *pos, const char *end) { register size_t count= 0; while (pos < end) { uint mb_len; pos+= (mb_len= my_ismbchar(cs,pos,end)) ? mb_len : 1; count++; } return count; }
O3
c
my_numchars_mb: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax cmpq %rdx, %rsi jae 0x3f6a1 movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r12 xorl %r14d, %r14d movl $0x1, %r13d movq 0xb8(%r12), %rax movq %r12, %rdi movq %r15, %rsi movq %rbx, %rdx callq *0xc0(%rax) cmpl $0x2, %...
my_numchars_mb: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax cmp rsi, rdx jnb short loc_3F6A1 mov rbx, rdx mov r15, rsi mov r12, rdi xor r14d, r14d mov r13d, 1 loc_3F672: mov rax, [r12+0B8h] mov rdi, r12 mov rsi, r15 mov ...
long long my_numchars_mb(long long a1, unsigned long long a2, unsigned long long a3) { unsigned long long v4; // r15 long long v5; // r14 long long v6; // rax bool v7; // cc if ( a2 >= a3 ) return 0LL; v4 = a2; v5 = 0LL; do { v6 = (*(long long ( **)(long long, unsigned long long, unsigned lo...
my_numchars_mb: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX CMP RSI,RDX JNC 0x0013f6a1 MOV RBX,RDX MOV R15,RSI MOV R12,RDI XOR R14D,R14D MOV R13D,0x1 LAB_0013f672: MOV RAX,qword ptr [R12 + 0xb8] MOV RDI,R12 MOV RSI,R15 MOV RDX,RBX CALL qword ptr [RAX + 0xc0] CMP EAX,0x2 CMOVC EAX,R13D CMO...
long my_numchars_mb(long param_1,ulong param_2,ulong param_3) { uint uVar1; ulong uVar2; long lVar3; if (param_2 < param_3) { lVar3 = 0; do { uVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0))(param_1,param_2,param_3); uVar2 = (ulong)uVar1; if (uVar1 < 2) { uVar2 = 1;...
27,041
nglog::tools::GetHex(char const*, char const*, unsigned long*)
ng-log[P]ng-log/src/symbolize.cc
static char* GetHex(const char* start, const char* end, uint64_t* hex) { *hex = 0; const char* p; for (p = start; p < end; ++p) { int ch = *p; if ((ch >= '0' && ch <= '9') || (ch >= 'A' && ch <= 'F') || (ch >= 'a' && ch <= 'f')) { *hex = (*hex << 4U) | (ch < 'A' ? static_cast<ui...
O0
cpp
nglog::tools::GetHex(char const*, char const*, unsigned long*): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x18(%rbp), %rax movq $0x0, (%rax) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax cmpq -0x10(%rbp), %rax jae 0x4f02e ...
_ZN5nglog5toolsL6GetHexEPKcS2_Pm: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_18] mov qword ptr [rax], 0 mov rax, [rbp+var_8] mov [rbp+var_20], rax loc_4EF97: mov rax, [rbp+var_20] cmp rax, [rbp+var_...
nglog::tools * nglog::tools::GetHex(nglog::tools *this, nglog::tools *a2, char *a3, unsigned long long *a4) { long long v5; // [rsp+8h] [rbp-38h] int v6; // [rsp+1Ch] [rbp-24h] nglog::tools *i; // [rsp+20h] [rbp-20h] *(_QWORD *)a3 = 0LL; for ( i = this; i < a2; i = (nglog::tools *)((char *)i + 1) ) { v...
GetHex: PUSH RBP MOV RBP,RSP SUB RSP,0x40 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 qword ptr [RAX],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RAX LAB_0014ef97: MOV RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr ...
/* nglog::tools::GetHex(char const*, char const*, unsigned long*) */ char * nglog::tools::GetHex(char *param_1,char *param_2,ulong *param_3) { uint uVar1; ulong local_40; char *local_28; *param_3 = 0; for (local_28 = param_1; (local_28 < param_2 && ((((uVar1 = (uint)*local_28, 0x2f < (int)uV...
27,042
nglog::tools::GetHex(char const*, char const*, unsigned long*)
ng-log[P]ng-log/src/symbolize.cc
static char* GetHex(const char* start, const char* end, uint64_t* hex) { *hex = 0; const char* p; for (p = start; p < end; ++p) { int ch = *p; if ((ch >= '0' && ch <= '9') || (ch >= 'A' && ch <= 'F') || (ch >= 'a' && ch <= 'f')) { *hex = (*hex << 4U) | (ch < 'A' ? static_cast<ui...
O2
cpp
nglog::tools::GetHex(char const*, char const*, unsigned long*): pushq %rax andq $0x0, (%rdx) xorl %eax, %eax movabsq $0x3f0000003f, %rcx # imm = 0x3F0000003F cmpq %rsi, %rdi jae 0x1e772 movb (%rdi), %r8b leal -0x30(%r8), %r9d cmpb $0xa, %r9b jb 0x1e748 movzbl %r8b, %r9d addl $-0x41, %r9d cmpl $0x25, %r9d ja 0x1e772...
_ZN5nglog5toolsL6GetHexEPKcS2_Pm: push rax and qword ptr [rdx], 0 xor eax, eax mov rcx, 3F0000003Fh loc_1E722: cmp rdi, rsi jnb short loc_1E772 mov r8b, [rdi] lea r9d, [r8-30h] cmp r9b, 0Ah jb short loc_1E748 movzx r9d, r8b add r9d, 0FFFFFFBFh cmp r9d, 25h ; '%' ja ...
nglog::tools * nglog::tools::GetHex(nglog::tools *this, nglog::tools *a2, char *a3, unsigned long long *a4) { long long v4; // rax long long v5; // rcx unsigned __int8 v6; // r8 unsigned long long v7; // r9 long long v8; // rax long long v9; // r9 *(_QWORD *)a3 = 0LL; v4 = 0LL; v5 = 0x3F0000003FLL; ...
GetHex: PUSH RAX AND qword ptr [RDX],0x0 XOR EAX,EAX MOV RCX,0x3f0000003f LAB_0011e722: CMP RDI,RSI JNC 0x0011e772 MOV R8B,byte ptr [RDI] LEA R9D,[R8 + -0x30] CMP R9B,0xa JC 0x0011e748 MOVZX R9D,R8B ADD R9D,-0x41 CMP R9D,0x25 JA 0x0011e772 BT RCX,R9 JNC 0x0011e772 LAB_0011e748: MOVSX R9D,R8B SHL RAX,0x4 LEA R10D,[R9 + ...
/* nglog::tools::GetHex(char const*, char const*, unsigned long*) */ byte * nglog::tools::GetHex(char *param_1,char *param_2,ulong *param_3) { byte bVar1; ulong uVar2; ulong uVar3; *param_3 = 0; uVar2 = 0; while ((param_1 < param_2 && ((bVar1 = *param_1, (byte)(bVar1 - 0x30) < 10 || ...
27,043
NumbersPanelImpl::updateDisplaySettings(PresetDisplaySettings&, float)
LumonMDR/src/UI/Widgets/NumbersPanel.cpp
bool updateDisplaySettings(PresetDisplaySettings &settings, float globalScale) { // Want preset display settings to scale proportionally to the window size auto viewportSize = ImGui::GetMainViewport()->Size; if (lastViewportSize.x == viewportSize.x && lastViewportSize.y == viewportSize.y && ...
O0
cpp
NumbersPanelImpl::updateDisplaySettings(PresetDisplaySettings&, float): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movss %xmm0, -0x1c(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x38(%rbp) callq 0x54460 movq %rax, %rcx movq -0x38(%rbp), %rax movq 0x10(%rcx), %rcx movq %rcx, -...
_ZN16NumbersPanelImpl21updateDisplaySettingsER21PresetDisplaySettingsf: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi movss [rbp+var_1C], xmm0 mov rax, [rbp+var_10] mov [rbp+var_38], rax call _ZN5ImGui15GetMainViewportEv; ImGui::GetMainViewport(void) mov ...
char NumbersPanelImpl::updateDisplaySettings(NumbersPanelImpl *this, PresetDisplaySettings *a2, float a3) { float v4; // [rsp+10h] [rbp-30h] long long v5; // [rsp+1Ch] [rbp-24h] v5 = *(_QWORD *)(ImGui::GetMainViewport(this) + 16); if ( *((float *)this + 152) == *(float *)&v5 && *((float *)this + 153) == *...
updateDisplaySettings: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOVSS dword ptr [RBP + -0x1c],XMM0 MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x38],RAX CALL 0x00154460 MOV RCX,RAX MOV RAX,qword ptr [RBP + -0x38] MOV RCX,qword ptr [RCX + 0x10] MOV qword...
/* NumbersPanelImpl::updateDisplaySettings(PresetDisplaySettings&, float) */ int1 __thiscall NumbersPanelImpl::updateDisplaySettings (NumbersPanelImpl *this,PresetDisplaySettings *param_1,float param_2) { int8 uVar1; long lVar2; float fVar3; float local_2c; float fStack_28; lVar2 = ImGui::Ge...
27,044
Catch::RunContext::handleUnexpectedInflightException(Catch::AssertionInfo const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, Catch::AssertionReaction&)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
void RunContext::handleUnexpectedInflightException( AssertionInfo const& info, std::string const& message, AssertionReaction& reaction ) { m_lastAssertionInfo = info; AssertionResultData data( ResultWas::ThrewException, LazyExpression( false ) ); data.mes...
O3
cpp
Catch::RunContext::handleUnexpectedInflightException(Catch::AssertionInfo const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, Catch::AssertionReaction&): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xf0, %rsp movq %rcx, %rbx movq %rdx, %r12 movq %rsi, %r15 mov...
_ZN5Catch10RunContext33handleUnexpectedInflightExceptionERKNS_13AssertionInfoERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_17AssertionReactionE: push r15 push r14 push r13 push r12 push rbx sub rsp, 0F0h mov rbx, rcx mov r12, rdx mov r15, rsi mov r14, rdi mov eax, [rs...
void Catch::RunContext::handleUnexpectedInflightException( Catch::RunContext *this, long long a2, long long a3, _BYTE *a4) { __int128 v6; // xmm0 __int128 v7; // xmm1 unsigned long long v8; // r15 bool v9; // cf char v10; // cl void *v11[2]; // [rsp+8h] [rbp-110h] BYREF lo...
handleUnexpectedInflightException: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xf0 MOV RBX,RCX MOV R12,RDX MOV R15,RSI MOV R14,RDI MOV EAX,dword ptr [RSI + 0x30] MOV dword ptr [RDI + 0x178],EAX MOVUPS XMM0,xmmword ptr [RSI] MOVUPS XMM1,xmmword ptr [RSI + 0x10] MOVUPS XMM2,xmmword ptr [RSI + 0x20] MOVUPS xmmwo...
/* Catch::RunContext::handleUnexpectedInflightException(Catch::AssertionInfo const&, std::__cxx11::string const&, Catch::AssertionReaction&) */ void __thiscall Catch::RunContext::handleUnexpectedInflightException (RunContext *this,AssertionInfo *param_1,string *param_2,AssertionReaction *param_3) { ul...
27,045
uint64_from_be
corpus-core[P]colibri-stateless/src/util/bytes.c
uint64_t uint64_from_be(uint8_t* data) { return (uint64_t) data[7] | ((uint64_t) data[6] << 8) | ((uint64_t) data[5] << 16) | ((uint64_t) data[4] << 24) | ((uint64_t) data[3] << 32) | ((uint64_t) data[2] << 40) | ((uint64_t) data[1] << 48) | ((uint64_t) d...
O0
c
uint64_from_be: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movzbl 0x7(%rax), %eax movq -0x8(%rbp), %rcx movzbl 0x6(%rcx), %ecx shlq $0x8, %rcx orq %rcx, %rax movq -0x8(%rbp), %rcx movzbl 0x5(%rcx), %ecx shlq $0x10, %rcx orq %rcx, %rax movq -0x8(%rbp), %rcx movzbl 0x4(%rcx), %ecx shlq $0x18, ...
uint64_from_be: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] movzx eax, byte ptr [rax+7] mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx+6] shl rcx, 8 or rax, rcx mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx+5] shl rcx, 10h or rax, rcx mov rcx, [rbp+v...
unsigned long long uint64_from_be(unsigned long long *a1) { return _byteswap_uint64(*a1); }
uint64_from_be: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOVZX EAX,byte ptr [RAX + 0x7] MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX + 0x6] SHL RCX,0x8 OR RAX,RCX MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX + 0x5] SHL RCX,0x10 OR RAX,RCX MOV RCX,qword ptr [...
int8 uint64_from_be(int1 *param_1) { return CONCAT17(*param_1,CONCAT16(param_1[1], CONCAT15(param_1[2], CONCAT14(param_1[3], CONCAT13(param_1[4], ...
27,046
uint64_from_be
corpus-core[P]colibri-stateless/src/util/bytes.c
uint64_t uint64_from_be(uint8_t* data) { return (uint64_t) data[7] | ((uint64_t) data[6] << 8) | ((uint64_t) data[5] << 16) | ((uint64_t) data[4] << 24) | ((uint64_t) data[3] << 32) | ((uint64_t) data[2] << 40) | ((uint64_t) data[1] << 48) | ((uint64_t) d...
O1
c
uint64_from_be: movq (%rdi), %rax bswapq %rax retq
uint64_from_be: mov rax, [rdi] bswap rax retn
unsigned long long uint64_from_be(unsigned long long *a1) { return _byteswap_uint64(*a1); }
uint64_from_be: MOV RAX,qword ptr [RDI] BSWAP RAX RET
ulong uint64_from_be(ulong *param_1) { ulong uVar1; uVar1 = *param_1; return uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 | (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 | (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 | uVar1 << 0x3...
27,047
uint64_from_be
corpus-core[P]colibri-stateless/src/util/bytes.c
uint64_t uint64_from_be(uint8_t* data) { return (uint64_t) data[7] | ((uint64_t) data[6] << 8) | ((uint64_t) data[5] << 16) | ((uint64_t) data[4] << 24) | ((uint64_t) data[3] << 32) | ((uint64_t) data[2] << 40) | ((uint64_t) data[1] << 48) | ((uint64_t) d...
O2
c
uint64_from_be: movq (%rdi), %rax bswapq %rax retq
uint64_from_be: mov rax, [rdi] bswap rax retn
unsigned long long uint64_from_be(unsigned long long *a1) { return _byteswap_uint64(*a1); }
uint64_from_be: MOV RAX,qword ptr [RDI] BSWAP RAX RET
ulong uint64_from_be(ulong *param_1) { ulong uVar1; uVar1 = *param_1; return uVar1 >> 0x38 | (uVar1 & 0xff000000000000) >> 0x28 | (uVar1 & 0xff0000000000) >> 0x18 | (uVar1 & 0xff00000000) >> 8 | (uVar1 & 0xff000000) << 8 | (uVar1 & 0xff0000) << 0x18 | (uVar1 & 0xff00) << 0x28 | uVar1 << 0x3...
27,048
my_convert_using_func
eloqsql/strings/ctype.c
uint32 my_convert_using_func(char *to, size_t to_length, CHARSET_INFO *to_cs, my_charset_conv_wc_mb wc_mb, const char *from, size_t from_length, CHARSET_INFO *from_cs, my_charset_conv_mb_wc mb_wc, uint *errors) { int cnvre...
O3
c
my_convert_using_func: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %r8, %r13 movq %rcx, -0x40(%rbp) movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %r15 addq %r8, %r9 movq %r9, -0x48(%rbp) addq %rdi, %r14 xorl %r12d, %r12d movq %rdi, -0x50(%rbp) movq 0x10(%rbp), %r...
my_convert_using_func: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r13, r8 mov [rbp+var_40], rcx mov rbx, rdx mov r14, rsi mov r15, rdi add r9, r8 mov [rbp+var_48], r9 add r14, rdi xor r12d, r12d mov [rbp+var_50], ...
long long my_convert_using_func( long long a1, long long a2, long long a3, long long ( *a4)(long long, long long, long long, long long), long long a5, long long a6, long long a7, long long ( *a8)(long long, long long *, long long, unsigned long long), ...
my_convert_using_func: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R13,R8 MOV qword ptr [RBP + -0x40],RCX MOV RBX,RDX MOV R14,RSI MOV R15,RDI ADD R9,R8 MOV qword ptr [RBP + -0x48],R9 ADD R14,RDI XOR R12D,R12D MOV qword ptr [RBP + -0x50],RDI LAB_0015dbf5: MOV RDI,qword ptr [RBP + 0...
int my_convert_using_func (long param_1,long param_2,int8 param_3,code *param_4,ulong param_5,long param_6 ,int8 param_7,code *param_8,int *param_9) { uint uVar1; ulong uVar2; int iVar3; long lVar4; int local_58; long local_40; ulong local_38; uVar2 = param_6 + param_5; ...
27,049
PFS_account::aggregate_statements(PFS_user*, PFS_host*)
eloqsql/storage/perfschema/pfs_account.cc
void PFS_account::aggregate_statements(PFS_user *safe_user, PFS_host *safe_host) { if (read_instr_class_statements_stats() == NULL) return; if (likely(safe_user != NULL && safe_host != NULL)) { /* Aggregate EVENTS_STATEMENTS_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME to: - EVENTS_STATEMENTS_SUMMARY_BY...
O0
cpp
PFS_account::aggregate_statements(PFS_user*, PFS_host*): pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x20(%rbp) callq 0x38830 cmpq $0x0, %rax jne 0x378ac jmp 0x37980 xorl %eax, %eax cmpq $0x0, -0x10(%rbp) movb %al, -0x...
_ZN11PFS_account20aggregate_statementsEP8PFS_userP8PFS_host: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rdi, [rbp+var_8]; this mov [rbp+var_20], rdi call _ZNK20PFS_connection_slice33read_instr_class_statements_statsEv; PFS_co...
long long PFS_account::aggregate_statements(PFS_account *this, PFS_user *a2, PFS_host *a3) { long long result; // rax PFS_statement_stat *v4; // rax PFS_statement_stat *v5; // rax PFS_statement_stat *v6; // rax PFS_statement_stat *v7; // rax PFS_statement_stat *v8; // [rsp+8h] [rbp-48h] PFS_statement_sta...
aggregate_statements: 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 RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RDI CALL 0x00138830 CMP RAX,0x0 JNZ 0x001378ac JMP 0x00137980 LAB_001378ac: XOR EAX,EAX CMP qword ptr [RBP + -...
/* PFS_account::aggregate_statements(PFS_user*, PFS_host*) */ void __thiscall PFS_account::aggregate_statements(PFS_account *this,PFS_user *param_1,PFS_host *param_2) { long lVar1; PFS_statement_stat *pPVar2; PFS_statement_stat *pPVar3; PFS_statement_stat *pPVar4; lVar1 = PFS_connection_slice::read_inst...
27,050
svc_logger_init
navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal-src/src/svc/svc_logger.c
int32_t svc_logger_init (SVC_TASK_PRIO_T prio) { os_mutex_init (&_logger_mutex) ; linked_init (&_logger_channels) ; _logger_task_prio = prio ; if (!mlog_started()) { uintptr_t base = (uintptr_t)&__memlog_base__; uintptr_t end = (uintptr_t)&__memlog_end__; uint32_t size = (end ...
O3
c
svc_logger_init: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movl %edi, %ebx leaq 0x28da5(%rip), %rdi # 0x3eb18 callq 0x14ef0 xorps %xmm0, %xmm0 movups %xmm0, 0x2afde(%rip) # 0x40d60 movl %ebx, 0x2afe8(%rip) # 0x40d70 callq 0x1a618 leaq 0x2c26c(%rip), %rdi # 0x42000 leaq 0x2ea65(%rip), %rcx # 0x...
svc_logger_init: push rbp mov rbp, rsp push rbx push rax mov ebx, edi lea rdi, _logger_mutex call os_mutex_init xorps xmm0, xmm0 movups cs:_logger_channels, xmm0 mov cs:_logger_task_prio, ebx call mlog_started lea rdi, __memlog_base__ lea rcx, _end sub ecx, edi cmp ecx,...
long long svc_logger_init(int a1) { os_mutex_init(&logger_mutex); logger_channels = 0LL; logger_task_prio = a1; if ( !((unsigned __int8)mlog_started(&logger_mutex) | ((unsigned int)&end - (unsigned int)&_memlog_base__ < 0x1000)) ) mlog_init( &_memlog_base__, (unsigned int)&end - (unsigned int)&...
svc_logger_init: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV EBX,EDI LEA RDI,[0x13eb18] CALL 0x00114ef0 XORPS XMM0,XMM0 MOVUPS xmmword ptr [0x00140d60],XMM0 MOV dword ptr [0x00140d70],EBX CALL 0x0011a618 LEA RDI,[0x142000] LEA RCX,[0x144800] SUB ECX,EDI CMP ECX,0x1000 SETC CL OR CL,AL JNZ 0x00115dce LEA RSI,[0x144800] S...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int8 svc_logger_init(int4 param_1) { char cVar1; os_mutex_init(&_logger_mutex); _logger_channels = 0; uRam0000000000140d68 = 0; __logger_task_prio = param_1; cVar1 = mlog_started(); if (cVar1 == '\0') { mlog_ini...
27,051
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
basic_json(initializer_list_t init, bool type_deduction = true, value_t manual_type = value_t::array) { // check if each element is an array with two elements whose first // element is a string bool is_an_object = std::all_of(init.begin(), init.end(), ...
O3
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_IhSaIhEEvEC2ESt16initializer_listINS0_6detail8json_refISD_EEEbNSF_7value_tE: push rbp; int push r15; int push r14; char push r13; int push r12; __int64 p...
basic_json: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBP,R8D MOV R13D,ECX MOV R15,RDX MOV R14,RSI MOV RBX,RDI LEA RAX,[RDX + RDX*0x2] LEA R12,[RSI + RAX*0x8] XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI],XMM0 LAB_00181a33: MOV RDI,RSI MOV RSI,R12 CALL 0x001a403c CMP RAX,R12 SETZ CL TEST R13B,R1...
/* 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>::basic_json(std::initializer...
27,052
testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int)
giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest-internal-inl.h
void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) override { SendLn("event=TestIterationStart&iteration=" + StreamableToString(iteration)); }
O1
c
testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int): pushq %r14 pushq %rbx subq $0x48, %rsp movq %rdi, %rbx leaq 0x24(%rsp), %rsi movl %edx, (%rsi) leaq 0x28(%rsp), %r14 movq %r14, %rdi callq 0x32327 leaq 0xc6b2(%rip), %rcx # 0x44435 movl $0x23, %r8d movq %r14, %rdi xorl %esi,...
_ZN7testing8internal17StreamingListener20OnTestIterationStartERKNS_8UnitTestEi: push r14 push rbx sub rsp, 48h mov rbx, rdi lea rsi, [rsp+58h+var_34] mov [rsi], edx lea r14, [rsp+58h+var_30] mov rdi, r14 call _ZN7testing8internal18StreamableToStringIiEENSt7__cxx1112basic_stringIcSt11cha...
void testing::internal::StreamingListener::OnTestIterationStart( testing::internal::StreamingListener *this, const testing::UnitTest *a2, unsigned int a3) { long long v3; // rax int v4; // r8d int v5; // r9d __int128 *v6; // rcx int v7; // edx void *v8; // [rsp+0h] [rbp-58h] BYREF ...
OnTestIterationStart: PUSH R14 PUSH RBX SUB RSP,0x48 MOV RBX,RDI LEA RSI,[RSP + 0x24] MOV dword ptr [RSI],EDX LEA R14,[RSP + 0x28] MOV RDI,R14 CALL 0x00132327 LAB_00137d7c: LEA RCX,[0x144435] MOV R8D,0x23 MOV RDI,R14 XOR ESI,ESI XOR EDX,EDX CALL 0x00108590 LEA R14,[RSP + 0x10] MOV qword ptr [R14 + -0x10],R14 MOV RDX,qw...
/* testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int) */ void __thiscall testing::internal::StreamingListener::OnTestIterationStart (StreamingListener *this,UnitTest *param_1,int param_2) { long *plVar1; long *plVar2; long *local_58; long local_50; long loca...
27,053
aimrt::protocols::geometry::Vector3::~Vector3()
aimrt_mujoco_sim/_deps/aimrt-build/src/protocols/pb/geometry/vector3.pb.cc
Vector3::~Vector3() { // @@protoc_insertion_point(destructor:aimrt.protocols.geometry.Vector3) if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) { (void)arena; return; } SharedDtor(); }
O3
cpp
aimrt::protocols::geometry::Vector3::~Vector3(): pushq %r14 pushq %rbx pushq %rax movq %rdi, %r14 leaq 0x8(%rdi), %rbx testb $0x1, 0x8(%rdi) je 0x75d2b movq %rbx, %rdi callq 0x734ec leaq 0x1947ee(%rip), %rax # 0x20a520 addq $0x10, %rax movq %rax, (%r14) movq %rbx, %rdi addq $0x8, %rsp popq %rbx popq %r14 jmp 0x73456...
_ZN5aimrt9protocols8geometry7Vector3D2Ev: push r14 push rbx push rax mov r14, rdi lea rbx, [rdi+8] test byte ptr [rdi+8], 1 jz short loc_75D2B mov rdi, rbx call _ZN6google8protobuf8internal16InternalMetadata21DeleteOutOfLineHelperINS0_15UnknownFieldSetEEEPNS0_5ArenaEv; google::protobuf::...
void aimrt::protocols::geometry::Vector3::~Vector3(aimrt::protocols::geometry::Vector3 *this) { if ( (*((_BYTE *)this + 8) & 1) != 0 ) google::protobuf::internal::InternalMetadata::DeleteOutOfLineHelper<google::protobuf::UnknownFieldSet>((long long *)this + 1); *(_QWORD *)this = &`vtable for'google::protobuf::...
~Vector3: PUSH R14 PUSH RBX PUSH RAX MOV R14,RDI LEA RBX,[RDI + 0x8] TEST byte ptr [RDI + 0x8],0x1 JZ 0x00175d2b LAB_00175d23: MOV RDI,RBX CALL 0x001734ec LAB_00175d2b: LEA RAX,[0x30a520] ADD RAX,0x10 MOV qword ptr [R14],RAX MOV RDI,RBX ADD RSP,0x8 POP RBX POP R14 JMP 0x00173456
/* aimrt::protocols::geometry::Vector3::~Vector3() */ void __thiscall aimrt::protocols::geometry::Vector3::~Vector3(Vector3 *this) { if (((byte)this[8] & 1) != 0) { /* try { // try from 00175d23 to 00175d2a has its CatchHandler @ 00175d48 */ google::protobuf::internal::InternalMetadata:: ...
27,054
ssz_add_uint32
corpus-core[P]colibri-stateless/src/util/ssz_builder.c
void ssz_add_uint32(ssz_builder_t* buffer, uint32_t value) { uint8_t tmp[4]; tmp[0] = value & 0xFF; tmp[1] = (value >> 8) & 0xFF; tmp[2] = (value >> 16) & 0xFF; tmp[3] = (value >> 24) & 0xFF; buffer_append(&buffer->fixed, bytes(tmp, 4)); }
O0
c
ssz_add_uint32: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl -0xc(%rbp), %eax andl $0xff, %eax movb %al, -0x10(%rbp) movl -0xc(%rbp), %eax shrl $0x8, %eax andl $0xff, %eax movb %al, -0xf(%rbp) movl -0xc(%rbp), %eax shrl $0x10, %eax andl $0xff, %eax movb %al, -0xe(%rbp) mo...
ssz_add_uint32: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov eax, [rbp+var_C] and eax, 0FFh mov [rbp+var_10], al mov eax, [rbp+var_C] shr eax, 8 and eax, 0FFh mov [rbp+var_F], al mov eax, [rbp+var_C] shr eax, 10h and eax, 0FF...
long long ssz_add_uint32(long long a1, int a2) { _DWORD v3[2]; // [rsp+10h] [rbp-10h] BYREF long long v4; // [rsp+18h] [rbp-8h] v4 = a1; v3[1] = a2; v3[0] = a2; return buffer_append((unsigned int *)(a1 + 8), 4u, (long long)v3); }
ssz_add_uint32: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV EAX,dword ptr [RBP + -0xc] AND EAX,0xff MOV byte ptr [RBP + -0x10],AL MOV EAX,dword ptr [RBP + -0xc] SHR EAX,0x8 AND EAX,0xff MOV byte ptr [RBP + -0xf],AL MOV EAX,dword ptr [RBP + -0xc] SHR EAX,0x10 AND E...
void ssz_add_uint32(long param_1,int4 param_2) { int1 local_18; int1 local_17; int1 local_16; int1 local_15; int4 local_14; long local_10; local_18 = (int1)param_2; local_17 = (int1)((uint)param_2 >> 8); local_16 = (int1)((uint)param_2 >> 0x10); local_15 = (int1)((uint)param_2 >> 0x18); local...
27,055
ssz_add_uint32
corpus-core[P]colibri-stateless/src/util/ssz_builder.c
void ssz_add_uint32(ssz_builder_t* buffer, uint32_t value) { uint8_t tmp[4]; tmp[0] = value & 0xFF; tmp[1] = (value >> 8) & 0xFF; tmp[2] = (value >> 16) & 0xFF; tmp[3] = (value >> 24) & 0xFF; buffer_append(&buffer->fixed, bytes(tmp, 4)); }
O3
c
ssz_add_uint32: pushq %rax leaq 0x4(%rsp), %rdx movl %esi, (%rdx) addq $0x8, %rdi movl $0x4, %esi callq 0x50fdd popq %rax retq
ssz_add_uint32: push rax lea rdx, [rsp+8+var_4] mov [rdx], esi add rdi, 8 mov esi, 4 call buffer_append pop rax retn
unsigned long long ssz_add_uint32(long long a1, unsigned int a2) { unsigned int v2; // eax unsigned long long v4; // [rsp-4h] [rbp-8h] BYREF v4 = __PAIR64__(a2, v2); buffer_append((unsigned int *)(a1 + 8), 4u, (long long)&v4 + 4); return v4; }
ssz_add_uint32: PUSH RAX LEA RDX,[RSP + 0x4] MOV dword ptr [RDX],ESI ADD RDI,0x8 MOV ESI,0x4 CALL 0x00150fdd POP RAX RET
int8 ssz_add_uint32(long param_1,int4 param_2) { int4 in_EAX; int8 uStack_8; uStack_8 = CONCAT44(param_2,in_EAX); buffer_append(param_1 + 8,4); return uStack_8; }
27,056
js_math_random
bluesky950520[P]quickjs/quickjs.c
static uint64_t xorshift64star(uint64_t *pstate) { uint64_t x; x = *pstate; x ^= x >> 12; x ^= x << 25; x ^= x >> 27; *pstate = x; return x * 0x2545F4914F6CDD1D; }
O2
c
js_math_random: movq 0x1c8(%rdi), %rax movq %rax, %rcx shrq $0xc, %rcx xorq %rax, %rcx movq %rcx, %rax shlq $0x19, %rax xorq %rcx, %rax movq %rax, %rcx shrq $0x1b, %rcx xorq %rax, %rcx movq %rcx, 0x1c8(%rdi) movabsq $0x2545f4914f6cdd1d, %rax # imm = 0x2545F4914F6CDD1D imulq %rcx, %rax shrq $0xc, %rax movabsq $0x3ff0000...
js_math_random: mov rax, [rdi+1C8h] mov rcx, rax shr rcx, 0Ch xor rcx, rax mov rax, rcx shl rax, 19h xor rax, rcx mov rcx, rax shr rcx, 1Bh xor rcx, rax mov [rdi+1C8h], rcx mov rax, 2545F4914F6CDD1Dh imul rax, rcx shr rax, 0Ch mov rcx, 3FF0000000000000h or ...
long long js_math_random(long long a1) { long long v1; // rcx long long result; // rax v1 = *(_QWORD *)(a1 + 456) ^ (*(_QWORD *)(a1 + 456) >> 12) ^ ((*(_QWORD *)(a1 + 456) ^ (*(_QWORD *)(a1 + 456) >> 12)) << 25) ^ ((*(_QWORD *)(a1 + 456) ^ (*(_QWORD *)(a1 + 456) >> 12) ^ ((*(_QWORD *)(a1 + 456) ^ (*(_QWORD *)(a...
js_math_random: MOV RAX,qword ptr [RDI + 0x1c8] MOV RCX,RAX SHR RCX,0xc XOR RCX,RAX MOV RAX,RCX SHL RAX,0x19 XOR RAX,RCX MOV RCX,RAX SHR RCX,0x1b XOR RCX,RAX MOV qword ptr [RDI + 0x1c8],RCX MOV RAX,0x2545f4914f6cdd1d IMUL RAX,RCX SHR RAX,0xc MOV RCX,0x3ff0000000000000 OR RCX,RAX MOVQ XMM0,RCX ADDSD XMM0,qword ptr [0x00...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int1 [16] js_math_random(long param_1) { ulong uVar1; int1 auVar2 [16]; uVar1 = *(ulong *)(param_1 + 0x1c8) >> 0xc ^ *(ulong *)(param_1 + 0x1c8); uVar1 = uVar1 << 0x19 ^ uVar1; uVar1 = uVar1 >> 0x1b ^ uVar1; *(ulong ...
27,057
my_8bit_charset_flags_from_data
eloqsql/strings/ctype-simple.c
uint my_8bit_charset_flags_from_data(CHARSET_INFO *cs) { uint flags= 0; if (my_charset_is_8bit_pure_ascii(cs)) flags|= MY_CS_PUREASCII; if (!my_charset_is_ascii_compatible(cs)) flags|= MY_CS_NONASCII; return flags; }
O3
c
my_8bit_charset_flags_from_data: movq 0x68(%rdi), %rcx testq %rcx, %rcx je 0xbbf04 pushq %rbp movq %rsp, %rbp xorl %eax, %eax xorl %edx, %edx cmpw $0x80, (%rcx,%rdx,2) jae 0xbbeeb incq %rdx cmpq $0x100, %rdx # imm = 0x100 jne 0xbbed2 movl $0x1000, %eax # imm = 0x1000 xorl %edx, %edx movzwl (%rcx,%r...
my_8bit_charset_flags_from_data: mov rcx, [rdi+68h] test rcx, rcx jz short loc_BBF04 push rbp mov rbp, rsp xor eax, eax xor edx, edx loc_BBED2: cmp word ptr [rcx+rdx*2], 80h jnb short loc_BBEEB inc rdx cmp rdx, 100h jnz short loc_BBED2 mov eax, 1000h loc_BBEEB: xor ...
long long my_8bit_charset_flags_from_data(long long a1) { long long v1; // rcx long long result; // rax long long v3; // rdx long long v4; // rdx v1 = *(_QWORD *)(a1 + 104); if ( !v1 ) return 0LL; result = 0LL; v3 = 0LL; while ( *(_WORD *)(v1 + 2 * v3) < 0x80u ) { if ( ++v3 == 256 ) { ...
my_8bit_charset_flags_from_data: MOV RCX,qword ptr [RDI + 0x68] TEST RCX,RCX JZ 0x001bbf04 PUSH RBP MOV RBP,RSP XOR EAX,EAX XOR EDX,EDX LAB_001bbed2: CMP word ptr [RCX + RDX*0x2],0x80 JNC 0x001bbeeb INC RDX CMP RDX,0x100 JNZ 0x001bbed2 MOV EAX,0x1000 LAB_001bbeeb: XOR EDX,EDX LAB_001bbeed: MOVZX ESI,word ptr [RCX + RDX...
uint my_8bit_charset_flags_from_data(long param_1) { long lVar1; uint uVar2; long lVar3; ulong uVar4; lVar1 = *(long *)(param_1 + 0x68); if (lVar1 == 0) { return 0; } uVar2 = 0; lVar3 = 0; do { if (0x7f < *(ushort *)(lVar1 + lVar3 * 2)) goto LAB_001bbeeb; lVar3 = lVar3 + 1; } whil...
27,058
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
basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {}
O3
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_IhSaIhEEvEC2INS0_6detail8json_refISD_EETnNSt9enable_ifIXsr6detail11conjunctionINSF_11is_json_refIT_EESt7is_sameINSK_10value_typeESD_EEE5valueEiE4typeELi0EEERKSK_: push ...
long long ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2INS0_6detail8json_refISD_EETnNSt9enable_ifIXsr6detail11conjunctionINSF_11is_json_refIT_EESt7is_sameINSK_10value_typeESD_EEE5valueEiE4typeELi0EEERK...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2INS0_6detail8json_refISD_EETnNSt9enable_ifIXsr6detail11conjunctionINSF_11is_json_refIT_EESt7is_sameINSK_10value_typeESD_EEE5valueEiE4typeELi0EEERKSK_: PUSH ...
void _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEC2INS0_6detail8json_refISD_EETnNSt9enable_ifIXsr6detail11conjunctionINSF_11is_json_refIT_EESt7is_sameINSK_10value_typeESD_EEE5valueEiE4typeELi0EEERKSK_ ...
27,059
mi_read_cache
eloqsql/storage/myisam/mi_cache.c
int _mi_read_cache(IO_CACHE *info, uchar *buff, my_off_t pos, size_t length, int flag) { size_t read_length,in_buff_length; my_off_t offset; uchar *in_buff_pos; DBUG_ENTER("_mi_read_cache"); DBUG_ASSERT(!(info->myflags & MY_ENCRYPT)); if (pos < info->pos_in_file) { read_length=length; if ((m...
O0
c
mi_read_cache: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movl %r8d, -0x2c(%rbp) jmp 0xd97ae movq -0x20(%rbp), %rax movq -0x10(%rbp), %rcx cmpq (%rcx), %rax jae 0xd9876 movq -0x28(%rbp), %rax movq %rax, -0x38(%rbp) movq -0x38(%...
_mi_read_cache: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_2C], r8d jmp short $+2 loc_D97AE: mov rax, [rbp+var_20] mov rcx, [rbp+var_10] cmp rax, [rcx] jnb loc_D9876 mov ra...
long long mi_read_cache(char *a1, const char *a2, unsigned long long a3, unsigned long long a4, char a5) { long long v5; // rcx const char *v6; // rsi unsigned long long v8; // [rsp+8h] [rbp-58h] long long v9; // [rsp+10h] [rbp-50h] unsigned long long v10; // [rsp+18h] [rbp-48h] unsigned long long v11; // ...
_mi_read_cache: 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 dword ptr [RBP + -0x2c],R8D JMP 0x001d97ae LAB_001d97ae: MOV RAX,qword ptr [RBP + -0x20] MOV RCX,qword ptr [RBP + -0x10] CMP RAX,qword ptr...
int4 _mi_read_cache(ulong *param_1,void *param_2,ulong param_3,ulong param_4,uint param_5) { int iVar1; long lVar2; ulong uVar3; int *piVar4; int4 *puVar5; size_t local_60; size_t local_48; ulong local_40; ulong local_30; ulong local_28; void *local_20; int4 local_c; local_30 = param_4; ...
27,060
google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
void DescriptorBuilder::AddWarning( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const std::string& error) { if (error_collector_ == nullptr) { GOOGLE_LOG(WARNING) << filename_ << " " << element_name << ": " << error; } else { ...
O0
cpp
google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)...
_ZN6google8protobuf17DescriptorBuilder10AddWarningERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS0_7MessageENS0_14DescriptorPool14ErrorCollector13ErrorLocationES9_: sub rsp, 0A8h mov [rsp+0A8h+var_8], rdi mov [rsp+0A8h+var_10], rsi mov [rsp+0A8h+var_18], rdx mov [rsp+0A8h+var_1C], ecx mo...
void google::protobuf::DescriptorBuilder::AddWarning( long long a1, long long a2, long long a3, unsigned int a4, long long a5) { google::protobuf::internal::LogMessage *v5; // [rsp+0h] [rbp-A8h] long long v6; // [rsp+8h] [rbp-A0h] long long v7; // [rsp+10h] [rbp-98h] lon...
AddWarning: SUB RSP,0xa8 MOV qword ptr [RSP + 0xa0],RDI MOV qword ptr [RSP + 0x98],RSI MOV qword ptr [RSP + 0x90],RDX MOV dword ptr [RSP + 0x8c],ECX MOV qword ptr [RSP + 0x80],R8 MOV RAX,qword ptr [RSP + 0xa0] MOV qword ptr [RSP + 0x30],RAX CMP qword ptr [RAX + 0x10],0x0 JNZ 0x00143167 LEA RDX,[0x2ed4d4] LEA RDI,[RSP +...
/* google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::string const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::string const&) */ void __thiscall google::protobuf::DescriptorBuilder::AddWarning (DescriptorBuilder *this,st...
27,061
google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
void DescriptorBuilder::AddWarning( const std::string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const std::string& error) { if (error_collector_ == nullptr) { GOOGLE_LOG(WARNING) << filename_ << " " << element_name << ": " << error; } else { ...
O3
cpp
google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)...
_ZN6google8protobuf17DescriptorBuilder10AddWarningERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS0_7MessageENS0_14DescriptorPool14ErrorCollector13ErrorLocationES9_: push r15 push r14 push r12 push rbx sub rsp, 48h mov rbx, r8 mov r14, rsi mov r15, rdi mov rdi, [rdi+10h] test ...
void google::protobuf::DescriptorBuilder::AddWarning( long long a1, long long a2, long long a3, unsigned int a4, long long a5) { long long v7; // rdi long long v8; // rax long long v9; // rax long long v10; // rax long long v11; // rax google::protobuf::internal::Log...
AddWarning: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x48 MOV RBX,R8 MOV R14,RSI MOV R15,RDI MOV RDI,qword ptr [RDI + 0x10] TEST RDI,RDI JZ 0x00128298 MOV R8D,ECX MOV RCX,RDX ADD R15,0x38 MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0x18] MOV RSI,R15 MOV RDX,R14 MOV R9,RBX ADD RSP,0x48 POP RBX POP R12 POP R14 PO...
/* google::protobuf::DescriptorBuilder::AddWarning(std::__cxx11::string const&, google::protobuf::Message const&, google::protobuf::DescriptorPool::ErrorCollector::ErrorLocation, std::__cxx11::string const&) */ void __thiscall google::protobuf::DescriptorBuilder::AddWarning (DescriptorBuilder *this,st...
27,062
my_caseup_str_mb
eloqsql/strings/ctype-mb.c
size_t my_caseup_str_mb(CHARSET_INFO * cs, char *str) { register uint32 l; register const uchar *map= cs->to_upper; char *str_orig= str; while (*str) { /* Pointing after the '\0' is safe here. */ if ((l= my_ismbchar(cs, str, str + cs->mbmaxlen))) str+= l; else { *str= (char) ma...
O0
c
my_caseup_str_mb: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq 0x50(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rax cmpb $0x0, (%rax) je 0x41d87 movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi mov...
my_caseup_str_mb: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] mov rax, [rax+50h] mov [rbp+var_20], rax mov rax, [rbp+var_10] mov [rbp+var_28], rax loc_41D24: mov rax, [rbp+var_10] cmp byte ptr [rax], 0 jz short lo...
_BYTE * my_caseup_str_mb(long long a1, _BYTE *a2) { long long v3; // [rsp+10h] [rbp-20h] unsigned int v4; // [rsp+1Ch] [rbp-14h] _BYTE *v5; // [rsp+20h] [rbp-10h] v5 = a2; v3 = *(_QWORD *)(a1 + 80); while ( *v5 ) { v4 = my_ismbchar_0(a1, v5, &v5[*(unsigned int *)(a1 + 156)]); if ( v4 ) { ...
my_caseup_str_mb: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x50] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x28],RAX LAB_00141d24: MOV RAX,qword ptr [RBP + -0x10] C...
long my_caseup_str_mb(long param_1,byte *param_2) { long lVar1; uint uVar2; byte *local_18; lVar1 = *(long *)(param_1 + 0x50); local_18 = param_2; while (*local_18 != 0) { uVar2 = my_ismbchar(param_1,local_18,local_18 + *(uint *)(param_1 + 0x9c)); if (uVar2 == 0) { *local_18 = *(byte *)(l...
27,063
testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::CreateKey()
AlayaLite/build_O3/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h
static pthread_key_t CreateKey() { pthread_key_t key; // When a thread exits, DeleteThreadLocalValue() will be called on // the object managed for that thread. GTEST_CHECK_POSIX_SUCCESS_( pthread_key_create(&key, &DeleteThreadLocalValue)); return key; }
O3
c
testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::CreateKey(): pushq %rbx subq $0x10, %rsp leaq 0x92(%rip), %rsi # 0x7de74 leaq 0xc(%rsp), %rdi callq 0x11a40 testl %eax, %eax je 0x7de55 movl %eax, %ebx leaq 0xa3c7(%rip), %rdx # 0x881c0 leaq 0x8(%rsp), %rdi movl $0x3, %esi movl $0x72...
_ZN7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceEE9CreateKeyEv: push rbx sub rsp, 10h lea rsi, DeleteThreadLocalValue lea rdi, [rsp+18h+var_C] call _pthread_key_create test eax, eax jz short loc_7DE55 mov ebx, eax lea rdx, aWorkspaceLlm4b_15; "/workspace/llm4bina...
long long testing::internal::ThreadLocal<testing::TestPartResultReporterInterface *>::CreateKey() { unsigned int v0; // eax unsigned int v1; // ebx int v3; // [rsp+8h] [rbp-10h] BYREF _DWORD v4[3]; // [rsp+Ch] [rbp-Ch] BYREF v0 = pthread_key_create(v4, DeleteThreadLocalValue); if ( v0 ) { v1 = v0; ...
CreateKey: PUSH RBX SUB RSP,0x10 LEA RSI,[0x17de74] LEA RDI,[RSP + 0xc] CALL 0x00111a40 TEST EAX,EAX JZ 0x0017de55 MOV EBX,EAX LEA RDX,[0x1881c0] LEA RDI,[RSP + 0x8] MOV ESI,0x3 MOV ECX,0x72e CALL 0x0015830c LAB_0017de0d: MOV RDI,qword ptr [0x001b3fd8] LEA RSI,[0x18894a] MOV EDX,0x31 CALL 0x00111b90 MOV RDI,qword ptr [...
/* testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::CreateKey() */ pthread_key_t testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::CreateKey(void) { int iVar1; GTestLog local_10 [4]; pthread_key_t local_c; iVar1 = pthread_key_create(&local_c,DeleteThreadL...
27,064
mi_keylength_part
eloqsql/storage/myisam/mi_search.c
uint _mi_keylength_part(MI_KEYDEF *keyinfo, register uchar *key, HA_KEYSEG *end) { reg1 HA_KEYSEG *keyseg; uchar *start= key; for (keyseg=keyinfo->seg ; keyseg != end ; keyseg++) { if (keyseg->flag & HA_NULL_PART) if (!*key++) continue; if (keyseg->flag & (HA_SPACE_PACK | HA_BLOB_PART ...
O0
c
mi_keylength_part: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax cmpq -0x18(%rbp), %rax je 0xc168a movq -0x20(%rbp), %rax movzwl 0x12(%...
_mi_keylength_part: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_10] mov [rbp+var_28], rax mov rax, [rbp+var_8] mov rax, [rax+28h] mov [rbp+var_20], rax loc_C15B4: mov rax, [rbp+var_20] cmp rax, [rbp+var_18] jz ...
unsigned __int8 * mi_keylength_part(long long a1, unsigned __int8 *a2, long long a3) { unsigned __int8 *v3; // rax unsigned __int8 *v4; // rax int v6; // [rsp+0h] [rbp-2Ch] long long i; // [rsp+Ch] [rbp-20h] unsigned __int8 *v8; // [rsp+1Ch] [rbp-10h] unsigned __int8 *v9; // [rsp+1Ch] [rbp-10h] v8 = a2; ...
_mi_keylength_part: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x20],RAX LAB_001c15b4: MOV RAX,qwor...
long _mi_keylength_part(long param_1,byte *param_2,long param_3) { byte bVar1; byte *pbVar2; uint local_34; long local_28; byte *local_18; local_18 = param_2; for (local_28 = *(long *)(param_1 + 0x28); local_28 != param_3; local_28 = local_28 + 0x20) { if (((*(ushort *)(local_28 + 0x12) & 0x10) =...
27,065
bf_mul_ui
bluesky950520[P]quickjs/libbf.c
int bf_mul_ui(bf_t *r, const bf_t *a, uint64_t b1, limb_t prec, bf_flags_t flags) { bf_t b; int ret; bf_init(r->ctx, &b); ret = bf_set_ui(&b, b1); ret |= bf_mul(r, a, &b, prec, flags); bf_delete(&b); return ret; }
O2
c
bf_mul_ui: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r8d, %ebx movq %rcx, %r14 movq %rsi, %r15 movq %rdi, %r12 movq (%rdi), %rax movq %rsp, %r13 movq %rax, (%r13) andl $0x0, 0x8(%r13) movabsq $-0x8000000000000000, %rax # imm = 0x8000000000000000 movq %rax, 0x10(%r13) xorps...
bf_mul_ui: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov ebx, r8d mov r14, rcx mov r15, rsi mov r12, rdi mov rax, [rdi] mov r13, rsp mov [r13+0], rax and dword ptr [r13+8], 0 mov rax, 8000000000000000h mov [r13+10h], rax xorps xmm0...
long long bf_mul_ui(long long *a1, long long *a2, unsigned long long a3, long long a4, unsigned int a5) { int v7; // ebp unsigned int v8; // ebx long long v10; // [rsp+0h] [rbp-58h] BYREF int v11; // [rsp+8h] [rbp-50h] unsigned long long v12; // [rsp+10h] [rbp-48h] __int128 v13; // [rsp+18h] [rbp-40h] v...
bf_mul_ui: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBX,R8D MOV R14,RCX MOV R15,RSI MOV R12,RDI MOV RAX,qword ptr [RDI] MOV R13,RSP MOV qword ptr [R13],RAX AND dword ptr [R13 + 0x8],0x0 MOV RAX,-0x8000000000000000 MOV qword ptr [R13 + 0x10],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [R13 + 0x1...
uint bf_mul_ui(int8 *param_1,int8 param_2,int8 param_3,int8 param_4, int4 param_5) { uint uVar1; uint uVar2; int8 local_58; int4 local_50; int8 local_48; int8 local_40; int8 uStack_38; local_58 = *param_1; local_50 = 0; local_48 = 0x8000000000000000; local_40 = 0; uStack_38 = ...
27,066
glfwPlatformGetWindowSize
untodesu[P]riteg/build_O0/_deps/glfw-src/src/x11_window.c
void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) { XWindowAttributes attribs; XGetWindowAttributes(_glfw.x11.display, window->x11.handle, &attribs); if (width) *width = attribs.width; if (height) *height = attribs.height; }
O0
c
glfwPlatformGetWindowSize: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) leaq 0xaef9a(%rip), %rax # 0xe0c68 movq 0x1fec0(%rax), %rdi movq -0x8(%rbp), %rax movq 0x348(%rax), %rsi leaq -0xa0(%rbp), %rdx callq 0xd050 cmpq $0x0, -0x10(%rbp) je 0x31cff mo...
_glfwPlatformGetWindowSize: push rbp mov rbp, rsp sub rsp, 0A0h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx lea rax, _glfw mov rdi, qword ptr ds:loc_1FEC0[rax] mov rax, [rbp+var_8] mov rsi, [rax+348h] lea rdx, [rbp+var_A0] call _XGetWindowAttributes cmp...
long long glfwPlatformGetWindowSize(long long a1, _DWORD *a2, _DWORD *a3) { long long result; // rax _BYTE v4[8]; // [rsp+0h] [rbp-A0h] BYREF int v5; // [rsp+8h] [rbp-98h] int v6; // [rsp+Ch] [rbp-94h] _DWORD *v7; // [rsp+88h] [rbp-18h] _DWORD *v8; // [rsp+90h] [rbp-10h] long long v9; // [rsp+98h] [rbp-8...
_glfwPlatformGetWindowSize: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX LEA RAX,[0x1e0c68] MOV RDI,qword ptr [RAX + 0x1fec0] MOV RAX,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RAX + 0x348] LEA RDX,[RBP + -0xa0] CALL 0x0010d050 CMP qword...
void _glfwPlatformGetWindowSize(long param_1,int4 *param_2,int4 *param_3) { int1 local_a8 [8]; int4 local_a0; int4 local_9c; int4 *local_20; int4 *local_18; long local_10; local_20 = param_3; local_18 = param_2; local_10 = param_1; XGetWindowAttributes(DAT_00200b28,*(int8 *)(param_1 + 0x348),lo...
27,067
js_math_min_max
bluesky950520[P]quickjs/quickjs.c
static JSValue js_math_min_max(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int magic) { BOOL is_max = magic; double r, a; int i; uint32_t tag; if (unlikely(argc == 0)) { return js_float64(is_max ? NEG_INF : INF); } tag = JS_VALUE_GET_TA...
O1
c
js_math_min_max: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r9d, %ebx testl %ecx, %ecx je 0x7d15d movq %r8, %r15 movl %ecx, %ebp movq %rdi, %r14 movq 0x8(%r8), %rcx testl %ecx, %ecx je 0x7cf5a movq (%r15), %rdx movq %rsp, %rsi movq %r14, %rdi callq 0x26a6d testl %eax, %eax ...
js_math_min_max: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov ebx, r9d test ecx, ecx jz loc_7D15D mov r15, r8 mov ebp, ecx mov r14, rdi mov rcx, [r8+8] test ecx, ecx jz short loc_7CF5A mov rdx, [r15] mov rsi, rsp mov rdi, r1...
unsigned long long js_math_min_max(long long a1, long long a2, long long a3, int a4, _DWORD **a5, int a6) { _DWORD *v10; // rcx unsigned long long v11; // rax int v12; // ecx bool v13; // dl int *v14; // rdi int v15; // r8d long long v16; // r8 bool v17; // zf unsigned long long v18; // rsi __m128d...
js_math_min_max: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBX,R9D TEST ECX,ECX JZ 0x0017d15d MOV R15,R8 MOV EBP,ECX MOV R14,RDI MOV RCX,qword ptr [R8 + 0x8] TEST ECX,ECX JZ 0x0017cf5a MOV RDX,qword ptr [R15] MOV RSI,RSP MOV RDI,R14 CALL 0x00126a6d TEST EAX,EAX JNZ 0x0017d140 MOV EAX,0x1 JM...
int1 [16] js_math_min_max(int8 param_1,int8 param_2,int8 param_3,uint param_4,uint *param_5, int param_6) { uint *puVar1; int1 auVar2 [16]; bool bVar3; int iVar4; uint uVar5; uint uVar6; ulong uVar7; int8 uVar8; double dVar9; uint *puVar10; long lVar11; int4 uVar12; int4 uVar...
27,068
js_math_min_max
bluesky950520[P]quickjs/quickjs.c
static JSValue js_math_min_max(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int magic) { BOOL is_max = magic; double r, a; int i; uint32_t tag; if (unlikely(argc == 0)) { return js_float64(is_max ? NEG_INF : INF); } tag = JS_VALUE_GET_TA...
O2
c
js_math_min_max: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r9d, %ebp testl %ecx, %ecx je 0x68f5c movq %r8, %r15 movl %ecx, %r12d movq %rdi, %r14 movq 0x8(%r8), %rcx pushq $0x6 popq %rbx testl %ecx, %ecx je 0x68e32 movq (%r15), %rdx leaq 0x8(%rsp), %rsi movq %r14, %rdi call...
js_math_min_max: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov ebp, r9d test ecx, ecx jz loc_68F5C mov r15, r8 mov r12d, ecx mov r14, rdi mov rcx, [r8+8] push 6 pop rbx test ecx, ecx jz short loc_68E32 mov rdx, [r15] lea r...
unsigned long long js_math_min_max(long long a1, __m128d a2, long long a3, long long a4, int a5, long long a6, int a7) { long long v10; // rcx long long v11; // rax unsigned long long v12; // rcx long long v13; // r13 _DWORD *v14; // rcx long long i; // rbx int v16; // edx long long *j; // r15 char v...
js_math_min_max: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBP,R9D TEST ECX,ECX JZ 0x00168f5c MOV R15,R8 MOV R12D,ECX MOV R14,RDI MOV RCX,qword ptr [R8 + 0x8] PUSH 0x6 POP RBX TEST ECX,ECX JZ 0x00168e32 MOV RDX,qword ptr [R15] LEA RSI,[RSP + 0x8] MOV RDI,R14 CALL 0x00120703 TEST EAX,EAX JZ ...
int1 [16] js_math_min_max(int8 param_1,int8 param_2,int8 param_3,int8 param_4, int param_5,uint *param_6,int param_7) { uint uVar1; int iVar2; uint uVar3; uint *puVar4; ulong uVar5; long lVar6; int8 extraout_XMM0_Qb; int8 extraout_XMM0_Qb_00; int1 auVar7 [16]; int1 auVar8 [16]; d...
27,069
js_math_min_max
bluesky950520[P]quickjs/quickjs.c
static JSValue js_math_min_max(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int magic) { BOOL is_max = magic; double r, a; int i; uint32_t tag; if (unlikely(argc == 0)) { return js_float64(is_max ? NEG_INF : INF); } tag = JS_VALUE_GET_TA...
O3
c
js_math_min_max: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r9d, %ebx testl %ecx, %ecx je 0x7fc79 movq %r8, %r15 movl %ecx, %ebp movq %rdi, %r14 movq 0x8(%r8), %rcx testl %ecx, %ecx je 0x7fabe movq (%r15), %rdx leaq 0x8(%rsp), %rsi movq %r14, %rdi callq 0x2712e testl %eax, ...
js_math_min_max: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov ebx, r9d test ecx, ecx jz loc_7FC79 mov r15, r8 mov ebp, ecx mov r14, rdi mov rcx, [r8+8] test ecx, ecx jz short loc_7FABE mov rdx, [r15] lea rsi, [rsp+58h+var_50] mo...
unsigned long long js_math_min_max( long long a1, double a2, double a3, double a4, __m128d a5, long long a6, long long a7, int a8, _DWORD **a9, int a10) { _DWORD *v14; // rcx unsigned long long v15; // r12 unsigned long long v16; // ...
js_math_min_max: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBX,R9D TEST ECX,ECX JZ 0x0017fc79 MOV R15,R8 MOV EBP,ECX MOV R14,RDI MOV RCX,qword ptr [R8 + 0x8] TEST ECX,ECX JZ 0x0017fabe MOV RDX,qword ptr [R15] LEA RSI,[RSP + 0x8] MOV RDI,R14 CALL 0x0012712e TEST EAX,EAX JZ 0x0017fb01 MOV EDX...
int1 [16] js_math_min_max(int8 param_1,int8 param_2,int8 param_3,uint param_4,uint *param_5, int param_6) { uint uVar1; bool bVar2; int iVar3; ulong uVar4; uint uVar5; double dVar6; int8 uVar7; uint *puVar8; long lVar9; ulong uVar10; int8 in_XMM3_Qa; int1 auVar11 [16]; double...
27,070
my_xml_error_pos
eloqsql/strings/xml.c
size_t my_xml_error_pos(MY_XML_PARSER *p) { const char *beg=p->beg; const char *s; for ( s=p->beg ; s<p->cur; s++) { if (s[0] == '\n') beg=s; } return (size_t) (p->cur-beg); }
O0
c
my_xml_error_pos: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x128(%rax), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movq 0x128(%rax), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movq -0x8(%rbp), %rcx cmpq 0x130(%rcx), %rax jae 0x8a88b movq -0x18(%rbp), %rax movsbl (%rax),...
my_xml_error_pos: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax+128h] mov [rbp+var_10], rax mov rax, [rbp+var_8] mov rax, [rax+128h] mov [rbp+var_18], rax loc_8A856: mov rax, [rbp+var_18] mov rcx, [rbp+var_8] cmp rax, [rcx+130h] jnb shor...
long long my_xml_error_pos(long long a1) { _BYTE *i; // [rsp+0h] [rbp-18h] _BYTE *v3; // [rsp+8h] [rbp-10h] v3 = *(_BYTE **)(a1 + 296); for ( i = v3; (unsigned long long)i < *(_QWORD *)(a1 + 304); ++i ) { if ( *i == 10 ) v3 = i; } return *(_QWORD *)(a1 + 304) - (_QWORD)v3; }
my_xml_error_pos: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x128] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x128] MOV qword ptr [RBP + -0x18],RAX LAB_0018a856: MOV RAX,qword ptr [RBP + -0x18] MOV RCX,qword ...
long my_xml_error_pos(long param_1) { char *local_20; char *local_18; local_18 = *(char **)(param_1 + 0x128); for (local_20 = *(char **)(param_1 + 0x128); local_20 < *(char **)(param_1 + 0x130); local_20 = local_20 + 1) { if (*local_20 == '\n') { local_18 = local_20; } } return *(lo...
27,071
void ankerl::nanobench::detail::doNotOptimizeAway<unsigned int>(unsigned int&)
BadAccessGuards/build_O0/_deps/nanobench-src/src/include/nanobench.h
void doNotOptimizeAway(T& val) { # if defined(__clang__) // NOLINTNEXTLINE(hicpp-no-assembler) asm volatile("" : "+r,m"(val) : : "memory"); # else // NOLINTNEXTLINE(hicpp-no-assembler) asm volatile("" : "+m,r"(val) : : "memory"); # endif }
O0
c
void ankerl::nanobench::detail::doNotOptimizeAway<unsigned int>(unsigned int&): pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movl (%rax), %ecx popq %rbp retq
_ZN6ankerl9nanobench6detail17doNotOptimizeAwayIjEEvRT_: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov ecx, [rax] pop rbp retn
long long ankerl::nanobench::detail::doNotOptimizeAway<unsigned int>(long long a1) { return a1; }
doNotOptimizeAway<unsigned_int>: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX] POP RBP RET
/* void ankerl::nanobench::detail::doNotOptimizeAway<unsigned int>(unsigned int&) */ void ankerl::nanobench::detail::doNotOptimizeAway<unsigned_int>(uint *param_1) { return; }
27,072
BAIL_OUT
eloqsql/libmariadb/unittest/mytap/tap.c
void BAIL_OUT(char const *fmt, ...) { va_list ap; va_start(ap, fmt); fprintf(tapout, "Bail out! "); vfprintf(tapout, fmt, ap); emit_endl(); va_end(ap); exit(255); }
O3
c
BAIL_OUT: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0xc8, %rsp movq %rdi, %rbx leaq -0xe0(%rbp), %rdi movq %rsi, 0x8(%rdi) movq %rdx, 0x10(%rdi) movq %rcx, 0x18(%rdi) movq %r8, 0x20(%rdi) movq %r9, 0x28(%rdi) testb %al, %al je 0x15773 movaps %xmm0, -0xb0(%rbp) movaps %xmm1, -0xa0(%rbp) movaps %x...
BAIL_OUT: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 0C8h mov rbx, rdi lea rdi, [rbp+var_E0] mov [rdi+8], rsi mov [rdi+10h], rdx mov [rdi+18h], rcx mov [rdi+20h], r8 mov [rdi+28h], r9 test al, al jz short loc_15773 movaps [rbp+var_B0], xmm0 movaps ...
void __noreturn BAIL_OUT( 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, __m128 a14, ...
BAIL_OUT: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0xc8 MOV RBX,RDI LEA RDI,[RBP + -0xe0] MOV qword ptr [RDI + 0x8],RSI MOV qword ptr [RDI + 0x10],RDX MOV qword ptr [RDI + 0x18],RCX MOV qword ptr [RDI + 0x20],R8 MOV qword ptr [RDI + 0x28],R9 TEST AL,AL JZ 0x00115773 MOVAPS xmmword ptr [RBP + -0xb0],XMM0 ...
void BAIL_OUT(int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int8 param_7,int8 param_8, int8 param_9,int8 param_10,int8 param_11,int8 param_12, int8 param_13,int8 param_14) { int *puVar1; char in_AL; int1 local_e8 [8]; int8 local_e0; int...
27,073
can_opt_put_ref_value
bluesky950520[P]quickjs/quickjs.c
static BOOL can_opt_put_ref_value(const uint8_t *bc_buf, int pos) { int opcode = bc_buf[pos]; return (bc_buf[pos + 1] == OP_put_ref_value && (opcode == OP_insert3 || opcode == OP_perm4 || opcode == OP_nop || opcode == OP_rot3l)); }
O2
c
can_opt_put_ref_value: movslq %esi, %rcx xorl %eax, %eax cmpb $0x3d, 0x1(%rdi,%rcx) jne 0x612c0 movzbl (%rdi,%rcx), %ecx pushq $0x1 popq %rax cmpl $0x16, %ecx je 0x612c0 cmpl $0x19, %ecx je 0x612c0 cmpl $0xb2, %ecx je 0x612c0 xorl %eax, %eax cmpl $0x1d, %ecx sete %al retq
can_opt_put_ref_value: movsxd rcx, esi xor eax, eax cmp byte ptr [rdi+rcx+1], 3Dh ; '=' jnz short locret_612C0 movzx ecx, byte ptr [rdi+rcx] push 1 pop rax cmp ecx, 16h jz short locret_612C0 cmp ecx, 19h jz short locret_612C0 cmp ecx, 0B2h jz short locret_612C0 xor e...
_BOOL8 can_opt_put_ref_value(long long a1, int a2) { _BOOL8 result; // rax int v3; // ecx result = 0LL; if ( *(_BYTE *)(a1 + a2 + 1) == 61 ) { v3 = *(unsigned __int8 *)(a1 + a2); result = 1LL; if ( v3 != 22 && v3 != 25 && v3 != 178 ) return v3 == 29; } return result; }
can_opt_put_ref_value: MOVSXD RCX,ESI XOR EAX,EAX CMP byte ptr [RDI + RCX*0x1 + 0x1],0x3d JNZ 0x001612c0 MOVZX ECX,byte ptr [RDI + RCX*0x1] PUSH 0x1 POP RAX CMP ECX,0x16 JZ 0x001612c0 CMP ECX,0x19 JZ 0x001612c0 CMP ECX,0xb2 JZ 0x001612c0 XOR EAX,EAX CMP ECX,0x1d SETZ AL LAB_001612c0: RET
bool can_opt_put_ref_value(long param_1,int param_2) { char cVar1; bool bVar2; bVar2 = false; if (*(char *)(param_1 + 1 + (long)param_2) == '=') { cVar1 = *(char *)(param_1 + param_2); bVar2 = true; if (((cVar1 != '\x16') && (cVar1 != '\x19')) && (cVar1 != -0x4e)) { bVar2 = cVar1 == '\x1d...
27,074
my_wc_mb_eucjpms
eloqsql/strings/ctype-eucjpms.c
static int my_wc_mb_eucjpms(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { int jp; if ((int) wc < 0x80) /* ASCII [00-7F] */ { if (s >= e) return MY_CS_TOOSMALL; *s= (uchar) wc; return 1; } if (wc > 0xFFFF) return MY_CS_ILUNI; if ((jp= un...
O0
c
my_wc_mb_eucjpms: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x18(%rbp), %rax cmpl $0x80, %eax jge 0x4f86d movq -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0x4f855 movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x4f995 movq -0x18(%rb...
my_wc_mb_eucjpms: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_18] cmp eax, 80h jge short loc_4F86D mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_4F855 mov [rbp+var_4], 0FFFF...
long long my_wc_mb_eucjpms(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { __int16 v5; // [rsp+0h] [rbp-2Ch] __int16 v6; // [rsp+0h] [rbp-2Ch] if ( (int)a2 >= 128 ) { if ( a2 <= 0xFFFF ) { v5 = unicode_to_jisx0208_eucjpms[a2]; if ( v5 ) { if ( (unsign...
my_wc_mb_eucjpms: PUSH RBP MOV RBP,RSP 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 RAX,qword ptr [RBP + -0x18] CMP EAX,0x80 JGE 0x0014f86d MOV RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x0014f855 MOV dword ptr [...
int4 my_wc_mb_eucjpms(int8 param_1,ulong param_2,char *param_3,char *param_4) { short sVar1; int4 local_c; if ((int)param_2 < 0x80) { if (param_3 < param_4) { *param_3 = (char)param_2; local_c = 1; } else { local_c = 0xffffff9b; } } else if (param_2 < 0x10000) { sVar...
27,075
nlohmann::json_abi_v3_11_3::detail::lexer<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::vecto...
monkey531[P]llama/common/json.hpp
token_type scan() { // initially, skip the BOM if (position.chars_read_total == 0 && !skip_bom()) { error_message = "invalid BOM; must be 0xEF 0xBB 0xBF if given"; return token_type::parse_error; } // read next character and ignore whitespace ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<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::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE4scanEv: push r14 push rbx sub rsp, 18h mov rbx, rdi c...
long long nlohmann::json_abi_v3_11_3::detail::lexer<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>,nlohmann::json_abi_v3_11_3::detail::iterat...
scan: PUSH R14 PUSH RBX SUB RSP,0x18 MOV RBX,RDI CMP qword ptr [RDI + 0x20],0x0 JNZ 0x0015967f MOV RDI,RBX CALL 0x00159816 TEST AL,AL JZ 0x00159741 LAB_0015967f: MOV R14,0x100002600 LAB_00159689: MOV RDI,RBX CALL 0x0011c2d2 MOV EAX,dword ptr [RBX + 0x14] CMP RAX,0x20 JA 0x001596c9 BT R14,RAX JC 0x00159689 JMP 0x001596c...
/* nlohmann::json_abi_v3_11_3::detail::lexer<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...
27,076
ma_pvio_register_callback
eloqsql/libmariadb/libmariadb/ma_pvio.c
int ma_pvio_register_callback(my_bool register_callback, void (*callback_function)(int mode, MYSQL *mysql, const uchar *buffer, size_t length)) { LIST *list; if (!callback_function) return 1; /* plugin will unregister in it's deinit function */ if (register_callback) { l...
O0
c
ma_pvio_register_callback: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movb %dil, %al movb %al, -0x5(%rbp) movq %rsi, -0x10(%rbp) cmpq $0x0, -0x10(%rbp) jne 0x26515 movl $0x1, -0x4(%rbp) jmp 0x265a6 cmpb $0x0, -0x5(%rbp) je 0x26557 movl $0x18, %edi callq 0x135b0 movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rcx movq -0x18(...
ma_pvio_register_callback: push rbp mov rbp, rsp sub rsp, 20h mov al, dil mov [rbp+var_5], al mov [rbp+var_10], rsi cmp [rbp+var_10], 0 jnz short loc_26515 mov [rbp+var_4], 1 jmp loc_265A6 loc_26515: cmp [rbp+var_5], 0 jz short loc_26557 mov edi, 18h call _malloc m...
long long ma_pvio_register_callback(char a1, long long a2) { _QWORD *i; // [rsp+0h] [rbp-20h] _QWORD *v4; // [rsp+8h] [rbp-18h] if ( a2 ) { if ( a1 ) { v4 = (_QWORD *)malloc(24LL); v4[2] = a2; pvio_callback = (long long)list_add(pvio_callback, v4); } else { for ( i ...
ma_pvio_register_callback: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV AL,DIL MOV byte ptr [RBP + -0x5],AL MOV qword ptr [RBP + -0x10],RSI CMP qword ptr [RBP + -0x10],0x0 JNZ 0x00126515 MOV dword ptr [RBP + -0x4],0x1 JMP 0x001265a6 LAB_00126515: CMP byte ptr [RBP + -0x5],0x0 JZ 0x00126557 MOV EDI,0x18 CALL 0x001135b0 MOV qwo...
int4 ma_pvio_register_callback(char param_1,long param_2) { void *pvVar1; int8 local_28; int4 local_c; if (param_2 == 0) { local_c = 1; } else { if (param_1 == '\0') { for (local_28 = pvio_callback; local_28 != 0; local_28 = *(long *)(local_28 + 8)) { if (*(long *)(local_28 + 0x10...
27,077
my_strcasecmp_utf8mb4
eloqsql/strings/ctype-utf8.c
static int my_strcasecmp_utf8mb4(CHARSET_INFO *cs, const char *s, const char *t) { MY_UNICASE_INFO *uni_plane= cs->caseinfo; while (s[0] && t[0]) { my_wc_t s_wc,t_wc; if ((uchar) s[0] < 128) { /* s[0] is between 0 and 127. It represents a single byte character. Conv...
O0
c
my_strcasecmp_utf8mb4: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq 0x78(%rax), %rax movq %rax, -0x28(%rbp) movq -0x18(%rbp), %rax movsbl (%rax), %ecx xorl %eax, %eax cmpl $0x0, %ecx movb %al, -0x41(%rbp) je 0x70011 movq -0x...
my_strcasecmp_utf8mb4: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax+78h] mov [rbp+var_28], rax loc_6FFF0: mov rax, [rbp+var_18] movsx ecx, byte ptr [rax] xor eax, eax cmp ecx, 0 m...
long long my_strcasecmp_utf8mb4(long long a1, unsigned __int8 *a2, unsigned __int8 *a3) { bool v4; // [rsp+Fh] [rbp-41h] int v5; // [rsp+10h] [rbp-40h] int v6; // [rsp+14h] [rbp-3Ch] unsigned long long v7; // [rsp+18h] [rbp-38h] BYREF unsigned long long v8; // [rsp+20h] [rbp-30h] BYREF _QWORD *v9; // [rsp+...
my_strcasecmp_utf8mb4: 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 RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x78] MOV qword ptr [RBP + -0x28],RAX LAB_0016fff0: MOV RAX,qword ptr [RBP + -0x18] MOVSX ECX,byte ptr [RAX] X...
int my_strcasecmp_utf8mb4(long param_1,byte *param_2,byte *param_3) { int iVar1; bool bVar2; ulong local_40; ulong local_38; int8 local_30; byte *local_28; byte *local_20; long local_18; local_30 = *(int8 *)(param_1 + 0x78); local_28 = param_3; local_20 = param_2; local_18 = param_1; do {...
27,078
stbi_load_16_from_callbacks
llama.cpp/examples/llava/../../common/stb_image.h
STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *channels_in_file, int desired_channels) { stbi__context s; stbi__start_callbacks(&s, (stbi_io_callbacks *)clbk, user); return stbi__load_and_postprocess_16bit(&s,x,y,channels_in_file,desired_channels); ...
O3
c
stbi_load_16_from_callbacks: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xe0, %rsp movl %r9d, %ebx movq %r8, %r14 movq %rcx, %r15 movq %rdx, %r12 movq 0x10(%rdi), %rax leaq 0x38(%rsp), %rcx movq %rax, -0x18(%rcx) movups (%rdi), %xmm0 movups %xmm0, -0x28(%rcx) movq %rsi, -0x10(%rcx) movabsq $0x80000000...
stbi_load_16_from_callbacks: push r15 push r14 push r13 push r12 push rbx sub rsp, 0E0h mov ebx, r9d mov r14, r8 mov r15, rcx mov r12, rdx mov rax, [rdi+10h] lea rcx, [rsp+108h+var_D0] mov [rcx-18h], rax movups xmm0, xmmword ptr [rdi] movups xmmword ptr [rcx-28h], xmm0 m...
_WORD * stbi_load_16_from_callbacks(long long a1, long long a2, int *a3, int *a4, int *a5, unsigned int a6) { _OWORD v11[2]; // [rsp+0h] [rbp-108h] BYREF long long v12; // [rsp+20h] [rbp-E8h] long long v13; // [rsp+28h] [rbp-E0h] long long v14; // [rsp+30h] [rbp-D8h] _BYTE v15[128]; // [rsp+38h] [rbp-D0h] BYR...
stbi_load_16_from_callbacks: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe0 MOV EBX,R9D MOV R14,R8 MOV R15,RCX MOV R12,RDX MOV RAX,qword ptr [RDI + 0x10] LEA RCX,[RSP + 0x38] MOV qword ptr [RCX + -0x18],RAX MOVUPS XMM0,xmmword ptr [RDI] MOVUPS xmmword ptr [RCX + -0x28],XMM0 MOV qword ptr [RCX + -0x10],RSI MO...
void stbi_load_16_from_callbacks (int8 *param_1,int8 param_2,int *param_3,int *param_4,int *param_5, int param_6) { stbi__context asStack_108 [16]; int8 local_f8; int8 uStack_f0; int8 local_e8; int8 local_e0; int8 local_d8; int1 local_d0 [128]; int4 local_50; int1 *loca...
27,079
eval_num_suffix_ull
eloqsql/mysys/my_getopt.c
static ulonglong eval_num_suffix_ull(char *argument, int *error, char *option_name) { char *endchar; ulonglong num; DBUG_ENTER("eval_num_suffix_ull"); if (*argument == '-') { my_getopt_error_reporter(ERROR_LEVEL, "Incorrect unsigned value:...
O0
c
eval_num_suffix_ull: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x2d, %eax jne 0x2ce37 leaq 0x1ac829(%rip), %rax # 0x1d9630 movq (%rax), %r8 movq -0x10(%rbp), %rdx movq -0x20(%rbp), %rcx xorl %edi, ...
eval_num_suffix_ull: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] movsx eax, byte ptr [rax] cmp eax, 2Dh ; '-' jnz short loc_2CE37 lea rax, my_getopt_error_reporter mov r8, [rax] mov rdx, [rbp+...
long long eval_num_suffix_ull(const char *a1, _DWORD *a2, const char *a3) { long long v4; // [rsp+0h] [rbp-30h] long long v5; // [rsp+0h] [rbp-30h] _BYTE *v6; // [rsp+8h] [rbp-28h] BYREF const char *v7; // [rsp+10h] [rbp-20h] _DWORD *v8; // [rsp+18h] [rbp-18h] const char *v9; // [rsp+20h] [rbp-10h] v9 =...
eval_num_suffix_ull: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] CMP EAX,0x2d JNZ 0x0012ce37 LEA RAX,[0x2d9630] MOV R8,qword ptr [RAX] MOV RDX,qword ptr [RBP + -0x10] MOV RCX,qw...
long eval_num_suffix_ull(char *param_1,int *param_2,int8 param_3) { int *piVar1; long lVar2; char *local_30; int8 local_28; int *local_20; char *local_18; long local_10; local_28 = param_3; local_20 = param_2; local_18 = param_1; if (*param_1 == '-') { (*(code *)my_getopt_error_reporter)(...
27,080
heapsortx
bluesky950520[P]quickjs/cutils.c
static void heapsortx(void *base, size_t nmemb, size_t size, cmp_f cmp, void *opaque) { uint8_t *basep = (uint8_t *)base; size_t i, n, c, r; exchange_f swap = exchange_func(base, size); if (nmemb > 1) { i = (nmemb / 2) * size; n = nmemb * size; while (i > 0) { i -= ...
O0
c
heapsortx: subq $0x58, %rsp movq %rdi, 0x50(%rsp) movq %rsi, 0x48(%rsp) movq %rdx, 0x40(%rsp) movq %rcx, 0x38(%rsp) movq %r8, 0x30(%rsp) movq 0x50(%rsp), %rax movq %rax, 0x28(%rsp) movq 0x50(%rsp), %rdi movq 0x40(%rsp), %rsi callq 0x26cb0 movq %rax, (%rsp) cmpq $0x1, 0x48(%rsp) jbe 0x2701d movq 0x48(%rsp), %rax shrq %r...
heapsortx: sub rsp, 58h mov [rsp+58h+var_8], rdi mov [rsp+58h+var_10], rsi mov [rsp+58h+var_18], rdx mov [rsp+58h+var_20], rcx mov [rsp+58h+var_28], r8 mov rax, [rsp+58h+var_8] mov [rsp+58h+var_30], rax mov rdi, [rsp+58h+var_8] mov rsi, [rsp+58h+var_18] call exchange_func mov ...
long long ( * heapsortx( long long a1, unsigned long long a2, long long a3, int ( *a4)(unsigned long long, unsigned long long, long long), long long a5))() { long long ( *result)(); // rax long long ( *v6)(); // [rsp+0h] [rbp-58h] unsigned long long i; // [rsp+8h] [rbp-50h]...
heapsortx: SUB RSP,0x58 MOV qword ptr [RSP + 0x50],RDI MOV qword ptr [RSP + 0x48],RSI MOV qword ptr [RSP + 0x40],RDX MOV qword ptr [RSP + 0x38],RCX MOV qword ptr [RSP + 0x30],R8 MOV RAX,qword ptr [RSP + 0x50] MOV qword ptr [RSP + 0x28],RAX MOV RDI,qword ptr [RSP + 0x50] MOV RSI,qword ptr [RSP + 0x40] CALL 0x00126cb0 MO...
void heapsortx(long param_1,ulong param_2,long param_3,code *param_4,int8 param_5) { int iVar1; code *pcVar2; ulong local_50; ulong local_48; ulong local_38; pcVar2 = (code *)exchange_func(param_1,param_3); if (1 < param_2) { local_38 = (param_2 >> 1) * param_3; param_2 = param_2 * param_3; L...
27,081
ma_tls_write
eloqsql/libmariadb/libmariadb/secure/openssl.c
ssize_t ma_tls_write(MARIADB_TLS *ctls, const uchar* buffer, size_t length) { int rc; MARIADB_PVIO *pvio= ctls->pvio; while ((rc= SSL_write((SSL *)ctls->ssl, (void *)buffer, (int)length)) <= 0) { int error= SSL_get_error((SSL *)ctls->ssl, rc); if (error != SSL_ERROR_WANT_WRITE) break; if (pvi...
O0
c
ma_tls_write: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rax movq 0x10(%rax), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rax movl %eax, %edx callq 0x38550 movl %ea...
ma_tls_write: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov rax, [rax+8] mov [rbp+var_28], rax loc_69150: mov rax, [rbp+var_8] mov rdi, [rax+10h] mov rsi, [rbp+var_10] mov rax, [rbp+var_18] ...
long long ma_tls_write(long long a1, long long a2, unsigned int a3) { long long *v4; // [rsp+8h] [rbp-38h] long long v5; // [rsp+18h] [rbp-28h] int v6; // [rsp+24h] [rbp-1Ch] v5 = *(_QWORD *)(a1 + 8); do v6 = SSL_write(*(_QWORD *)(a1 + 16), a2, a3); while ( v6 <= 0 && (unsigned int)SSL_get_erro...
ma_tls_write: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x28],RAX LAB_00169150: MOV RAX,qword ptr [RBP + -0x8] MOV RDI,qword ptr [RAX + 0x10] MOV RSI,...
long ma_tls_write(long param_1,void *param_2,int param_3) { long lVar1; int ret_code; int iVar2; void *pvVar3; lVar1 = *(long *)(param_1 + 8); do { ret_code = SSL_write(*(SSL **)(param_1 + 0x10),param_2,param_3); if ((0 < ret_code) || (iVar2 = SSL_get_error(*(SSL **)(param_1 + 0x10),ret_code), ...
27,082
translog_page_next
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_page_next(TRANSLOG_ADDRESS *horizon, struct st_buffer_cursor *cursor, struct st_translog_buffer **prev_buffer) { struct st_translog_buffer *buffer= cursor->buffer; DBUG_ENTER("translog_page_next"); *prev_buffer= NULL; i...
O0
c
translog_page_next: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax movq 0x28(%rax), %rax movq %rax, -0x28(%rbp) movq -0x20(%rbp), %rax movq $0x0, (%rax) movq -0x18(%rbp), %rax movq 0x20(%rax), %rax addq $0x2000, %rax # im...
translog_page_next: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] mov rax, [rax+28h] mov [rbp+var_28], rax mov rax, [rbp+var_20] mov qword ptr [rax], 0 mov rax, [rbp+var_18] mov rax, [rax+20h]...
char translog_page_next(long long *a1, long long a2, _QWORD *a3) { long long v4; // [rsp+8h] [rbp-28h] v4 = *(_QWORD *)(a2 + 40); *a3 = 0LL; if ( *(_QWORD *)(a2 + 32) + 0x2000LL <= (unsigned long long)(*(_QWORD *)(a2 + 40) + 0x100000LL) && (unsigned int)*a1 <= (unsigned long long)(unsigned int)(dword_4783...
translog_page_next: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [...
int1 translog_page_next(ulong *param_1,long param_2,int8 *param_3) { int8 uVar1; char cVar2; uVar1 = *(int8 *)(param_2 + 0x28); *param_3 = 0; if ((*(long *)(param_2 + 0x28) + 0x100000U < *(long *)(param_2 + 0x20) + 0x2000U) || ((ulong)(DAT_005783c0 - 0x2000) < (*param_1 & 0xffffffff))) { cVar2 =...
27,083
ImageCopy
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c
Image ImageCopy(Image image) { Image newImage = { 0 }; int width = image.width; int height = image.height; int size = 0; for (int i = 0; i < image.mipmaps; i++) { size += GetPixelDataSize(width, height, image.format); width /= 2; height /= 2; // Security check...
O0
c
ImageCopy: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x28(%rbp) movq %rdi, %rax movq %rax, -0x20(%rbp) leaq 0x10(%rbp), %rax movq %rax, -0x18(%rbp) xorl %esi, %esi movl $0x18, %edx callq 0xa2d0 movq -0x18(%rbp), %rax movl 0x8(%rax), %ecx movl %ecx, -0x4(%rbp) movl 0xc(%rax), %eax movl %eax, -0x8(%rbp) mov...
ImageCopy: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_28], rdi mov rax, rdi mov [rbp+var_20], rax lea rax, [rbp+arg_0] mov [rbp+var_18], rax xor esi, esi mov edx, 18h call _memset mov rax, [rbp+var_18] mov ecx, [rax+8] mov [rbp+var_4], ecx mov eax, [rax+0Ch...
_QWORD * ImageCopy( _QWORD *a1, long long a2, long long a3, long long a4, long long a5, long long a6, long long a7, long long a8, long long a9) { int i; // [rsp+20h] [rbp-10h] int v11; // [rsp+24h] [rbp-Ch] int v12; // [rsp+28h] [rbp-8h] in...
ImageCopy: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x28],RDI MOV RAX,RDI MOV qword ptr [RBP + -0x20],RAX LEA RAX,[RBP + 0x10] MOV qword ptr [RBP + -0x18],RAX XOR ESI,ESI MOV EDX,0x18 CALL 0x0010a2d0 MOV RAX,qword ptr [RBP + -0x18] MOV ECX,dword ptr [RAX + 0x8] MOV dword ptr [RBP + -0x4],ECX MOV EAX,dwor...
long * ImageCopy(long *param_1) { int iVar1; void *pvVar2; void *in_stack_00000008; int iStack0000000000000010; int iStack0000000000000014; int iStack0000000000000018; int4 uStack000000000000001c; int local_18; int local_14; int local_10; int local_c; memset(param_1,0,0x18); local_c = iSt...
27,084
fmt::v10::appender fmt::v10::detail::write_padded<(fmt::v10::align::type)2, fmt::v10::appender, char, char fmt::v10::detail::write_int<fmt::v10::appender, char, fmt::v10::appender fmt::v10::detail::write_int<char, fmt::v10::appender, unsigned int>(fmt::v10::appender, fmt::v10::detail::write_int_arg<unsigned int>, fmt::...
AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h
FMT_CONSTEXPR auto write_padded(OutputIt out, const format_specs<Char>& specs, size_t size, size_t width, F&& f) -> OutputIt { static_assert(align == align::left || align == align::right, ""); unsigned spec_width = to_unsigned(specs.width); size_t padding = spec_width > width ? spe...
O0
c
fmt::v10::appender fmt::v10::detail::write_padded<(fmt::v10::align::type)2, fmt::v10::appender, char, char fmt::v10::detail::write_int<fmt::v10::appender, char, fmt::v10::appender fmt::v10::detail::write_int<char, fmt::v10::appender, unsigned int>(fmt::v10::appender, fmt::v10::detail::write_int_arg<unsigned int>, fmt::...
_ZN3fmt3v106detail12write_paddedILNS0_5align4typeE2ENS0_8appenderEcZNS1_9write_intIS5_ocEET_S7_T0_jRKNS0_12format_specsIT1_EERKNS1_14digit_groupingISA_EEEUlS5_E_EES8_S8_SD_mmOT2_: sub rsp, 0B8h mov [rsp+0B8h+var_10], rdi mov [rsp+0B8h+var_18], rsi mov [rsp+0B8h+var_20], rdx mov [rsp+0B8h+var_28], rc...
long long fmt::v10::detail::write_padded<(fmt::v10::align::type)2,fmt::v10::appender,char,fmt::v10::appender fmt::v10::detail::write_int<fmt::v10::appender,unsigned __int128,char>(fmt::v10::appender,unsigned __int128,unsigned int,fmt::v10::format_specs<char> const&,fmt::v10::detail::digit_grouping<char> const&)::{lamb...
write_padded<(fmt::v10::align::type)2,fmt::v10::appender,char,fmt::v10::detail::write_int<fmt::v10::appender,unsigned__int128,char>(fmt::v10::appender,unsigned__int128,unsigned_int,fmt::v10::format_specs<char>const&,fmt::v10::detail::digit_grouping<char>const&)::{lambda(fmt::v10::appender)#1}>: SUB RSP,0xb8 MOV qword p...
/* fmt::v10::appender fmt::v10::detail::write_padded<(fmt::v10::align::type)2, fmt::v10::appender, char, fmt::v10::detail::write_int<fmt::v10::appender, unsigned __int128, char>(fmt::v10::appender, unsigned __int128, unsigned int, fmt::v10::format_specs<char> const&, fmt::v10::detail::digit_grouping<char> ...
27,085
evmone::instr::core::selfdestruct(evmone::StackTop, long, evmone::ExecutionState&)
corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/instructions.hpp
inline TermResult selfdestruct(StackTop stack, int64_t gas_left, ExecutionState& state) noexcept { if (state.in_static_mode()) return {EVMC_STATIC_MODE_VIOLATION, gas_left}; const auto beneficiary = intx::be::trunc<evmc::address>(stack[0]); if (state.rev >= EVMC_BERLIN && state.host.access_account...
O0
cpp
evmone::instr::core::selfdestruct(evmone::StackTop, long, evmone::ExecutionState&): pushq %rbp movq %rsp, %rbp subq $0xe0, %rsp movq %rdi, -0x18(%rbp) movq %rsi, -0x20(%rbp) movq %rdx, -0x28(%rbp) movq -0x28(%rbp), %rdi callq 0x6b0b0 testb $0x1, %al jne 0x71776 jmp 0x7178a movl $0xb, -0x10(%rbp) movq -0x20(%rbp), %rax ...
_ZN6evmone5instr4core12selfdestructENS_8StackTopElRNS_14ExecutionStateE: push rbp mov rbp, rsp sub rsp, 0E0h mov [rbp+var_18], rdi mov [rbp+var_20], rsi mov [rbp+var_28], rdx mov rdi, [rbp+var_28]; this call _ZNK6evmone14ExecutionState14in_static_modeEv; evmone::ExecutionState::in_static_m...
long long evmone::instr::core::selfdestruct(long long a1, long long a2, evmone::ExecutionState *a3) { long long v3; // rax _BYTE *v4; // rsi int v5; // edx int v6; // r8d int v7; // r9d long long v8; // rax char *v10; // [rsp+18h] [rbp-C8h] char *v11; // [rsp+20h] [rbp-C0h] char v12; // [rsp+2Fh] [rb...
selfdestruct: PUSH RBP MOV RBP,RSP SUB RSP,0xe0 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV RDI,qword ptr [RBP + -0x28] CALL 0x0016b0b0 TEST AL,0x1 JNZ 0x00171776 JMP 0x0017178a LAB_00171776: MOV dword ptr [RBP + -0x10],0xb MOV RAX,qword ptr [RBP + -0x20] MOV qwor...
/* evmone::instr::core::selfdestruct(evmone::StackTop, long, evmone::ExecutionState&) */ int1 [16] evmone::instr::core::selfdestruct(int8 param_1,long param_2,ExecutionState *param_3) { long lVar1; int iVar2; ulong uVar3; uint *puVar4; HostContext *this; int1 auVar5 [16]; bool local_b9; address loca...
27,086
start_of_next_entry
eloqsql/storage/maria/ma_blockrec.c
static inline uint start_of_next_entry(uchar *dir) { uchar *prev; /* Find previous used entry. (There is always a previous entry as the directory never starts with a deleted entry) */ for (prev= dir - DIR_ENTRY_SIZE ; prev[0] == 0 && prev[1] == 0 ; prev-= DIR_ENTRY_SIZE) {} return (u...
O0
c
start_of_next_entry: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $-0x4, %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movzbl (%rax), %ecx xorl %eax, %eax cmpl $0x0, %ecx movb %al, -0x11(%rbp) jne 0x80276 movq -0x10(%rbp), %rax movzbl 0x1(%rax), %eax cmpl $0x0, %eax sete %al movb %al...
start_of_next_entry: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] add rax, 0FFFFFFFFFFFFFFFCh mov [rbp+var_10], rax loc_80254: mov rax, [rbp+var_10] movzx ecx, byte ptr [rax] xor eax, eax cmp ecx, 0 mov [rbp+var_11], al jnz short loc_80276 mov rax, [rb...
long long start_of_next_entry(long long a1) { bool v2; // [rsp+1h] [rbp-11h] _BYTE *i; // [rsp+2h] [rbp-10h] for ( i = (_BYTE *)(a1 - 4); ; i -= 4 ) { v2 = 0; if ( !*i ) v2 = i[1] == 0; if ( !v2 ) break; } return *(unsigned __int16 *)i; }
start_of_next_entry: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] ADD RAX,-0x4 MOV qword ptr [RBP + -0x10],RAX LAB_00180254: MOV RAX,qword ptr [RBP + -0x10] MOVZX ECX,byte ptr [RAX] XOR EAX,EAX CMP ECX,0x0 MOV byte ptr [RBP + -0x11],AL JNZ 0x00180276 MOV RAX,qword ptr [RBP + -0x10]...
int2 start_of_next_entry(long param_1) { bool bVar1; char *local_18; local_18 = (char *)(param_1 + -4); while( true ) { bVar1 = false; if (*local_18 == '\0') { bVar1 = local_18[1] == '\0'; } if (!bVar1) break; local_18 = local_18 + -4; } return *(int2 *)local_18; }
27,087
ma_columndef_write
eloqsql/storage/maria/ma_open.c
my_bool _ma_columndef_write(File file, MARIA_COLUMNDEF *columndef) { uchar buff[MARIA_COLUMNDEF_SIZE]; uchar *ptr=buff; uint low_offset= (uint) (columndef->offset & 0xffff); uint high_offset= (uint) (columndef->offset >> 16); mi_int2store(ptr,(ulong) columndef->column_nr); ptr+= 2; mi_int2store(ptr, low_o...
O0
c
ma_columndef_write: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movl %edi, -0x24(%rbp) movq %rsi, -0x30(%rbp) leaq -0x20(%rbp), %rcx movq %rcx, -0x38(%rbp) movq -0x30(%rbp), %rax movzwl 0x4(%rax), %eax movl %eax, -0x3c(%rbp) movq -0x30(%rbp), %rax movzwl 0x6(%rax), %eax movl %e...
_ma_columndef_write: push rbp mov rbp, rsp sub rsp, 70h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_24], edi mov [rbp+var_30], rsi lea rcx, [rbp+var_20] mov [rbp+var_38], rcx mov rax, [rbp+var_30] movzx eax, word ptr [rax+4] mov [rbp+var_3C], eax mov rax, [rbp+var_...
bool ma_columndef_write(unsigned int a1, long long a2) { __int16 v2; // kr00_2 __int16 v3; // kr04_2 __int16 v4; // kr06_2 __int16 v5; // kr08_2 __int16 v6; // kr0A_2 __int16 v7; // kr0C_2 __int16 v9; // [rsp+30h] [rbp-40h] __int16 v10; // [rsp+34h] [rbp-3Ch] _BYTE v11[24]; // [rsp+50h] [rbp-20h] BYR...
_ma_columndef_write: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x24],EDI MOV qword ptr [RBP + -0x30],RSI LEA RCX,[RBP + -0x20] MOV qword ptr [RBP + -0x38],RCX MOV RAX,qword ptr [RBP + -0x30] MOVZX EAX,word ptr [RAX + 0x4] MOV dword ptr [RBP + -0x3...
int8 _ma_columndef_write(int4 param_1,int4 *param_2) { long lVar1; long in_FS_OFFSET; int1 local_68; int1 uStack_67; int1 local_64; int1 uStack_63; int1 local_60; int1 uStack_5f; int1 local_5c; int1 uStack_5b; int1 local_58; int1 uStack_57; int1 local_54; int1 uStack_53; int1 local_50; ...
27,088
ma_columndef_write
eloqsql/storage/maria/ma_open.c
my_bool _ma_columndef_write(File file, MARIA_COLUMNDEF *columndef) { uchar buff[MARIA_COLUMNDEF_SIZE]; uchar *ptr=buff; uint low_offset= (uint) (columndef->offset & 0xffff); uint high_offset= (uint) (columndef->offset >> 16); mi_int2store(ptr,(ulong) columndef->column_nr); ptr+= 2; mi_int2store(ptr, low_o...
O3
c
ma_columndef_write: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x70, %rsp movl %edi, %ebx movq %fs:0x28, %rax movq %rax, -0x18(%rbp) movl 0x4(%rsi), %eax movl %eax, %ecx movzwl 0xa(%rsi), %edx movb %dl, -0x2f(%rbp) movb %dh, -0x30(%rbp) movb %al, -0x2d(%rbp) movb %ah, -0x2e(%rbp) movzwl (%rsi), %edx rolw $0...
_ma_columndef_write: push rbp mov rbp, rsp push r14 push rbx sub rsp, 70h mov ebx, edi mov rax, fs:28h mov [rbp+var_18], rax mov eax, [rsi+4] mov ecx, eax movzx edx, word ptr [rsi+0Ah] mov [rbp+var_2F], dl mov [rbp+var_30], dh mov [rbp+var_2D], al mov [rbp+var_2E],...
bool ma_columndef_write(unsigned int a1, long long a2) { int v2; // eax __int16 v3; // kr00_2 long long v4; // rax long long v5; // rax _BYTE v7[72]; // [rsp+0h] [rbp-80h] BYREF long long v8; // [rsp+48h] [rbp-38h] BYREF _BYTE v9[4]; // [rsp+50h] [rbp-30h] BYREF __int16 v10; // [rsp+54h] [rbp-2Ch] __...
_ma_columndef_write: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x70 MOV EBX,EDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX MOV EAX,dword ptr [RSI + 0x4] MOV ECX,EAX MOVZX EDX,word ptr [RSI + 0xa] MOV byte ptr [RBP + -0x2f],DL MOV byte ptr [RBP + -0x30],DH MOV byte ptr [RBP + -0x2d],AL MOV byte ptr...
bool _ma_columndef_write(int4 param_1,ushort *param_2) { int4 uVar1; long lVar2; long in_FS_OFFSET; int1 local_88 [72]; long local_40; int1 local_38; int1 local_37; int1 local_36; int1 local_35; ushort local_34; ushort local_32; ushort local_30; ushort local_2e; ushort local_2c; int1 loc...
27,089
mj_nc
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_core_constraint.c
static int mj_nc(const mjModel* m, mjData* d, int* nnz) { int nnzc = 0, nc = 0; int ispyramid = mj_isPyramidal(m), ncon = d->ncon; if (mjDISABLED(mjDSBL_CONTACT) || !ncon) { return 0; } mj_markStack(d); int *chain = mj_stackAllocInt(d, m->nv); for (int i=0; i < ncon; i++) { mjContact* con = d->...
O0
c
mj_nc: subq $0x98, %rsp movq %rdi, 0x88(%rsp) movq %rsi, 0x80(%rsp) movq %rdx, 0x78(%rsp) movl $0x0, 0x74(%rsp) movl $0x0, 0x70(%rsp) movq 0x88(%rsp), %rdi callq 0x49840 movl %eax, 0x6c(%rsp) movq 0x80(%rsp), %rax movl 0x27744(%rax), %eax movl %eax, 0x68(%rsp) movq 0x88(%rsp), %rax movl 0x258(%rax), %eax andl $0x10, %e...
mj_nc: sub rsp, 98h mov [rsp+98h+var_10], rdi mov [rsp+98h+var_18], rsi mov [rsp+98h+var_20], rdx mov [rsp+98h+var_24], 0 mov [rsp+98h+var_28], 0 mov rdi, [rsp+98h+var_10] call _mj_isPyramidal mov [rsp+98h+var_2C], eax mov rax, [rsp+98h+var_18] mov eax, [rax+27744h] mov [r...
long long mj_nc(long long a1, long long a2, _DWORD *a3) { long long v3; // rdx int v4; // ecx int v5; // eax int v6; // ecx int v7; // eax int v8; // ecx int v9; // eax int v11; // [rsp+0h] [rbp-98h] int k; // [rsp+4h] [rbp-94h] long long v13; // [rsp+8h] [rbp-90h] int v14; // [rsp+14h] [rbp-84h]...
mj_nc: SUB RSP,0x98 MOV qword ptr [RSP + 0x88],RDI MOV qword ptr [RSP + 0x80],RSI MOV qword ptr [RSP + 0x78],RDX MOV dword ptr [RSP + 0x74],0x0 MOV dword ptr [RSP + 0x70],0x0 MOV RDI,qword ptr [RSP + 0x88] CALL 0x00149840 MOV dword ptr [RSP + 0x6c],EAX MOV RAX,qword ptr [RSP + 0x80] MOV EAX,dword ptr [RAX + 0x27744] MO...
int mj_nc(long param_1,long param_2,int *param_3) { int iVar1; int iVar2; int iVar3; int iVar4; long lVar5; long lVar6; int local_94; int local_7c; int4 local_78 [10]; int local_50; int local_4c; long local_48; int local_3c; int8 local_38; int local_30; int local_2c; int local_28; ...
27,090
LefDefParser::lefiVia::lefiVia()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiVia.cpp
lefiVia::lefiVia() : name_(NULL), nameSize_(0), hasDefault_(0), hasGenerated_(0), hasResistance_(0), hasForeignPnt_(0), hasTopOfStack_(0), numProps_(0), propsAllocated_(0), propName_(NULL), propValue_(NULL), propDValue_(NULL), propType_(NULL), numLayers_(0), layersAllocated_(0), layers_(NU...
O0
cpp
LefDefParser::lefiVia::lefiVia(): pushq %rax movq %rdi, (%rsp) movq (%rsp), %rdi movq $0x0, (%rdi) movl $0x0, 0x8(%rdi) movl $0x0, 0xc(%rdi) movl $0x0, 0x10(%rdi) movl $0x0, 0x14(%rdi) movl $0x0, 0x18(%rdi) movl $0x0, 0x1c(%rdi) movl $0x0, 0x20(%rdi) movl $0x0, 0x24(%rdi) movq $0x0, 0x28(%rdi) movq $0x0, 0x30(%rdi) mov...
_ZN12LefDefParser7lefiViaC2Ev: push rax mov [rsp+8+var_8], rdi mov rdi, [rsp+8+var_8]; this mov qword ptr [rdi], 0 mov dword ptr [rdi+8], 0 mov dword ptr [rdi+0Ch], 0 mov dword ptr [rdi+10h], 0 mov dword ptr [rdi+14h], 0 mov dword ptr [rdi+18h], 0 mov dword ptr [rdi+1Ch], 0 mov ...
LefDefParser::lefiVia * LefDefParser::lefiVia::lefiVia(LefDefParser::lefiVia *this) { *(_QWORD *)this = 0LL; *((_DWORD *)this + 2) = 0; *((_DWORD *)this + 3) = 0; *((_DWORD *)this + 4) = 0; *((_DWORD *)this + 5) = 0; *((_DWORD *)this + 6) = 0; *((_DWORD *)this + 7) = 0; *((_DWORD *)this + 8) = 0; *((_...
lefiVia: PUSH RAX MOV qword ptr [RSP],RDI MOV RDI,qword ptr [RSP] MOV qword ptr [RDI],0x0 MOV dword ptr [RDI + 0x8],0x0 MOV dword ptr [RDI + 0xc],0x0 MOV dword ptr [RDI + 0x10],0x0 MOV dword ptr [RDI + 0x14],0x0 MOV dword ptr [RDI + 0x18],0x0 MOV dword ptr [RDI + 0x1c],0x0 MOV dword ptr [RDI + 0x20],0x0 MOV dword ptr [...
/* LefDefParser::lefiVia::lefiVia() */ lefiVia * __thiscall LefDefParser::lefiVia::lefiVia(lefiVia *this) { *(int8 *)this = 0; *(int4 *)(this + 8) = 0; *(int4 *)(this + 0xc) = 0; *(int4 *)(this + 0x10) = 0; *(int4 *)(this + 0x14) = 0; *(int4 *)(this + 0x18) = 0; *(int4 *)(this + 0x1c) = 0; *(int4 *)(...
27,091
my_rw_rdlock
eloqsql/mysys/thr_rwlock.c
int my_rw_rdlock(my_rw_lock_t *rwp) { pthread_mutex_lock(&rwp->lock); /* active or queued writers */ while (( rwp->state < 0 ) || rwp->waiters) pthread_cond_wait( &rwp->readers, &rwp->lock); rwp->state++; pthread_mutex_unlock(&rwp->lock); return(0); }
O3
c
my_rw_rdlock: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rdi, %rbx callq 0x29210 leaq 0x28(%rbx), %r14 movl 0x88(%rbx), %eax testl %eax, %eax js 0xa454e cmpl $0x0, 0x8c(%rbx) je 0xa455b movq %r14, %rdi movq %rbx, %rsi callq 0x29430 jmp 0xa453b incl %eax movl %eax, 0x88(%rbx) movq %rbx, %rdi callq 0x291d0 xo...
my_rw_rdlock: push rbp mov rbp, rsp push r14 push rbx mov rbx, rdi call _pthread_mutex_lock lea r14, [rbx+28h] loc_A453B: mov eax, [rbx+88h] test eax, eax js short loc_A454E cmp dword ptr [rbx+8Ch], 0 jz short loc_A455B loc_A454E: mov rdi, r14 mov rsi, rbx call _p...
long long my_rw_rdlock(long long a1) { int v1; // eax pthread_mutex_lock(a1); while ( 1 ) { v1 = *(_DWORD *)(a1 + 136); if ( v1 >= 0 && !*(_DWORD *)(a1 + 140) ) break; pthread_cond_wait(a1 + 40, a1); } *(_DWORD *)(a1 + 136) = v1 + 1; pthread_mutex_unlock(a1); return 0LL; }
my_rw_rdlock: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RDI CALL 0x00129210 LEA R14,[RBX + 0x28] LAB_001a453b: MOV EAX,dword ptr [RBX + 0x88] TEST EAX,EAX JS 0x001a454e CMP dword ptr [RBX + 0x8c],0x0 JZ 0x001a455b LAB_001a454e: MOV RDI,R14 MOV RSI,RBX CALL 0x00129430 JMP 0x001a453b LAB_001a455b: INC EAX MOV dword ...
int8 my_rw_rdlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); while ((*(int *)((long)param_1 + 0x88) < 0 || (*(int *)((long)param_1 + 0x8c) != 0))) { pthread_cond_wait((pthread_cond_t *)(param_1 + 1),param_1); } *(int *)((long)param_1 + 0x88) = *(int *)((long)param_1 + 0x88) + 1; pthread_mu...
27,092
nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*)
ng-log[P]ng-log/src/logging.cc
LogDestination::LogDestination(LogSeverity severity, const char* base_filename) : fileobject_(severity, base_filename), logger_(&fileobject_) {}
O2
cpp
nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*): pushq %rbp pushq %r14 pushq %rbx subq $0x10, %rsp movl %esi, %ebp movq %rdi, %rbx leaq 0x23be0(%rip), %rax # 0x2e800 movq %rax, (%rdi) xorps %xmm0, %xmm0 movups %xmm0, 0x8(%rdi) movups %xmm0, 0x18(%rdi) andq $0x0, 0x28(%rdi) testq %rdx, %rdx se...
_ZN5nglog14LogDestinationC2ENS_11LogSeverityEPKc: push rbp; Alternative name is 'nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*)' push r14 push rbx sub rsp, 10h mov ebp, esi mov rbx, rdi lea rax, off_2E800 mov [rdi], rax xorps xmm0, xmm0 movups xmmword ptr [rdi+8],...
long long nglog::LogDestination::LogDestination(long long a1, int a2, char *a3) { char *v5; // rsi nglog::tools *v6; // rdi long long v7; // rax long long result; // rax *(_QWORD *)a1 = off_2E800; *(_OWORD *)(a1 + 8) = 0LL; *(_OWORD *)(a1 + 24) = 0LL; *(_QWORD *)(a1 + 40) = 0LL; *(_BYTE *)(a1 + 48) ...
LogDestination: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x10 MOV EBP,ESI MOV RBX,RDI LEA RAX,[0x12e800] MOV qword ptr [RDI],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x8],XMM0 MOVUPS xmmword ptr [RDI + 0x18],XMM0 AND qword ptr [RDI + 0x28],0x0 TEST RDX,RDX SETNZ byte ptr [RDI + 0x30] LEA R14,[RDI + 0x38] LEA RSI,[0x11ff...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*) */ void __thiscall nglog::LogDestination::LogDestination(LogDestination *this,int4 param_2,char *param_3) { char *pcVar1; int8 uVar2; allocator local_1a...
27,093
nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*)
ng-log[P]ng-log/src/logging.cc
LogDestination::LogDestination(LogSeverity severity, const char* base_filename) : fileobject_(severity, base_filename), logger_(&fileobject_) {}
O3
cpp
nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movl %esi, %ebp movq %rdi, %rbx leaq 0x26260(%rip), %rax # 0x307e0 movq %rax, (%rdi) xorps %xmm0, %xmm0 movups %xmm0, 0x8(%rdi) movups %xmm0, 0x18(%rdi) movq $0x0, 0x28(%rd...
_ZN5nglog14LogDestinationC2ENS_11LogSeverityEPKc: push rbp; Alternative name is 'nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*)' push r15 push r14 push r12 push rbx sub rsp, 10h mov ebp, esi mov rbx, rdi lea rax, off_307E0 mov [rdi], rax xorps xmm0, xmm0 movu...
long long nglog::LogDestination::LogDestination(long long a1, int a2, char *a3) { nglog::tools *v3; // r14 char *v4; // r15 long long v5; // rax long long v6; // rax long long result; // rax _BYTE v8[41]; // [rsp+Fh] [rbp-29h] BYREF *(_QWORD *)a1 = off_307E0; *(_OWORD *)(a1 + 8) = 0LL; *(_OWORD *)(a...
LogDestination: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV EBP,ESI MOV RBX,RDI LEA RAX,[0x1307e0] MOV qword ptr [RDI],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x8],XMM0 MOVUPS xmmword ptr [RDI + 0x18],XMM0 MOV qword ptr [RDI + 0x28],0x0 LEA R14,[RDI + 0x38] TEST RDX,RDX SETNZ byte ptr [RDI + 0x3...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* nglog::LogDestination::LogDestination(nglog::LogSeverity, char const*) */ void __thiscall nglog::LogDestination::LogDestination(LogDestination *this,int4 param_2,char *param_3) { size_t sVar1; char *pcVar2; int8 uVar3; al...
27,094
translog_scanner_eol
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_scanner_eol(TRANSLOG_SCANNER_DATA *scanner) { DBUG_ENTER("translog_scanner_eol"); DBUG_PRINT("enter", ("Horizon: " LSN_FMT " Current: (%u, 0x%x+0x%x=0x%x)", LSN_IN_PARTS(scanner->horizon), LSN_IN_PARTS(scanner->page_addr), (uint) scanne...
O0
c
translog_scanner_eol: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) jmp 0x5d71e movq -0x10(%rbp), %rax movq 0x2008(%rax), %rax movq -0x10(%rbp), %rcx movq 0x2000(%rcx), %rcx movq -0x10(%rbp), %rdx movl 0x2028(%rdx), %edx addq %rdx, %rcx cmpq %rcx, %rax jle 0x5d752 jmp 0x5d748 jmp 0x5d74a jmp 0x5d74...
translog_scanner_eol: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_10], rdi jmp short $+2 loc_5D71E: mov rax, [rbp+var_10] mov rax, [rax+2008h] mov rcx, [rbp+var_10] mov rcx, [rcx+2000h] mov rdx, [rbp+var_10] mov edx, [rdx+2028h] add rcx, rdx cmp rax, rcx jle sh...
bool translog_scanner_eol(long long a1) { if ( *(_QWORD *)(a1 + 8200) > (signed long long)(*(unsigned int *)(a1 + 8232) + *(_QWORD *)(a1 + 0x2000)) ) return 0; if ( *(_BYTE *)(a1 + 8236) ) return 1; *(_QWORD *)(a1 + 8200) = translog_get_horizon(); return *(_QWORD *)(a1 + 8200) <= (long long)(*(unsigned...
translog_scanner_eol: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x10],RDI JMP 0x0015d71e LAB_0015d71e: MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x2008] MOV RCX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RCX + 0x2000] MOV RDX,qword ptr [RBP + -0x10] MOV EDX,dword ptr [RDX + 0x2028] ADD RCX,...
bool translog_scanner_eol(long param_1) { int8 uVar1; int1 local_9; if ((long)(*(long *)(param_1 + 0x2000) + (ulong)*(uint *)(param_1 + 0x2028)) < *(long *)(param_1 + 0x2008)) { local_9 = false; } else if (*(char *)(param_1 + 0x202c) == '\0') { uVar1 = translog_get_horizon(); *(int8 *)(...
27,095
pocketflow::Node<std::nullptr_t, int>::Node(int, long long)
The-Pocket[P]PocketFlow-CPP/pocketflow.h
Node(int retries = 1, long long waitMilliseconds = 0) : maxRetries(retries), waitMillis(waitMilliseconds) { if (maxRetries < 1) throw std::invalid_argument("maxRetries must be at least 1"); if (waitMillis < 0) throw std::invalid_argument("waitMillis cannot be negative"); }
O0
c
pocketflow::Node<std::nullptr_t, int>::Node(int, long long): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x30(%rbp) callq 0x15db0 movq -0x30(%rbp), %rax leaq 0x1500d(%rip), %rcx # 0x29808 addq $0x10, %rcx movq %rcx,...
_ZN10pocketflow4NodeIDniEC2Eix: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_18], rdx mov rdi, [rbp+var_8] mov [rbp+var_30], rdi call _ZN10pocketflow8BaseNodeIDniEC2Ev; pocketflow::BaseNode<decltype(nullptr),int>::BaseNode(void) mov rax,...
long long pocketflow::Node<decltype(nullptr),int>::Node(long long a1, int a2, long long a3) { long long result; // rax std::invalid_argument *v4; // [rsp+0h] [rbp-40h] std::invalid_argument *exception; // [rsp+8h] [rbp-38h] pocketflow::BaseNode<decltype(nullptr),int>::BaseNode(); *(_QWORD *)a1 = &`vtable fo...
Node: 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 RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x30],RDI CALL 0x00115db0 MOV RAX,qword ptr [RBP + -0x30] LEA RCX,[0x129808] ADD RCX,0x10 MOV qword ptr [RAX],RCX MOV ECX,dword ptr [...
/* pocketflow::Node<decltype(nullptr), int>::Node(int, long long) */ void __thiscall pocketflow::Node<decltype(nullptr),int>::Node (Node<decltype(nullptr),int> *this,int param_1,longlong param_2) { invalid_argument *piVar1; BaseNode<decltype(nullptr),int>::BaseNode((BaseNode<decltype(nullptr),int> *...
27,096
pocketflow::Node<std::nullptr_t, int>::Node(int, long long)
The-Pocket[P]PocketFlow-CPP/pocketflow.h
Node(int retries = 1, long long waitMilliseconds = 0) : maxRetries(retries), waitMillis(waitMilliseconds) { if (maxRetries < 1) throw std::invalid_argument("maxRetries must be at least 1"); if (waitMillis < 0) throw std::invalid_argument("waitMillis cannot be negative"); }
O1
c
pocketflow::Node<std::nullptr_t, int>::Node(int, long long): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movl %esi, %ebp movq %rdi, %rbx leaq 0x82ee(%rip), %rax # 0x17cf8 movq %rax, (%rdi) leaq 0x10(%rdi), %rax xorl %ecx, %ecx movl %ecx, 0x10(%rdi) movq %rcx, 0x18(%rdi) movq %rax, 0x20(%...
_ZN10pocketflow4NodeIiDnEC2Eix: push rbp push r15 push r14 push rbx push rax mov r14, rdx mov ebp, esi mov rbx, rdi lea rax, off_17CF8 mov [rdi], rax lea rax, [rdi+10h] xor ecx, ecx mov [rdi+10h], ecx mov [rdi+18h], rcx mov [rdi+20h], rax mov [rdi+28h], rax mov...
long long ( ** pocketflow::Node<int,decltype(nullptr)>::Node(long long a1, int a2, long long a3))() { long long ( **result)(); // rax std::invalid_argument *exception; // r15 *(_QWORD *)a1 = &off_17CF8; *(_DWORD *)(a1 + 16) = 0; *(_QWORD *)(a1 + 24) = 0LL; *(_QWORD *)(a1 + 32) = a1 + 16; *(_QWORD *)(a1 +...
Node: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV EBP,ESI MOV RBX,RDI LEA RAX,[0x117cf8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x10] XOR ECX,ECX MOV dword ptr [RDI + 0x10],ECX MOV qword ptr [RDI + 0x18],RCX MOV qword ptr [RDI + 0x20],RAX MOV qword ptr [RDI + 0x28],RAX MOV qword ptr [RDI + 0x30],RCX LE...
/* pocketflow::Node<int, decltype(nullptr)>::Node(int, long long) */ void __thiscall pocketflow::Node<int,decltype(nullptr)>::Node (Node<int,decltype(nullptr)> *this,int param_1,longlong param_2) { invalid_argument *this_00; *(int ***)this = &PTR__BaseNode_00117cf8; *(int4 *)(this + 0x10) = 0; *...
27,097
pocketflow::Node<std::nullptr_t, int>::Node(int, long long)
The-Pocket[P]PocketFlow-CPP/pocketflow.h
Node(int retries = 1, long long waitMilliseconds = 0) : maxRetries(retries), waitMillis(waitMilliseconds) { if (maxRetries < 1) throw std::invalid_argument("maxRetries must be at least 1"); if (waitMillis < 0) throw std::invalid_argument("waitMillis cannot be negative"); }
O2
c
pocketflow::Node<std::nullptr_t, int>::Node(int, long long): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movl %esi, %ebp movq %rdi, %rbx callq 0xd838 leaq 0x9109(%rip), %rax # 0x15c68 movq %rax, (%rbx) movl %ebp, 0x88(%rbx) movq %r14, 0x90(%rbx) andl $0x0, 0x98(%rbx) testl %ebp, %ebp jle...
_ZN10pocketflow4NodeIiDnEC2Eix: push rbp push r15 push r14 push rbx push rax mov r14, rdx mov ebp, esi mov rbx, rdi call _ZN10pocketflow8BaseNodeIiDnEC2Ev; pocketflow::BaseNode<int,decltype(nullptr)>::BaseNode(void) lea rax, off_15C68 mov [rbx], rax mov [rbx+88h], ebp mov [...
long long ( ** pocketflow::Node<int,decltype(nullptr)>::Node(long long a1, int a2, long long a3))() { long long ( **result)(); // rax std::invalid_argument *exception; // r14 pocketflow::BaseNode<int,decltype(nullptr)>::BaseNode(a1); result = &off_15C68; *(_QWORD *)a1 = &off_15C68; *(_DWORD *)(a1 + 136) = ...
Node: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV EBP,ESI MOV RBX,RDI CALL 0x0010d838 LEA RAX,[0x115c68] MOV qword ptr [RBX],RAX MOV dword ptr [RBX + 0x88],EBP MOV qword ptr [RBX + 0x90],R14 AND dword ptr [RBX + 0x98],0x0 TEST EBP,EBP JLE 0x0010cb8a TEST R14,R14 JS 0x0010cba6 ADD RSP,0x8 POP RBX POP R1...
/* pocketflow::Node<int, decltype(nullptr)>::Node(int, long long) */ void __thiscall pocketflow::Node<int,decltype(nullptr)>::Node (Node<int,decltype(nullptr)> *this,int param_1,longlong param_2) { invalid_argument *this_00; BaseNode<int,decltype(nullptr)>::BaseNode((BaseNode<int,decltype(nullptr)> ...
27,098
pocketflow::Node<std::nullptr_t, int>::Node(int, long long)
The-Pocket[P]PocketFlow-CPP/pocketflow.h
Node(int retries = 1, long long waitMilliseconds = 0) : maxRetries(retries), waitMillis(waitMilliseconds) { if (maxRetries < 1) throw std::invalid_argument("maxRetries must be at least 1"); if (waitMillis < 0) throw std::invalid_argument("waitMillis cannot be negative"); }
O3
c
pocketflow::Node<std::nullptr_t, int>::Node(int, long long): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movl %esi, %ebp movq %rdi, %rbx leaq 0x992c(%rip), %rax # 0x17ad0 movq %rax, (%rdi) leaq 0x10(%rdi), %rax xorl %ecx, %ecx movl %ecx, 0x10(%rdi) movq %rcx, 0x18(%rdi) movq %rax, 0x20(%...
_ZN10pocketflow4NodeIiiEC2Eix: push rbp push r15 push r14 push rbx push rax mov r14, rdx mov ebp, esi mov rbx, rdi lea rax, off_17AD0 mov [rdi], rax lea rax, [rdi+10h] xor ecx, ecx mov [rdi+10h], ecx mov [rdi+18h], rcx mov [rdi+20h], rax mov [rdi+28h], rax mov ...
long long ( ** pocketflow::Node<int,int>::Node(long long a1, int a2, long long a3))() { long long ( **result)(); // rax std::invalid_argument *exception; // r15 *(_QWORD *)a1 = &off_17AD0; *(_DWORD *)(a1 + 16) = 0; *(_QWORD *)(a1 + 24) = 0LL; *(_QWORD *)(a1 + 32) = a1 + 16; *(_QWORD *)(a1 + 40) = a1 + 16...
Node: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV EBP,ESI MOV RBX,RDI LEA RAX,[0x117ad0] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x10] XOR ECX,ECX MOV dword ptr [RDI + 0x10],ECX MOV qword ptr [RDI + 0x18],RCX MOV qword ptr [RDI + 0x20],RAX MOV qword ptr [RDI + 0x28],RAX MOV qword ptr [RDI + 0x30],RCX LE...
/* pocketflow::Node<int, int>::Node(int, long long) */ void __thiscall pocketflow::Node<int,int>::Node(Node<int,int> *this,int param_1,longlong param_2) { invalid_argument *this_00; *(int ***)this = &PTR__BaseNode_00117ad0; *(int4 *)(this + 0x10) = 0; *(int8 *)(this + 0x18) = 0; *(Node<int,int> **)(this...
27,099
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp)
monkey531[P]llama/common/json.hpp
inline void grisu2(char* buf, int& len, int& decimal_exponent, diyfp m_minus, diyfp v, diyfp m_plus) { JSON_ASSERT(m_plus.e == m_minus.e); JSON_ASSERT(m_plus.e == v.e); // --------(-----------------------+-----------------------)-------- (A) // m- v ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp m...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl6grisu2EPcRiS4_NS2_5diyfpES5_S5_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov [rsp+0A8h+var_50], rcx mov [rsp+0A8h+var_48], r8d cmp [rsp+0A8h+arg_18], r8d jnz loc_B7AFA mov [rsp+0A8h+var_88], rdi mov ...
long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2( nlohmann::json_abi_v3_11_3::detail::dtoa_impl *a1, int a2, _DWORD *a3, long long a4, unsigned int a5, long long a6, char a7, int a8, char a9, int a10) { long long cached_po...
grisu2: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV qword ptr [RSP + 0x58],RCX MOV dword ptr [RSP + 0x60],R8D CMP dword ptr [RSP + 0xc8],R8D JNZ 0x001b7afa MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x30],RDX LEA R13,[RSP + 0xb0] CMP dword ptr [R13 + 0x...
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) */ void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2 ...