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
29,400
UnloadMusicStream
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raudio.c
void UnloadMusicStream(Music music) { UnloadAudioStream(music.stream); if (music.ctxData != NULL) { if (false) { } #if defined(SUPPORT_FILEFORMAT_WAV) else if (music.ctxType == MUSIC_AUDIO_WAV) drwav_uninit((drwav *)music.ctxData); #endif #if defined(SUPPORT_FILEFORMAT_OGG) else if ...
O0
c
UnloadMusicStream: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp leaq 0x10(%rbp), %rax movq %rax, -0x8(%rbp) movq (%rax), %rcx movq %rcx, (%rsp) movq 0x8(%rax), %rcx movq %rcx, 0x8(%rsp) movq 0x10(%rax), %rcx movq %rcx, 0x10(%rsp) movq 0x18(%rax), %rax movq %rax, 0x18(%rsp) callq 0x7cf30 movq -0x8(%rbp), %rax cmpq $0x0, ...
UnloadMusicStream: push rbp mov rbp, rsp sub rsp, 30h lea rax, [rbp+arg_0] mov [rbp+var_8], rax mov rcx, [rax] mov [rsp+30h+var_30], rcx mov rcx, [rax+8] mov [rsp+30h+var_28], rcx mov rcx, [rax+10h] mov [rsp+30h+var_20], rcx mov rax, [rax+18h] mov [rsp+30h+var_18], rax...
long long * UnloadMusicStream( int a1, int a2, int a3, long long a4, int a5, int a6, long long a7, long long a8, long long a9, long long a10, long long a11, int a12, _QWORD *a13) { long long *result; // rax Unlo...
UnloadMusicStream: PUSH RBP MOV RBP,RSP SUB RSP,0x30 LEA RAX,[RBP + 0x10] MOV qword ptr [RBP + -0x8],RAX MOV RCX,qword ptr [RAX] MOV qword ptr [RSP],RCX MOV RCX,qword ptr [RAX + 0x8] MOV qword ptr [RSP + 0x8],RCX MOV RCX,qword ptr [RAX + 0x10] MOV qword ptr [RSP + 0x10],RCX MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr ...
void UnloadMusicStream(void) { int in_stack_00000030; void *in_stack_00000038; UnloadAudioStream(); if (in_stack_00000038 != (void *)0x0) { if (in_stack_00000030 == 1) { drwav_uninit(in_stack_00000038); } else if (in_stack_00000030 == 2) { stb_vorbis_close(in_stack_00000038); } ...
29,401
UnloadMusicStream
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raudio.c
void UnloadMusicStream(Music music) { UnloadAudioStream(music.stream); if (music.ctxData != NULL) { if (false) { } #if defined(SUPPORT_FILEFORMAT_WAV) else if (music.ctxType == MUSIC_AUDIO_WAV) drwav_uninit((drwav *)music.ctxData); #endif #if defined(SUPPORT_FILEFORMAT_OGG) else if ...
O1
c
UnloadMusicStream: pushq %rbx movq 0x10(%rsp), %rdi callq 0x432be leaq 0x9761d(%rip), %rsi # 0xdc68f movl $0x3, %edi xorl %eax, %eax callq 0xbfa73 movq 0x40(%rsp), %rbx testq %rbx, %rbx je 0x450b0 leaq 0x10(%rsp), %rax movl 0x28(%rax), %eax decl %eax cmpl $0x6, %eax ja 0x450b0 leaq 0x90922(%rip), %rcx # 0xd59c0...
UnloadMusicStream: push rbx mov rdi, [rsp+8+arg_0] call UnloadAudioBuffer lea rsi, aStreamUnloaded; "STREAM: Unloaded audio stream data from"... mov edi, 3 xor eax, eax call TraceLog mov rbx, [rsp+8+arg_30] test rbx, rbx jz short def_450A5; jumptable 00000000000450A5 default case, c...
long long UnloadMusicStream( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, long long a7, int a8, int a9, int a10, int a11, int a12, _QWORD *a13) { int v13; // edx int v14; /...
UnloadMusicStream: PUSH RBX MOV RDI,qword ptr [RSP + 0x10] CALL 0x001432be LEA RSI,[0x1dc68f] MOV EDI,0x3 XOR EAX,EAX CALL 0x001bfa73 MOV RBX,qword ptr [RSP + 0x40] TEST RBX,RBX JZ 0x001450b0 LEA RAX,[RSP + 0x10] MOV EAX,dword ptr [RAX + 0x28] DEC EAX CMP EAX,0x6 JA 0x001450b0 LEA RCX,[0x1d59c0] MOVSXD RAX,dword ptr [R...
void UnloadMusicStream(void) { int8 in_stack_00000008; int4 in_stack_00000030; int8 *in_stack_00000038; UnloadAudioBuffer(in_stack_00000008); TraceLog(3,"STREAM: Unloaded audio stream data from RAM"); if (in_stack_00000038 == (int8 *)0x0) { switchD_001450a5_caseD_2: return; } switch(in_stack_00...
29,402
UnloadMusicStream
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raudio.c
void UnloadMusicStream(Music music) { UnloadAudioStream(music.stream); if (music.ctxData != NULL) { if (false) { } #if defined(SUPPORT_FILEFORMAT_WAV) else if (music.ctxType == MUSIC_AUDIO_WAV) drwav_uninit((drwav *)music.ctxData); #endif #if defined(SUPPORT_FILEFORMAT_OGG) else if ...
O3
c
UnloadMusicStream: pushq %rbx movq 0x10(%rsp), %rdi callq 0x42b11 leaq 0x91d87(%rip), %rsi # 0xd666f movl $0x3, %edi xorl %eax, %eax callq 0xb9db7 movq 0x40(%rsp), %rbx testq %rbx, %rbx je 0x44926 leaq 0x10(%rsp), %rax movl 0x28(%rax), %eax decl %eax cmpl $0x6, %eax ja 0x44926 leaq 0x8b2f4(%rip), %rcx # 0xcfc08...
UnloadMusicStream: push rbx mov rdi, [rsp+8+arg_0] call UnloadAudioBuffer lea rsi, aStreamUnloaded; "STREAM: Unloaded audio stream data from"... mov edi, 3 xor eax, eax call TraceLog mov rbx, [rsp+8+arg_30] test rbx, rbx jz short def_4491B; jumptable 000000000004491B default case, c...
long long UnloadMusicStream( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, long long a7, int a8, int a9, int a10, int a11, int a12, _QWORD *a13) { int v13; // edx int v14; /...
UnloadMusicStream: PUSH RBX MOV RDI,qword ptr [RSP + 0x10] CALL 0x00142b11 LEA RSI,[0x1d666f] MOV EDI,0x3 XOR EAX,EAX CALL 0x001b9db7 MOV RBX,qword ptr [RSP + 0x40] TEST RBX,RBX JZ 0x00144926 LEA RAX,[RSP + 0x10] MOV EAX,dword ptr [RAX + 0x28] DEC EAX CMP EAX,0x6 JA 0x00144926 LEA RCX,[0x1cfc08] MOVSXD RAX,dword ptr [R...
void UnloadMusicStream(void) { int8 in_stack_00000008; int4 in_stack_00000030; int8 *in_stack_00000038; UnloadAudioBuffer(in_stack_00000008); TraceLog(3,"STREAM: Unloaded audio stream data from RAM"); if (in_stack_00000038 == (int8 *)0x0) { switchD_0014491b_caseD_2: return; } switch(in_stack_00...
29,403
mi_pack_get_block_info
eloqsql/storage/myisam/mi_packrec.c
uint _mi_pack_get_block_info(MI_INFO *myisam, MI_BIT_BUFF *bit_buff, MI_BLOCK_INFO *info, uchar **rec_buff_p, File file, my_off_t filepos) { uchar *header=info->header; uint head_length, UNINIT_VAR(ref_length); if (file >= 0) { ref_length=myisam->s-...
O0
c
mi_pack_get_block_info: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movl %r8d, -0x2c(%rbp) movq %r9, -0x38(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x40(%rbp) movl -0x48(%rbp), %eax movl %eax, -0x48(%rbp) cmpl $0x0, -0x2c(%rbp) ...
_mi_pack_get_block_info: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_2C], r8d mov [rbp+var_38], r9 mov rax, [rbp+var_20] mov [rbp+var_40], rax mov eax, [rbp+var_48] mov [rbp+var...
long long mi_pack_get_block_info(_QWORD *a1, long long a2, long long a3, long long *a4, signed int a5, long long a6) { long long v7; // [rsp+0h] [rbp-50h] unsigned int v8; // [rsp+8h] [rbp-48h] unsigned int pack_length_0; // [rsp+Ch] [rbp-44h] if ( a5 >= 0 && (v8 = *(_DWORD *)(*a1 + 576LL), inline...
_mi_pack_get_block_info: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV dword ptr [RBP + -0x2c],R8D MOV qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x40],RAX MOV EA...
int4 _mi_pack_get_block_info (long *param_1,long param_2,long param_3,long *param_4,int param_5,long param_6) { int iVar1; long lVar2; int local_58; int local_50; uint local_4c; if (-1 < param_5) { local_50 = *(int *)(*param_1 + 0x240); inline_mysql_file_seek ("/workspac...
29,404
null_PCAP_PERROR
xtate/src/stub/stub-pcap.c
static void null_PCAP_PERROR(pcap_t *p, char *prefix) { #ifdef STATICPCAP pcap_perror(p, prefix); return; #endif UNUSEDPARM(p); fprintf(stderr, "%s\n", prefix); perror("pcap"); }
O3
c
null_PCAP_PERROR: pushq %rax movq %rsi, %rdx movq 0x7efcb(%rip), %rax # 0x94fd0 movq (%rax), %rdi leaq 0x609bf(%rip), %rsi # 0x769ce xorl %eax, %eax callq 0x15220 leaq 0x5bf08(%rip), %rdi # 0x71f25 popq %rax jmp 0x15320
null_PCAP_PERROR: push rax mov rdx, rsi mov rax, cs:stderr_ptr mov rdi, [rax] lea rsi, aS_1+5; "%s\n" xor eax, eax call _fprintf lea rdi, aPcap; "pcap" pop rax jmp _perror
long long null_PCAP_PERROR(long long a1, const char *a2) { fprintf(stderr, "%s\n", a2); return perror("pcap"); }
null_PCAP_PERROR: PUSH RAX MOV RDX,RSI MOV RAX,qword ptr [0x00194fd0] MOV RDI,qword ptr [RAX] LEA RSI,[0x1769ce] XOR EAX,EAX CALL 0x00115220 LEA RDI,[0x171f25] POP RAX JMP 0x00115320
void null_PCAP_PERROR(int8 param_1,int8 param_2) { fprintf(*(FILE **)PTR_stderr_00194fd0,"%s\n",param_2); perror("pcap"); return; }
29,405
table_setup_instruments::get_row_count()
eloqsql/storage/perfschema/table_setup_instruments.cc
ha_rows table_setup_instruments::get_row_count(void) { return wait_class_max + stage_class_max + statement_class_max + transaction_class_max + memory_class_max; }
O0
cpp
table_setup_instruments::get_row_count(): pushq %rbp movq %rsp, %rbp leaq 0x15fde15(%rip), %rax # 0x2544da0 movl (%rax), %eax leaq 0x15fd5bc(%rip), %rcx # 0x2544550 addq (%rcx), %rax leaq 0x15fd5c2(%rip), %rcx # 0x2544560 addq (%rcx), %rax leaq 0x15fd5e8(%rip), %rcx # 0x2544590 addq (%rcx), %rax leaq 0x15fd5ce(...
_ZN23table_setup_instruments13get_row_countEv: push rbp mov rbp, rsp lea rax, wait_class_max mov eax, [rax] lea rcx, stage_class_max add rax, [rcx] lea rcx, statement_class_max add rax, [rcx] lea rcx, transaction_class_max add rax, [rcx] lea rcx, memory_class_max add rax, ...
unsigned long long table_setup_instruments::get_row_count(table_setup_instruments *this) { return memory_class_max + transaction_class_max + statement_class_max + stage_class_max + (unsigned int)wait_class_max; }
index_next_same: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x28],RAX JMP 0x00f46fa1 LAB_00f46fa1: MOV RDI,qword ptr [RBP + -0x28] MOV RSI,qword ptr ...
/* ha_maria::index_next_same(unsigned char*, unsigned char const*, unsigned int) */ int ha_maria::index_next_same(uchar *param_1,uchar *param_2,uint param_3) { int iVar1; (**(code **)(*(long *)param_1 + 0x688))(param_1,*(int8 *)(param_1 + 0x4e8)); do { iVar1 = maria_rnext_same(*(int8 *)(param_1 + 0x4e8)...
29,406
eval_num_suffix
eloqsql/mysys/my_getopt.c
static inline ulonglong eval_num_suffix(char *suffix, int *error) { switch (*suffix) { case '\0': return 1ULL; case 'k': case 'K': return 1ULL << 10; case 'm': case 'M': return 1ULL << 20; case 'g': case 'G': return 1ULL << 30; case 't': case 'T': return 1ULL << 40; case 'p': ...
O0
c
eval_num_suffix: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movsbl (%rax), %eax movl %eax, %ecx movq %rcx, -0x20(%rbp) subl $0x74, %eax ja 0x2805a movq -0x20(%rbp), %rax leaq 0x5c8b3(%rip), %rcx # 0x848ac movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movq...
eval_num_suffix: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] movsx eax, byte ptr [rax] mov ecx, eax mov [rbp+var_20], rcx sub eax, 74h; switch 117 cases ja short def_28000; jumptable 0000000000028000 default case, cases 1-68,70,72-74,76,7...
long long eval_num_suffix(_BYTE *a1, _DWORD *a2) { long long v3; // [rsp+18h] [rbp-8h] switch ( *a1 ) { case 0: v3 = 1LL; break; case 0x45: case 0x65: v3 = 0x1000000000000000LL; break; case 0x47: case 0x67: v3 = 0x40000000LL; break; case 0x4B: case...
eval_num_suffix: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] MOV ECX,EAX MOV qword ptr [RBP + -0x20],RCX SUB EAX,0x74 JA 0x0012805a MOV RAX,qword ptr [RBP + -0x20] LEA RCX,[0x1848ac] MOVSXD RAX,dword ptr [RCX + RAX*0x4] AD...
int8 eval_num_suffix(int1 *param_1,int4 *param_2) { int8 local_10; switch(*param_1) { case 0: local_10 = 1; break; default: *param_2 = 1; local_10 = 0; break; case 0x45: case 0x65: local_10 = 0x1000000000000000; break; case 0x47: case 0x67: local_10 = 0x40000000; ...
29,407
array_append_string_unique
eloqsql/mysys/mf_arr_appstr.c
my_bool array_append_string_unique(const char *str, const char **array, size_t size) { const char **p; /* end points at the terminating NULL element */ const char **end= array + size - 1; DBUG_ASSERT(*end == NULL); for (p= array; *p; ++p) { if (strcmp(*p, str) == 0) ...
O0
c
array_append_string_unique: 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 -0x20(%rbp), %rcx shlq $0x3, %rcx addq %rcx, %rax addq $-0x8, %rax movq %rax, -0x30(%rbp) jmp 0xb145d movq -0x18(%rbp), %rax movq %rax, -0x28(%rbp) mov...
array_append_string_unique: 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 rcx, [rbp+var_20] shl rcx, 3 add rax, rcx add rax, 0FFFFFFFFFFFFFFF8h mov [rbp+var_30], rax jmp short $+2 loc_B145...
char array_append_string_unique(long long a1, _QWORD *a2, long long a3) { unsigned long long v4; // [rsp+0h] [rbp-30h] _QWORD *i; // [rsp+8h] [rbp-28h] v4 = (unsigned long long)&a2[a3 - 1]; for ( i = a2; *i && (unsigned int)strcmp(*i, a1); ++i ) ; if ( (unsigned long long)i >= v4 ) return 1; while...
array_append_string_unique: 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 RCX,qword ptr [RBP + -0x20] SHL RCX,0x3 ADD RAX,RCX ADD RAX,-0x8 MOV qword ptr [RBP + -0x30],RAX JMP 0x001b145d LAB_001b145d: ...
int1 array_append_string_unique(char *param_1,long *param_2,long param_3) { int iVar1; long *local_30; int1 local_9; local_30 = param_2; while ((*local_30 != 0 && (iVar1 = strcmp((char *)*local_30,param_1), iVar1 != 0))) { local_30 = local_30 + 1; } if (local_30 < param_2 + param_3 + -1) { fo...
29,408
google::protobuf::compiler::cpp::(anonymous namespace)::MaySetAnnotationVariable(google::protobuf::compiler::cpp::Options const&, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, std::map<std::__cxx11::basic_st...
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message.cc
void MaySetAnnotationVariable(const Options& options, StringPiece annotation_name, StringPiece injector_template_prefix, StringPiece injector_template_suffix, std::map<std::string, std::string>* varia...
O3
cpp
google::protobuf::compiler::cpp::(anonymous namespace)::MaySetAnnotationVariable(google::protobuf::compiler::cpp::Options const&, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, std::map<std::__cxx11::basic_st...
_ZN6google8protobuf8compiler3cpp12_GLOBAL__N_124MaySetAnnotationVariableERKNS2_7OptionsENS0_20stringpiece_internal11StringPieceES8_S8_PSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESF_St4lessISF_ESaISt4pairIKSF_SF_EEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 338...
void google::protobuf::compiler::cpp::`anonymous namespace'::MaySetAnnotationVariable( long long a1, long long a2, long long a3, void *a4, void *a5, long long a6, void *a7, long long a8) { long long v11; // r13 long long v12; // rax long long v13; /...
MaySetAnnotationVariable: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x338 MOV RBX,R9 MOV R14,R8 MOV R15,RCX MOV R12,RDI LEA RAX,[RSP + 0x88] MOV qword ptr [RAX],RSI MOV qword ptr [RAX + 0x8],RDX LEA R13,[RDI + 0x90] LEA RBP,[RSP + 0x98] MOV RDI,RBP MOV RSI,RAX CALL 0x001499ce LAB_0018298b: MOV RDI,R...
/* google::protobuf::compiler::cpp::(anonymous namespace)::MaySetAnnotationVariable(google::protobuf::compiler::cpp::Options const&, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece, std::map<std::_...
29,409
tailoring_append2
eloqsql/strings/ctype.c
static int tailoring_append2(MY_XML_PARSER *st, const char *fmt, size_t len1, const char *attr1, size_t len2, const char *attr2) { struct my_cs_file_info *i= (struct my_cs_file_info *) st->user_data; size_t newlen= i->tailoring_length + len1 + len2 + 64; /* 64 f...
O0
c
tailoring_append2: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq %r9, -0x38(%rbp) movq -0x10(%rbp), %rax movq 0x140(%rax), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rax movq 0x690(%rax), %rax addq -...
tailoring_append2: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_38], r9 mov rax, [rbp+var_10] mov rax, [rax+140h] mov [rbp+var_40], rax mov rax, [rbp+var_40]...
long long tailoring_append2(long long a1, const char *a2, long long a3, long long a4, long long a5, long long a6) { long long v7; // [rsp+0h] [rbp-50h] _QWORD *v8; // [rsp+10h] [rbp-40h] unsigned int v10; // [rsp+20h] [rbp-30h] unsigned int v12; // [rsp+30h] [rbp-20h] v12 = a3; v10 = a5; v8 = *(_QWORD *...
tailoring_append2: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x140] MOV qword ptr...
bool tailoring_append2(long param_1,char *param_2,ulong param_3,int8 param_4,ulong param_5, int8 param_6) { long lVar1; int iVar2; char *__s; size_t sVar3; lVar1 = *(long *)(param_1 + 0x140); iVar2 = my_charset_file_tailoring_realloc (lVar1,*(long *)(lVar1 + 0x...
29,410
normalize_dirname
eloqsql/mysys/mf_pack.c
size_t normalize_dirname(char *to, const char *from) { size_t length; char buff[FN_REFLEN + 1]; DBUG_ENTER("normalize_dirname"); /* Despite the name, this actually converts the name to the system's format (TODO: name this properly). */ (void) intern_filename(buff, from); length= strlen(buff); /...
O3
c
normalize_dirname: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x210, %rsp # imm = 0x210 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x18(%rbp) leaq -0x220(%rbp), %r14 movq %r14, %rdi callq 0x299f1 movq %r14, %rdi callq 0x24100 testq %rax, %rax je 0x29d47 cmpb $0x2f, -0x1(%rax,%r14) je 0x29d47...
normalize_dirname: push rbp mov rbp, rsp push r14 push rbx sub rsp, 210h mov rbx, rdi mov rax, fs:28h mov [rbp+var_18], rax lea r14, [rbp+var_220] mov rdi, r14 call intern_filename mov rdi, r14 call _strlen test rax, rax jz short loc_29D47 cmp byte ptr [rax+r14...
long long normalize_dirname(long long a1, _BYTE *a2) { unsigned long long v2; // rax long long v3; // rcx unsigned __int8 v5[520]; // [rsp+0h] [rbp-220h] BYREF unsigned long long v6; // [rsp+208h] [rbp-18h] v6 = __readfsqword(0x28u); intern_filename((long long)v5, a2); v2 = strlen(v5); if ( v2 && v5[v...
normalize_dirname: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x210 MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX LEA R14,[RBP + -0x220] MOV RDI,R14 CALL 0x001299f1 MOV RDI,R14 CALL 0x00124100 TEST RAX,RAX JZ 0x00129d47 CMP byte ptr [RAX + R14*0x1 + -0x1],0x2f JZ 0x00129d47 MOV ECX,0x1ff C...
void normalize_dirname(int8 param_1) { size_t sVar1; size_t sVar2; long in_FS_OFFSET; int8 uStack_230; char local_228 [520]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); uStack_230 = (code *)0x129d1c; intern_filename(local_228); uStack_230 = (code *)0x129d24; sVar1 = strlen(local...
29,411
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**)
giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest-port.cc
static void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { if (*stream != nullptr) { GTEST_LOG_(FATAL) << "Only one " << stream_name << " capturer can exist at a time."; } *stream = new CapturedStream(fd); }
O3
cpp
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %rbx movl %edi, %ebp cmpq $0x0, (%rdx) je 0x16d5f movq %rsi, %r14 leaq 0x2b784(%rip), %rdx # 0x42459 leaq 0x4(%rsp), %rdi movl $0x3, %esi movl $0x4ab, %ecx ...
_ZN7testing8internalL13CaptureStreamEiPKcPPNS0_14CapturedStreamE: push rbp push r15 push r14 push rbx push rax mov rbx, rdx mov ebp, edi cmp qword ptr [rdx], 0 jz loc_16D5F mov r14, rsi lea rdx, aWorkspaceLlm4b_2; "/workspace/llm4binary/github/2025_star3"... lea rdi, [rsp+28h...
long long testing::internal::CaptureStream( testing::internal *this, long long a2, char *a3, testing::internal::CapturedStream **a4) { long long v4; // rax long long v6; // rax long long v7; // rdx long long v8; // rcx testing::internal::CapturedStream *v9; // r14 long long ...
CaptureStream: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDX MOV EBP,EDI CMP qword ptr [RDX],0x0 JZ 0x00116d5f MOV R14,RSI LEA RDX,[0x142459] LEA RDI,[RSP + 0x4] MOV ESI,0x3 MOV ECX,0x4ab CALL 0x00116b08 LAB_00116ce9: MOV R15,qword ptr [0x00158fe8] LEA RSI,[0x143ec6] MOV EDX,0x9 MOV RDI,R15 CALL 0x001085b0 T...
/* testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**) */ void testing::internal::CaptureStream(int param_1,char *param_2,CapturedStream **param_3) { int *puVar1; size_t sVar2; CapturedStream *this; GTestLog local_24 [4]; if (*param_3 != (CapturedStream *)0x0) { G...
29,412
mysql_client_plugin_deinit
eloqsql/build_O0/libmariadb/libmariadb/ma_client_plugin.c
void mysql_client_plugin_deinit() { int i; struct st_client_plugin_int *p; if (!initialized) return; for (i=0; i < MYSQL_CLIENT_MAX_PLUGINS; i++) for (p= plugin_list[i]; p; p= p->next) { if (p->plugin->deinit) p->plugin->deinit(); if (p->dlhandle) (void)dlclose(p->dlhan...
O0
c
mysql_client_plugin_deinit: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp cmpb $0x0, 0x2bff1(%rip) # 0x61c60 jne 0x35c76 jmp 0x35d1f movl $0x0, -0x4(%rbp) cmpl $0x3, -0x4(%rbp) jge 0x35ceb movslq -0x4(%rbp), %rcx leaq 0x2c042(%rip), %rax # 0x61cd0 movq (%rax,%rcx,8), %rax movq %rax, -0x10(%rbp) cmpq $0x0, -0x10(%...
mysql_client_plugin_deinit: push rbp mov rbp, rsp sub rsp, 10h cmp cs:initialized, 0 jnz short loc_35C76 jmp loc_35D1F loc_35C76: mov [rbp+var_4], 0 loc_35C7D: cmp [rbp+var_4], 3 jge short loc_35CEB movsxd rcx, [rbp+var_4] lea rax, plugin_list mov rax, [rax+rcx*8] mov [rb...
long long mysql_client_plugin_deinit() { long long result; // rax _QWORD *j; // [rsp+0h] [rbp-10h] int i; // [rsp+Ch] [rbp-4h] if ( initialized ) { for ( i = 0; i < 3; ++i ) { for ( j = (_QWORD *)plugin_list[i]; j; j = (_QWORD *)*j ) { if ( *(_QWORD *)(j[2] + 72LL) ) (*(...
mysql_client_plugin_deinit: PUSH RBP MOV RBP,RSP SUB RSP,0x10 CMP byte ptr [0x00161c60],0x0 JNZ 0x00135c76 JMP 0x00135d1f LAB_00135c76: MOV dword ptr [RBP + -0x4],0x0 LAB_00135c7d: CMP dword ptr [RBP + -0x4],0x3 JGE 0x00135ceb MOVSXD RCX,dword ptr [RBP + -0x4] LEA RAX,[0x161cd0] MOV RAX,qword ptr [RAX + RCX*0x8] MOV qw...
void mysql_client_plugin_deinit(void) { int8 *local_18; int local_c; if (initialized != '\0') { for (local_c = 0; local_c < 3; local_c = local_c + 1) { for (local_18 = *(int8 **)(plugin_list + (long)local_c * 8); local_18 != (int8 *)0x0; local_18 = (int8 *)*local_18) { if (*(long ...
29,413
my_llama_file::read_string[abi:cxx11](unsigned int)
monkey531[P]llama/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
std::string read_string(std::uint32_t len) { std::vector<char> chars(len); read_raw(chars.data(), len); return std::string(chars.data(), len); }
O3
cpp
my_llama_file::read_string[abi:cxx11](unsigned int): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rsi, %r15 movq %rdi, %rbx movl %edx, %r14d leaq 0x10(%rsp), %r12 leaq 0xf(%rsp), %rdx movq %r12, %rdi movq %r14, %rsi callq 0x219e0 movq (%r12), %rsi movq %r15, %rdi movq %r14, %rdx callq 0x2197a movq...
_ZN13my_llama_file11read_stringB5cxx11Ej: push r15 push r14 push r12 push rbx sub rsp, 28h mov r15, rsi mov rbx, rdi mov r14d, edx lea r12, [rsp+48h+var_38] lea rdx, [rsp+48h+var_39] mov rdi, r12 mov rsi, r14 call _ZNSt6vectorIcSaIcEEC2EmRKS0_; std::vector<char>::vector(ul...
_QWORD * my_llama_file::read_string[abi:cxx11](_QWORD *a1, my_llama_file *a2, unsigned int a3) { unsigned long long v3; // r14 _BYTE *v4; // rsi char v6; // [rsp+Fh] [rbp-39h] BYREF void *v7[7]; // [rsp+10h] [rbp-38h] BYREF v3 = a3; std::vector<char>::vector(v7, a3, &v6); my_llama_file::read_raw(a2, v7[0...
read_string[abi:cxx11]: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R15,RSI MOV RBX,RDI MOV R14D,EDX LEA R12,[RSP + 0x10] LEA RDX,[RSP + 0xf] MOV RDI,R12 MOV RSI,R14 CALL 0x001219e0 MOV RSI,qword ptr [R12] LAB_0012116d: MOV RDI,R15 MOV RDX,R14 CALL 0x0012197a MOV RSI,qword ptr [RSP + 0x10] LEA RAX,[RBX + 0x10]...
/* my_llama_file::read_string[abi:cxx11](unsigned int) */ long * my_llama_file::read_string_abi_cxx11_(uint param_1) { uint in_EDX; my_llama_file *in_RSI; int4 in_register_0000003c; long *plVar1; allocator *paVar2; void *local_38 [2]; long local_28; plVar1 = (long *)CONCAT44(in_register_0000003c,p...
29,414
thr_lock_delete
eloqsql/mysys/thr_lock.c
void thr_lock_delete(THR_LOCK *lock) { DBUG_ENTER("thr_lock_delete"); mysql_mutex_lock(&THR_LOCK_lock); thr_lock_thread_list=list_delete(thr_lock_thread_list,&lock->list); mysql_mutex_unlock(&THR_LOCK_lock); mysql_mutex_destroy(&lock->mutex); DBUG_VOID_RETURN; }
O0
c
thr_lock_delete: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) leaq 0xb8b8f5(%rip), %rdi # 0xc84188 leaq 0x5cf27(%rip), %rsi # 0x1557c1 movl $0x1bb, %edx # imm = 0x1BB callq 0xf87b0 leaq 0xb8bb8d(%rip), %rax # 0xc84438 movq (%rax), %rdi movq -0x8(%rbp), %rsi callq 0xe0030 movq %...
thr_lock_delete: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi lea rdi, THR_LOCK_lock lea rsi, aWorkspaceLlm4b_39; "/workspace/llm4binary/github2025/eloqsq"... mov edx, 1BBh call inline_mysql_mutex_lock_27 lea rax, thr_lock_thread_list mov rdi, [rax] mov rsi, [rbp+var...
long long thr_lock_delete(_QWORD *a1) { inline_mysql_mutex_lock_27( (long long)&THR_LOCK_lock, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c", 0x1BBu); thr_lock_thread_list = list_delete(thr_lock_thread_list, a1); inline_mysql_mutex_unlock_28((long long)&THR_LOCK_lock); retu...
thr_lock_delete: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI LEA RDI,[0xd84188] LEA RSI,[0x2557c1] MOV EDX,0x1bb CALL 0x001f87b0 LEA RAX,[0xd84438] MOV RDI,qword ptr [RAX] MOV RSI,qword ptr [RBP + -0x8] CALL 0x001e0030 MOV RCX,RAX LEA RAX,[0xd84438] MOV qword ptr [RAX],RCX LEA RDI,[0xd84188] CALL 0...
void thr_lock_delete(long param_1) { inline_mysql_mutex_lock (THR_LOCK_lock,"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c",0x1bb); thr_lock_thread_list = list_delete(thr_lock_thread_list,param_1); inline_mysql_mutex_unlock(THR_LOCK_lock); inline_mysql_mutex_destroy(param_1 + 0x18); ...
29,415
my_wc_to_printable_ex
eloqsql/strings/ctype.c
int my_wc_to_printable_ex(CHARSET_INFO *cs, my_wc_t wc, uchar *str, uchar *end, uint bs, uint bslen, uint diglen) { uchar *str0; uint i, length; uchar tmp[MY_CS_PRINTABLE_CHAR_LENGTH * MY_CS_MBMAXLEN]; if (my_is_printable(wc)) { int mblen= my_ci_wc_mb(cs, wc, s...
O3
c
my_wc_to_printable_ex: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %r9, -0x60(%rbp) movl %r8d, -0x58(%rbp) movq %rcx, %r14 movq %rdx, %r15 movq %rsi, %r13 movq %rdi, %r12 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) leaq -0x20(%rsi), %rax cmpq $0x5f, %rax jae 0x...
my_wc_to_printable_ex: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov [rbp+var_60], r9 mov dword ptr [rbp+var_58], r8d mov r14, rcx mov r15, rdx mov r13, rsi mov r12, rdi mov rax, fs:28h mov [rbp+var_30], rax lea rax, [rs...
long long my_wc_to_printable_ex( long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4, char a5, unsigned int a6, unsigned int a7) { int v9; // ebx long long v10; // rax long long v11; // rax long long v12; // rcx long long v13; // rdx ...
my_wc_to_printable_ex: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x60],R9 MOV dword ptr [RBP + -0x58],R8D MOV R14,RCX MOV R15,RDX MOV R13,RSI MOV R12,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX LEA RAX,[RSI + -0x20] CMP RAX,0x5f JNC 0x0018cc...
int my_wc_to_printable_ex (long param_1,ulong param_2,char *param_3,char *param_4,char param_5,uint param_6, uint param_7) { uint uVar1; uint uVar2; uint uVar3; uint uVar4; char *pcVar5; long lVar6; long in_FS_OFFSET; int local_60; char local_58 [32]; long local_38; ...
29,416
ma_field_extension_deep_dup
eloqsql/libmariadb/libmariadb/mariadb_lib.c
MA_FIELD_EXTENSION *ma_field_extension_deep_dup(MA_MEM_ROOT *memroot, const MA_FIELD_EXTENSION *from) { MA_FIELD_EXTENSION *ext= new_ma_field_extension(memroot); uint i; if (!ext) return NULL; for (i= 0; i < MARIADB_FIELD_ATTR_LAST; i++) { if (from->meta...
O0
c
ma_field_extension_deep_dup: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0x3ee90 movq %rax, -0x20(%rbp) cmpq $0x0, -0x20(%rbp) jne 0x3ef01 movq $0x0, -0x8(%rbp) jmp 0x3ef9a movl $0x0, -0x24(%rbp) cmpl $0x1, -0x24(%rbp) jae 0x3ef92 movq -0x18(%rb...
ma_field_extension_deep_dup: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rdi, [rbp+var_10] call new_ma_field_extension mov [rbp+var_20], rax cmp [rbp+var_20], 0 jnz short loc_3EF01 mov [rbp+var_8], 0 jmp loc_3EF9A loc_3EF01: mov [r...
_QWORD * ma_field_extension_deep_dup(long long a1, _QWORD *a2) { long long v2; // rdx int i; // [rsp+1Ch] [rbp-24h] _QWORD *v5; // [rsp+20h] [rbp-20h] v5 = (_QWORD *)new_ma_field_extension(a1); if ( !v5 ) return 0LL; for ( i = 0; !i; i = 1 ) { if ( *a2 ) { *v5 = ma_const_string_copy_roo...
ma_field_extension_deep_dup: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RDI,qword ptr [RBP + -0x10] CALL 0x0013ee90 MOV qword ptr [RBP + -0x20],RAX CMP qword ptr [RBP + -0x20],0x0 JNZ 0x0013ef01 MOV qword ptr [RBP + -0x8],0x0 JMP 0x0013ef9a LAB_0013ef01: MOV dw...
int1 (*) [16] ma_field_extension_deep_dup(int8 param_1,long *param_2) { bool bVar1; int1 auVar2 [16]; int1 (*local_10) [16]; local_10 = (int1 (*) [16])new_ma_field_extension(param_1); if (local_10 == (int1 (*) [16])0x0) { local_10 = (int1 (*) [16])0x0; } else { bVar1 = false; while (!bVar...
29,417
my_strndup
eloqsql/mysys/my_malloc.c
char *my_strndup(PSI_memory_key key, const char *from, size_t length, myf my_flags) { char *ptr; DBUG_ENTER("my_strndup"); if ((ptr= (char*) my_malloc(key, length+1, my_flags))) { memcpy(ptr, from, length); ptr[length]= 0; } DBUG_RETURN(ptr); }
O3
c
my_strndup: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %rbx movq %rsi, %r14 leaq 0x1(%rdx), %rsi movq %rcx, %rdx callq 0x2a051 movq %rax, %r15 testq %rax, %rax je 0x2a39f movq %r15, %rdi movq %r14, %rsi movq %rbx, %rdx callq 0x24200 movb $0x0, (%r15,%rbx) movq %r15, %rax addq $0x8...
my_strndup: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdx mov r14, rsi lea rsi, [rdx+1] mov rdx, rcx call my_malloc mov r15, rax test rax, rax jz short loc_2A39F mov rdi, r15 mov rsi, r14 mov rdx, rbx call _memcpy mov byte ptr...
long long my_strndup(unsigned int a1, long long a2, long long a3, int a4) { long long v5; // rax long long v6; // r15 v5 = my_malloc(a1, a3 + 1, a4); v6 = v5; if ( v5 ) { memcpy(v5, a2, a3); *(_BYTE *)(v6 + a3) = 0; } return v6; }
my_strndup: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RSI LEA RSI,[RDX + 0x1] MOV RDX,RCX CALL 0x0012a051 MOV R15,RAX TEST RAX,RAX JZ 0x0012a39f MOV RDI,R15 MOV RSI,R14 MOV RDX,RBX CALL 0x00124200 MOV byte ptr [R15 + RBX*0x1],0x0 LAB_0012a39f: MOV RAX,R15 ADD RSP,0x8 POP RBX POP R14 P...
void * my_strndup(int8 param_1,void *param_2,size_t param_3,int8 param_4) { void *__dest; __dest = (void *)my_malloc(param_1,param_3 + 1,param_4); if (__dest != (void *)0x0) { memcpy(__dest,param_2,param_3); *(int1 *)((long)__dest + param_3) = 0; } return __dest; }
29,418
JS_AddIntrinsicBigInt
bluesky950520[P]quickjs/quickjs.c
void JS_AddIntrinsicBigInt(JSContext *ctx) { JSValue obj1; ctx->class_proto[JS_CLASS_BIG_INT] = JS_NewObject(ctx); JS_SetPropertyFunctionList(ctx, ctx->class_proto[JS_CLASS_BIG_INT], js_bigint_proto_funcs, countof(js_bigint_proto_funcs)); ob...
O0
c
JS_AddIntrinsicBigInt: subq $0x48, %rsp movq %rdi, 0x40(%rsp) movq 0x40(%rsp), %rax movq 0x40(%rax), %rax movq %rax, 0x8(%rsp) movq 0x40(%rsp), %rdi callq 0x2a570 movq %rax, %rcx movq 0x8(%rsp), %rax movq %rcx, 0x20(%rsp) movq %rdx, 0x28(%rsp) movq 0x20(%rsp), %rcx movq %rcx, 0x220(%rax) movq 0x28(%rsp), %rcx movq %rcx...
JS_AddIntrinsicBigInt: sub rsp, 48h mov [rsp+48h+var_8], rdi mov rax, [rsp+48h+var_8] mov rax, [rax+40h] mov [rsp+48h+var_40], rax mov rdi, [rsp+48h+var_8] call JS_NewObject mov rcx, rax mov rax, [rsp+48h+var_40] mov [rsp+48h+var_28], rcx mov [rsp+48h+var_20], rdx mov rcx,...
long long JS_AddIntrinsicBigInt(long long a1) { long long v1; // rdx long long v2; // rdx long long v4; // [rsp+8h] [rbp-40h] long long v5; // [rsp+10h] [rbp-38h] v4 = *(_QWORD *)(a1 + 64); *(_QWORD *)(v4 + 544) = JS_NewObject(a1); *(_QWORD *)(v4 + 552) = v1; JS_SetPropertyFunctionList( a1, *(...
JS_AddIntrinsicBigInt: SUB RSP,0x48 MOV qword ptr [RSP + 0x40],RDI MOV RAX,qword ptr [RSP + 0x40] MOV RAX,qword ptr [RAX + 0x40] MOV qword ptr [RSP + 0x8],RAX MOV RDI,qword ptr [RSP + 0x40] CALL 0x0012a570 MOV RCX,RAX MOV RAX,qword ptr [RSP + 0x8] MOV qword ptr [RSP + 0x20],RCX MOV qword ptr [RSP + 0x28],RDX MOV RCX,qw...
void JS_AddIntrinsicBigInt(long param_1) { long lVar1; int1 auVar2 [16]; lVar1 = *(long *)(param_1 + 0x40); auVar2 = JS_NewObject(param_1); *(int1 (*) [16])(lVar1 + 0x220) = auVar2; JS_SetPropertyFunctionList (param_1,*(int8 *)(*(long *)(param_1 + 0x40) + 0x220), *(int8 *)(*(lo...
29,419
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long)
monkey531[P]llama/common/json.hpp
inline void grisu2_round(char* buf, int len, std::uint64_t dist, std::uint64_t delta, std::uint64_t rest, std::uint64_t ten_k) { JSON_ASSERT(len >= 1); JSON_ASSERT(dist <= delta); JSON_ASSERT(rest <= delta); JSON_ASSERT(ten_k > 0); // <------------------------...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long): pushq %rax testl %esi, %esi jle 0x8c9ef cmpq %rcx, %rdx ja 0x8ca0b subq %r8, %rcx jb 0x8ca27 testq %r9, %r9 je 0x8ca43 movl %esi, %eax movq %r9, %rsi subq %rdx, %rsi movq %rdx, %r10 subq ...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl12grisu2_roundEPcimmmm: push rax test esi, esi jle loc_8C9EF cmp rdx, rcx ja loc_8CA0B sub rcx, r8 jb loc_8CA27 test r9, r9 jz loc_8CA43 mov eax, esi mov rsi, r9 sub rsi, rdx mov r10, rdx sub r10, r8 loc_8C996: cmp ...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round( nlohmann::json_abi_v3_11_3::detail::dtoa_impl *this, char *a2, unsigned long long a3, unsigned long long a4, unsigned long long a5, unsigned long long a6) { bool...
grisu2_round: PUSH RAX TEST ESI,ESI JLE 0x0018c9ef CMP RDX,RCX JA 0x0018ca0b SUB RCX,R8 JC 0x0018ca27 TEST R9,R9 JZ 0x0018ca43 MOV EAX,ESI MOV RSI,R9 SUB RSI,RDX MOV R10,RDX SUB R10,R8 LAB_0018c996: CMP R8,RDX JNC 0x0018c9cc SUB RCX,R9 JC 0x0018c9cc LEA R11,[R8 + R9*0x1] CMP R11,RDX JC 0x0018c9b1 ADD R8,RSI CMP R10,R8 ...
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long) */ int8 nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round (char *param_1,int param_2,ulong param_3,ulong param_4,ulong param_5,ulong param_6) { int8 in_RAX; ...
29,420
coro::detail::when_all_task_promise<void>::unhandled_exception()
AlayaLite/build_O3/_deps/libcoro-src/include/coro/when_all.hpp
auto unhandled_exception() noexcept -> void { m_exception_ptr = std::current_exception(); }
O3
cpp
coro::detail::when_all_task_promise<void>::unhandled_exception(): pushq %r14 pushq %rbx subq $0x18, %rsp movq %rdi, %rbx leaq 0x8(%rsp), %r14 movq %r14, %rdi callq 0x2120 movq (%r14), %rax movq $0x0, (%r14) movq 0x8(%rbx), %rcx movq %rcx, 0x10(%rsp) movq %rax, 0x8(%rbx) testq %rcx, %rcx je 0x2e0f leaq 0x10(%rsp), %rdi ...
_ZN4coro6detail21when_all_task_promiseIvE19unhandled_exceptionEv: push r14 push rbx sub rsp, 18h mov rbx, rdi lea r14, [rsp+28h+var_20] mov rdi, r14 call __ZSt17current_exceptionv; std::current_exception(void) mov rax, [r14] mov qword ptr [r14], 0 mov rcx, [rbx+8] mov [rsp+28h+v...
long long coro::detail::when_all_task_promise<void>::unhandled_exception(long long a1) { long long result; // rax long long v2; // rcx long long v3; // [rsp+8h] [rbp-20h] BYREF _QWORD v4[3]; // [rsp+10h] [rbp-18h] BYREF std::current_exception(); result = v3; v3 = 0LL; v4[0] = *(_QWORD *)(a1 + 8); v2...
unhandled_exception: PUSH R14 PUSH RBX SUB RSP,0x18 MOV RBX,RDI LEA R14,[RSP + 0x8] MOV RDI,R14 CALL 0x00102120 MOV RAX,qword ptr [R14] MOV qword ptr [R14],0x0 MOV RCX,qword ptr [RBX + 0x8] MOV qword ptr [RSP + 0x10],RCX MOV qword ptr [RBX + 0x8],RAX TEST RCX,RCX JZ 0x00102e0f LEA RDI,[RSP + 0x10] CALL 0x001020d0 CMP q...
/* WARNING: Removing unreachable block (ram,0x00102e05) */ /* coro::detail::when_all_task_promise<void>::unhandled_exception() */ void __thiscall coro::detail::when_all_task_promise<void>::unhandled_exception(when_all_task_promise<void> *this) { long lVar1; int8 local_20; std::current_exception(); lVar1 =...
29,421
bfdec_divrem
bluesky950520[P]quickjs/libbf.c
int bfdec_divrem(bfdec_t *q, bfdec_t *r, const bfdec_t *a, const bfdec_t *b, limb_t prec, bf_flags_t flags, int rnd_mode) { bf_context_t *s = q->ctx; bfdec_t a1_s, *a1 = &a1_s; bfdec_t b1_s, *b1 = &b1_s; bfdec_t r1_s, *r1 = &r1_s; int q_sign, res; BOOL is_ceil, is_rndn; ass...
O0
c
bfdec_divrem: subq $0xf8, %rsp movl 0x100(%rsp), %eax movq %rdi, 0xe8(%rsp) movq %rsi, 0xe0(%rsp) movq %rdx, 0xd8(%rsp) movq %rcx, 0xd0(%rsp) movq %r8, 0xc8(%rsp) movl %r9d, 0xc4(%rsp) movq 0xe8(%rsp), %rax movq (%rax), %rax movq %rax, 0xb8(%rsp) leaq 0x90(%rsp), %rax movq %rax, 0x88(%rsp) leaq 0x60(%rsp), %rax movq %r...
bfdec_divrem: sub rsp, 0F8h mov eax, [rsp+0F8h+arg_0] mov [rsp+0F8h+var_10], rdi mov [rsp+0F8h+var_18], rsi mov [rsp+0F8h+var_20], rdx mov [rsp+0F8h+var_28], rcx mov [rsp+0F8h+var_30], r8 mov [rsp+0F8h+var_34], r9d mov rax, [rsp+0F8h+var_10] mov rax, [rax] mov [rsp+0F8h+var_4...
long long bfdec_divrem(long long *a1, long long *a2, long long a3, long long a4, long long a5, unsigned int a6, int a7) { long long v7; // rdx long long v8; // rcx long long v9; // r8 long long v10; // r9 long long v11; // rsi long long v12; // rdx long long v13; // rcx long long v14; // r8 long long...
bfdec_divrem: SUB RSP,0xf8 MOV EAX,dword ptr [RSP + 0x100] MOV qword ptr [RSP + 0xe8],RDI MOV qword ptr [RSP + 0xe0],RSI MOV qword ptr [RSP + 0xd8],RDX MOV qword ptr [RSP + 0xd0],RCX MOV qword ptr [RSP + 0xc8],R8 MOV dword ptr [RSP + 0xc4],R9D MOV RAX,qword ptr [RSP + 0xe8] MOV RAX,qword ptr [RAX] MOV qword ptr [RSP + ...
int4 bfdec_divrem(int8 *param_1,long param_2,long param_3,long param_4,int8 param_5, int4 param_6,int param_7) { int4 uVar1; uint uVar2; int iVar3; uint uVar4; uint uVar5; ulong uVar6; uint local_dc; int1 local_c8 [40]; int1 *local_a0; int1 local_98 [8]; int4 local_90; int8 local_8...
29,422
bfdec_divrem
bluesky950520[P]quickjs/libbf.c
int bfdec_divrem(bfdec_t *q, bfdec_t *r, const bfdec_t *a, const bfdec_t *b, limb_t prec, bf_flags_t flags, int rnd_mode) { bf_context_t *s = q->ctx; bfdec_t a1_s, *a1 = &a1_s; bfdec_t b1_s, *b1 = &b1_s; bfdec_t r1_s, *r1 = &r1_s; int q_sign, res; BOOL is_ceil, is_rndn; ass...
O1
c
bfdec_divrem: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movl %r9d, 0x8(%rsp) movq %r8, 0x18(%rsp) movq %rcx, %r13 movq %rdx, %r12 movq %rsi, %rbx movq %rdi, %r14 movabsq $0x7fffffffffffffff, %rbp # imm = 0x7FFFFFFFFFFFFFFF movq (%rdi), %r15 movq 0x18(%rdx), %rcx testq %rcx, %rcx...
bfdec_divrem: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov [rsp+0C8h+var_C0], r9d mov [rsp+0C8h+var_B0], r8 mov r13, rcx mov r12, rdx mov rbx, rsi mov r14, rdi mov rbp, 7FFFFFFFFFFFFFFFh mov r15, [rdi] mov rcx, [rdx+18h] test rcx, rc...
long long bfdec_divrem( __int128 *a1, __int128 *a2, long long a3, long long a4, long long a5, unsigned int a6, int a7) { _QWORD *v10; // r15 long long v11; // rcx long long v12; // rax int v13; // esi int v14; // r8d long long v15; // rcx long long ...
bfdec_divrem: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV dword ptr [RSP + 0x8],R9D MOV qword ptr [RSP + 0x18],R8 MOV R13,RCX MOV R12,RDX MOV RBX,RSI MOV R14,RDI MOV RBP,0x7fffffffffffffff MOV R15,qword ptr [RDI] MOV RCX,qword ptr [RDX + 0x18] TEST RCX,RCX JZ 0x0018f6e2 MOV RAX,qword ptr [R13...
int8 bfdec_divrem(long *param_1,long *param_2,long param_3,long param_4,int8 param_5, int4 param_6,uint param_7) { int8 *puVar1; int iVar2; uint uVar3; uint uVar4; int8 uVar5; long lVar6; ulong uVar7; uint uVar8; int8 *local_a8; int4 local_a0; int8 local_98; int8 local_90; long l...
29,423
bfdec_divrem
bluesky950520[P]quickjs/libbf.c
int bfdec_divrem(bfdec_t *q, bfdec_t *r, const bfdec_t *a, const bfdec_t *b, limb_t prec, bf_flags_t flags, int rnd_mode) { bf_context_t *s = q->ctx; bfdec_t a1_s, *a1 = &a1_s; bfdec_t b1_s, *b1 = &b1_s; bfdec_t r1_s, *r1 = &r1_s; int q_sign, res; BOOL is_ceil, is_rndn; ass...
O2
c
bfdec_divrem: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movl %r9d, 0x4(%rsp) movq %r8, 0x10(%rsp) movq %rcx, %r13 movq %rdx, %r15 movq %rsi, %rbx movq %rdi, %r12 movabsq $0x7fffffffffffffff, %r14 # imm = 0x7FFFFFFFFFFFFFFF movq 0x18(%rdx), %rcx testq %rcx, %rcx je 0x77a38 movq 0...
bfdec_divrem: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov [rsp+0C8h+var_C4], r9d mov [rsp+0C8h+var_B8], r8 mov r13, rcx mov r15, rdx mov rbx, rsi mov r12, rdi mov r14, 7FFFFFFFFFFFFFFFh mov rcx, [rdx+18h] test rcx, rcx jz short loc...
long long bfdec_divrem(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, int a7) { long long v9; // rcx long long v10; // rax int v11; // edx int v12; // ebp unsigned int v13; // ebp long long v14; // rax long long v15; // rcx int v17; // eax int v18; // r13d int v...
bfdec_divrem: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV dword ptr [RSP + 0x4],R9D MOV qword ptr [RSP + 0x10],R8 MOV R13,RCX MOV R15,RDX MOV RBX,RSI MOV R12,RDI MOV R14,0x7fffffffffffffff MOV RCX,qword ptr [RDX + 0x18] TEST RCX,RCX JZ 0x00177a38 MOV RAX,qword ptr [R13 + 0x18] TEST RAX,RAX JZ...
ulong bfdec_divrem(int8 *param_1,long param_2,long param_3,long param_4,int8 param_5, int4 param_6,uint param_7) { int8 uVar1; int iVar2; uint uVar3; uint uVar4; ulong uVar5; uint uVar6; uint local_c8; int8 local_a8; int4 local_a0; int8 local_98; int8 local_90; int8 uStack_88...
29,424
my_get_err_msg
eloqsql/mysys/my_error.c
const char *my_get_err_msg(uint nr) { const char *format; struct my_err_head *meh_p; /* Search for the range this error is in. */ for (meh_p= my_errmsgs_list; meh_p; meh_p= meh_p->meh_next) if (nr <= meh_p->meh_last) break; /* If we found the range this error number is in, get the format strin...
O0
c
my_get_err_msg: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0xc(%rbp) movq 0x1b09e6(%rip), %rax # 0x217468 movq %rax, -0x20(%rbp) cmpq $0x0, -0x20(%rbp) je 0x66aaa movl -0xc(%rbp), %eax movq -0x20(%rbp), %rcx cmpl 0x14(%rcx), %eax ja 0x66a9b jmp 0x66aaa jmp 0x66a9d movq -0x20(%rbp), %rax movq (%rax), %ra...
my_get_err_msg: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_C], edi mov rax, cs:my_errmsgs_list mov [rbp+var_20], rax loc_66A86: cmp [rbp+var_20], 0 jz short loc_66AAA mov eax, [rbp+var_C] mov rcx, [rbp+var_20] cmp eax, [rcx+14h] ja short loc_66A9B jmp short loc_...
_BYTE * my_get_err_msg(unsigned int a1) { _BYTE *v2; // [rsp+8h] [rbp-28h] long long *i; // [rsp+10h] [rbp-20h] for ( i = my_errmsgs_list; i && a1 > *((_DWORD *)i + 5); i = (long long *)*i ) ; if ( i && a1 >= *((_DWORD *)i + 4) ) v2 = *(_BYTE **)(((long long ( *)(_QWORD))i[1])(a1) + 8LL * (a1 - *((_DWO...
my_get_err_msg: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0xc],EDI MOV RAX,qword ptr [0x00317468] MOV qword ptr [RBP + -0x20],RAX LAB_00166a86: CMP qword ptr [RBP + -0x20],0x0 JZ 0x00166aaa MOV EAX,dword ptr [RBP + -0xc] MOV RCX,qword ptr [RBP + -0x20] CMP EAX,dword ptr [RCX + 0x14] JA 0x00166a9b JMP 0x00...
char * my_get_err_msg(uint param_1) { long lVar1; char *local_30; int8 *local_28; char *local_10; for (local_28 = (int8 *)my_errmsgs_list; (local_28 != (int8 *)0x0 && (*(uint *)((long)local_28 + 0x14) < param_1)); local_28 = (int8 *)*local_28) { } if ((local_28 == (int8 *)0x0) || (param_1...
29,425
my_pwrite
eloqsql/mysys/my_pread.c
size_t my_pwrite(int Filedes, const uchar *Buffer, size_t Count, my_off_t offset, myf MyFlags) { size_t writtenbytes, written; uint errors; DBUG_ENTER("my_pwrite"); DBUG_PRINT("my",("fd: %d Seek: %llu Buffer: %p Count: %lu MyFlags: %lu", Filedes, (ulonglong)offset, Buffer, (ulo...
O3
c
my_pwrite: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rcx, %r13 movq %rdx, %rbx movq %rsi, -0x38(%rbp) movl %edi, -0x2c(%rbp) movq $0x0, -0x40(%rbp) movl $0x0, %r14d testb $0x1a, %r8b jne 0xa6e5e leaq 0xb6a57d(%rip), %rax # 0xc113d8 movq (%rax), %r14 orq ...
my_pwrite: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r13, rcx mov rbx, rdx mov [rbp+var_38], rsi mov [rbp+var_2C], edi mov [rbp+var_40], 0 mov r14d, 0 test r8b, 1Ah jnz short loc_A6E5E lea rax, my_global_flags mov ...
long long my_pwrite(long long a1, long long a2, long long a3, long long a4, __int16 a5) { long long v5; // r13 long long v6; // rbx __int16 v7; // r14 __int16 v8; // r14 long long v9; // rax long long v10; // r15 long long v11; // r15 long long v12; // r12 int v13; // r13d long long v14; // rax l...
my_pwrite: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R13,RCX MOV RBX,RDX MOV qword ptr [RBP + -0x38],RSI MOV dword ptr [RBP + -0x2c],EDI MOV qword ptr [RBP + -0x40],0x0 MOV R14D,0x0 TEST R8B,0x1a JNZ 0x001a6e5e LEA RAX,[0xd113d8] MOV R14,qword ptr [RAX] LAB_001a6e5e: OR R14,R8 M...
long my_pwrite(int param_1,void *param_2,size_t param_3,__off64_t param_4,ulong param_5) { int iVar1; size_t sVar2; int *piVar3; int *piVar4; long lVar5; int8 uVar6; int4 *puVar7; int iVar8; ulong uVar9; long local_48; void *local_40; local_48 = 0; uVar9 = 0; if ((param_5 & 0x1a) == 0) ...
29,426
LefDefParser::lefiPin::addAntennaMetalLength(double, char const*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp
void lefiPin::addAntennaMetalLength(double val, const char *layer) { int len; if (numAntennaMetalLength_ == antennaMetalLengthAllocated_) { int i; int max; int lim = numAntennaMetalLength_; double *nd; char **nl; ...
O3
cpp
LefDefParser::lefiPin::addAntennaMetalLength(double, char const*): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rsi, %r14 movq %rdi, %rbx movl 0x1b0(%rdi), %r13d cmpl 0x1b4(%rdi), %r13d jne 0x36362 movsd %xmm0, 0x8(%rsp) leal (,%r13,2), %eax testl %r13d, %r13d movl $0x2, %ecx cmovnel %e...
_ZN12LefDefParser7lefiPin21addAntennaMetalLengthEdPKc: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov r14, rsi mov rbx, rdi mov r13d, [rdi+1B0h] cmp r13d, [rdi+1B4h] jnz loc_36362 movsd [rsp+38h+var_30], xmm0 lea eax, ds:0[r13*2] test r13d, r13d mov ecx...
long long LefDefParser::lefiPin::addAntennaMetalLength(LefDefParser::lefiPin *this, double a2, char *a3) { long long v3; // r13 int v4; // ecx LefDefParser *v5; // r12 long long v6; // r15 long long v7; // r12 long long i; // rax long long result; // rax int v10; // eax long long v11; // rax long l...
addAntennaMetalLength: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R14,RSI MOV RBX,RDI MOV R13D,dword ptr [RDI + 0x1b0] CMP R13D,dword ptr [RDI + 0x1b4] JNZ 0x00136362 MOVSD qword ptr [RSP + 0x8],XMM0 LEA EAX,[R13*0x2] TEST R13D,R13D MOV ECX,0x2 CMOVNZ ECX,EAX MOV dword ptr [RBX + 0x1b4],ECX MOVSXD R1...
/* LefDefParser::lefiPin::addAntennaMetalLength(double, char const*) */ void __thiscall LefDefParser::lefiPin::addAntennaMetalLength(lefiPin *this,double param_1,char *param_2) { long lVar1; long lVar2; ulong uVar3; size_t sVar4; int8 uVar5; int iVar6; char *pcVar7; uint uVar8; uVar8 = *(uint *)...
29,427
get_and_remove_tx_type
corpus-core[P]colibri-stateless/src/chains/eth/verifier/eth_tx.c
static bool get_and_remove_tx_type(verify_ctx_t* ctx, bytes_t* raw_tx, tx_type_t* type) { if (raw_tx->len < 1) RETURN_VERIFY_ERROR(ctx, "invalid tx data, missing type!"); *type = raw_tx->data[0]; if (*type >= 0x7f) *type = TX_TYPE_LEGACY; // legacy tx else if (*type > 3) RETURN_VERIFY_ERROR(ctx, "invali...
O0
c
get_and_remove_tx_type: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax cmpl $0x1, (%rax) jae 0x10571 jmp 0x1054f movq -0x10(%rbp), %rdi addq $0x70, %rdi leaq 0x42cee(%rip), %rsi # 0x5324c callq 0x22510 movq -0x10(%rbp), %rax mo...
get_and_remove_tx_type: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] cmp dword ptr [rax], 1 jnb short loc_10571 jmp short $+2 loc_1054F: mov rdi, [rbp+var_10] add rdi, 70h ; 'p' lea rsi, aInv...
char get_and_remove_tx_type(long long a1, long long a2, _DWORD *a3) { if ( *(_DWORD *)a2 ) { *a3 = **(unsigned __int8 **)(a2 + 8); if ( *a3 < 0x7Fu ) { if ( *a3 > 3u ) { c4_state_add_error(a1 + 112, "invalid tx type, must be 1,2,3 or legacy tx!"); *(_BYTE *)(a1 + 104) = 0; ...
get_and_remove_tx_type: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] CMP dword ptr [RAX],0x1 JNC 0x00110571 JMP 0x0011054f LAB_0011054f: MOV RDI,qword ptr [RBP + -0x10] ADD RDI,0x70 LEA RSI,[0x15324c] CA...
int1 get_and_remove_tx_type(long param_1,int *param_2,uint *param_3) { int1 local_9; if (*param_2 == 0) { c4_state_add_error(param_1 + 0x70,"invalid tx data, missing type!"); *(int1 *)(param_1 + 0x68) = 0; local_9 = 0; } else { *param_3 = (uint)**(byte **)(param_2 + 2); if (*param_3 < 0...
29,428
get_and_remove_tx_type
corpus-core[P]colibri-stateless/src/chains/eth/verifier/eth_tx.c
static bool get_and_remove_tx_type(verify_ctx_t* ctx, bytes_t* raw_tx, tx_type_t* type) { if (raw_tx->len < 1) RETURN_VERIFY_ERROR(ctx, "invalid tx data, missing type!"); *type = raw_tx->data[0]; if (*type >= 0x7f) *type = TX_TYPE_LEGACY; // legacy tx else if (*type > 3) RETURN_VERIFY_ERROR(ctx, "invali...
O3
c
get_and_remove_tx_type: pushq %rbx movq %rdi, %rbx cmpl $0x0, (%rsi) je 0xd388 movq 0x8(%rsi), %rax movzbl (%rax), %ecx movl %ecx, (%rdx) cmpl $0x7f, %ecx jb 0xd395 movl $0x0, (%rdx) jmp 0xd3bb leaq 0x70(%rbx), %rdi leaq 0x30ed2(%rip), %rsi # 0x3e265 jmp 0xd3a5 cmpb $0x4, %cl jb 0xd3b2 leaq 0x70(%rbx), %rdi leaq 0x...
get_and_remove_tx_type: push rbx mov rbx, rdi cmp dword ptr [rsi], 0 jz short loc_D388 mov rax, [rsi+8] movzx ecx, byte ptr [rax] mov [rdx], ecx cmp ecx, 7Fh jb short loc_D395 mov dword ptr [rdx], 0 jmp short loc_D3BB loc_D388: lea rdi, [rbx+70h] lea rsi, aInvalidTxDat...
char get_and_remove_tx_type(long long a1, long long a2, unsigned int *a3) { unsigned __int8 *v4; // rax unsigned int v5; // ecx long long v6; // rdi const char *v7; // rsi if ( !*(_DWORD *)a2 ) { v6 = a1 + 112; v7 = "invalid tx data, missing type!"; goto LABEL_7; } v4 = *(unsigned __int8 *...
get_and_remove_tx_type: PUSH RBX MOV RBX,RDI CMP dword ptr [RSI],0x0 JZ 0x0010d388 MOV RAX,qword ptr [RSI + 0x8] MOVZX ECX,byte ptr [RAX] MOV dword ptr [RDX],ECX CMP ECX,0x7f JC 0x0010d395 MOV dword ptr [RDX],0x0 JMP 0x0010d3bb LAB_0010d388: LEA RDI,[RBX + 0x70] LEA RSI,[0x13e265] JMP 0x0010d3a5 LAB_0010d395: CMP CL,0x...
int8 get_and_remove_tx_type(long param_1,int *param_2,uint *param_3) { byte bVar1; byte *pbVar2; int8 uVar3; char *pcVar4; if (*param_2 == 0) { pcVar4 = "invalid tx data, missing type!"; LAB_0010d3a5: c4_state_add_error(param_1 + 0x70,pcVar4); *(int1 *)(param_1 + 0x68) = 0; uVar3 = 0; }...
29,429
directory_file_name
eloqsql/mysys/my_lib.c
static char *directory_file_name (char * dst, const char *src) { /* Process as Unix format: just remove test the final slash. */ char *end; DBUG_ASSERT(strlen(src) < (FN_REFLEN + 1)); if (src[0] == 0) src= (char*) "."; /* Use empty as current */ end= strnmov(dst, src, FN_REFLEN ...
O0
c
directory_file_name: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) jmp 0xbe122 movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x0, %eax jne 0xbe139 leaq 0x5f2f1(%rip), %rax # 0x11d426 movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl $0x201, %edx ...
directory_file_name: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi jmp short $+2 loc_BE122: mov rax, [rbp+var_10] movsx eax, byte ptr [rax] cmp eax, 0 jnz short loc_BE139 lea rax, aProtocolUsedTo+4Dh; "." mov [rbp+var_10], rax loc_BE139: mov ...
_BYTE * directory_file_name(long long a1, char *a2) { _BYTE *v2; // rax _BYTE *v4; // [rsp+8h] [rbp-18h] char *v5; // [rsp+10h] [rbp-10h] v5 = a2; if ( !*a2 ) v5 = "."; v4 = (_BYTE *)strnmov(a1, v5, 513LL); if ( *(v4 - 1) != 47 ) { v2 = v4++; *v2 = 47; *v4 = 0; } return v4; }
directory_file_name: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI JMP 0x001be122 LAB_001be122: MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] CMP EAX,0x0 JNZ 0x001be139 LEA RAX,[0x21d426] MOV qword ptr [RBP + -0x10],RAX LAB_001be139: MOV RDI,qword ptr [RBP +...
int1 * directory_file_name(int8 param_1,char *param_2) { int1 *puVar1; int1 *local_20; char *local_18; local_18 = param_2; if (*param_2 == '\0') { local_18 = "."; } puVar1 = (int1 *)strnmov(param_1,local_18,0x201); local_20 = puVar1; if (puVar1[-1] != '/') { local_20 = puVar1 + 1; *pu...
29,430
get_charset_number_internal
eloqsql/mysys/charset.c
static uint get_charset_number_internal(const char *charset_name, uint cs_flags) { CHARSET_INFO **cs; for (cs= all_charsets; cs < all_charsets + array_elements(all_charsets); cs++) { if ( cs[0] && cs[0]->cs_name.str && (cs[0]->state & cs_flags) && !my_strcasecmp(&my_charset_latin1, c...
O3
c
get_charset_number_internal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %esi, %ebx movq %rdi, %r14 movq $-0x8, %r12 leaq 0x379c73(%rip), %r13 # 0x41f170 leaq 0x324b5c(%rip), %r15 # 0x3ca060 movq 0x8(%r13,%r12), %rax testq %rax, %rax je 0xa5530 movq 0x10(%rax)...
get_charset_number_internal: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov ebx, esi mov r14, rdi mov r12, 0FFFFFFFFFFFFFFF8h lea r13, all_charsets lea r15, my_charset_latin1 loc_A5504: mov rax, [r13+r12+8] test rax, rax jz short ...
long long get_charset_number_internal(long long a1, int a2) { long long v3; // r12 long long v4; // rax long long v5; // rsi v3 = 0x1FFFFFFFFFFFFFFFLL; while ( 1 ) { v4 = all_charsets[v3 + 1]; if ( v4 ) { v5 = *(_QWORD *)(v4 + 16); if ( v5 ) { if ( (a2 & *(_DWORD *)(v...
get_charset_number_internal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EBX,ESI MOV R14,RDI MOV R12,-0x8 LEA R13,[0x51f170] LEA R15,[0x4ca060] LAB_001a5504: MOV RAX,qword ptr [R13 + R12*0x1 + 0x8] TEST RAX,RAX JZ 0x001a5530 MOV RSI,qword ptr [RAX + 0x10] TEST RSI,RSI JZ 0x001a5530 TE...
int4 get_charset_number_internal(int8 param_1,uint param_2) { long lVar1; int iVar2; ulong uVar3; uVar3 = 0xfffffffffffffff8; while ((((lVar1 = *(long *)((long)&DAT_0051f178 + uVar3), lVar1 == 0 || (*(long *)(lVar1 + 0x10) == 0)) || ((*(uint *)(lVar1 + 0xc) & param_2) == 0)) || (iVar2...
29,431
ma_bitmap_free_full_pages
eloqsql/storage/maria/ma_bitmap.c
my_bool _ma_bitmap_free_full_pages(MARIA_HA *info, const uchar *extents, uint count) { MARIA_FILE_BITMAP *bitmap= &info->s->bitmap; my_bool res; DBUG_ENTER("_ma_bitmap_free_full_pages"); for (; count--; extents+= ROW_EXTENT_SIZE) { pgcache_page_no_t page= uint5korr(ext...
O0
c
ma_bitmap_free_full_pages: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax addq $0xa10, %rax # imm = 0xA10 movq %rax, -0x28(%rbp) movl -0x1c(%rbp), %eax movl %eax, %ecx addl $-0x1, %ecx movl %ecx, -0x1c(...
_ma_bitmap_free_full_pages: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rax, [rbp+var_10] mov rax, [rax] add rax, 0A10h mov [rbp+var_28], rax loc_3D7B4: mov eax, [rbp+var_1C] mov ecx, eax add ecx, 0FFFFFFFFh ...
char ma_bitmap_free_full_pages(long long *a1, long long a2, int a3) { int v5; // [rsp+4h] [rbp-3Ch] unsigned long long v6; // [rsp+8h] [rbp-38h] char v7; // [rsp+17h] [rbp-29h] long long v8; // [rsp+18h] [rbp-28h] v8 = *a1 + 2576; while ( a3-- ) { v6 = uint5korr_0(a2); v5 = *(_WORD *)(a2 + 5) & ...
_ma_bitmap_free_full_pages: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] ADD RAX,0xa10 MOV qword ptr [RBP + -0x28],RAX LAB_0013d7b4: MOV EAX,dword ptr [RBP + -0x1c] MOV ECX,EAX AD...
int1 _ma_bitmap_free_full_pages(long *param_1,long param_2,int param_3) { ushort uVar1; long lVar2; char cVar3; long lVar4; int local_24; long local_20; lVar2 = *param_1; local_24 = param_3; local_20 = param_2; do { if (local_24 == 0) { return 0; } lVar4 = uint5korr(local_20);...
29,432
testing::TestEventListeners::SetDefaultXmlGenerator(testing::TestEventListener*)
AlayaLite/build_O3/_deps/googletest-src/googletest/src/gtest.cc
void TestEventListeners::SetDefaultXmlGenerator(TestEventListener* listener) { if (default_xml_generator_ != listener) { // It is an error to pass this method a listener that is already in the // list. delete Release(default_xml_generator_); default_xml_generator_ = listener; if (listener != nullp...
O3
cpp
testing::TestEventListeners::SetDefaultXmlGenerator(testing::TestEventListener*): pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq 0x10(%rdi), %rsi cmpq %rbx, %rsi je 0x6eab4 movq %rdi, %r14 xorl %eax, %eax cmpq %rsi, 0x8(%rdi) setne %al movq $0x0, 0x8(%rdi,%rax,8) movq (%rdi), %rdi callq 0x654f2 testq %rax, %rax ...
_ZN7testing18TestEventListeners22SetDefaultXmlGeneratorEPNS_17TestEventListenerE: push r14 push rbx push rax mov rbx, rsi mov rsi, [rdi+10h]; testing::TestEventListener * cmp rsi, rbx jz short loc_6EAB4 mov r14, rdi xor eax, eax cmp [rdi+8], rsi setnz al mov qword ptr [rdi+ra...
testing::TestEventListener * testing::TestEventListeners::SetDefaultXmlGenerator( testing::TestEventListeners *this, testing::TestEventListener *a2) { testing::TestEventListener *result; // rax testing::TestEventListener *v4; // rsi v4 = (testing::TestEventListener *)*((_QWORD *)this + 2); if (...
SetDefaultXmlGenerator: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV RSI,qword ptr [RDI + 0x10] CMP RSI,RBX JZ 0x0016eab4 MOV R14,RDI XOR EAX,EAX CMP qword ptr [RDI + 0x8],RSI SETNZ AL MOV qword ptr [RDI + RAX*0x8 + 0x8],0x0 MOV RDI,qword ptr [RDI] CALL 0x001654f2 TEST RAX,RAX JZ 0x0016ea99 MOV RCX,qword ptr [RAX] MOV RD...
/* testing::TestEventListeners::SetDefaultXmlGenerator(testing::TestEventListener*) */ void __thiscall testing::TestEventListeners::SetDefaultXmlGenerator (TestEventListeners *this,TestEventListener *param_1) { TestEventListener *pTVar1; long *plVar2; pTVar1 = *(TestEventListener **)(this + 0x10);...
29,433
match_pins
eloqsql/mysys/lf_alloc-pin.c
static int match_pins(LF_PINS *el, void *addr) { int i; LF_PINS *el_end= el+LF_DYNARRAY_LEVEL_LENGTH; for (; el < el_end; el++) for (i= 0; i < LF_PINBOX_PINS; i++) if (el->pin[i] == addr) return 1; return 0; }
O3
c
match_pins: pushq %rbp movq %rsp, %rbp xorl %eax, %eax xorl %ecx, %ecx movq (%rdi,%rcx,8), %rdx cmpq %rsi, %rdx je 0xa5a32 incq %rcx cmpq $0x4, %rcx jne 0xa5a09 leaq 0x78(%rax), %rcx addq $0x78, %rdi cmpq $0x7788, %rax # imm = 0x7788 movq %rcx, %rax jb 0xa5a07 xorl %eax, %eax jmp 0xa5a37 movl $0x1, %eax popq ...
match_pins: push rbp mov rbp, rsp xor eax, eax loc_A5A07: xor ecx, ecx loc_A5A09: mov rdx, [rdi+rcx*8] cmp rdx, rsi jz short loc_A5A32 inc rcx cmp rcx, 4 jnz short loc_A5A09 lea rcx, [rax+78h] add rdi, 78h ; 'x' cmp rax, 7788h mov rax, rcx jb short loc_A5A07 ...
long long match_pins(long long a1, long long a2) { unsigned long long v2; // rax long long i; // rcx bool v4; // cf v2 = 0LL; while ( 2 ) { for ( i = 0LL; i != 4; ++i ) { if ( *(_QWORD *)(a1 + 8 * i) == a2 ) return 1LL; } a1 += 120LL; v4 = v2 < 0x7788; v2 += 120LL; ...
match_pins: PUSH RBP MOV RBP,RSP XOR EAX,EAX LAB_001a5a07: XOR ECX,ECX LAB_001a5a09: MOV RDX,qword ptr [RDI + RCX*0x8] CMP RDX,RSI JZ 0x001a5a32 INC RCX CMP RCX,0x4 JNZ 0x001a5a09 LEA RCX,[RAX + 0x78] ADD RDI,0x78 CMP RAX,0x7788 MOV RAX,RCX JC 0x001a5a07 XOR EAX,EAX JMP 0x001a5a37 LAB_001a5a32: MOV EAX,0x1 LAB_001a5a37...
int8 match_pins(long param_1,long param_2) { ulong uVar1; long lVar2; bool bVar3; uVar1 = 0; do { lVar2 = 0; do { if (*(long *)(param_1 + lVar2 * 8) == param_2) { return 1; } lVar2 = lVar2 + 1; } while (lVar2 != 4); param_1 = param_1 + 0x78; bVar3 = uVar1 < 0...
29,434
testing::operator<<(std::ostream&, testing::TestPartResult const&)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-test-part.cc
std::ostream& operator<<(std::ostream& os, const TestPartResult& result) { return os << internal::FormatFileLocation(result.file_name(), result.line_number()) << " " << (result.type() == TestPartResult::kSuccess ? "Success" : result.t...
O0
cpp
testing::operator<<(std::ostream&, testing::TestPartResult const&): subq $0xb8, %rsp movq %rdi, 0xb0(%rsp) movq %rsi, 0xa8(%rsp) movq 0xb0(%rsp), %rax movq %rax, 0x60(%rsp) movq 0xa8(%rsp), %rdi callq 0xe4750 movq %rax, 0x58(%rsp) movq 0xa8(%rsp), %rdi callq 0xe47a0 movq 0x58(%rsp), %rsi movl %eax, %edx leaq 0x88(%rsp)...
_ZN7testinglsERSoRKNS_14TestPartResultE: sub rsp, 0B8h mov qword ptr [rsp+0B8h+var_8], rdi mov [rsp+0B8h+var_10], rsi mov rax, qword ptr [rsp+0B8h+var_8] mov qword ptr [rsp+0B8h+var_58], rax; char mov rdi, [rsp+0B8h+var_10]; this call _ZNK7testing14TestPartResult9file_nameEv; testing::TestPar...
long long testing::operator<<(long long a1, testing::TestPartResult *a2) { int v2; // eax long long v3; // rax const char *v4; // rax long long v6; // [rsp+0h] [rbp-B8h] long long v7; // [rsp+8h] [rbp-B0h] long long v8; // [rsp+10h] [rbp-A8h] long long v9; // [rsp+18h] [rbp-A0h] int v10; // [rsp+2Ch] [...
operator<<: SUB RSP,0xb8 MOV qword ptr [RSP + 0xb0],RDI MOV qword ptr [RSP + 0xa8],RSI MOV RAX,qword ptr [RSP + 0xb0] MOV qword ptr [RSP + 0x60],RAX MOV RDI,qword ptr [RSP + 0xa8] CALL 0x001e4750 MOV qword ptr [RSP + 0x58],RAX MOV RDI,qword ptr [RSP + 0xa8] CALL 0x001e47a0 MOV RSI,qword ptr [RSP + 0x58] MOV EDX,EAX LEA...
/* testing::TEMPNAMEPLACEHOLDERVALUE(std::ostream&, testing::TestPartResult const&) */ int8 testing::operator<<(ostream *param_1,TestPartResult *param_2) { int iVar1; char *pcVar2; ostream *poVar3; int8 uVar4; char *local_88; char *local_78; internal local_30 [32]; TestPartResult *local_10; ostream...
29,435
mysql_kill_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_kill_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_kill, (parms->mysql, parms->pid), parms->mysql, int, r_int) }
O0
c
mysql_kill_start_internal: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rdi movq -0x10(%rbp), %rax movq 0x8(...
mysql_kill_start_internal: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp+var_10] mov rdi, [rax] mov ...
_DWORD * mysql_kill_start_internal(long long *a1) { _DWORD *result; // rax _DWORD *v2; // [rsp+0h] [rbp-20h] v2 = *(_DWORD **)(*(_QWORD *)(*a1 + 1152) + 40LL); v2[2] = mysql_kill(*a1, a1[1]); result = v2; *v2 = 0; return result; }
mysql_kill_start_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ...
void mysql_kill_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28); uVar2 = mysql_kill(*param_1,param_1[1]); puVar1[2] = uVar2; *puVar1 = 0; return; }
29,436
host_copy_code
corpus-core[P]colibri-stateless/src/chains/eth/verifier/call_evmone.c
static size_t host_copy_code(void* context, const evmc_address* addr, size_t code_offset, uint8_t* buffer_data, size_t buffer_size) { evmone_context_t* ctx = (evmone_context_t*) context; debug_print_address("copy_code for", addr); EVM_LOG("copy_code offset: %zu, buffer size: %zu", code_offset, buffer_size); by...
O0
c
host_copy_code: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rsi leaq 0xaf952(%rip), %rdi # 0xdd9a1 callq 0x2db70 jmp 0x2e056 movq -0x30(%rb...
host_copy_code: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rax, [rbp+var_8] mov [rbp+var_30], rax mov rsi, [rbp+var_10] lea rdi, aCopyCodeFor; "copy_code for" call de...
unsigned long long host_copy_code(long long a1, long long a2, long long a3, long long a4, unsigned long long a5) { long long v5; // rdx unsigned long long v7; // [rsp+8h] [rbp-48h] debug_print_address(); v7 = (unsigned int)get_code(a1, a2) - a3; if ( a5 < v7 ) v7 = a5; if ( v5 ) memcpy(a4, a3 + v5...
host_copy_code: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x30],RAX MOV RSI,qword ptr [RBP + -0x10] LEA RDI,[0x1dd9a1...
size_t host_copy_code(int8 param_1,int8 param_2,long param_3,void *param_4,ulong param_5 ) { uint uVar1; long extraout_RDX; size_t local_50; debug_print_address("copy_code for",param_2); uVar1 = get_code(param_1,param_2); local_50 = (ulong)uVar1 - param_3; if (param_5 < local_50)...
29,437
sp_get_linestring_mbr
eloqsql/storage/myisam/sp_key.c
static int sp_get_linestring_mbr(uchar *(*wkb), uchar *end, uint n_dims, uchar byte_order, double *mbr) { uint n_points; n_points = uint4korr(*wkb); (*wkb) += 4; for (; n_points > 0; --n_points) { /* Add next point to mbr */ if (sp_add_point_to_mbr(wkb, end, n_dims,...
O3
c
sp_get_linestring_mbr: pushq %rbp movq %rsp, %rbp movq (%rdi), %rax movl (%rax), %ecx addq $0x4, %rax movq %rax, (%rdi) testl %ecx, %ecx je 0x8ed22 addq $-0x8, %rsi movb $0x1, %r8b xorl %r9d, %r9d movq (%rdi), %rax cmpq %rsi, %rax ja 0x8ed1b movsd (%rax), %xmm0 addq $0x8, %rax movq %rax, (%rdi) movsd (%rdx,%r9), %xmm1 ...
sp_get_linestring_mbr_0: push rbp mov rbp, rsp mov rax, [rdi] mov ecx, [rax] add rax, 4 mov [rdi], rax test ecx, ecx jz short loc_8ED22 add rsi, 0FFFFFFFFFFFFFFF8h loc_8ECC3: mov r8b, 1 xor r9d, r9d loc_8ECC9: mov rax, [rdi] cmp rax, rsi ja short loc_8ED1B movsd ...
long long sp_get_linestring_mbr_0(double **a1, long long a2, long long a3) { int v3; // ecx unsigned long long v4; // rsi char v5; // r8 long long v6; // r9 double *v7; // rax double v8; // xmm0_8 long long result; // rax bool v10; // zf v3 = *(_DWORD *)*a1; *a1 = (double *)((char *)*a1 + 4); if...
sp_get_linestring_mbr: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RDI] MOV ECX,dword ptr [RAX] ADD RAX,0x4 MOV qword ptr [RDI],RAX TEST ECX,ECX JZ 0x0018ed22 ADD RSI,-0x8 LAB_0018ecc3: MOV R8B,0x1 XOR R9D,R9D LAB_0018ecc9: MOV RAX,qword ptr [RDI] CMP RAX,RSI JA 0x0018ed1b MOVSD XMM0,qword ptr [RAX] ADD RAX,0x8 MOV qword p...
int8 sp_get_linestring_mbr(int8 *param_1,long param_2,long param_3) { double dVar1; double *pdVar2; bool bVar3; int iVar4; bool bVar5; ulong uVar6; iVar4 = *(int *)*param_1; *param_1 = (int *)*param_1 + 1; if (iVar4 != 0) { do { uVar6 = 0; bVar3 = true; do { bVar5 = ...
29,438
update_light_client_update
corpus-core[P]colibri-stateless/src/chains/eth/verifier/sync_committee.c
static bool update_light_client_update(verify_ctx_t* ctx, ssz_ob_t* update, bytes32_t trusted_blockhash) { bytes32_t sync_root = {0}; bytes32_t merkle_root = {0}; bytes32_t blockhash = {0}; ssz_ob_t attested = ssz_get(update, "attestedHeader"); ssz_ob_t header = ssz_get(&attested,...
O2
c
update_light_client_update: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x170, %rsp # imm = 0x170 movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx xorps %xmm0, %xmm0 movaps %xmm0, 0x100(%rsp) movaps %xmm0, 0xf0(%rsp) movaps %xmm0, 0xe0(%rsp) movaps %xmm0, 0xd0(%rsp) movaps %xmm0, 0xc0(%rsp) m...
update_light_client_update: push r15 push r14 push r13 push r12 push rbx sub rsp, 170h mov r14, rdx mov r15, rsi mov rbx, rdi xorps xmm0, xmm0 movaps [rsp+198h+var_98], xmm0 movaps [rsp+198h+var_A8], xmm0 movaps [rsp+198h+var_B8], xmm0 movaps [rsp+198h+var_C8], xmm0 movaps [rsp+198...
char update_light_client_update(long long a1, long long a2, long long *a3) { long long v5; // rsi long long v6; // rax long long v7; // rdx long long v8; // rcx long long v9; // r8 long long v10; // r9 unsigned long long v11; // r15 long long *v12; // rsi long long v13; // rdx long long v14; // rcx...
update_light_client_update: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x170 MOV R14,RDX MOV R15,RSI MOV RBX,RDI XORPS XMM0,XMM0 MOVAPS xmmword ptr [RSP + 0x100],XMM0 MOVAPS xmmword ptr [RSP + 0xf0],XMM0 MOVAPS xmmword ptr [RSP + 0xe0],XMM0 MOVAPS xmmword ptr [RSP + 0xd0],XMM0 MOVAPS xmmword ptr [RSP + 0xc0],...
int8 update_light_client_update (long param_1,int8 param_2,void *param_3,int8 param_4,int8 param_5, int8 param_6) { char cVar1; int iVar2; int8 uVar3; char *pcVar4; int4 local_178 [2]; int4 uStack_170; int4 uStack_16c; long local_168; int4 local_160 [2]; long local_158; long ...
29,439
update_light_client_update
corpus-core[P]colibri-stateless/src/chains/eth/verifier/sync_committee.c
static bool update_light_client_update(verify_ctx_t* ctx, ssz_ob_t* update, bytes32_t trusted_blockhash) { bytes32_t sync_root = {0}; bytes32_t merkle_root = {0}; bytes32_t blockhash = {0}; ssz_ob_t attested = ssz_get(update, "attestedHeader"); ssz_ob_t header = ssz_get(&attested,...
O3
c
update_light_client_update: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x170, %rsp # imm = 0x170 movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx pxor %xmm0, %xmm0 movdqa %xmm0, 0x100(%rsp) movdqa %xmm0, 0xf0(%rsp) movdqa %xmm0, 0xe0(%rsp) movdqa %xmm0, 0xd0(%rsp) movdqa %xmm0, 0x70(%rsp) mo...
update_light_client_update: push r15 push r14 push r13 push r12 push rbx sub rsp, 170h mov r14, rdx mov r15, rsi mov rbx, rdi pxor xmm0, xmm0 movdqa [rsp+198h+var_98], xmm0 movdqa [rsp+198h+var_A8], xmm0 movdqa [rsp+198h+var_B8], xmm0 movdqa [rsp+198h+var_C8], xmm0 movdqa [rsp+198...
char update_light_client_update(long long a1, long long a2, const __m128i *a3) { long long v5; // rsi long long v6; // rax long long v7; // rdx long long v8; // rcx long long v9; // r8 long long v10; // r9 unsigned long long v11; // r15 __m128i v12; // xmm0 __m128i *v13; // rsi long long v14; // rd...
update_light_client_update: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x170 MOV R14,RDX MOV R15,RSI MOV RBX,RDI PXOR XMM0,XMM0 MOVDQA xmmword ptr [RSP + 0x100],XMM0 MOVDQA xmmword ptr [RSP + 0xf0],XMM0 MOVDQA xmmword ptr [RSP + 0xe0],XMM0 MOVDQA xmmword ptr [RSP + 0xd0],XMM0 MOVDQA xmmword ptr [RSP + 0x70],X...
int8 update_light_client_update (long param_1,int8 param_2,char *param_3,int8 param_4,int8 param_5, int8 param_6) { char cVar1; int iVar2; int8 uVar3; char *pcVar4; int1 auVar5 [16]; int1 auVar6 [16]; int1 auVar7 [16]; int1 auVar8 [16]; int8 local_180; long lStack_178; long l...
29,440
LefDefParser::defiRegion::propName(int) const
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiRegion.cpp
const char* defiRegion::propName(int index) const { char msg[160]; if (index < 0 || index >= numProps_) { sprintf (msg, "ERROR (DEFPARS-6130): The index number %d specified for the REGION PROPERTY is invalide.\nValid index number is from 0 to %d. Specify a valid index number and then try again.", ...
O3
cpp
LefDefParser::defiRegion::propName(int) const: pushq %r15 pushq %r14 pushq %rbx subq $0xa0, %rsp movl %esi, %edx movq %rdi, %r14 testl %esi, %esi setns %al movl 0x38(%rdi), %ecx cmpl %esi, %ecx setg %sil testb %sil, %al je 0x15544 movq 0x40(%r14), %rax movl %edx, %ecx movq (%rax,%rcx,8), %rbx jmp 0x1556d leaq 0x2cab8(%...
_ZNK12LefDefParser10defiRegion8propNameEi: push r15 push r14 push rbx sub rsp, 0A0h mov edx, esi mov r14, rdi test esi, esi setns al mov ecx, [rdi+38h] cmp ecx, esi setnle sil test al, sil jz short loc_15544 mov rax, [r14+40h] mov ecx, edx mov rbx, [rax+rcx*8] jmp ...
long long LefDefParser::defiRegion::propName(LefDefParser::defiRegion *this, unsigned int a2) { long long v2; // rbx LefDefParser::defrData *v3; // r8 char v5[184]; // [rsp+0h] [rbp-B8h] BYREF if ( *((_DWORD *)this + 14) > (int)a2 && (a2 & 0x80000000) == 0 ) return *(_QWORD *)(*((_QWORD *)this + 8) + 8LL ...
propName: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0xa0 MOV EDX,ESI MOV R14,RDI TEST ESI,ESI SETNS AL MOV ECX,dword ptr [RDI + 0x38] CMP ECX,ESI SETG SIL TEST AL,SIL JZ 0x00115544 MOV RAX,qword ptr [R14 + 0x40] MOV ECX,EDX MOV RBX,qword ptr [RAX + RCX*0x8] JMP 0x0011556d LAB_00115544: LEA RSI,[0x142003] XOR EBX,EBX MOV R15,R...
/* LefDefParser::defiRegion::propName(int) const */ int8 __thiscall LefDefParser::defiRegion::propName(defiRegion *this,int param_1) { int8 uVar1; char acStack_b8 [160]; if (param_1 < 0 || *(int *)(this + 0x38) <= param_1) { uVar1 = 0; sprintf(acStack_b8, "ERROR (DEFPARS-6130): The index...
29,441
std::shared_ptr<spdlog::logger> spdlog::synchronous_factory::create<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, spdlog::color_mode&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, spdlog::color_mode&)
AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/details/synchronous_factory.h
static std::shared_ptr<spdlog::logger> create(std::string logger_name, SinkArgs &&...args) { auto sink = std::make_shared<Sink>(std::forward<SinkArgs>(args)...); auto new_logger = std::make_shared<spdlog::logger>(std::move(logger_name), std::move(sink)); details::registry::instance().initialize_...
O0
c
std::shared_ptr<spdlog::logger> spdlog::synchronous_factory::create<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_mutex>, spdlog::color_mode&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, spdlog::color_mode&): subq $0x88, %rsp movq %rsi, 0x28(%rsp) movq %rdi, 0x20(%rsp...
_ZN6spdlog19synchronous_factory6createINS_5sinks21ansicolor_stdout_sinkINS_7details17console_nullmutexEEEJRNS_10color_modeEEEESt10shared_ptrINS_6loggerEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEDpOT0_: sub rsp, 88h mov [rsp+88h+var_60], rsi mov [rsp+88h+var_68], rdi mov rax, rdi mov [rsp+...
spdlog::details::registry * spdlog::synchronous_factory::create<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>,spdlog::color_mode &>( spdlog::details::registry *a1, long long a2, long long a3, int a4, int a5, int a6) { int v6; // ecx int v7; ...
create<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>,spdlog::color_mode&>: SUB RSP,0x88 MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x20],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x18],RAX MOV qword ptr [RSP + 0x80],RDI MOV qword ptr [RSP + 0x78],RSI MOV qword ptr [RSP + 0x70],RDX MOV RSI...
/* WARNING: Removing unreachable block (ram,0x001763a1) */ /* std::shared_ptr<spdlog::logger> spdlog::synchronous_factory::create<spdlog::sinks::ansicolor_stdout_sink<spdlog::details::console_nullmutex>, spdlog::color_mode&>(std::__cxx11::string, spdlog::color_mode&) */ synchronous_factory * __thiscall spdlog::...
29,442
my_once_alloc
eloqsql/mysys/my_once.c
void* my_once_alloc(size_t Size, myf MyFlags) { size_t get_size, max_left; uchar* point; reg1 USED_MEM *next; reg2 USED_MEM **prev; Size= ALIGN_SIZE(Size); prev= &my_once_root_block; max_left=0; for (next=my_once_root_block ; next && next->left < Size ; next= next->next) { if (next->left > max_le...
O0
c
my_once_alloc: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax addq $0x8, %rax subq $0x1, %rax andq $-0x8, %rax movq %rax, -0x10(%rbp) leaq 0x367fa5(%rip), %rax # 0x38e200 movq %rax, -0x40(%rbp) movq $0x0, -0x28(%rbp) leaq 0x367f92(%rip), %rax # 0x3...
my_once_alloc: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] add rax, 8 sub rax, 1 and rax, 0FFFFFFFFFFFFFFF8h mov [rbp+var_10], rax lea rax, my_once_root_block mov [rbp+var_40], rax mov [rbp+var_28], 0 lea rax...
char * my_once_alloc(long long a1, char a2) { int v2; // r8d int v3; // r9d int v5; // [rsp+8h] [rbp-48h] bool v6; // [rsp+Fh] [rbp-41h] _QWORD *v7; // [rsp+10h] [rbp-40h] _QWORD *i; // [rsp+18h] [rbp-38h] char *v9; // [rsp+20h] [rbp-30h] unsigned long long v10; // [rsp+28h] [rbp-28h] unsigned long lo...
my_once_alloc: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] ADD RAX,0x8 SUB RAX,0x1 AND RAX,-0x8 MOV qword ptr [RBP + -0x10],RAX LEA RAX,[0x48e200] MOV qword ptr [RBP + -0x40],RAX MOV qword ptr [RBP + -0x28],0x0 LEA RAX,[0x48e200] MOV ...
void * my_once_alloc(long param_1,ulong param_2) { int iVar1; ulong __n; int *piVar2; void *__s; bool bVar3; int8 *local_48; int8 *local_40; ulong local_30; size_t local_28; __n = param_1 + 7U & 0xfffffffffffffff8; local_48 = &my_once_root_block; local_30 = 0; local_40 = my_once_root_bloc...
29,443
ma_invalidate_stmts
eloqsql/libmariadb/libmariadb/mariadb_lib.c
void ma_invalidate_stmts(MYSQL *mysql, const char *function_name) { if (mysql->stmts) { LIST *li_stmt= mysql->stmts; for (; li_stmt; li_stmt= li_stmt->next) { MYSQL_STMT *stmt= (MYSQL_STMT *)li_stmt->data; stmt->mysql= NULL; SET_CLIENT_STMT_ERROR(stmt, CR_STMT_CLOSED, SQLSTATE_UNKNOWN...
O3
c
ma_invalidate_stmts: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq 0x4c8(%rdi), %r12 testq %r12, %r12 je 0x1cc7a movq %rsi, %r14 movq %rdi, -0x30(%rbp) leaq 0x2f092(%rip), %rax # 0x4bc90 movq (%rax), %r15 leaq 0x2f098(%rip), %r13 # 0x4bca0 movq 0x10(%r12), %rb...
ma_invalidate_stmts: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r12, [rdi+4C8h] test r12, r12 jz loc_1CC7A mov r14, rsi mov [rbp+var_30], rdi lea rax, SQLSTATE_UNKNOWN mov r15, [rax] lea r13, client_errors loc_1CC08: mov r...
long long ma_invalidate_stmts(long long a1, char *a2) { long long v2; // r12 char *v4; // r15 long long v5; // rbx char *v6; // rsi long long result; // rax v2 = *(_QWORD *)(a1 + 1224); if ( v2 ) { v4 = SQLSTATE_UNKNOWN; do { v5 = *(_QWORD *)(v2 + 16); *(_QWORD *)(v5 + 56) = 0L...
ma_invalidate_stmts: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,qword ptr [RDI + 0x4c8] TEST R12,R12 JZ 0x0011cc7a MOV R14,RSI MOV qword ptr [RBP + -0x30],RDI LEA RAX,[0x14bc90] MOV R15,qword ptr [RAX] LEA R13,[0x14bca0] LAB_0011cc08: MOV RBX,qword ptr [R12 + 0x10] MOV qword ptr ...
void ma_invalidate_stmts(long param_1,char *param_2) { long lVar1; int *__src; char *__src_00; long lVar2; __src = SQLSTATE_UNKNOWN; lVar2 = *(long *)(param_1 + 0x4c8); if (lVar2 != 0) { do { lVar1 = *(long *)(lVar2 + 0x10); *(int8 *)(lVar1 + 0x38) = 0; *(int4 *)(lVar1 + 0x108) ...
29,444
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 ...
O0
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: sub rsp, 58h mov [rsp+58h+var_10], rdi mov rax,...
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: SUB RSP,0x58 MOV qword ptr [RSP + 0x48],RDI MOV RAX,qword ptr [RSP + 0x48] MOV qword ptr [RSP + 0x30],RAX CMP qword ptr [RAX + 0x20],0x0 JNZ 0x001ebbd5 MOV RDI,qword ptr [RSP + 0x30] CALL 0x001ebdd0 TEST AL,0x1 JNZ 0x001ebbd5 MOV RAX,qword ptr [RSP + 0x30] LEA RCX,[0x2e7e80] MOV qword ptr [RAX + 0x70],RCX MOV dwo...
/* 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...
29,445
parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)
monkey531[P]llama/common/chat.cpp
static common_chat_msg parse_prefixed_json_tool_call_array(const std::string& input, const std::string & prefix, size_t rstrip_prefix = 0) { auto content_end = input.find(prefix); size_t tc_start = std::string::npos; common_chat_msg result; result.role = "assistant"; const auto process_tool_calls =...
O2
cpp
parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xf8, %rsp movq %rcx, ...
_ZL35parse_prefixed_json_tool_call_arrayRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_m: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0F8h mov r15, rcx mov r12, rdx mov rbx, rsi mov r13, rdi mov rdi, rsi mov rsi, rdx xor edx, edx call __Z...
common_chat_msg * parse_prefixed_json_tool_call_array( common_chat_msg *this, long long a2, long long a3, long long a4) { long long v6; // r14 long long v7; // r12 long long v8; // r13 _BYTE *v9; // r14 long long v10; // rax unsigned __int8 *v11; // rax int v12; // eax co...
parse_prefixed_json_tool_call_array: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xf8 MOV R15,RCX MOV R12,RDX MOV RBX,RSI MOV R13,RDI MOV RDI,RSI MOV RSI,RDX XOR EDX,EDX CALL 0x00124300 MOV R14,RAX MOV RDI,R13 CALL 0x001ac2a4 LAB_001aa008: LEA RSI,[0x1ae1f2] MOV qword ptr [RSP + 0x8],R13 MOV RDI,R13 C...
/* parse_prefixed_json_tool_call_array(std::__cxx11::string const&, std::__cxx11::string const&, unsigned long) */ string * parse_prefixed_json_tool_call_array(string *param_1,string *param_2,ulong param_3) { char cVar1; long lVar2; basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11...
29,446
string_match
bluesky950520[P]quickjs/quickjs.c
static BOOL string_match(const uint8_t *sp, int *pp, const char *s) { int p = *pp; while (*s != '\0') { if (to_upper_ascii(sp[p]) != to_upper_ascii(*s++)) return FALSE; p++; } *pp = p; return TRUE; }
O2
c
string_match: movslq (%rsi), %rcx movl %ecx, %eax addq %rcx, %rdi xorl %ecx, %ecx movb (%rdx,%rcx), %r8b testb %r8b, %r8b je 0x4f242 movzbl (%rdi,%rcx), %r9d leal -0x61(%r9), %r10d leal -0x20(%r9), %r11d cmpb $0x1a, %r10b movzbl %r11b, %r10d cmovael %r9d, %r10d leal -0x61(%r8), %r9d leal -0x20(%r8), %r11d cmpb $0x1a, %...
string_match: movsxd rcx, dword ptr [rsi] mov eax, ecx add rdi, rcx xor ecx, ecx loc_4F1FE: mov r8b, [rdx+rcx] test r8b, r8b jz short loc_4F242 movzx r9d, byte ptr [rdi+rcx] lea r10d, [r9-61h] lea r11d, [r9-20h] cmp r10b, 1Ah movzx r10d, r11b cmovnb r10d, r9d lea r9d, [r8-6...
long long string_match(long long a1, int *a2, long long a3) { long long v3; // rdi long long i; // rcx char v5; // r8 char v6; // r9 char v7; // r10 char v8; // r9 v3 = *a2 + a1; for ( i = 0LL; ; ++i ) { v5 = *(_BYTE *)(a3 + i); if ( !v5 ) { *a2 += i; return 1LL; } v6...
string_match: MOVSXD RCX,dword ptr [RSI] MOV EAX,ECX ADD RDI,RCX XOR ECX,ECX LAB_0014f1fe: MOV R8B,byte ptr [RDX + RCX*0x1] TEST R8B,R8B JZ 0x0014f242 MOVZX R9D,byte ptr [RDI + RCX*0x1] LEA R10D,[R9 + -0x61] LEA R11D,[R9 + -0x20] CMP R10B,0x1a MOVZX R10D,R11B CMOVNC R10D,R9D LEA R9D,[R8 + -0x61] LEA R11D,[R8 + -0x20] C...
int8 string_match(long param_1,int *param_2,long param_3) { char cVar1; long lVar2; char cVar3; char cVar4; lVar2 = 0; while( true ) { cVar1 = *(char *)(param_3 + lVar2); if (cVar1 == '\0') { *param_2 = *param_2 + (int)lVar2; return 1; } cVar3 = *(char *)(param_1 + *param_2 ...
29,447
minja::IfTemplateToken::~IfTemplateToken()
monkey531[P]llama/common/./minja.hpp
IfTemplateToken(const Location & location, SpaceHandling pre, SpaceHandling post, std::shared_ptr<Expression> && c) : TemplateToken(Type::If, location, pre, post), condition(std::move(c)) {}
O3
cpp
minja::IfTemplateToken::~IfTemplateToken(): pushq %rbx movq %rdi, %rbx leaq 0x95663(%rip), %rax # 0xeeb50 movq %rax, (%rdi) movq 0x38(%rdi), %rdi testq %rdi, %rdi je 0x594fe callq 0x2f80e leaq 0x94cc3(%rip), %rax # 0xee1c8 movq %rax, (%rbx) movq 0x18(%rbx), %rdi testq %rdi, %rdi je 0x59517 popq %rbx jmp 0x2f80e...
_ZN5minja15IfTemplateTokenD2Ev: push rbx mov rbx, rdi lea rax, off_EEB50 mov [rdi], rax mov rdi, [rdi+38h] test rdi, rdi jz short loc_594FE call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release(void) loc_594...
void minja::IfTemplateToken::~IfTemplateToken(minja::IfTemplateToken *this) { volatile signed __int32 *v2; // rdi volatile signed __int32 *v3; // rdi *(_QWORD *)this = off_EEB50; v2 = (volatile signed __int32 *)*((_QWORD *)this + 7); if ( v2 ) std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_releas...
~IfTemplateToken: PUSH RBX MOV RBX,RDI LEA RAX,[0x1eeb50] MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x38] TEST RDI,RDI JZ 0x001594fe CALL 0x0012f80e LAB_001594fe: LEA RAX,[0x1ee1c8] MOV qword ptr [RBX],RAX MOV RDI,qword ptr [RBX + 0x18] TEST RDI,RDI JZ 0x00159517 POP RBX JMP 0x0012f80e LAB_00159517: POP RBX RET
/* minja::IfTemplateToken::~IfTemplateToken() */ void __thiscall minja::IfTemplateToken::~IfTemplateToken(IfTemplateToken *this) { *(int ***)this = &PTR__IfTemplateToken_001eeb50; if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) != (_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) { ...
29,448
ma_get_last_key
eloqsql/storage/maria/ma_search.c
uchar *_ma_get_last_key(MARIA_KEY *key, MARIA_PAGE *ma_page, uchar *endpos) { uint page_flag,nod_flag; uchar *lastpos, *page; MARIA_KEYDEF *keyinfo= key->keyinfo; DBUG_ENTER("_ma_get_last_key"); DBUG_PRINT("enter",("page: %p endpos: %p", ma_page->buff, endpos)); page_flag= ma_page->f...
O3
c
ma_get_last_key: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdx, %r15 movq %rdi, %r14 movq 0x8(%rdi), %rbx movl 0x28(%rsi), %r8d movl 0x2c(%rsi), %edi movq (%rbx), %rcx movl 0x744(%rcx), %eax addq 0x10(%rsi), %rax addq %r8, %rax movq %rax, -0x38(%rbp) testb ...
_ma_get_last_key: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r15, rdx mov r14, rdi mov rbx, [rdi+8] mov r8d, [rsi+28h] mov edi, [rsi+2Ch] mov rcx, [rbx] mov eax, [rcx+744h] add rax, [rsi+10h] add rax, r8 mov [rbp+...
unsigned long long ma_get_last_key(long long a1, long long a2, unsigned long long a3) { long long *v5; // rbx long long v6; // r8 unsigned int v7; // edi long long v8; // rcx unsigned long long v9; // rax bool v10; // dl unsigned long long v11; // r15 unsigned long long v12; // r12 int v13; // ecx ...
_ma_get_last_key: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R15,RDX MOV R14,RDI MOV RBX,qword ptr [RDI + 0x8] MOV R8D,dword ptr [RSI + 0x28] MOV EDI,dword ptr [RSI + 0x2c] MOV RCX,qword ptr [RBX] MOV EAX,dword ptr [RCX + 0x744] ADD RAX,qword ptr [RSI + 0x10] ADD RAX,R8 MOV qword...
void * _ma_get_last_key(int8 *param_1,long param_2,void *param_3) { uint uVar1; long *plVar2; void *pvVar3; void *pvVar4; int iVar5; ulong uVar6; void *local_40; uint local_34; plVar2 = (long *)param_1[1]; uVar1 = *(uint *)(param_2 + 0x28); uVar6 = (ulong)uVar1; local_34 = *(uint *)(param_2...
29,449
Tensor::tensor_shape_str[abi:cxx11]()
deependujha[P]DeepTensor/csrc/tensor.h
std::string tensor_shape_str() { std::string shape_str = "("; for (auto& e : this->shape) { shape_str += std::to_string(e) + ", "; } shape_str += ")"; return shape_str; }
O3
c
Tensor::tensor_shape_str[abi:cxx11](): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rsi, %r14 movq %rdi, %r12 leaq 0x10(%rdi), %rax movq %rax, 0x8(%rsp) movq %rax, (%rdi) leaq 0x30456(%rip), %rsi # 0x56eaf leaq 0x30450(%rip), %rdx # 0x56eb0 callq 0x1f96e movq 0x10(%r1...
_ZN6Tensor16tensor_shape_strB5cxx11Ev: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov r14, rsi mov r12, rdi lea rax, [rdi+10h] mov [rsp+88h+var_80], rax mov [rdi], rax lea rsi, aExpected+0Ah; "(" lea rdx, aExpected+0Bh; "" call _ZNSt7__cxx1112...
_QWORD * Tensor::tensor_shape_str[abi:cxx11](_QWORD *a1, long long a2) { _QWORD *v2; // r12 unsigned int *v3; // r15 unsigned int v4; // ebp int v5; // r13d unsigned int v6; // eax bool v7; // cc unsigned int v8; // r12d long long v9; // rax __int128 *v10; // rcx __int128 *v12; // [rsp+10h] [rbp-78h...
tensor_shape_str[abi:cxx11]: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R14,RSI MOV R12,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RSP + 0x8],RAX MOV qword ptr [RDI],RAX LEA RSI,[0x156eaf] LEA RDX,[0x156eb0] CALL 0x0011f96e MOV R15,qword ptr [R14 + 0x10] MOV RAX,qword ptr [R14 + 0x18] MOV qword...
/* Tensor::tensor_shape_str[abi:cxx11]() */ long * Tensor::tensor_shape_str_abi_cxx11_(void) { uint uVar1; uint uVar2; uint uVar3; uint uVar4; long *plVar5; ulong uVar6; long *plVar7; long in_RSI; long *in_RDI; uint uVar8; uint *puVar9; long *local_78; long local_68; long lStack_60; lon...
29,450
clip_n_patches_by_img
llama.cpp/examples/llava/clip.cpp
int clip_n_patches_by_img(const struct clip_ctx * ctx, struct clip_image_f32 * img) { const auto & params = ctx->vision_model.hparams; int n_patches = (params.image_size / params.patch_size) * (params.image_size / params.patch_size); if (ctx->proj_type == PROJECTOR_TYPE_LDP || ctx->proj_type == PROJECTOR_...
O3
cpp
clip_n_patches_by_img: movl 0x10(%rdi), %eax movl 0x14(%rdi), %r8d cltd idivl %r8d imull %eax, %eax movl 0x300(%rdi), %ecx addl $-0x2, %ecx cmpl $0x5, %ecx ja 0x26963 leaq 0x27da1(%rip), %rdx # 0x4e6e0 movslq (%rdx,%rcx,4), %rcx addq %rdx, %rcx jmpq *%rcx shrl $0x2, %eax retq movl 0x8(%rdi), %ecx addl $-0x2, %ecx c...
clip_n_patches_by_img: mov eax, [rdi+10h] mov r8d, [rdi+14h] cdq idiv r8d imul eax, eax mov ecx, [rdi+300h] add ecx, 0FFFFFFFEh; switch 6 cases cmp ecx, 5 ja short def_26946; jumptable 0000000000026946 default case lea rdx, jpt_26946 movsxd rcx, ds:(jpt_26946 - 4E6E0h)[rdx+rcx*4] add...
long long clip_n_patches_by_img(_DWORD *a1, _DWORD *a2) { int v2; // r8d long long result; // rax unsigned int v4; // ecx v2 = a1[5]; result = (unsigned int)(a1[4] / v2 * (a1[4] / v2)); switch ( a1[192] ) { case 2: case 3: case 5: result = (unsigned int)result >> 2; break; ca...
clip_n_patches_by_img: MOV EAX,dword ptr [RDI + 0x10] MOV R8D,dword ptr [RDI + 0x14] CDQ IDIV R8D IMUL EAX,EAX MOV ECX,dword ptr [RDI + 0x300] ADD ECX,-0x2 CMP ECX,0x5 JA 0x00126963 LEA RDX,[0x14e6e0] MOVSXD RCX,dword ptr [RDX + RCX*0x4] ADD RCX,RDX switchD: JMP RCX caseD_2: SHR EAX,0x2 RET caseD_4: MOV ECX,dword ptr [...
uint clip_n_patches_by_img(long param_1,int *param_2) { int iVar1; uint uVar2; uint uVar3; iVar1 = *(int *)(param_1 + 0x10) / *(int *)(param_1 + 0x14); uVar2 = iVar1 * iVar1; switch(*(int4 *)(param_1 + 0x300)) { case 2: case 3: case 5: return uVar2 >> 2; case 4: uVar3 = *(int *)(param_1...
29,451
cmp
eloqsql/strings/dtoa.c
static int cmp(Bigint *a, Bigint *b) { ULong *xa, *xa0, *xb, *xb0; int i, j; i= a->wds; j= b->wds; if (i-= j) return i; xa0= a->p.x; xa= xa0 + j; xb0= b->p.x; xb= xb0 + j; for (;;) { if (*--xa != *--xb) return *xa < *xb ? -1 : 1; if (xa <= xa0) break; } return 0; }
O0
c
cmp: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movl 0x14(%rax), %eax movl %eax, -0x3c(%rbp) movq -0x18(%rbp), %rax movl 0x14(%rax), %eax movl %eax, -0x40(%rbp) movl -0x40(%rbp), %ecx movl -0x3c(%rbp), %eax subl %ecx, %eax movl %eax, -0x3c(%rbp) cmpl $0x0, %eax je 0x...
cmp: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] mov eax, [rax+14h] mov [rbp+var_3C], eax mov rax, [rbp+var_18] mov eax, [rax+14h] mov [rbp+var_40], eax mov ecx, [rbp+var_40] mov eax, [rbp+var_3C] sub eax, ecx mov [rbp+va...
long long cmp(long long a1, long long a2) { _DWORD *v2; // rax _DWORD *v3; // rcx unsigned int v4; // eax int v6; // [rsp+0h] [rbp-40h] _DWORD *v7; // [rsp+10h] [rbp-30h] _DWORD *v8; // [rsp+20h] [rbp-20h] v6 = *(_DWORD *)(a2 + 20); if ( *(_DWORD *)(a1 + 20) == v6 ) { v8 = (_DWORD *)(4LL * v6 + ...
cmp: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX + 0x14] MOV dword ptr [RBP + -0x3c],EAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX + 0x14] MOV dword ptr [RBP + -0x40],EAX MOV ECX,dword ptr [RBP + -0x40] MOV EAX,...
int cmp(void *param_1,void *param_2) { int iVar1; uint *puVar2; uint *local_38; uint *local_28; int local_c; iVar1 = *(int *)((long)param_2 + 0x14); local_c = *(int *)((long)param_1 + 0x14) - iVar1; if (local_c == 0) { /* WARNING: Load size is inaccurate */ /...
29,452
stbi__shiftsigned
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h
static int stbi__shiftsigned(unsigned int v, int shift, int bits) { static unsigned int mul_table[9] = { 0, 0xff/*0b11111111*/, 0x55/*0b01010101*/, 0x49/*0b01001001*/, 0x11/*0b00010001*/, 0x21/*0b00100001*/, 0x41/*0b01000001*/, 0x81/*0b10000001*/, 0x01/*0b00000001*/, }; static unsigned int sh...
O0
c
stbi__shiftsigned: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movl %edi, -0x4(%rbp) movl %esi, -0x8(%rbp) movl %edx, -0xc(%rbp) cmpl $0x0, -0x8(%rbp) jge 0x1e6c6 xorl %ecx, %ecx subl -0x8(%rbp), %ecx movl -0x4(%rbp), %eax shll %cl, %eax movl %eax, -0x4(%rbp) jmp 0x1e6d1 movl -0x8(%rbp), %ecx movl -0x4(%rbp), %eax shrl...
stbi__shiftsigned: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_4], edi mov [rbp+var_8], esi mov [rbp+var_C], edx cmp [rbp+var_8], 0 jge short loc_1E6C6 xor ecx, ecx sub ecx, [rbp+var_8] mov eax, [rbp+var_4] shl eax, cl mov [rbp+var_4], eax jmp short loc_1E6D1 l...
long long stbi__shiftsigned(unsigned int a1, int a2, signed int a3) { unsigned int v4; // [rsp+Ch] [rbp-4h] unsigned int v5; // [rsp+Ch] [rbp-4h] if ( a2 >= 0 ) v4 = a1 >> a2; else v4 = a1 << -(char)a2; if ( v4 >= 0x100 ) __assert_fail( "v < 256", "/workspace/llm4binary/github/2025_s...
stbi__shiftsigned: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI MOV dword ptr [RBP + -0x8],ESI MOV dword ptr [RBP + -0xc],EDX CMP dword ptr [RBP + -0x8],0x0 JGE 0x0011e6c6 XOR ECX,ECX SUB ECX,dword ptr [RBP + -0x8] MOV EAX,dword ptr [RBP + -0x4] SHL EAX,CL MOV dword ptr [RBP + -0x4],EAX JMP 0x0011e6...
int stbi__shiftsigned(uint param_1,int param_2,int param_3) { uint local_c; if (param_2 < 0) { local_c = param_1 << (-(byte)param_2 & 0x1f); } else { local_c = param_1 >> ((byte)param_2 & 0x1f); } if (local_c < 0x100) { if ((-1 < param_3) && (param_3 < 9)) { return (int)((local_c >> (...
29,453
stbi__shiftsigned
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h
static int stbi__shiftsigned(unsigned int v, int shift, int bits) { static unsigned int mul_table[9] = { 0, 0xff/*0b11111111*/, 0x55/*0b01010101*/, 0x49/*0b01001001*/, 0x11/*0b00010001*/, 0x21/*0b00100001*/, 0x41/*0b01000001*/, 0x81/*0b10000001*/, 0x01/*0b00000001*/, }; static unsigned int sh...
O1
c
stbi__shiftsigned: pushq %rax movl %esi, %ecx negb %cl movl %edi, %eax shll %cl, %eax movl %esi, %ecx shrl %cl, %edi testl %esi, %esi cmovsl %eax, %edi cmpl $0x100, %edi # imm = 0x100 jae 0x16bb8 testl %edx, %edx js 0x16bd7 movb $0x8, %cl subb %dl, %cl shrl %cl, %edi movl %edx, %eax leaq 0xda1c(%rip), %rcx ...
stbi__shiftsigned: push rax mov ecx, esi neg cl mov eax, edi shl eax, cl mov ecx, esi shr edi, cl test esi, esi cmovs edi, eax cmp edi, 100h jnb short loc_16BB8 test edx, edx js short loc_16BD7 mov cl, 8 sub cl, dl shr edi, cl mov eax, edx lea rcx, stb...
long long stbi__shiftsigned(unsigned int a1, int a2, int a3) { unsigned int v3; // eax unsigned int v4; // edi v3 = a1 << -(char)a2; v4 = a1 >> a2; if ( a2 < 0 ) v4 = v3; if ( v4 >= 0x100 ) __assert_fail( "v < 256", "/workspace/llm4binary/github/2025_star3/dmazzella[P]pylunasvg/lunasvg...
stbi__shiftsigned: PUSH RAX MOV ECX,ESI NEG CL MOV EAX,EDI SHL EAX,CL MOV ECX,ESI SHR EDI,CL TEST ESI,ESI CMOVS EDI,EAX CMP EDI,0x100 JNC 0x00116bb8 TEST EDX,EDX JS 0x00116bd7 MOV CL,0x8 SUB CL,DL SHR EDI,CL MOV EAX,EDX LEA RCX,[0x1245c0] IMUL EDI,dword ptr [RCX + RAX*0x4] LEA RCX,[0x1245f0] MOV CL,byte ptr [RCX + RAX*...
int stbi__shiftsigned(uint param_1,int param_2,uint param_3) { uint uVar1; uVar1 = param_1 >> ((byte)param_2 & 0x1f); if (param_2 < 0) { uVar1 = param_1 << (-(byte)param_2 & 0x1f); } if (uVar1 < 0x100) { if (-1 < (int)param_3) { return (int)((uVar1 >> (8U - (char)param_3 & 0x1f)) * ...
29,454
release_configuration_dirs
eloqsql/libmariadb/libmariadb/ma_default.c
void release_configuration_dirs() { if (configuration_dirs) { int i= 0; while (configuration_dirs[i]) free(configuration_dirs[i++]); free(configuration_dirs); } }
O0
c
release_configuration_dirs: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp leaq 0x1d4c1(%rip), %rax # 0x6c250 cmpq $0x0, (%rax) je 0x4ede3 movl $0x0, -0x4(%rbp) leaq 0x1d4ad(%rip), %rax # 0x6c250 movq (%rax), %rax movslq -0x4(%rbp), %rcx cmpq $0x0, (%rax,%rcx,8) je 0x4edd4 leaq 0x1d498(%rip), %rax # 0x6c250 mo...
release_configuration_dirs: push rbp mov rbp, rsp sub rsp, 10h lea rax, configuration_dirs cmp qword ptr [rax], 0 jz short loc_4EDE3 mov [rbp+var_4], 0 loc_4ED9C: lea rax, configuration_dirs mov rax, [rax] movsxd rcx, [rbp+var_4] cmp qword ptr [rax+rcx*8], 0 jz short loc_4E...
_QWORD *release_configuration_dirs() { _QWORD *result; // rax int v1; // ecx int i; // [rsp+Ch] [rbp-4h] result = configuration_dirs; if ( configuration_dirs[0] ) { for ( i = 0; *(_QWORD *)(configuration_dirs[0] + 8LL * i); ++i ) { v1 = i; free(*(_QWORD *)(configuration_dirs[0] + 8LL * ...
release_configuration_dirs: PUSH RBP MOV RBP,RSP SUB RSP,0x10 LEA RAX,[0x16c250] CMP qword ptr [RAX],0x0 JZ 0x0014ede3 MOV dword ptr [RBP + -0x4],0x0 LAB_0014ed9c: LEA RAX,[0x16c250] MOV RAX,qword ptr [RAX] MOVSXD RCX,dword ptr [RBP + -0x4] CMP qword ptr [RAX + RCX*0x8],0x0 JZ 0x0014edd4 LEA RAX,[0x16c250] MOV RAX,qwor...
void release_configuration_dirs(void) { int4 local_c; if (configuration_dirs != (void *)0x0) { local_c = 0; while (*(long *)((long)configuration_dirs + (long)local_c * 8) != 0) { free(*(void **)((long)configuration_dirs + (long)local_c * 8)); local_c = local_c + 1; } free(configurat...
29,455
my_time_init
eloqsql/mysys/my_getsystime.c
void my_time_init() { #ifdef _WIN32 compile_time_assert(sizeof(LARGE_INTEGER) == sizeof(query_performance_frequency)); QueryPerformanceFrequency((LARGE_INTEGER *)&query_performance_frequency); DBUG_ASSERT(query_performance_frequency); #endif }
O3
c
my_time_init: pushq %rbp movq %rsp, %rbp popq %rbp retq
my_time_init: push rbp mov rbp, rsp pop rbp retn
void my_time_init() { ; }
my_time_init: PUSH RBP MOV RBP,RSP POP RBP RET
void my_time_init(void) { return; }
29,456
maria_rtree_get_first
eloqsql/storage/maria/ma_rt_index.c
int maria_rtree_get_first(MARIA_HA *info, uint keynr, uint key_length) { my_off_t root; MARIA_KEYDEF *keyinfo= info->s->keyinfo + keynr; if ((root= info->s->state.key_root[keynr]) == HA_OFFSET_ERROR) { my_errno= HA_ERR_END_OF_FILE; return -1; } info->maria_rtree_recursion_depth= -1; info->keyrea...
O3
c
maria_rtree_get_first: movq (%rdi), %rax movl %esi, %ecx movq 0x118(%rax), %rdx movq (%rdx,%rcx,8), %rdx cmpq $-0x1, %rdx je 0x620bf imulq $0x118, %rcx, %rsi # imm = 0x118 addq 0x570(%rax), %rsi movl $0xffffffff, 0x6f0(%rdi) # imm = 0xFFFFFFFF movb $0x1, 0x685(%rdi) xorl %ecx, %ecx jmp 0x620d5 pushq %rbp movq %rsp...
maria_rtree_get_first: mov rax, [rdi] mov ecx, esi mov rdx, [rax+118h] mov rdx, [rdx+rcx*8] cmp rdx, 0FFFFFFFFFFFFFFFFh jz short loc_620BF imul rsi, rcx, 118h add rsi, [rax+570h] mov dword ptr [rdi+6F0h], 0FFFFFFFFh mov byte ptr [rdi+685h], 1 xor ecx, ecx jmp short maria_...
long long maria_rtree_get_first(long long a1, unsigned int a2) { long long v2; // rdx long long v3; // rsi v2 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 280LL) + 8LL * a2); if ( v2 == -1 ) { *(_DWORD *)my_thread_var(a1) = 137; return 0xFFFFFFFFLL; } else { v3 = *(_QWORD *)(*(_QWORD *)a1 + 1...
maria_rtree_get_first: MOV RAX,qword ptr [RDI] MOV ECX,ESI MOV RDX,qword ptr [RAX + 0x118] MOV RDX,qword ptr [RDX + RCX*0x8] CMP RDX,-0x1 JZ 0x001620bf IMUL RSI,RCX,0x118 ADD RSI,qword ptr [RAX + 0x570] MOV dword ptr [RDI + 0x6f0],0xffffffff MOV byte ptr [RDI + 0x685],0x1 XOR ECX,ECX JMP 0x001620d5 LAB_001620bf: PUSH R...
int8 maria_rtree_get_first(long *param_1,ulong param_2) { long lVar1; long lVar2; int8 uVar3; int4 *puVar4; lVar1 = *(long *)(*(long *)(*param_1 + 0x118) + (param_2 & 0xffffffff) * 8); if (lVar1 != -1) { lVar2 = *(long *)(*param_1 + 0x570); *(int4 *)(param_1 + 0xde) = 0xffffffff; *(int1 *)(...
29,457
JS_IsFunction
bluesky950520[P]quickjs/quickjs.c
BOOL JS_IsFunction(JSContext *ctx, JSValue val) { JSObject *p; if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT) return FALSE; p = JS_VALUE_GET_OBJ(val); switch(p->class_id) { case JS_CLASS_BYTECODE_FUNCTION: return TRUE; case JS_CLASS_PROXY: return p->u.proxy_data->is_func; ...
O1
c
JS_IsFunction: movq %rsi, -0x8(%rsp) xorl %eax, %eax cmpl $-0x1, %edx jne 0x22e06 movq -0x8(%rsp), %rcx movzwl 0x6(%rcx), %eax cmpl $0xd, %eax je 0x22de6 cmpl $0x30, %eax jne 0x22dec movq 0x30(%rcx), %rax movzbl 0x20(%rax), %eax retq movl $0x1, %eax retq movq 0x18(%rdi), %rcx movq 0x80(%rcx), %rcx leaq (%rax,%rax,4), %...
JS_IsFunction: mov [rsp+var_8], rsi xor eax, eax cmp edx, 0FFFFFFFFh jnz short locret_22E06 mov rcx, [rsp+var_8] movzx eax, word ptr [rcx+6] cmp eax, 0Dh jz short loc_22DE6 cmp eax, 30h ; '0' jnz short loc_22DEC mov rax, [rcx+30h] movzx eax, byte ptr [rax+20h] retn loc_22DE6...
long long JS_IsFunction(long long a1, long long a2, int a3) { long long result; // rax long long v4; // rax result = 0LL; if ( a3 == -1 ) { v4 = *(unsigned __int16 *)(a2 + 6); if ( (_DWORD)v4 == 13 ) { return 1LL; } else if ( (_DWORD)v4 == 48 ) { return *(unsigned __int8 ...
JS_IsFunction: MOV qword ptr [RSP + -0x8],RSI XOR EAX,EAX CMP EDX,-0x1 JNZ 0x00122e06 MOV RCX,qword ptr [RSP + -0x8] MOVZX EAX,word ptr [RCX + 0x6] CMP EAX,0xd JZ 0x00122de6 CMP EAX,0x30 JNZ 0x00122dec MOV RAX,qword ptr [RCX + 0x30] MOVZX EAX,byte ptr [RAX + 0x20] RET LAB_00122de6: MOV EAX,0x1 RET LAB_00122dec: MOV RCX...
int1 JS_IsFunction(long param_1,long param_2,int param_3) { ushort uVar1; bool bVar2; bVar2 = false; if (param_3 == -1) { uVar1 = *(ushort *)(param_2 + 6); if (uVar1 == 0xd) { return true; } if (uVar1 == 0x30) { return *(int1 *)(*(long *)(param_2 + 0x30) + 0x20); } bVar2...
29,458
JS_IsFunction
bluesky950520[P]quickjs/quickjs.c
BOOL JS_IsFunction(JSContext *ctx, JSValue val) { JSObject *p; if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT) return FALSE; p = JS_VALUE_GET_OBJ(val); switch(p->class_id) { case JS_CLASS_BYTECODE_FUNCTION: return TRUE; case JS_CLASS_PROXY: return p->u.proxy_data->is_func; ...
O2
c
JS_IsFunction: xorl %eax, %eax cmpl $-0x1, %edx jne 0x1ceb9 movzwl 0x6(%rsi), %eax cmpl $0xd, %eax je 0x1ce9b cmpl $0x30, %eax jne 0x1ce9f movq 0x30(%rsi), %rax movzbl 0x20(%rax), %eax retq pushq $0x1 popq %rax retq movq 0x18(%rdi), %rcx movq 0x80(%rcx), %rcx imulq $0x28, %rax, %rdx xorl %eax, %eax cmpq $0x0, 0x18(%rcx...
JS_IsFunction: xor eax, eax cmp edx, 0FFFFFFFFh jnz short locret_1CEB9 movzx eax, word ptr [rsi+6] cmp eax, 0Dh jz short loc_1CE9B cmp eax, 30h ; '0' jnz short loc_1CE9F mov rax, [rsi+30h] movzx eax, byte ptr [rax+20h] retn loc_1CE9B: push 1 pop rax retn loc_1CE9F: mov rc...
long long JS_IsFunction(long long a1, long long a2, int a3) { long long result; // rax long long v4; // rax result = 0LL; if ( a3 == -1 ) { v4 = *(unsigned __int16 *)(a2 + 6); if ( (_DWORD)v4 == 13 ) { return 1LL; } else if ( (_DWORD)v4 == 48 ) { return *(unsigned __int8 ...
JS_IsFunction: XOR EAX,EAX CMP EDX,-0x1 JNZ 0x0011ceb9 MOVZX EAX,word ptr [RSI + 0x6] CMP EAX,0xd JZ 0x0011ce9b CMP EAX,0x30 JNZ 0x0011ce9f MOV RAX,qword ptr [RSI + 0x30] MOVZX EAX,byte ptr [RAX + 0x20] RET LAB_0011ce9b: PUSH 0x1 POP RAX RET LAB_0011ce9f: MOV RCX,qword ptr [RDI + 0x18] MOV RCX,qword ptr [RCX + 0x80] IM...
int1 JS_IsFunction(long param_1,long param_2,int param_3) { ushort uVar1; bool bVar2; bVar2 = false; if (param_3 == -1) { uVar1 = *(ushort *)(param_2 + 6); if (uVar1 == 0xd) { return true; } if (uVar1 == 0x30) { return *(int1 *)(*(long *)(param_2 + 0x30) + 0x20); } bVar2...
29,459
JS_IsFunction
bluesky950520[P]quickjs/quickjs.c
BOOL JS_IsFunction(JSContext *ctx, JSValue val) { JSObject *p; if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT) return FALSE; p = JS_VALUE_GET_OBJ(val); switch(p->class_id) { case JS_CLASS_BYTECODE_FUNCTION: return TRUE; case JS_CLASS_PROXY: return p->u.proxy_data->is_func; ...
O3
c
JS_IsFunction: xorl %eax, %eax cmpl $-0x1, %edx jne 0x23659 movzwl 0x6(%rsi), %eax cmpl $0xd, %eax je 0x23639 cmpl $0x30, %eax jne 0x2363f movq 0x30(%rsi), %rax movzbl 0x20(%rax), %eax retq movl $0x1, %eax retq movq 0x18(%rdi), %rcx movq 0x80(%rcx), %rcx leaq (%rax,%rax,4), %rdx xorl %eax, %eax cmpq $0x0, 0x18(%rcx,%rd...
JS_IsFunction: xor eax, eax cmp edx, 0FFFFFFFFh jnz short locret_23659 movzx eax, word ptr [rsi+6] cmp eax, 0Dh jz short loc_23639 cmp eax, 30h ; '0' jnz short loc_2363F mov rax, [rsi+30h] movzx eax, byte ptr [rax+20h] retn loc_23639: mov eax, 1 retn loc_2363F: mov rcx, [rdi...
long long JS_IsFunction(long long a1, long long a2, int a3) { long long result; // rax long long v4; // rax result = 0LL; if ( a3 == -1 ) { v4 = *(unsigned __int16 *)(a2 + 6); if ( (_DWORD)v4 == 13 ) { return 1LL; } else if ( (_DWORD)v4 == 48 ) { return *(unsigned __int8 ...
JS_IsFunction: XOR EAX,EAX CMP EDX,-0x1 JNZ 0x00123659 MOVZX EAX,word ptr [RSI + 0x6] CMP EAX,0xd JZ 0x00123639 CMP EAX,0x30 JNZ 0x0012363f MOV RAX,qword ptr [RSI + 0x30] MOVZX EAX,byte ptr [RAX + 0x20] RET LAB_00123639: MOV EAX,0x1 RET LAB_0012363f: MOV RCX,qword ptr [RDI + 0x18] MOV RCX,qword ptr [RCX + 0x80] LEA RDX...
int1 JS_IsFunction(long param_1,long param_2,int param_3) { ushort uVar1; bool bVar2; bVar2 = false; if (param_3 == -1) { uVar1 = *(ushort *)(param_2 + 6); if (uVar1 == 0xd) { return true; } if (uVar1 == 0x30) { return *(int1 *)(*(long *)(param_2 + 0x30) + 0x20); } bVar2...
29,460
limbs_from_le_bytes
corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/bytes.h
static inline void limbs_from_le_bytes(limb_t *restrict ret, const unsigned char *in, size_t n) { limb_t limb = 0; while(n--) { limb <<= 8; limb |= in[n]; /* * 'if (n % sizeof(limb_t) == 0)' is omitted because it's cheaper * to pe...
O2
c
limbs_from_le_bytes: pushq %rbp movq %rsp, %rbp decq %rdx xorl %eax, %eax cmpq $-0x1, %rdx je 0x5a762 shlq $0x8, %rax movzbl (%rsi,%rdx), %ecx orq %rcx, %rax movq %rdx, %rcx andq $-0x8, %rcx movq %rax, (%rdi,%rcx) decq %rdx jmp 0x5a741 popq %rbp retq
limbs_from_le_bytes: push rbp mov rbp, rsp dec rdx xor eax, eax loc_5A741: cmp rdx, 0FFFFFFFFFFFFFFFFh jz short loc_5A762 shl rax, 8 movzx ecx, byte ptr [rsi+rdx] or rax, rcx mov rcx, rdx and rcx, 0FFFFFFFFFFFFFFF8h mov [rdi+rcx], rax dec rdx jmp short loc_5A741 lo...
unsigned long long limbs_from_le_bytes(long long a1, long long a2, long long a3) { long long v3; // rdx unsigned long long result; // rax v3 = a3 - 1; result = 0LL; while ( v3 != -1 ) { result = *(unsigned __int8 *)(a2 + v3) | (result << 8); *(_QWORD *)(a1 + (v3-- & 0xFFFFFFFFFFFFFFF8LL)) = result...
limbs_from_le_bytes: PUSH RBP MOV RBP,RSP DEC RDX XOR EAX,EAX LAB_0015a741: CMP RDX,-0x1 JZ 0x0015a762 SHL RAX,0x8 MOVZX ECX,byte ptr [RSI + RDX*0x1] OR RAX,RCX MOV RCX,RDX AND RCX,-0x8 MOV qword ptr [RDI + RCX*0x1],RAX DEC RDX JMP 0x0015a741 LAB_0015a762: POP RBP RET
void limbs_from_le_bytes(long param_1,long param_2,long param_3) { ulong uVar1; ulong uVar2; uVar1 = 0; for (uVar2 = param_3 - 1; uVar2 != 0xffffffffffffffff; uVar2 = uVar2 - 1) { uVar1 = uVar1 << 8 | (ulong)*(byte *)(param_2 + uVar2); *(ulong *)(param_1 + (uVar2 & 0xfffffffffffffff8)) = uVar1; }...
29,461
mysql_close
eloqsql/libmariadb/libmariadb/mariadb_lib.c
void STDCALL mysql_close(MYSQL *mysql) { if (mysql) /* Some simple safety */ { if (mysql->extension && mysql->extension->conn_hdlr) { MA_CONNECTION_HANDLER *p= mysql->extension->conn_hdlr; if (p->plugin->close) p->plugin->close(mysql); free(p); /* Fix for CONC-294: Since ...
O0
c
mysql_close: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) cmpq $0x0, -0x8(%rbp) je 0x1dce6 movq -0x8(%rbp), %rax cmpq $0x0, 0x4f0(%rax) je 0x1db92 movq -0x8(%rbp), %rax movq 0x4f0(%rax), %rax cmpq $0x0, (%rax) je 0x1db92 movq -0x8(%rbp), %rax movq 0x4f0(%rax), %rax movq (%rax), %rax movq %rax, -0x1...
mysql_close: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi cmp [rbp+var_8], 0 jz loc_1DCE6 mov rax, [rbp+var_8] cmp qword ptr [rax+4F0h], 0 jz short loc_1DB92 mov rax, [rbp+var_8] mov rax, [rax+4F0h] cmp qword ptr [rax], 0 jz short loc_1DB92 mov rax, [...
long long mysql_close(long long a1) { long long result; // rax long long v2; // [rsp+0h] [rbp-10h] if ( a1 ) { if ( *(_QWORD *)(a1 + 1264) && **(_QWORD **)(a1 + 1264) ) { v2 = **(_QWORD **)(a1 + 1264); if ( *(_QWORD *)(*(_QWORD *)v2 + 96LL) ) (*(void ( **)(long long))(*(_QWORD *)v2...
mysql_close: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CMP qword ptr [RBP + -0x8],0x0 JZ 0x0011dce6 MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX + 0x4f0],0x0 JZ 0x0011db92 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x4f0] CMP qword ptr [RAX],0x0 JZ 0x0011db92 MOV RAX,qword ptr [...
void mysql_close(int8 *param_1) { long *__ptr; if (param_1 != (int8 *)0x0) { if ((param_1[0x9e] != 0) && (*(long *)param_1[0x9e] != 0)) { __ptr = *(long **)param_1[0x9e]; if (*(long *)(*__ptr + 0x60) != 0) { (**(code **)(*__ptr + 0x60))(param_1); } free(__ptr); *(int8 ...
29,462
write_hook_for_redo
eloqsql/storage/maria/ma_blockrec.c
my_bool write_hook_for_redo(enum translog_record_type type __attribute__ ((unused)), TRN *trn, MARIA_HA *tbl_info __attribute__ ((unused)), LSN *lsn, void *hook_arg __attribute__ (...
O3
c
write_hook_for_redo: pushq %rbp movq %rsp, %rbp cmpq $0x0, 0x90(%rsi) jne 0x5ecd8 movq (%rcx), %rax movq %rax, 0x90(%rsi) xorl %eax, %eax popq %rbp retq
write_hook_for_redo: push rbp mov rbp, rsp cmp qword ptr [rsi+90h], 0 jnz short loc_5ECD8 mov rax, [rcx] mov [rsi+90h], rax loc_5ECD8: xor eax, eax pop rbp retn
long long write_hook_for_redo(long long a1, long long a2, long long a3, _QWORD *a4) { if ( !*(_QWORD *)(a2 + 144) ) *(_QWORD *)(a2 + 144) = *a4; return 0LL; }
write_hook_for_redo: PUSH RBP MOV RBP,RSP CMP qword ptr [RSI + 0x90],0x0 JNZ 0x0015ecd8 MOV RAX,qword ptr [RCX] MOV qword ptr [RSI + 0x90],RAX LAB_0015ecd8: XOR EAX,EAX POP RBP RET
int8 write_hook_for_redo(int8 param_1,long param_2,int8 param_3,int8 *param_4) { if (*(long *)(param_2 + 0x90) == 0) { *(int8 *)(param_2 + 0x90) = *param_4; } return 0; }
29,463
mysql_real_connect_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_real_connect_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_real_connect, (parms->mysql, parms->host, parms->user, parms->passwd, parms->db, parms->port, parms->unix_socket, parms->client_flags), parms->mysql, MYSQL *, r_ptr) }
O0
c
mysql_real_connect_start_internal: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rdi movq -0x10(%rbp), %rax m...
mysql_real_connect_start_internal: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp+var_10] mov rdi, [rax] ...
long long mysql_real_connect_start_internal(long long a1) { long long result; // rax long long v2; // [rsp+10h] [rbp-20h] v2 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 1152LL) + 40LL); *(_QWORD *)(v2 + 8) = mysql_real_connect( *(_QWORD *)a1, *(_QWORD *)(a1 + ...
mysql_real_connect_start_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x20],RAX MOV RA...
void mysql_real_connect_start_internal(long *param_1) { int4 *puVar1; int8 uVar2; puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28); uVar2 = mysql_real_connect(*param_1,param_1[1],param_1[2],param_1[3],param_1[4],(int)param_1[5], param_1[6],param_1[7]); *(int8 *)(puVar1...
29,464
MemoryManager::dumpMemory[abi:cxx11]()
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/MemoryManager.cpp
std::string MemoryManager::dumpMemory() { char buf[65536]; std::string dump; dump += "Memory Dump: \n"; for (uint32_t addr = 0; addr < UINT32_MAX; addr += 4096) { sprintf(buf, "0x%x-0x%x\n", addr, addr + 4096); dump += buf; for (uint32_t offset = 0; offset < 4096; ++offset) { sprintf...
O0
cpp
MemoryManager::dumpMemory[abi:cxx11](): subq $0x10068, %rsp # imm = 0x10068 movq %rdi, 0x28(%rsp) movq %rdi, %rax movq %rax, 0x18(%rsp) movq %rdi, 0x10060(%rsp) movq %rsi, 0x10058(%rsp) movq 0x10058(%rsp), %rax movq %rax, 0x20(%rsp) movb $0x0, 0x4f(%rsp) callq 0x6180 movq 0x28(%rsp), %rdi leaq 0x385f(%rip), %r...
_ZN13MemoryManager10dumpMemoryB5cxx11Ev: sub rsp, 10068h mov [rsp+10068h+var_10040], rdi mov rax, rdi mov [rsp+10068h+var_10050], rax mov [rsp+10068h+var_8], rdi mov [rsp+10068h+var_10], rsi mov rax, [rsp+10068h+var_10] mov [rsp+10068h+var_10048], rax mov [rsp+10068h+var_10019], 0 ca...
long long MemoryManager::dumpMemory[abi:cxx11](long long a1, _QWORD *a2) { unsigned int j; // [rsp+34h] [rbp-10034h] int i; // [rsp+38h] [rbp-10030h] _BYTE v5[65544]; // [rsp+50h] [rbp-10018h] BYREF _QWORD *v6; // [rsp+10058h] [rbp-10h] long long v7; // [rsp+10060h] [rbp-8h] v7 = a1; v6 = a2; std::str...
dumpMemory[abi:cxx11]: SUB RSP,0x10068 MOV qword ptr [RSP + 0x28],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x18],RAX MOV qword ptr [RSP + 0x10060],RDI MOV qword ptr [RSP + 0x10058],RSI MOV RAX,qword ptr [RSP + 0x10058] MOV qword ptr [RSP + 0x20],RAX MOV byte ptr [RSP + 0x4f],0x0 CALL 0x00106180 MOV RDI,qword ptr [RSP + 0x2...
/* WARNING: Removing unreachable block (ram,0x00107a72) */ /* MemoryManager::dumpMemory[abi:cxx11]() */ string * MemoryManager::dumpMemory_abi_cxx11_(void) { long *in_RSI; string *in_RDI; uint uStack_10034; uint uStack_10030; char acStack_10018 [65560]; std::__cxx11::string::string(in_RDI); ...
29,465
MemoryManager::dumpMemory[abi:cxx11]()
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/MemoryManager.cpp
std::string MemoryManager::dumpMemory() { char buf[65536]; std::string dump; dump += "Memory Dump: \n"; for (uint32_t addr = 0; addr < UINT32_MAX; addr += 4096) { sprintf(buf, "0x%x-0x%x\n", addr, addr + 4096); dump += buf; for (uint32_t offset = 0; offset < 4096; ++offset) { sprintf...
O2
cpp
MemoryManager::dumpMemory[abi:cxx11](): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10018, %rsp # imm = 0x10018 movq %rsi, %r14 movq %rdi, %rbx leaq 0x10(%rdi), %rax movq %rax, (%rdi) andq $0x0, 0x8(%rdi) movb $0x0, 0x10(%rdi) leaq 0x156a(%rip), %rsi # 0x51a0 callq 0x31e0 lea...
_ZN13MemoryManager10dumpMemoryB5cxx11Ev: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 10018h mov r14, rsi mov rbx, rdi lea rax, [rdi+10h] mov [rdi], rax and qword ptr [rdi+8], 0 mov byte ptr [rdi+10h], 0 lea rsi, aMemoryDump; "Memory Dump: \n" call ...
void __noreturn MemoryManager::dumpMemory[abi:cxx11](long long a1, _QWORD *a2) { unsigned int i; // ebp long long j; // r13 _BYTE v4[65592]; // [rsp+10h] [rbp-10038h] BYREF *(_QWORD *)a1 = a1 + 16; *(_QWORD *)(a1 + 8) = 0LL; *(_BYTE *)(a1 + 16) = 0; std::string::append(a1, "Memory Dump: \n"); for ( i ...
dumpMemory[abi:cxx11]: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10018 MOV R14,RSI MOV RBX,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RDI],RAX AND qword ptr [RDI + 0x8],0x0 MOV byte ptr [RDI + 0x10],0x0 LAB_00103c2f: LEA RSI,[0x1051a0] CALL 0x001031e0 LEA R12,[RSP + 0x10] XOR EBP,EBP LAB_00103c42: LE...
/* MemoryManager::dumpMemory[abi:cxx11]() */ void MemoryManager::dumpMemory_abi_cxx11_(void) { uint uVar1; uint uVar2; long *in_RSI; long *in_RDI; long lVar3; char acStack_10038 [65544]; *in_RDI = (long)(in_RDI + 2); in_RDI[1] = 0; *(int1 *)(in_RDI + 2) = 0; /* try { // try f...
29,466
testing::internal::ParseInt32(testing::Message const&, char const*, int*)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-port.cc
bool ParseInt32(const Message& src_text, const char* str, int32_t* value) { // Parses the environment variable as a decimal integer. char* end = nullptr; const long long_value = strtol(str, &end, 10); // NOLINT // Has strtol() consumed all characters in the string? if (*end != '\0') { // No - an invalid...
O0
cpp
testing::internal::ParseInt32(testing::Message const&, char const*, int*): subq $0xf8, %rsp movq %rdi, 0xe8(%rsp) movq %rsi, 0xe0(%rsp) movq %rdx, 0xd8(%rsp) movq $0x0, 0xd0(%rsp) movq 0xe0(%rsp), %rdi leaq 0xd0(%rsp), %rsi movl $0xa, %edx callq 0xb750 movq %rax, 0xc8(%rsp) movq 0xd0(%rsp), %rax movsbl (%rax), %eax cmp...
_ZN7testing8internal10ParseInt32ERKNS_7MessageEPKcPi: sub rsp, 0F8h mov [rsp+0F8h+var_10], rdi mov [rsp+0F8h+var_18], rsi mov [rsp+0F8h+var_20], rdx mov [rsp+0F8h+var_28], 0 mov rdi, [rsp+0F8h+var_18] lea rsi, [rsp+0F8h+var_28] mov edx, 0Ah call _strtol mov [rsp+0F8h+var_30], rax ...
char testing::internal::ParseInt32(testing::internal *this, const testing::Message *a2, char *a3, int *a4) { const char *v4; // rax const char *v5; // rax long long v7; // [rsp+0h] [rbp-F8h] long long v8; // [rsp+8h] [rbp-F0h] long long v9; // [rsp+10h] [rbp-E8h] long long v10; // [rsp+18h] [rbp-E0h] lon...
ParseInt32: SUB RSP,0xf8 MOV qword ptr [RSP + 0xe8],RDI MOV qword ptr [RSP + 0xe0],RSI MOV qword ptr [RSP + 0xd8],RDX MOV qword ptr [RSP + 0xd0],0x0 MOV RDI,qword ptr [RSP + 0xe0] LEA RSI,[RSP + 0xd0] MOV EDX,0xa CALL 0x0010b750 MOV qword ptr [RSP + 0xc8],RAX MOV RAX,qword ptr [RSP + 0xd0] MOVSX EAX,byte ptr [RAX] CMP ...
/* testing::internal::ParseInt32(testing::Message const&, char const*, int*) */ ulong testing::internal::ParseInt32(Message *param_1,char *param_2,int *param_3) { Message *pMVar1; int8 uVar2; string local_98 [32]; Message local_78 [12]; int local_6c; string local_68 [48]; Message local_38 [8]; long l...
29,467
js_typed_array_toSorted
bluesky950520[P]quickjs/quickjs.c
static JSValue js_typed_array_toSorted(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue arr, ret; JSObject *p; p = get_typed_array(ctx, this_val); if (!p) return JS_EXCEPTION; arr = js_typed_array_constructor_ta(ctx, JS_UNDEFINED, t...
O1
c
js_typed_array_toSorted: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %r8, %r14 movq %rdx, %r12 movq %rsi, %r13 movq %rdi, %rbx movq %rsi, 0x10(%rsp) cmpl $-0x1, %r12d jne 0x8210c movq 0x10(%rsp), %rbp movzwl 0x6(%rbp), %eax addl $-0x15, %eax cmpw $0xc, %ax jb 0x8211f leaq 0x2...
js_typed_array_toSorted: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r14, r8 mov r12, rdx mov r13, rsi mov rbx, rdi mov [rsp+48h+var_38], rsi cmp r12d, 0FFFFFFFFh jnz short loc_8210C mov rbp, [rsp+48h+var_38] movzx eax, word ptr [rbp+6] ...
unsigned long long js_typed_array_toSorted( long long a1, long long a2, long long a3, long long a4, const __m128i *a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, ...
js_typed_array_toSorted: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R14,R8 MOV R12,RDX MOV R13,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x10],RSI CMP R12D,-0x1 JNZ 0x0018210c MOV RBP,qword ptr [RSP + 0x10] MOVZX EAX,word ptr [RBP + 0x6] ADD EAX,-0x15 CMP AX,0xc JC 0x0018211f LAB_0018210c: LEA RS...
int1 [16] js_typed_array_toSorted(long param_1,long param_2,int8 param_3) { ulong uVar1; long lVar2; ulong uVar3; int8 uVar4; int1 auVar5 [16]; int1 auVar6 [16]; if (((int)param_3 != -1) || (lVar2 = param_2, 0xb < (ushort)(*(short *)(param_2 + 6) - 0x15U))) { lVar2 = 0; JS_ThrowTypeError(par...
29,468
translog_get_sent_to_disk
eloqsql/storage/maria/ma_loghandler.c
static LSN translog_get_sent_to_disk() { register LSN lsn; DBUG_ENTER("translog_get_sent_to_disk"); mysql_mutex_lock(&log_descriptor.sent_to_disk_lock); lsn= log_descriptor.sent_to_disk; DBUG_PRINT("info", ("sent to disk up to " LSN_FMT, LSN_IN_PARTS(lsn))); mysql_mutex_unlock(&log_descriptor.sent_to_disk_l...
O3
c
translog_get_sent_to_disk: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax cmpq $0x0, 0xb94fee(%rip) # 0xc02200 jne 0x6d249 leaq 0xb94fa5(%rip), %rdi # 0xc021c0 callq 0x291d0 movq 0xb94f79(%rip), %rbx # 0xc021a0 movq 0xb94fd2(%rip), %rdi # 0xc02200 testq %rdi, %rdi jne 0x6d250 leaq 0xb94f86(%rip), %rdi ...
translog_get_sent_to_disk: push rbp mov rbp, rsp push rbx push rax cmp cs:qword_C02200, 0 jnz short loc_6D249 lea rdi, unk_C021C0 call _pthread_mutex_lock loc_6D220: mov rbx, cs:qword_C021A0 mov rdi, cs:qword_C02200 test rdi, rdi jnz short loc_6D250 loc_6D233: lea rdi, unk...
long long translog_get_sent_to_disk(long long a1) { long long v1; // rbx if ( qword_C02200 ) translog_get_sent_to_disk_cold_1(a1); else pthread_mutex_lock(&unk_C021C0); v1 = qword_C021A0; if ( qword_C02200 ) ((void ( *)(long long))PSI_server[44])(qword_C02200); pthread_mutex_unlock(&unk_C021C0...
translog_get_sent_to_disk: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX CMP qword ptr [0x00d02200],0x0 JNZ 0x0016d249 LEA RDI,[0xd021c0] CALL 0x001291d0 LAB_0016d220: MOV RBX,qword ptr [0x00d021a0] MOV RDI,qword ptr [0x00d02200] TEST RDI,RDI JNZ 0x0016d250 LAB_0016d233: LEA RDI,[0xd021c0] CALL 0x001291a0 MOV RAX,RBX ADD RSP,...
int8 translog_get_sent_to_disk(void) { int8 uVar1; if (DAT_00d02200 == 0) { pthread_mutex_lock((pthread_mutex_t *)&DAT_00d021c0); } else { translog_get_sent_to_disk_cold_1(); } uVar1 = DAT_00d021a0; if (DAT_00d02200 != 0) { (**(code **)(PSI_server + 0x160))(); } pthread_mutex_unlock((...
29,469
common_chat_templates_from_model(llama_model const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/common.cpp
common_chat_templates common_chat_templates_from_model(const struct llama_model * model, const std::string & chat_template_override) { auto vocab = llama_model_get_vocab(model); std::string default_template_src = chat_template_override; std::string template_tool_use_src = chat_template_override; bool ha...
O2
cpp
common_chat_templates_from_model(llama_model const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xa8, %rsp movq %rdx, %rbp movq %rsi, %r13 movq %rdi, %rbx movq %rsi, %rdi callq 0x241d0 movq %rax, %r14 mo...
_Z32common_chat_templates_from_modelPK11llama_modelRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0A8h mov rbp, rdx mov r13, rsi mov rbx, rdi mov rdi, rsi call _llama_model_get_vocab mov r14, rax mov ...
bool * common_chat_templates_from_model(bool *a1, long long a2, long long a3) { long long vocab; // r14 bool v6; // r15 const char *v7; // rax const char *v8; // rax _QWORD *v9; // rdi long long v11; // [rsp+8h] [rbp-D0h] BYREF char v12[8]; // [rsp+10h] [rbp-C8h] BYREF long long v13; // [rsp+18h] [rbp-C...
common_chat_templates_from_model: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa8 MOV RBP,RDX MOV R13,RSI MOV RBX,RDI MOV RDI,RSI CALL 0x001241d0 MOV R14,RAX MOV qword ptr [RSP + 0x8],RAX LEA RDI,[RSP + 0x10] MOV RSI,RBP CALL 0x00123c20 LAB_0015735c: LEA R12,[RSP + 0x30] MOV RDI,R12 MOV RSI,RBP CALL ...
/* common_chat_templates_from_model(llama_model const*, std::__cxx11::string const&) */ llama_model * common_chat_templates_from_model(llama_model *param_1,string *param_2) { bool bVar1; uint uVar2; int8 uVar3; long lVar4; string *in_RDX; llama_model lVar5; int8 local_d0; string local_c8 [8]; long ...
29,470
my_read
eloqsql/mysys/my_read.c
size_t my_read(File Filedes, uchar *Buffer, size_t Count, myf MyFlags) { size_t readbytes, save_count= 0; DBUG_ENTER("my_read"); DBUG_PRINT("my",("fd: %d Buffer: %p Count: %lu MyFlags: %lu", Filedes, Buffer, (ulong) Count, MyFlags)); if (!(MyFlags & (MY_WME | MY_FAE | MY_FNABP))) MyFla...
O0
c
my_read: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl %edi, -0xc(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq $0x0, -0x38(%rbp) jmp 0x3b2c1 movq -0x28(%rbp), %rax andq $0x1a, %rax cmpq $0x0, %rax jne 0x3b2e1 leaq 0x355432(%rip), %rax # 0x390708 movq (%rax), %rax orq -0x28(%rbp)...
my_read: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_C], edi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_38], 0 jmp short $+2 loc_3B2C1: mov rax, [rbp+var_28] and rax, 1Ah cmp rax, 0 jnz short loc_3B2E1 lea rax, my_global_flag...
long long my_read(unsigned int a1, long long a2, long long a3, __int16 a4) { const char *v4; // rax const char *v5; // rax unsigned int v7; // [rsp+10h] [rbp-40h] long long v8; // [rsp+18h] [rbp-38h] long long v9; // [rsp+20h] [rbp-30h] __int16 v11; // [rsp+28h] [rbp-28h] v11 = a4; v8 = 0LL; if ( (a...
my_read: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV dword ptr [RBP + -0xc],EDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x38],0x0 JMP 0x0013b2c1 LAB_0013b2c1: MOV RAX,qword ptr [RBP + -0x28] AND RAX,0x1a CMP RAX,0x0 JNZ 0x0013b2e1 LEA RAX,[0x490708...
long my_read(int param_1,void *param_2,size_t param_3,ulong param_4) { int iVar1; int *piVar2; size_t sVar3; int4 *puVar4; int8 uVar5; long local_40; long local_38; ulong local_30; size_t local_28; void *local_20; local_40 = 0; local_28 = param_3; local_20 = param_2; local_30 = param_4;...
29,471
pfs_create_metadata_lock_v1
eloqsql/storage/perfschema/pfs.cc
PSI_metadata_lock * pfs_create_metadata_lock_v1( void *identity, const MDL_key *mdl_key, opaque_mdl_type mdl_type, opaque_mdl_duration mdl_duration, opaque_mdl_status mdl_status, const char *src_file, uint src_line) { if (! flag_global_instrumentation) return NULL; if (! global_metadata_class.m_e...
O0
cpp
pfs_create_metadata_lock_v1: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl 0x10(%rbp), %eax movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movl %ecx, -0x20(%rbp) movl %r8d, -0x24(%rbp) movq %r9, -0x30(%rbp) leaq 0x3bfc18(%rip), %rax # 0x410f80 testb $0x1, (%rax) jne 0x5137a movq $0x0, -0x8(%...
pfs_create_metadata_lock_v1: push rbp mov rbp, rsp sub rsp, 50h mov eax, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov [rbp+var_20], ecx mov [rbp+var_24], r8d mov [rbp+var_30], r9 lea rax, flag_global_instrumentation test byte ptr [rax], ...
PFS_atomic * pfs_create_metadata_lock_v1(long long a1, long long a2, int a3, int a4, int a5, long long a6, int a7) { PFS_atomic *metadata_lock; // [rsp+10h] [rbp-40h] long long THR_PFS; // [rsp+18h] [rbp-38h] if ( (flag_global_instrumentation & 1) == 0 ) return 0LL; if ( (*((_BYTE *)&global_metadata_class ...
pfs_create_metadata_lock_v1: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV EAX,dword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV dword ptr [RBP + -0x20],ECX MOV dword ptr [RBP + -0x24],R8D MOV qword ptr [RBP + -0x30],R9 LEA RAX,[0x510f80] TEST byte ptr [R...
long pfs_create_metadata_lock_v1 (void *param_1,MDL_key *param_2,int param_3,int param_4,int param_5,char *param_6, uint param_7) { long lVar1; int8 local_10; if ((flag_global_instrumentation & 1) == 0) { local_10 = 0; } else if ((global_metadata_class[4] & 1) == 0) { ...
29,472
ftxui::(anonymous namespace)::Border::Render(ftxui::Screen&)
Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/dom/border.cpp
void Render(Screen& screen) override { // Draw content. children_[0]->Render(screen); // Draw the border. if (box_.x_min >= box_.x_max || box_.y_min >= box_.y_max) { return; } screen.at(box_.x_min, box_.y_min) = charset_[0]; // NOLINT screen.at(box_.x_max, box_.y_min) = charset_[1];...
O1
cpp
ftxui::(anonymous namespace)::Border::Render(ftxui::Screen&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 movq 0x8(%rdi), %rax movq (%rax), %rdi movq (%rdi), %rax callq *0x20(%rax) movl 0x4c(%r14), %esi cmpl 0x50(%r14), %esi jge 0x221af movl 0x54(%r14), %...
_ZN5ftxui12_GLOBAL__N_16Border6RenderERNS_6ScreenE: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi mov r14, rdi mov rax, [rdi+8] mov rdi, [rax] mov rax, [rdi] call qword ptr [rax+20h] mov esi, [r14+4Ch] cmp esi, [r14+50h] jge loc_221AF...
long long ftxui::`anonymous namespace'::Border::Render( ftxui::_anonymous_namespace_::Border *this, ftxui::Screen *a2) { long long result; // rax long long v3; // r15 long long v4; // rax long long v5; // r15 long long v6; // rax long long v7; // r15 long long v8; // rax long long v9; /...
Render: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr [RDI + 0x8] MOV RDI,qword ptr [RAX] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x20] MOV ESI,dword ptr [R14 + 0x4c] CMP ESI,dword ptr [R14 + 0x50] JGE 0x001221af MOV EDX,dword ptr [R14 + 0x54] CMP EDX,dwo...
/* ftxui::(anonymous namespace)::Border::Render(ftxui::Screen&) */ void __thiscall ftxui::(anonymous_namespace)::Border::Render(Border *this,Screen *param_1) { long *plVar1; bool bVar2; string *psVar3; byte *pbVar4; byte *pbVar5; long lVar6; int iVar7; (**(code **)(*(long *)**(int8 **)(this + 8) +...
29,473
evmone::advanced::execute(evmc_vm*, evmc_host_interface const*, evmc_host_context*, evmc_revision, evmc_message const*, unsigned char const*, unsigned long)
corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/lib/evmone/advanced_execution.cpp
evmc_result execute(evmc_vm* /*unused*/, const evmc_host_interface* host, evmc_host_context* ctx, evmc_revision rev, const evmc_message* msg, const uint8_t* code, size_t code_size) noexcept { AdvancedCodeAnalysis analysis; const bytes_view container = {code, code_size}; if (is_eof_container(container)) ...
O3
cpp
evmone::advanced::execute(evmc_vm*, evmc_host_interface const*, evmc_host_context*, evmc_revision, evmc_message const*, unsigned char const*, unsigned long): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x168, %rsp # imm = 0x168 movq %r9, %r14 movl %r8d, %ebp movq %rcx, %r12 movq %...
_ZN6evmone8advanced7executeEP7evmc_vmPK19evmc_host_interfaceP17evmc_host_context13evmc_revisionPK12evmc_messagePKhm: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 168h mov r14, r9 mov ebp, r8d mov r12, rcx mov [rsp+198h+var_120], rdx mov rbx, rdi mov r15, [...
long long evmone::advanced::execute( long long a1, long long a2, long long a3, int a4, int a5, long long a6, long long a7, long long a8) { long long code; // rax long long v13; // rdx void *v14; // rdi _BYTE *v15; // rsi __int128 v16; // xmm1 ...
execute: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x168 MOV R14,R9 MOV EBP,R8D MOV R12,RCX MOV qword ptr [RSP + 0x78],RDX MOV RBX,RDI MOV R15,qword ptr [RSP + 0x1a8] MOV R13,qword ptr [RSP + 0x1a0] XORPS XMM0,XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM0 MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmw...
/* evmone::advanced::execute(evmc_vm*, evmc_host_interface const*, evmc_host_context*, evmc_revision, evmc_message const*, unsigned char const*, unsigned long) */ advanced * __thiscall evmone::advanced::execute (advanced *this,int8 param_2_00,int8 param_2,int8 param_3,int param_5, long param_6,...
29,474
google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, char const*, google::protobuf::internal::ParseContext*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/parse_context.cc
const char* InlineGreedyStringParser(std::string* s, const char* ptr, ParseContext* ctx) { int size = ReadSize(&ptr); if (!ptr) return nullptr; return ctx->ReadString(ptr, size, s); }
O3
cpp
google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, char const*, google::protobuf::internal::ParseContext*): pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movq %rdi, %rbx movzbl (%rsi), %edx testb %dl, %dl js 0xfea7c incq %rsi movq %r1...
_ZN6google8protobuf8internal24InlineGreedyStringParserEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcPNS1_12ParseContextE: push r14 push rbx push rax mov r14, rdx mov rbx, rdi movzx edx, byte ptr [rsi]; unsigned int test dl, dl js short loc_FEA7C inc rsi loc_FEA6A: mov rdi, ...
long long google::protobuf::internal::InlineGreedyStringParser( long long a1, google::protobuf::internal *a2, google::protobuf::internal::EpsCopyInputStream *a3) { int v4; // edx const char *v5; // rsi char *SizeFallback; // rax v4 = *(unsigned __int8 *)a2; if ( (v4 & 0x80u) == 0 ) ...
InlineGreedyStringParser: PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV RBX,RDI MOVZX EDX,byte ptr [RSI] TEST DL,DL JS 0x001fea7c INC RSI LAB_001fea6a: MOV RDI,R14 MOV RCX,RBX ADD RSP,0x8 POP RBX POP R14 JMP 0x001f9dac LAB_001fea7c: MOV RDI,RSI MOV ESI,EDX CALL 0x00120f3c TEST RAX,RAX JZ 0x001fea90 MOV RSI,RAX JMP 0x001fe...
/* google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::string*, char const*, google::protobuf::internal::ParseContext*) */ int8 google::protobuf::internal::InlineGreedyStringParser (string *param_1,char *param_2,ParseContext *param_3) { byte bVar1; int8 uVar2; int1 auVar3 [12]; ...
29,475
Settings::Settings()
666mxvbee[P]BattleShip/lib/Settings/Settings.cpp
Settings::Settings() : mode(""), width(0), height(0), start(false), stop(false), exitFlag(false), haveLastShot(false), lastShotX(0), lastShotY(0), lastResult("") {}
O1
cpp
Settings::Settings(): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rdi, %rbx xorps %xmm0, %xmm0 movups %xmm0, 0x10(%rdi) movups %xmm0, (%rdi) xorl %r15d, %r15d movq %r15, 0x20(%rdi) addq $0x28, %rdi leaq 0x38(%rbx), %r13 movq %r13, 0x28(%rbx) leaq 0x1569b(%rip), %r14 # 0x1b8ab movq %r14, %rsi movq %...
_ZN8SettingsC2Ev: push r15; Alternative name is 'Settings::Settings(void)' push r14 push r13 push r12 push rbx mov rbx, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi], xmm0 xor r15d, r15d mov [rdi+20h], r15 add rdi, 28h ; '(' lea r13, [rbx+38h] mo...
void Settings::Settings(Settings *this) { *((_OWORD *)this + 1) = 0LL; *(_OWORD *)this = 0LL; *((_QWORD *)this + 4) = 0LL; *((_QWORD *)this + 5) = (char *)this + 56; std::string::_M_construct<char const*>((_QWORD *)this + 5, "", (long long)""); *((_DWORD *)this + 26) = 0; *((_QWORD *)this + 14) = 0LL; ...
Settings: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV RBX,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI],XMM0 XOR R15D,R15D MOV qword ptr [RDI + 0x20],R15 ADD RDI,0x28 LEA R13,[RBX + 0x38] MOV qword ptr [RBX + 0x28],R13 LEA R14,[0x11b8ab] MOV RSI,R14 MOV RDX,R14 CALL 0x00106106 L...
/* Settings::Settings() */ void __thiscall Settings::Settings(Settings *this) { *(int8 *)(this + 0x10) = 0; *(int8 *)(this + 0x18) = 0; *(int8 *)this = 0; *(int8 *)(this + 8) = 0; *(int8 *)(this + 0x20) = 0; *(Settings **)(this + 0x28) = this + 0x38; std::__cxx11::string::_M_construct<char_const*>(this...
29,476
Settings::Settings()
666mxvbee[P]BattleShip/lib/Settings/Settings.cpp
Settings::Settings() : mode(""), width(0), height(0), start(false), stop(false), exitFlag(false), haveLastShot(false), lastShotX(0), lastShotY(0), lastResult("") {}
O2
cpp
Settings::Settings(): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx xorps %xmm0, %xmm0 movups %xmm0, 0x10(%rdi) movups %xmm0, (%rdi) andq $0x0, 0x20(%rdi) leaq 0x28(%rdi), %r14 leaq 0x12a27(%rip), %r15 # 0x188c4 leaq 0x7(%rsp), %rdx movq %r14, %rdi movq %r15, %rsi callq 0x6b2a andl $0x0, 0x...
_ZN8SettingsC2Ev: push r15; Alternative name is 'Settings::Settings(void)' push r14 push r12 push rbx push rax mov rbx, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi], xmm0 and qword ptr [rdi+20h], 0 lea r14, [rdi+28h] lea r15, aSlaveAllMaster+2Eh; ""...
void Settings::Settings(Settings *this) { long long v1; // rax _WORD v2[17]; // [rsp+0h] [rbp-22h] BYREF v2[0] = HIWORD(v1); *((_OWORD *)this + 1) = 0LL; *(_OWORD *)this = 0LL; *((_QWORD *)this + 4) = 0LL; std::string::basic_string<std::allocator<char>>((char *)this + 40, "", (char *)v2 + 1); *((_DWOR...
Settings: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI],XMM0 AND qword ptr [RDI + 0x20],0x0 LEA R14,[RDI + 0x28] LEA R15,[0x1188c4] LEA RDX,[RSP + 0x7] MOV RDI,R14 MOV RSI,R15 CALL 0x00106b2a AND dword ptr [RBX + 0x68],0x0 LEA RAX,...
/* Settings::Settings() */ void __thiscall Settings::Settings(Settings *this) { allocator local_22; allocator local_21; *(int8 *)(this + 0x10) = 0; *(int8 *)(this + 0x18) = 0; *(int8 *)this = 0; *(int8 *)(this + 8) = 0; *(int8 *)(this + 0x20) = 0; std::__cxx11::string::string<std::allocator<char>>...
29,477
my_strnncoll_latin1_de
eloqsql/strings/ctype-latin1.c
static int my_strnncoll_latin1_de(CHARSET_INFO *cs __attribute__((unused)), const uchar *a, size_t a_length, const uchar *b, size_t b_length, my_bool b_is_prefix) { const uchar *a_end= a + a_length; const uchar *b_end= b + b_length; uchar a_char, a_extend= 0, b_char, ...
O3
c
my_strnncoll_latin1_de: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx addq %rsi, %rdx addq %rcx, %r8 xorl %r10d, %r10d leaq 0x171914(%rip), %rax # 0x2294d0 leaq 0x17180d(%rip), %rdi # 0x2293d0 xorl %r11d, %r11d cmpq %r8, %rcx setb %r14b testb %r11b, %r11b setne %bl orb %r14b, %bl cmpq %rdx, %rsi jb 0xb7be0 tes...
my_strnncoll_latin1_de: push rbp mov rbp, rsp push r14 push rbx add rdx, rsi add r8, rcx xor r10d, r10d lea rax, combo2map lea rdi, combo1map xor r11d, r11d loc_B7BC6: cmp rcx, r8 setb r14b test r11b, r11b setnz bl or bl, r14b cmp rsi, rdx jb short loc_B7BE...
long long my_strnncoll_latin1_de( long long a1, unsigned __int8 *a2, long long a3, unsigned __int8 *a4, long long a5, char a6) { unsigned __int8 *v6; // rdx unsigned __int8 *v7; // r8 unsigned __int8 v8; // r10 unsigned __int8 v9; // r11 bool v10; // bl unsig...
my_strnncoll_latin1_de: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX ADD RDX,RSI ADD R8,RCX XOR R10D,R10D LEA RAX,[0x3294d0] LEA RDI,[0x3293d0] XOR R11D,R11D LAB_001b7bc6: CMP RCX,R8 SETC R14B TEST R11B,R11B SETNZ BL OR BL,R14B CMP RSI,RDX JC 0x001b7be0 TEST R10B,R10B JZ 0x001b7c2a LAB_001b7be0: TEST BL,BL JZ 0x001b7c31 TEST...
uint my_strnncoll_latin1_de (int8 param_1,byte *param_2,long param_3,byte *param_4,long param_5, char param_6) { byte *pbVar1; byte bVar2; byte *pbVar3; byte bVar4; byte bVar5; byte bVar6; pbVar1 = param_2 + param_3; pbVar3 = param_4 + param_5; bVar4 = 0; bVar5 = 0...
29,478
my_b_write
eloqsql/mysys/mf_iocache.c
int _my_b_write(IO_CACHE *info, const uchar *Buffer, size_t Count) { size_t rest_length; int res; /* Always use my_b_flush_io_cache() to flush write_buffer! */ DBUG_ASSERT(Buffer != info->write_buffer); if (info->pos_in_file + info->buffer_length > info->end_of_file) { my_errno=errno=EFBIG; return...
O0
c
my_b_write: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) jmp 0x72706 movq -0x10(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx addq 0xe8(%rcx), %rax movq -0x10(%rbp), %rcx cmpq 0x8(%rcx), %rax jbe 0x72752 callq 0x28040 movl $0x1b, (%rax) callq 0x...
_my_b_write: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx jmp short $+2 loc_72706: mov rax, [rbp+var_10] mov rax, [rax] mov rcx, [rbp+var_10] add rax, [rcx+0E8h] mov rcx, [rbp+var_10] cmp rax, [rcx+8] jbe shor...
long long my_b_write(long long a1, const char *a2, long long a3) { long long v4; // [rsp+8h] [rbp-38h] unsigned int v5; // [rsp+14h] [rbp-2Ch] long long v6; // [rsp+18h] [rbp-28h] long long v8; // [rsp+20h] [rbp-20h] const char *v9; // [rsp+28h] [rbp-18h] if ( *(_QWORD *)(a1 + 232) + *(_QWORD *)a1 <= *(_Q...
_my_b_write: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX JMP 0x00172706 LAB_00172706: MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RCX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RCX + 0xe8] MOV RCX,qword ptr [RBP + -0x1...
int _my_b_write(long *param_1,void *param_2,long param_3) { long lVar1; int iVar2; int *piVar3; int4 *puVar4; size_t __n; int local_34; size_t local_28; void *local_20; int local_c; if ((ulong)param_1[1] < (ulong)(*param_1 + param_1[0x1d])) { piVar3 = __errno_location(); *piVar3 = 0x1b;...
29,479
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::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v...
monkey531[P]llama/common/json.hpp
iterator insert_iterator(const_iterator pos, Args&& ... args) { iterator result(this); JSON_ASSERT(m_data.m_value.array != nullptr); auto insert_pos = std::distance(m_data.m_value.array->begin(), pos.m_it.array_iterator); m_data.m_value.array->insert(pos.m_it.array_iterator, std::fo...
O2
cpp
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::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE15insert_iteratorIJRKSD_EEENS0_6detail9iter_implISD_EENSI_ISF_EEDpOT_: push r15 push r14 push rbx mov rbx, rdi mov [rdi], rsi and qword p...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::insert_iterator<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::...
insert_iterator<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>const&>: PUSH R15 PUSH R14 PUSH RBX MOV R...
/* 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_serializer, std::vector<unsigned char, std::allocator<unsigned ...
29,480
fmt::v10::basic_format_parse_context<char>::check_arg_id(int)
AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/core.h
FMT_CONSTEXPR void check_arg_id(int id) { if (next_arg_id_ > 0) { detail::throw_format_error( "cannot switch from automatic to manual argument indexing"); return; } next_arg_id_ = -1; do_check_arg_id(id); }
O0
c
fmt::v10::basic_format_parse_context<char>::check_arg_id(int): subq $0x18, %rsp movq %rdi, 0x10(%rsp) movl %esi, 0xc(%rsp) movq 0x10(%rsp), %rax movq %rax, (%rsp) cmpl $0x0, 0x10(%rax) jle 0xa2a48 leaq 0x6d737(%rip), %rdi # 0x11017a callq 0x86600 movq (%rsp), %rdi movl $0xffffffff, 0x10(%rdi) # imm = 0xFFFFFFFF mov...
_ZN3fmt3v1026basic_format_parse_contextIcE12check_arg_idEi: sub rsp, 18h mov [rsp+18h+var_8], rdi mov [rsp+18h+var_C], esi mov rax, [rsp+18h+var_8] mov [rsp+18h+var_18], rax cmp dword ptr [rax+10h], 0 jle short loc_A2A48 lea rdi, aCannotSwitchFr_0; "cannot switch from automatic to manual...
void fmt::v10::basic_format_parse_context<char>::check_arg_id(long long a1, const char *a2) { if ( *(int *)(a1 + 16) > 0 ) fmt::v10::detail::throw_format_error( (fmt::v10::detail *)"cannot switch from automatic to manual argument indexing", a2); *(_DWORD *)(a1 + 16) = -1; fmt::v10::basic_format_p...
check_arg_id: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV dword ptr [RSP + 0xc],ESI MOV RAX,qword ptr [RSP + 0x10] MOV qword ptr [RSP],RAX CMP dword ptr [RAX + 0x10],0x0 JLE 0x001a2a48 LEA RDI,[0x21017a] CALL 0x00186600 LAB_001a2a48: MOV RDI,qword ptr [RSP] MOV dword ptr [RDI + 0x10],0xffffffff MOV ESI,dword ptr [R...
/* fmt::v10::basic_format_parse_context<char>::check_arg_id(int) */ void fmt::v10::basic_format_parse_context<char>::check_arg_id(int param_1) { int4 in_register_0000003c; if (0 < *(int *)(CONCAT44(in_register_0000003c,param_1) + 0x10)) { /* WARNING: Subroutine does not return */ v10::...
29,481
my_hash_sort_latin1_de
eloqsql/strings/ctype-latin1.c
void my_hash_sort_latin1_de(CHARSET_INFO *cs __attribute__((unused)), const uchar *key, size_t len, ulong *nr1, ulong *nr2) { const uchar *end; register ulong m1= *nr1, m2= *nr2; /* Remove end space. We have to do this to be able to compare 'AE' and 'Ä' as identical */ end= skip_tra...
O3
c
my_hash_sort_latin1_de: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx leaq (%rsi,%rdx), %r9 cmpq $0x15, %rdx jb 0xb3423 movq %r9, %rdx andq $-0x4, %rdx cmpq %rsi, %rdx jbe 0xb3423 leaq 0x3(%rsi), %rax andq $-0x4, %rax movq %r9, %rdi movb -0x1(%r9), %r10b cmpq %rdx, %r9 jbe 0xb34cc leaq -0x1(%rdi), %r9 cmp...
my_hash_sort_latin1_de: push rbp mov rbp, rsp push r15 push r14 push rbx lea r9, [rsi+rdx] cmp rdx, 15h jb short loc_B3423 mov rdx, r9 and rdx, 0FFFFFFFFFFFFFFFCh cmp rdx, rsi jbe short loc_B3423 lea rax, [rsi+3] and rax, 0FFFFFFFFFFFFFFFCh loc_B3407: mov rdi, r9...
long long my_hash_sort_latin1_de( long long a1, unsigned __int8 *a2, unsigned long long a3, long long *a4, long long *a5) { unsigned long long v5; // r9 unsigned long long v6; // rdx unsigned long long v7; // rax unsigned long long v8; // rdi char v9; // r10 long lon...
my_hash_sort_latin1_de: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX LEA R9,[RSI + RDX*0x1] CMP RDX,0x15 JC 0x001b3423 MOV RDX,R9 AND RDX,-0x4 CMP RDX,RSI JBE 0x001b3423 LEA RAX,[RSI + 0x3] AND RAX,-0x4 LAB_001b3407: MOV RDI,R9 MOV R10B,byte ptr [R9 + -0x1] CMP R9,RDX JBE 0x001b34cc LEA R9,[RDI + -0x1] CMP R10B,0x20...
void my_hash_sort_latin1_de (int8 param_1,byte *param_2,ulong param_3,ulong *param_4,long *param_5) { byte *pbVar1; long lVar2; long lVar3; byte *pbVar4; byte *pbVar5; ulong uVar6; pbVar5 = param_2 + param_3; if ((0x14 < param_3) && (pbVar4 = (byte *)((ulong)pbVar5 & 0xffffffffffffff...
29,482
my_coll_parser_scan_shift_sequence
eloqsql/strings/ctype-uca.c
static int my_coll_parser_scan_shift_sequence(MY_COLL_RULE_PARSER *p) { MY_COLL_RULE before_extend; memset(&p->rule.curr, 0, sizeof(p->rule.curr)); /* Scan single shift character or contraction */ if (!my_coll_parser_scan_character_list(p, p->rule.curr, MY_UCA_MAX_CON...
O3
c
my_coll_parser_scan_shift_sequence: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0xa8, %rsp movq %rdi, %r15 leaq 0xa0(%rdi), %rsi xorps %xmm0, %xmm0 movups %xmm0, 0xc0(%rdi) movups %xmm0, 0xb0(%rdi) movups %xmm0, 0xa0(%rdi) leaq 0x2149d(%rip), %rcx # 0xdef12 movl $0x6, %edx callq 0xbdbcd xorl %...
my_coll_parser_scan_shift_sequence: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 0A8h mov r15, rdi lea rsi, [rdi+0A0h] xorps xmm0, xmm0 movups xmmword ptr [rdi+0C0h], xmm0 movups xmmword ptr [rdi+0B0h], xmm0 movups xmmword ptr [rdi+0A0h], xmm0 lea rcx, aContraction; "Co...
long long my_coll_parser_scan_shift_sequence(long long a1) { unsigned int v1; // r14d long long v2; // rbx __int128 v3; // xmm0 char *v4; // rcx long long v5; // rdx long long v6; // rsi __int128 v7; // xmm0 _QWORD *v8; // r15 unsigned long long v9; // rcx long long v10; // rax long long v11; // ...
my_coll_parser_scan_shift_sequence: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0xa8 MOV R15,RDI LEA RSI,[RDI + 0xa0] XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0xc0],XMM0 MOVUPS xmmword ptr [RDI + 0xb0],XMM0 MOVUPS xmmword ptr [RDI + 0xa0],XMM0 LEA RCX,[0x1def12] MOV EDX,0x6 CALL 0x001bdbcd XOR R14D,R14D TE...
int8 my_coll_parser_scan_shift_sequence(int *param_1) { int *__src; long lVar1; code *pcVar2; int iVar3; long lVar4; char *pcVar5; ulong uVar6; int8 uVar7; int *piVar8; int1 local_c0 [160]; param_1[0x30] = 0; param_1[0x31] = 0; param_1[0x32] = 0; param_1[0x33] = 0; param_1[0x2c] = 0; ...
29,483
my_charlen_utf8mb3
eloqsql/strings/ctype-utf8.c
static int my_charlen_utf8mb3(CHARSET_INFO *cs __attribute__((unused)), const uchar *s, const uchar *e) { uchar c; if (s >= e) return MY_CS_TOOSMALL; c= s[0]; if (c < 0xf0) return my_valid_mbcharlen_utf8mb3(s, e); return MY_CS_ILSEQ; }
O0
c
my_charlen_utf8mb3: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jb 0x66de7 movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x66e14 movq -0x18(%rbp), %rax movb (%rax), %al movb %al, -0x21(%rbp) movzbl -...
my_charlen_utf8mb3: 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] cmp rax, [rbp+var_20] jb short loc_66DE7 mov [rbp+var_4], 0FFFFFF9Bh jmp short loc_66E14 loc_66DE7: mov rax, [rbp+var_18] mov ...
long long my_charlen_utf8mb3(long long a1, unsigned __int8 *a2, unsigned long long a3) { if ( (unsigned long long)a2 < a3 ) { if ( *a2 >= 0xF0u ) return 0; else return (unsigned int)my_valid_mbcharlen_utf8mb3(a2, a3); } else { return (unsigned int)-101; } }
my_charlen_utf8mb3: 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] CMP RAX,qword ptr [RBP + -0x20] JC 0x00166de7 MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x00166e14 LAB_00166de7: MOV RAX,qword ptr [RBP + ...
int4 my_charlen_utf8mb3(int8 param_1,byte *param_2,byte *param_3) { int4 local_c; if (param_2 < param_3) { if (*param_2 < 0xf0) { local_c = my_valid_mbcharlen_utf8mb3(param_2,param_3); } else { local_c = 0; } } else { local_c = 0xffffff9b; } return local_c; }
29,484
JS_RegExpExec
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_RegExpExec(JSContext *ctx, JSValue r, JSValue s) { JSValue method, ret; method = JS_GetProperty(ctx, r, JS_ATOM_exec); if (JS_IsException(method)) return method; if (JS_IsFunction(ctx, method)) { ret = JS_CallFree(ctx, method, r, 1, &s); if (JS_IsException(ret)...
O0
c
JS_RegExpExec: subq $0x88, %rsp movq %rsi, 0x68(%rsp) movq %rdx, 0x70(%rsp) movq %rcx, 0x58(%rsp) movq %r8, 0x60(%rsp) movq %rdi, 0x50(%rsp) movq 0x50(%rsp), %rdi movq 0x68(%rsp), %rsi movq 0x70(%rsp), %rdx movl $0x87, %ecx callq 0x29d80 movq %rax, 0x20(%rsp) movq %rdx, 0x28(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x40(...
JS_RegExpExec: sub rsp, 88h mov [rsp+88h+var_20], rsi mov [rsp+88h+var_18], rdx mov [rsp+88h+var_30], rcx mov [rsp+88h+var_28], r8 mov [rsp+88h+var_38], rdi mov rdi, [rsp+88h+var_38] mov rsi, [rsp+88h+var_20] mov rdx, [rsp+88h+var_18] mov ecx, 87h call JS_GetProperty mov [...
long long JS_RegExpExec( long long a1, long long a2, long long a3, long long a4, long long a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, double a10, double a11, __m128 a12, __m128 a13) { long long v13; // rdx ...
JS_RegExpExec: SUB RSP,0x88 MOV qword ptr [RSP + 0x68],RSI MOV qword ptr [RSP + 0x70],RDX MOV qword ptr [RSP + 0x58],RCX MOV qword ptr [RSP + 0x60],R8 MOV qword ptr [RSP + 0x50],RDI MOV RDI,qword ptr [RSP + 0x50] MOV RSI,qword ptr [RSP + 0x68] MOV RDX,qword ptr [RSP + 0x70] MOV ECX,0x87 CALL 0x00129d80 MOV qword ptr [R...
int1 [16] JS_RegExpExec(int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5) { int iVar1; int8 uVar2; int8 uVar3; int1 auVar4 [16]; int8 local_30; int8 local_28; int8 local_20; int8 local_18; local_30 = param_4; local_28 = param_5; local_20 = param_2; local_18 = ...
29,485
JS_RegExpExec
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_RegExpExec(JSContext *ctx, JSValue r, JSValue s) { JSValue method, ret; method = JS_GetProperty(ctx, r, JS_ATOM_exec); if (JS_IsException(method)) return method; if (JS_IsFunction(ctx, method)) { ret = JS_CallFree(ctx, method, r, 1, &s); if (JS_IsException(ret)...
O1
c
JS_RegExpExec: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rdx, %r12 movq %rsi, %r13 movq %rdi, %rbx movq %rcx, (%rsp) movq %r8, 0x8(%rsp) movl $0x87, %ecx movq %rsi, %r8 movq %rdx, %r9 pushq $0x0 pushq $0x0 callq 0x22fa3 addq $0x10, %rsp movq %rax, %r14 movq %rdx, %r15 cmpl $0x6, %r15...
JS_RegExpExec: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov r12, rdx mov r13, rsi mov rbx, rdi mov [rsp+38h+var_38], rcx mov [rsp+38h+var_30], r8 mov ecx, 87h mov r8, rsi mov r9, rdx push 0 push 0 call JS_GetPropertyInternal2 add rsp, 10h ...
long long JS_RegExpExec( long long a1, long long a2, unsigned long long a3, long long a4, long long a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, double a10, double a11, __m128 a12, __m128 a13) { unsigned long l...
JS_RegExpExec: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R12,RDX MOV R13,RSI MOV RBX,RDI MOV qword ptr [RSP],RCX MOV qword ptr [RSP + 0x8],R8 MOV ECX,0x87 MOV R8,RSI MOV R9,RDX PUSH 0x0 PUSH 0x0 CALL 0x00122fa3 ADD RSP,0x10 MOV R14,RAX MOV R15,RDX CMP R15D,0x6 JZ 0x0014b84d MOV RDI,RBX MOV RSI,R14 M...
int1 [16] JS_RegExpExec(long param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5) { int iVar1; uint uVar2; int8 uVar3; int8 uVar4; int1 auVar5 [16]; int8 local_38; int8 local_30; local_38 = param_4; local_30 = param_5; auVar5 = JS_GetPropertyInternal2(); uVar4 = auVar5....
29,486
LefDefParser::lefiPinAntennaModel::addAntennaGateArea(double, char const*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp
void lefiPinAntennaModel::addAntennaGateArea(double val, const char *layer) { int len; if (numAntennaGateArea_ == antennaGateAreaAllocated_) { int i; int max; int lim = numAntennaGateArea_; double *nd; char **n...
O3
cpp
LefDefParser::lefiPinAntennaModel::addAntennaGateArea(double, char const*): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rsi, %r14 movq %rdi, %rbx movl 0xc(%rdi), %r13d cmpl 0x10(%rdi), %r13d jne 0x284ec movsd %xmm0, 0x8(%rsp) leal (,%r13,2), %eax testl %r13d, %r13d movl $0x2, %ecx cmov...
_ZN12LefDefParser19lefiPinAntennaModel18addAntennaGateAreaEdPKc: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov r14, rsi mov rbx, rdi mov r13d, [rdi+0Ch] cmp r13d, [rdi+10h] jnz loc_284EC movsd [rsp+38h+var_30], xmm0 lea eax, ds:0[r13*2] test r13d, r13d mov...
long long LefDefParser::lefiPinAntennaModel::addAntennaGateArea( LefDefParser::lefiPinAntennaModel *this, double a2, char *a3) { long long v3; // r13 int v4; // ecx LefDefParser *v5; // r12 long long v6; // r15 long long v7; // r12 long long i; // rax long long result; // rax in...
addAntennaGateArea: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R14,RSI MOV RBX,RDI MOV R13D,dword ptr [RDI + 0xc] CMP R13D,dword ptr [RDI + 0x10] JNZ 0x001284ec MOVSD qword ptr [RSP + 0x8],XMM0 LEA EAX,[R13*0x2] TEST R13D,R13D MOV ECX,0x2 CMOVNZ ECX,EAX MOV dword ptr [RBX + 0x10],ECX MOVSXD R12,ECX S...
/* LefDefParser::lefiPinAntennaModel::addAntennaGateArea(double, char const*) */ void __thiscall LefDefParser::lefiPinAntennaModel::addAntennaGateArea (lefiPinAntennaModel *this,double param_1,char *param_2) { long lVar1; long lVar2; ulong uVar3; size_t sVar4; int8 uVar5; int iVar6; char *pcV...
29,487
mi_memmap_file
eloqsql/storage/myisam/mi_packrec.c
my_bool _mi_memmap_file(MI_INFO *info) { MYISAM_SHARE *share=info->s; my_bool eom; DBUG_ENTER("mi_memmap_file"); if (!info->s->file_map) { my_off_t data_file_length= share->state.state.data_file_length; if (myisam_mmap_size != SIZE_T_MAX) { mysql_mutex_lock(&THR_LOCK_myisam_mmap); e...
O3
c
mi_memmap_file: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdi, %rbx movq (%rdi), %r13 cmpq $0x0, 0x270(%r13) je 0x83212 orb $0x20, 0x1c8(%rbx) leaq 0x1cd(%rip), %rax # 0x833bc movq %rax, 0x298(%r13) movq %rax, 0x140(%rbx) leaq 0x259(%rip), %rax ...
_mi_memmap_file: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov rbx, rdi mov r13, [rdi] cmp qword ptr [r13+270h], 0 jz short loc_83212 loc_831E1: or byte ptr [rbx+1C8h], 20h lea rax, _mi_read_mempack_record mov [r13+298h], rax ...
char mi_memmap_file(unsigned int *a1) { _QWORD *v1; // r13 unsigned long long v3; // r12 unsigned long long v4; // r14 unsigned int v5; // r14d long long v6; // rax unsigned long long v7; // rax unsigned long long v8; // rsi _BYTE v9[72]; // [rsp+8h] [rbp-78h] BYREF unsigned long long v10[6]; // [rsp...
_mi_memmap_file: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV RBX,RDI MOV R13,qword ptr [RDI] CMP qword ptr [R13 + 0x270],0x0 JZ 0x00183212 LAB_001831e1: OR byte ptr [RBX + 0x1c8],0x20 LEA RAX,[0x1833bc] MOV qword ptr [R13 + 0x298],RAX MOV qword ptr [RBX + 0x140],RAX LEA RAX,[0x183...
int8 _mi_memmap_file(long *param_1) { int4 uVar1; long lVar2; ulong uVar3; char cVar4; long lVar5; ulong uVar6; int1 local_80 [72]; ulong local_38; lVar2 = *param_1; if (*(long *)(lVar2 + 0x270) != 0) { LAB_001831e1: *(byte *)(param_1 + 0x39) = *(byte *)(param_1 + 0x39) | 0x20; *(code *...
29,488
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp
void StencilBuilder<REAL>::Index::AddWithWeight(StencilReal<REAL> const& src, REAL weight, REAL du, REAL dv) { if (isWeightZero(weight) && isWeightZero(du) && isWeightZero(dv)) { return; } int srcSize = *src.GetSizePtr(); Vtr::Index const * srcIndices = src.GetVertexIndices(); REAL cons...
O0
cpp
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double): pushq %rbp movq %rsp, %rbp subq $0xf0, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movsd %xmm0, -0x18(%rbp) movsd %xmm1, -0x20(%rbp) movsd %xmm2, -0x28(%rbp...
_ZN10OpenSubdiv6v3_6_03Far8internal14StencilBuilderIdE5Index13AddWithWeightERKNS1_11StencilRealIdEEddd: push rbp mov rbp, rsp sub rsp, 0F0h mov [rbp+var_8], rdi mov [rbp+var_10], rsi movsd [rbp+var_18], xmm0 movsd [rbp+var_20], xmm1 movsd [rbp+var_28], xmm2 mov rax, [rbp+var_8] mov [rbp...
bool OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight( long long **a1, long long a2, double a3, double a4, double a5) { bool result; // al int v6; // edx int v7; // r8d int v8; // r9d int v9; // r9d long long v10; // [rsp+18h] [rbp-D8h]...
29,489
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp
void StencilBuilder<REAL>::Index::AddWithWeight(StencilReal<REAL> const& src, REAL weight, REAL du, REAL dv) { if (isWeightZero(weight) && isWeightZero(du) && isWeightZero(dv)) { return; } int srcSize = *src.GetSizePtr(); Vtr::Index const * srcIndices = src.GetVertexIndices(); REAL cons...
O1
cpp
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movss %xmm2, 0x4(%rsp) movss %xmm1, 0x8(%rsp) movq %rdi, %rbx xorps %xmm2, %xmm2 movss %xm...
_ZN10OpenSubdiv6v3_6_03Far8internal14StencilBuilderIfE5Index13AddWithWeightERKNS1_11StencilRealIfEEfff: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h movss [rsp+38h+var_34], xmm2 movss [rsp+38h+var_30], xmm1 mov rbx, rdi xorps xmm2, xmm2 movss [rsp+38h+var_2C], xmm0 ucomiss xm...
long long OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index::AddWithWeight( long long a1, long long *a2, float a3, float a4, float a5) { long long result; // rax long long v6; // r14 int *v7; // r15 int *v8; // r12 long long i; // r13 float v10; // xmm1...
AddWithWeight: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOVSS dword ptr [RSP + 0x4],XMM2 MOVSS dword ptr [RSP + 0x8],XMM1 MOV RBX,RDI XORPS XMM2,XMM2 MOVSS dword ptr [RSP + 0xc],XMM0 UCOMISS XMM0,XMM2 JNZ 0x00181183 JP 0x00181183 MOVSS XMM1,dword ptr [RSP + 0x8] UCOMISS XMM1,XMM2 JNZ 0x00181183 JP 0x00...
/* OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<float> const&, float, float, float) */ void __thiscall OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index::AddWithWeight (Index *this,StencilReal *param_1,float param_2,floa...
29,490
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp
void StencilBuilder<REAL>::Index::AddWithWeight(StencilReal<REAL> const& src, REAL weight, REAL du, REAL dv) { if (isWeightZero(weight) && isWeightZero(du) && isWeightZero(dv)) { return; } int srcSize = *src.GetSizePtr(); Vtr::Index const * srcIndices = src.GetVertexIndices(); REAL cons...
O2
cpp
OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x50, %rsp movsd %xmm2, 0x18(%rsp) movq %rdi, %rbx xorpd %xmm3, %xmm3 movapd %xmm0, 0x20(%rsp) ucomis...
_ZN10OpenSubdiv6v3_6_03Far8internal14StencilBuilderIdE5Index13AddWithWeightERKNS1_11StencilRealIdEEddd: push r15 push r14 push r13 push r12 push rbx sub rsp, 50h movsd [rsp+78h+var_60], xmm2 mov rbx, rdi xorpd xmm3, xmm3 movapd [rsp+78h+var_58], xmm0 ucomisd xmm0, xmm3 jnz short loc_91A3...
long long OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight( long long a1, long long *a2, __m128d a3, __m128d a4, double a5, long long a6, long long a7, int a8, int a9) { long long result; // rax unsigned int *v10...
AddWithWeight: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x50 MOVSD qword ptr [RSP + 0x18],XMM2 MOV RBX,RDI XORPD XMM3,XMM3 MOVAPD xmmword ptr [RSP + 0x20],XMM0 UCOMISD XMM0,XMM3 JNZ 0x00191a32 JP 0x00191a32 UCOMISD XMM1,XMM3 JNZ 0x00191a32 JP 0x00191a32 XORPD XMM0,XMM0 MOVSD XMM2,qword ptr [RSP + 0x18] UCOM...
/* OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight(OpenSubdiv::v3_6_0::Far::StencilReal<double> const&, double, double, double) */ void __thiscall OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<double>::Index::AddWithWeight (Index *this,StencilReal *param_1,double param...
29,491
my_coll_parser_scan_logical_position
eloqsql/strings/ctype-uca.c
static int my_coll_parser_scan_logical_position(MY_COLL_RULE_PARSER *p, my_wc_t *pwc, size_t limit) { MY_COLL_RULES *rules= p->rules; MY_COLL_LEXEM *lexem= my_coll_parser_curr(p); if (!lex_cmp(lexem, C_STRING_WITH_LEN("[first non-ignorable]"))) lexem->code= rules->uca->fi...
O0
c
my_coll_parser_scan_logical_position: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq 0xf0(%rax), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rdi callq 0xa2080 movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rdi leaq 0x30fa7(%rip)...
my_coll_parser_scan_logical_position: 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] mov rax, [rax+0F0h] mov [rbp+var_28], rax mov rdi, [rbp+var_10] call my_coll_parser_curr mov [rbp+var_30], rax mo...
long long my_coll_parser_scan_logical_position(long long a1, long long a2, long long a3) { long long v4; // [rsp+0h] [rbp-30h] long long v5; // [rsp+8h] [rbp-28h] v5 = *(_QWORD *)(a1 + 240); v4 = my_coll_parser_curr(a1); if ( (unsigned int)lex_cmp(v4, (long long)"[first non-ignorable]", 0x15uLL) ) { i...
my_coll_parser_scan_logical_position: 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] MOV RAX,qword ptr [RAX + 0xf0] MOV qword ptr [RBP + -0x28],RAX MOV RDI,qword ptr [RBP + -0x10] CALL 0x001a2080 MOV qword...
int4 my_coll_parser_scan_logical_position(long param_1,int8 param_2,int8 param_3) { long lVar1; int iVar2; long lVar3; int4 local_c; lVar1 = *(long *)(param_1 + 0xf0); lVar3 = my_coll_parser_curr(param_1); iVar2 = lex_cmp(lVar3,"[first non-ignorable]",0x15); if (iVar2 == 0) { *(int *)(lVar3 + 0...
29,492
inline_mysql_file_read
eloqsql/include/mysql/psi/mysql_file.h
static inline size_t inline_mysql_file_read( #ifdef HAVE_PSI_FILE_INTERFACE const char *src_file, uint src_line, #endif File file, uchar *buffer, size_t count, myf flags) { size_t result; #ifdef HAVE_PSI_FILE_INTERFACE struct PSI_file_locker *locker; PSI_file_locker_state state; size_t bytes_read; locker=...
O0
c
inline_mysql_file_read: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) leaq 0x1dd870(%rip), %rax # 0x2c8038 movq (%rax), %rax movq 0x158(%rax), %rax movl -0x18(%rbp), %esi leaq -0x88(%...
inline_mysql_file_read_5: push rbp mov rbp, rsp sub rsp, 0A0h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_30], r9 lea rax, PSI_server mov rax, [rax] mov rax, [rax+158h] mov esi, [rbp+var_18] ...
long long inline_mysql_file_read_5( long long a1, unsigned int a2, unsigned int a3, long long a4, long long a5, long long a6) { long long v7; // [rsp+0h] [rbp-A0h] long long v8; // [rsp+8h] [rbp-98h] _BYTE v9[72]; // [rsp+18h] [rbp-88h] BYREF long long v10; // [r...
inline_mysql_file_read: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV qword ptr [RBP + -0x30],R9 LEA RAX,[0x3c8038] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x15...
long inline_mysql_file_read (int8 param_1,int4 param_2,int4 param_3,int8 param_4, long param_5,ulong param_6) { long local_a8; long local_a0; long local_98; int1 local_90 [72]; long local_48; long local_40; ulong local_38; long local_30; int8 local_28; int4 local_20; ...
29,493
inline_mysql_file_tell
eloqsql/include/mysql/psi/mysql_file.h
static inline my_off_t inline_mysql_file_tell( #ifdef HAVE_PSI_FILE_INTERFACE const char *src_file, uint src_line, #endif File file, myf flags) { my_off_t result; #ifdef HAVE_PSI_FILE_INTERFACE struct PSI_file_locker *locker; PSI_file_locker_state state; locker= PSI_FILE_CALL(get_thread_file_descriptor_lock...
O0
c
inline_mysql_file_tell: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) movq %rcx, -0x20(%rbp) leaq 0x1b30b8(%rip), %rax # 0x1e1bb8 movq (%rax), %rax movq 0x158(%rax), %rax movl -0x18(%rbp), %esi leaq -0x78(%rbp), %rdi movl $0x9, %edx callq *%rax movq ...
inline_mysql_file_tell: push rbp mov rbp, rsp sub rsp, 80h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx mov [rbp+var_20], rcx lea rax, PSI_server mov rax, [rax] mov rax, [rax+158h] mov esi, [rbp+var_18] lea rdi, [rbp+var_78] mov edx, 9 call rax ...
long long inline_mysql_file_tell(long long a1, unsigned int a2, unsigned int a3, long long a4) { _BYTE v5[72]; // [rsp+8h] [rbp-78h] BYREF long long v6; // [rsp+50h] [rbp-30h] long long v7; // [rsp+58h] [rbp-28h] long long v8; // [rsp+60h] [rbp-20h] unsigned int v9; // [rsp+68h] [rbp-18h] unsigned int v10;...
inline_mysql_file_tell: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX MOV qword ptr [RBP + -0x20],RCX LEA RAX,[0x2e1bb8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x158] MOV ESI,dword ptr [RBP + -0x18] LEA RDI,[RBP + -0x78] MOV E...
int8 inline_mysql_file_tell(int8 param_1,int4 param_2,int4 param_3,int8 param_4) { int1 local_80 [72]; long local_38; int8 local_30; int8 local_28; int4 local_20; int4 local_1c; int8 local_18; int8 local_10; local_28 = param_4; local_20 = param_3; local_1c = param_2; local_18 = param_1; l...
29,494
mi_read_key_record
eloqsql/storage/myisam/mi_key.c
int _mi_read_key_record(MI_INFO *info, my_off_t filepos, uchar *buf) { fast_mi_writeinfo(info); if (filepos != HA_OFFSET_ERROR) { if (info->lastinx >= 0) { /* Read only key */ if (_mi_put_key_in_record(info,(uint) info->lastinx, TRUE, buf)) { mi_print_error(info->s, HA_ERR_CRASHED);...
O0
c
mi_read_key_record: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax cmpl $0x0, 0x368(%rax) jne 0x375df movq -0x10(%rbp), %rdi xorl %esi, %esi callq 0x39450 cmpq $-0x1, -0x18(%rbp) je 0x3766b movq -0x10(%rbp), %rax ...
_mi_read_key_record: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax] cmp dword ptr [rax+368h], 0 jnz short loc_375DF mov rdi, [rbp+var_10] xor esi, esi call _mi_writeinfo loc_375DF...
long long mi_read_key_record(int *a1, const char *a2, long long a3) { const char *v3; // rsi const char *v6; // [rsp+8h] [rbp-18h] v6 = a2; if ( !*(_DWORD *)(*(_QWORD *)a1 + 872LL) ) { a2 = 0LL; mi_writeinfo(a1, 0LL); } if ( v6 == (const char *)-1LL ) return (unsigned int)-1; if ( a1[117] ...
_mi_read_key_record: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] CMP dword ptr [RAX + 0x368],0x0 JNZ 0x001375df MOV RDI,qword ptr [RBP + -0x10] XOR ESI,ESI CALL 0x00139450 LAB_00...
int4 _mi_read_key_record(long *param_1,long param_2,int8 param_3) { int iVar1; int4 *puVar2; if (*(int *)(*param_1 + 0x368) == 0) { _mi_writeinfo(param_1,0); } if (param_2 != -1) { if (-1 < *(int *)((long)param_1 + 0x1d4)) { iVar1 = _mi_put_key_in_record(param_1,*(int4 *)((long)param_1 + 0x...
29,495
nglog::SetEmailLogging(nglog::LogSeverity, char const*)
ng-log[P]ng-log/src/logging.cc
void SetEmailLogging(LogSeverity min_severity, const char* addresses) { LogDestination::SetEmailLogging(min_severity, addresses); }
O1
cpp
nglog::SetEmailLogging(nglog::LogSeverity, char const*): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movl %edi, %ebp leaq 0x332bd(%rip), %rdi # 0x3ec58 callq 0x7800 testl %eax, %eax jne 0xb9e9 movl %ebp, 0x23bae(%rip) # 0x2f558 movq 0x24167(%rip), %r14 # 0x2fb18 leaq 0x24158(%rip)...
_ZN5nglog15SetEmailLoggingENS_11LogSeverityEPKc: push rbp push r15 push r14 push rbx push rax mov rbx, rsi mov ebp, edi lea rdi, _ZN5nglogL9log_mutexE; nglog::log_mutex call _pthread_mutex_lock test eax, eax jnz short loc_B9E9 mov cs:_ZN5nglog14LogDestination23email_logging_seve...
long long nglog::SetEmailLogging(int a1, long long a2) { int v2; // eax long long v3; // r14 long long v4; // rax v2 = pthread_mutex_lock(&nglog::log_mutex); if ( v2 ) std::__throw_system_error(v2); nglog::LogDestination::email_logging_severity_ = a1; v3 = qword_2FB18; v4 = strlen(a2); std::stri...
SetEmailLogging: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV EBP,EDI LEA RDI,[0x13ec58] CALL 0x00107800 TEST EAX,EAX JNZ 0x0010b9e9 MOV dword ptr [0x0012f558],EBP MOV R14,qword ptr [0x0012fb18] LEA R15,[0x12fb10] MOV RDI,RBX CALL 0x001071f0 LAB_0010b9c0: MOV RDI,R15 XOR ESI,ESI MOV RDX,R14 MOV RCX,RBX ...
/* nglog::SetEmailLogging(nglog::LogSeverity, char const*) */ void nglog::SetEmailLogging(int4 param_1,char *param_2) { char *pcVar1; int iVar2; iVar2 = pthread_mutex_lock((pthread_mutex_t *)log_mutex); pcVar1 = DAT_0012fb18; if (iVar2 == 0) { LogDestination::email_logging_severity_ = param_1; s...
29,496
put_lvalue
bluesky950520[P]quickjs/quickjs.c
static void put_lvalue(JSParseState *s, int opcode, int scope, JSAtom name, int label, PutLValueEnum special, BOOL is_let) { switch(opcode) { case OP_get_field: case OP_scope_get_private_field: /* depth = 1 */ switch(special) { case PUT_L...
O1
c
put_lvalue: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %r9d, %r12d movl %ecx, %r14d movl %edx, 0x8(%rsp) movl %esi, %r15d movq %rdi, %rbx movl 0x50(%rsp), %ebp cmpl $0x49, %esi jg 0x65472 cmpl $0x3c, %r15d je 0x654a9 cmpl $0x41, %r15d je 0x65492 cmpl $0x47, %r15d je 0x654c2 ...
put_lvalue: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r12d, r9d mov r14d, ecx mov [rsp+48h+var_40], edx mov r15d, esi mov rbx, rdi mov ebp, [rsp+48h+arg_0] cmp esi, 49h ; 'I' jg short loc_65472 cmp r15d, 3Ch ; '<' jz short loc_...
long long put_lvalue(long long *a1, int a2, __int16 a3, int a4, int a5, int a6, int a7) { char v10; // al long long v12; // rcx long long v13; // rcx _QWORD *v14; // rdi long long v15; // rax long long v17; // rax long long v18; // rax long long v19; // rax _QWORD *v20; // rdi _QWORD *v21; // r15 ...
put_lvalue: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R12D,R9D MOV R14D,ECX MOV dword ptr [RSP + 0x8],EDX MOV R15D,ESI MOV RBX,RDI MOV EBP,dword ptr [RSP + 0x50] CMP ESI,0x49 JG 0x00165472 CMP R15D,0x3c JZ 0x001654a9 CMP R15D,0x41 JZ 0x00165492 CMP R15D,0x47 JZ 0x001654c2 JMP 0x001656c0 LAB...
void put_lvalue(int8 *param_1,int param_2,int2 param_3,int4 param_4, int4 param_5,uint param_6,int param_7) { long lVar1; int2 local_3c [2]; int4 local_38 [2]; if (0x49 < param_2) { if (param_2 == 0x4a) { /* WARNING: Could not recover jumptable at 0x001654ea. Too many...
29,497
put_lvalue
bluesky950520[P]quickjs/quickjs.c
static void put_lvalue(JSParseState *s, int opcode, int scope, JSAtom name, int label, PutLValueEnum special, BOOL is_let) { switch(opcode) { case OP_get_field: case OP_scope_get_private_field: /* depth = 1 */ switch(special) { case PUT_L...
O2
c
put_lvalue: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %r9d, %r12d movl %ecx, %ebp movl %edx, 0x4(%rsp) movl %esi, %r15d movq %rdi, %rbx movl 0x40(%rsp), %r14d cmpl $0x3c, %esi je 0x565b7 cmpl $0xbd, %r15d je 0x56586 cmpl $0x47, %r15d je 0x565cf cmpl $0x4a, %r15d je 0x5659d cmpl $...
put_lvalue: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r12d, r9d mov ebp, ecx mov [rsp+38h+var_34], edx mov r15d, esi mov rbx, rdi mov r14d, [rsp+38h+arg_0] cmp esi, 3Ch ; '<' jz short loc_565B7 cmp r15d, 0BDh jz short loc_56586 cmp ...
long long put_lvalue(long long *a1, int a2, __int16 a3, unsigned int a4, int a5, int a6, int a7) { char v9; // al char v10; // al char v12; // si long long result; // rax switch ( a2 ) { case 60: JS_FreeAtom(*a1, a4); emit_label((long long)a1, a5); break; case 189: LABEL_7: ...
put_lvalue: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12D,R9D MOV EBP,ECX MOV dword ptr [RSP + 0x4],EDX MOV R15D,ESI MOV RBX,RDI MOV R14D,dword ptr [RSP + 0x40] CMP ESI,0x3c JZ 0x001565b7 CMP R15D,0xbd JZ 0x00156586 CMP R15D,0x47 JZ 0x001565cf CMP R15D,0x4a JZ 0x0015659d CMP R15D,0xb7 JZ 0x001...
void put_lvalue(int8 *param_1,int param_2,int2 param_3,int4 param_4, int4 param_5,uint param_6,int param_7) { if (param_2 != 0x3c) { if (param_2 != 0xbd) { if (param_2 == 0x47) goto LAB_001565cf; if (param_2 == 0x4a) { /* WARNING: Could not recover jumptable at 0x0...
29,498
put_lvalue
bluesky950520[P]quickjs/quickjs.c
static void put_lvalue(JSParseState *s, int opcode, int scope, JSAtom name, int label, PutLValueEnum special, BOOL is_let) { switch(opcode) { case OP_get_field: case OP_scope_get_private_field: /* depth = 1 */ switch(special) { case PUT_L...
O3
c
put_lvalue: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %r9d, %r12d movl %ecx, %r14d movl %esi, %r15d movq %rdi, %rbx movl 0x50(%rsp), %ebp cmpl $0x49, %esi jg 0x67938 movl %edx, 0x8(%rsp) cmpl $0x3c, %r15d je 0x67973 cmpl $0x41, %r15d je 0x6795c cmpl $0x47, %r15d je 0x6798c ...
put_lvalue: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r12d, r9d mov r14d, ecx mov r15d, esi mov rbx, rdi mov ebp, [rsp+48h+arg_0] cmp esi, 49h ; 'I' jg short loc_67938 mov [rsp+48h+var_40], edx cmp r15d, 3Ch ; '<' jz short loc_...
long long put_lvalue(long long a1, int a2, __int16 a3, int a4, int a5, int a6, int a7) { char v10; // al char v12; // al long long v13; // rcx long long v14; // rcx _QWORD *v15; // rdi long long v16; // rax long long result; // rax long long v18; // rax long long v19; // rax _QWORD *v20; // rdi _...
put_lvalue: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R12D,R9D MOV R14D,ECX MOV R15D,ESI MOV RBX,RDI MOV EBP,dword ptr [RSP + 0x50] CMP ESI,0x49 JG 0x00167938 MOV dword ptr [RSP + 0x8],EDX CMP R15D,0x3c JZ 0x00167973 CMP R15D,0x41 JZ 0x0016795c CMP R15D,0x47 JZ 0x0016798c JMP 0x00167bb3 LAB...
void put_lvalue(int8 *param_1,int param_2,int2 param_3,int4 param_4, int4 param_5,uint param_6,int param_7) { long lVar1; int2 local_3c [2]; int4 local_38 [2]; if (0x49 < param_2) { if (param_2 == 0x4a) { /* WARNING: Could not recover jumptable at 0x001679b4. Too many...
29,499
my_uni_utf8mb3
eloqsql/strings/ctype-utf8.c
static int my_uni_utf8mb3(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *r, uchar *e) { if (wc < 0x80) { if (r >= e) return MY_CS_TOOSMALL; *r= (uchar) wc; return 1; } if (wc < 0x800) { if (r + 2 > e) return MY_CS_TOOSMALLN(2); /* U+0080....
O3
c
my_uni_utf8mb3: pushq %rbp movq %rsp, %rbp cmpq $0x7f, %rsi ja 0xcbb5a movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0xcbbcc movb %sil, (%rdx) movl $0x1, %eax jmp 0xcbbcc cmpq $0x7ff, %rsi # imm = 0x7FF ja 0xcbb8d leaq 0x2(%rdx), %rdi movl $0xffffff9a, %eax # imm = 0xFFFFFF9A cmpq...
my_uni_utf8mb3: push rbp mov rbp, rsp cmp rsi, 7Fh ja short loc_CBB5A mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short loc_CBBCC mov [rdx], sil mov eax, 1 jmp short loc_CBBCC loc_CBB5A: cmp rsi, 7FFh ja short loc_CBB8D lea rdi, [rdx+2] mov eax, 0FFFFFF9Ah cmp rdi, ...
long long my_uni_utf8mb3(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax if ( a2 > 0x7F ) { if ( a2 > 0x7FF ) { result = 0LL; if ( a2 <= 0xFFFF ) { result = 4294967193LL; if ( (unsigned long long)(a3 + 3) <= a4 ) ...
my_uni_utf8mb3: PUSH RBP MOV RBP,RSP CMP RSI,0x7f JA 0x001cbb5a MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x001cbbcc MOV byte ptr [RDX],SIL MOV EAX,0x1 JMP 0x001cbbcc LAB_001cbb5a: CMP RSI,0x7ff JA 0x001cbb8d LEA RDI,[RDX + 0x2] MOV EAX,0xffffff9a CMP RDI,RCX JA 0x001cbbcc MOV EAX,ESI SHR EAX,0x6 OR AL,0xc0 MOV byte ptr [RDX]...
int8 my_uni_utf8mb3(int8 param_1,ulong param_2,byte *param_3,byte *param_4) { int8 uVar1; byte bVar2; uint uVar3; uVar3 = (uint)param_2; bVar2 = (byte)param_2; if (param_2 < 0x80) { uVar1 = 0xffffff9b; if (param_3 < param_4) { *param_3 = bVar2; uVar1 = 1; } } else if (param_...