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
21,500
test_if_reopen
eloqsql/storage/myisam/mi_open.c
MI_INFO *test_if_reopen(char *filename) { LIST *pos; for (pos=myisam_open_list ; pos ; pos=pos->next) { MI_INFO *info=(MI_INFO*) pos->data; MYISAM_SHARE *share=info->s; DBUG_ASSERT(strcmp(share->unique_file_name,filename) || share->last_version); if (!strcmp(share->unique_file_nam...
O0
c
test_if_reopen: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) leaq 0x3c482d(%rip), %rax # 0x3f66e0 movq (%rax), %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x18(%rbp) je 0x31f1b movq -0x18(%rbp), %rax movq 0x10(%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax movq (%rax), %rax movq %rax, -0...
test_if_reopen: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi lea rax, myisam_open_list mov rax, [rax] mov [rbp+var_18], rax loc_31EBA: cmp [rbp+var_18], 0 jz short loc_31F1B mov rax, [rbp+var_18] mov rax, [rax+10h] mov [rbp+var_20], rax mov rax, [rbp+var_2...
long long * test_if_reopen(long long a1) { long long v2; // [rsp+8h] [rbp-28h] long long *v3; // [rsp+10h] [rbp-20h] long long i; // [rsp+18h] [rbp-18h] for ( i = myisam_open_list; i; i = *(_QWORD *)(i + 8) ) { v3 = *(long long **)(i + 16); v2 = *v3; if ( !(unsigned int)strcmp(*(_QWORD *)(*v3 + 6...
test_if_reopen: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI LEA RAX,[0x4f66e0] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX LAB_00131eba: CMP qword ptr [RBP + -0x18],0x0 JZ 0x00131f1b MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x10] MOV qword ptr [RBP + -0x20],RAX MOV RAX,...
long * test_if_reopen(char *param_1) { long *plVar1; long lVar2; int iVar3; long local_20; local_20 = myisam_open_list; while( true ) { if (local_20 == 0) { return (long *)0x0; } plVar1 = *(long **)(local_20 + 0x10); lVar2 = *plVar1; iVar3 = strcmp(*(char **)(lVar2 + 600),para...
21,501
google::protobuf::UnescapeCEscapeString(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>>*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::...
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/stubs/strutil.cc
int UnescapeCEscapeString(const std::string &src, std::string *dest, std::vector<std::string> *errors) { std::unique_ptr<char[]> unescaped(new char[src.size() + 1]); int len = UnescapeCEscapeSequences(src.c_str(), unescaped.get(), errors); GOOGLE_CHECK(dest); dest->assign(unescaped.get...
O0
cpp
google::protobuf::UnescapeCEscapeString(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>>*, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::...
_ZN6google8protobuf21UnescapeCEscapeStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS6_PSt6vectorIS6_SaIS6_EE: sub rsp, 0A8h mov [rsp+0A8h+var_8], rdi mov [rsp+0A8h+var_10], rsi mov [rsp+0A8h+var_18], rdx mov rdi, [rsp+0A8h+var_8] call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIc...
long long google::protobuf::UnescapeCEscapeString(long long a1, long long a2, long long a3) { long long v3; // rax long long v4; // rax char *v5; // rsi google::protobuf::internal::LogMessage *v6; // rsi long long v7; // rax unsigned int v9; // [rsp+Ch] [rbp-9Ch] long long v10; // [rsp+10h] [rbp-98h] c...
UnescapeCEscapeString: SUB RSP,0xa8 MOV qword ptr [RSP + 0xa0],RDI MOV qword ptr [RSP + 0x98],RSI MOV qword ptr [RSP + 0x90],RDX MOV RDI,qword ptr [RSP + 0xa0] CALL 0x001147d0 MOV RDI,RAX INC RDI CALL 0x00113040 MOV RSI,RAX LEA RDI,[RSP + 0x88] MOV qword ptr [RSP + 0x20],RDI CALL 0x00130440 MOV RDI,qword ptr [RSP + 0xa...
/* google::protobuf::UnescapeCEscapeString(std::__cxx11::string const&, std::__cxx11::string*, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > >*) */ int4 google::protobuf::UnescapeCEscapeString(string *param_1,string *param_2,vector *param_3) { int4 uVar1; string *psVar2; long lVar3...
21,502
fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>, std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char>>>, long, std::ratio<1l, 1000000l>>::on_12_hour(fmt::v10::detail::numeric_system, fmt::v10::detail::pad_type)
aimrt_mujoco_sim/_deps/fmt-src/include/fmt/chrono.h
void on_12_hour(numeric_system ns, pad_type pad) { if (handle_nan_inf()) return; if (ns == numeric_system::standard) return write(hour12(), 2, pad); auto time = tm(); time.tm_hour = to_nonnegative_int(hour12(), 12); format_tm(time, &tm_writer_type::on_12_hour, ns, pad); }
O3
c
fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>, std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char>>>, long, std::ratio<1l, 1000000l>>::on_12_hour(fmt::v10::detail::numeric_system, fmt::v10::detail::pad_type): movl %edx, %r9d testl %esi,...
_ZN3fmt3v106detail16chrono_formatterINS0_20basic_format_contextINS0_8appenderEcEESt20back_insert_iteratorINS0_19basic_memory_bufferIcLm500ESaIcEEEElSt5ratioILl1ELl1000000EEE10on_12_hourENS1_14numeric_systemENS1_8pad_typeE: mov r9d, edx test esi, esi jz short loc_F15BC sub rsp, 38h mov r8d, esi xorps...
long long fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender,char>,std::back_insert_iterator<fmt::v10::basic_memory_buffer<char,500ul,std::allocator<char>>>,long,std::ratio<1l,1000000l>>::on_12_hour( long long a1, int a2, unsigned int a3) { char v3; // al l...
on_12_hour: MOV R9D,EDX TEST ESI,ESI JZ 0x001f15bc SUB RSP,0x38 MOV R8D,ESI XORPS XMM0,XMM0 MOV RSI,RSP MOVAPS xmmword ptr [RSI + 0x20],XMM0 MOVAPS xmmword ptr [RSI + 0x10],XMM0 MOVAPS xmmword ptr [RSI],XMM0 MOV qword ptr [RSI + 0x30],0x0 MOV RAX,qword ptr [RDI + 0x20] SHR RAX,0x4 MOV RCX,0x91a2b3c4d5e6f81 MUL RCX MOV ...
/* fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>, std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char> > >, long, std::ratio<1l, 1000000l> >::on_12_hour(fmt::v10::detail::numeric_system, fmt::v10::detail::pad_type) */ void __t...
21,503
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix()
serhmarch[P]ModbusBridge/modbus/src/unix/ModbusSerialPort_p_unix.h
ModbusSerialPortPrivateUnix(bool blocking) : ModbusSerialPortPrivate(blocking) { this->serialPort = -1; this->timestamp = 0; if (blocking) { writeMethod = &ModbusSerialPortPrivateUnix::blockingWrite; readMethod = &ModbusSerialPortPrivateUnix::blocking...
O0
c
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) callq 0x25640 movq -0x10(%rbp), %rdi movl $0xb0, %esi callq 0x6420 addq $0x10, %rsp popq %rbp retq nopl (%rax)
_ZN27ModbusSerialPortPrivateUnixD0Ev: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8]; this mov [rbp+var_10], rdi call _ZN27ModbusSerialPortPrivateUnixD2Ev; ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix() mov rdi, [rbp+var_10]; void * mov esi, 0...
void ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(this); operator delete(this, 0xB0uLL); }
~ModbusSerialPortPrivateUnix: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RDI CALL 0x00125640 MOV RDI,qword ptr [RBP + -0x10] MOV ESI,0xb0 CALL 0x00106420 ADD RSP,0x10 POP RBP RET
/* ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix() */ void __thiscall ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { ~ModbusSerialPortPrivateUnix(this); operator_delete(this,0xb0); return; }
21,504
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix()
serhmarch[P]ModbusBridge/modbus/src/unix/ModbusSerialPort_p_unix.h
ModbusSerialPortPrivateUnix(bool blocking) : ModbusSerialPortPrivate(blocking) { this->serialPort = -1; this->timestamp = 0; if (blocking) { writeMethod = &ModbusSerialPortPrivateUnix::blockingWrite; readMethod = &ModbusSerialPortPrivateUnix::blocking...
O1
c
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(): pushq %rbx movq %rdi, %rbx leaq 0xc383(%rip), %rax # 0x22d28 movq %rax, (%rdi) movq 0x40(%rdi), %rdi leaq 0x50(%rbx), %rax cmpq %rax, %rdi je 0x169c0 movq (%rax), %rsi incq %rsi callq 0x5310 leaq 0xc241(%rip), %rax # 0x22c08 movq %rax, (%rbx) movq 0...
_ZN27ModbusSerialPortPrivateUnixD0Ev: push rbx mov rbx, rdi lea rax, off_22D28 mov [rdi], rax mov rdi, [rdi+40h]; void * lea rax, [rbx+50h] cmp rdi, rax jz short loc_169C0 mov rsi, [rax] inc rsi; unsigned __int64 call __ZdlPvm; operator delete(void *,ulong) loc_169C0: lea ...
void ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { char *v2; // rdi char *v3; // rdi *(_QWORD *)this = off_22D28; v2 = (char *)*((_QWORD *)this + 8); if ( v2 != (char *)this + 80 ) operator delete(v2, *((_QWORD *)this + 10) + 1LL); *(_QWORD *)this = off...
~ModbusSerialPortPrivateUnix: PUSH RBX MOV RBX,RDI LEA RAX,[0x122d28] MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x40] LEA RAX,[RBX + 0x50] CMP RDI,RAX JZ 0x001169c0 MOV RSI,qword ptr [RAX] INC RSI CALL 0x00105310 LAB_001169c0: LEA RAX,[0x122c08] MOV qword ptr [RBX],RAX MOV RDI,qword ptr [RBX + 0x18] LEA RAX,[RBX...
/* ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix() */ void __thiscall ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { *(int ***)this = &PTR__ModbusSerialPortPrivate_00122d28; if (*(ModbusSerialPortPrivateUnix **)(this + 0x40) != this + 0x50) { operat...
21,505
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix()
serhmarch[P]ModbusBridge/modbus/src/unix/ModbusSerialPort_p_unix.h
ModbusSerialPortPrivateUnix(bool blocking) : ModbusSerialPortPrivate(blocking) { this->serialPort = -1; this->timestamp = 0; if (blocking) { writeMethod = &ModbusSerialPortPrivateUnix::blockingWrite; readMethod = &ModbusSerialPortPrivateUnix::blocking...
O3
c
ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(): pushq %rbx movq %rdi, %rbx leaq 0xb58d(%rip), %rax # 0x21d28 movq %rax, (%rdi) movq 0x40(%rdi), %rdi leaq 0x50(%rbx), %rax cmpq %rax, %rdi je 0x167b6 movq (%rax), %rsi incq %rsi callq 0x5310 leaq 0xb44b(%rip), %rax # 0x21c08 movq %rax, (%rbx) movq 0...
_ZN27ModbusSerialPortPrivateUnixD0Ev: push rbx mov rbx, rdi lea rax, off_21D28 mov [rdi], rax mov rdi, [rdi+40h]; void * lea rax, [rbx+50h] cmp rdi, rax jz short loc_167B6 mov rsi, [rax] inc rsi; unsigned __int64 call __ZdlPvm; operator delete(void *,ulong) loc_167B6: lea ...
void ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { char *v2; // rdi char *v3; // rdi *(_QWORD *)this = off_21D28; v2 = (char *)*((_QWORD *)this + 8); if ( v2 != (char *)this + 80 ) operator delete(v2, *((_QWORD *)this + 10) + 1LL); *(_QWORD *)this = off...
~ModbusSerialPortPrivateUnix: PUSH RBX MOV RBX,RDI LEA RAX,[0x121d28] MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x40] LEA RAX,[RBX + 0x50] CMP RDI,RAX JZ 0x001167b6 MOV RSI,qword ptr [RAX] INC RSI CALL 0x00105310 LAB_001167b6: LEA RAX,[0x121c08] MOV qword ptr [RBX],RAX MOV RDI,qword ptr [RBX + 0x18] LEA RAX,[RBX...
/* ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix() */ void __thiscall ModbusSerialPortPrivateUnix::~ModbusSerialPortPrivateUnix(ModbusSerialPortPrivateUnix *this) { *(int ***)this = &PTR__ModbusSerialPortPrivate_00121d28; if (*(ModbusSerialPortPrivateUnix **)(this + 0x40) != this + 0x50) { operat...
21,506
mi_write_blob_record
eloqsql/storage/myisam/mi_dynrec.c
int _mi_write_blob_record(MI_INFO *info, const uchar *record) { uchar *rec_buff; int error; ulong reclength,reclength2,extra; extra= (ALIGN_SIZE(MI_MAX_DYN_BLOCK_HEADER)+MI_SPLIT_LENGTH+ MI_DYN_DELETE_BLOCK_HEADER+1); reclength= (info->s->base.pack_reclength + _mi_calc_total_blob_length(info,record...
O0
c
mi_write_blob_record: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq $0x5d, -0x40(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x148(%rax), %rax movq %rax, -0x48(%rbp) movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xa88a0 movq %rax, %rcx movq -0x48(%rbp), %ra...
_mi_write_blob_record: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_40], 5Dh ; ']' mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+148h] mov [rbp+var_48], rax mov rdi, [rbp+var_10] mov rsi, [rbp+var_18] call _mi_calc_tot...
long long mi_write_blob_record(_DWORD *a1, _BYTE *a2) { const char *v2; // rsi long long v4; // [rsp+8h] [rbp-48h] long long v5; // [rsp+18h] [rbp-38h] unsigned int v6; // [rsp+2Ch] [rbp-24h] long long v7; // [rsp+30h] [rbp-20h] v4 = *(_QWORD *)(*(_QWORD *)a1 + 328LL); v2 = (const char *)(mi_calc_total_...
_mi_write_blob_record: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x40],0x5d MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x148] MOV qword ptr [RBP + -0x48],RAX MOV RDI,qword ptr [RBP + -0x10] MOV RSI,qword ...
int4 _mi_write_blob_record(long *param_1,int8 param_2) { int4 uVar1; long lVar2; long lVar3; int4 *puVar4; int4 local_c; lVar3 = *(long *)(*param_1 + 0x148); lVar2 = _mi_calc_total_blob_length(param_1,param_2); lVar3 = my_malloc(0,lVar3 + lVar2 + 0x5d,0); if (lVar3 == 0) { puVar4 = (int4 *)_m...
21,507
my_multi_malloc_large
eloqsql/mysys/mulalloc.c
void *my_multi_malloc_large(PSI_memory_key key, myf myFlags, ...) { va_list args; char **ptr,*start,*res; ulonglong tot_length,length; DBUG_ENTER("my_multi_malloc"); va_start(args,myFlags); tot_length=0; while ((ptr=va_arg(args, char **))) { length=va_arg(args,ulonglong); tot_length+=ALIGN_SIZE...
O0
c
my_multi_malloc_large: pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 testb %al, %al je 0x7b371 movaps %xmm0, -0xe0(%rbp) movaps %xmm1, -0xd0(%rbp) movaps %xmm2, -0xc0(%rbp) movaps %xmm3, -0xb0(%rbp) movaps %xmm4, -0xa0(%rbp) movaps %xmm5, -0x90(%rbp) movaps %xmm6, -0x80(%rbp) movaps %xmm7, -0x70...
my_multi_malloc_large: push rbp mov rbp, rsp sub rsp, 170h test al, al jz short loc_7B371 movaps [rbp+var_E0], xmm0 movaps [rbp+var_D0], xmm1 movaps [rbp+var_C0], xmm2 movaps [rbp+var_B0], xmm3 movaps [rbp+var_A0], xmm4 movaps [rbp+var_90], xmm5 movaps [rbp+var_80], xmm6 movaps [rbp+var_70], ...
long long my_multi_malloc_large(unsigned int a1, long long a2, ...) { _QWORD *overflow_arg_area; // rax _QWORD *v3; // rax _QWORD *v4; // rax _QWORD *v5; // rax long long i; // [rsp+120h] [rbp-50h] long long j; // [rsp+128h] [rbp-48h] long long v9; // [rsp+130h] [rbp-40h] va_list va; // [rsp+140h] [rbp-...
my_multi_malloc_large: PUSH RBP MOV RBP,RSP SUB RSP,0x170 TEST AL,AL JZ 0x0017b371 MOVAPS xmmword ptr [RBP + -0xe0],XMM0 MOVAPS xmmword ptr [RBP + -0xd0],XMM1 MOVAPS xmmword ptr [RBP + -0xc0],XMM2 MOVAPS xmmword ptr [RBP + -0xb0],XMM3 MOVAPS xmmword ptr [RBP + -0xa0],XMM4 MOVAPS xmmword ptr [RBP + -0x90],XMM5 MOVAPS xm...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ long my_multi_malloc_large (int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int8 param_7,int8 param_8, int4 param_9,int8 param_10,int8 param_11,int8 param_12, ...
21,508
my_error_register
eloqsql/mysys/my_error.c
int my_error_register(const char** (*get_errmsgs)(int error), uint first, uint last) { struct my_err_head *meh_p; struct my_err_head **search_meh_pp; /* Allocate a new header structure. */ if (! (meh_p= (struct my_err_head*) my_malloc(key_memory_my_err_head, ...
O0
c
my_error_register: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) leaq 0x3571f7(%rip), %rax # 0x3852b0 movl (%rax), %edi movl $0x18, %esi movl $0x10, %edx callq 0x2ebe0 movq %rax, -0x20(%rbp) cmpq $0x0, %rax jne 0x2e0e0 movl $0x1, -0x4(%rbp) jmp 0x2e1...
my_error_register: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx lea rax, key_memory_my_err_head mov edi, [rax] mov esi, 18h mov edx, 10h call my_malloc mov [rbp+var_20], rax cmp rax, 0 jnz short loc_2E0E0 mov ...
long long my_error_register(long long a1, unsigned int a2, unsigned int a3) { long long **i; // [rsp+8h] [rbp-28h] long long v5; // [rsp+10h] [rbp-20h] v5 = my_malloc(key_memory_my_err_head, 24LL, 16LL); if ( v5 ) { *(_QWORD *)(v5 + 8) = a1; *(_DWORD *)(v5 + 16) = a2; *(_DWORD *)(v5 + 20) = a3; ...
my_error_register: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX LEA RAX,[0x4852b0] MOV EDI,dword ptr [RAX] MOV ESI,0x18 MOV EDX,0x10 CALL 0x0012ebe0 MOV qword ptr [RBP + -0x20],RAX CMP RAX,0x0 JNZ 0x0012e0e0 MOV dword ptr [RBP + -0x4],...
int4 my_error_register(long param_1,uint param_2,uint param_3) { long *plVar1; int **local_30; int4 local_c; plVar1 = (long *)my_malloc(key_memory_my_err_head,0x18,0x10); if (plVar1 == (long *)0x0) { local_c = 1; } else { plVar1[1] = param_1; *(uint *)(plVar1 + 2) = param_2; *(uint *)...
21,509
set_closure_from_var
bluesky950520[P]quickjs/quickjs.c
static void set_closure_from_var(JSContext *ctx, JSClosureVar *cv, JSVarDef *vd, int var_idx) { cv->is_local = TRUE; cv->is_arg = FALSE; cv->is_const = vd->is_const; cv->is_lexical = vd->is_lexical; cv->var_kind = vd->var_kind; cv->var_idx = var_idx; cv->var_...
O1
c
set_closure_from_var: movb (%rsi), %al andb $-0x4, %al incb %al movb %al, (%rsi) movb 0xc(%rdx), %r8b shlb $0x2, %r8b andb $0x4, %r8b andb $-0x7, %al orb %r8b, %al movb %al, (%rsi) movb 0xc(%rdx), %r8b shlb $0x2, %r8b andb $0x8, %r8b andb $-0xb, %al orb %r8b, %al movb %al, (%rsi) movb 0xc(%rdx), %r8b andb $-0x10, %r8b ...
set_closure_from_var: mov al, [rsi] and al, 0FCh inc al mov [rsi], al mov r8b, [rdx+0Ch] shl r8b, 2 and r8b, 4 and al, 0F9h or al, r8b mov [rsi], al mov r8b, [rdx+0Ch] shl r8b, 2 and r8b, 8 and al, 0F5h or al, r8b mov [rsi], al mov r8b, [rdx+0Ch] and...
long long set_closure_from_var(long long a1, long long a2, int *a3, __int16 a4) { char v4; // al char v5; // al char v6; // al long long result; // rax _DWORD *v8; // rcx v4 = (*(_BYTE *)a2 & 0xFC) + 1; *(_BYTE *)a2 = v4; v5 = (4 * *((_BYTE *)a3 + 12)) & 4 | v4 & 0xF9; *(_BYTE *)a2 = v5; v6 = (4 *...
set_closure_from_var: MOV AL,byte ptr [RSI] AND AL,0xfc INC AL MOV byte ptr [RSI],AL MOV R8B,byte ptr [RDX + 0xc] SHL R8B,0x2 AND R8B,0x4 AND AL,0xf9 OR AL,R8B MOV byte ptr [RSI],AL MOV R8B,byte ptr [RDX + 0xc] SHL R8B,0x2 AND R8B,0x8 AND AL,0xf5 OR AL,R8B MOV byte ptr [RSI],AL MOV R8B,byte ptr [RDX + 0xc] AND R8B,0xf0...
void set_closure_from_var(long param_1,byte *param_2,int *param_3,int2 param_4) { int iVar1; int *piVar2; byte bVar3; byte bVar4; byte bVar5; bVar3 = (*param_2 & 0xfc) + 1; *param_2 = bVar3; bVar4 = (*(byte *)(param_3 + 3) & 1) << 2; *param_2 = bVar3 & 0xf9 | bVar4; bVar5 = (*(byte *)(param_3 +...
21,510
ma_update_blob_record
eloqsql/storage/maria/ma_dynrec.c
my_bool _ma_update_blob_record(MARIA_HA *info, MARIA_RECORD_POS pos, const uchar *oldrec __attribute__ ((unused)), const uchar *record) { uchar *rec_buff; int error; ulong reclength,reclength2,extra; my_bool buff_alloced; extra= (ALIGN_SIZE(MARIA_...
O0
c
ma_update_blob_record: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x18(%rbp) movq %rsi, -0x20(%rbp) movq %rdx, -0x28(%rbp) movq %rcx, -0x30(%rbp) movq $0x5c, -0x58(%rbp) movq -0x18(%rbp), %rax movq (%rax), %rax movq 0x3a0(%rax), %rax movq %rax, -0x78(%rbp) movq -0x...
_ma_update_blob_record: push rbp mov rbp, rsp sub rsp, 80h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_18], rdi mov [rbp+var_20], rsi mov [rbp+var_28], rdx mov [rbp+var_30], rcx mov [rbp+var_58], 5Ch ; '\' mov rax, [rbp+var_18] mov rax, [rax] mov rax, [rax+3A0h] ...
bool ma_update_blob_record(long long a1, long long a2, long long a3, _BYTE *a4, double a5) { unsigned int v5; // eax long long v7; // [rsp+0h] [rbp-80h] BYREF long long v8; // [rsp+8h] [rbp-78h] unsigned long long v9; // [rsp+10h] [rbp-70h] unsigned long long v10; // [rsp+18h] [rbp-68h] BYREF char v11; // ...
_ma_update_blob_record: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX MOV qword ptr [RBP + -0x30],RCX MOV qword ptr [RBP + -0x58],0x5c MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qw...
int8 _ma_update_blob_record(long *param_1,int8 param_2,int8 param_3,int8 param_4) { int8 uVar1; long *plVar2; char cVar3; uint uVar4; long lVar5; int4 *puVar6; ulong uVar7; int1 *puVar8; int iVar9; int1 *puVar10; long in_FS_OFFSET; int1 auStack_88 [7]; bool local_81; long local_80; ulong...
21,511
js_find_loaded_module
bluesky950520[P]quickjs/quickjs.c
static JSModuleDef *js_find_loaded_module(JSContext *ctx, JSAtom name) { struct list_head *el; JSModuleDef *m; /* first look at the loaded modules */ list_for_each(el, &ctx->loaded_modules) { m = list_entry(el, JSModuleDef, link); if (m->module_name == name) return m; } ...
O2
c
js_find_loaded_module: leaq 0x1e0(%rdi), %rcx addq $0x1e8, %rdi # imm = 0x1E8 xorl %eax, %eax movq (%rdi), %rdi cmpq %rcx, %rdi je 0x39499 cmpl %esi, -0x4(%rdi) je 0x39492 addq $0x8, %rdi jmp 0x3947f addq $-0x8, %rdi movq %rdi, %rax retq
js_find_loaded_module: lea rcx, [rdi+1E0h] add rdi, 1E8h xor eax, eax loc_3947F: mov rdi, [rdi] cmp rdi, rcx jz short locret_39499 cmp [rdi-4], esi jz short loc_39492 add rdi, 8 jmp short loc_3947F loc_39492: add rdi, 0FFFFFFFFFFFFFFF8h mov rax, rdi locret_39499: retn
long long js_find_loaded_module(long long a1, int a2) { long long v2; // rcx long long *v3; // rdi long long result; // rax long long v5; // rdi v2 = a1 + 480; v3 = (long long *)(a1 + 488); result = 0LL; while ( 1 ) { v5 = *v3; if ( v5 == v2 ) break; if ( *(_DWORD *)(v5 - 4) == a2 ...
js_find_loaded_module: LEA RCX,[RDI + 0x1e0] ADD RDI,0x1e8 XOR EAX,EAX LAB_0013947f: MOV RDI,qword ptr [RDI] CMP RDI,RCX JZ 0x00139499 CMP dword ptr [RDI + -0x4],ESI JZ 0x00139492 ADD RDI,0x8 JMP 0x0013947f LAB_00139492: ADD RDI,-0x8 MOV RAX,RDI LAB_00139499: RET
long js_find_loaded_module(long param_1,int param_2) { long lVar1; long *plVar2; plVar2 = (long *)(param_1 + 0x1e8); while( true ) { lVar1 = *plVar2; if (lVar1 == param_1 + 0x1e0) { return 0; } if (*(int *)(lVar1 + -4) == param_2) break; plVar2 = (long *)(lVar1 + 8); } return ...
21,512
my_hash_sort_simple
eloqsql/strings/ctype-simple.c
void my_hash_sort_simple(CHARSET_INFO *cs, const uchar *key, size_t len, ulong *nr1, ulong *nr2) { register const uchar *sort_order=cs->sort_order; const uchar *end; uint16 space_weight= sort_order[' ']; /* Remove all trailing characters that are equal to s...
O0
c
my_hash_sort_simple: 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 0x58(%rax), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax movzbl 0x20(%rax), %eax movw %ax, -0x3a(%rbp) cmpq $...
my_hash_sort_simple: 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 rax, [rax+58h] mov [rbp+var_30], rax mov rax, [rbp+var_30] movzx eax, byte ptr [ra...
_QWORD * my_hash_sort_simple(long long a1, unsigned __int8 *a2, unsigned long long a3, long long *a4, _QWORD *a5) { unsigned long long v5; // rcx long long v7; // [rsp+8h] [rbp-48h] __int16 v8; // [rsp+16h] [rbp-3Ah] unsigned long long v9; // [rsp+18h] [rbp-38h] long long v10; // [rsp+20h] [rbp-30h] v10 = ...
my_hash_sort_simple: 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 RAX,qword ptr [RAX + 0x58] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword...
void my_hash_sort_simple(long param_1,ulong param_2,ulong param_3,int8 param_4, int8 param_5) { char cVar1; long lVar2; ulong uVar3; ulong local_50; ulong local_40; lVar2 = *(long *)(param_1 + 0x58); cVar1 = *(char *)(lVar2 + 0x20); if (param_3 < 0x11) { local_50 = param...
21,513
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
monkey531[P]llama/common/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O1
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRKS9_KSD_EET_RT0_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 3 jnz ...
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>::get_ref_impl<std::string const&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::js...
get_ref_impl<std::__cxx11::string_const&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>const>: PUSH RBP...
/* std::__cxx11::string const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>:...
21,514
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
monkey531[P]llama/common/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O2
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRS9_SD_EET_RT0_: push rbp; char push r14; int push rbx; int sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 3 jnz short ...
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>::get_ref_impl<std::string&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi...
get_ref_impl<std::__cxx11::string&,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>>: PUSH RBP PUSH R14 P...
/* std::__cxx11::string& 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>::get_r...
21,515
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
monkey531[P]llama/common/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O3
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRS9_SD_EET_RT0_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 3 jnz sh...
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>::get_ref_impl<std::string&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi...
get_ref_impl<std::__cxx11::string&,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>>: PUSH RBP PUSH R14 P...
/* std::__cxx11::string& 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>::get_r...
21,516
JS_ThrowInternalError
bluesky950520[P]quickjs/quickjs.c
JSValue __attribute__((format(printf, 2, 3))) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...) { JSValue val; va_list ap; va_start(ap, fmt); val = JS_ThrowError(ctx, JS_INTERNAL_ERROR, fmt, ap); va_end(ap); return val; }
O0
c
JS_ThrowInternalError: subq $0x108, %rsp # imm = 0x108 testb %al, %al je 0x2d51c movaps %xmm0, 0x30(%rsp) movaps %xmm1, 0x40(%rsp) movaps %xmm2, 0x50(%rsp) movaps %xmm3, 0x60(%rsp) movaps %xmm4, 0x70(%rsp) movaps %xmm5, 0x80(%rsp) movaps %xmm6, 0x90(%rsp) movaps %xmm7, 0xa0(%rsp) movq %r9, 0x28(%rsp) movq %r...
JS_ThrowInternalError: sub rsp, 108h test al, al jz short loc_2D51C movaps [rsp+108h+var_D8], xmm0 movaps [rsp+108h+var_C8], xmm1 movaps [rsp+108h+var_B8], xmm2 movaps [rsp+108h+var_A8], xmm3 movaps [rsp+108h+var_98], xmm4 movaps [rsp+108h+var_88], xmm5 movaps [rsp+108h+var_78], xmm6 movaps [rsp+108...
long long JS_ThrowInternalError( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a1...
JS_ThrowInternalError: SUB RSP,0x108 TEST AL,AL JZ 0x0012d51c MOVAPS xmmword ptr [RSP + 0x30],XMM0 MOVAPS xmmword ptr [RSP + 0x40],XMM1 MOVAPS xmmword ptr [RSP + 0x50],XMM2 MOVAPS xmmword ptr [RSP + 0x60],XMM3 MOVAPS xmmword ptr [RSP + 0x70],XMM4 MOVAPS xmmword ptr [RSP + 0x80],XMM5 MOVAPS xmmword ptr [RSP + 0x90],XMM6...
int1 [16] JS_ThrowInternalError (int4 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int8 param_7,int8 param_8, int8 param_9,int8 param_10,int8 param_11,int8 param_12, int8 param_13,int8 param_14) { int1 auVar1 [16]; char in_AL; int1 auStack_10...
21,517
JS_ThrowInternalError
bluesky950520[P]quickjs/quickjs.c
JSValue __attribute__((format(printf, 2, 3))) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...) { JSValue val; va_list ap; va_start(ap, fmt); val = JS_ThrowError(ctx, JS_INTERNAL_ERROR, fmt, ap); va_end(ap); return val; }
O2
c
JS_ThrowInternalError: subq $0xd8, %rsp movq %rsi, %r10 leaq 0x20(%rsp), %rsi movq %rdx, 0x10(%rsi) movq %rcx, 0x18(%rsi) movq %r8, 0x20(%rsi) movq %r9, 0x28(%rsi) testb %al, %al je 0x1c7cb movaps %xmm0, 0x50(%rsp) movaps %xmm1, 0x60(%rsp) movaps %xmm2, 0x70(%rsp) movaps %xmm3, 0x80(%rsp) movaps %xmm4, 0x90(%rsp) movap...
JS_ThrowInternalError: sub rsp, 0D8h mov r10, rsi lea rsi, [rsp+0D8h+var_B8] mov [rsi+10h], rdx mov [rsi+18h], rcx mov [rsi+20h], r8 mov [rsi+28h], r9 test al, al jz short loc_1C7CB movaps [rsp+0D8h+var_88], xmm0 movaps [rsp+0D8h+var_78], xmm1 movaps [rsp+0D8h+var_68], xmm2 movaps...
long long JS_ThrowInternalError( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a1...
JS_ThrowInternalError: SUB RSP,0xd8 MOV R10,RSI LEA RSI,[RSP + 0x20] MOV qword ptr [RSI + 0x10],RDX MOV qword ptr [RSI + 0x18],RCX MOV qword ptr [RSI + 0x20],R8 MOV qword ptr [RSI + 0x28],R9 TEST AL,AL JZ 0x0011c7cb MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM1 MOVAPS xmmword ptr [RSP + 0x70...
int1 [16] JS_ThrowInternalError(int8 param_1,int8 param_2) { JS_ThrowError(param_1,6,param_2); return ZEXT816(6) << 0x40; }
21,518
JS_ThrowInternalError
bluesky950520[P]quickjs/quickjs.c
JSValue __attribute__((format(printf, 2, 3))) JS_ThrowInternalError(JSContext *ctx, const char *fmt, ...) { JSValue val; va_list ap; va_start(ap, fmt); val = JS_ThrowError(ctx, JS_INTERNAL_ERROR, fmt, ap); va_end(ap); return val; }
O3
c
JS_ThrowInternalError: subq $0xd8, %rsp movq %rsi, %r10 leaq 0x20(%rsp), %rsi movq %rdx, 0x10(%rsi) movq %rcx, 0x18(%rsi) movq %r8, 0x20(%rsi) movq %r9, 0x28(%rsi) testb %al, %al je 0x22f11 movaps %xmm0, 0x50(%rsp) movaps %xmm1, 0x60(%rsp) movaps %xmm2, 0x70(%rsp) movaps %xmm3, 0x80(%rsp) movaps %xmm4, 0x90(%rsp) movap...
JS_ThrowInternalError: sub rsp, 0D8h mov r10, rsi lea rsi, [rsp+0D8h+var_B8] mov [rsi+10h], rdx mov [rsi+18h], rcx mov [rsi+20h], r8 mov [rsi+28h], r9 test al, al jz short loc_22F11 movaps [rsp+0D8h+var_88], xmm0 movaps [rsp+0D8h+var_78], xmm1 movaps [rsp+0D8h+var_68], xmm2 movaps...
long long JS_ThrowInternalError( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a1...
JS_ThrowInternalError: SUB RSP,0xd8 MOV R10,RSI LEA RSI,[RSP + 0x20] MOV qword ptr [RSI + 0x10],RDX MOV qword ptr [RSI + 0x18],RCX MOV qword ptr [RSI + 0x20],R8 MOV qword ptr [RSI + 0x28],R9 TEST AL,AL JZ 0x00122f11 MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM1 MOVAPS xmmword ptr [RSP + 0x70...
int1 [16] JS_ThrowInternalError(int8 param_1,int8 param_2) { JS_ThrowError(param_1,6,param_2); return ZEXT816(6) << 0x40; }
21,519
nibble_cmp
corpus-core[P]colibri-stateless/src/chains/eth/verifier/patricia_trie.c
static int nibble_cmp(nibbles_t nibbles, bytes_t path, int* path_n_len) { int odd = (path.data[0] & 0x10) >> 4; int nibbles_len = path.len * 2 - (odd ? 1 : 2); *path_n_len = nibbles_len; for (int i = 0; i < nibbles_len; i++) { uint8_t pn = path.data[(i + 2 - odd) >> 1] >> ((i + odd) % 2 ? 0 : 4)...
O0
c
nibble_cmp: pushq %rbp movq %rsp, %rbp movl %edi, -0x18(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x28(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x30(%rbp) movq -0x20(%rbp), %rax movzbl (%rax), %eax andl $0x10, %eax sarl $0x4, %eax movl %eax, -0x34(%rbp) movl -0x28(%rbp), %eax shll %eax movl -0x34(%rbp), %esi movl $0x2, %...
nibble_cmp: push rbp mov rbp, rsp mov [rbp+var_18], edi mov [rbp+var_10], rsi mov [rbp+var_28], edx mov [rbp+var_20], rcx mov [rbp+var_30], r8 mov rax, [rbp+var_20] movzx eax, byte ptr [rax] and eax, 10h sar eax, 4 mov [rbp+var_34], eax mov eax, [rbp+var_28] shl eax,...
long long nibble_cmp(int a1, long long a2, int a3, _BYTE *a4, _DWORD *a5) { int v5; // eax int v6; // ecx char v7; // cl int i; // [rsp+8h] [rbp-3Ch] int v10; // [rsp+Ch] [rbp-38h] int v11; // [rsp+10h] [rbp-34h] v11 = (*a4 & 0x10) >> 4; v5 = 2 * a3; v6 = 2; if ( v11 ) v6 = 1; v10 = v5 - v6;...
nibble_cmp: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x18],EDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x28],EDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x30],R8 MOV RAX,qword ptr [RBP + -0x20] MOVZX EAX,byte ptr [RAX] AND EAX,0x10 SAR EAX,0x4 MOV dword ptr [RBP + -0x34],EAX MOV EAX,dword ...
int nibble_cmp(int param_1,long param_2,int param_3,byte *param_4,int *param_5) { int iVar1; int iVar2; sbyte sVar3; int local_44; iVar1 = (int)(*param_4 & 0x10) >> 4; iVar2 = 2; if (iVar1 != 0) { iVar2 = 1; } iVar2 = param_3 * 2 - iVar2; *param_5 = iVar2; local_44 = 0; while( true ) { ...
21,520
nibble_cmp
corpus-core[P]colibri-stateless/src/chains/eth/verifier/patricia_trie.c
static int nibble_cmp(nibbles_t nibbles, bytes_t path, int* path_n_len) { int odd = (path.data[0] & 0x10) >> 4; int nibbles_len = path.len * 2 - (odd ? 1 : 2); *path_n_len = nibbles_len; for (int i = 0; i < nibbles_len; i++) { uint8_t pn = path.data[(i + 2 - odd) >> 1] >> ((i + odd) % 2 ? 0 : 4)...
O2
c
nibble_cmp: pushq %rbx movq %rcx, %r9 movzbl (%rcx), %r10d movl %r10d, %ecx shrl $0x4, %ecx andl $0x1, %ecx cmpl $0x1, %ecx movl $0xffffffff, %eax # imm = 0xFFFFFFFF sbbl $0x0, %eax leal (%rax,%rdx,2), %eax movl %eax, (%r8) movslq %eax, %rdx movl %edi, %edi movabsq $0x2, %r8 subq %rcx, %r8 shrl $0x2, %r10d andl $...
nibble_cmp: push rbx mov r9, rcx movzx r10d, byte ptr [rcx] mov ecx, r10d shr ecx, 4 and ecx, 1 cmp ecx, 1 mov eax, 0FFFFFFFFh sbb eax, 0 lea eax, [rax+rdx*2] mov [r8], eax movsxd rdx, eax mov edi, edi mov r8, 2 sub r8, rcx shr r10d, 2 and r10d, 4 xor r1...
long long nibble_cmp(int a1, long long a2, int a3, unsigned __int8 *a4, _DWORD *a5) { unsigned int v6; // r10d unsigned int v7; // ecx long long result; // rax int v9; // r10d long long i; // r11 v6 = *a4; v7 = (v6 >> 4) & 1; result = (unsigned int)((((v7 | 0xFFFFFFFF00000000LL) - 1) >> 32) + 2 * a3);...
nibble_cmp: PUSH RBX MOV R9,RCX MOVZX R10D,byte ptr [RCX] MOV ECX,R10D SHR ECX,0x4 AND ECX,0x1 CMP ECX,0x1 MOV EAX,0xffffffff SBB EAX,0x0 LEA EAX,[RAX + RDX*0x2] MOV dword ptr [R8],EAX MOVSXD RDX,EAX MOV EDI,EDI MOV R8,0x2 SUB R8,RCX SHR R10D,0x2 AND R10D,0x4 XOR R11D,R11D LAB_0012d779: CMP R11,RDX JGE 0x0012d7ad CMP R...
ulong nibble_cmp(uint param_1,long param_2,int param_3,byte *param_4,uint *param_5) { uint uVar1; byte bVar2; ulong uVar3; byte bVar4; ulong uVar5; bVar4 = *param_4; bVar2 = bVar4 >> 4; uVar1 = (-1 - (uint)((bVar2 & 1) == 0)) + param_3 * 2; *param_5 = uVar1; bVar4 = bVar4 >> 2 & 4; for (uVar5...
21,521
js_fmin
bluesky950520[P]quickjs/quickjs.c
static double js_fmin(double a, double b) { if (a == 0 && b == 0) { JSFloat64Union a1, b1; a1.d = a; b1.d = b; a1.u64 |= b1.u64; return a1.d; } else { return fmin(a, b); } }
O0
c
js_fmin: movsd %xmm0, -0x10(%rsp) movsd %xmm1, -0x18(%rsp) movsd -0x10(%rsp), %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne 0xd9113 jp 0xd9113 movsd -0x18(%rsp), %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne 0xd9113 jp 0xd9113 movsd -0x10(%rsp), %xmm0 movsd %xmm0, -0x20(%rsp) movsd -0x18(%rsp), %xmm0 movsd %xmm...
js_fmin: movsd [rsp+var_10], xmm0 movsd [rsp+var_18], xmm1 movsd xmm0, [rsp+var_10] xorps xmm1, xmm1 ucomisd xmm0, xmm1 jnz short loc_D9113 jp short loc_D9113 movsd xmm0, [rsp+var_18] xorps xmm1, xmm1 ucomisd xmm0, xmm1 jnz short loc_D9113 jp short loc_D9113 movsd xmm0, [rsp+var_10] movs...
double js_fmin(double a1, double a2) { __m128i v2; // xmm2 __m128i v3; // xmm0 double v6; // [rsp+20h] [rbp-8h] if ( a1 == 0.0 && a2 == 0.0 ) { *(_QWORD *)&v6 = *(_QWORD *)&a1 | *(_QWORD *)&a2; } else { v2 = (__m128i)*(unsigned long long *)&a2; v3 = (__m128i)_mm_cmpunord_sd((__m128d)*(unsi...
js_fmin: MOVSD qword ptr [RSP + -0x10],XMM0 MOVSD qword ptr [RSP + -0x18],XMM1 MOVSD XMM0,qword ptr [RSP + -0x10] XORPS XMM1,XMM1 UCOMISD XMM0,XMM1 JNZ 0x001d9113 JP 0x001d9113 MOVSD XMM0,qword ptr [RSP + -0x18] XORPS XMM1,XMM1 UCOMISD XMM0,XMM1 JNZ 0x001d9113 JP 0x001d9113 MOVSD XMM0,qword ptr [RSP + -0x10] MOVSD qwor...
ulong js_fmin(double param_1,double param_2) { int4 uVar1; int4 uVar2; int8 local_8; if ((((param_1 != 0.0) || (NAN(param_1))) || (param_2 != 0.0)) || (NAN(param_2))) { uVar1 = SUB84(param_2,0); uVar2 = (int)((ulong)param_2 >> 0x20); if (param_1 <= param_2) { uVar1 = SUB84(param_1,0); ...
21,522
minja::Value::dump(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, int, int, bool) const
monkey531[P]llama/common/minja.hpp
void dump(std::ostringstream & out, int indent = -1, int level = 0, bool to_json = false) const { auto print_indent = [&](int level) { if (indent > 0) { out << "\n"; for (int i = 0, n = level * indent; i < n; ++i) out << ' '; } }; auto print_sub_sep = [&]() { out << ','...
O2
cpp
minja::Value::dump(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, int, int, bool) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movl %r8d, %r12d movq %rsi, %r14 movq %rdi, %rbx leaq 0xc(%rsp), %rax movl %edx, (%rax) leaq 0x8(%rsp), %rd...
_ZNK5minja5Value4dumpERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEiib: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov r12d, r8d mov r14, rsi mov rbx, rdi lea rax, [rsp+98h+var_8C] mov [rax], edx lea rdx, [rsp+98h+var_90] mov [rdx]...
void minja::Value::dump(long long a1, long long a2, unsigned int a3, unsigned int a4, int a5) { unsigned __int8 v5; // r12 long long v6; // r14 long long v7; // rbx bool v8; // bp char *v9; // rsi long long v10; // r13 unsigned long long i; // r15 long long *v12; // rax long long v13; // rdi bool v...
dump: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV R12D,R8D MOV R14,RSI MOV RBX,RDI LEA RAX,[RSP + 0xc] MOV dword ptr [RAX],EDX LEA RDX,[RSP + 0x8] MOV dword ptr [RDX],ECX LEA RCX,[RSP + 0x18] MOV qword ptr [RCX],RAX MOV qword ptr [RCX + 0x8],RSI MOV qword ptr [RSP + 0x48],RSI MOV qword ptr [R...
/* minja::Value::dump(std::__cxx11::ostringstream&, int, int, bool) const */ void __thiscall minja::Value::dump(Value *this,ostringstream *param_1,int param_2,int param_3,bool param_4) { char cVar1; int8 *puVar2; ostream *poVar3; runtime_error *this_00; int iVar4; char *pcVar5; long lVar6; int7 in_re...
21,523
lf_alloc_destroy
eloqsql/mysys/lf_alloc-pin.c
void lf_alloc_destroy(LF_ALLOCATOR *allocator) { uchar *node= allocator->top; while (node) { uchar *tmp= anext_node(node); if (allocator->destructor) allocator->destructor(node); my_free(node); node= tmp; } lf_pinbox_destroy(&allocator->pinbox); allocator->top= 0; }
O3
c
lf_alloc_destroy: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq 0x48(%rdi), %r14 testq %r14, %r14 je 0xa5414 movl 0x38(%rbx), %eax movq (%r14,%rax), %r15 movq 0x60(%rbx), %rax testq %rax, %rax je 0xa5404 movq %r14, %rdi callq *%rax movq %r14, %rdi callq 0x9fb2e movq %r15, %...
lf_alloc_destroy: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi mov r14, [rdi+48h] test r14, r14 jz short loc_A5414 loc_A53EF: mov eax, [rbx+38h] mov r15, [r14+rax] mov rax, [rbx+60h] test rax, rax jz short loc_A5404 mov rdi, r14 call ...
long long lf_alloc_destroy(long long a1) { long long v1; // r14 long long v2; // r15 void ( *v3)(long long); // rax long long result; // rax v1 = *(_QWORD *)(a1 + 72); if ( v1 ) { do { v2 = *(_QWORD *)(v1 + *(unsigned int *)(a1 + 56)); v3 = *(void ( **)(long long))(a1 + 96); if...
lf_alloc_destroy: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV R14,qword ptr [RDI + 0x48] TEST R14,R14 JZ 0x001a5414 LAB_001a53ef: MOV EAX,dword ptr [RBX + 0x38] MOV R15,qword ptr [R14 + RAX*0x1] MOV RAX,qword ptr [RBX + 0x60] TEST RAX,RAX JZ 0x001a5404 MOV RDI,R14 CALL RAX LAB_001a5404: MOV...
void lf_alloc_destroy(long param_1) { long lVar1; long lVar2; lVar2 = *(long *)(param_1 + 0x48); while (lVar2 != 0) { lVar1 = *(long *)(lVar2 + (ulong)*(uint *)(param_1 + 0x38)); if (*(code **)(param_1 + 0x60) != (code *)0x0) { (**(code **)(param_1 + 0x60))(lVar2); } my_free(lVar2); ...
21,524
mthd_my_read_one_row
eloqsql/libmariadb/libmariadb/mariadb_lib.c
int mthd_my_read_one_row(MYSQL *mysql,uint fields,MYSQL_ROW row, ulong *lengths) { uint field; ulong pkt_len,len; uchar *pos,*prev_pos, *end_pos; if ((pkt_len=(uint) ma_net_safe_read(mysql)) == packet_error) return -1; if (pkt_len <= 8 && mysql->net.read_pos[0] == 254) { mysql->warning_count= uint...
O0
c
mthd_my_read_one_row: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x10(%rbp), %rdi callq 0x35fc0 movl %eax, %eax movq %rax, -0x38(%rbp) movl $0xffffffff, %ecx # imm = 0xFFFFFFFF cmpq %rcx, %rax jne 0x3aa3c movl $0xff...
mthd_my_read_one_row: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rdi, [rbp+var_10] call ma_net_safe_read mov eax, eax mov [rbp+var_38], rax mov ecx, 0FFFFFFFFh cmp rax, rcx jnz short...
long long mthd_my_read_one_row(long long a1, long long a2, long long a3, long long a4, int a5, int a6) { unsigned long long *v6; // rax unsigned long long *v7; // rax unsigned __int8 *v9; // [rsp+8h] [rbp-58h] unsigned __int8 *v10; // [rsp+10h] [rbp-50h] unsigned __int8 *v11; // [rsp+18h] [rbp-48h] BYREF u...
mthd_my_read_one_row: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RDI,qword ptr [RBP + -0x10] CALL 0x00135fc0 MOV EAX,EAX MOV qword ptr [RBP + -0x38],RAX MOV ECX,0xffffffff CMP RAX,RCX JNZ 0x0013aa3...
int4 mthd_my_read_one_row(long param_1,uint param_2,long param_3,ulong *param_4) { uint uVar1; int1 *puVar2; int1 *local_58; int1 *local_50; ulong local_48; ulong local_40; uint local_34; ulong *local_30; long local_28; uint local_1c; long local_18; int4 local_c; local_30 = param_4; loc...
21,525
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
reference operator[](size_type idx) { // implicitly convert null value to an empty array if (is_null()) { m_data.m_type = value_t::array; m_data.m_value.array = create<array_t>(); assert_invariant(); } // operator[] only works for arrays ...
O1
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov rbx, rsi mov r14, rdi cmp byte ptr [rdi], 0 jnz short loc_7...
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>::operator[]( long long a1, unsigned long long a2) { long long v3; ...
operator[]: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI CMP byte ptr [RDI],0x0 JNZ 0x00170670 MOV byte ptr [R14],0x2 MOV EDI,0x18 CALL 0x00118690 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RAX],XMM0 MOV qword ptr [RAX + 0x10],0x0 MOV qword ptr [R14 + 0x8],RAX MOV RDI,R14 MOV ESI,0x1 CALL 0x0013f802 LAB_001...
/* 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>::operator[](unsigned long) */ ...
21,526
my_numcells_eucjpms
eloqsql/strings/ctype-eucjpms.c
static size_t my_numcells_eucjpms(CHARSET_INFO *cs __attribute__((unused)), const char *str, const char *str_end) { size_t clen; const uchar *b= (const uchar *) str; const uchar *e= (const uchar *) str_end; for (clen= 0; b < e; ) { if (*b == 0x8E) { clen++; b+...
O3
c
my_numcells_eucjpms: cmpq %rdx, %rsi jae 0x52241 pushq %rbp movq %rsp, %rbp xorl %eax, %eax movzbl (%rsi), %edi cmpl $0x8e, %edi je 0x5221a cmpl $0x8f, %edi jne 0x52226 movl $0x3, %edi movl $0x2, %ecx jmp 0x52234 movl $0x2, %edi movl $0x1, %ecx jmp 0x52234 xorl %ecx, %ecx testb %dil, %dil sets %cl incq %rcx movq %rcx, ...
my_numcells_eucjpms: cmp rsi, rdx jnb short loc_52241 push rbp mov rbp, rsp xor eax, eax loc_521FB: movzx edi, byte ptr [rsi] cmp edi, 8Eh jz short loc_5221A cmp edi, 8Fh jnz short loc_52226 mov edi, 3 mov ecx, 2 jmp short loc_52234 loc_5221A: mov edi, 2 mov ecx...
long long my_numcells_eucjpms(long long a1, unsigned __int8 *a2, unsigned long long a3) { long long result; // rax int v4; // edi long long v5; // rdi long long v6; // rcx if ( (unsigned long long)a2 >= a3 ) return 0LL; result = 0LL; do { v4 = *a2; if ( v4 == 142 ) { v5 = 2LL; ...
my_numcells_eucjpms: CMP RSI,RDX JNC 0x00152241 PUSH RBP MOV RBP,RSP XOR EAX,EAX LAB_001521fb: MOVZX EDI,byte ptr [RSI] CMP EDI,0x8e JZ 0x0015221a CMP EDI,0x8f JNZ 0x00152226 MOV EDI,0x3 MOV ECX,0x2 JMP 0x00152234 LAB_0015221a: MOV EDI,0x2 MOV ECX,0x1 JMP 0x00152234 LAB_00152226: XOR ECX,ECX TEST DIL,DIL SETS CL INC RC...
long my_numcells_eucjpms(int8 param_1,char *param_2,char *param_3) { char cVar1; long lVar2; long lVar3; long lVar4; if (param_2 < param_3) { lVar2 = 0; do { cVar1 = *param_2; if (cVar1 == -0x72) { lVar4 = 2; lVar3 = 1; } else if (cVar1 == -0x71) { ...
21,527
remove_end_comment
eloqsql/mysys/my_default.c
static char *remove_end_comment(char *ptr) { char quote= 0; /* we are inside quote marks */ char escape= 0; /* symbol is protected by escape chagacter */ for (; *ptr; ptr++) { if ((*ptr == '\'' || *ptr == '\"') && !escape) { if (!quote) quote= *ptr; else if (quote == *ptr) quote= 0; }...
O0
c
remove_end_comment: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movb $0x0, -0x11(%rbp) movb $0x0, -0x12(%rbp) movq -0x10(%rbp), %rax cmpb $0x0, (%rax) je 0x4077d movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x27, %eax je 0x406e5 movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x22, %eax jne 0x40713 cmpb $0x0...
remove_end_comment: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_11], 0 mov [rbp+var_12], 0 loc_406C0: mov rax, [rbp+var_10] cmp byte ptr [rax], 0 jz loc_4077D mov rax, [rbp+var_10] movsx eax, byte ptr [rax] cmp eax, 27h ; ''' jz short loc_406E5 mov rax, [r...
char * remove_end_comment(char *a1) { char v2; // [rsp+1h] [rbp-13h] char v3; // [rsp+2h] [rbp-12h] char v4; // [rsp+3h] [rbp-11h] v4 = 0; v3 = 0; while ( *a1 ) { if ( (*a1 == 39 || *a1 == 34) && !v3 ) { if ( v4 ) { if ( v4 == *a1 ) v4 = 0; } else {...
remove_end_comment: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV byte ptr [RBP + -0x11],0x0 MOV byte ptr [RBP + -0x12],0x0 LAB_001406c0: MOV RAX,qword ptr [RBP + -0x10] CMP byte ptr [RAX],0x0 JZ 0x0014077d MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] CMP EAX,0x27 JZ 0x001406e5 MOV RAX,qword ptr ...
char * remove_end_comment(char *param_1) { bool bVar1; bool bVar2; char local_19; char *local_18; local_19 = '\0'; bVar1 = false; local_18 = param_1; while( true ) { if (*local_18 == '\0') { return local_18; } if (((*local_18 == '\'') || (*local_18 == '\"')) && (!bVar1)) { i...
21,528
my_atoull
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
static unsigned long long my_atoull(const char *str, const char *end_str, int *error) { const char *p = str; const char *end; unsigned long long ret; while (p < end_str && isspace(*p)) p++; ret = my_strtoull(p, end_str - p, &end, error); while(end < end_str && isspace(*end)) end++; if(end != en...
O0
c
my_atoull: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rcx xorl %eax, %eax cmpq -0x10(%rbp), %rcx movb %al, -0x31(%rbp) jae 0x2d95f callq 0x12450 movq (%rax), %rax movq -0x20(%rbp), %rcx m...
my_atoull: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov [rbp+var_20], rax loc_2D92C: mov rcx, [rbp+var_20] xor eax, eax cmp rcx, [rbp+var_10] mov [rbp+var_31], al jnb short loc_2D95F call ...
unsigned long long my_atoull(char *a1, char *a2, _DWORD *a3) { bool v4; // [rsp+Eh] [rbp-32h] bool v5; // [rsp+Fh] [rbp-31h] unsigned long long v6; // [rsp+10h] [rbp-30h] char *v7; // [rsp+18h] [rbp-28h] BYREF char *i; // [rsp+20h] [rbp-20h] _DWORD *v9; // [rsp+28h] [rbp-18h] char *v10; // [rsp+30h] [rbp...
my_atoull: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RAX LAB_0012d92c: MOV RCX,qword ptr [RBP + -0x20] XOR EAX,EAX CMP RCX,qword ptr [RBP + -0x10] MOV byte ptr [RBP + -0x31],...
int8 my_atoull(char *param_1,char *param_2,int4 *param_3) { ushort **ppuVar1; int8 uVar2; bool bVar3; char *local_30; char *local_28; int4 *local_20; char *local_18; char *local_10; local_28 = param_1; local_20 = param_3; local_18 = param_2; local_10 = param_1; while( true ) { bVar3 =...
21,529
mysql_stmt_store_result_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_stmt_store_result_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_stmt_store_result, (parms->stmt), parms->stmt->mysql, int, r_int) }
O0
c
mysql_stmt_store_result_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 0x38(%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %r...
mysql_stmt_store_result_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+38h] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp...
_DWORD * mysql_stmt_store_result_start_internal(long long *a1) { _DWORD *result; // rax _DWORD *v2; // [rsp+0h] [rbp-20h] v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(*a1 + 56) + 1152LL) + 40LL); v2[2] = mysql_stmt_store_result(*a1); result = v2; *v2 = 0; return result; }
mysql_stmt_store_result_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 + 0x38] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MO...
void mysql_stmt_store_result_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28); uVar2 = mysql_stmt_store_result(*param_1); puVar1[2] = uVar2; *puVar1 = 0; return; }
21,530
mysql_stmt_store_result_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_stmt_store_result_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_stmt_store_result, (parms->stmt), parms->stmt->mysql, int, r_int) }
O3
c
mysql_stmt_store_result_start_internal: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq (%rdi), %rdi movq 0x38(%rdi), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rbx callq 0x2117e movl %eax, 0x8(%rbx) movl $0x0, (%rbx) addq $0x8, %rsp popq %rbx popq %rbp retq
mysql_stmt_store_result_start_internal: push rbp mov rbp, rsp push rbx push rax mov rdi, [rdi] mov rax, [rdi+38h] mov rax, [rax+480h] mov rbx, [rax+28h] call mysql_stmt_store_result mov [rbx+8], eax mov dword ptr [rbx], 0 add rsp, 8 pop rbx pop rbp retn
long long mysql_stmt_store_result_start_internal(long long *a1) { long long v1; // rdi _DWORD *v2; // rbx long long result; // rax v1 = *a1; v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(v1 + 56) + 1152LL) + 40LL); result = mysql_stmt_store_result(v1); v2[2] = result; *v2 = 0; return result; }
mysql_stmt_store_result_start_internal: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RDI,qword ptr [RDI] MOV RAX,qword ptr [RDI + 0x38] MOV RAX,qword ptr [RAX + 0x480] MOV RBX,qword ptr [RAX + 0x28] CALL 0x0012117e MOV dword ptr [RBX + 0x8],EAX MOV dword ptr [RBX],0x0 ADD RSP,0x8 POP RBX POP RBP RET
void mysql_stmt_store_result_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28); uVar2 = mysql_stmt_store_result(); puVar1[2] = uVar2; *puVar1 = 0; return; }
21,531
fmt::v10::basic_memory_buffer<wchar_t, 500ul, std::allocator<wchar_t>>::grow(unsigned long)
AlayaLite/build_O3/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h
FMT_CONSTEXPR20 void grow(size_t size) override { detail::abort_fuzzing_if(size > 5000); const size_t max_size = std::allocator_traits<Allocator>::max_size(alloc_); size_t old_capacity = this->capacity(); size_t new_capacity = old_capacity + old_capacity / 2; if (size > new_capacity) new_capac...
O3
c
fmt::v10::basic_memory_buffer<wchar_t, 500ul, std::allocator<wchar_t>>::grow(unsigned long): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rdi, %r14 movq 0x18(%rdi), %rbx movq %rbx, %r15 shrq %r15 addq %rbx, %r15 cmpq %rsi, %r15 jae 0x47c77 movq %rsi, %r15 jmp 0x47c91 movq %r15, %rax shrq $0x3e, %rax je ...
_ZN3fmt3v1019basic_memory_bufferIjLm32ESaIjEE4growEm: push r15 push r14 push r13 push r12 push rbx mov r14, rdi mov rbx, [rdi+18h] mov r15, rbx shr r15, 1 add r15, rbx cmp r15, rsi jnb short loc_47C77 mov r15, rsi jmp short loc_47C91 loc_47C77: mov rax, r15 shr ...
void fmt::v10::basic_memory_buffer<unsigned int,32ul,std::allocator<unsigned int>>::grow( _QWORD *a1, unsigned long long a2) { unsigned long long v2; // rbx unsigned long long v3; // r15 _QWORD *v4; // r12 long long v5; // rax long long v6; // r13 v2 = a1[3]; v3 = v2 + (v2 >> 1); if ( ...
grow: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R14,RDI MOV RBX,qword ptr [RDI + 0x18] MOV R15,RBX SHR R15,0x1 ADD R15,RBX CMP R15,RSI JNC 0x00147c77 MOV R15,RSI JMP 0x00147c91 LAB_00147c77: MOV RAX,R15 SHR RAX,0x3e JZ 0x00147c91 MOV R15,0x3fffffffffffffff CMP RSI,R15 CMOVA R15,RSI LAB_00147c91: MOV R12,qword pt...
/* fmt::v10::basic_memory_buffer<unsigned int, 32ul, std::allocator<unsigned int> >::grow(unsigned long) */ void __thiscall fmt::v10::basic_memory_buffer<unsigned_int,32ul,std::allocator<unsigned_int>>::grow (basic_memory_buffer<unsigned_int,32ul,std::allocator<unsigned_int>> *this,ulong param_1) { ul...
21,532
google::protobuf::compiler::cpp::RepeatedStringFieldGenerator::GenerateDestructorCode(google::protobuf::io::Printer*) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/string_field.cc
void RepeatedStringFieldGenerator::GenerateDestructorCode( io::Printer* printer) const { Formatter format(printer, variables_); format("$field$.~RepeatedPtrField();\n"); }
O3
cpp
google::protobuf::compiler::cpp::RepeatedStringFieldGenerator::GenerateDestructorCode(google::protobuf::io::Printer*) const: pushq %r14 pushq %rbx subq $0x38, %rsp leaq 0x18(%rdi), %rax leaq 0x8(%rsp), %rbx movq %rsi, -0x8(%rbx) movq %rbx, %rdi movq %rax, %rsi callq 0x7e61e leaq 0xfdc7f(%rip), %rsi # 0x1cb345 movq ...
_ZNK6google8protobuf8compiler3cpp28RepeatedStringFieldGenerator22GenerateDestructorCodeEPNS0_2io7PrinterE: push r14 push rbx sub rsp, 38h lea rax, [rdi+18h] lea rbx, [rsp+48h+var_40] mov [rbx-8], rsi mov rdi, rbx mov rsi, rax call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_trait...
long long google::protobuf::compiler::cpp::RepeatedStringFieldGenerator::GenerateDestructorCode( google::protobuf::compiler::cpp::RepeatedStringFieldGenerator *this, google::protobuf::io::Printer *a2) { long long result; // rax google::protobuf::io::Printer *v3; // [rsp+0h] [rbp-48h] BYREF _BYTE ...
GenerateDestructorCode: PUSH R14 PUSH RBX SUB RSP,0x38 LEA RAX,[RDI + 0x18] LEA RBX,[RSP + 0x8] MOV qword ptr [RBX + -0x8],RSI MOV RDI,RBX MOV RSI,RAX CALL 0x0017e61e LAB_001cd6bf: LEA RSI,[0x2cb345] MOV RDI,RSP CALL 0x00139938 LAB_001cd6ce: MOV RDI,RBX CALL 0x0012e5e0 ADD RSP,0x38 POP RBX POP R14 RET
/* google::protobuf::compiler::cpp::RepeatedStringFieldGenerator::GenerateDestructorCode(google::protobuf::io::Printer*) const */ void __thiscall google::protobuf::compiler::cpp::RepeatedStringFieldGenerator::GenerateDestructorCode (RepeatedStringFieldGenerator *this,Printer *param_1) { Printer *local...
21,533
UnloadDroppedFiles
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c
void UnloadDroppedFiles(FilePathList files) { // WARNING: files pointers are the same as internal ones if (files.count > 0) { for (unsigned int i = 0; i < files.count; i++) RL_FREE(files.paths[i]); RL_FREE(files.paths); CORE.Window.dropFileCount = 0; CORE.Window.dropFilepa...
O0
c
UnloadDroppedFiles: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x8(%rbp) cmpl $0x0, -0xc(%rbp) jbe 0xd219e movl $0x0, -0x14(%rbp) movl -0x14(%rbp), %eax cmpl -0xc(%rbp), %eax jae 0xd2180 movq -0x8(%rbp), %rax movl -0x14(%rbp), %ecx movq (%rax,%rcx,8), %rdi callq 0xa640 movl -0x14(%rb...
UnloadDroppedFiles: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_8], rsi cmp dword ptr [rbp+var_10+4], 0 jbe short loc_D219E mov [rbp+var_14], 0 loc_D215D: mov eax, [rbp+var_14] cmp eax, dword ptr [rbp+var_10+4] jnb short loc_D2180 mov rax, [rbp+va...
long long UnloadDroppedFiles(long long a1, long long a2) { long long result; // rax unsigned int i; // [rsp+Ch] [rbp-14h] if ( HIDWORD(a1) ) { for ( i = 0; i < HIDWORD(a1); ++i ) free(*(_QWORD *)(a2 + 8LL * i)); result = free(a2); dword_21AD30 = 0; qword_21AD28 = 0LL; } return result...
UnloadDroppedFiles: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x8],RSI CMP dword ptr [RBP + -0xc],0x0 JBE 0x001d219e MOV dword ptr [RBP + -0x14],0x0 LAB_001d215d: MOV EAX,dword ptr [RBP + -0x14] CMP EAX,dword ptr [RBP + -0xc] JNC 0x001d2180 MOV RAX,qword ptr [RBP + -0x8] MO...
void UnloadDroppedFiles(int8 param_1,void *param_2) { int4 local_1c; int4 uStack_14; uStack_14 = (uint)((ulong)param_1 >> 0x20); if (uStack_14 != 0) { for (local_1c = 0; local_1c < uStack_14; local_1c = local_1c + 1) { free(*(void **)((long)param_2 + (ulong)local_1c * 8)); } free(param_2)...
21,534
UnloadDroppedFiles
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c
void UnloadDroppedFiles(FilePathList files) { // WARNING: files pointers are the same as internal ones if (files.count > 0) { for (unsigned int i = 0; i < files.count; i++) RL_FREE(files.paths[i]); RL_FREE(files.paths); CORE.Window.dropFileCount = 0; CORE.Window.dropFilepa...
O3
c
UnloadDroppedFiles: pushq %r15 pushq %r14 pushq %rbx movq %rdi, %r14 shrq $0x20, %r14 je 0x76694 movq %rsi, %rbx xorl %r15d, %r15d movq (%rbx,%r15,8), %rdi callq 0xa650 incq %r15 cmpq %r15, %r14 jne 0x76666 movq %rbx, %rdi callq 0xa650 movl $0x0, 0xc55e7(%rip) # 0x13bc70 movq $0x0, 0xc55d4(%rip) # 0x13bc68 popq %rb...
UnloadDroppedFiles: push r15 push r14 push rbx mov r14, rdi shr r14, 20h jz short loc_76694 mov rbx, rsi xor r15d, r15d loc_76666: mov rdi, [rbx+r15*8] call _free inc r15 cmp r14, r15 jnz short loc_76666 mov rdi, rbx call _free mov cs:dword_13BC70, 0 mov c...
long long UnloadDroppedFiles(unsigned long long a1, long long a2) { long long v2; // r15 long long result; // rax if ( HIDWORD(a1) ) { v2 = 0LL; do free(*(_QWORD *)(a2 + 8 * v2++)); while ( HIDWORD(a1) != v2 ); result = free(a2); dword_13BC70 = 0; qword_13BC68 = 0LL; } return...
UnloadDroppedFiles: PUSH R15 PUSH R14 PUSH RBX MOV R14,RDI SHR R14,0x20 JZ 0x00176694 MOV RBX,RSI XOR R15D,R15D LAB_00176666: MOV RDI,qword ptr [RBX + R15*0x8] CALL 0x0010a650 INC R15 CMP R14,R15 JNZ 0x00176666 MOV RDI,RBX CALL 0x0010a650 MOV dword ptr [0x0023bc70],0x0 MOV qword ptr [0x0023bc68],0x0 LAB_00176694: POP R...
void UnloadDroppedFiles(ulong param_1,void *param_2) { ulong uVar1; if (param_1 >> 0x20 != 0) { uVar1 = 0; do { free(*(void **)((long)param_2 + uVar1 * 8)); uVar1 = uVar1 + 1; } while (param_1 >> 0x20 != uVar1); free(param_2); DAT_0023bc70 = 0; DAT_0023bc68 = 0; } return...
21,535
ColorTint
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c
Color ColorTint(Color color, Color tint) { Color result = color; unsigned char r = (unsigned char)(((int)color.r*(int)tint.r)/255); unsigned char g = (unsigned char)(((int)color.g*(int)tint.g)/255); unsigned char b = (unsigned char)(((int)color.b*(int)tint.b)/255); unsigned char a = (unsigned char)...
O0
c
ColorTint: pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl -0x8(%rbp), %eax movl %eax, -0x4(%rbp) movzbl -0x8(%rbp), %eax movzbl -0xc(%rbp), %ecx imull %ecx, %eax movl $0xff, %ecx cltd idivl %ecx movb %al, -0xd(%rbp) movzbl -0x7(%rbp), %eax movzbl -0xb(%rbp), %ecx imull %ecx, %eax movl $0xff...
ColorTint: push rbp mov rbp, rsp mov [rbp+var_8], edi mov [rbp+var_C], esi mov eax, [rbp+var_8] mov [rbp+var_4], eax movzx eax, byte ptr [rbp+var_8] movzx ecx, byte ptr [rbp+var_C] imul eax, ecx mov ecx, 0FFh cdq idiv ecx mov [rbp+var_D], al movzx eax, byte ptr [rbp+var_8+1] m...
long long ColorTint(int a1, int a2) { unsigned int v3; // [rsp+Ch] [rbp-4h] LOBYTE(v3) = (unsigned __int8)a2 * (unsigned __int8)a1 / 255; BYTE1(v3) = BYTE1(a2) * BYTE1(a1) / 255; BYTE2(v3) = BYTE2(a2) * BYTE2(a1) / 255; HIBYTE(v3) = HIBYTE(a2) * HIBYTE(a1) / 255; return v3; }
21,536
ColorTint
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c
Color ColorTint(Color color, Color tint) { Color result = color; unsigned char r = (unsigned char)(((int)color.r*(int)tint.r)/255); unsigned char g = (unsigned char)(((int)color.g*(int)tint.g)/255); unsigned char b = (unsigned char)(((int)color.b*(int)tint.b)/255); unsigned char a = (unsigned char)...
O2
c
ColorTint: pushq %rbp pushq %r14 pushq %rbx movl %esi, %eax movl %edi, %r14d shrl $0x8, %r14d movl %edi, %ebx shrl $0x10, %ebx movl %edi, %r10d shrl $0x18, %r10d movl %esi, %r8d shrl $0x8, %r8d shrl $0x10, %esi movl %eax, %ecx shrl $0x18, %ecx movl $0xff, %r9d andl %r9d, %edi andl %r9d, %eax imull %edi, %eax movw $0xff...
ColorTint: push rbp push r14 push rbx mov eax, esi mov r14d, edi shr r14d, 8 mov ebx, edi shr ebx, 10h mov r10d, edi shr r10d, 18h mov r8d, esi shr r8d, 8 shr esi, 10h mov ecx, eax shr ecx, 18h mov r9d, 0FFh and edi, r9d and eax, r9d imul eax, edi ...
long long ColorTint(unsigned int a1, unsigned int a2) { int v2; // eax v2 = HIBYTE(a1) * HIBYTE(a2); LOWORD(v2) = (unsigned __int16)(HIBYTE(a1) * HIBYTE(a2)) / 0xFFu; return (unsigned __int16)((unsigned __int8)a1 * (unsigned __int8)a2) / 0xFFu + ((unsigned __int16)(((unsigned __int16)(BYTE1(a1) * BYTE1...
ColorTint: PUSH RBP PUSH R14 PUSH RBX MOV EAX,ESI MOV R14D,EDI SHR R14D,0x8 MOV EBX,EDI SHR EBX,0x10 MOV R10D,EDI SHR R10D,0x18 MOV R8D,ESI SHR R8D,0x8 SHR ESI,0x10 MOV ECX,EAX SHR ECX,0x18 MOV R9D,0xff AND EDI,R9D AND EAX,R9D IMUL EAX,EDI MOV BP,0xff XOR EDX,EDX DIV BP MOVZX R11D,AX AND R14D,R9D AND R8D,R9D IMUL R8D,R...
int ColorTint(uint param_1,uint param_2) { return (((param_2 >> 0x18) * (param_1 >> 0x18)) / 0xff << 0x18 | (((param_2 >> 0x10 & 0xff) * (param_1 >> 0x10 & 0xff)) / 0xff & 0xff) << 0x10 | (((param_2 >> 8 & 0xff) * (param_1 >> 8 & 0xff)) / 0xff & 0xff) << 8) + ((param_2 & 0xff) * (param_1...
21,537
ColorTint
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c
Color ColorTint(Color color, Color tint) { Color result = color; unsigned char r = (unsigned char)(((int)color.r*(int)tint.r)/255); unsigned char g = (unsigned char)(((int)color.g*(int)tint.g)/255); unsigned char b = (unsigned char)(((int)color.b*(int)tint.b)/255); unsigned char a = (unsigned char)...
O3
c
ColorTint: movl %edi, %eax shrl $0x8, %eax movl %edi, %ecx shrl $0x10, %ecx movl %edi, %edx shrl $0x18, %edx movl %esi, %r8d shrl $0x8, %r8d movl %esi, %r9d shrl $0x10, %r9d movl %esi, %r10d shrl $0x18, %r10d imull %edx, %r10d movl $0xff, %r11d andl %r11d, %edi andl %r11d, %esi imull %edi, %esi imull $0x8081, %esi, %ed...
ColorTint: mov eax, edi shr eax, 8 mov ecx, edi shr ecx, 10h mov edx, edi shr edx, 18h mov r8d, esi shr r8d, 8 mov r9d, esi shr r9d, 10h mov r10d, esi shr r10d, 18h imul r10d, edx mov r11d, 0FFh and edi, r11d and esi, r11d imul esi, edi imul edx, esi,...
long long ColorTint(unsigned int a1, unsigned int a2) { return ((32897 * (unsigned __int8)a1 * (unsigned int)(unsigned __int8)a2) >> 23) + ((65794 * HIBYTE(a1) * HIBYTE(a2)) & 0xFF000000 | ((32897 * BYTE2(a1) * (unsigned int)BYTE2(a2)) >> 7) & 0xFF0000 | ((32897 * BYTE1(a1) * (unsigned int)BYTE1(a2)) >> 15) &...
ColorTint: MOV EAX,EDI SHR EAX,0x8 MOV ECX,EDI SHR ECX,0x10 MOV EDX,EDI SHR EDX,0x18 MOV R8D,ESI SHR R8D,0x8 MOV R9D,ESI SHR R9D,0x10 MOV R10D,ESI SHR R10D,0x18 IMUL R10D,EDX MOV R11D,0xff AND EDI,R11D AND ESI,R11D IMUL ESI,EDI IMUL EDX,ESI,0x8081 SHR EDX,0x17 AND EAX,R11D AND R8D,R11D IMUL R8D,EAX IMUL EAX,R8D,0x8081 ...
int ColorTint(uint param_1,uint param_2) { return ((param_2 >> 8 & 0xff) * (param_1 >> 8 & 0xff) * 0x8081 >> 0xf & 0xff00 | (param_2 >> 0x10 & 0xff) * (param_1 >> 0x10 & 0xff) * 0x8081 >> 7 & 0xff0000 | (param_2 >> 0x18) * (param_1 >> 0x18) * 0x10102 & 0xff000000) + ((param_2 & 0xff) * (p...
21,538
tree_walk_left_root_right
eloqsql/mysys/tree.c
static int tree_walk_left_root_right(TREE *tree, TREE_ELEMENT *element, tree_walk_action action, void *argument) { int error; if (element->left) /* Not null_element */ { if ((error=tree_walk_left_root_right(tree,element->left,action, argument)) == 0 && (error=(*action)(ELEMENT_KEY(tree,element), ...
O3
c
tree_walk_left_root_right: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r12 movq (%rsi), %rsi xorl %eax, %eax testq %rsi, %rsi je 0x2d901 movq %rcx, %r14 movq %rdx, %r15 movq %rdi, %r13 movl $0x7fffffff, %ebx # imm = 0x7FFFFFFF movq %r13, %rdi movq %r15,...
tree_walk_left_root_right: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r12, rsi mov rsi, [rsi] xor eax, eax test rsi, rsi jz short loc_2D901 mov r14, rcx mov r15, rdx mov r13, rdi mov ebx, 7FFFFFFFh loc_2D8B8: mov rdi, ...
long long tree_walk_left_root_right( long long a1, long long *a2, long long ( *a3)(long long *, long long, long long), long long a4) { long long *v4; // r12 long long v5; // rsi long long result; // rax long long *v10; // rdi v4 = a2; v5 = *a2; result = 0LL; if ( v5 ) ...
tree_walk_left_root_right: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RSI MOV RSI,qword ptr [RSI] XOR EAX,EAX TEST RSI,RSI JZ 0x0012d901 MOV R14,RCX MOV R15,RDX MOV R13,RDI MOV EBX,0x7fffffff LAB_0012d8b8: MOV RDI,R13 MOV RDX,R15 MOV RCX,R14 CALL 0x0012d88f TEST EAX,EAX JNZ 0x001...
int8 tree_walk_left_root_right(long param_1,long *param_2,code *param_3,int8 param_4) { int8 uVar1; long lVar2; lVar2 = *param_2; while( true ) { if (lVar2 == 0) { return 0; } uVar1 = tree_walk_left_root_right(param_1,lVar2,param_3,param_4); if ((int)uVar1 != 0) break; if ((ulong)...
21,539
rak_value_free
fabiosvm[P]rak/src/value.c
void rak_value_free(RakValue val) { switch (val.type) { case RAK_TYPE_NIL: case RAK_TYPE_BOOL: case RAK_TYPE_NUMBER: break; case RAK_TYPE_STRING: rak_string_free(rak_as_string(val)); break; case RAK_TYPE_ARRAY: rak_array_free(rak_as_array(val)); break; case RAK_TYPE_RANGE: rak_ra...
O1
c
rak_value_free: movq %rsi, -0x8(%rsp) addl $-0x3, %edi cmpl $0x4, %edi ja 0x84eb leaq 0x2428(%rip), %rax # 0xa8d8 movslq (%rax,%rdi,4), %rcx addq %rax, %rcx jmpq *%rcx movq -0x8(%rsp), %rdi jmp 0x81d5 movq -0x8(%rsp), %rdi jmp 0x3ae0 movq -0x8(%rsp), %rdi jmp 0x7806 movq -0x8(%rsp), %rdi jmp 0x7aaa movq -0x8(%rsp)...
rak_value_free: mov [rsp+var_8], rsi add edi, 0FFFFFFFDh; switch 5 cases cmp edi, 4 ja short def_84B7; jumptable 00000000000084B7 default case lea rax, jpt_84B7 movsxd rcx, ds:(jpt_84B7 - 0A8D8h)[rax+rdi*4] add rcx, rax jmp rcx; switch jump loc_84B9: mov rdi, [rsp+var_8]; jumptable 000...
long long rak_value_free(int a1, long long a2) { long long result; // rax switch ( a1 ) { case 3: result = rak_string_free(a2); break; case 4: result = rak_array_free(a2); break; case 5: result = rak_range_free(a2); break; case 6: result = rak_record_fre...
rak_value_free: MOV qword ptr [RSP + -0x8],RSI ADD EDI,-0x3 CMP EDI,0x4 JA 0x001084eb LEA RAX,[0x10a8d8] MOVSXD RCX,dword ptr [RAX + RDI*0x4] ADD RCX,RAX switchD: JMP RCX caseD_3: MOV RDI,qword ptr [RSP + -0x8] JMP 0x001081d5 caseD_7: MOV RDI,qword ptr [RSP + -0x8] JMP 0x00103ae0 caseD_5: MOV RDI,qword ptr [RSP + -0x8]...
void rak_value_free(int4 param_1,void *param_2) { switch(param_1) { case 3: rak_string_free(param_2); return; case 4: rak_array_free(param_2); return; case 5: rak_range_free(param_2); return; case 6: rak_record_free(param_2); return; case 7: rak_closure_free(param_2); ...
21,540
rak_value_free
fabiosvm[P]rak/src/value.c
void rak_value_free(RakValue val) { switch (val.type) { case RAK_TYPE_NIL: case RAK_TYPE_BOOL: case RAK_TYPE_NUMBER: break; case RAK_TYPE_STRING: rak_string_free(rak_as_string(val)); break; case RAK_TYPE_ARRAY: rak_array_free(rak_as_array(val)); break; case RAK_TYPE_RANGE: rak_ra...
O3
c
rak_value_free: addl $-0x3, %edi cmpl $0x4, %edi ja 0x8234 leaq 0x26d5(%rip), %rax # 0xa8d8 movslq (%rax,%rdi,4), %rcx addq %rax, %rcx jmpq *%rcx movq %rsi, %rdi jmp 0x7f2d movq %rsi, %rdi jmp 0x3a58 movq %rsi, %rdi jmp 0x75aa movq %rsi, %rdi jmp 0x784e movq %rsi, %rdi jmp 0x2473 retq
rak_value_free: add edi, 0FFFFFFFDh; switch 5 cases cmp edi, 4 ja short def_820A; jumptable 000000000000820A default case lea rax, jpt_820A movsxd rcx, ds:(jpt_820A - 0A8D8h)[rax+rdi*4] add rcx, rax jmp rcx; switch jump loc_820C: mov rdi, rsi; jumptable 000000000000820A case 3 jmp rak_...
long long rak_value_free(int a1, long long a2) { long long result; // rax switch ( a1 ) { case 3: result = rak_string_free(a2); break; case 4: result = rak_array_free(a2); break; case 5: result = rak_range_free(a2); break; case 6: result = rak_record_fre...
rak_value_free: ADD EDI,-0x3 CMP EDI,0x4 JA 0x00108234 LEA RAX,[0x10a8d8] MOVSXD RCX,dword ptr [RAX + RDI*0x4] ADD RCX,RAX switchD: JMP RCX caseD_3: MOV RDI,RSI JMP 0x00107f2d caseD_7: MOV RDI,RSI JMP 0x00103a58 caseD_5: MOV RDI,RSI JMP 0x001075aa caseD_6: MOV RDI,RSI JMP 0x0010784e caseD_4: MOV RDI,RSI JMP 0x00102473 ...
void rak_value_free(int4 param_1,void *param_2) { switch(param_1) { case 3: rak_string_free(param_2); return; case 4: rak_array_free(param_2); return; case 5: rak_range_free(param_2); return; case 6: rak_record_free(param_2); return; case 7: rak_closure_free(param_2); ...
21,541
fs_get_cache_directory[abi:cxx11]()
monkey531[P]llama/common/common.cpp
std::string fs_get_cache_directory() { std::string cache_directory = ""; auto ensure_trailing_slash = [](std::string p) { // Make sure to add trailing slash if (p.back() != DIRECTORY_SEPARATOR) { p += DIRECTORY_SEPARATOR; } return p; }; if (getenv("LLAMA_CACHE...
O1
cpp
fs_get_cache_directory[abi:cxx11](): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xa0, %rsp movq %rdi, %rbx leaq 0x30(%rsp), %r13 movq %r13, -0x10(%r13) leaq 0x8a424(%rip), %rdx # 0xaf0ee leaq 0x20(%rsp), %rdi movq %rdx, %rsi callq 0x20d42 leaq 0x8c180(%rip), %rdi # 0xb0e5e callq 0x1a8f0 testq ...
_Z22fs_get_cache_directoryB5cxx11v: push r15 push r14 push r13 push r12 push rbx sub rsp, 0A0h mov rbx, rdi lea r13, [rsp+0C8h+var_98] mov [r13-10h], r13 lea rdx, aSUnableToOpenT+2Bh; "" lea rdi, [rsp+0C8h+var_A8] mov rsi, rdx call _ZNSt7__cxx1112basic_stringIcSt11char_trai...
long long fs_get_cache_directory[abi:cxx11](long long a1) { long long v1; // rax long long v2; // r14 long long v3; // r12 long long v4; // rax long long v5; // rax long long v6; // r14 long long v7; // r12 long long v8; // rax long long v9; // r14 long long v10; // rax long long v11; // rax __...
fs_get_cache_directory[abi:cxx11]: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa0 MOV RBX,RDI LEA R13,[RSP + 0x30] MOV qword ptr [R13 + -0x10],R13 LEA RDX,[0x1af0ee] LEA RDI,[RSP + 0x20] MOV RSI,RDX CALL 0x00120d42 LEA RDI,[0x1b0e5e] CALL 0x0011a8f0 TEST RAX,RAX JZ 0x00124d14 MOV R14,RAX LEA R15,[RSP + 0x20]...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* fs_get_cache_directory[abi:cxx11]() */ void fs_get_cache_directory_abi_cxx11_(void) { char *pcVar1; char *pcVar2; long *plVar3; long *plVar4; long *in_RDI; long *local_c8; long local_c0; int1 local_b8; int7 uStack_b7; ...
21,542
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
llama.cpp/common/json.hpp
void dump_float(number_float_t x) { // NaN / inf if (!std::isfinite(x)) { o->write_characters("null", 4); return; } // If number_float_t is an IEEE-754 single or double precision number, // use the Grisu2 algorithm to produce short numbers whi...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10dump_floatEd: push r14 push rbx push rax mov rbx, rdi movq rax, xmm0 btr rax, 3Fh ; '?' mov rcx, 7FF0000000000000h cmp...
long long nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::dump_float( _QWORD *a1, double a2) { long long v...
dump_float: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOVQ RAX,XMM0 BTR RAX,0x3f MOV RCX,0x7ff0000000000000 CMP RAX,RCX JL 0x0017e171 MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0x8] LEA RSI,[0x223667] MOV EDX,0x4 ADD RSP,0x8 POP RBX POP R14 JMP RAX LAB_0017e171: LEA R14,[RBX + 0x10] LEA RSI,[...
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::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> >::dump_float(d...
21,543
char const* fmt::v11::detail::parse_precision<char>(char const*, char const*, fmt::v11::format_specs&, fmt::v11::detail::arg_ref<char>&, fmt::v11::parse_context<char>&)
zkingston[P]unknot/build_O1/_deps/fmt-src/include/fmt/base.h
FMT_CONSTEXPR auto parse_precision(const Char* begin, const Char* end, format_specs& specs, arg_ref<Char>& precision_ref, parse_context<Char>& ctx) -> const Char* { ++begin; if (begin == end) { report_error(...
O1
c
char const* fmt::v11::detail::parse_precision<char>(char const*, char const*, fmt::v11::format_specs&, fmt::v11::detail::arg_ref<char>&, fmt::v11::parse_context<char>&): pushq %rbx incq %rdi cmpq %rsi, %rdi je 0x46ccf movq %rdx, %rbx addq $0xc, %rdx callq 0x46d1d movl $0xfffffcff, %ecx # imm = 0xFFFFFCFF andl (%r...
_ZN3fmt3v116detail15parse_precisionIcEEPKT_S5_S5_RNS0_12format_specsERNS1_7arg_refIS3_EERNS0_13parse_contextIS3_EE: push rbx inc rdi cmp rdi, rsi jz short loc_46CCF mov rbx, rdx add rdx, 0Ch call _ZN3fmt3v116detail18parse_dynamic_specIcEENS1_25parse_dynamic_spec_resultIT_EEPKS4_S7_RiRNS1_7arg...
long long fmt::v11::detail::parse_precision<char>( long long a1, const char *a2, unsigned int *a3, long long a4, long long a5) { const char *v5; // rdi long long result; // rax int v8; // edx v5 = (const char *)(a1 + 1); if ( v5 == a2 ) fmt::v11::report_error((fmt...
parse_precision<char>: PUSH RBX INC RDI CMP RDI,RSI JZ 0x00146ccf MOV RBX,RDX ADD RDX,0xc CALL 0x00146d1d MOV ECX,0xfffffcff AND ECX,dword ptr [RBX] SHL EDX,0x8 OR EDX,ECX MOV dword ptr [RBX],EDX POP RBX RET LAB_00146ccf: LEA RDI,[0x393aa0] CALL 0x0013d5e8
/* char const* fmt::v11::detail::parse_precision<char>(char const*, char const*, fmt::v11::format_specs&, fmt::v11::detail::arg_ref<char>&, fmt::v11::parse_context<char>&) */ char * fmt::v11::detail::parse_precision<char> (char *param_1,char *param_2,format_specs *param_3,arg_ref *param_4, ...
21,544
mysql_close_cont
eloqsql/libmariadb/libmariadb/mariadb_async.c
int STDCALL mysql_close_cont(MYSQL *sock, int ready_status) { int res; res= mysql_close_slow_part_cont(sock, ready_status); if (res) return res; mysql_close(sock); return 0; }
O3
c
mysql_close_cont: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rdi, %rbx callq 0x29a9f movl %eax, %r14d testl %eax, %eax jne 0x29bd5 movq %rbx, %rdi callq 0x19d70 movl %r14d, %eax popq %rbx popq %r14 popq %rbp retq
mysql_close_cont: push rbp mov rbp, rsp push r14 push rbx mov rbx, rdi call mysql_close_slow_part_cont mov r14d, eax test eax, eax jnz short loc_29BD5 mov rdi, rbx call mysql_close loc_29BD5: mov eax, r14d pop rbx pop r14 pop rbp retn
long long mysql_close_cont(long long a1, unsigned int a2) { unsigned int v2; // r14d v2 = mysql_close_slow_part_cont(a1, a2); if ( !v2 ) mysql_close(a1); return v2; }
mysql_close_cont: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RDI CALL 0x00129a9f MOV R14D,EAX TEST EAX,EAX JNZ 0x00129bd5 MOV RDI,RBX CALL 0x00119d70 LAB_00129bd5: MOV EAX,R14D POP RBX POP R14 POP RBP RET
int mysql_close_cont(int8 param_1) { int iVar1; iVar1 = mysql_close_slow_part_cont(); if (iVar1 == 0) { mysql_close(param_1); } return iVar1; }
21,545
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...
O0
c
my_coll_parser_scan_shift_sequence: pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi addq $0x50, %rdi addq $0x50, %rdi xorl %esi, %esi movl $0x30, %edx callq 0x24190 movq -0x10(%rbp), %rdi movq -0x10(%rbp), %rsi addq $0x50, %rsi addq $0x50, %rsi movl $0x6, %edx leaq 0x2d2af(%rip...
my_coll_parser_scan_shift_sequence: push rbp mov rbp, rsp sub rsp, 0B0h mov [rbp+var_10], rdi mov rdi, [rbp+var_10] add rdi, 50h ; 'P' add rdi, 50h ; 'P' xor esi, esi mov edx, 30h ; '0' call _memset mov rdi, [rbp+var_10] mov rsi, [rbp+var_10] add rsi, 50h ; 'P' add ...
long long my_coll_parser_scan_shift_sequence(long long a1) { _BYTE v2[160]; // [rsp+0h] [rbp-B0h] BYREF long long v3; // [rsp+A0h] [rbp-10h] v3 = a1; memset(a1 + 160, 0LL, 48LL); if ( (unsigned int)my_coll_parser_scan_character_list(v3, v3 + 160, 6LL, "Contraction") ) { memcpy(v2, v3 + 80, sizeof(v2))...
my_coll_parser_scan_shift_sequence: PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV qword ptr [RBP + -0x10],RDI MOV RDI,qword ptr [RBP + -0x10] ADD RDI,0x50 ADD RDI,0x50 XOR ESI,ESI MOV EDX,0x30 CALL 0x00124190 MOV RDI,qword ptr [RBP + -0x10] MOV RSI,qword ptr [RBP + -0x10] ADD RSI,0x50 ADD RSI,0x50 MOV EDX,0x6 LEA RCX,[0x182902...
int4 my_coll_parser_scan_shift_sequence(long param_1) { int iVar1; int *piVar2; int1 local_b8 [160]; long local_18; int4 local_c; local_18 = param_1; memset((void *)(param_1 + 0xa0),0,0x30); iVar1 = my_coll_parser_scan_character_list(local_18,local_18 + 0xa0,6,"Contraction"); if (iVar1 == 0) { ...
21,546
mysql_stmt_fetch_column
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
int STDCALL mysql_stmt_fetch_column(MYSQL_STMT *stmt, MYSQL_BIND *bind, unsigned int column, unsigned long offset) { if (stmt->state < MYSQL_STMT_USER_FETCHING || column >= stmt->field_count || stmt->state == MYSQL_STMT_FETCH_DONE) { SET_CLIENT_STMT_ERROR(stmt, CR_NO_DATA, SQLSTATE_UNKNOWN, 0); return(...
O0
c
mysql_stmt_fetch_column: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq %rcx, -0x28(%rbp) movq -0x10(%rbp), %rax cmpl $0x5, 0x50(%rax) jb 0x847c7 movl -0x1c(%rbp), %eax movq -0x10(%rbp), %rcx cmpl 0x60(%rcx), %eax jae 0x847c7 movq -0x10(%rbp), %rax ...
mysql_stmt_fetch_column: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov [rbp+var_28], rcx mov rax, [rbp+var_10] cmp dword ptr [rax+50h], 5 jb short loc_847C7 mov eax, [rbp+var_1C] mov rcx, [rbp+var_10] cmp eax,...
long long mysql_stmt_fetch_column(long long a1, long long a2, unsigned int a3, long long a4) { long long v5; // [rsp+0h] [rbp-30h] if ( *(_DWORD *)(a1 + 80) < 5u || a3 >= *(_DWORD *)(a1 + 96) || *(_DWORD *)(a1 + 80) == 6 ) { *(_DWORD *)(a1 + 264) = 2051; strncpy(a1 + 781, SQLSTATE_UNKNOWN, 5LL); *(_...
mysql_stmt_fetch_column: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x10] CMP dword ptr [RAX + 0x50],0x5 JC 0x001847c7 MOV EAX,dword ptr [RBP + -0x1c] MOV RCX,qword ptr [RBP +...
int4 mysql_stmt_fetch_column(long param_1,long *param_2,uint param_3,long param_4) { int8 uVar1; int4 local_c; if (((*(uint *)(param_1 + 0x50) < 5) || (*(uint *)(param_1 + 0x60) <= param_3)) || (*(int *)(param_1 + 0x50) == 6)) { *(int4 *)(param_1 + 0x108) = 0x803; strncpy((char *)(param_1 + 0x30...
21,547
inline_mysql_cond_init
eloqsql/include/mysql/psi/mysql_thread.h
static inline int inline_mysql_cond_init( #ifdef HAVE_PSI_COND_INTERFACE PSI_cond_key key, #endif mysql_cond_t *that, const pthread_condattr_t *attr) { #ifdef HAVE_PSI_COND_INTERFACE that->m_psi= PSI_COND_CALL(init_cond)(key, &that->m_cond); #else that->m_psi= NULL; #endif return pthread_cond_init(&that->m_...
O0
c
inline_mysql_cond_init: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) leaq 0x1b36be(%rip), %rax # 0x232838 movq (%rax), %rax movq 0x60(%rax), %rax movl -0x4(%rbp), %edi movq -0x10(%rbp), %rsi callq *%rax movq %rax, %rcx movq -0x10(%rbp), %rax movq %rc...
inline_mysql_cond_init: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx lea rax, PSI_server mov rax, [rax] mov rax, [rax+60h] mov edi, [rbp+var_4] mov rsi, [rbp+var_10] call rax mov rcx, rax mov rax, [rbp+var_10] m...
long long inline_mysql_cond_init(unsigned int a1, long long a2, long long a3) { *(_QWORD *)(a2 + 48) = (*((long long ( **)(_QWORD, long long))PSI_server + 12))(a1, a2); return pthread_cond_init(a2, a3); }
inline_mysql_cond_init: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX LEA RAX,[0x332838] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x60] MOV EDI,dword ptr [RBP + -0x4] MOV RSI,qword ptr [RBP + -0x10] CALL RAX MOV RCX,RAX MOV RAX,q...
void inline_mysql_cond_init(int4 param_1,pthread_cond_t *param_2,pthread_condattr_t *param_3) { longlong lVar1; lVar1 = (**(code **)(PSI_server + 0x60))(param_1,param_2); param_2[1].__align = lVar1; pthread_cond_init(param_2,param_3); return; }
21,548
Catch::defaultListTags(std::ostream&, std::vector<Catch::TagInfo, std::allocator<Catch::TagInfo>> const&, bool)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
void defaultListTags( std::ostream& out, std::vector<TagInfo> const& tags, bool isFiltered ) { if ( isFiltered ) { out << "Tags for matching test cases:\n"; } else { out << "All available tags:\n"; } for ( auto ...
O3
cpp
Catch::defaultListTags(std::ostream&, std::vector<Catch::TagInfo, std::allocator<Catch::TagInfo>> const&, bool): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xd8, %rsp movq %rsi, %r14 movq %rdi, %rbx testl %edx, %edx je 0x6704a leaq 0x77316(%rip), %rsi # 0xde359 movl $0x1e, %edx jmp 0x67...
_ZN5Catch15defaultListTagsERSoRKSt6vectorINS_7TagInfoESaIS2_EEb: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0D8h mov r14, rsi mov rbx, rdi test edx, edx jz short loc_6704A lea rsi, aTagsForMatchin; "Tags for matching test cases:\n" mov edx, 1Eh jmp s...
long long Catch::defaultListTags(std::ostream *this, long long *a2, int a3, double a4) { std::ostream *v4; // rbx long long v5; // r15 Catch::ReusableStringStream *v6; // r14 _QWORD *v7; // rdi double v8; // xmm0_8 Catch::ReusableStringStream *v9; // rbp std::ostream *v10; // r14 double v11; // xmm0_8 ...
defaultListTags: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xd8 MOV R14,RSI MOV RBX,RDI TEST EDX,EDX JZ 0x0016704a LEA RSI,[0x1de359] MOV EDX,0x1e JMP 0x00167056 LAB_0016704a: LEA RSI,[0x1de378] MOV EDX,0x14 LAB_00167056: MOV RDI,RBX CALL 0x00117be0 MOV R15,qword ptr [R14] MOV RAX,qword ptr [R14 + 0...
/* Catch::defaultListTags(std::ostream&, std::vector<Catch::TagInfo, std::allocator<Catch::TagInfo> > const&, bool) */ void Catch::defaultListTags(ostream *param_1,vector *param_2,bool param_3) { ostream *poVar1; int7 in_register_00000011; long lVar2; char *pcVar3; long lVar4; ReusableStringStream loc...
21,549
init_extent
eloqsql/storage/maria/ma_blockrec.c
static void init_extent(MARIA_EXTENT_CURSOR *extent, uchar *extent_info, uint extents, MARIA_RECORD_POS *tail_positions) { uint page_count; extent->extent= extent_info; extent->extent_count= extents; extent->page= page_korr(extent_info); /* First extent */ page_co...
O0
c
init_extent: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq %rcx, -0x20(%rbp) movq -0x10(%rbp), %rcx movq -0x8(%rbp), %rax movq %rcx, (%rax) movl -0x14(%rbp), %ecx movq -0x8(%rbp), %rax movl %ecx, 0x28(%rax) movq -0x10(%rbp), %rdi callq 0x33680 movq ...
init_extent: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_20], rcx mov rcx, [rbp+var_10] mov rax, [rbp+var_8] mov [rax], rcx mov ecx, [rbp+var_14] mov rax, [rbp+var_8] mov [rax+28h], ecx mov rdi, [...
long long init_extent(long long a1, long long a2, int a3, long long a4) { long long result; // rax int v5; // [rsp+Ch] [rbp-24h] *(_QWORD *)a1 = a2; *(_DWORD *)(a1 + 40) = a3; *(_QWORD *)(a1 + 24) = uint5korr(a2); v5 = *(_WORD *)(a2 + 5) & 0xBFFF; *(_DWORD *)(a1 + 44) = *(_WORD *)(a2 + 5) & 0x8000; if...
init_extent: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV qword ptr [RBP + -0x20],RCX MOV RCX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],RCX MOV ECX,dword ptr [RBP + -0x14] MOV RAX,qword ptr [RBP + -0...
void init_extent(long *param_1,long param_2,int4 param_3,long param_4) { uint uVar1; long lVar2; *param_1 = param_2; *(int4 *)(param_1 + 5) = param_3; lVar2 = uint5korr(param_2); param_1[3] = lVar2; uVar1 = (uint)*(ushort *)(param_2 + 5); *(uint *)((long)param_1 + 0x2c) = uVar1 & 0x8000; if (*(in...
21,550
fmt::v8::basic_format_string<char, unsigned int&>::basic_format_string<char [27], 0>(char const (&) [27])
aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/fmt/bundled/core.h
FMT_CONSTEVAL basic_format_string(const S& s) : str_(s) { static_assert( detail::count< (std::is_base_of<detail::view, remove_reference_t<Args>>::value && std::is_reference<Args>::value)...>() == 0, "passing views as lvalues is disallowed"); #ifdef FMT_HAS_CONSTEVAL if c...
O0
c
fmt::v8::basic_format_string<char, unsigned int&>::basic_format_string<char [27], 0>(char const (&) [27]): subq $0x38, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movq 0x18(%rsp), %rcx movq 0x10(%rsp), %rax movq %rcx, 0x28(%rsp) movq %rax, 0x20(%rsp) movq 0x28(%rsp), %rax movq %rax, 0x8(%rsp) movq 0x20(%rsp), %rcx...
_ZN3fmt2v819basic_format_stringIcJmEEC2IA65_cTnNSt9enable_ifIXsr3std14is_convertibleIRKT_NS0_17basic_string_viewIcEEEE5valueEiE4typeELi0EEES8_: sub rsp, 38h mov [rsp+38h+var_20], rdi mov [rsp+38h+var_28], rsi mov rcx, [rsp+38h+var_20] mov rax, [rsp+38h+var_28] mov [rsp+38h+var_10], rcx mov [...
long long ZN3fmt2v819basic_format_stringIcJmEEC2IA65_cTnNSt9enable_ifIXsr3std14is_convertibleIRKT_NS0_17basic_string_viewIcEEEE5valueEiE4typeELi0EEES8_( _QWORD *a1, long long a2) { *a1 = a2; a1[1] = strlen(a2); return a2; }
_ZN3fmt2v819basic_format_stringIcJmEEC2IA65_cTnNSt9enable_ifIXsr3std14is_convertibleIRKT_NS0_17basic_string_viewIcEEEE5valueEiE4typeELi0EEES8_: SUB RSP,0x38 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV RCX,qword ptr [RSP + 0x18] MOV RAX,qword ptr [RSP + 0x10] MOV qword ptr [RSP + 0x28],RCX MOV qwor...
void _ZN3fmt2v819basic_format_stringIcJmEEC2IA65_cTnNSt9enable_ifIXsr3std14is_convertibleIRKT_NS0_17basic_string_viewIcEEEE5valueEiE4typeELi0EEES8_ (int8 *param_1,char *param_2) { size_t sVar1; *param_1 = param_2; sVar1 = strlen(param_2); param_1[1] = sVar1; return; }
21,551
update_backward_delete_link
eloqsql/storage/myisam/mi_dynrec.c
static int update_backward_delete_link(MI_INFO *info, my_off_t delete_block, my_off_t filepos) { MI_BLOCK_INFO block_info; DBUG_ENTER("update_backward_delete_link"); if (delete_block != HA_OFFSET_ERROR) { block_info.second_read=0; if (_mi_get_block_info(&block_info,info->dfile,delete_block) ...
O0
c
update_backward_delete_link: pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x78(%rbp) movq %rsi, -0x80(%rbp) movq %rdx, -0x88(%rbp) cmpq $-0x1, -0x80(%rbp) je 0xaac34 movl $0x0, -0x10(%rbp) movq -0x78(%rbp), %rax movl 0x1c0(%rax), %esi movq -0x80(%rbp), %rdx leaq -0x6...
update_backward_delete_link_0: push rbp mov rbp, rsp sub rsp, 0B0h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_78], rdi mov [rbp+var_80], rsi mov [rbp+var_88], rdx cmp [rbp+var_80], 0FFFFFFFFFFFFFFFFh jz loc_AAC34 mov [rbp+var_10], 0 mov rax, [rbp+var_78] mov es...
_BOOL8 update_backward_delete_link_0(unsigned int *a1, long long a2, long long a3) { const char *v3; // rsi _BYTE v8[8]; // [rsp+48h] [rbp-68h] BYREF char v9[80]; // [rsp+50h] [rbp-60h] BYREF int v10; // [rsp+A0h] [rbp-10h] unsigned long long v11; // [rsp+A8h] [rbp-8h] v11 = __readfsqword(0x28u); if ( a...
update_backward_delete_link: PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x78],RDI MOV qword ptr [RBP + -0x80],RSI MOV qword ptr [RBP + -0x88],RDX CMP qword ptr [RBP + -0x80],-0x1 JZ 0x001aac34 MOV dword ptr [RBP + -0x10],0x0 MOV RAX,qword ptr [RBP ...
int4 update_backward_delete_link(long *param_1,long param_2,int8 param_3) { uint uVar1; long lVar2; int4 *puVar3; long in_FS_OFFSET; int4 local_74; int1 local_70; int1 local_6f; int1 local_6e; int1 local_6d; int1 local_6c; int1 local_6b; int1 local_6a; int1 local_69; int1 local_68 [80]; ...
21,552
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
JSON_HEDLEY_RETURNS_NON_NULL const char* type_name() const noexcept { switch (m_data.m_type) { case value_t::null: return "null"; case value_t::object: return "object"; case value_t::array: return "array"; ...
O2
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9type_nameEv: movzx eax, byte ptr [rdi] cmp rax, 9 ja short loc_45C74 lea rcx, unk_B4134 movsxd rax, dword ptr [rcx+rax*4] add rax, rcx r...
const char * 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>::type_name( unsigned __int8 *a1) { unsigned long long v1; // rax v1 =...
type_name: MOVZX EAX,byte ptr [RDI] CMP RAX,0x9 JA 0x00145c74 LEA RCX,[0x1b4134] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX RET LAB_00145c74: LEA RAX,[0x1b3236] RET
/* 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>::type_name() const */ char * _...
21,553
my_strnxfrm_simple_internal
eloqsql/strings/ctype-simple.c
size_t my_strnxfrm_simple_internal(CHARSET_INFO * cs, uchar *dst, size_t dstlen, uint *nweights, const uchar *src, size_t srclen) { const uchar *map= cs->sort_order; uchar *d0= dst; uint frmlen; if ((frmlen= (uint)MY_MIN(dstlen, *nweights)) >...
O0
c
my_strnxfrm_simple_internal: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) movq -0x8(%rbp), %rax movq 0x58(%rax), %rax movq %rax, -0x38(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x18(%rbp)...
my_strnxfrm_simple_internal: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_30], r9 mov rax, [rbp+var_8] mov rax, [rax+58h] mov [rbp+var_38], rax mov rax, [rbp+var_10] mov [...
_BYTE * my_strnxfrm_simple_internal( long long a1, unsigned __int8 *a2, unsigned long long a3, unsigned int *a4, unsigned __int8 *a5, unsigned long long a6) { unsigned __int8 *v6; // rcx unsigned __int8 *v7; // rax unsigned int v9; // [rsp+0h] [rbp-60h] int v10; /...
my_strnxfrm_simple_internal: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV qword ptr [RBP + -0x30],R9 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x58] MOV qword ptr [RBP ...
long my_strnxfrm_simple_internal (long param_1,byte *param_2,ulong param_3,uint *param_4,byte *param_5,ulong param_6) { long lVar1; ulong local_68; uint local_4c; byte *local_30; byte *local_18; lVar1 = *(long *)(param_1 + 0x58); local_68 = param_3; if (*param_4 <= param_3) { loc...
21,554
my_strnxfrm_simple_internal
eloqsql/strings/ctype-simple.c
size_t my_strnxfrm_simple_internal(CHARSET_INFO * cs, uchar *dst, size_t dstlen, uint *nweights, const uchar *src, size_t srclen) { const uchar *map= cs->sort_order; uchar *d0= dst; uint frmlen; if ((frmlen= (uint)MY_MIN(dstlen, *nweights)) >...
O3
c
my_strnxfrm_simple_internal: pushq %rbp movq %rsp, %rbp movq 0x58(%rdi), %rdi movl (%rcx), %eax cmpq %rdx, %rax cmovbel %eax, %edx cmpq %r9, %rdx cmovbel %edx, %r9d movq %rsi, %rax cmpq %r8, %rsi je 0x373e5 testq %r9, %r9 je 0x37404 leaq (%r8,%r9), %rdx movq %rsi, %rax movzbl (%r8), %r10d incq %r8 movb (%rdi,%r10), %r1...
my_strnxfrm_simple_internal: push rbp mov rbp, rsp mov rdi, [rdi+58h] mov eax, [rcx] cmp rax, rdx cmovbe edx, eax cmp rdx, r9 cmovbe r9d, edx mov rax, rsi cmp rsi, r8 jz short loc_373E5 test r9, r9 jz short loc_37404 lea rdx, [r8+r9] mov rax, rsi loc_373CD: movzx ...
_BYTE * my_strnxfrm_simple_internal( long long a1, unsigned __int8 *a2, unsigned long long a3, _DWORD *a4, unsigned __int8 *a5, unsigned long long a6) { long long v6; // rdi unsigned long long v7; // rax unsigned __int8 *v8; // rax unsigned __int8 *v9; // rdx lo...
my_strnxfrm_simple_internal: PUSH RBP MOV RBP,RSP MOV RDI,qword ptr [RDI + 0x58] MOV EAX,dword ptr [RCX] CMP RAX,RDX CMOVBE EDX,EAX CMP RDX,R9 CMOVBE R9D,EDX MOV RAX,RSI CMP RSI,R8 JZ 0x001373e5 TEST R9,R9 JZ 0x00137404 LEA RDX,[R8 + R9*0x1] MOV RAX,RSI LAB_001373cd: MOVZX R10D,byte ptr [R8] INC R8 MOV R10B,byte ptr [R...
long my_strnxfrm_simple_internal (long param_1,byte *param_2,ulong param_3,uint *param_4,byte *param_5,ulong param_6) { byte *pbVar1; byte bVar2; long lVar3; byte *pbVar4; ulong uVar5; ulong uVar6; lVar3 = *(long *)(param_1 + 0x58); uVar5 = param_3 & 0xffffffff; if (*param_4 <= par...
21,555
pvio_socket_close
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
my_bool pvio_socket_close(MARIADB_PVIO *pvio) { struct st_pvio_socket *csock= NULL; int r= 0; if (!pvio) return 1; if (pvio->data) { csock= (struct st_pvio_socket *)pvio->data; if (csock && csock->socket != INVALID_SOCKET) { r= closesocket(csock->socket); csock->socket= INVALID_S...
O3
c
pvio_socket_close: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax testq %rdi, %rdi je 0x2fd17 movq %rdi, %rbx movq (%rdi), %r15 testq %r15, %r15 je 0x2fd1c movl (%r15), %edi cmpl $-0x1, %edi je 0x2fd21 callq 0x13850 movl %eax, %r14d movl $0xffffffff, (%r15) # imm = 0xFFFFFFFF movq (%rbx), %r...
pvio_socket_close: push rbp mov rbp, rsp push r15 push r14 push rbx push rax test rdi, rdi jz short loc_2FD17 mov rbx, rdi mov r15, [rdi] test r15, r15 jz short loc_2FD1C mov edi, [r15] cmp edi, 0FFFFFFFFh jz short loc_2FD21 call _close mov r14d, eax mov ...
long long pvio_socket_close(_DWORD **a1) { unsigned int v1; // r14d _DWORD *v3; // r15 long long v4; // rdi if ( a1 ) { v3 = *a1; if ( *a1 ) { v4 = (unsigned int)*v3; if ( (_DWORD)v4 == -1 ) { v1 = 0; } else { v1 = close(v4); *v3 = -1; ...
pvio_socket_close: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX TEST RDI,RDI JZ 0x0012fd17 MOV RBX,RDI MOV R15,qword ptr [RDI] TEST R15,R15 JZ 0x0012fd1c MOV EDI,dword ptr [R15] CMP EDI,-0x1 JZ 0x0012fd21 CALL 0x00113850 MOV R14D,EAX MOV dword ptr [R15],0xffffffff MOV R15,qword ptr [RBX] JMP 0x0012fd24 LAB_...
ulong pvio_socket_close(int8 *param_1) { uint uVar1; int8 unaff_R14; ulong uVar2; int *__ptr; if (param_1 == (int8 *)0x0) { uVar2 = CONCAT71((int7)((ulong)unaff_R14 >> 8),1); } else { __ptr = (int *)*param_1; if (__ptr == (int *)0x0) { uVar2 = 0; } else { if (*__ptr ==...
21,556
simple_key_cache_read
eloqsql/mysys/mf_keycache.c
uchar *simple_key_cache_read(SIMPLE_KEY_CACHE_CB *keycache, File file, my_off_t filepos, int level, uchar *buff, uint length, uint block_length __attribute__((unused)), int return_buffer __attribute__((un...
O0
c
simple_key_cache_read: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movl 0x18(%rbp), %eax movl 0x10(%rbp), %eax movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) movq %r8, -0x28(%rbp) movl %r9d, -0x2c(%rbp) movb $0x0, -0x2d(%rbp) movl $0x0, -0x34(%rbp) movq -0x28(%rbp), %rax movq ...
simple_key_cache_read: push rbp mov rbp, rsp sub rsp, 70h mov eax, [rbp+arg_8] mov eax, [rbp+arg_0] mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx mov [rbp+var_28], r8 mov [rbp+var_2C], r9d mov [rbp+var_2D], 0 mov [rbp+var_34], 0 ...
long long simple_key_cache_read( _BYTE *a1, unsigned int a2, unsigned long long a3, unsigned int a4, long long a5, unsigned int a6) { _BYTE *v6; // rdi const char *v7; // rsi char v10; // [rsp+1Bh] [rbp-55h] int v11; // [rsp+1Ch] [rbp-54h] BYREF unsigned int v1...
simple_key_cache_read: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV EAX,dword ptr [RBP + 0x18] MOV EAX,dword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX MOV qword ptr [RBP + -0x28],R8 MOV dword ptr [RBP + -0x2c],R9D MOV byte ptr...
void * simple_key_cache_read (char *param_1,int4 param_2,ulong param_3,int4 param_4,void *param_5, uint param_6) { int4 *puVar1; long lVar2; bool bVar3; void *local_68; int local_5c; uint local_58; uint local_54; long local_50; void *local_48; uint local_3c; cha...
21,557
ma_control_file_write_and_force
eloqsql/storage/maria/ma_control_file.c
int ma_control_file_write_and_force(LSN last_checkpoint_lsn_arg, uint32 last_logno_arg, TrID max_trid_arg, uint8 recovery_failures_arg) { uchar buffer[CF_MAX_SIZE]; uint32 sum; my_bool no_need_sync; DBUG_...
O0
c
ma_control_file_write_and_force: pushq %rbp movq %rsp, %rbp subq $0x310, %rsp # imm = 0x310 movb %cl, %al movq %fs:0x28, %rcx movq %rcx, -0x8(%rbp) movq %rdi, -0x2c0(%rbp) movl %esi, -0x2c4(%rbp) movq %rdx, -0x2d0(%rbp) movb %al, -0x2d1(%rbp) movq 0x4545e5(%rip), %rcx # 0x482cf0 xorl %eax, %eax cmpq -0x2c...
ma_control_file_write_and_force: push rbp mov rbp, rsp sub rsp, 310h mov al, cl mov rcx, fs:28h mov [rbp+var_8], rcx mov [rbp+var_2C0], rdi mov [rbp+var_2C4], esi mov [rbp+var_2D0], rdx mov [rbp+var_2D1], al mov rcx, cs:last_checkpoint_lsn xor eax, eax cmp rcx, [rbp+va...
long long ma_control_file_write_and_force(long long a1, int a2, long long a3, char a4) { int v4; // r9d int v5; // r8d int v6; // r9d bool v8; // [rsp+7h] [rbp-309h] int v9; // [rsp+14h] [rbp-2FCh] _BYTE v13[160]; // [rsp+60h] [rbp-2B0h] BYREF int v14; // [rsp+100h] [rbp-210h] BYREF __int16 v15; // [rs...
ma_control_file_write_and_force: PUSH RBP MOV RBP,RSP SUB RSP,0x310 MOV AL,CL MOV RCX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RCX MOV qword ptr [RBP + -0x2c0],RDI MOV dword ptr [RBP + -0x2c4],ESI MOV qword ptr [RBP + -0x2d0],RDX MOV byte ptr [RBP + -0x2d1],AL MOV RCX,qword ptr [0x00582cf0] XOR EAX,EAX CMP RCX,qw...
int4 ma_control_file_write_and_force(long param_1,int param_2,long param_3,char param_4) { bool bVar1; uint uVar2; int iVar3; long lVar4; long in_FS_OFFSET; int4 local_2bc; int1 local_2b8 [160]; int4 local_218; int1 local_214; int1 local_213; int1 local_212; int4 local_211; int local_20d; ...
21,558
minja::ForNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override { // https://jinja.palletsprojects.com/en/3.0.x/templates/#for if (!iterable) throw std::runtime_error("ForNode.iterable is null"); if (!body) throw std::runtime_error("ForNode.body is null"); auto...
O2
cpp
minja::ForNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0xb8, %rsp movq %rsi, %r14 movq 0x38(%rdi), %rsi testq %rsi, %rsi je 0x6f73c movq %rdi, %rbx cmpq $0x0, 0x58(...
_ZNK5minja7ForNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE: push r15 push r14 push r12 push rbx sub rsp, 0B8h mov r14, rsi mov rsi, [rdi+38h] test rsi, rsi jz loc_6F73C mov rbx, rdi cmp qword ptr [rdi+58h], 0 jz lo...
void minja::ForNode::do_render(long long a1, long long a2, long long a3) { void (***v4)(void); // rsi long long v6; // rdx long long v7; // rcx long long v8; // r8 long long v9; // r9 std::runtime_error *exception; // r14 _BYTE v11[32]; // [rsp+0h] [rbp-D8h] BYREF _BYTE v12[32]; // [rsp+20h] [rbp-B8h] ...
do_render: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0xb8 MOV R14,RSI MOV RSI,qword ptr [RDI + 0x38] TEST RSI,RSI JZ 0x0016f73c MOV RBX,RDI CMP qword ptr [RDI + 0x58],0x0 JZ 0x0016f758 MOV R15,RDX LEA R12,[RSP + 0x68] MOV RDI,R12 CALL 0x0015fa48 XORPS XMM0,XMM0 MOV RAX,RSP MOVAPS xmmword ptr [RAX + 0x10],XMM0 MOVAPS ...
/* minja::ForNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&) const */ void __thiscall minja::ForNode::do_render(ForNode *this,ostringstream *param_1,shared_ptr *param_2) { runtime_error *this_00; int8 local_d8; int8 uStack_d0; int8 local_c8; int8 uStack_c0; _lambd...
21,559
minja::SliceExpr::~SliceExpr()
monkey531[P]llama/common/minja.hpp
SliceExpr(const Location & location, std::shared_ptr<Expression> && s, std::shared_ptr<Expression> && e) : Expression(location), start(std::move(s)), end(std::move(e)) {}
O1
cpp
minja::SliceExpr::~SliceExpr(): pushq %rbx movq %rdi, %rbx leaq 0x9d361(%rip), %rax # 0x12f6d8 addq $0x10, %rax movq %rax, (%rdi) movq 0x38(%rdi), %rdi testq %rdi, %rdi je 0x9238c callq 0x6fa60 movq 0x28(%rbx), %rdi testq %rdi, %rdi je 0x9239a callq 0x6fa60 leaq 0x9d007(%rip), %rax # 0x12f3a8 addq $0x10, %rax m...
_ZN5minja9SliceExprD2Ev: push rbx mov rbx, rdi lea rax, _ZTVN5minja9SliceExprE; `vtable for'minja::SliceExpr add rax, 10h mov [rdi], rax mov rdi, [rdi+38h] test rdi, rdi jz short loc_9238C call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<...
void minja::SliceExpr::~SliceExpr(minja::SliceExpr *this) { volatile signed __int32 *v2; // rdi volatile signed __int32 *v3; // rdi volatile signed __int32 *v4; // rdi *(_QWORD *)this = &`vtable for'minja::SliceExpr + 2; v2 = (volatile signed __int32 *)*((_QWORD *)this + 7); if ( v2 ) std::_Sp_counted...
~SliceExpr: PUSH RBX MOV RBX,RDI LEA RAX,[0x22f6d8] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x38] TEST RDI,RDI JZ 0x0019238c CALL 0x0016fa60 LAB_0019238c: MOV RDI,qword ptr [RBX + 0x28] TEST RDI,RDI JZ 0x0019239a CALL 0x0016fa60 LAB_0019239a: LEA RAX,[0x22f3a8] ADD RAX,0x10 MOV qword ptr [RBX],RAX...
/* minja::SliceExpr::~SliceExpr() */ void __thiscall minja::SliceExpr::~SliceExpr(SliceExpr *this) { *(int ***)this = &PTR_do_evaluate_0022f6e8; if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) != (_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) { std::_Sp_counted_base<(__gnu_cxx...
21,560
testing::internal::RegisterTypeParameterizedTestSuite(char const*, testing::internal::CodeLocation)
seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest.cc
void RegisterTypeParameterizedTestSuite(const char* test_suite_name, CodeLocation code_location) { GetUnitTestImpl()->type_parameterized_test_registry().RegisterTestSuite( test_suite_name, code_location); }
O1
cpp
testing::internal::RegisterTypeParameterizedTestSuite(char const*, testing::internal::CodeLocation): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x30, %rsp movq %rsi, %rbx movq %rdi, %r14 callq 0x1d29e movl $0x100, %r15d # imm = 0x100 addq 0x4140f43(%rip), %r15 # 0x415df60 leaq 0x18(%rsp), ...
_ZN7testing8internal34RegisterTypeParameterizedTestSuiteEPKcNS0_12CodeLocationE: push r15; int push r14; void * push r13; int push r12; __int64 push rbx; int sub rsp, 30h mov rbx, rsi mov r14, rdi call _ZN7testing8UnitTest11GetInstanceEv; testing::UnitTest::GetInstance(void) mov r15d, ...
RegisterTypeParameterizedTestSuite: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI CALL 0x0011d29e MOV R15D,0x100 ADD R15,qword ptr [0x0425df60] LEA R13,[RSP + 0x18] MOV qword ptr [R13 + -0x10],R13 MOV RSI,qword ptr [RBX] MOV RDX,qword ptr [RBX + 0x8] ADD RDX,RSI LEA R12,[RSP + 0x8] M...
/* testing::internal::RegisterTypeParameterizedTestSuite(char const*, testing::internal::CodeLocation) */ void testing::internal::RegisterTypeParameterizedTestSuite(int8 param_1,long *param_2) { TypeParameterizedTestSuiteRegistry *pTVar1; long *local_50 [2]; long local_40 [2]; int4 local_30; UnitTest...
21,561
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
hkr04[P]cpp-mcp/common/json.hpp
const_reference operator[](size_type idx) const { // const operator[] only works for arrays if (JSON_HEDLEY_LIKELY(is_array())) { return m_data.m_value.array->operator[](idx); } JSON_THROW(type_error::create(305, detail::concat("cannot use operator[] with a numer...
O1
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 2 jnz short loc_C813 mov rax,...
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>::operator[]( long long a1, long long a2) { nlohmann::json_abi_v3_1...
operator[]: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RDI CMP byte ptr [RDI],0x2 JNZ 0x0010c813 MOV RAX,qword ptr [R14 + 0x8] SHL RSI,0x4 ADD RSI,qword ptr [RAX] MOV RAX,RSI ADD RSP,0x30 POP RBX POP R14 POP RBP RET LAB_0010c813: MOV EDI,0x20 CALL 0x00108280 MOV RBX,RAX MOV RDI,R14 CALL 0x0010b6b4 LEA RDX,[RSP + 0...
/* 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>::operator[](unsigned long) cons...
21,562
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
hkr04[P]cpp-mcp/common/json.hpp
const_reference operator[](size_type idx) const { // const operator[] only works for arrays if (JSON_HEDLEY_LIKELY(is_array())) { return m_data.m_value.array->operator[](idx); } JSON_THROW(type_error::create(305, detail::concat("cannot use operator[] with a numer...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 2 jnz short loc_C609 mov rax,...
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>::operator[]( long long a1, long long a2) { nlohmann::json_abi_v3_1...
operator[]: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RDI CMP byte ptr [RDI],0x2 JNZ 0x0010c609 MOV RAX,qword ptr [R14 + 0x8] SHL RSI,0x4 ADD RSI,qword ptr [RAX] MOV RAX,RSI ADD RSP,0x30 POP RBX POP R14 POP RBP RET LAB_0010c609: MOV EDI,0x20 CALL 0x00108280 MOV RBX,RAX MOV RDI,R14 CALL 0x0010b486 LEA RDX,[RSP + 0...
/* 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>::operator[](unsigned long) cons...
21,563
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long)
llama.cpp/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); // <------------------------...
O3
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 0x51c0a cmpq %rcx, %rdx ja 0x51c26 movq %rcx, %r10 subq %r8, %r10 jb 0x51c42 testq %r9, %r9 je 0x51c5e movq %rdx, %rax subq %r8, %rax setbe %r11b cmpq %r9,...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl12grisu2_roundEPcimmmm: push rax test esi, esi jle loc_51C0A cmp rdx, rcx ja loc_51C26 mov r10, rcx sub r10, r8 jb loc_51C42 test r9, r9 jz loc_51C5E mov rax, rdx sub rax, r8 setbe r11b cmp r10, r9 setb r10b or ...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm0,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) { ...
grisu2_round: PUSH RAX TEST ESI,ESI JLE 0x00151c0a CMP RDX,RCX JA 0x00151c26 MOV R10,RCX SUB R10,R8 JC 0x00151c42 TEST R9,R9 JZ 0x00151c5e MOV RAX,RDX SUB RAX,R8 SETBE R11B CMP R10,R9 SETC R10B OR R10B,R11B JNZ 0x00151be7 MOV ESI,ESI ADD R8,R9 SUB RCX,R8 MOV R10,RDX NEG R10 LAB_00151baf: CMP R8,RDX JC 0x00151bbd LEA R1...
/* 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; ...
21,564
prepare_resize_simple_key_cache
eloqsql/mysys/mf_keycache.c
static int prepare_resize_simple_key_cache(SIMPLE_KEY_CACHE_CB *keycache, my_bool release_lock) { int res= 0; DBUG_ENTER("prepare_resize_simple_key_cache"); keycache_pthread_mutex_lock(&keycache->cache_lock); /* We may need to wait for another thread which is doing a...
O0
c
prepare_resize_simple_key_cache: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movb %sil, %al movq %rdi, -0x8(%rbp) movb %al, -0x9(%rbp) movl $0x0, -0x10(%rbp) movq -0x8(%rbp), %rdi addq $0xc0, %rdi leaq 0x652d4(%rip), %rsi # 0xd9bff movl $0x2a9, %edx # imm = 0x2A9 callq 0x71150 movq -0x8(%rbp), %rax cmpb ...
prepare_resize_simple_key_cache: push rbp mov rbp, rsp sub rsp, 20h mov al, sil mov [rbp+var_8], rdi mov [rbp+var_9], al mov [rbp+var_10], 0 mov rdi, [rbp+var_8] add rdi, 0C0h lea rsi, aWorkspaceLlm4b_19; "/workspace/llm4binary/github2025/eloqsq"... mov edx, 2A9h call inlin...
long long prepare_resize_simple_key_cache(long long a1, char a2) { unsigned int v3; // [rsp+10h] [rbp-10h] v3 = 0; inline_mysql_mutex_lock_9(a1 + 192, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/mf_keycache.c", 0x2A9u); while ( *(_BYTE *)(a1 + 1) ) wait_on_queue((long long *)(a1 + 264), (co...
prepare_resize_simple_key_cache: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV AL,SIL MOV qword ptr [RBP + -0x8],RDI MOV byte ptr [RBP + -0x9],AL MOV dword ptr [RBP + -0x10],0x0 MOV RDI,qword ptr [RBP + -0x8] ADD RDI,0xc0 LEA RSI,[0x1d9bff] MOV EDX,0x2a9 CALL 0x00171150 LAB_00174935: MOV RAX,qword ptr [RBP + -0x8] CMP byte ptr...
int4 prepare_resize_simple_key_cache(long param_1,char param_2) { int iVar1; int4 local_18; local_18 = 0; inline_mysql_mutex_lock (param_1 + 0xc0,"/workspace/llm4binary/github2025/eloqsql/mysys/mf_keycache.c",0x2a9); while (*(char *)(param_1 + 1) != '\0') { wait_on_queue(param_1 + 0x108);...
21,565
CLI::OptionAlreadyAdded::~OptionAlreadyAdded()
MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/Error.hpp
explicit OptionAlreadyAdded(std::string name) : OptionAlreadyAdded(name + " is already added", ExitCodes::OptionAlreadyAdded) {}
O3
cpp
CLI::OptionAlreadyAdded::~OptionAlreadyAdded(): pushq %rbx movq %rdi, %rbx leaq 0x2ba69(%rip), %rax # 0x49358 movq %rax, (%rdi) movq 0x18(%rdi), %rdi leaq 0x28(%rbx), %rax cmpq %rax, %rdi je 0x1d90a movq (%rax), %rsi incq %rsi callq 0x7430 movq %rbx, %rdi callq 0x7490 movl $0x38, %esi movq %rbx, %rdi popq %rbx jmp ...
_ZN3CLI18OptionAlreadyAddedD0Ev: push rbx mov rbx, rdi lea rax, off_49358 mov [rdi], rax mov rdi, [rdi+18h]; void * lea rax, [rbx+28h] cmp rdi, rax jz short loc_1D90A mov rsi, [rax] inc rsi; unsigned __int64 call __ZdlPvm; operator delete(void *,ulong) loc_1D90A: mov rdi, ...
void CLI::OptionAlreadyAdded::~OptionAlreadyAdded(CLI::OptionAlreadyAdded *this) { char *v2; // rdi *(_QWORD *)this = off_49358; v2 = (char *)*((_QWORD *)this + 3); if ( v2 != (char *)this + 40 ) operator delete(v2, *((_QWORD *)this + 5) + 1LL); std::runtime_error::~runtime_error(this); operator delet...
~OptionAlreadyAdded: PUSH RBX MOV RBX,RDI LEA RAX,[0x149358] MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x18] LEA RAX,[RBX + 0x28] CMP RDI,RAX JZ 0x0011d90a MOV RSI,qword ptr [RAX] INC RSI CALL 0x00107430 LAB_0011d90a: MOV RDI,RBX CALL 0x00107490 MOV ESI,0x38 MOV RDI,RBX POP RBX JMP 0x00107430
/* CLI::OptionAlreadyAdded::~OptionAlreadyAdded() */ void __thiscall CLI::OptionAlreadyAdded::~OptionAlreadyAdded(OptionAlreadyAdded *this) { *(int ***)this = &PTR__Error_00149358; if (*(OptionAlreadyAdded **)(this + 0x18) != this + 0x28) { operator_delete(*(OptionAlreadyAdded **)(this + 0x18),*(long *)(this...
21,566
mi_log
eloqsql/storage/myisam/mi_log.c
int mi_log(int activate_log) { int error=0; char buff[FN_REFLEN]; DBUG_ENTER("mi_log"); log_type=activate_log; if (activate_log) { if (!myisam_pid) myisam_pid=(ulong) getpid(); if (myisam_log_file < 0) { if ((myisam_log_file= mysql_file_create(mi_key_file_log, ...
O3
c
mi_log: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x270, %rsp # imm = 0x270 movq %fs:0x28, %rax movq %rax, -0x28(%rbp) movl %edi, 0xb8293f(%rip) # 0xc027f8 testl %edi, %edi je 0x7ff79 cmpq $0x0, 0xb82927(%rip) # 0xc027f0 jne 0x7fed9 callq 0x29880 cltq movq %rax, 0xb82...
mi_log: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 270h mov rax, fs:28h mov [rbp+var_28], rax mov cs:log_type, edi test edi, edi jz loc_7FF79 cmp cs:myisam_pid, 0 jnz short loc_7FED9 call _getpid cdqe mov cs:myisam_pid, rax loc_7FED9: lea...
long long mi_log(int a1) { unsigned int v1; // r14d long long v2; // rbx long long v3; // rax long long v4; // rdi int v5; // eax long long result; // rax unsigned int v7; // ebx long long v8; // rax long long v9; // rdi unsigned int v10; // eax unsigned int v11[19]; // [rsp+8h] [rbp-288h] BYREF ...
mi_log: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x270 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX MOV dword ptr [0x00d027f8],EDI TEST EDI,EDI JZ 0x0017ff79 CMP qword ptr [0x00d027f0],0x0 JNZ 0x0017fed9 CALL 0x00129880 CDQE MOV qword ptr [0x00d027f0],RAX LAB_0017fed9: LEA R12,[0x...
int4 mi_log(int param_1) { int iVar1; __pid_t _Var2; int4 uVar3; int8 uVar4; int4 *puVar5; long lVar6; long in_FS_OFFSET; int local_290 [19]; int local_244; long local_240; int1 local_238 [520]; long local_30; iVar1 = myisam_log_file; local_30 = *(long *)(in_FS_OFFSET + 0x28); log_typ...
21,567
backtick_string
eloqsql/strings/my_vsnprintf.c
static char *backtick_string(CHARSET_INFO *cs, char *to, const char *end, char *par, size_t par_len, char quote_char, my_bool cut) { char *last[3]= {0,0,0}; uint char_len; char *start= to; char *par_end= par + par_len; size_t buff_length= (size_t) (end...
O0
c
backtick_string: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movb %r9b, %al movb 0x10(%rbp), %r9b movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movb %al, -0x31(%rbp) leaq -0x50(%rbp), %rdi xorl %esi, %esi movl $0x18, %edx callq 0x251d0 movq -0x18(%rbp)...
backtick_string: push rbp mov rbp, rsp sub rsp, 80h mov al, r9b mov r9b, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_31], al lea rdi, [rbp+var_50] xor esi, esi mov edx, 18h ca...
_BYTE * backtick_string( long long a1, _BYTE *a2, unsigned long long a3, char *a4, unsigned long long a5, char a6, char a7) { _BYTE *v7; // rax _BYTE *v8; // rax unsigned int v10; // [rsp+4h] [rbp-7Ch] char v11; // [rsp+Bh] [rbp-75h] unsigned int v12; //...
backtick_string: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV AL,R9B MOV R9B,byte ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV byte ptr [RBP + -0x31],AL LEA RDI,[RBP + -0x50] XOR ESI,ESI MOV E...
char * backtick_string(int8 param_1,char *param_2,char *param_3,char *param_4,ulong param_5, char param_6,char param_7) { char cVar1; uint uVar2; char *pcVar3; uint local_84; uint local_7c; char *local_68; long local_58 [3]; char local_39; ulong local_38; char *local_30; ch...
21,568
pvio_socket_write
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
ssize_t pvio_socket_write(MARIADB_PVIO *pvio, const uchar *buffer, size_t length) { ssize_t r; struct st_pvio_socket *csock; int timeout; int send_flags= MSG_DONTWAIT; #ifdef MSG_NOSIGNAL send_flags|= MSG_NOSIGNAL; #endif if (!pvio || !pvio->data) return -1; csock= (struct st_pvio_socket *)pvio->data...
O0
c
pvio_socket_write: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl $0x40, -0x38(%rbp) movl -0x38(%rbp), %eax orl $0x4000, %eax # imm = 0x4000 movl %eax, -0x38(%rbp) cmpq $0x0, -0x10(%rbp) je 0x41dd7 movq -0x10(%rbp), %rax cmpq $0x0, (%rax) ...
pvio_socket_write: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_38], 40h ; '@' mov eax, [rbp+var_38] or eax, 4000h mov [rbp+var_38], eax cmp [rbp+var_10], 0 jz short loc_41DD7 mov rax, [rbp+var_10] ...
long long pvio_socket_write(unsigned int **a1, long long a2, long long a3) { long long v3; // rdi unsigned int v5; // [rsp+Ch] [rbp-34h] unsigned int *v6; // [rsp+10h] [rbp-30h] long long v7; // [rsp+18h] [rbp-28h] if ( !a1 || !*a1 ) return -1LL; v6 = *a1; v5 = *((_DWORD *)a1 + 11); while ( 1 ) ...
pvio_socket_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 MOV dword ptr [RBP + -0x38],0x40 MOV EAX,dword ptr [RBP + -0x38] OR EAX,0x4000 MOV dword ptr [RBP + -0x38],EAX CMP qword ptr [RBP + -0x10],0x0 JZ 0x00141dd7 MOV RAX,qword ...
long pvio_socket_write(long *param_1,int8 param_2,int8 param_3) { int iVar1; int4 *puVar2; int iVar3; long lVar4; int *piVar5; if ((param_1 != (long *)0x0) && (*param_1 != 0)) { puVar2 = (int4 *)*param_1; iVar1 = *(int *)((long)param_1 + 0x2c); do { lVar4 = ma_send(*puVar2,param_2,par...
21,569
moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::Block* moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::requisition_block<(moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefa...
angrymouse[P]emittra/include/concurrentqueue.h
Block* requisition_block() { auto block = try_get_block_from_initial_pool(); if (block != nullptr) { return block; } block = try_get_block_from_free_list(); if (block != nullptr) { return block; } MOODYCAMEL_CONSTEXPR_IF (canAlloc == CanAlloc) { return create<Block>(); } else { retu...
O0
c
moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::Block* moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::requisition_block<(moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefa...
_ZN10moodycamel15ConcurrentQueueIN7emittra7Emittra11QueuedEventENS_28ConcurrentQueueDefaultTraitsEE17requisition_blockILNS5_14AllocationModeE0EEEPNS5_5BlockEv: sub rsp, 28h mov [rsp+28h+var_10], rdi mov rdi, [rsp+28h+var_10] mov [rsp+28h+var_20], rdi call _ZN10moodycamel15ConcurrentQueueIN7emittra7Em...
long long moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent,moodycamel::ConcurrentQueueDefaultTraits>::requisition_block<(moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent,moodycamel::ConcurrentQueueDefaultTraits>::AllocationMode)0>( long long a1) { long long block_from_initial_pool; // [rsp+...
requisition_block<(moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent,moodycamel::ConcurrentQueueDefaultTraits>::AllocationMode)0>: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV RDI,qword ptr [RSP + 0x18] MOV qword ptr [RSP + 0x8],RDI CALL 0x00118930 MOV qword ptr [RSP + 0x10],RAX CMP qword ptr [RSP + 0x10],0x...
/* moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::Block* moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::ConcurrentQueueDefaultTraits>::requisition_block<(moodycamel::ConcurrentQueue<emittra::Emittra::QueuedEvent, moodycamel::Con...
21,570
nglog::internal::CheckOpMessageBuilder::NewString[abi:cxx11]()
ng-log[P]ng-log/src/logging.cc
std::unique_ptr<string> CheckOpMessageBuilder::NewString() { *stream_ << ")"; return std::make_unique<std::string>(stream_->str()); }
O2
cpp
nglog::internal::CheckOpMessageBuilder::NewString[abi:cxx11](): pushq %r14 pushq %rbx subq $0x28, %rsp movq %rsi, %r14 movq %rdi, %rbx movq (%rsi), %rdi leaq 0x128b2(%rip), %rsi # 0x20dad callq 0x8590 movq (%r14), %rsi addq $0x8, %rsi leaq 0x8(%rsp), %r14 movq %r14, %rdi callq 0x8960 movq %rbx, %rdi movq %r14, %rsi...
_ZN5nglog8internal21CheckOpMessageBuilder9NewStringB5cxx11Ev: push r14 push rbx sub rsp, 28h mov r14, rsi mov rbx, rdi mov rdi, [rsi] lea rsi, aVoidNglogAnony+86h; ")" call __ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc; std::operator<<<std::char_traits<char>>(std::ostream &,char ...
long long nglog::internal::CheckOpMessageBuilder::NewString[abi:cxx11](long long a1, _QWORD *a2) { _BYTE v3[48]; // [rsp+8h] [rbp-30h] BYREF std::operator<<<std::char_traits<char>>(*a2, ")"); std::stringbuf::str(v3, *a2 + 8LL); std::make_unique<std::string,std::string>(a1, v3); std::string::~string(v3); r...
NewString[abi:cxx11]: PUSH R14 PUSH RBX SUB RSP,0x28 MOV R14,RSI MOV RBX,RDI MOV RDI,qword ptr [RSI] LEA RSI,[0x120dad] CALL 0x00108590 MOV RSI,qword ptr [R14] ADD RSI,0x8 LEA R14,[RSP + 0x8] MOV RDI,R14 CALL 0x00108960 LAB_0010e514: MOV RDI,RBX MOV RSI,R14 CALL 0x001109db LAB_0010e51f: LEA RDI,[RSP + 0x8] CALL 0x00108...
/* nglog::internal::CheckOpMessageBuilder::NewString[abi:cxx11]() */ void nglog::internal::CheckOpMessageBuilder::NewString_abi_cxx11_(void) { int8 *in_RSI; string *in_RDI; string local_30 [32]; std::operator<<((ostream *)*in_RSI,")"); std::__cxx11::stringbuf::str(); /* try { // try ...
21,571
flush_cached_blocks
eloqsql/mysys/mf_keycache.c
static int flush_cached_blocks(SIMPLE_KEY_CACHE_CB *keycache, File file, BLOCK_LINK **cache, BLOCK_LINK **end, enum flush_type type) { int error; int last_errno= 0; uint count= (uint) (end-cache); /* Don't lock the cac...
O3
c
flush_cached_blocks: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r8d, %r14d movq %rdx, %r15 movl %esi, -0x34(%rbp) movq %rdi, %r13 movq %rcx, -0x40(%rbp) movq %rcx, %rbx subq %rdx, %rbx shrq $0x3, %rbx leaq 0xc0(%rdi), %r12 movq 0x100(%rdi), %rdi testq %rdi, ...
flush_cached_blocks_0: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r14d, r8d mov r15, rdx mov [rbp+var_34], esi mov r13, rdi mov [rbp+var_40], rcx mov rbx, rcx sub rbx, rdx shr rbx, 3 lea r12, [rdi+0C0h] mov rdi, [...
long long flush_cached_blocks_0(_QWORD *a1, unsigned int a2, long long *a3, long long *a4, int a5) { long long *v6; // r15 unsigned long long v8; // rbx long long v9; // r12 long long v10; // rbx long long v11; // r12 int v12; // eax int v13; // r14d long long v14; // rdi int v15; // ebx _DWORD *v1...
flush_cached_blocks: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R14D,R8D MOV R15,RDX MOV dword ptr [RBP + -0x34],ESI MOV R13,RDI MOV qword ptr [RBP + -0x40],RCX MOV RBX,RCX SUB RBX,RDX SHR RBX,0x3 LEA R12,[RDI + 0xc0] MOV RDI,qword ptr [RDI + 0x100] TEST RDI,RDI JNZ 0x0019a13d LA...
uint flush_cached_blocks(long param_1,int4 param_2,long *param_3,long *param_4,int param_5) { pthread_mutex_t *__mutex; long lVar1; int iVar2; uint *puVar3; uint uVar4; uint local_34; __mutex = (pthread_mutex_t *)(param_1 + 0xc0); if (*(long *)(param_1 + 0x100) != 0) { (**(code **)(PSI_server +...
21,572
jsc_module_loader
bluesky950520[P]quickjs/qjsc.c
JSModuleDef *jsc_module_loader(JSContext *ctx, const char *module_name, void *opaque) { JSModuleDef *m; namelist_entry_t *e; /* check if it is a declared C or system module */ e = namelist_find(&cmodule_list, module_name); if (e) { /* add in the static init mod...
O1
c
jsc_module_loader: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x828, %rsp # imm = 0x828 movq %rsi, %r12 movq %rdi, %rbx leaq 0xb9949(%rip), %rdi # 0xcd568 callq 0x13bbb testq %rax, %rax je 0x13c61 movq (%rax), %rsi movq 0x8(%rax), %rdx leaq 0xb9941(%rip), %rdi # 0xcd578 x...
jsc_module_loader: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 828h mov r12, rsi mov rbx, rdi lea rdi, cmodule_list call namelist_find test rax, rax jz short loc_13C61 mov rsi, [rax] mov rdx, [rax+8] lea rdi, init_module_list xor ecx, ecx c...
long long jsc_module_loader(long long a1, long long a2) { int v2; // r12d long long *v3; // rax int v5; // ecx int v6; // r8d int v7; // r9d const char *v8; // rsi long long v9; // r15 long long v10; // rax long long v11; // r14 long long v12; // rdx long long v13; // r13 int v14; // ebp long...
21,573
jsc_module_loader
bluesky950520[P]quickjs/qjsc.c
JSModuleDef *jsc_module_loader(JSContext *ctx, const char *module_name, void *opaque) { JSModuleDef *m; namelist_entry_t *e; /* check if it is a declared C or system module */ e = namelist_find(&cmodule_list, module_name); if (e) { /* add in the static init mod...
O2
c
jsc_module_loader: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x828, %rsp # imm = 0x828 movq %rsi, %r12 movq %rdi, %rbx leaq 0xac946(%rip), %rdi # 0xbb578 callq 0xebbf testq %rax, %rax je 0xec74 movq (%rax), %rsi movq 0x8(%rax), %rdx leaq 0xac93e(%rip), %rdi # 0xbb588 xor...
jsc_module_loader: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 828h mov r12, rsi mov rbx, rdi lea rdi, cmodule_list call namelist_find test rax, rax jz short loc_EC74 mov rsi, [rax] mov rdx, [rax+8] lea rdi, init_module_list xor ecx, ecx ca...
long long jsc_module_loader(long long a1, long long a2) { long long *v2; // rax int v4; // ecx int v5; // r8d int v6; // r9d long long v7; // r15 long long v8; // rax int v9; // ecx int v10; // r8d int v11; // r9d long long v12; // r14 long long v13; // rdx long long v14; // r13 int v15; // e...
jsc_module_loader: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x828 MOV R12,RSI MOV RBX,RDI LEA RDI,[0x1bb578] CALL 0x0010ebbf TEST RAX,RAX JZ 0x0010ec74 MOV RSI,qword ptr [RAX] MOV RDX,qword ptr [RAX + 0x8] LEA RDI,[0x1bb588] XOR ECX,ECX CALL 0x0010eaec LEA RDX,[0x10ee00] MOV RDI,RBX MOV RSI,R12 ADD...
int8 jsc_module_loader(int8 param_1,int8 param_2) { int iVar1; int8 *puVar2; int8 uVar3; long lVar4; size_t sVar5; uint uVar6; int1 auVar7 [16]; int8 local_840; char local_838 [1008]; int1 local_448; char local_438 [1032]; puVar2 = (int8 *)namelist_find(cmodule_list); if (puVar2 != (int8 ...
21,574
Binary_string::set_fcvt(double, unsigned int)
eloqsql/sql/sql_string.cc
bool Binary_string::set_fcvt(double num, uint decimals) { // Assert that `decimals` is small enough to fit into FLOATING_POINT_BUFFER DBUG_ASSERT(decimals < DECIMAL_NOT_SPECIFIED); if (alloc(FLOATING_POINT_BUFFER)) return true; length(my_fcvt(num, decimals, Ptr, NULL)); return false; }
O3
cpp
Binary_string::set_fcvt(double, unsigned int): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %esi, %r14d movq %rdi, %rbx cmpl $0x15d, 0xc(%rdi) # imm = 0x15D ja 0x268e5 movl $0x15e, %esi # imm = 0x15E movq %rbx, %rdi movsd %xmm0, -0x20(%rbp) callq 0x265ec movsd -0x20(%rbp)...
_ZN13Binary_string8set_fcvtEdj: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14d, esi mov rbx, rdi cmp dword ptr [rdi+0Ch], 15Dh ja short loc_268E5 mov esi, 15Eh; unsigned __int64 mov rdi, rbx; this movsd [rbp+var_20], xmm0 call _ZN13Binary_string10real...
long long Binary_string::set_fcvt(Binary_string *this, double a2, unsigned int a3) { unsigned int v3; // r15d if ( *((_DWORD *)this + 3) > 0x15Du || (LOBYTE(v3) = 1, !(unsigned __int8)Binary_string::real_alloc(this, 0x15EuLL)) ) { v3 = 0; *((_DWORD *)this + 2) = my_fcvt(a3, *(_QWORD *)this, 0LL, a2); ...
set_fcvt: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14D,ESI MOV RBX,RDI CMP dword ptr [RDI + 0xc],0x15d JA 0x001268e5 MOV ESI,0x15e MOV RDI,RBX MOVSD qword ptr [RBP + -0x20],XMM0 CALL 0x001265ec MOVSD XMM0,qword ptr [RBP + -0x20] MOV R15B,0x1 TEST AL,AL JNZ 0x001268f8 LAB_001268e5: MOV RSI,qword ptr...
/* Binary_string::set_fcvt(double, unsigned int) */ ulong __thiscall Binary_string::set_fcvt(Binary_string *this,double param_1,uint param_2) { char cVar1; int4 uVar2; int8 unaff_R15; ulong uVar3; if (*(uint *)(this + 0xc) < 0x15e) { cVar1 = real_alloc(this,0x15e); uVar3 = CONCAT71((int7)((ulong...
21,575
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/primvarRefiner.h
inline void PrimvarRefinerReal<REAL>::InterpolateVarying(int level, T const & src, U & dst) const { assert(level>0 && level<=(int)_refiner._refinements.size()); Vtr::internal::Refinement const & refinement = _refiner.getRefinement(level-1); Vtr::internal::Level const & parent = refinement.parent(...
O1
c
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
_ZNK10OpenSubdiv6v3_6_03Far18PrimvarRefinerRealIfE18InterpolateVaryingINS1_8internal14StencilBuilderIfE5IndexES8_EEviRKT_RT0_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov [rsp+98h+var_48], rcx mov [rsp+98h+var_50], rdx test esi, esi jle loc_730DF mov r...
long long OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>( long long a1, int a2, long long *a3, long long *a4) { long long v4; // rax...
InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV qword ptr [RSP + 0x50],RCX MOV qword ptr [RSP + 0x48],RDX TEST ESI,ESI JLE 0x001730df MOV RCX,qword ...
/* void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::...
21,576
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/primvarRefiner.h
inline void PrimvarRefinerReal<REAL>::InterpolateVarying(int level, T const & src, U & dst) const { assert(level>0 && level<=(int)_refiner._refinements.size()); Vtr::internal::Refinement const & refinement = _refiner.getRefinement(level-1); Vtr::internal::Level const & parent = refinement.parent(...
O2
c
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
_ZNK10OpenSubdiv6v3_6_03Far18PrimvarRefinerRealIfE18InterpolateVaryingINS1_8internal14StencilBuilderIfE5IndexES8_EEviRKT_RT0_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h test esi, esi jle loc_845D1 mov rbx, rcx mov rcx, [rdi] mov rax, [rcx+48h] mov rc...
long long OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>( long long a1, int a2, long long *a3, long long *a4) { long long v5; // rax...
InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 TEST ESI,ESI JLE 0x001845d1 MOV RBX,RCX MOV RCX,qword ptr [RDI] MOV RAX,qword ptr [RCX + 0x48] MOV RCX,q...
/* void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::...
21,577
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/primvarRefiner.h
inline void PrimvarRefinerReal<REAL>::InterpolateVarying(int level, T const & src, U & dst) const { assert(level>0 && level<=(int)_refiner._refinements.size()); Vtr::internal::Refinement const & refinement = _refiner.getRefinement(level-1); Vtr::internal::Level const & parent = refinement.parent(...
O3
c
void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::Far::internal::St...
_ZNK10OpenSubdiv6v3_6_03Far18PrimvarRefinerRealIfE18InterpolateVaryingINS1_8internal14StencilBuilderIfE5IndexES8_EEviRKT_RT0_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov [rsp+98h+var_60], rcx mov [rsp+98h+var_68], rdx test esi, esi jle loc_746CB mov r...
long long OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>( long long a1, int a2, long long *a3, long long *a4) { long long v4; // rax...
InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index,OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV qword ptr [RSP + 0x38],RCX MOV qword ptr [RSP + 0x30],RDX TEST ESI,ESI JLE 0x001746cb MOV RCX,qword ...
/* void OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::InterpolateVarying<OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index>(int, OpenSubdiv::v3_6_0::Far::internal::StencilBuilder<float>::Index const&, OpenSubdiv::v3_6_0::...
21,578
tree_insert
eloqsql/mysys/tree.c
TREE_ELEMENT *tree_insert(TREE *tree, void *key, uint key_size, void* custom_arg) { int cmp; TREE_ELEMENT *element,***parent; parent= tree->parents; *parent = &tree->root; element= tree->root; for (;;) { if (element == &null_element || (cmp = (*tree->compare)(custom_arg, ELE...
O0
c
tree_insert: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq %rcx, -0x28(%rbp) movq -0x10(%rbp), %rax addq $0x8, %rax movq %rax, -0x40(%rbp) movq -0x10(%rbp), %rcx movq -0x40(%rbp), %rax movq %rcx, (%rax) movq -0x10(%rbp), %rax movq (%rax), %rax movq...
tree_insert: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov [rbp+var_28], rcx mov rax, [rbp+var_10] add rax, 8 mov [rbp+var_40], rax mov rcx, [rbp+var_10] mov rax, [rbp+var_40] mov [rax], rcx mov rax, [rbp+v...
long long tree_insert(long long a1, long long a2, unsigned int a3, long long a4) { int v4; // eax char ***v5; // rax char ***v6; // rax long long ( *v8)(long long, char *, long long); // [rsp+8h] [rbp-58h] unsigned int v9; // [rsp+1Ch] [rbp-44h] char ***v10; // [rsp+20h] [rbp-40h] char *v11; // [rsp+28h]...
21,579
tree_insert
eloqsql/mysys/tree.c
TREE_ELEMENT *tree_insert(TREE *tree, void *key, uint key_size, void* custom_arg) { int cmp; TREE_ELEMENT *element,***parent; parent= tree->parents; *parent = &tree->root; element= tree->root; for (;;) { if (element == &null_element || (cmp = (*tree->compare)(custom_arg, ELE...
O3
c
tree_insert: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rcx, %r13 movq %rsi, %r15 movq %rdi, %rbx leaq 0x8(%rdi), %r12 movq %rdx, -0x38(%rbp) leal 0x18(%rdx), %eax movq %rax, -0x40(%rbp) leaq 0x2e2dd2(%rip), %rax # 0x38bf30 movq %r12, -0x30(%rbp) movq %rb...
tree_insert: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r13, rcx mov r15, rsi mov rbx, rdi lea r12, [rdi+8] mov [rbp+var_38], rdx lea eax, [rdx+18h] mov [rbp+var_40], rax lea rax, null_element mov [rbp+var_30], r12 lo...
long long tree_insert(long long a1, long long a2, int a3, long long a4) { long long v7; // r12 _QWORD *v8; // r14 char *v9; // rsi unsigned int v10; // eax _QWORD *v11; // rax int v12; // edx long long v13; // rsi unsigned long long v14; // rax unsigned long long v15; // rcx int v16; // eax int v...
tree_insert: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R13,RCX MOV R15,RSI MOV RBX,RDI LEA R12,[RDI + 0x8] MOV qword ptr [RBP + -0x38],RDX LEA EAX,[RDX + 0x18] MOV qword ptr [RBP + -0x40],RAX LEA RAX,[0x48bf30] MOV qword ptr [RBP + -0x30],R12 LAB_001a9162: MOV qword ptr [RBX + 0...
long * tree_insert(long *param_1,void *param_2,int param_3,int8 param_4) { int8 *puVar1; long *plVar2; long *plVar3; uint uVar4; ulong uVar5; long *plVar6; uint uVar7; long *plVar8; size_t __n; int1 *puVar9; ulong uVar10; long *plVar11; long lVar12; long *plVar13; while( true ) { ...
21,580
addEdge
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_island.c
static int addEdge(int* treenedge, int* edge, int nedge, int tree1, int tree2, int nedge_max) { // handle the static tree if (tree1 == -1 && tree2 == -1) { mjERROR("self-edge of the static tree"); // SHOULD NOT OCCUR return 0; } if (tree1 == -1) tree1 = tree2; if (tree2 == -1) tree2 = tree1; // pr...
O0
c
addEdge: subq $0xc58, %rsp # imm = 0xC58 movq %rdi, 0xc48(%rsp) movq %rsi, 0xc40(%rsp) movl %edx, 0xc3c(%rsp) movl %ecx, 0xc38(%rsp) movl %r8d, 0xc34(%rsp) movl %r9d, 0xc30(%rsp) cmpl $-0x1, 0xc38(%rsp) jne 0x93dc6 cmpl $-0x1, 0xc34(%rsp) jne 0x93dc6 movq $0x7, 0x828(%rsp) leaq 0x830(%rsp), %rdi leaq 0x484c1...
addEdge: sub rsp, 0C58h mov [rsp+0C58h+var_10], rdi mov [rsp+0C58h+var_18], rsi mov [rsp+0C58h+var_1C], edx mov [rsp+0C58h+var_20], ecx mov [rsp+0C58h+var_24], r8d mov [rsp+0C58h+var_28], r9d cmp [rsp+0C58h+var_20], 0FFFFFFFFh jnz short loc_93DC6 cmp [rsp+0C58h+var_24], 0FFFFFFFF...
long long addEdge(long long a1, long long a2, unsigned int a3, int a4, int a5, int a6) { int v7; // [rsp+0h] [rbp-C58h] int v8; // [rsp+4h] [rbp-C54h] _BYTE v9[7]; // [rsp+10h] [rbp-C48h] BYREF char v10; // [rsp+17h] [rbp-C41h] BYREF _BYTE v11[7]; // [rsp+420h] [rbp-838h] BYREF char v12; // [rsp+427h] [rbp...
addEdge: SUB RSP,0xc58 MOV qword ptr [RSP + 0xc48],RDI MOV qword ptr [RSP + 0xc40],RSI MOV dword ptr [RSP + 0xc3c],EDX MOV dword ptr [RSP + 0xc38],ECX MOV dword ptr [RSP + 0xc34],R8D MOV dword ptr [RSP + 0xc30],R9D CMP dword ptr [RSP + 0xc38],-0x1 JNZ 0x00193dc6 CMP dword ptr [RSP + 0xc34],-0x1 JNZ 0x00193dc6 MOV qword...
int addEdge(long param_1,long param_2,int param_3,int param_4,int param_5,int param_6) { int local_c58; int local_c54; char local_c48 [7]; char acStack_c41 [1025]; long local_840; char local_838 [1024]; int local_438; int local_434; long local_430; char local_428 [1024]; int local_28; int loca...
21,581
addEdge
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_island.c
static int addEdge(int* treenedge, int* edge, int nedge, int tree1, int tree2, int nedge_max) { // handle the static tree if (tree1 == -1 && tree2 == -1) { mjERROR("self-edge of the static tree"); // SHOULD NOT OCCUR return 0; } if (tree1 == -1) tree1 = tree2; if (tree2 == -1) tree2 = tree1; // pr...
O3
c
addEdge: pushq %rbx subq $0x400, %rsp # imm = 0x400 movl %r8d, %eax andl %ecx, %eax cmpl $-0x1, %eax je 0x5779a cmpl $-0x1, %ecx movl %ecx, %r10d cmovel %r8d, %r10d cmpl $-0x1, %r8d cmovel %ecx, %r8d testl %edx, %edx je 0x577d0 leal (%rdx,%rdx), %eax movslq %eax, %rcx movl -0x8(%rsi,%rcx,4), %eax movl -0x4(%...
addEdge: push rbx sub rsp, 400h mov eax, r8d and eax, ecx cmp eax, 0FFFFFFFFh jz short loc_5779A cmp ecx, 0FFFFFFFFh mov r10d, ecx cmovz r10d, r8d cmp r8d, 0FFFFFFFFh cmovz r8d, ecx test edx, edx jz short loc_577D0 lea eax, [rdx+rdx] movsxd rcx, eax mov eax, [rsi...
long long addEdge(long long a1, long long a2, unsigned int a3, int a4, int a5, int a6) { int v6; // r10d long long v7; // rcx int v8; // eax int v9; // ecx long long result; // rax long long v16; // rcx _BYTE v17[22]; // [rsp+0h] [rbp-408h] BYREF char v18[1010]; // [rsp+16h] [rbp-3F2h] BYREF if ( (a...
addEdge: PUSH RBX SUB RSP,0x400 MOV EAX,R8D AND EAX,ECX CMP EAX,-0x1 JZ 0x0015779a CMP ECX,-0x1 MOV R10D,ECX CMOVZ R10D,R8D CMP R8D,-0x1 CMOVZ R8D,ECX TEST EDX,EDX JZ 0x001577d0 LEA EAX,[RDX + RDX*0x1] MOVSXD RCX,EAX MOV EAX,dword ptr [RSI + RCX*0x4 + -0x8] MOV ECX,dword ptr [RSI + RCX*0x4 + -0x4] CMP R10D,R8D JNZ 0x00...
int addEdge(long param_1,long param_2,int param_3,uint param_4,uint param_5,int param_6) { int *piVar1; uint uVar2; uint uVar3; long lVar4; uint uVar5; char acStack_408 [7]; char local_401 [8]; char acStack_3f9 [7]; char cStack_3f2; char acStack_3f1 [1001]; if ((param_5 & param_4) == 0xffffff...
21,582
fmt::v10::detail::print(_IO_FILE*, fmt::v10::basic_string_view<char>)
AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format-inl.h
FMT_FUNC void print(std::FILE* f, string_view text) { #ifdef _WIN32 int fd = _fileno(f); if (_isatty(fd)) { std::fflush(f); if (write_console(fd, text)) return; } #endif fwrite_fully(text.data(), text.size(), f); }
O0
c
fmt::v10::detail::print(_IO_FILE*, fmt::v10::basic_string_view<char>): subq $0x28, %rsp movq %rsi, 0x18(%rsp) movq %rdx, 0x20(%rsp) movq %rdi, 0x10(%rsp) leaq 0x18(%rsp), %rdi callq 0x2a420 movq %rax, 0x8(%rsp) leaq 0x18(%rsp), %rdi callq 0x2a430 movq 0x8(%rsp), %rdi movq %rax, %rsi movq 0x10(%rsp), %rdx callq 0x91d40 ...
_ZN3fmt3v106detail5printEP8_IO_FILENS0_17basic_string_viewIcEE: sub rsp, 28h mov [rsp+28h+var_10], rsi mov [rsp+28h+var_8], rdx mov [rsp+28h+var_18], rdi lea rdi, [rsp+28h+var_10] call _ZNK3fmt3v1017basic_string_viewIcE4dataEv; fmt::v10::basic_string_view<char>::data(void) mov [rsp+28h+var_20...
long long fmt::v10::detail::print(long long a1, long long a2, long long a3) { long long v3; // rax long long v5; // [rsp+8h] [rbp-20h] _QWORD v6[2]; // [rsp+18h] [rbp-10h] BYREF v6[0] = a2; v6[1] = a3; v5 = fmt::v10::basic_string_view<char>::data((long long)v6); v3 = fmt::v10::basic_string_view<char>::s...
print: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RSI MOV qword ptr [RSP + 0x20],RDX MOV qword ptr [RSP + 0x10],RDI LEA RDI,[RSP + 0x18] CALL 0x0012a420 MOV qword ptr [RSP + 0x8],RAX LEA RDI,[RSP + 0x18] CALL 0x0012a430 MOV RDI,qword ptr [RSP + 0x8] MOV RSI,RAX MOV RDX,qword ptr [RSP + 0x10] CALL 0x00191d40 ADD RSP,0x28 R...
/* fmt::v10::detail::print(_IO_FILE*, fmt::v10::basic_string_view<char>) */ void __thiscall fmt::v10::detail::print(detail *this,int8 param_1,int8 param_3) { void *pvVar1; ulong uVar2; int8 local_10; int8 local_8; local_10 = param_1; local_8 = param_3; pvVar1 = (void *)basic_string_view<char>::data(...
21,583
my_numchars_mb
eloqsql/strings/ctype-mb.c
size_t my_numchars_mb(CHARSET_INFO *cs __attribute__((unused)), const char *pos, const char *end) { register size_t count= 0; while (pos < end) { uint mb_len; pos+= (mb_len= my_ismbchar(cs,pos,end)) ? mb_len : 1; count++; } return count; }
O0
c
my_numchars_mb: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq $0x0, -0x20(%rbp) movq -0x10(%rbp), %rax cmpq -0x18(%rbp), %rax jae 0x409df movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx callq 0x3fea0 movl %eax, -0x24(%rbp) cmpl $...
my_numchars_mb: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], 0 loc_4098C: mov rax, [rbp+var_10] cmp rax, [rbp+var_18] jnb short loc_409DF mov rdi, [rbp+var_8] mov rsi, [rbp+var_10] mov rdx, [rbp+v...
long long my_numchars_mb(long long a1, unsigned long long a2, unsigned long long a3) { unsigned int v4; // [rsp+8h] [rbp-28h] unsigned int v5; // [rsp+Ch] [rbp-24h] long long v6; // [rsp+10h] [rbp-20h] v6 = 0LL; while ( a2 < a3 ) { v5 = my_ismbchar_0(a1, a2, a3); if ( v5 ) v4 = v5; else ...
my_numchars_mb: 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 qword ptr [RBP + -0x20],0x0 LAB_0014098c: MOV RAX,qword ptr [RBP + -0x10] CMP RAX,qword ptr [RBP + -0x18] JNC 0x001409df MOV RDI,qword ptr [RBP + -0x8] MOV RSI,qword ptr [...
long my_numchars_mb(int8 param_1,ulong param_2,ulong param_3) { int4 local_30; int8 local_28; int8 local_18; local_28 = 0; for (local_18 = param_2; local_18 < param_3; local_18 = local_18 + local_30) { local_30 = my_ismbchar(param_1,local_18,param_3); if (local_30 == 0) { local_30 = 1; ...
21,584
my_numchars_mb
eloqsql/strings/ctype-mb.c
size_t my_numchars_mb(CHARSET_INFO *cs __attribute__((unused)), const char *pos, const char *end) { register size_t count= 0; while (pos < end) { uint mb_len; pos+= (mb_len= my_ismbchar(cs,pos,end)) ? mb_len : 1; count++; } return count; }
O3
c
my_numchars_mb: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax cmpq %rdx, %rsi jae 0x36b15 movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r12 xorl %r14d, %r14d movl $0x1, %r13d movq 0xb8(%r12), %rax movq %r12, %rdi movq %r15, %rsi movq %rbx, %rdx callq *0xc0(%rax) cmpl $0x2, %...
my_numchars_mb: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax cmp rsi, rdx jnb short loc_36B15 mov rbx, rdx mov r15, rsi mov r12, rdi xor r14d, r14d mov r13d, 1 loc_36AE6: mov rax, [r12+0B8h] mov rdi, r12 mov rsi, r15 mov ...
long long my_numchars_mb(long long a1, unsigned long long a2, unsigned long long a3) { unsigned long long v4; // r15 long long v5; // r14 long long v6; // rax bool v7; // cc if ( a2 >= a3 ) return 0LL; v4 = a2; v5 = 0LL; do { v6 = (*(long long ( **)(long long, unsigned long long, unsigned lo...
my_numchars_mb: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX CMP RSI,RDX JNC 0x00136b15 MOV RBX,RDX MOV R15,RSI MOV R12,RDI XOR R14D,R14D MOV R13D,0x1 LAB_00136ae6: MOV RAX,qword ptr [R12 + 0xb8] MOV RDI,R12 MOV RSI,R15 MOV RDX,RBX CALL qword ptr [RAX + 0xc0] CMP EAX,0x2 CMOVC EAX,R13D CMO...
long my_numchars_mb(long param_1,ulong param_2,ulong param_3) { uint uVar1; ulong uVar2; long lVar3; if (param_2 < param_3) { lVar3 = 0; do { uVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0))(param_1,param_2,param_3); uVar2 = (ulong)uVar1; if (uVar1 < 2) { uVar2 = 1;...
21,585
mlog_total
navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal-src/src/common/mlog.c
int32_t mlog_total (uint16_t log) { if (!_memlog_started) return 0 ; CBUFFER_QUEUE_T * queue ; int32_t count = 0 ; queue = get_cqueue (log) ; if (!queue) { return 0 ; } os_mutex_lock (&_mlog_mutex) ; count = cqueue_count (queue) ; os_mutex_unlock (&_mlog_mutex) ; r...
O3
c
mlog_total: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx cmpb $0x1, 0x268ca(%rip) # 0x412d0 jne 0x1aa40 movzwl %di, %eax leaq 0x268ce(%rip), %rcx # 0x412e0 movq (%rcx,%rax,8), %rbx testq %rbx, %rbx je 0x1aa40 leaq 0x241d6(%rip), %r14 # 0x3ebf8 movq %r14, %rdi callq 0x14ff0 movq %rbx, %rdi callq 0x1c821 ...
mlog_total: push rbp mov rbp, rsp push r14 push rbx cmp cs:_memlog_started, 1 jnz short loc_1AA40 movzx eax, di lea rcx, _mlog_inst mov rbx, [rcx+rax*8] test rbx, rbx jz short loc_1AA40 lea r14, _mlog_mutex mov rdi, r14 call os_mutex_lock mov rdi, rbx call cqueue...
long long mlog_total(unsigned __int16 a1) { long long v1; // rbx unsigned int v2; // ebx if ( memlog_started != 1 ) return 0LL; v1 = mlog_inst[a1]; if ( !v1 ) return 0LL; os_mutex_lock((long long *)&mlog_mutex); v2 = cqueue_count(v1); os_mutex_unlock((long long *)&mlog_mutex); return v2; }
mlog_total: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX CMP byte ptr [0x001412d0],0x1 JNZ 0x0011aa40 MOVZX EAX,DI LEA RCX,[0x1412e0] MOV RBX,qword ptr [RCX + RAX*0x8] TEST RBX,RBX JZ 0x0011aa40 LEA R14,[0x13ebf8] MOV RDI,R14 CALL 0x00114ff0 MOV RDI,RBX CALL 0x0011c821 MOV EBX,EAX MOV RDI,R14 CALL 0x00115015 MOV EAX,EBX JMP ...
int4 mlog_total(ushort param_1) { long lVar1; int4 uVar2; if ((_memlog_started == '\x01') && (lVar1 = (&_mlog_inst)[param_1], lVar1 != 0)) { os_mutex_lock(&_mlog_mutex); uVar2 = cqueue_count(lVar1); os_mutex_unlock(&_mlog_mutex); } else { uVar2 = 0; } return uVar2; }
21,586
my_copy_fix_mb
eloqsql/strings/ctype-mb.c
size_t my_copy_fix_mb(CHARSET_INFO *cs, char *dst, size_t dst_length, const char *src, size_t src_length, size_t nchars, MY_STRCOPY_STATUS *status) { size_t well_formed_nchars; size_t well_formed_length; size_t fixed_length; size_t min_length= MY_MIN(src_length, dst_...
O0
c
my_copy_fix_mb: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq 0x10(%rbp), %rax 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 -0x30(%rbp), %rax cmpq -0x20(%rbp), %rax jae 0x48508 movq -0x30(%rbp), %rax movq %rax, -0x60(%rbp...
my_copy_fix_mb: push rbp mov rbp, rsp sub rsp, 70h mov rax, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_38], r9 mov rax, [rbp+var_30] cmp rax, [rbp+var_20] jnb short loc_48508 mov...
long long my_copy_fix_mb( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, long long a6, _QWORD *a7) { unsigned long long v8; // [rsp+10h] [rbp-60h] long long v9; // [rsp+28h] [rbp-48h] int v10; // [rsp+30h] [rbp-40h] ...
my_copy_fix_mb: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x30] CMP RAX,qword ptr...
size_t my_copy_fix_mb(int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5, long param_6,long *param_7) { long lVar1; ulong local_68; size_t local_10; local_68 = param_3; if (param_5 < param_3) { local_68 = param_5; } lVar1 = my_ci_well_formed_char_length(para...
21,587
find_longest_bitstream
eloqsql/storage/myisam/mi_packrec.c
static uint find_longest_bitstream(uint16 *table, uint16 *end) { uint length= 1; uint length2; if (!(*table & IS_CHAR)) { uint16 *next= table + *table; if (next > end || next == table) { DBUG_PRINT("error", ("ERROR: illegal pointer in decode tree")); return OFFSET_TABLE_SIZE; } ...
O0
c
find_longest_bitstream: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl $0x1, -0x1c(%rbp) movq -0x10(%rbp), %rax movzwl (%rax), %eax andl $0x8000, %eax # imm = 0x8000 cmpl $0x0, %eax jne 0xbba77 movq -0x10(%rbp), %rax movq -0x10(%rbp), %rcx movzwl (%rcx), %ecx mo...
find_longest_bitstream_0: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], 1 mov rax, [rbp+var_10] movzx eax, word ptr [rax] and eax, 8000h cmp eax, 0 jnz short loc_BBA77 mov rax, [rbp+var_10] mov rcx, [rbp+var_10] movzx ...
long long find_longest_bitstream_0(unsigned __int16 *a1, unsigned long long a2) { unsigned __int16 *v4; // [rsp+10h] [rbp-30h] unsigned __int16 *v5; // [rsp+18h] [rbp-28h] unsigned int v6; // [rsp+20h] [rbp-20h] unsigned int v7; // [rsp+24h] [rbp-1Ch] unsigned __int16 *v8; // [rsp+30h] [rbp-10h] v7 = 1; ...
find_longest_bitstream: 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],0x1 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,word ptr [RAX] AND EAX,0x8000 CMP EAX,0x0 JNZ 0x001bba77 MOV RAX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RBP + -0x10] MOV...
uint find_longest_bitstream(ushort *param_1,ushort *param_2) { int iVar1; ushort *puVar2; uint local_3c; uint local_24; local_24 = 1; if ((*param_1 & 0x8000) == 0) { puVar2 = param_1 + (int)(uint)*param_1; if ((param_2 < puVar2) || (puVar2 == param_1)) { return 0x200; } iVar1 = fi...
21,588
find_longest_bitstream
eloqsql/storage/myisam/mi_packrec.c
static uint find_longest_bitstream(uint16 *table, uint16 *end) { uint length= 1; uint length2; if (!(*table & IS_CHAR)) { uint16 *next= table + *table; if (next > end || next == table) { DBUG_PRINT("error", ("ERROR: illegal pointer in decode tree")); return OFFSET_TABLE_SIZE; } ...
O3
c
find_longest_bitstream: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 movswq (%rdi), %rax testq %rax, %rax js 0x81d68 leaq (%r14,%rax,2), %rdi cmpq %rbx, %rdi seta %cl testw %ax, %ax sete %al orb %cl, %al movl $0x200, %eax # imm = 0x200 jne 0x81dab mov...
find_longest_bitstream_0: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rsi mov r14, rdi movsx rax, word ptr [rdi] test rax, rax js short loc_81D68 lea rdi, [r14+rax*2] cmp rdi, rbx setnbe cl test ax, ax setz al or al, cl mov eax, 200h jn...
long long find_longest_bitstream_0(__int16 *a1, unsigned long long a2) { long long v3; // rax __int16 *v4; // rdi bool v5; // zf long long result; // rax unsigned int v7; // r15d long long v8; // rax unsigned long long v9; // rdi bool v10; // dl v3 = *a1; if ( v3 < 0 ) { v7 = 1; } else ...
find_longest_bitstream: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI MOVSX RAX,word ptr [RDI] TEST RAX,RAX JS 0x00181d68 LEA RDI,[R14 + RAX*0x2] CMP RDI,RBX SETA CL TEST AX,AX SETZ AL OR AL,CL MOV EAX,0x200 JNZ 0x00181dab MOV RSI,RBX CALL 0x00181d26 MOV R15D,EAX INC R15D JMP 0x00181d...
uint find_longest_bitstream(short *param_1,short *param_2) { short sVar1; int iVar2; uint uVar3; uint uVar4; sVar1 = *param_1; if ((long)sVar1 < 0) { uVar4 = 1; } else { if (sVar1 == 0 || param_2 < param_1 + sVar1) { return 0x200; } iVar2 = find_longest_bitstream(param_1 + sVa...
21,589
kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
llama.cpp/common/arg.cpp
static ggml_type kv_cache_type_from_str(const std::string & s) { for (const auto & type : kv_cache_types) { if (ggml_type_name(type) == s) { return type; } } throw std::runtime_error("Unsupported cache type: " + s); }
O3
cpp
kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x28, %rsp movq %rdi, %r14 movq 0x10338e(%rip), %rbx # 0x163f50 movq 0x10338f(%rip), %r15 # 0x163f58 cmpq %r15, %rbx je 0x60bf7 movl (%rbx), %edi callq 0...
_ZL22kv_cache_type_from_strRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbp push r15 push r14 push rbx sub rsp, 28h mov r14, rdi mov rbx, cs:_ZL14kv_cache_types; kv_cache_types mov r15, cs:qword_163F58 loc_60BC9: cmp rbx, r15 jz short loc_60BF7 mov edi, [rbx] cal...
long long kv_cache_type_from_str(long long a1) { unsigned int *v1; // rbx long long v2; // r15 long long v3; // rax void *exception; // rbx _BYTE v6[16]; // [rsp+8h] [rbp-40h] BYREF v1 = (unsigned int *)kv_cache_types; v2 = qword_163F58; while ( 1 ) { if ( v1 == (unsigned int *)v2 ) { ...
kv_cache_type_from_str: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x28 MOV R14,RDI MOV RBX,qword ptr [0x00263f50] MOV R15,qword ptr [0x00263f58] LAB_00160bc9: CMP RBX,R15 JZ 0x00160bf7 MOV EDI,dword ptr [RBX] CALL 0x00121340 MOV RDI,R14 MOV RSI,RAX CALL 0x00120f60 TEST EAX,EAX JZ 0x00160bea ADD RBX,0x4 JMP 0x00160bc9...
/* kv_cache_type_from_str(std::__cxx11::string const&) */ int4 kv_cache_type_from_str(string *param_1) { int4 *puVar1; int iVar2; runtime_error *this; int4 *puVar3; string local_40 [32]; puVar1 = DAT_00263f58; puVar3 = kv_cache_types; while( true ) { if (puVar3 == puVar1) { this = (runti...
21,590
ma_set_dynamic
eloqsql/libmariadb/libmariadb/ma_array.c
my_bool ma_set_dynamic(DYNAMIC_ARRAY *array, void * element, uint idx) { if (idx >= array->elements) { if (idx >= array->max_element) { uint size; char *new_ptr; size=(idx+array->alloc_increment)/array->alloc_increment; size*= array->alloc_increment; if (!(new_ptr=(char*) reall...
O3
c
ma_set_dynamic: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movl %edx, %r14d movq %rsi, %rbx movq %rdi, %r15 movl 0x8(%rdi), %eax cmpl %edx, %eax ja 0x32518 movq (%r15), %rcx cmpl %r14d, 0xc(%r15) ja 0x324f5 movl 0x10(%r15), %esi movl %esi, %r12d addl %r14d, %r12d movl %r12d, %eax xorl %edx, ...
ma_set_dynamic: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov r14d, edx mov rbx, rsi mov r15, rdi mov eax, [rdi+8] cmp eax, edx ja short loc_32518 mov rcx, [r15] cmp [r15+0Ch], r14d ja short loc_324F5 mov esi, [r15+10h] mov r12d, esi add ...
long long ma_set_dynamic(long long *a1, long long a2, unsigned int a3) { unsigned int v4; // eax long long v5; // rcx unsigned int v6; // r12d long long v7; // rax v4 = *((_DWORD *)a1 + 2); if ( v4 > a3 ) goto LABEL_6; v5 = *a1; if ( *((_DWORD *)a1 + 3) > a3 ) { LABEL_5: memset(v5 + v4 * *((...
ma_set_dynamic: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R14D,EDX MOV RBX,RSI MOV R15,RDI MOV EAX,dword ptr [RDI + 0x8] CMP EAX,EDX JA 0x00132518 MOV RCX,qword ptr [R15] CMP dword ptr [R15 + 0xc],R14D JA 0x001324f5 MOV ESI,dword ptr [R15 + 0x10] MOV R12D,ESI ADD R12D,R14D MOV EAX,R12D XOR EDX,EDX DI...
int8 ma_set_dynamic(long *param_1,void *param_2,uint param_3) { void *__ptr; uint uVar1; int iVar2; uVar1 = *(uint *)(param_1 + 1); if (uVar1 <= param_3) { __ptr = (void *)*param_1; if (*(uint *)((long)param_1 + 0xc) <= param_3) { uVar1 = *(uint *)(param_1 + 2) + param_3; iVar2 = uVar...
21,591
handle_command_error(st_command*, unsigned int, int)
eloqsql/client/mysqltest.cc
void handle_command_error(struct st_command *command, uint error, int sys_errno) { DBUG_ENTER("handle_command_error"); DBUG_PRINT("enter", ("error: %d", error)); var_set_int("$sys_errno",sys_errno); var_set_int("$errno",error); if (error != 0) { int i; if (command->abort_o...
O0
cpp
handle_command_error(st_command*, unsigned int, int): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) jmp 0x62c54 movl -0x10(%rbp), %esi leaq 0xe8bf7(%rip), %rdi # 0x14b855 callq 0x62d90 movl -0xc(%rbp), %esi leaq 0xe8bf3(%rip), %rdi # 0x14b860 call...
_Z20handle_command_errorP10st_commandji: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx jmp short $+2 loc_62C54: mov esi, [rbp+var_10]; int lea rdi, aSysErrno; "$sys_errno" call _Z11var_set_intPKci; var_set_int(char const*,int) mo...
unsigned long long handle_command_error(long long *a1, unsigned int a2, unsigned int a3) { unsigned int *v3; // rax unsigned int *v5; // rax unsigned int v6; // [rsp+Ch] [rbp-34h] long long v7; // [rsp+10h] [rbp-30h] unsigned int v8; // [rsp+1Ch] [rbp-24h] long long v9; // [rsp+20h] [rbp-20h] var_set_in...
handle_command_error: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX JMP 0x00162c54 LAB_00162c54: MOV ESI,dword ptr [RBP + -0x10] LEA RDI,[0x24b855] CALL 0x00162d90 MOV ESI,dword ptr [RBP + -0xc] LEA RDI,[0x24b860] CALL 0x00162d90 CMP dwor...
/* handle_command_error(st_command*, unsigned int, int) */ void handle_command_error(st_command *param_1,uint param_2,int param_3) { uint uVar1; int8 uVar2; int iVar3; uint *puVar4; var_set_int("$sys_errno",param_3); var_set_int("$errno",param_2); if (param_2 == 0) { if ((*(int *)(param_1 + 0x74...
21,592
JS_CompactBigInt1
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_CompactBigInt1(JSContext *ctx, JSValue val) { if (JS_VALUE_GET_TAG(val) != JS_TAG_BIG_INT) return val; /* fail safe */ bf_t *a = JS_GetBigInt(val); if (a->expn == BF_EXP_ZERO && a->sign) { assert(((JSBigInt*)JS_VALUE_GET_PTR(val))->header.ref_count == 1); a->sign = ...
O0
c
JS_CompactBigInt1: subq $0x38, %rsp movq %rsi, 0x18(%rsp) movq %rdx, 0x20(%rsp) movq %rdi, 0x10(%rsp) movq 0x20(%rsp), %rax cmpl $-0x9, %eax je 0x69ff3 movq 0x18(%rsp), %rax movq %rax, 0x28(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x30(%rsp) jmp 0x6a047 movq 0x18(%rsp), %rdi movq 0x20(%rsp), %rsi callq 0x40140 movq %rax,...
JS_CompactBigInt1: sub rsp, 38h mov [rsp+38h+var_20], rsi mov [rsp+38h+var_18], rdx mov [rsp+38h+var_28], rdi mov rax, [rsp+38h+var_18] cmp eax, 0FFFFFFF7h jz short loc_69FF3 mov rax, [rsp+38h+var_20] mov [rsp+38h+var_10], rax mov rax, [rsp+38h+var_18] mov [rsp+38h+var_8], r...
long long JS_CompactBigInt1(long long a1, long long a2, int a3) { long long BigInt; // [rsp+8h] [rbp-30h] if ( a3 != -9 ) return a2; BigInt = JS_GetBigInt(a2); if ( *(_QWORD *)(BigInt + 16) == 0x8000000000000000LL && *(_DWORD *)(BigInt + 8) ) *(_DWORD *)(BigInt + 8) = 0; return a2; }
JS_CompactBigInt1: SUB RSP,0x38 MOV qword ptr [RSP + 0x18],RSI MOV qword ptr [RSP + 0x20],RDX MOV qword ptr [RSP + 0x10],RDI MOV RAX,qword ptr [RSP + 0x20] CMP EAX,-0x9 JZ 0x00169ff3 MOV RAX,qword ptr [RSP + 0x18] MOV qword ptr [RSP + 0x28],RAX MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x30],RAX JMP 0x0016a04...
int1 [16] JS_CompactBigInt1(int8 param_1,int8 param_2,int8 param_3) { int1 auVar1 [16]; long lVar2; if ((((int)param_3 == -9) && (lVar2 = JS_GetBigInt(param_2,param_3), *(long *)(lVar2 + 0x10) == -0x8000000000000000)) && (*(int *)(lVar2 + 8) != 0)) { *(int4 *)(lVar2 + 8) = 0; } auVar1._8_...
21,593
js_new_uint8array
bluesky950520[P]quickjs/quickjs.c
static JSValue js_new_uint8array(JSContext *ctx, JSValue buffer) { if (JS_IsException(buffer)) return JS_EXCEPTION; JSValue obj = js_create_from_ctor(ctx, JS_UNDEFINED, JS_CLASS_UINT8_ARRAY); if (JS_IsException(obj)) { JS_FreeValue(ctx, buffer); return JS_EXCEPTION; } JSArray...
O1
c
js_new_uint8array: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %r12 movl $0x6, %ebx cmpl $0x6, %r12d je 0x39858 movq %rsi, %r13 movq %rdi, %r15 movl $0x3, %edx xorl %esi, %esi movl $0x17, %ecx callq 0x36d56 movq %rdx, %rbp cmpl $0x6, %ebp jne 0x39870 movq 0x18(%r15), %rdi mov...
js_new_uint8array: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r12, rdx mov ebx, 6 cmp r12d, 6 jz short loc_39858 mov r13, rsi mov r15, rdi mov edx, 3 xor esi, esi mov ecx, 17h call js_create_from_ctor mov rbp, rdx cmp ebp, 6 jn...
long long js_new_uint8array( long long a1, _DWORD *a2, long long a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, double a8, double a9, __m128 a10, __m128 a11) { unsigned long long v12; // rax double v13; // xmm4_8 double v14;...
js_new_uint8array: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RDX MOV EBX,0x6 CMP R12D,0x6 JZ 0x00139858 MOV R13,RSI MOV R15,RDI MOV EDX,0x3 XOR ESI,ESI MOV ECX,0x17 CALL 0x00136d56 MOV RBP,RDX CMP EBP,0x6 JNZ 0x00139870 MOV RDI,qword ptr [R15 + 0x18] MOV RSI,R13 MOV RDX,R12 LAB_00139853: CA...
int1 [16] js_new_uint8array(long param_1,int8 param_2,int8 param_3) { int1 auVar1 [16]; int iVar2; ulong in_RAX; int *piVar3; int8 uVar4; int1 auVar5 [16]; auVar1._8_8_ = param_3; auVar1._0_8_ = param_2; if ((int)param_3 != 6) { auVar5 = js_create_from_ctor(param_1,0,3,0x17); if (auVar5....
21,594
js_new_uint8array
bluesky950520[P]quickjs/quickjs.c
static JSValue js_new_uint8array(JSContext *ctx, JSValue buffer) { if (JS_IsException(buffer)) return JS_EXCEPTION; JSValue obj = js_create_from_ctor(ctx, JS_UNDEFINED, JS_CLASS_UINT8_ARRAY); if (JS_IsException(obj)) { JS_FreeValue(ctx, buffer); return JS_EXCEPTION; } JSArray...
O2
c
js_new_uint8array: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %r12 pushq $0x6 popq %rbx cmpl $0x6, %r12d je 0x329e4 movq %rsi, %r13 movq %rdi, %r15 pushq $0x3 popq %rdx pushq $0x17 popq %rcx xorl %esi, %esi callq 0x3045a movq %rdx, %rbp cmpl $0x6, %ebp jne 0x329a6 movq %r15,...
js_new_uint8array: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r12, rdx push 6 pop rbx cmp r12d, 6 jz short loc_329E4 mov r13, rsi mov r15, rdi push 3 pop rdx push 17h pop rcx xor esi, esi call js_create_from_ctor mov rbp, ...
unsigned long long js_new_uint8array(long long a1, long long a2, long long a3) { unsigned long long v4; // rax long long v5; // rdx long long v6; // rbp long long v7; // rdx unsigned long long v8; // r14 _DWORD *array_buffer; // rax if ( (_DWORD)a3 != 6 ) { v4 = js_create_from_ctor(a1, 0LL, 3LL, 2...
js_new_uint8array: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RDX PUSH 0x6 POP RBX CMP R12D,0x6 JZ 0x001329e4 MOV R13,RSI MOV R15,RDI PUSH 0x3 POP RDX PUSH 0x17 POP RCX XOR ESI,ESI CALL 0x0013045a MOV RBP,RDX CMP EBP,0x6 JNZ 0x001329a6 MOV RDI,R15 MOV RSI,R13 MOV RDX,R12 JMP 0x001329df LAB_0...
int1 [16] js_new_uint8array(int8 param_1,int8 param_2,int8 param_3) { int1 auVar1 [16]; int iVar2; ulong in_RAX; int *piVar3; int1 auVar4 [16]; auVar1._8_8_ = param_3; auVar1._0_8_ = param_2; if ((int)param_3 != 6) { auVar4 = js_create_from_ctor(param_1,0,3,0x17); if (auVar4._8_4_ != 6) { ...
21,595
minja::Parser::parseExpression(bool)
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseExpression(bool allow_if_expr = true) { auto left = parseLogicalOr(); if (it == end) return left; if (!allow_if_expr) return left; static std::regex if_tok(R"(if\b)"); if (consumeToken(if_tok).empty()) { return left; } ...
O3
cpp
minja::Parser::parseExpression(bool): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x50, %rsp movl %edx, %ebp movq %rsi, %r14 movq %rdi, %rbx movq %rsp, %rdi callq 0xa81a0 movq 0x20(%r14), %rax cmpq 0x18(%r14), %rax je 0xa6ede testb %bpl, %bpl je 0xa6ede leaq 0xb05b0(%rip), %rax # 0x157420 movb (%ra...
_ZN5minja6Parser15parseExpressionEb: push rbp push r15 push r14 push r12 push rbx sub rsp, 50h mov ebp, edx mov r14, rsi mov rbx, rdi mov rdi, rsp; this call _ZN5minja6Parser14parseLogicalOrEv; minja::Parser::parseLogicalOr(void) mov rax, [r14+20h] cmp rax, [r14+18h] jz ...
minja::Parser * minja::Parser::parseExpression(minja::Parser *this, long long *a2, char a3) { int v4; // r8d int v5; // r9d volatile signed __int32 *v6; // r15 volatile signed __int32 *v7; // rax _QWORD *v9; // r14 __int128 v10; // [rsp+0h] [rbp-78h] BYREF long long v11; // [rsp+18h] [rbp-60h] BYREF vol...
parseExpression: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x50 MOV EBP,EDX MOV R14,RSI MOV RBX,RDI MOV RDI,RSP CALL 0x001a81a0 MOV RAX,qword ptr [R14 + 0x20] CMP RAX,qword ptr [R14 + 0x18] JZ 0x001a6ede TEST BPL,BPL JZ 0x001a6ede LEA RAX,[0x257420] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x001a6fac LAB_001a6e7a...
/* minja::Parser::parseExpression(bool) */ int8 * minja::Parser::parseExpression(bool param_1) { _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1; int iVar2; int8 *puVar3; char in_DL; int8 *in_RSI; int7 in_register_00000039; int8 *puVar4; int8 local_78; _Sp_counted_base<(__gnu_cxx::_Lock_policy...
21,596
Bfree
eloqsql/strings/dtoa.c
static void Bfree(Bigint *v, Stack_alloc *alloc) { char *gptr= (char*) v; /* generic pointer */ if (gptr < alloc->begin || gptr >= alloc->end) free(gptr); else if (v->k <= Kmax) { /* Maintain free lists only for stack objects: this way we don't have to bother with freei...
O3
c
Bfree: pushq %rbp movq %rsp, %rbp cmpq %rdi, (%rsi) ja 0x5fcd5 cmpq %rdi, 0x10(%rsi) jbe 0x5fcd5 movslq 0x8(%rdi), %rax cmpq $0xf, %rax jg 0x5fcd3 movq 0x18(%rsi,%rax,8), %rcx movq %rcx, (%rdi) movq %rdi, 0x18(%rsi,%rax,8) popq %rbp retq popq %rbp jmp 0x24470
Bfree: push rbp mov rbp, rsp cmp [rsi], rdi ja short loc_5FCD5 cmp [rsi+10h], rdi jbe short loc_5FCD5 movsxd rax, dword ptr [rdi+8] cmp rax, 0Fh jg short loc_5FCD3 mov rcx, [rsi+rax*8+18h] mov [rdi], rcx mov [rsi+rax*8+18h], rdi loc_5FCD3: pop rbp retn loc_5FCD5: pop ...
long long Bfree(unsigned long long a1, unsigned long long *a2) { long long result; // rax if ( *a2 > a1 || a2[2] <= a1 ) return free(a1); result = *(int *)(a1 + 8); if ( result <= 15 ) { *(_QWORD *)a1 = a2[result + 3]; a2[result + 3] = a1; } return result; }
Bfree: PUSH RBP MOV RBP,RSP CMP qword ptr [RSI],RDI JA 0x0015fcd5 CMP qword ptr [RSI + 0x10],RDI JBE 0x0015fcd5 MOVSXD RAX,dword ptr [RDI + 0x8] CMP RAX,0xf JG 0x0015fcd3 MOV RCX,qword ptr [RSI + RAX*0x8 + 0x18] MOV qword ptr [RDI],RCX MOV qword ptr [RSI + RAX*0x8 + 0x18],RDI LAB_0015fcd3: POP RBP RET LAB_0015fcd5: POP...
void Bfree(ulong *param_1,ulong *param_2) { long lVar1; if (((ulong *)*param_2 <= param_1) && (param_1 < (ulong *)param_2[2])) { lVar1 = (long)(int)param_1[1]; if (lVar1 < 0x10) { *param_1 = param_2[lVar1 + 3]; param_2[lVar1 + 3] = (ulong)param_1; } return; } free(param_1); re...
21,597
js_callsite_mark
bluesky950520[P]quickjs/quickjs.c
static void js_callsite_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func) { JSCallSiteData *csd = JS_GetOpaque(val, JS_CLASS_CALL_SITE); if (csd) { JS_MarkValue(rt, csd->filename, mark_func); JS_MarkValue(rt, csd->func, mark_func); JS_MarkValue(rt, csd->func_name, mark_func); ...
O1
c
js_callsite_mark: pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rcx, %rbx movq %rdi, %r14 movq %rsi, (%rsp) cmpl $-0x1, %edx jne 0x84816 movq (%rsp), %rax cmpw $0x3c, 0x6(%rax) jne 0x84816 movq 0x30(%rax), %r15 jmp 0x84819 xorl %r15d, %r15d testq %r15, %r15 je 0x84883 movl $0xfffffffe, %r12d # imm =...
js_callsite_mark: push r15 push r14 push r12 push rbx push rax mov rbx, rcx mov r14, rdi mov [rsp+28h+var_28], rsi cmp edx, 0FFFFFFFFh jnz short loc_84816 mov rax, [rsp+28h+var_28] cmp word ptr [rax+6], 3Ch ; '<' jnz short loc_84816 mov r15, [rax+30h] jmp short loc...
long long js_callsite_mark(long long a1, long long a2, int a3, void ( *a4)(long long, _QWORD)) { long long result; // rax long long v6; // r15 if ( a3 == -1 && (result = a2, *(_WORD *)(a2 + 6) == 60) ) v6 = *(_QWORD *)(a2 + 48); else v6 = 0LL; if ( v6 ) { if ( (*(_DWORD *)(v6 + 8) & 0xFFFFFFFE...
js_callsite_mark: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RCX MOV R14,RDI MOV qword ptr [RSP],RSI CMP EDX,-0x1 JNZ 0x00184816 MOV RAX,qword ptr [RSP] CMP word ptr [RAX + 0x6],0x3c JNZ 0x00184816 MOV R15,qword ptr [RAX + 0x30] JMP 0x00184819 LAB_00184816: XOR R15D,R15D LAB_00184819: TEST R15,R15 JZ 0x001848...
void js_callsite_mark(int8 param_1,long param_2,int param_3,code *param_4) { int8 *puVar1; if ((param_3 == -1) && (*(short *)(param_2 + 6) == 0x3c)) { puVar1 = *(int8 **)(param_2 + 0x30); } else { puVar1 = (int8 *)0x0; } if (puVar1 != (int8 *)0x0) { if ((*(uint *)(puVar1 + 1) & 0xfffffffe) ...
21,598
js_callsite_mark
bluesky950520[P]quickjs/quickjs.c
static void js_callsite_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func) { JSCallSiteData *csd = JS_GetOpaque(val, JS_CLASS_CALL_SITE); if (csd) { JS_MarkValue(rt, csd->filename, mark_func); JS_MarkValue(rt, csd->func, mark_func); JS_MarkValue(rt, csd->func_name, mark_func); ...
O2
c
js_callsite_mark: pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax cmpl $-0x1, %edx jne 0x6f391 cmpw $0x3c, 0x6(%rsi) jne 0x6f391 movq 0x30(%rsi), %r14 testq %r14, %r14 je 0x6f391 movq %rdi, %rbx movl $0xfffffffe, %r15d # imm = 0xFFFFFFFE movl 0x8(%r14), %eax andl $-0x2, %eax cmpl %r15d, %eax jne 0x6f356 mov...
js_callsite_mark: push r15 push r14 push r12 push rbx push rax cmp edx, 0FFFFFFFFh jnz short loc_6F391 cmp word ptr [rsi+6], 3Ch ; '<' jnz short loc_6F391 mov r14, [rsi+30h] test r14, r14 jz short loc_6F391 mov rbx, rdi mov r15d, 0FFFFFFFEh mov eax, [r14+8] and ...
long long js_callsite_mark(long long a1, long long a2, int a3, void ( *a4)(_QWORD, _QWORD)) { long long v4; // r14 void ( *v5)(_QWORD, _QWORD); // r12 void ( *v6)(_QWORD, _QWORD); // r12 long long result; // rax if ( a3 == -1 && *(_WORD *)(a2 + 6) == 60 ) { v4 = *(_QWORD *)(a2 + 48); if ( v4 ) ...
js_callsite_mark: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX CMP EDX,-0x1 JNZ 0x0016f391 CMP word ptr [RSI + 0x6],0x3c JNZ 0x0016f391 MOV R14,qword ptr [RSI + 0x30] TEST R14,R14 JZ 0x0016f391 MOV RBX,RDI MOV R15D,0xfffffffe MOV EAX,dword ptr [R14 + 0x8] AND EAX,0xfffffffe CMP EAX,R15D JNZ 0x0016f356 MOV RSI,qword ptr...
void js_callsite_mark(int8 param_1,long param_2,int param_3,code *UNRECOVERED_JUMPTABLE) { int8 *puVar1; int4 extraout_EDX; int4 extraout_EDX_00; int4 uVar2; if (((param_3 == -1) && (*(short *)(param_2 + 6) == 0x3c)) && (puVar1 = *(int8 **)(param_2 + 0x30), puVar1 != (int8 *)0x0)) { uVar2 = 0xff...
21,599
my_wc_mb_euc_kr
eloqsql/strings/ctype-euc_kr.c
static int my_wc_mb_euc_kr(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { int code; if (s >= e) return MY_CS_TOOSMALL; if ((uint) wc < 0x80) { s[0]= (uchar) wc; return 1; } if (!(code=func_uni_ksc5601_onechar(wc))) return MY_CS_ILUNI; if (s+2>e) ...
O3
c
my_wc_mb_euc_kr: movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x8dce6 cmpl $0x7f, %esi ja 0x8dce7 movb %sil, (%rdx) movl $0x1, %eax retq leal -0xa1(%rsi), %eax cmpl $0xc6, %eax ja 0x8dd02 movl %eax, %eax leaq 0x9fc03(%rip), %rsi # 0x12d900 jmp 0x8ddfa leal -0x2c7(%rsi), %eax cmpl $0x18a, %eax...
my_wc_mb_euc_kr: mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short locret_8DCE6 cmp esi, 7Fh ja short loc_8DCE7 mov [rdx], sil mov eax, 1 locret_8DCE6: retn loc_8DCE7: lea eax, [rsi-0A1h] cmp eax, 0C6h ja short loc_8DD02 mov eax, eax lea rsi, tab_uni_ksc56010 jmp loc_8DDFA...
long long my_wc_mb_euc_kr(long long a1, unsigned int a2, _WORD *a3, unsigned long long a4) { long long result; // rax long long v5; // rax _WORD *v6; // rsi __int16 v7; // si result = 4294967195LL; if ( (unsigned long long)a3 < a4 ) { if ( a2 > 0x7F ) { LODWORD(v5) = a2 - 161; if ( a...
my_wc_mb_euc_kr: MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0018dce6 CMP ESI,0x7f JA 0x0018dce7 MOV byte ptr [RDX],SIL MOV EAX,0x1 LAB_0018dce6: RET LAB_0018dce7: LEA EAX,[RSI + -0xa1] CMP EAX,0xc6 JA 0x0018dd02 MOV EAX,EAX LEA RSI,[0x22d900] JMP 0x0018ddfa LAB_0018dd02: LEA EAX,[RSI + -0x2c7] CMP EAX,0x18a JA 0x0018dd1d MOV...
int8 my_wc_mb_euc_kr(int8 param_1,uint param_2,ushort *param_3,ushort *param_4) { ushort uVar1; int8 uVar2; ulong uVar3; int1 *puVar4; uVar2 = 0xffffff9b; if (param_3 < param_4) { if (0x7f < param_2) { if (param_2 - 0xa1 < 199) { uVar3 = (ulong)(param_2 - 0xa1); puVar4 = tab_u...