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
14,800
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 0x30a25 pushq %rbp movq %rsp, %rbp xorl %eax, %eax movzbl (%rsi), %edi cmpl $0x8e, %edi je 0x309fe cmpl $0x8f, %edi jne 0x30a0a movl $0x3, %edi movl $0x2, %ecx jmp 0x30a18 movl $0x2, %edi movl $0x1, %ecx jmp 0x30a18 xorl %ecx, %ecx testb %dil, %dil sets %cl incq %rcx movq %rcx, ...
my_numcells_eucjpms: cmp rsi, rdx jnb short loc_30A25 push rbp mov rbp, rsp xor eax, eax loc_309DF: movzx edi, byte ptr [rsi] cmp edi, 8Eh jz short loc_309FE cmp edi, 8Fh jnz short loc_30A0A mov edi, 3 mov ecx, 2 jmp short loc_30A18 loc_309FE: 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 0x00130a25 PUSH RBP MOV RBP,RSP XOR EAX,EAX LAB_001309df: MOVZX EDI,byte ptr [RSI] CMP EDI,0x8e JZ 0x001309fe CMP EDI,0x8f JNZ 0x00130a0a MOV EDI,0x3 MOV ECX,0x2 JMP 0x00130a18 LAB_001309fe: MOV EDI,0x2 MOV ECX,0x1 JMP 0x00130a18 LAB_00130a0a: 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) { ...
14,801
ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float)
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
static void ggml_compute_forward_diag_mask_f32( const ggml_compute_params * params, ggml_tensor * dst, const float value) { const ggml_tensor * src0 = dst->src[0]; const int ith = params->ith; const int nth = params->nth; const int n_past = ((int32_t *) dst->op_params)[0]; ...
O1
cpp
ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp vmovss %xmm0, 0x14(%rsp) movl 0x54(%rsi), %ebp testl %ebp, %ebp js 0x3c3f1 movq %rsi, %rbx movq %rdi, %r15 movq 0x98(%rsi), %r14 movslq (%rdi), %rax mov...
_ZL34ggml_compute_forward_diag_mask_f32PK19ggml_compute_paramsP11ggml_tensorf: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h vmovss [rsp+58h+var_44], xmm0 mov ebp, [rsi+54h] test ebp, ebp js loc_3C3F1 mov rbx, rsi mov r15, rdi mov r14, [rsi+98h] movsxd...
long long ggml_compute_forward_diag_mask_f32(int *a1, long long a2, __m128 _XMM0) { long long v3; // rbp long long v5; // r14 long long v6; // r12 long long v7; // r13 long long v8; // rdx long long v9; // rdx long long v10; // r13 long long v11; // rax int v12; // eax long long result; // rax in...
ggml_compute_forward_diag_mask_f32: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 VMOVSS dword ptr [RSP + 0x14],XMM0 MOV EBP,dword ptr [RSI + 0x54] TEST EBP,EBP JS 0x0013c3f1 MOV RBX,RSI MOV R15,RDI MOV R14,qword ptr [RSI + 0x98] MOVSXD RAX,dword ptr [RDI] MOV qword ptr [RSP + 0x18],RAX MOVSXD R12,...
/* ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float) */ void ggml_compute_forward_diag_mask_f32 (ggml_compute_params *param_1,ggml_tensor *param_2,float param_3) { uint uVar1; int iVar2; int iVar3; int iVar4; void *__dest; void *__src; char cVar5; int ...
14,802
ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float)
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
static void ggml_compute_forward_diag_mask_f32( const ggml_compute_params * params, ggml_tensor * dst, const float value) { const ggml_tensor * src0 = dst->src[0]; const int ith = params->ith; const int nth = params->nth; const int n_past = ((int32_t *) dst->op_params)[0]; ...
O3
cpp
ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp vmovss %xmm0, 0xc(%rsp) movslq 0x54(%rsi), %rbp testq %rbp, %rbp js 0x3bfc5 movq %rsi, %rbx movq %rdi, %r15 movq 0x98(%rsi), %r14 movslq (%rdi), %r13 mo...
_ZL34ggml_compute_forward_diag_mask_f32PK19ggml_compute_paramsP11ggml_tensorf: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h vmovss [rsp+48h+var_3C], xmm0 movsxd rbp, dword ptr [rsi+54h] test rbp, rbp js loc_3BFC5 mov rbx, rsi mov r15, rdi mov r14, [rsi+9...
long long ggml_compute_forward_diag_mask_f32(int *a1, long long a2, __m128 _XMM0) { long long v3; // rbp long long v4; // r14 long long v5; // r13 long long v6; // r12 long long v7; // rdx long long v8; // rdx long long v9; // rax int v10; // eax long long v11; // rcx long long result; // rax int...
ggml_compute_forward_diag_mask_f32: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 VMOVSS dword ptr [RSP + 0xc],XMM0 MOVSXD RBP,dword ptr [RSI + 0x54] TEST RBP,RBP JS 0x0013bfc5 MOV RBX,RSI MOV R15,RDI MOV R14,qword ptr [RSI + 0x98] MOVSXD R13,dword ptr [RDI] MOVSXD R12,dword ptr [RDI + 0x4] MOV RAX...
/* ggml_compute_forward_diag_mask_f32(ggml_compute_params const*, ggml_tensor*, float) */ void ggml_compute_forward_diag_mask_f32 (ggml_compute_params *param_1,ggml_tensor *param_2,float param_3) { int iVar1; int iVar2; int iVar3; int iVar4; void *__dest; void *__src; char cVar5; int i...
14,803
ma_pvio_start_ssl
eloqsql/libmariadb/libmariadb/ma_pvio.c
my_bool ma_pvio_start_ssl(MARIADB_PVIO *pvio) { if (!pvio || !pvio->mysql) return 1; CLEAR_CLIENT_ERROR(pvio->mysql); if (!(pvio->ctls= ma_pvio_tls_init(pvio->mysql))) { return 1; } if (ma_pvio_tls_connect(pvio->ctls)) { free(pvio->ctls); pvio->ctls= NULL; return 1; } /* default b...
O3
c
ma_pvio_start_ssl: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movb $0x1, %bl testq %rdi, %rdi je 0x1c0f0 movq %rdi, %r14 movq 0x40(%rdi), %rax testq %rax, %rax je 0x1c0f0 movl $0x0, 0x90(%rax) movq 0x40(%r14), %rax movw $0x30, 0x29b(%rax) movl $0x30303030, 0x297(%rax) # imm = 0x30303030 movq 0x40(%r14), %rax movb...
ma_pvio_start_ssl: push rbp mov rbp, rsp push r14 push rbx mov bl, 1 test rdi, rdi jz loc_1C0F0 mov r14, rdi mov rax, [rdi+40h] test rax, rax jz loc_1C0F0 mov dword ptr [rax+90h], 0 mov rax, [r14+40h] mov word ptr [rax+29Bh], 30h ; '0' mov dword ptr [rax+297h], 3...
long long ma_pvio_start_ssl(long long a1) { unsigned int v1; // ebx long long v3; // rax long long v4; // rdi long long v5; // rax long long v6; // rax long long v7; // rax long long v8; // rax _BYTE *v9; // rsi _BYTE *v10; // rdx LOBYTE(v1) = 1; if ( a1 ) { v3 = *(_QWORD *)(a1 + 64); ...
ma_pvio_start_ssl: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV BL,0x1 TEST RDI,RDI JZ 0x0011c0f0 MOV R14,RDI MOV RAX,qword ptr [RDI + 0x40] TEST RAX,RAX JZ 0x0011c0f0 MOV dword ptr [RAX + 0x90],0x0 MOV RAX,qword ptr [R14 + 0x40] MOV word ptr [RAX + 0x29b],0x30 MOV dword ptr [RAX + 0x297],0x30303030 MOV RAX,qword ptr [R1...
ulong ma_pvio_start_ssl(long param_1) { char *pcVar1; char cVar2; int iVar3; long lVar4; char *pcVar5; int8 unaff_RBX; ulong uVar6; uVar6 = CONCAT71((int7)((ulong)unaff_RBX >> 8),1); if ((param_1 == 0) || (*(long *)(param_1 + 0x40) == 0)) goto LAB_0011c0f0; *(int4 *)(*(long *)(param_1 + 0x40) +...
14,804
safe_hash_init
eloqsql/mysys/my_safehash.c
my_bool safe_hash_init(SAFE_HASH *hash, uint elements, uchar *default_value) { DBUG_ENTER("safe_hash_init"); if (my_hash_init(key_memory_SAFE_HASH_ENTRY, &hash->hash, &my_charset_bin, elements, 0, 0, (my_hash_get_key) safe_hash_entry_get, (void (*)(void*)...
O3
c
safe_hash_init: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movq %rdi, %rbx leaq 0xb61c15(%rip), %rax # 0xc08354 movl (%rax), %edi leaq 0x98(%rbx), %rax movl %esi, %r8d subq $0x8, %rsp leaq 0x8d(%rip), %r10 # 0xa67e3 xorl %r15d, %r15d leaq 0x74(%rip), %r11 # 0...
safe_hash_init: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rdx mov rbx, rdi lea rax, key_memory_SAFE_HASH_ENTRY mov edi, [rax] lea rax, [rbx+98h] mov r8d, esi sub rsp, 8 lea r10, safe_hash_entry_free xor r15d, r15d lea r11, safe_hash_ent...
char safe_hash_init(_QWORD *a1, unsigned int a2, long long a3) { long long v4; // r15 char v5; // cl char result; // al v4 = 0LL; v5 = my_hash_init2( key_memory_SAFE_HASH_ENTRY, (long long)(a1 + 19), 0, (long long)&my_charset_bin, a2, 0LL, 0LL, ...
safe_hash_init: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV RBX,RDI LEA RAX,[0xd08354] MOV EDI,dword ptr [RAX] LEA RAX,[RBX + 0x98] MOV R8D,ESI SUB RSP,0x8 LEA R10,[0x1a67e3] XOR R15D,R15D LEA R11,[0x1a67d4] LEA RCX,[0x489080] MOV RSI,RAX XOR EDX,EDX XOR R9D,R9D PUSH 0x0 PUSH R10 PUSH R15 P...
bool safe_hash_init(long param_1,int4 param_2,int8 param_3) { char cVar1; int8 uVar2; cVar1 = my_hash_init2(key_memory_SAFE_HASH_ENTRY,param_1 + 0x98,0,my_charset_bin,param_2,0,0, safe_hash_entry_get,0,safe_hash_entry_free,0); uVar2 = 0; if (cVar1 == '\0') { uVar2 = (**(code *...
14,805
google::protobuf::MessageLite::SerializePartialToArray(void*, int) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/message_lite.cc
bool MessageLite::SerializePartialToArray(void* data, int size) const { const size_t byte_size = ByteSizeLong(); if (byte_size > INT_MAX) { GOOGLE_LOG(ERROR) << GetTypeName() << " exceeded maximum protobuf size of 2GB: " << byte_size; return false; } if (size < static_cast<int64_t>(byte_s...
O0
cpp
google::protobuf::MessageLite::SerializePartialToArray(void*, int) const: subq $0xb8, %rsp movq %rdi, 0xa8(%rsp) movq %rsi, 0xa0(%rsp) movl %edx, 0x9c(%rsp) movq 0xa8(%rsp), %rdi movq %rdi, 0x18(%rsp) movq (%rdi), %rax callq *0x40(%rax) movq %rax, 0x90(%rsp) cmpq $0x7fffffff, 0x90(%rsp) # imm = 0x7FFFFFFF jbe 0x1b0673 ...
_ZNK6google8protobuf11MessageLite23SerializePartialToArrayEPvi: sub rsp, 0B8h mov [rsp+0B8h+var_10], rdi mov [rsp+0B8h+var_18], rsi mov [rsp+0B8h+var_1C], edx mov rdi, [rsp+0B8h+var_10] mov [rsp+0B8h+var_A0], rdi mov rax, [rdi] call qword ptr [rax+40h] mov [rsp+0B8h+var_28], rax cmp ...
char google::protobuf::MessageLite::SerializePartialToArray( google::protobuf::MessageLite *this, const google::protobuf::MessageLite *a2, int a3) { int v3; // ecx google::protobuf::internal::LogMessage *v5; // [rsp+0h] [rbp-B8h] long long v6; // [rsp+8h] [rbp-B0h] long long v7; // [rsp...
14,806
google::protobuf::MessageLite::SerializePartialToArray(void*, int) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/message_lite.cc
bool MessageLite::SerializePartialToArray(void* data, int size) const { const size_t byte_size = ByteSizeLong(); if (byte_size > INT_MAX) { GOOGLE_LOG(ERROR) << GetTypeName() << " exceeded maximum protobuf size of 2GB: " << byte_size; return false; } if (size < static_cast<int64_t>(byte_s...
O3
cpp
google::protobuf::MessageLite::SerializePartialToArray(void*, int) const: pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x68, %rsp movl %edx, %ebp movq %rsi, %r15 movq %rdi, %r14 movq (%rdi), %rax callq *0x40(%rax) movq %rax, %rbx testq $-0x80000000, %rax # imm = 0x80000000 je 0x9e7bf leaq 0x1f80d(%rip), %rdx ...
_ZNK6google8protobuf11MessageLite23SerializePartialToArrayEPvi: push rbp push r15 push r14 push rbx sub rsp, 68h mov ebp, edx mov r15, rsi mov r14, rdi mov rax, [rdi] call qword ptr [rax+40h] mov rbx, rax test rax, 0FFFFFFFF80000000h jz short loc_9E7BF lea rdx, aWorksp...
char google::protobuf::MessageLite::SerializePartialToArray( google::protobuf::MessageLite *this, char *a2, int a3) { long long v4; // rbx long long v5; // rax long long v6; // rax char *v7; // rdx google::protobuf::internal::LogMessage *v8; // rax char v10; // [rsp+7h] [rbp-81h] BY...
SerializePartialToArray: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x68 MOV EBP,EDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x40] MOV RBX,RAX TEST RAX,-0x80000000 JZ 0x0019e7bf LEA RDX,[0x1bdf55] LEA RDI,[RSP + 0x28] MOV ESI,0x2 MOV ECX,0x1df CALL 0x001169ca MOV RAX,qword ptr [R14] LAB_0...
/* google::protobuf::MessageLite::SerializePartialToArray(void*, int) const */ int8 __thiscall google::protobuf::MessageLite::SerializePartialToArray(MessageLite *this,void *param_1,int param_2) { ulong uVar1; LogMessage *pLVar2; LogFinisher local_81; int1 *local_80 [2]; int1 local_70 [16]; long local_60...
14,807
Catch::operator<<(Catch::TablePrinter&, Catch::(anonymous namespace)::ColumnBreak)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
TablePrinter& operator << (TablePrinter& tp, ColumnBreak) { auto colStr = tp.m_oss.str(); const auto strSize = colStr.size(); tp.m_oss.str(""); tp.open(); if (tp.m_currentColumn == static_cast<int>(tp.m_columnInfos.size() - 1)) { tp.m_currentColumn = -1; t...
O3
cpp
Catch::operator<<(Catch::TablePrinter&, Catch::(anonymous namespace)::ColumnBreak): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x80, %rsp movq %rdi, %rbx movq 0x28(%rdi), %rsi addq $0x8, %rsi leaq 0x60(%rsp), %r14 movq %r14, %rdi callq 0x17c70 movq 0x8(%r14), %r15 leaq 0x40(%rsp), %r14 movq %r14, -0x1...
_ZN5CatchlsERNS_12TablePrinterENS_12_GLOBAL__N_111ColumnBreakE: push r15 push r14 push r13 push r12 push rbx sub rsp, 80h mov rbx, rdi mov rsi, [rdi+28h] add rsi, 8 lea r14, [rsp+0A8h+var_48] mov rdi, r14 call __ZNKRSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE3strEv; s...
Catch::TablePrinter * Catch::operator<<(Catch::TablePrinter *this, double a2) { long long v3; // r15 int v4; // eax long long v5; // r12 long long v6; // rdi int v7; // eax long long v8; // r13 long long v9; // r12 unsigned long long v10; // r15 long long v11; // rdi double v12; // xmm0_8 long lon...
operator<<: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x80 MOV RBX,RDI MOV RSI,qword ptr [RDI + 0x28] ADD RSI,0x8 LEA R14,[RSP + 0x60] MOV RDI,R14 CALL 0x00117c70 MOV R15,qword ptr [R14 + 0x8] LEA R14,[RSP + 0x40] MOV qword ptr [R14 + -0x10],R14 LAB_0016961a: LEA RDX,[0x1de588] LEA RDI,[RSP + 0x30] MOV RSI,R...
/* Catch::TEMPNAMEPLACEHOLDERVALUE(Catch::TablePrinter&, Catch::(anonymous namespace)::ColumnBreak) */ TablePrinter * Catch::operator<<(TablePrinter *param_1) { long lVar1; int iVar2; ostream *poVar3; ulong uVar4; long lVar5; long lVar6; char local_99; char *local_98; long local_90; char loca...
14,808
corofx::handler_impl<foo, main::$_0>::handle(foo&&, corofx::resumer<foo>&)
corofx/include/corofx/handler.hpp
[[nodiscard]] auto handle(E&& eff, resumer<E>& resume) noexcept -> frame<> final { auto task = fn_(std::move(eff), resume); auto& p = task.frame_->promise(); p.set_cont(cont_); if constexpr (not std::is_void_v<value_type>) p.set_output(*output_); task_type::effect_types::appl...
O3
cpp
corofx::handler_impl<foo, main::$_0>::handle(foo&&, corofx::resumer<foo>&): endbr64 pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rcx, %r12 movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx movl $0x60, %edi callq 0x1200 leaq 0x8(%r14), %rcx leaq 0x72c(%rip), %rdx # 0x22b0 movq %rdx, (...
_ZN6corofx12handler_implI3barZ4mainE3$_1E6handleEOS1_RNS_7resumerIS1_EE: endbr64 push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov r12, rcx mov r15, rdx mov r14, rsi mov rbx, rdi mov edi, 60h ; '`'; unsigned __int64 call __Znwm; operator new(ulong) lea rcx, [r14...
_QWORD * corofx::handler_impl<bar,main::$_1>::handle(_QWORD *a1, long long a2, long long a3, long long a4) { long long v6; // rax v6 = operator new(0x60uLL); *(_QWORD *)v6 = main::$_1::operator()<bar,corofx::resumer<bar> &>; *(_QWORD *)(v6 + 8) = main::$_1::operator()<bar,corofx::resumer<bar> &>; *(_QWORD *)...
handle: ENDBR64 PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R12,RCX MOV R15,RDX MOV R14,RSI MOV RBX,RDI LAB_00101b6f: MOV EDI,0x60 CALL 0x00101200 LEA RCX,[R14 + 0x8] LEA RDX,[0x1022b0] MOV qword ptr [RAX],RDX LEA RDX,[0x1023ae] MOV qword ptr [RAX + 0x8],RDX MOV qword ptr [RAX + 0x50],R12 MOV qword ptr...
/* corofx::handler_impl<bar, main::$_1>::handle(bar&&, corofx::resumer<bar>&) */ bar * corofx::handler_impl<bar,main::$_1>::handle(bar *param_1,resumer *param_2) { int8 *puVar1; int8 in_RCX; int8 in_RDX; /* try { // try from 00101b6f to 00101b78 has its CatchHandler @ 00101bc1 */ puVar...
14,809
my_dirend
eloqsql/mysys/my_lib.c
void my_dirend(MY_DIR *dir) { MY_DIR_HANDLE *dirh= (MY_DIR_HANDLE*) dir; DBUG_ENTER("my_dirend"); if (dirh) { delete_dynamic(&dirh->array); free_root(&dirh->root, MYF(0)); my_free(dirh); } DBUG_VOID_RETURN; }
O0
c
my_dirend: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) cmpq $0x0, -0x10(%rbp) je 0x2e9e2 movq -0x10(%rbp), %rdi addq $0x10, %rdi callq 0x30a20 movq -0x10(%rbp), %rdi addq $0x38, %rdi xorl %eax, %eax movl %eax, %esi callq 0x33ae0 movq -0x10(%rbp), %rdi c...
my_dirend: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax cmp [rbp+var_10], 0 jz short loc_2E9E2 mov rdi, [rbp+var_10] add rdi, 10h call delete_dynamic mov rdi, [rbp+var_10] add rdi, 38h ; '8' xor eax, eax mov ...
long long my_dirend(long long a1) { long long result; // rax result = a1; if ( a1 ) { delete_dynamic(a1 + 16); free_root(a1 + 56, 0LL); return my_free(a1); } return result; }
my_dirend: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX CMP qword ptr [RBP + -0x10],0x0 JZ 0x0012e9e2 MOV RDI,qword ptr [RBP + -0x10] ADD RDI,0x10 CALL 0x00130a20 MOV RDI,qword ptr [RBP + -0x10] ADD RDI,0x38 XOR EAX,EAX MOV ESI,EAX CALL ...
void my_dirend(long param_1) { if (param_1 != 0) { delete_dynamic(param_1 + 0x10); free_root(param_1 + 0x38,0); my_free(param_1); } return; }
14,810
my_dirend
eloqsql/mysys/my_lib.c
void my_dirend(MY_DIR *dir) { MY_DIR_HANDLE *dirh= (MY_DIR_HANDLE*) dir; DBUG_ENTER("my_dirend"); if (dirh) { delete_dynamic(&dirh->array); free_root(&dirh->root, MYF(0)); my_free(dirh); } DBUG_VOID_RETURN; }
O3
c
my_dirend: testq %rdi, %rdi je 0x2ad1c pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq %rdi, %rbx addq $0x10, %rdi callq 0x2c158 leaq 0x38(%rbx), %rdi xorl %esi, %esi callq 0x2d9c3 movq %rbx, %rdi addq $0x8, %rsp popq %rbx popq %rbp jmp 0x2b2fa retq
my_dirend: test rdi, rdi jz short locret_2AD1C push rbp mov rbp, rsp push rbx push rax mov rbx, rdi add rdi, 10h call delete_dynamic lea rdi, [rbx+38h] xor esi, esi call free_root mov rdi, rbx add rsp, 8 pop rbx pop rbp jmp my_free locret_2AD1C: retn
long long my_dirend(long long a1) { long long result; // rax if ( a1 ) { delete_dynamic(a1 + 16); free_root(a1 + 56, 0LL); return my_free(a1); } return result; }
my_dirend: TEST RDI,RDI JZ 0x0012ad1c PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RBX,RDI ADD RDI,0x10 CALL 0x0012c158 LEA RDI,[RBX + 0x38] XOR ESI,ESI CALL 0x0012d9c3 MOV RDI,RBX ADD RSP,0x8 POP RBX POP RBP JMP 0x0012b2fa LAB_0012ad1c: RET
void my_dirend(long param_1) { if (param_1 != 0) { delete_dynamic(param_1 + 0x10); free_root(param_1 + 0x38,0); my_free(param_1); return; } return; }
14,811
google::protobuf::DescriptorPool::InternalAddGeneratedFile(void const*, int)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
void DescriptorPool::InternalAddGeneratedFile( const void* encoded_file_descriptor, int size) { // So, this function is called in the process of initializing the // descriptors for generated proto classes. Each generated .pb.cc file // has an internal procedure called AddDescriptors() which is called at //...
O0
cpp
google::protobuf::DescriptorPool::InternalAddGeneratedFile(void const*, int): subq $0x78, %rsp movq %rdi, 0x70(%rsp) movl %esi, 0x6c(%rsp) callq 0x349f0 movq %rax, %rdi movq 0x70(%rsp), %rsi movl 0x6c(%rsp), %edx callq 0xe4a60 movb $0x0, 0x2f(%rsp) testb $0x1, %al jne 0x34bee jmp 0x34bf0 jmp 0x34c40 leaq 0x1b88dd(%rip)...
_ZN6google8protobuf14DescriptorPool24InternalAddGeneratedFileEPKvi: sub rsp, 78h mov [rsp+78h+var_8], rdi mov [rsp+78h+var_C], esi call _ZN6google8protobuf12_GLOBAL__N_117GeneratedDatabaseEv; google::protobuf::`anonymous namespace'::GeneratedDatabase(void) mov rdi, rax; this mov rsi, [rsp+78h+var...
void google::protobuf::DescriptorPool::InternalAddGeneratedFile( google::protobuf::DescriptorPool *this, const void *a2) { google::protobuf::EncodedDescriptorDatabase *v2; // rax google::protobuf::internal::LogMessage *v3; // [rsp+10h] [rbp-68h] _BYTE v4[20]; // [rsp+1Bh] [rbp-5Dh] BYREF char v...
InternalAddGeneratedFile: SUB RSP,0x78 MOV qword ptr [RSP + 0x70],RDI MOV dword ptr [RSP + 0x6c],ESI CALL 0x001349f0 MOV RDI,RAX MOV RSI,qword ptr [RSP + 0x70] MOV EDX,dword ptr [RSP + 0x6c] CALL 0x001e4a60 MOV byte ptr [RSP + 0x2f],0x0 TEST AL,0x1 JNZ 0x00134bee JMP 0x00134bf0 LAB_00134bee: JMP 0x00134c40 LAB_00134bf0...
/* google::protobuf::DescriptorPool::InternalAddGeneratedFile(void const*, int) */ void google::protobuf::DescriptorPool::InternalAddGeneratedFile(void *param_1,int param_2) { EncodedDescriptorDatabase *this; LogMessage *pLVar1; byte bVar2; LogFinisher local_5d [20]; byte local_49; LogMessage local_48 [6...
14,812
google::protobuf::internal::ExtensionSet::Extension::GetSize() const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc
int ExtensionSet::Extension::GetSize() const { GOOGLE_DCHECK(is_repeated); switch (cpp_type(type)) { #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ case WireFormatLite::CPPTYPE_##UPPERCASE: \ return repeated_##LOWERCASE##_value->size() HANDLE_TYPE(INT32, int32_t); HANDLE_TYPE(INT64, int64_t); HAND...
O3
cpp
google::protobuf::internal::ExtensionSet::Extension::GetSize() const: pushq %rbx subq $0x40, %rsp movzbl 0x8(%rdi), %eax leaq 0xb4c16(%rip), %rcx # 0x167ee0 movl (%rcx,%rax,4), %eax decl %eax cmpl $0x9, %eax ja 0xb32f3 leaq 0xb79cd(%rip), %rcx # 0x16aca8 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax mov...
_ZNK6google8protobuf8internal12ExtensionSet9Extension7GetSizeEv: push rbx sub rsp, 40h movzx eax, byte ptr [rdi+8] lea rcx, _ZN6google8protobuf8internal14WireFormatLite22kFieldTypeToCppTypeMapE; google::protobuf::internal::WireFormatLite::kFieldTypeToCppTypeMap mov eax, [rcx+rax*4] dec eax; switch ...
long long google::protobuf::internal::ExtensionSet::Extension::GetSize( google::protobuf::internal::ExtensionSet::Extension *this) { long long result; // rax google::protobuf::internal::LogMessage *v2; // rax char v3; // [rsp+7h] [rbp-41h] BYREF _BYTE v4[64]; // [rsp+8h] [rbp-40h] BYREF switch ( *((...
GetSize: PUSH RBX SUB RSP,0x40 MOVZX EAX,byte ptr [RDI + 0x8] LEA RCX,[0x267ee0] MOV EAX,dword ptr [RCX + RAX*0x4] DEC EAX CMP EAX,0x9 JA 0x001b32f3 LEA RCX,[0x26aca8] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_1: MOV RAX,qword ptr [RDI] MOV EAX,dword ptr [RAX] JMP 0x001b3339 caseD_9: MOV R...
/* google::protobuf::internal::ExtensionSet::Extension::GetSize() const */ int4 __thiscall google::protobuf::internal::ExtensionSet::Extension::GetSize(Extension *this) { int4 uVar1; LogMessage *pLVar2; LogFinisher local_41; LogMessage local_40 [56]; switch(*(int4 *)(WireFormatLite::kFieldTypeToCppTypeM...
14,813
minja::UnaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { if (!expr) throw std::runtime_error("UnaryOpExpr.expr is null"); auto e = expr->evaluate(context); switch (op) { case Op::Plus: return e; case Op::Minus: return -e; case Op::LogicalNo...
O2
cpp
minja::UnaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: pushq %r14 pushq %rbx subq $0x58, %rsp movq %rsi, %r14 movq 0x20(%rsi), %rsi testq %rsi, %rsi je 0x655fc movq %rdi, %rbx leaq 0x8(%rsp), %rdi callq 0x65700 movl 0x30(%r14), %eax cmpq $0x4, %rax ja 0x65648 leaq 0x4f543(%rip), %rcx # 0xb4a...
_ZNK5minja11UnaryOpExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: push r14 push rbx sub rsp, 58h mov r14, rsi mov rsi, [rsi+20h] test rsi, rsi jz short loc_655FC mov rbx, rdi lea rdi, [rsp+68h+var_60] call _ZNK5minja10Expression8evaluateERKSt10shared_ptrINS_7ContextEE; minja::Exp...
minja::Value * minja::UnaryOpExpr::do_evaluate( minja::Value *this, long long a2, int a3, int a4, int a5, int a6) { long long v7; // rsi std::runtime_error *exception; // r14 std::runtime_error *v10; // r14 bool v11; // [rsp+7h] [rbp-61h] BYREF _BYTE v12[96]; //...
do_evaluate: PUSH R14 PUSH RBX SUB RSP,0x58 MOV R14,RSI MOV RSI,qword ptr [RSI + 0x20] TEST RSI,RSI JZ 0x001655fc MOV RBX,RDI LEA RDI,[RSP + 0x8] CALL 0x00165700 MOV EAX,dword ptr [R14 + 0x30] CMP RAX,0x4 JA 0x00165648 LEA RCX,[0x1b4ae8] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: LEA RSI...
/* minja::UnaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */ UnaryOpExpr * __thiscall minja::UnaryOpExpr::do_evaluate(UnaryOpExpr *this,shared_ptr *param_1) { runtime_error *prVar1; bool local_61; Expression local_60 [80]; if (*(shared_ptr **)(param_1 + 0x20) == (shared_ptr *)0x0) {...
14,814
my_close
eloqsql/mysys/my_open.c
int my_close(File fd, myf MyFlags) { int err; char *name= NULL; DBUG_ENTER("my_close"); DBUG_PRINT("my",("fd: %d MyFlags: %lu",fd, MyFlags)); if (!(MyFlags & (MY_WME | MY_FAE))) MyFlags|= my_global_flags; if ((uint) fd < my_file_limit && my_file_info[fd].type != UNOPEN) { name= my_file_info[fd]....
O0
c
my_close: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq $0x0, -0x20(%rbp) jmp 0xf4519 movq -0x10(%rbp), %rax andq $0x18, %rax cmpq $0x0, %rax jne 0xf4539 leaq 0xb8e89a(%rip), %rax # 0xc82dc8 movq (%rax), %rax orq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movl -0x4(%rbp)...
my_close: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_20], 0 jmp short $+2 loc_F4519: mov rax, [rbp+var_10] and rax, 18h cmp rax, 0 jnz short loc_F4539 lea rax, my_global_flags mov rax, [rax] or rax, [rbp+var_10] mov ...
long long my_close(unsigned int a1, const char *a2) { unsigned int *v2; // rax int v4; // [rsp+24h] [rbp-2Ch] long long v5; // [rsp+30h] [rbp-20h] unsigned int v6; // [rsp+3Ch] [rbp-14h] __int16 v7; // [rsp+40h] [rbp-10h] v7 = (__int16)a2; v5 = 0LL; if ( ((unsigned __int8)a2 & 0x18) == 0 ) v7 = (u...
my_close: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x20],0x0 JMP 0x001f4519 LAB_001f4519: MOV RAX,qword ptr [RBP + -0x10] AND RAX,0x18 CMP RAX,0x0 JNZ 0x001f4539 LEA RAX,[0xd82dc8] MOV RAX,qword ptr [RAX] OR RAX,qword ptr [RBP + -0x10] MOV qw...
int my_close(uint param_1,ulong param_2) { int iVar1; int iVar2; int *piVar3; long local_28; ulong local_18; local_28 = 0; local_18 = param_2; if ((param_2 & 0x18) == 0) { local_18 = my_global_flags | param_2; } if ((param_1 < my_file_limit) && (*(int *)(my_file_info + (long)(int)param_1 * ...
14,815
normalize_dirname
eloqsql/mysys/mf_pack.c
size_t normalize_dirname(char *to, const char *from) { size_t length; char buff[FN_REFLEN + 1]; DBUG_ENTER("normalize_dirname"); /* Despite the name, this actually converts the name to the system's format (TODO: name this properly). */ (void) intern_filename(buff, from); length= strlen(buff); /...
O0
c
normalize_dirname: pushq %rbp movq %rsp, %rbp subq $0x230, %rsp # imm = 0x230 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x218(%rbp) movq %rsi, -0x220(%rbp) leaq -0x210(%rbp), %rdi movq -0x220(%rbp), %rsi callq 0x2d1d0 leaq -0x210(%rbp), %rdi callq 0x24130 movq %rax, -0x228(%rbp) cmpq $0x0, -0x228...
normalize_dirname: push rbp mov rbp, rsp sub rsp, 230h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_218], rdi mov [rbp+var_220], rsi lea rdi, [rbp+var_210] mov rsi, [rbp+var_220] call intern_filename lea rdi, [rbp+var_210] call _strlen mov [rbp+var_228], rax cmp ...
long long normalize_dirname(long long a1, _BYTE *a2) { unsigned long long v3; // [rsp+8h] [rbp-228h] long long v4; // [rsp+18h] [rbp-218h] _BYTE v5[520]; // [rsp+20h] [rbp-210h] BYREF unsigned long long v6; // [rsp+228h] [rbp-8h] v6 = __readfsqword(0x28u); v4 = a1; intern_filename((long long)v5, a2); ...
normalize_dirname: PUSH RBP MOV RBP,RSP SUB RSP,0x230 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x218],RDI MOV qword ptr [RBP + -0x220],RSI LEA RDI,[RBP + -0x210] MOV RSI,qword ptr [RBP + -0x220] CALL 0x0012d1d0 LEA RDI,[RBP + -0x210] CALL 0x00124130 MOV qword ptr [RBP + -0x228],R...
int8 normalize_dirname(int8 param_1,int8 param_2) { int8 uVar1; long in_FS_OFFSET; size_t local_230; int8 local_220; char local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_220 = param_1; intern_filename(local_218,param_2); local_230 = strlen(local_218); if (((lo...
14,816
YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test::YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test()
yoga-mod/tests/YGAlignBaselineTest.cpp
TEST(YogaTest, align_baseline_with_no_baseline_func_and_no_parent_ht) { YGConfigRef config = YGConfigNew(); YGNodeRef root = YGNodeNewWithConfig(config); YGNodeStyleSetFlexDirection(root, YGFlexDirectionRow); YGNodeStyleSetAlignItems(root, YGAlignBaseline); YGNodeStyleSetWidth(root, 150); YGNodeRef root_c...
O0
cpp
YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test::YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test(): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) callq 0x7047d0 movq -0x10(%rbp), %rax leaq 0x78f994(%rip), %rcx # ...
_ZN67YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_TestC2Ev: 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 _ZN7testing4TestC2Ev; testing::Test::Test(void) mov rax, [rbp+var_10] lea rcx, _ZTV67YogaTest_alig...
void YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test::YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test( YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test *this) { testing::Test::Test(this); *(_QWORD *)this = (char *)&`vtable for'YogaTest_align_baseli...
YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test: 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 0x008047d0 MOV RAX,qword ptr [RBP + -0x10] LEA RCX,[0x95c988] ADD RCX,0x10 MOV qword ptr [RAX],RCX ADD RSP,0x10 POP RB...
/* YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test::YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test() */ void __thiscall YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test:: YogaTest_align_baseline_with_no_baseline_func_and_no_parent_ht_Test (Yoga...
14,817
nlohmann::json_abi_v3_11_2::detail::json_sax_dom_parser<nlohmann::json_abi_v3_11_2::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_2::adl_serializer, std::vector<unsigned char, ...
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
bool start_object(std::size_t len) { ref_stack.push_back(handle_value(BasicJsonType::value_t::object)); if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size())) { JSON_THROW(out_of_range::create(408, concat("excessive object size: ", s...
O2
cpp
nlohmann::json_abi_v3_11_2::detail::json_sax_dom_parser<nlohmann::json_abi_v3_11_2::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_2::adl_serializer, std::vector<unsigned char, ...
_ZN8nlohmann16json_abi_v3_11_26detail19json_sax_dom_parserINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEEEE12start_objectEm: push rbp; char push r15; int push r14; int push rbx; int sub rsp, 48h mov r15, rsi mov r14, rd...
char nlohmann::json_abi_v3_11_2::detail::json_sax_dom_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>>::start_object( long long a1, unsigned long long a2) ...
start_object: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x48 MOV R15,RSI MOV R14,RDI LEA RBX,[RDI + 0x8] LEA RSI,[RSP + 0x8] MOV byte ptr [RSI],0x1 CALL 0x001538a4 LEA RSI,[RSP + 0x28] MOV qword ptr [RSI],RAX MOV RDI,RBX CALL 0x0015395c CMP R15,-0x1 JZ 0x00153649 MOV RAX,qword ptr [R14 + 0x10] MOV RDI,qword ptr [RAX ...
/* nlohmann::json_abi_v3_11_2::detail::json_sax_dom_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> > > >::start_ob...
14,818
my_charpos_utf16
eloqsql/strings/ctype-ucs2.c
static size_t my_charpos_utf16(CHARSET_INFO *cs, const char *b, const char *e, size_t pos) { const char *b0= b; uint charlen; for ( ; pos; b+= charlen, pos--) { if (!(charlen= my_ismbchar(cs, b, e))) return (e + 2 - b0); /* Error, return pos outside the string */ } return (size...
O3
c
my_charpos_utf16: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rsi, %r12 testq %rcx, %rcx je 0x4eedd movq %rcx, %r15 movq %rdx, %r14 movq %rdi, %r13 movq %rbx, %r12 movq 0xb8(%r13), %rax movq %r13, %rdi movq %r12, %rsi movq %r14, %rdx callq *0xc0(%ra...
my_charpos_utf16: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi mov r12, rsi test rcx, rcx jz short loc_4EEDD mov r15, rcx mov r14, rdx mov r13, rdi mov r12, rbx loc_4EEAF: mov rax, [r13+0B8h] mov rdi, r13 mov ...
long long my_charpos_utf16(long long a1, long long a2, long long a3, long long a4) { long long v4; // r12 long long v5; // r15 int v7; // eax v4 = a2; if ( a4 ) { v5 = a4; v4 = a2; while ( 1 ) { v7 = (*(long long ( **)(long long, long long, long long))(*(_QWORD *)(a1 + 184) + 192LL))...
my_charpos_utf16: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R12,RSI TEST RCX,RCX JZ 0x0014eedd MOV R15,RCX MOV R14,RDX MOV R13,RDI MOV R12,RBX LAB_0014eeaf: MOV RAX,qword ptr [R13 + 0xb8] MOV RDI,R13 MOV RSI,R12 MOV RDX,R14 CALL qword ptr [RAX + 0xc0] CMP EAX,0x1 JLE 0x0...
long my_charpos_utf16(long param_1,long param_2,long param_3,long param_4) { uint uVar1; long lVar2; lVar2 = param_2; if (param_4 != 0) { do { uVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0))(param_1,lVar2,param_3); if ((int)uVar1 < 2) { lVar2 = param_3 + 2; break; ...
14,819
cpu_get_num_math()
monkey531[P]llama/common/common.cpp
int32_t cpu_get_num_math() { #if defined(__x86_64__) && defined(__linux__) && !defined(__ANDROID__) int n_cpu = sysconf(_SC_NPROCESSORS_ONLN); if (n_cpu < 1) { return cpu_get_num_physical_cores(); } if (is_hybrid_cpu()) { cpu_set_t affinity; if (!pthread_getaffinity_np(pthread_se...
O3
cpp
cpu_get_num_math(): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x100, %rsp # imm = 0x100 movl $0x54, %edi callq 0x1a5c0 movq %rax, %rbx testl %ebx, %ebx jle 0x71e99 movl $0x7, %eax xorl %ecx, %ecx movq %rbx, %rsi cpuid xchgq %rbx, %rsi testw %dx, %dx jns 0x71ec2 callq 0x1a7c0 movq %rax, %r1...
_Z16cpu_get_num_mathv: push rbp push r15 push r14 push r12 push rbx sub rsp, 100h mov edi, 54h ; 'T' call _sysconf mov rbx, rax test ebx, ebx jle loc_71E99 mov eax, 7 xor ecx, ecx mov rsi, rbx cpuid xchg rsi, rbx test dx, dx jns loc_71EC2 call _pthread_self ...
long long cpu_get_num_math(void) { long long v0; // rbx long long v2; // rsi long long v7; // rbx long long v8; // rsi long long v9; // rt0 long long v10; // r14 unsigned int v11; // r15d unsigned int v12; // ebp long long v13; // rcx long long v14; // r8 long long v15; // r9 long long v17; // r...
cpu_get_num_math: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x100 MOV EDI,0x54 CALL 0x0011a5c0 MOV RBX,RAX TEST EBX,EBX JLE 0x00171e99 MOV EAX,0x7 XOR ECX,ECX MOV RSI,RBX CPUID XCHG RBX,RSI TEST DX,DX JNS 0x00171ec2 CALL 0x0011a7c0 MOV R14,RAX LEA RDX,[RSP + 0x80] MOV ESI,0x80 MOV RDI,RAX CALL 0x0011afe0 TES...
/* WARNING: Removing unreachable block (ram,0x00171e59) */ /* WARNING: Removing unreachable block (ram,0x00171db8) */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* cpu_get_num_math() */ ulong cpu_get_num_math(void) { long lVar1; uint *puVar2; uint uVar3; int iVar4; long lV...
14,820
my_string_metadata_get_mb
eloqsql/strings/ctype.c
static void my_string_metadata_get_mb(MY_STRING_METADATA *metadata, CHARSET_INFO *cs, const char *str, ulong length) { const char *strend= str + length; for (my_string_metadata_init(metadata) ; str < strend; metadata->char_length++) { my_wc_t wc; int mblen= my_ci_mb...
O0
c
my_string_metadata_get_mb: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x18(%rbp), %rax addq -0x20(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0x74210 movq -0x18(%rbp), %rax cmpq -0x28(%rbp), %rax jae 0x7...
my_string_metadata_get_mb: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov rax, [rbp+var_18] add rax, [rbp+var_20] mov [rbp+var_28], rax mov rdi, [rbp+var_8] call my_string_metadata_init loc_72CCD...
unsigned long long my_string_metadata_get_mb(unsigned long long a1, long long a2, unsigned long long a3, long long a4) { unsigned long long result; // rax int v5; // [rsp+Ch] [rbp-34h] unsigned long long v6; // [rsp+10h] [rbp-30h] BYREF unsigned long long v7; // [rsp+18h] [rbp-28h] long long v8; // [rsp+20h]...
my_string_metadata_get_mb: 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 qword ptr [RBP + -0x20],RCX MOV RAX,qword ptr [RBP + -0x18] ADD RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x28],RAX MOV RDI,qword ptr [RBP + -0x8] CALL ...
void my_string_metadata_get_mb(long *param_1,long param_2,ulong param_3,long param_4) { int iVar1; ulong local_38; ulong local_30; long local_28; ulong local_20; long local_18; long *local_10; local_30 = param_3 + param_4; local_28 = param_4; local_20 = param_3; local_18 = param_2; local_10...
14,821
minja::Parser::parseString[abi:cxx11]()::'lambda'(char)::operator()[abi:cxx11](char) const
monkey531[P]llama/common/minja.hpp
std::unique_ptr<std::string> parseString() { auto doParse = [&](char quote) -> std::unique_ptr<std::string> { if (it == end || *it != quote) return nullptr; std::string result; bool escape = false; for (++it; it != end; ++it) { if (escape) { escape = false; ...
O0
cpp
minja::Parser::parseString[abi:cxx11]()::'lambda'(char)::operator()[abi:cxx11](char) const: subq $0x78, %rsp movq %rdi, 0x10(%rsp) movb %dl, %al movq %rdi, %rcx movq %rcx, 0x18(%rsp) movq %rdi, 0x70(%rsp) movq %rsi, 0x68(%rsp) movb %al, 0x67(%rsp) movq 0x68(%rsp), %rax movq (%rax), %rsi movq %rsi, 0x20(%rsp) movq %rsi,...
_ZZN5minja6Parser11parseStringB5cxx11EvENKUlcE_clB5cxx11Ec: sub rsp, 78h mov [rsp+78h+var_68], rdi mov al, dl mov rcx, rdi mov [rsp+78h+var_60], rcx mov [rsp+78h+var_8], rdi mov [rsp+78h+var_10], rsi mov [rsp+78h+var_11], al mov rax, [rsp+78h+var_10] mov rsi, [rax] mov [rsp+7...
long long minja::Parser::parseString[abi:cxx11](void)::{lambda(char)#1}::operator()[abi:cxx11]( long long a1, _QWORD *a2, char a3) { char *v3; // rax char *v4; // rax char *v5; // rax long long v7; // [rsp+20h] [rbp-58h] char v8; // [rsp+3Fh] [rbp-39h] _BYTE v9[39]; // [rsp+40h] [rb...
14,822
minja::Parser::parseString[abi:cxx11]()::'lambda'(char)::operator()[abi:cxx11](char) const
monkey531[P]llama/common/minja.hpp
std::unique_ptr<std::string> parseString() { auto doParse = [&](char quote) -> std::unique_ptr<std::string> { if (it == end || *it != quote) return nullptr; std::string result; bool escape = false; for (++it; it != end; ++it) { if (escape) { escape = false; ...
O3
cpp
minja::Parser::parseString[abi:cxx11]()::'lambda'(char)::operator()[abi:cxx11](char) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx movq (%rsi), %r12 movq 0x18(%r12), %rcx movq 0x20(%r12), %rax cmpq %rcx, %rax je 0x8bab9 movl %edx, %ebp cmpb %bpl, (%rax) jne 0x...
_ZZN5minja6Parser11parseStringB5cxx11EvENKUlcE_clB5cxx11Ec: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov rbx, rdi mov r12, [rsi] mov rcx, [r12+18h] mov rax, [r12+20h] cmp rax, rcx jz loc_8BAB9 mov ebp, edx cmp [rax], bpl jnz loc_8BAB9 ...
_QWORD * minja::Parser::parseString[abi:cxx11](void)::{lambda(char)#1}::operator()[abi:cxx11]( _QWORD *a1, long long *a2, char a3) { long long v4; // r12 _BYTE *v5; // rcx _BYTE *v6; // rax char v8; // dl int v9; // r13d char v10; // cl unsigned int v11; // eax _OWORD *v12; // rd...
operator()[abi:cxx11]: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RBX,RDI MOV R12,qword ptr [RSI] MOV RCX,qword ptr [R12 + 0x18] MOV RAX,qword ptr [R12 + 0x20] CMP RAX,RCX JZ 0x0018bab9 MOV EBP,EDX CMP byte ptr [RAX],BPL JNZ 0x0018bab9 LEA R15,[RSP + 0x18] MOV qword ptr [R15 + -0x10],R15 MOV...
/* operator()[abi:cxx11](char) const */ int8 * minja::Parser::parseString[abi:cxx11]()::{lambda(char)#1}::operator()[abi_cxx11_(char param_1) { long lVar1; char *pcVar2; int8 *puVar3; char in_DL; bool bVar4; long *in_RSI; int7 in_register_00000039; int8 *puVar5; int1 *local_50; int8 local_48; i...
14,823
rak_builtin_resolve_global
fabiosvm[P]rak/src/builtin.c
int rak_builtin_resolve_global(int len, char *chars) { int n = (int) (sizeof(globals) / sizeof(*globals)); for (int i = 0; i < n; ++i) { const char *cstr = globals[i]; if (!memcmp(cstr, chars, len) && !cstr[len]) return i; } return -1; }
O2
c
rak_builtin_resolve_global: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movslq %edi, %r14 leaq 0xba7a(%rip), %r13 # 0xebe0 xorl %r12d, %r12d pushq $-0x1 popq %rbp cmpq $0x22, %r12 je 0x319b movq (%r13), %r15 movq %r15, %rdi movq %rbx, %rsi movq %r14, %rdx callq 0x21...
rak_builtin_resolve_global: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi movsxd r14, edi lea r13, globals xor r12d, r12d push 0FFFFFFFFFFFFFFFFh pop rbp loc_316C: cmp r12, 22h ; '"' jz short loc_319B mov r15, [r13+0] mov rdi, r15 m...
long long rak_builtin_resolve_global(int a1, long long a2) { char **v2; // r13 long long v3; // r12 unsigned int v4; // ebp char *v5; // r15 v2 = globals; v3 = 0LL; v4 = -1; while ( v3 != 34 ) { v5 = *v2; if ( !(unsigned int)bcmp(*v2, a2, a1) && !v5[a1] ) return (unsigned int)v3; +...
rak_builtin_resolve_global: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOVSXD R14,EDI LEA R13,[0x10ebe0] XOR R12D,R12D PUSH -0x1 POP RBP LAB_0010316c: CMP R12,0x22 JZ 0x0010319b MOV R15,qword ptr [R13] MOV RDI,R15 MOV RSI,RBX MOV RDX,R14 CALL 0x00102120 TEST EAX,EAX JNZ 0x0010318f CMP by...
ulong rak_builtin_resolve_global(int param_1,void *param_2) { int *__s1; int iVar1; ulong uVar2; ulong uVar3; int **ppuVar4; ppuVar4 = &globals; uVar3 = 0; uVar2 = 0xffffffffffffffff; do { if (uVar3 == 0x22) { LAB_0010319b: return uVar2 & 0xffffffff; } __s1 = *ppuVar4; iVar1...
14,824
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/minja.hpp
inline json Value::get<json>() const { if (is_primitive()) return primitive_; if (is_null()) return json(); if (array_) { std::vector<json> res; for (const auto& item : *array_) { res.push_back(item.get<json>()); } return res; } if (object_) { json res = json::object(); for (cons...
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...
_ZNK5minja5Value3getIN8nlohmann16json_abi_v3_11_310basic_jsonINS3_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS3_14adl_serializerES6_IhSaIhEEvEEEET_v: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0B8h mov r14, rsi mov rbx, rdi mov ...
long long minja::Value::get<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>>( long long a1, long long a2) { unsigned long lo...
get<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 R15 PUSH R14 PUSH R13 PUSH R12 PUSH ...
/* 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> minja::Value::get<nlohmann::...
14,825
rw_pr_rdlock
eloqsql/mysys/thr_rwlock.c
int rw_pr_rdlock(rw_pr_lock_t *rwlock) { pthread_mutex_lock(&rwlock->lock); /* The fact that we were able to acquire 'lock' mutex means that there are no active writers and we can acquire rd-lock. Increment active readers counter to prevent requests for wr-lock from succeeding and unlock mutex. */...
O0
c
rw_pr_rdlock: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x254c0 movq -0x8(%rbp), %rax movl 0x58(%rax), %ecx addl $0x1, %ecx movl %ecx, 0x58(%rax) movq -0x8(%rbp), %rdi callq 0x25240 xorl %eax, %eax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
rw_pr_rdlock: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] call _pthread_mutex_lock mov rax, [rbp+var_8] mov ecx, [rax+58h] add ecx, 1 mov [rax+58h], ecx mov rdi, [rbp+var_8] call _pthread_mutex_unlock xor eax, eax add rsp, 10h pop ...
long long rw_pr_rdlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 88); pthread_mutex_unlock(a1); return 0LL; }
rw_pr_rdlock: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] CALL 0x001254c0 MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x58] ADD ECX,0x1 MOV dword ptr [RAX + 0x58],ECX MOV RDI,qword ptr [RBP + -0x8] CALL 0x00125240 XOR EAX,EAX ADD RSP,0x10 POP RBP RET
int8 rw_pr_rdlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x58) = *(int *)((long)param_1 + 0x58) + 1; pthread_mutex_unlock(param_1); return 0; }
14,826
my_rw_wrlock
eloqsql/mysys/thr_rwlock.c
int my_rw_wrlock(my_rw_lock_t *rwp) { pthread_mutex_lock(&rwp->lock); rwp->waiters++; /* another writer queued */ my_rw_lock_assert_not_write_owner(rwp); while (rwp->state) pthread_cond_wait(&rwp->writers, &rwp->lock); rwp->state = -1; rwp->waiters--; #ifdef SAFE_MUTEX rwp->write_thread= pthread_...
O0
c
my_rw_wrlock: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x2a200 movq -0x8(%rbp), %rax movl 0x8c(%rax), %ecx addl $0x1, %ecx movl %ecx, 0x8c(%rax) movq -0x8(%rbp), %rax cmpl $0x0, 0x88(%rax) je 0xfa058 movq -0x8(%rbp), %rdi addq $0x58, %rdi movq -0x8(%rbp), %rsi callq ...
my_rw_wrlock: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] call _pthread_mutex_lock mov rax, [rbp+var_8] mov ecx, [rax+8Ch] add ecx, 1 mov [rax+8Ch], ecx loc_FA038: mov rax, [rbp+var_8] cmp dword ptr [rax+88h], 0 jz short loc_FA058 mov ...
long long my_rw_wrlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 140); while ( *(_DWORD *)(a1 + 136) ) pthread_cond_wait(a1 + 88, a1); *(_DWORD *)(a1 + 136) = -1; --*(_DWORD *)(a1 + 140); pthread_mutex_unlock(a1); return 0LL; }
my_rw_wrlock: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] CALL 0x0012a200 MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x8c] ADD ECX,0x1 MOV dword ptr [RAX + 0x8c],ECX LAB_001fa038: MOV RAX,qword ptr [RBP + -0x8] CMP dword ptr [RAX + 0x88],0x0 JZ 0x001fa058...
int8 my_rw_wrlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x8c) = *(int *)((long)param_1 + 0x8c) + 1; while (*(int *)((long)param_1 + 0x88) != 0) { pthread_cond_wait((pthread_cond_t *)((long)param_1 + 0x58),param_1); } *(int4 *)((long)param_1 + 0x88) = 0xfffffff...
14,827
string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&)
monkey531[P]llama/common/common.cpp
std::string string_from(const struct llama_context * ctx, const std::vector<llama_token> & tokens) { std::stringstream buf; buf << "[ "; bool first = true; for (const auto & token : tokens) { if (!first) { buf << ", "; } else { first = false; } ...
O0
cpp
string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&): subq $0x2a8, %rsp # imm = 0x2A8 movq %rdi, 0x48(%rsp) movq %rdi, %rax movq %rax, 0x50(%rsp) movq %rdi, 0x2a0(%rsp) movq %rsi, 0x298(%rsp) movq %rdx, 0x290(%rsp) leaq 0x108(%rsp), %rdi callq 0x55470 leaq 0x118(%rsp), %...
_Z11string_fromB5cxx11PK13llama_contextRKSt6vectorIiSaIiEE: sub rsp, 2A8h mov [rsp+2A8h+var_260], rdi mov rax, rdi mov [rsp+2A8h+var_258], rax mov [rsp+2A8h+var_8], rdi mov [rsp+2A8h+var_10], rsi mov [rsp+2A8h+var_18], rdx lea rdi, [rsp+2A8h+var_1A0] call __ZNSt7__cxx1118basic_strings...
long long string_from[abi:cxx11](long long a1, long long a2, long long a3) { long long v4; // [rsp+8h] [rbp-2A0h] long long v5; // [rsp+10h] [rbp-298h] long long v6; // [rsp+18h] [rbp-290h] long long v7; // [rsp+20h] [rbp-288h] _BYTE v8[32]; // [rsp+58h] [rbp-250h] BYREF long long v9; // [rsp+78h] [rbp-230...
string_from[abi:cxx11]: SUB RSP,0x2a8 MOV qword ptr [RSP + 0x48],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x50],RAX MOV qword ptr [RSP + 0x2a0],RDI MOV qword ptr [RSP + 0x298],RSI MOV qword ptr [RSP + 0x290],RDX LEA RDI,[RSP + 0x108] CALL 0x00155470 LEA RDI,[RSP + 0x118] LAB_001678a1: LEA RSI,[0x2c474e] CALL 0x00155900 JMP...
/* string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int> > const&) */ llama_context * string_from_abi_cxx11_(llama_context *param_1,vector *param_2) { bool bVar1; ostream *poVar2; vector<int,std::allocator<int>> *in_RDX; __cxx11 local_250 [32]; int8 local_230; int8 local_228; ...
14,828
emittra::Emittra::blockingRequest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>> const&, std::chrono::duration<long, std::ratio<1l, 1000l>>)
angrymouse[P]emittra/src/emittra.cpp
std::any Emittra::blockingRequest(const std::string& event_name, const std::vector<std::any>& args, std::chrono::milliseconds timeout) { auto future = request(event_name, args); flush({event_name}); if (future.wait_for(timeout) == std::future_status::ready) { return future.get(); } throw std...
O0
cpp
emittra::Emittra::blockingRequest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>> const&, std::chrono::duration<long, std::ratio<1l, 1000l>>): subq $0x108, %rsp # imm = 0x108 movq %rdi, 0x58(%rsp) movq %rdi, %rax movq %rax...
_ZN7emittra7Emittra15blockingRequestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt3anySaISA_EENSt6chrono8durationIlSt5ratioILl1ELl1000EEEE: sub rsp, 108h mov [rsp+108h+var_B0], rdi mov rax, rdi mov [rsp+108h+var_A8], rax mov [rsp+108h+var_8], rdi mov [rsp+108h+var_10], r8 ...
long long emittra::Emittra::blockingRequest(long long a1, long long a2, long long a3, long long a4, long long a5) { int v5; // edx int v6; // ecx int v7; // r8d int v8; // r9d int v9; // edx int v10; // ecx int v11; // r8d int v12; // r9d std::runtime_error *exception; // [rsp+0h] [rbp-108h] _BYTE ...
blockingRequest: SUB RSP,0x108 MOV qword ptr [RSP + 0x58],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x60],RAX MOV qword ptr [RSP + 0x100],RDI MOV qword ptr [RSP + 0xf8],R8 MOV qword ptr [RSP + 0xf0],RSI MOV qword ptr [RSP + 0xe8],RDX MOV qword ptr [RSP + 0xe0],RCX MOV RSI,qword ptr [RSP + 0xf0] MOV qword ptr [RSP + 0x68],RS...
/* emittra::Emittra::blockingRequest(std::__cxx11::string const&, std::vector<std::any, std::allocator<std::any> > const&, std::chrono::duration<long, std::ratio<1l, 1000l> >) */ int8 emittra::Emittra::blockingRequest (int8 param_1,vector *param_2,string *param_3,int8 param_4,int8 param_5) { int iVar1...
14,829
emittra::Emittra::blockingRequest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>> const&, std::chrono::duration<long, std::ratio<1l, 1000l>>)
angrymouse[P]emittra/src/emittra.cpp
std::any Emittra::blockingRequest(const std::string& event_name, const std::vector<std::any>& args, std::chrono::milliseconds timeout) { auto future = request(event_name, args); flush({event_name}); if (future.wait_for(timeout) == std::future_status::ready) { return future.get(); } throw std...
O2
cpp
emittra::Emittra::blockingRequest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>> const&, std::chrono::duration<long, std::ratio<1l, 1000l>>): pushq %r15 pushq %r14 pushq %rbx subq $0x60, %rsp movq %rdx, %r15 movq %rsi, %r14 movq %rd...
_ZN7emittra7Emittra15blockingRequestERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISt3anySaISA_EENSt6chrono8durationIlSt5ratioILl1ELl1000EEEE: push r15 push r14 push rbx sub rsp, 60h mov r15, rdx mov r14, rsi mov rbx, rdi mov [rsp+78h+var_58], r8 lea rdi, [rsp+78h+va...
long long emittra::Emittra::blockingRequest( long long a1, std::__shared_mutex_pthread *a2, long long a3, long long a4, long long a5) { std::runtime_error *exception; // r14 _BYTE v8[8]; // [rsp+10h] [rbp-68h] BYREF long long v9; // [rsp+18h] [rbp-60h] BYREF long long v1...
blockingRequest: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x60 MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x20],R8 LEA RDI,[RSP + 0x10] CALL 0x00104d80 LAB_00104e8f: LEA RDI,[RSP + 0x40] MOV RSI,R15 CALL 0x00103350 LAB_00104e9c: LEA RDI,[RSP + 0x28] LEA RSI,[RSP + 0x40] PUSH 0x1 POP RDX LEA RCX,[RSP + 0xf] CALL...
/* emittra::Emittra::blockingRequest(std::__cxx11::string const&, std::vector<std::any, std::allocator<std::any> > const&, std::chrono::duration<long, std::ratio<1l, 1000l> >) */ int8 emittra::Emittra::blockingRequest (int8 param_1,vector *param_2,string *param_3,int8 param_4,int8 param_5) { int iVar1...
14,830
JS_PreventExtensions
bluesky950520[P]quickjs/quickjs.c
int JS_PreventExtensions(JSContext *ctx, JSValue obj) { JSObject *p; if (unlikely(JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT)) return FALSE; p = JS_VALUE_GET_OBJ(obj); if (unlikely(p->class_id == JS_CLASS_PROXY)) return js_proxy_preventExtensions(ctx, obj); p->extensible = FALSE; re...
O0
c
JS_PreventExtensions: subq $0x28, %rsp movq %rsi, 0x10(%rsp) movq %rdx, 0x18(%rsp) movq %rdi, 0x8(%rsp) movq 0x18(%rsp), %rax cmpl $-0x1, %eax setne %al xorb $-0x1, %al xorb $-0x1, %al andb $0x1, %al movzbl %al, %eax cltq cmpq $0x0, %rax je 0x2fa29 movl $0x0, 0x24(%rsp) jmp 0x2fa83 movq 0x10(%rsp), %rax movq %rax, (%rs...
JS_PreventExtensions: sub rsp, 28h mov [rsp+28h+var_18], rsi mov [rsp+28h+var_10], rdx mov [rsp+28h+var_20], rdi mov rax, [rsp+28h+var_10] cmp eax, 0FFFFFFFFh setnz al xor al, 0FFh xor al, 0FFh and al, 1 movzx eax, al cdqe cmp rax, 0 jz short loc_2FA29 mov [rsp+28h+v...
long long JS_PreventExtensions(long long a1, long long a2, long long a3) { if ( (_DWORD)a3 == -1 ) { if ( *(_WORD *)(a2 + 6) == 48 ) { return (unsigned int)js_proxy_preventExtensions(a1, a2, a3); } else { *(_BYTE *)(a2 + 5) &= ~1u; return 1; } } else { return 0; ...
JS_PreventExtensions: SUB RSP,0x28 MOV qword ptr [RSP + 0x10],RSI MOV qword ptr [RSP + 0x18],RDX MOV qword ptr [RSP + 0x8],RDI MOV RAX,qword ptr [RSP + 0x18] CMP EAX,-0x1 SETNZ AL XOR AL,0xff XOR AL,0xff AND AL,0x1 MOVZX EAX,AL CDQE CMP RAX,0x0 JZ 0x0012fa29 MOV dword ptr [RSP + 0x24],0x0 JMP 0x0012fa83 LAB_0012fa29: M...
int4 JS_PreventExtensions(int8 param_1,long param_2,int8 param_3) { int4 local_4; if ((int)param_3 == -1) { if (*(short *)(param_2 + 6) == 0x30) { local_4 = js_proxy_preventExtensions(param_1,param_2,param_3); } else { *(byte *)(param_2 + 5) = *(byte *)(param_2 + 5) & 0xfe; local_...
14,831
JS_PreventExtensions
bluesky950520[P]quickjs/quickjs.c
int JS_PreventExtensions(JSContext *ctx, JSValue obj) { JSObject *p; if (unlikely(JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT)) return FALSE; p = JS_VALUE_GET_OBJ(obj); if (unlikely(p->class_id == JS_CLASS_PROXY)) return js_proxy_preventExtensions(ctx, obj); p->extensible = FALSE; re...
O1
c
JS_PreventExtensions: movq %rsi, -0x8(%rsp) cmpl $-0x1, %edx jne 0xf6bd movq -0x8(%rsp), %rax cmpw $0x30, 0x6(%rax) je 0xf6c0 andb $-0x2, 0x5(%rax) movl $0x1, %eax retq xorl %eax, %eax retq movq -0x8(%rsp), %rsi jmp 0x23393
JS_PreventExtensions: mov [rsp+var_8], rsi cmp edx, 0FFFFFFFFh jnz short loc_F6BD mov rax, [rsp+var_8] cmp word ptr [rax+6], 30h ; '0' jz short loc_F6C0 and byte ptr [rax+5], 0FEh mov eax, 1 retn loc_F6BD: xor eax, eax retn loc_F6C0: mov rsi, [rsp+var_8] jmp js_proxy_prevent...
long long JS_PreventExtensions(long long a1, long long a2, int a3) { if ( a3 != -1 ) return 0LL; if ( *(_WORD *)(a2 + 6) == 48 ) return js_proxy_preventExtensions(a1, a2); *(_BYTE *)(a2 + 5) &= ~1u; return 1LL; }
JS_PreventExtensions: MOV qword ptr [RSP + -0x8],RSI CMP EDX,-0x1 JNZ 0x0010f6bd MOV RAX,qword ptr [RSP + -0x8] CMP word ptr [RAX + 0x6],0x30 JZ 0x0010f6c0 AND byte ptr [RAX + 0x5],0xfe MOV EAX,0x1 RET LAB_0010f6bd: XOR EAX,EAX RET LAB_0010f6c0: MOV RSI,qword ptr [RSP + -0x8] JMP 0x00123393
int8 JS_PreventExtensions(int8 param_1,long param_2,int param_3) { int8 uVar1; if (param_3 != -1) { return 0; } if (*(short *)(param_2 + 6) != 0x30) { *(byte *)(param_2 + 5) = *(byte *)(param_2 + 5) & 0xfe; return 1; } uVar1 = js_proxy_preventExtensions(param_1,param_2); return uVar1; }
14,832
JS_PreventExtensions
bluesky950520[P]quickjs/quickjs.c
int JS_PreventExtensions(JSContext *ctx, JSValue obj) { JSObject *p; if (unlikely(JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT)) return FALSE; p = JS_VALUE_GET_OBJ(obj); if (unlikely(p->class_id == JS_CLASS_PROXY)) return js_proxy_preventExtensions(ctx, obj); p->extensible = FALSE; re...
O2
c
JS_PreventExtensions: pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x18, %rsp movq %rdx, %rcx cmpl $-0x1, %ecx jne 0x1d42e movq %rsi, %rdx cmpw $0x30, 0x6(%rsi) je 0x1d393 andb $-0x2, 0x5(%rdx) pushq $0x1 popq %rbx movl %ebx, %eax addq $0x18, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq movq %rdi, %r14 leaq 0...
JS_PreventExtensions: push rbp push r15 push r14 push rbx sub rsp, 18h mov rcx, rdx cmp ecx, 0FFFFFFFFh jnz loc_1D42E mov rdx, rsi cmp word ptr [rsi+6], 30h ; '0' jz short loc_1D393 and byte ptr [rdx+5], 0FEh push 1 pop rbx loc_1D386: mov eax, ebx add rsp, 18h...
long long JS_PreventExtensions( long long a1, long long a2, long long a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, double a8, double a9, __m128 a10, __m128 a11) { unsigned int v11; // ebx long long *proxy_method; // rax lo...
JS_PreventExtensions: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x18 MOV RCX,RDX CMP ECX,-0x1 JNZ 0x0011d42e MOV RDX,RSI CMP word ptr [RSI + 0x6],0x30 JZ 0x0011d393 AND byte ptr [RDX + 0x5],0xfe PUSH 0x1 POP RBX LAB_0011d386: MOV EAX,EBX ADD RSP,0x18 POP RBX POP R14 POP R15 POP RBP RET LAB_0011d393: MOV R14,RDI LEA R...
int JS_PreventExtensions(int8 param_1,long param_2,int8 param_3) { int iVar1; int iVar2; int8 *puVar3; int1 auVar4 [12]; int8 local_30; int8 local_28; if ((int)param_3 == -1) { if (*(short *)(param_2 + 6) != 0x30) { *(byte *)(param_2 + 5) = *(byte *)(param_2 + 5) & 0xfe; return 1; ...
14,833
wait_for_free_space
eloqsql/mysys/errors.c
void wait_for_free_space(const char *filename, int errors) { if (errors == 0) my_error(EE_DISK_FULL,MYF(ME_BELL | ME_ERROR_LOG | ME_WARNING), filename,my_errno,MY_WAIT_FOR_USER_TO_FIX_PANIC); if (!(errors % MY_WAIT_GIVE_USER_A_MESSAGE)) my_printf_error(EE_DISK_FULL, "Retry i...
O0
c
wait_for_free_space: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) cmpl $0x0, -0xc(%rbp) jne 0x2beef movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) callq 0x26ab0 movq -0x18(%rbp), %rdx movl (%rax), %ecx movl $0x14, %edi movl $0x844, %esi # imm = 0x844 movl $0x3c, %r8d ...
wait_for_free_space: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi cmp [rbp+var_C], 0 jnz short loc_2BEEF mov rax, [rbp+var_8] mov [rbp+var_18], rax call _my_thread_var mov rdx, [rbp+var_18] mov ecx, [rax] mov edi, 14h mov esi, 844h mo...
long long wait_for_free_space(int a1, int a2, long long a3, long long a4, long long a5, int a6) { _DWORD *v6; // rax int v7; // r9d if ( !a2 ) { v6 = (_DWORD *)my_thread_var(); my_error(20, 2116, a1, *v6, 60, v7); } if ( !(a2 % 10) ) my_printf_error(20, (unsigned int)"Retry in %d secs. Message...
wait_for_free_space: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI CMP dword ptr [RBP + -0xc],0x0 JNZ 0x0012beef MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RAX CALL 0x00126ab0 MOV RDX,qword ptr [RBP + -0x18] MOV ECX,dword ptr [RAX] MOV EDI,0x14 MOV ESI,0...
void wait_for_free_space(int8 param_1,int param_2) { int4 *puVar1; if (param_2 == 0) { puVar1 = (int4 *)_my_thread_var(); my_error(0x14,0x844,param_1,*puVar1,0x3c); } if (param_2 % 10 == 0) { my_printf_error(0x14,"Retry in %d secs. Message reprinted in %d secs",0x844,0x3c,600); } sleep(0x3c...
14,834
js_create_array_iterator
bluesky950520[P]quickjs/quickjs.c
static JSValue js_create_array_iterator(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int magic) { JSValue enum_obj, arr; JSArrayIteratorData *it; JSIteratorKindEnum kind; int class_id; kind = magic & 3; if (magic & 4) { /* string ite...
O0
c
js_create_array_iterator: subq $0xa8, %rsp movq %rsi, 0x88(%rsp) movq %rdx, 0x90(%rsp) movq %rdi, 0x80(%rsp) movl %ecx, 0x7c(%rsp) movq %r8, 0x70(%rsp) movl %r9d, 0x6c(%rsp) movl 0x6c(%rsp), %eax andl $0x3, %eax movl %eax, 0x3c(%rsp) movl 0x6c(%rsp), %eax andl $0x4, %eax cmpl $0x0, %eax je 0x764a9 movq 0x80(%rsp), %rdi...
js_create_array_iterator: sub rsp, 0A8h mov [rsp+0A8h+var_20], rsi mov [rsp+0A8h+var_18], rdx mov [rsp+0A8h+var_28], rdi mov [rsp+0A8h+var_2C], ecx mov [rsp+0A8h+var_38], r8 mov [rsp+0A8h+var_3C], r9d mov eax, [rsp+0A8h+var_3C] and eax, 3 mov [rsp+0A8h+var_6C], eax mov eax, [...
long long js_create_array_iterator( long long a1, _DWORD *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 a...
js_create_array_iterator: SUB RSP,0xa8 MOV qword ptr [RSP + 0x88],RSI MOV qword ptr [RSP + 0x90],RDX MOV qword ptr [RSP + 0x80],RDI MOV dword ptr [RSP + 0x7c],ECX MOV qword ptr [RSP + 0x70],R8 MOV dword ptr [RSP + 0x6c],R9D MOV EAX,dword ptr [RSP + 0x6c] AND EAX,0x3 MOV dword ptr [RSP + 0x3c],EAX MOV EAX,dword ptr [RSP...
int1 [16] js_create_array_iterator (int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,uint param_6) { int iVar1; int8 uVar2; int1 (*pauVar3) [16]; int1 auVar4 [16]; int1 auVar5 [16]; int4 local_70; int8 local_60; int8 local_58; int4 local_10; int4 uStack_c; i...
14,835
js_create_array_iterator
bluesky950520[P]quickjs/quickjs.c
static JSValue js_create_array_iterator(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int magic) { JSValue enum_obj, arr; JSArrayIteratorData *it; JSIteratorKindEnum kind; int class_id; kind = magic & 3; if (magic & 4) { /* string ite...
O2
c
js_create_array_iterator: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %r9d, %ebx movq %rdi, %r14 testb $0x4, %bl jne 0x3dbdd callq 0x24742 movq %rax, %r15 movq %rdx, %r12 pushq $0x2c jmp 0x3dbea callq 0x3de40 movq %rax, %r15 movq %rdx, %r12 pushq $0x2d popq %rsi cmpl $0x6, %r12d je...
js_create_array_iterator: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov ebx, r9d mov r14, rdi test bl, 4 jnz short loc_3DBDD call JS_ToObject mov r15, rax mov r12, rdx push 2Ch ; ',' jmp short loc_3DBEA loc_3DBDD: call JS_ToStringCheckObject ...
long long js_create_array_iterator( 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...
js_create_array_iterator: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EBX,R9D MOV R14,RDI TEST BL,0x4 JNZ 0x0013dbdd CALL 0x00124742 MOV R15,RAX MOV R12,RDX PUSH 0x2c JMP 0x0013dbea LAB_0013dbdd: CALL 0x0013de40 MOV R15,RAX MOV R12,RDX PUSH 0x2d LAB_0013dbea: POP RSI CMP R12D,0x6 JZ 0x0013dc3a MO...
int1 [16] js_create_array_iterator(int8 param_1) { int1 (*pauVar1) [16]; uint in_R9D; int1 auVar2 [16]; int1 auVar3 [16]; int8 uStack_40; if ((in_R9D & 4) == 0) { auVar2 = JS_ToObject(); uStack_40 = 0x2c; } else { auVar2 = JS_ToStringCheckObject(); uStack_40 = 0x2d; } if (auVar...
14,836
add_n_dbl_n
corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/pairing.c
static void add_n_dbl_n(vec384fp12 ret, POINTonE2 T[], const POINTonE2_affine Q[], const POINTonE1_affine Px2[], size_t n, size_t k) { size_t i; vec384fp6 line; /* it's not actual fp6, but 3 p...
O0
c
add_n_dbl_n: pushq %rbp movq %rsp, %rbp subq $0x160, %rsp # imm = 0x160 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 $0x0, -0x38(%rbp) movq -0x38(%rbp), %rax cmpq -0x28(%rbp), %rax jae 0x2ab68 leaq -0x160(%rbp), %r...
add_n_dbl_n: push rbp mov rbp, rsp sub rsp, 160h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_30], r9 mov [rbp+var_38], 0 loc_2AAEB: mov rax, [rbp+var_38] cmp rax, [rbp+var_28] jnb short loc_2A...
long long add_n_dbl_n(long long a1, long long a2, long long a3, long long a4, unsigned long long a5, long long a6) { long long result; // rax _BYTE v7[296]; // [rsp+0h] [rbp-160h] BYREF unsigned long long i; // [rsp+128h] [rbp-38h] long long v9; // [rsp+130h] [rbp-30h] unsigned long long v10; // [rsp+138h] [...
add_n_dbl_n: PUSH RBP MOV RBP,RSP SUB RSP,0x160 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 qword ptr [RBP + -0x38],0x0 LAB_0012aaeb: MOV RAX,qword ptr [RBP + -0x38] CMP R...
void add_n_dbl_n(int8 param_1,long param_2,long param_3,long param_4,ulong param_5, long param_6) { int1 local_168 [296]; ulong local_40; long local_38; ulong local_30; long local_28; long local_20; long local_18; int8 local_10; local_38 = param_6; local_30 = param_5; local_28...
14,837
js_finrec_constructor
bluesky950520[P]quickjs/quickjs.c
static JSValue js_finrec_constructor(JSContext *ctx, JSValue new_target, int argc, JSValue *argv) { if (JS_IsUndefined(new_target)) return JS_ThrowTypeError(ctx, "constructor requires 'new'"); JSValue cb = argv[0]; if (!JS_IsFunction(ctx, cb)) return JS_ThrowTypeError(ctx, "argument must be ...
O2
c
js_finrec_constructor: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %rbx movq %rdi, %r14 cmpl $0x3, %ebx jne 0x3359d leaq 0x555df(%rip), %rsi # 0x88b7a jmp 0x33613 movq %rsi, %r15 movq (%r8), %r12 movq 0x8(%r8), %r13 movq %r14, %rdi movq %r12, %rsi movq %r13, %rdx callq 0x...
js_finrec_constructor: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdx mov r14, rdi cmp ebx, 3 jnz short loc_3359D lea rsi, aConstructorReq; "constructor requires 'new'" jmp short loc_33613 loc_3359D: mov r15, rsi mov r12, [r8] mov r13...
long long js_finrec_constructor( 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 a...
js_finrec_constructor: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RDI CMP EBX,0x3 JNZ 0x0013359d LEA RSI,[0x188b7a] JMP 0x00133613 LAB_0013359d: MOV R15,RSI MOV R12,qword ptr [R8] MOV R13,qword ptr [R8 + 0x8] MOV RDI,R14 MOV RSI,R12 MOV RDX,R13 CALL 0x0011ce7d TEST EAX,EAX JZ 0x0...
int1 [16] js_finrec_constructor (int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 *param_5) { int *piVar1; int8 uVar2; int iVar3; long lVar4; char *pcVar5; int1 auVar6 [16]; if ((int)param_3 == 3) { pcVar5 = "constructor requires \'new\'"; } else { piVar1 = (...
14,838
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
llama.cpp/common/./json.hpp
token_type scan_string() { // reset token_buffer (ignore opening quote) reset(); // we entered the function by reading an open quote JSON_ASSERT(current == '\"'); while (true) { // get next character switch (get()) { ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE11scan_stringEv: push rbp push r15 push r14 push r13 pus...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat...
scan_string: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV RBX,RDI CALL 0x0012c36c LEA R14,[RBX + 0x50] LEA R13,[0x1c6390] LEA R12,[0x1c5110] PUSH 0xe POP RBP LAB_0011ce6b: MOV RDI,RBX CALL 0x0011d246 INC EAX CMP EAX,0xf5 JA 0x0011d218 MOVSXD RCX,dword ptr [R12 + RAX*0x4] ADD RCX,R12 MOV RAX,0x...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab...
14,839
ELFIO::elfio::elfio()
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/include/elfio/elfio.hpp
elfio() : sections( this ), segments( this ) { header = 0; current_file_pos = 0; create( ELFCLASS32, ELFDATA2LSB ); }
O1
cpp
ELFIO::elfio::elfio(): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq %rdi, (%rdi) movq %rdi, 0x8(%rdi) movq $0x0, 0x50(%rdi) xorps %xmm0, %xmm0 movups %xmm0, 0x10(%rdi) movups %xmm0, 0x20(%rdi) movups %xmm0, 0x30(%rdi) movups %xmm0, 0x39(%rdi) movl $0x1, %esi movl $0x1, %edx callq 0xc1ee addq $0x8, %rsp popq %r...
_ZN5ELFIO5elfioC2Ev: push r14 push rbx push rax mov rbx, rdi mov [rdi], rdi mov [rdi+8], rdi mov qword ptr [rdi+50h], 0 xorps xmm0, xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi+20h], xmm0 movups xmmword ptr [rdi+30h], xmm0 movups xmmword ptr [rdi+39h], xmm0 mov esi,...
long long ELFIO::elfio::elfio(ELFIO::elfio *this) { *(_QWORD *)this = this; *((_QWORD *)this + 1) = this; *((_QWORD *)this + 10) = 0LL; *((_OWORD *)this + 1) = 0LL; *((_OWORD *)this + 2) = 0LL; *((_OWORD *)this + 3) = 0LL; *(_OWORD *)((char *)this + 57) = 0LL; return ELFIO::elfio::create(this, 1u, 1u);...
elfio: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV qword ptr [RDI],RDI MOV qword ptr [RDI + 0x8],RDI MOV qword ptr [RDI + 0x50],0x0 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVUPS xmmword ptr [RDI + 0x30],XMM0 MOVUPS xmmword ptr [RDI + 0x39],XMM0 LAB_0010c0f1: MOV ESI,0x1...
/* ELFIO::elfio::elfio() */ void __thiscall ELFIO::elfio::elfio(elfio *this) { *(elfio **)this = this; *(elfio **)(this + 8) = this; *(int8 *)(this + 0x50) = 0; *(int8 *)(this + 0x10) = 0; *(int8 *)(this + 0x18) = 0; *(int8 *)(this + 0x20) = 0; *(int8 *)(this + 0x28) = 0; *(int8 *)(this + 0x30) = 0; ...
14,840
ELFIO::elfio::elfio()
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/include/elfio/elfio.hpp
elfio() : sections( this ), segments( this ) { header = 0; current_file_pos = 0; create( ELFCLASS32, ELFDATA2LSB ); }
O2
cpp
ELFIO::elfio::elfio(): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq %rdi, (%rdi) movq %rdi, 0x8(%rdi) andq $0x0, 0x50(%rdi) xorps %xmm0, %xmm0 movups %xmm0, 0x10(%rdi) movups %xmm0, 0x20(%rdi) movups %xmm0, 0x30(%rdi) movups %xmm0, 0x39(%rdi) pushq $0x1 popq %rdx movl %edx, %esi callq 0xcfa8 addq $0x8, %rsp po...
_ZN5ELFIO5elfioC2Ev: push r14 push rbx push rax mov rbx, rdi mov [rdi], rdi mov [rdi+8], rdi and qword ptr [rdi+50h], 0 xorps xmm0, xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi+20h], xmm0 movups xmmword ptr [rdi+30h], xmm0 movups xmmword ptr [rdi+39h], xmm0 push 1 po...
long long ELFIO::elfio::elfio(ELFIO::elfio *this) { *(_QWORD *)this = this; *((_QWORD *)this + 1) = this; *((_QWORD *)this + 10) = 0LL; *((_OWORD *)this + 1) = 0LL; *((_OWORD *)this + 2) = 0LL; *((_OWORD *)this + 3) = 0LL; *(_OWORD *)((char *)this + 57) = 0LL; return ELFIO::elfio::create(this, 1u, 1u);...
elfio: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV qword ptr [RDI],RDI MOV qword ptr [RDI + 0x8],RDI AND qword ptr [RDI + 0x50],0x0 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVUPS xmmword ptr [RDI + 0x30],XMM0 MOVUPS xmmword ptr [RDI + 0x39],XMM0 LAB_0010ce0a: PUSH 0x1 PO...
/* ELFIO::elfio::elfio() */ void __thiscall ELFIO::elfio::elfio(elfio *this) { *(elfio **)this = this; *(elfio **)(this + 8) = this; *(int8 *)(this + 0x50) = 0; *(int8 *)(this + 0x10) = 0; *(int8 *)(this + 0x18) = 0; *(int8 *)(this + 0x20) = 0; *(int8 *)(this + 0x28) = 0; *(int8 *)(this + 0x30) = 0; ...
14,841
bitmap_union_is_set_all
eloqsql/mysys/my_bitmap.c
my_bool bitmap_union_is_set_all(const MY_BITMAP *map1, const MY_BITMAP *map2) { my_bitmap_map *m1= map1->bitmap, *m2= map2->bitmap, *end; DBUG_ASSERT(map1->bitmap); DBUG_ASSERT(map2->bitmap); DBUG_ASSERT(map1->n_bits==map2->n_bits); end= map1->last_word_ptr; while ( m1 < end) if ((*m1++ | *m2++) != 0xF...
O0
c
bitmap_union_is_set_all: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax movq (%rax), %rax movq %rax, -0x28(%rbp) jmp 0xb41c4 jmp 0xb41c6 jmp 0xb41c8 jmp 0xb41ca jmp 0xb41cc movq -0x10(%rbp), %rax movq 0x8(%r...
bitmap_union_is_set_all: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_20], rax mov rax, [rbp+var_18] mov rax, [rax] mov [rbp+var_28], rax jmp short $+2 loc_B41C4: jmp short $+2 loc_B41C6: jmp short ...
bool bitmap_union_is_set_all(long long a1, _DWORD **a2) { _DWORD *v2; // rax _DWORD *v3; // rcx _DWORD *v5; // [rsp+8h] [rbp-28h] _DWORD *v6; // [rsp+10h] [rbp-20h] v6 = *(_DWORD **)a1; v5 = *a2; while ( (unsigned long long)v6 < *(_QWORD *)(a1 + 8) ) { v2 = v6++; v3 = v5++; if ( (*v3 | *v2...
bitmap_union_is_set_all: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x28],RAX JMP 0x001b41c4 LAB_001b41c4: JMP 0...
int8 bitmap_union_is_set_all(int8 *param_1,int8 *param_2) { uint uVar1; uint uVar2; ulong uVar3; uint *local_30; uint *local_28; bool local_9; local_30 = (uint *)*param_2; local_28 = (uint *)*param_1; do { if ((uint *)param_1[1] <= local_28) { local_9 = (*local_28 | *local_30 | *(uint *...
14,842
JS_FreeContext
bluesky950520[P]quickjs/quickjs.c
void JS_FreeContext(JSContext *ctx) { JSRuntime *rt = ctx->rt; int i; if (--ctx->header.ref_count > 0) return; assert(ctx->header.ref_count == 0); #ifdef DUMP_ATOMS if (check_dump_flag(rt, DUMP_ATOMS)) JS_DumpAtoms(ctx->rt); #endif #ifdef DUMP_SHAPES if (check_dump_flag(rt, DUM...
O2
c
JS_FreeContext: pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq 0x18(%rdi), %r14 movl (%rdi), %eax leal -0x1(%rax), %ecx movl %ecx, (%rdi) cmpl $0x1, %eax jle 0x1db0a addq $0x8, %rsp popq %rbx popq %r12 popq %r14 popq %r15 retq movq %rdi, %rbx xorl %esi, %esi callq 0x1dcdf movq 0x1a0(%rbx), %rsi movq 0x1a8(...
JS_FreeContext: push r15 push r14 push r12 push rbx push rax mov r14, [rdi+18h] mov eax, [rdi] lea ecx, [rax-1] mov [rdi], ecx cmp eax, 1 jle short loc_1DB0A add rsp, 8 pop rbx pop r12 pop r14 pop r15 retn loc_1DB0A: mov rbx, rdi xor esi, esi call js...
long long JS_FreeContext(unsigned int *a1) { long long v1; // r14 long long result; // rax long long i; // r15 long long v5; // r15 long long j; // r12 long long v7; // rsi long long v8; // rax _QWORD *v9; // rcx long long v10; // rax _QWORD *v11; // rcx v1 = *((_QWORD *)a1 + 3); result = *a1;...
JS_FreeContext: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV R14,qword ptr [RDI + 0x18] MOV EAX,dword ptr [RDI] LEA ECX,[RAX + -0x1] MOV dword ptr [RDI],ECX CMP EAX,0x1 JLE 0x0011db0a ADD RSP,0x8 POP RBX POP R12 POP R14 POP R15 RET LAB_0011db0a: MOV RBX,RDI XOR ESI,ESI CALL 0x0011dcdf MOV RSI,qword ptr [RBX + 0x1a0...
void JS_FreeContext(int *param_1) { int iVar1; long lVar2; long *plVar3; long lVar4; long lVar5; lVar2 = *(long *)(param_1 + 6); iVar1 = *param_1; *param_1 = iVar1 + -1; if (1 < iVar1) { return; } js_free_modules(param_1,0); JS_FreeValue(param_1,*(int8 *)(param_1 + 0x68),*(int8 *)(param...
14,843
pvio_socket_shutdown
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
int pvio_socket_shutdown(MARIADB_PVIO *pvio) { if (pvio && pvio->data) { my_socket s = ((struct st_pvio_socket *)pvio->data)->socket; #ifdef _WIN32 shutdown(s, SD_BOTH); CancelIoEx((HANDLE)s, NULL); #else shutdown(s, SHUT_RDWR); #endif } return -1; }
O0
c
pvio_socket_shutdown: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) cmpq $0x0, -0x8(%rbp) je 0x424a6 movq -0x8(%rbp), %rax cmpq $0x0, (%rax) je 0x424a6 movq -0x8(%rbp), %rax movq (%rax), %rax movl (%rax), %eax movl %eax, -0xc(%rbp) movl -0xc(%rbp), %edi movl $0x2, %esi callq 0x135d0 movl $0xffffffff...
pvio_socket_shutdown: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi cmp [rbp+var_8], 0 jz short loc_424A6 mov rax, [rbp+var_8] cmp qword ptr [rax], 0 jz short loc_424A6 mov rax, [rbp+var_8] mov rax, [rax] mov eax, [rax] mov [rbp+var_C], eax mov edi, [rb...
long long pvio_socket_shutdown(_QWORD *a1) { if ( a1 && *a1 ) shutdown(*(unsigned int *)*a1, 2LL); return 0xFFFFFFFFLL; }
pvio_socket_shutdown: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI CMP qword ptr [RBP + -0x8],0x0 JZ 0x001424a6 MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX],0x0 JZ 0x001424a6 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0xc],EAX MOV EDI,d...
int8 pvio_socket_shutdown(long *param_1) { if ((param_1 != (long *)0x0) && (*param_1 != 0)) { shutdown(*(int *)*param_1,2); } return 0xffffffff; }
14,844
PFS_memory_stat::count_alloc(unsigned long, PFS_memory_stat_delta*)
eloqsql/storage/perfschema/pfs_stat.h
inline PFS_memory_stat_delta *count_alloc(size_t size, PFS_memory_stat_delta *delta) { m_used= true; m_alloc_count++; m_free_count_capacity++; m_alloc_size+= size; m_free_size_capacity+= size; if ((m_alloc_count_capacity >= 1) && (m_alloc_s...
O3
c
PFS_memory_stat::count_alloc(unsigned long, PFS_memory_stat_delta*): pushq %rbp movq %rsp, %rbp movb $0x1, (%rdi) incq 0x8(%rdi) incq 0x30(%rdi) addq %rsi, 0x18(%rdi) addq %rsi, 0x40(%rdi) movq %rdx, %rax movq 0x28(%rdi), %rcx testq %rcx, %rcx je 0x3e9e6 movq 0x38(%rdi), %rdx subq %rsi, %rdx jae 0x3ea02 xorps %xmm0, %x...
_ZN15PFS_memory_stat11count_allocEmP21PFS_memory_stat_delta: push rbp mov rbp, rsp mov byte ptr [rdi], 1 inc qword ptr [rdi+8] inc qword ptr [rdi+30h] add [rdi+18h], rsi add [rdi+40h], rsi mov rax, rdx mov rcx, [rdi+28h] test rcx, rcx jz short loc_3E9E6 mov rdx, [rdi+38h] ...
_OWORD * PFS_memory_stat::count_alloc(long long a1, unsigned long long a2, _OWORD *a3) { _OWORD *result; // rax long long v4; // rcx unsigned long long v5; // rdx bool v6; // cf unsigned long long v7; // rdx long long v8; // rcx unsigned long long v9; // rcx unsigned long long v10; // rcx *(_BYTE *)a...
count_alloc: PUSH RBP MOV RBP,RSP MOV byte ptr [RDI],0x1 INC qword ptr [RDI + 0x8] INC qword ptr [RDI + 0x30] ADD qword ptr [RDI + 0x18],RSI ADD qword ptr [RDI + 0x40],RSI MOV RAX,RDX MOV RCX,qword ptr [RDI + 0x28] TEST RCX,RCX JZ 0x0013e9e6 MOV RDX,qword ptr [RDI + 0x38] SUB RDX,RSI JNC 0x0013ea02 LAB_0013e9e6: XORPS ...
/* PFS_memory_stat::count_alloc(unsigned long, PFS_memory_stat_delta*) */ PFS_memory_stat_delta * __thiscall PFS_memory_stat::count_alloc(PFS_memory_stat *this,ulong param_1,PFS_memory_stat_delta *param_2) { ulong uVar1; long lVar2; *this = (PFS_memory_stat)0x1; *(long *)(this + 8) = *(long *)(this + 8) +...
14,845
rak_record_new_copy
fabiosvm[P]rak/src/record.c
RakRecord *rak_record_new_copy(RakRecord *rec, RakError *err) { RakRecord *_rec = rak_memory_alloc(sizeof(*_rec), err); if (!rak_is_ok(err)) return NULL; rak_record_init_copy(_rec, rec, err); if (rak_is_ok(err)) return _rec; rak_memory_free(_rec); return NULL; }
O1
c
rak_record_new_copy: pushq %r15 pushq %r14 pushq %rbx movq %rsi, %r14 movq %rdi, %r15 movl $0x18, %edi callq 0x76e8 cmpb $0x1, (%r14) jne 0x7a9f movq %rax, %rbx movq %rax, %rdi movq %r15, %rsi movq %r14, %rdx callq 0x78e7 cmpb $0x0, (%r14) jne 0x7aa1 movq %rbx, %rdi callq 0x7748 xorl %ebx, %ebx movq %rbx, %rax popq %rb...
rak_record_new_copy: push r15 push r14 push rbx mov r14, rsi mov r15, rdi mov edi, 18h call rak_memory_alloc cmp byte ptr [r14], 1 jnz short loc_7A9F mov rbx, rax mov rdi, rax mov rsi, r15 mov rdx, r14 call rak_record_init_copy cmp byte ptr [r14], 0 jnz short l...
long long rak_record_new_copy(long long a1, _BYTE *a2) { long long v2; // rax long long v3; // rbx v2 = rak_memory_alloc(24LL, a2); if ( *a2 != 1 ) return 0LL; v3 = v2; rak_record_init_copy(v2, a1, a2); if ( !*a2 ) { rak_memory_free(v3); return 0LL; } return v3; }
rak_record_new_copy: PUSH R15 PUSH R14 PUSH RBX MOV R14,RSI MOV R15,RDI MOV EDI,0x18 CALL 0x001076e8 CMP byte ptr [R14],0x1 JNZ 0x00107a9f MOV RBX,RAX MOV RDI,RAX MOV RSI,R15 MOV RDX,R14 CALL 0x001078e7 CMP byte ptr [R14],0x0 JNZ 0x00107aa1 MOV RDI,RBX CALL 0x00107748 LAB_00107a9f: XOR EBX,EBX LAB_00107aa1: MOV RAX,RBX...
void * rak_record_new_copy(int8 param_1,char *param_2) { void *__ptr; __ptr = (void *)rak_memory_alloc(0x18); if (*param_2 == '\x01') { rak_record_init_copy(__ptr,param_1,param_2); if (*param_2 != '\0') { return __ptr; } rak_memory_free(__ptr); } return (void *)0x0; }
14,846
coro::thread_pool::shutdown()
AlayaLite/build_O3/_deps/libcoro-src/src/thread_pool.cpp
auto thread_pool::shutdown() noexcept -> void { // Only allow shutdown to occur once. if (m_shutdown_requested.exchange(true, std::memory_order::acq_rel) == false) { { // There is a race condition if we are not holding the lock with the executors // to always receive this. s...
O3
cpp
coro::thread_pool::shutdown(): pushq %r14 pushq %rbx subq $0x18, %rsp movb $0x1, %al xchgb %al, 0x128(%rdi) testb $0x1, %al je 0x5ee5 addq $0x18, %rsp popq %rbx popq %r14 retq movq %rdi, %rbx leaq 0x68(%rdi), %rax leaq 0x8(%rsp), %rdi movq %rax, (%rdi) movb $0x0, 0x8(%rdi) callq 0x5a64 leaq 0x8(%rsp), %r14 movb $0x1, 0...
_ZN4coro11thread_pool8shutdownEv: push r14 push rbx sub rsp, 18h mov al, 1 xchg al, [rdi+128h] test al, 1 jz short loc_5EE5 loc_5EDD: add rsp, 18h pop rbx pop r14 retn loc_5EE5: mov rbx, rdi lea rax, [rdi+68h] lea rdi, [rsp+28h+var_20] mov [rdi], rax mov byte ptr...
char coro::thread_pool::shutdown(coro::thread_pool *this) { char result; // al std::thread *v2; // r14 std::thread *v3; // rbx long long v4; // [rsp+8h] [rbp-20h] BYREF char v5; // [rsp+10h] [rbp-18h] result = *((_BYTE *)this + 296); *((_BYTE *)this + 296) = 1; if ( (result & 1) == 0 ) { v4 = (l...
shutdown: PUSH R14 PUSH RBX SUB RSP,0x18 MOV AL,0x1 XCHG byte ptr [RDI + 0x128],AL TEST AL,0x1 JZ 0x00105ee5 LAB_00105edd: ADD RSP,0x18 POP RBX POP R14 RET LAB_00105ee5: MOV RBX,RDI LEA RAX,[RDI + 0x68] LEA RDI,[RSP + 0x8] MOV qword ptr [RDI],RAX MOV byte ptr [RDI + 0x8],0x0 LAB_00105ef8: CALL 0x00105a64 LEA R14,[RSP +...
/* coro::thread_pool::shutdown() */ void __thiscall coro::thread_pool::shutdown(thread_pool *this) { thread_pool tVar1; long *plVar2; long *plVar3; thread_pool *local_20; int1 local_18; LOCK(); tVar1 = this[0x128]; this[0x128] = (thread_pool)0x1; UNLOCK(); if (((byte)tVar1 & 1) == 0) { loc...
14,847
void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2<double>(char*, int&, int&, double)
monkey531[P]llama/common/json.hpp
JSON_HEDLEY_NON_NULL(1) void grisu2(char* buf, int& len, int& decimal_exponent, FloatType value) { static_assert(diyfp::kPrecision >= std::numeric_limits<FloatType>::digits + 3, "internal error: not enough precision"); JSON_ASSERT(std::isfinite(value)); JSON_ASSERT(value > 0); // If ...
O0
cpp
void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2<double>(char*, int&, int&, double): subq $0xa8, %rsp movq %rdi, 0xa0(%rsp) movq %rsi, 0x98(%rsp) movq %rdx, 0x90(%rsp) movsd %xmm0, 0x88(%rsp) movsd 0x88(%rsp), %xmm0 callq 0xaad80 testb $0x1, %al jne 0x18c99b leaq 0x7d7ef(%rip), %rdi # 0x20a170 movl $0x458...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl6grisu2IdEEvPcRiS5_T_: sub rsp, 0A8h mov [rsp+0A8h+var_8], rdi mov [rsp+0A8h+var_10], rsi mov [rsp+0A8h+var_18], rdx movsd [rsp+0A8h+var_20], xmm0 movsd xmm0, [rsp+0A8h+var_20]; double call _ZSt8isfinited; std::isfinite(double) test al, 1 jnz ...
long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2<double>( long long a1, long long a2, long long a3, double a4) { _QWORD v5[3]; // [rsp+58h] [rbp-50h] BYREF long long v6; // [rsp+70h] [rbp-38h] long long v7; // [rsp+78h] [rbp-30h] long long v8; // [rsp+80h] [rbp-28...
select_on_container_copy_construction: SUB RSP,0x18 MOV RAX,RDI MOV qword ptr [RSP],RAX MOV qword ptr [RSP + 0x10],RDI MOV qword ptr [RSP + 0x8],RSI MOV RSI,qword ptr [RSP + 0x8] CALL 0x0018c970 MOV RAX,qword ptr [RSP] ADD RSP,0x18 RET
/* std::allocator_traits<std::allocator<common_grammar_trigger> >::select_on_container_copy_construction(std::allocator<common_grammar_trigger> const&) */ allocator * std::allocator_traits<std::allocator<common_grammar_trigger>>::select_on_container_copy_construction (allocator *param_1) { allocator<c...
14,848
void nlohmann::json_abi_v3_11_3::detail::from_json<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, s...
monkey531[P]llama/common/json.hpp
inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) { if (JSON_HEDLEY_UNLIKELY(!j.is_string())) { JSON_THROW(type_error::create(302, concat("type must be string, but is ", j.type_name()), &j)); } s = *j.template get_ptr<const typename BasicJsonType::string_t*>(); }
O1
cpp
void nlohmann::json_abi_v3_11_3::detail::from_json<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, s...
_ZN8nlohmann16json_abi_v3_11_36detail9from_jsonINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEEvRKT_RNSG_8string_tE: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi...
long long nlohmann::json_abi_v3_11_3::detail::from_json<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>>( long long a1, long l...
from_json<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 PUSH RBX SUB RSP,0x30 MOV ...
/* void nlohmann::json_abi_v3_11_3::detail::from_json<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<uns...
14,849
mi_read_rnd_static_record
eloqsql/storage/myisam/mi_statrec.c
int _mi_read_rnd_static_record(MI_INFO *info, uchar *buf, register my_off_t filepos, my_bool skip_deleted_blocks) { int locked,error,cache_read; uint cache_length; MYISAM_SHARE *share=info->s; DBUG_ENTER("_mi_read_rnd_static_record"); cache_read=0; cache_length=0; if (info->opt_flag &...
O3
c
mi_read_rnd_static_record: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %ecx, %r12d movq %rdx, %r15 movq %rsi, %r8 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq (%rdi), %r14 movl 0x1c8(%rdi), %eax testb $0x10, %al je 0xa6878 testb %r12b, %r12b...
_mi_read_rnd_static_record: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r12d, ecx mov r15, rdx mov r8, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_30], rax mov r14, [rdi] mov eax, [rdi+1C8h] test al, 10h jz short...
long long mi_read_rnd_static_record(long long a1, _BYTE *a2, unsigned long long a3, char a4) { _BYTE *v6; // r8 long long v7; // rbx long long v8; // r14 int v9; // eax char v10; // r13 _QWORD *v11; // rax unsigned long long v12; // rax char v13; // r12 _BYTE *v14; // r13 long long v15; // rdi in...
_mi_read_rnd_static_record: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R12D,ECX MOV R15,RDX MOV R8,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV R14,qword ptr [RDI] MOV EAX,dword ptr [RDI + 0x1c8] TEST AL,0x10 JZ 0x001a6878 TEST R12B,R12B JNZ 0x0...
int4 _mi_read_rnd_static_record(long *param_1,char *param_2,ulong param_3,char param_4) { size_t __n; bool bVar1; bool bVar2; int iVar3; uint uVar4; long *plVar5; ulong uVar6; int4 *puVar7; int *piVar8; int4 uVar9; long lVar10; long in_FS_OFFSET; int1 local_40 [8]; long local_38; loca...
14,850
minja::Value::Value(char const*)
monkey531[P]llama/common/minja.hpp
Value(const char * v) : primitive_(std::string(v)) {}
O2
cpp
minja::Value::Value(char const*): pushq %r14 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx xorps %xmm0, %xmm0 movups %xmm0, 0x30(%rdi) movups %xmm0, 0x20(%rdi) movups %xmm0, 0x10(%rdi) movups %xmm0, (%rdi) leaq 0x8(%rsp), %rdi leaq 0x7(%rsp), %rdx callq 0x27c76 leaq 0x40(%rbx), %rdi leaq 0x8(%rsp), %rsi callq 0x5dbee lea...
_ZN5minja5ValueC2EPKc: push r14 push rbx sub rsp, 28h mov rbx, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi+30h], xmm0 movups xmmword ptr [rdi+20h], xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi], xmm0 lea rdi, [rsp+38h+var_30] lea rdx, [rsp+38h+var_31] call _ZNSt7__cxx1...
void minja::Value::Value(minja::Value *this, const char *a2) { _QWORD v2[6]; // [rsp+8h] [rbp-30h] BYREF *((_OWORD *)this + 3) = 0LL; *((_OWORD *)this + 2) = 0LL; *((_OWORD *)this + 1) = 0LL; *(_OWORD *)this = 0LL; std::string::basic_string<std::allocator<char>>(v2, (long long)a2); ZN8nlohmann16json_abi...
Value: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RBX,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x30],XMM0 MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI],XMM0 LAB_00174a5a: LEA RDI,[RSP + 0x8] LEA RDX,[RSP + 0x7] CALL 0x00127c76 LEA RDI,[RBX + 0x40] LAB_00174a6d: LEA RSI,...
/* minja::Value::Value(char const*) */ void __thiscall minja::Value::Value(Value *this,char *param_1) { allocator local_31; string local_30 [32]; *(int8 *)(this + 0x30) = 0; *(int8 *)(this + 0x38) = 0; *(int8 *)(this + 0x20) = 0; *(int8 *)(this + 0x28) = 0; *(int8 *)(this + 0x10) = 0; *(int8 *)(th...
14,851
ggml_repeat
ngxson[P]ggml-easy/ggml/src/ggml.c
struct ggml_tensor * ggml_repeat( struct ggml_context * ctx, struct ggml_tensor * a, struct ggml_tensor * b) { GGML_ASSERT(ggml_can_repeat(a, b)); struct ggml_tensor * result = ggml_new_tensor(ctx, a->type, GGML_MAX_DIMS, b->ne); result->op = GGML_OP_REPEAT; result->src[0...
O1
c
ggml_repeat: pushq %r15 pushq %r14 pushq %rbx movq %rdx, %r14 movq %rsi, %rbx movq %rdi, %r15 movq %rsi, %rdi movq %rdx, %rsi callq 0x17570 testb %al, %al je 0x1acbe movl (%rbx), %esi addq $0x10, %r14 movq %r15, %rdi movl $0x4, %edx movq %r14, %rcx xorl %r8d, %r8d xorl %r9d, %r9d callq 0x19cd9 movl $0x12, 0x50(%rax) mo...
ggml_repeat: push r15 push r14 push rbx mov r14, rdx mov rbx, rsi mov r15, rdi mov rdi, rsi mov rsi, rdx call _ggml_can_repeat test al, al jz short loc_1ACBE mov esi, [rbx] add r14, 10h mov rdi, r15 mov edx, 4 mov rcx, r14 xor r8d, r8d xor r9d, r9d cal...
long long ggml_repeat(long long a1, _QWORD *a2, long long *a3) { int v4; // r8d int v5; // r9d long long result; // rax if ( !ggml_can_repeat(a2, a3) ) ggml_abort( (unsigned int)"/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml.c", 2310, (unsigned int)"GGML_ASSERT...
ggml_repeat: PUSH R15 PUSH R14 PUSH RBX MOV R14,RDX MOV RBX,RSI MOV R15,RDI MOV RDI,RSI MOV RSI,RDX CALL 0x00117570 TEST AL,AL JZ 0x0011acbe MOV ESI,dword ptr [RBX] ADD R14,0x10 MOV RDI,R15 MOV EDX,0x4 MOV RCX,R14 XOR R8D,R8D XOR R9D,R9D CALL 0x00119cd9 MOV dword ptr [RAX + 0x50],0x12 MOV qword ptr [RAX + 0x98],RBX POP...
void ggml_repeat(int8 param_1,int4 *param_2,long param_3) { char cVar1; long lVar2; cVar1 = ggml_can_repeat(param_2,param_3); if (cVar1 != '\0') { lVar2 = ggml_new_tensor_impl(param_1,*param_2,4,param_3 + 0x10,0,0); *(int4 *)(lVar2 + 0x50) = 0x12; *(int4 **)(lVar2 + 0x98) = param_2; return;...
14,852
nglog::LogDestination::DeleteLogDestinations()
ng-log[P]ng-log/src/logging.cc
void LogDestination::DeleteLogDestinations() { for (auto& log_destination : log_destinations_) { log_destination.reset(); } SinkLock l{sink_mutex_}; sinks_.reset(); }
O3
cpp
nglog::LogDestination::DeleteLogDestinations(): pushq %r14 pushq %rbx pushq %rax xorl %ebx, %ebx leaq 0x2653d(%rip), %r14 # 0x2fba0 leaq (%r14,%rbx), %rdi xorl %esi, %esi callq 0x117da addq $0x8, %rbx cmpq $0x20, %rbx jne 0x9663 leaq 0x264d9(%rip), %rdi # 0x2fb58 callq 0x7840 cmpl $0x23, %eax je 0x96bf movq 0x2...
_ZN5nglog14LogDestination21DeleteLogDestinationsEv: push r14 push rbx push rax xor ebx, ebx lea r14, _ZN5nglog14LogDestination17log_destinations_E; nglog::LogDestination::log_destinations_ loc_9663: lea rdi, [r14+rbx] xor esi, esi call _ZNSt15__uniq_ptr_implIN5nglog14LogDestinationESt14defau...
long long nglog::LogDestination::DeleteLogDestinations(nglog::LogDestination *this) { long long i; // rbx long long v2; // rsi for ( i = 0LL; i != 32; i += 8LL ) std::__uniq_ptr_impl<nglog::LogDestination,std::default_delete<nglog::LogDestination>>::reset( (char *)&nglog::LogDestination::log_destinati...
DeleteLogDestinations: PUSH R14 PUSH RBX PUSH RAX XOR EBX,EBX LEA R14,[0x12fba0] LAB_00109663: LEA RDI,[R14 + RBX*0x1] XOR ESI,ESI CALL 0x001117da ADD RBX,0x8 CMP RBX,0x20 JNZ 0x00109663 LEA RDI,[0x12fb58] CALL 0x00107840 CMP EAX,0x23 JZ 0x001096bf MOV RSI,qword ptr [0x0012fb50] MOV qword ptr [0x0012fb50],0x0 TEST RSI,...
/* nglog::LogDestination::DeleteLogDestinations() */ void nglog::LogDestination::DeleteLogDestinations(void) { vector *pvVar1; int iVar2; long lVar3; lVar3 = 0; do { std::__uniq_ptr_impl<nglog::LogDestination,std::default_delete<nglog::LogDestination>>::reset ((__uniq_ptr_impl<nglog::L...
14,853
testing::internal::FilePath::RemoveFileName() const
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-filepath.cc
FilePath FilePath::RemoveFileName() const { const char* const last_sep = FindLastPathSeparator(); std::string dir; if (last_sep) { dir = std::string(c_str(), static_cast<size_t>(last_sep + 1 - c_str())); } else { dir = kCurrentDirectoryString; } return FilePath(dir); }
O0
cpp
testing::internal::FilePath::RemoveFileName() const: subq $0xc8, %rsp movq %rdi, 0x28(%rsp) movq %rdi, %rax movq %rax, 0x30(%rsp) movq %rdi, 0xc0(%rsp) movq %rsi, 0xb8(%rsp) movq 0xb8(%rsp), %rdi movq %rdi, 0x38(%rsp) callq 0x190d0 movq %rax, 0xb0(%rsp) leaq 0x90(%rsp), %rdi callq 0x117b0 cmpq $0x0, 0xb0(%rsp) je 0x193...
_ZNK7testing8internal8FilePath14RemoveFileNameEv: sub rsp, 0C8h mov [rsp+0C8h+var_A0], rdi mov rax, rdi mov [rsp+0C8h+var_98], rax mov [rsp+0C8h+var_8], rdi mov [rsp+0C8h+var_10], rsi mov rdi, [rsp+0C8h+var_10]; this mov [rsp+0C8h+var_90], rdi call _ZNK7testing8internal8FilePath21Find...
testing::internal::FilePath * testing::internal::FilePath::RemoveFileName( testing::internal::FilePath *this, testing::internal::FilePath *a2) { int v2; // r8d int v3; // r9d int v4; // edx int v5; // ecx int v6; // r8d int v7; // r9d int v8; // edx int v9; // ecx int v10; // r8d int...
RemoveFileName: SUB RSP,0xc8 MOV qword ptr [RSP + 0x28],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x30],RAX MOV qword ptr [RSP + 0xc0],RDI MOV qword ptr [RSP + 0xb8],RSI MOV RDI,qword ptr [RSP + 0xb8] MOV qword ptr [RSP + 0x38],RDI CALL 0x001190d0 MOV qword ptr [RSP + 0xb0],RAX LEA RDI,[RSP + 0x90] CALL 0x001117b0 CMP qword...
/* testing::internal::FilePath::RemoveFileName() const */ FilePath * testing::internal::FilePath::RemoveFileName(void) { char *pcVar1; long lVar2; long lVar3; FilePath *in_RSI; FilePath *in_RDI; string local_88 [35]; allocator local_65 [13]; string local_58 [32]; string local_38 [32]; long local_...
14,854
my_numchars_utf16
eloqsql/strings/ctype-ucs2.c
static size_t my_numchars_utf16(CHARSET_INFO *cs, const char *b, const char *e) { size_t nchars= 0; for ( ; ; nchars++) { size_t charlen= my_ismbchar(cs, b, e); if (!charlen) break; b+= charlen; } return nchars; }
O0
c
my_numchars_utf16: 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 -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx callq 0x656a0 movl %eax, %eax movq %rax, -0x28(%rbp) cmpq $0x0, -0x28(%rbp) jne 0x61f6c jmp 0x61f8...
my_numchars_utf16: 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_61F4C: mov rdi, [rbp+var_8] mov rsi, [rbp+var_10] mov rdx, [rbp+var_18] call my_ismbchar_1 mov eax, eax mov [rbp+var_28], rax c...
long long my_numchars_utf16(long long a1, long long a2, long long a3) { unsigned int v3; // eax long long i; // [rsp+10h] [rbp-20h] for ( i = 0LL; ; ++i ) { v3 = my_ismbchar_1(a1, a2, a3); if ( !v3 ) break; a2 += v3; } return i; }
my_numchars_utf16: 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_00161f4c: MOV RDI,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RBP + -0x10] MOV RDX,qword ptr [RBP + -0x18] CALL 0x001656a0 MOV EAX,EAX MOV...
long my_numchars_utf16(int8 param_1,long param_2,int8 param_3) { uint uVar1; int8 local_28; int8 local_18; local_28 = 0; local_18 = param_2; while( true ) { uVar1 = my_ismbchar(param_1,local_18,param_3); if ((ulong)uVar1 == 0) break; local_18 = (ulong)uVar1 + local_18; local_28 = local_...
14,855
thr_reschedule_write_lock
eloqsql/mysys/thr_lock.c
my_bool thr_reschedule_write_lock(THR_LOCK_DATA *data, ulong lock_wait_timeout) { THR_LOCK *lock=data->lock; enum thr_lock_type write_lock_type; DBUG_ENTER("thr_reschedule_write_lock"); mysql_mutex_lock(&lock->mutex); if (!lock->read_wait.data) /* No waiting read locks */ ...
O0
c
thr_reschedule_write_lock: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rdi addq $0x18, %rdi leaq 0x54ad9(%rip), %rsi # 0x7b004 movl $0x5de, %edx # imm = 0x5DE callq 0x24810...
thr_reschedule_write_lock: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] mov rax, [rax+18h] mov [rbp+var_20], rax mov rdi, [rbp+var_20] add rdi, 18h lea rsi, aWorkspaceLlm4b; "/workspace/llm4binary/github2025/eloqsq"... mo...
char thr_reschedule_write_lock(long long a1, long long a2) { long long v2; // rax long long v3; // rax int v5; // [rsp+Ch] [rbp-24h] long long v6; // [rsp+10h] [rbp-20h] v6 = *(_QWORD *)(a1 + 24); inline_mysql_mutex_lock(v6 + 24, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c", 0x5D...
thr_reschedule_write_lock: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x20],RAX MOV RDI,qword ptr [RBP + -0x20] ADD RDI,0x18 LEA RSI,[0x17b004] MOV EDX,0x5de CALL 0x00124810 MOV RA...
int1 thr_reschedule_write_lock(long param_1,int8 param_2) { int4 uVar1; long lVar2; long lVar3; int8 uVar4; int1 local_9; lVar2 = *(long *)(param_1 + 0x18); inline_mysql_mutex_lock (lVar2 + 0x18,"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c",0x5de); if (*(long *)(lVar2 + 0x...
14,856
thr_reschedule_write_lock
eloqsql/mysys/thr_lock.c
my_bool thr_reschedule_write_lock(THR_LOCK_DATA *data, ulong lock_wait_timeout) { THR_LOCK *lock=data->lock; enum thr_lock_type write_lock_type; DBUG_ENTER("thr_reschedule_write_lock"); mysql_mutex_lock(&lock->mutex); if (!lock->read_wait.data) /* No waiting read locks */ ...
O3
c
thr_reschedule_write_lock: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rsi, %r14 movq %rdi, %r15 movq 0x18(%rdi), %r12 leaq 0x18(%r12), %rbx cmpq $0x0, 0x58(%r12) jne 0x265dd movq %rbx, %rdi callq 0x24440 cmpq $0x0, 0x60(%r12) je 0x265ba movq %r14, -0x38(%rbp...
thr_reschedule_write_lock: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r14, rsi mov r15, rdi mov r12, [rdi+18h] lea rbx, [r12+18h] cmp qword ptr [r12+58h], 0 jnz loc_265DD mov rdi, rbx call _pthread_mutex_lock loc_26457: cm...
char thr_reschedule_write_lock(long long a1, long long a2) { long long v3; // r12 void ( *v4)(_QWORD); // rax long long v5; // rax long long v6; // rcx _QWORD *v7; // rsi long long v8; // rdx long long v9; // rsi long long *v10; // rdi long long v11; // rdx long long v12; // rcx long long v13; //...
thr_reschedule_write_lock: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R14,RSI MOV R15,RDI MOV R12,qword ptr [RDI + 0x18] LEA RBX,[R12 + 0x18] CMP qword ptr [R12 + 0x58],0x0 JNZ 0x001265dd MOV RDI,RBX CALL 0x00124440 LAB_00126457: CMP qword ptr [R12 + 0x60],0x0 JZ 0x001265ba MOV q...
int8 thr_reschedule_write_lock(long param_1,int8 param_2) { pthread_mutex_t *__mutex; int4 uVar1; long lVar2; pthread_cond_t *__cond; long lVar3; int8 uVar4; int8 *puVar5; long *plVar6; lVar2 = *(long *)(param_1 + 0x18); __mutex = (pthread_mutex_t *)(lVar2 + 0x18); if (*(long *)(lVar2 + 0x58)...
14,857
mi_ft_parserecord
eloqsql/storage/myisam/ft_update.c
FT_WORD *_mi_ft_parserecord(MI_INFO *info, uint keynr, const uchar *record, MEM_ROOT *mem_root) { TREE ptree; MYSQL_FTPARSER_PARAM *param; DBUG_ENTER("_mi_ft_parserecord"); if (! (param= ftparser_call_initializer(info, keynr, 0))) DBUG_RETURN(NULL); bzero((char*) &ptree, sizeo...
O3
c
mi_ft_parserecord: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x2a8, %rsp # imm = 0x2A8 movq %rcx, -0x30(%rbp) movq %rdx, %r15 movl %esi, %r12d movq %rdi, %r13 xorl %r14d, %r14d xorl %edx, %edx callq 0x751ad testq %rax, %rax je 0x7557c movq %rax, %rbx leaq -0x2c8(...
_mi_ft_parserecord: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 2A8h mov [rbp+var_30], rcx mov r15, rdx mov r12d, esi mov r13, rdi xor r14d, r14d xor edx, edx call ftparser_call_initializer test rax, rax jz short loc_7557C mov ...
_QWORD * mi_ft_parserecord(_QWORD *a1, unsigned int a2, long long a3, long long a4) { long long v5; // r14 long long v6; // rax long long v7; // rbx long long v8; // r8 long long v9; // rbx _QWORD v11[83]; // [rsp+8h] [rbp-2C8h] BYREF long long v12; // [rsp+2A0h] [rbp-30h] v12 = a4; v5 = 0LL; v6 = ...
_mi_ft_parserecord: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x2a8 MOV qword ptr [RBP + -0x30],RCX MOV R15,RDX MOV R12D,ESI MOV R13,RDI XOR R14D,R14D XOR EDX,EDX CALL 0x001751ad TEST RAX,RAX JZ 0x0017557c MOV RBX,RAX LEA RDI,[RBP + -0x2c8] XOR R14D,R14D MOV EDX,0x298 XOR ESI,ESI CALL 0x...
int8 _mi_ft_parserecord(int8 param_1,ulong param_2,int8 param_3,int8 param_4) { int8 uVar1; int iVar2; long lVar3; int8 uVar4; int1 local_2d0 [664]; int8 local_38; uVar4 = 0; local_38 = param_4; lVar3 = ftparser_call_initializer(param_1,param_2,0); if (lVar3 != 0) { uVar4 = 0; memset(lo...
14,858
my_printf_error
eloqsql/mysys/my_error.c
void my_printf_error(uint error, const char *format, myf MyFlags, ...) { va_list args; char ebuff[ERRMSGSIZE]; DBUG_ENTER("my_printf_error"); DBUG_PRINT("my", ("nr: %d MyFlags: %lu errno: %d format: %s", error, MyFlags, errno, format)); va_start(args,MyFlags); (void) my_vsnprintf_ex(&my_charset_ut...
O3
c
my_printf_error: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x2d8, %rsp # imm = 0x2D8 movq %rdx, %rbx movq %rsi, %r10 movl %edi, %r14d leaq -0x2f0(%rbp), %rdx movq %rcx, 0x18(%rdx) movq %r8, 0x20(%rdx) movq %r9, 0x28(%rdx) testb %al, %al je 0x99055 movaps %xmm0, -0x2c0(%rbp) movaps %xm...
my_printf_error: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 2D8h mov rbx, rdx mov r10, rsi mov r14d, edi lea rdx, [rbp+var_2F0] mov [rdx+18h], rcx mov [rdx+20h], r8 mov [rdx+28h], r9 test al, al jz short loc_99055 movaps [rbp+var_2C0], xmm0 movaps ...
unsigned long long my_printf_error( __m128 a1, __m128 a2, __m128 a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, long long a9, long long a10, long long a11, long long a12, long long a13, long long...
my_printf_error: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x2d8 MOV RBX,RDX MOV R10,RSI MOV R14D,EDI LEA RDX,[RBP + -0x2f0] MOV qword ptr [RDX + 0x18],RCX MOV qword ptr [RDX + 0x20],R8 MOV qword ptr [RDX + 0x28],R9 TEST AL,AL JZ 0x00199055 MOVAPS xmmword ptr [RBP + -0x2c0],XMM0 MOVAPS xmmword ptr [RBP + ...
void my_printf_error(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, int8 param_13,int8 param_14) { char in_AL; long in_FS_OFFSET; int1 lo...
14,859
mi_new
eloqsql/storage/myisam/mi_page.c
my_off_t _mi_new(register MI_INFO *info, MI_KEYDEF *keyinfo, int level) { my_off_t pos; uchar buff[8]; DBUG_ENTER("_mi_new"); if ((pos= info->s->state.key_del[keyinfo->block_size_index]) == HA_OFFSET_ERROR) { if (info->state->key_file_length >= info->s->base.max_key_file_length - keyinfo->block_le...
O3
c
mi_new: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x18, %rsp movl %edx, %ecx movq %rsi, %r15 movq %rdi, %r14 movq %fs:0x28, %rax movq %rax, -0x20(%rbp) movq (%rdi), %rax movq 0xa0(%rax), %rdx movzwl 0x18(%rsi), %esi movq (%rdx,%rsi,8), %rbx cmpq $-0x1, %rbx je 0x8524c movq 0x278(%rax), %rdi movl...
_mi_new: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 18h mov ecx, edx mov r15, rsi mov r14, rdi mov rax, fs:28h mov [rbp+var_20], rax mov rax, [rdi] mov rdx, [rax+0A0h] movzx esi, word ptr [rsi+18h] mov rbx, [rdx+rsi*8] cmp rbx, 0FFFFFFFFFFFFFFFFh ...
long long mi_new(_QWORD *a1, long long a2) { long long v2; // rax unsigned long long v3; // rbx long long v4; // rcx long long v5; // rdx long long v6; // rax unsigned long long v8; // [rsp+8h] [rbp-28h] v2 = *a1; v3 = *(_QWORD *)(*(_QWORD *)(*a1 + 160LL) + 8LL * *(unsigned __int16 *)(a2 + 24)); if ...
_mi_new: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x18 MOV ECX,EDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RDI] MOV RDX,qword ptr [RAX + 0xa0] MOVZX ESI,word ptr [RSI + 0x18] MOV RBX,qword ptr [RDX + RSI*0x8] CMP RBX,-0x1 JZ 0x0018524c MOV RD...
ulong _mi_new(long *param_1,long param_2,int4 param_3) { long lVar1; int4 *puVar2; ulong uVar3; long in_FS_OFFSET; ulong local_30; long local_28; local_28 = *(long *)(in_FS_OFFSET + 0x28); lVar1 = *param_1; uVar3 = *(ulong *)(*(long *)(lVar1 + 0xa0) + (ulong)*(ushort *)(param_2 + 0x18) * 8); if...
14,860
free_block
eloqsql/storage/maria/ma_pagecache.c
static my_bool free_block(PAGECACHE *pagecache, PAGECACHE_BLOCK_LINK *block, my_bool abort_if_pinned) { uint status= block->status; KEYCACHE_THREAD_TRACE("free block"); KEYCACHE_DBUG_PRINT("free_block", ("block: %u hash_link %p", PCBLOCK_NUMB...
O3
c
free_block: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rsi, %rbx movq %rdi, %r14 movzwl 0x74(%rsi), %r12d cmpq $0x0, 0x20(%rsi) je 0x8662c movl %edx, %r15d movl %r12d, %eax orl $0x8, %eax movw %ax, 0x74(%rbx) callq 0xc5c9a movq 0x20(%rbx), %rcx cmpl $0x0, 0x68(%rcx) je 0x86617 movq %ra...
free_block: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov rbx, rsi mov r14, rdi movzx r12d, word ptr [rsi+74h] cmp qword ptr [rsi+20h], 0 jz short loc_8662C mov r15d, edx mov eax, r12d or eax, 8 mov [rbx+74h], ax call _my_thread_var mov rcx, ...
long long free_block(_QWORD *a1, long long a2, char a3) { unsigned int v4; // r14d __int16 v5; // r12 long long v7; // rax long long v8; // rcx long long v9; // rax long long v10; // rsi long long v11; // rcx _QWORD *v12; // rax long long v13; // rcx v4 = (unsigned int)a1; v5 = *(_WORD *)(a2 + 1...
free_block: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV RBX,RSI MOV R14,RDI MOVZX R12D,word ptr [RSI + 0x74] CMP qword ptr [RSI + 0x20],0x0 JZ 0x0018662c MOV R15D,EDX MOV EAX,R12D OR EAX,0x8 MOV word ptr [RBX + 0x74],AX CALL 0x001c5c9a MOV RCX,qword ptr [RBX + 0x20] CMP dword ptr [RCX + 0x68],0x0 JZ 0x...
ulong free_block(long param_1,int8 *param_2,char param_3) { ushort uVar1; int8 *puVar2; long lVar3; pthread_cond_t *__cond; int8 uVar4; ulong uVar5; uVar1 = *(ushort *)((long)param_2 + 0x74); if (param_2[4] != 0) { *(ushort *)((long)param_2 + 0x74) = uVar1 | 8; lVar3 = _my_thread_var(); ...
14,861
ratio
eloqsql/strings/dtoa.c
static double ratio(Bigint *a, Bigint *b) { U da, db; int k, ka, kb; dval(&da)= b2d(a, &ka); dval(&db)= b2d(b, &kb); k= ka - kb + 32*(a->wds - b->wds); if (k > 0) word0(&da)+= (ULong)(k*Exp_msk1 * 1.0); else { k= -k; word0(&db)+= k*Exp_msk1; } return dval(&da) / dval(&db); }
O0
c
ratio: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi leaq -0x28(%rbp), %rsi callq 0x726e0 movsd %xmm0, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x2c(%rbp), %rsi callq 0x726e0 movsd %xmm0, -0x20(%rbp) movl -0x28(%rbp), %eax subl -0x2c(%rbp), %eax movq -0x8...
ratio: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8] lea rsi, [rbp+var_28] call b2d movsd [rbp+var_18], xmm0 mov rdi, [rbp+var_10] lea rsi, [rbp+var_2C] call b2d movsd [rbp+var_20], xmm0 mov eax, [rbp+var_28] sub e...
double ratio(long long a1, long long a2) { int v3; // [rsp+4h] [rbp-2Ch] BYREF int v4; // [rsp+8h] [rbp-28h] BYREF int v5; // [rsp+Ch] [rbp-24h] double v6; // [rsp+10h] [rbp-20h] double v7; // [rsp+18h] [rbp-18h] long long v8; // [rsp+20h] [rbp-10h] long long v9; // [rsp+28h] [rbp-8h] v9 = a1; v8 = ...
ratio: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] LEA RSI,[RBP + -0x28] CALL 0x001726e0 MOVSD qword ptr [RBP + -0x18],XMM0 MOV RDI,qword ptr [RBP + -0x10] LEA RSI,[RBP + -0x2c] CALL 0x001726e0 MOVSD qword ptr [RBP + -0x20],XMM0 MOV EAX...
double ratio(long param_1,long param_2) { int iVar1; double dVar2; int local_34; int local_30 [2]; int8 local_28; int8 local_20; long local_18; long local_10; local_18 = param_2; local_10 = param_1; local_20 = (double)b2d(param_1,local_30); dVar2 = (double)b2d(local_18,&local_34); iVar1 =...
14,862
my_string_metadata_get_mb
eloqsql/strings/ctype.c
static void my_string_metadata_get_mb(MY_STRING_METADATA *metadata, CHARSET_INFO *cs, const char *str, ulong length) { const char *strend= str + length; for (my_string_metadata_init(metadata) ; str < strend; metadata->char_length++) { my_wc_t wc; int mblen= my_ci_mb...
O0
c
my_string_metadata_get_mb: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x18(%rbp), %rax addq -0x20(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rdi callq 0xcc880 movq -0x18(%rbp), %rax cmpq -0x28(%rbp), %rax jae 0xc...
my_string_metadata_get_mb: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov rax, [rbp+var_18] add rax, [rbp+var_20] mov [rbp+var_28], rax mov rdi, [rbp+var_8] call my_string_metadata_init loc_CB33D...
unsigned long long my_string_metadata_get_mb(unsigned long long a1, long long a2, unsigned long long a3, long long a4) { unsigned long long result; // rax int v5; // [rsp+Ch] [rbp-34h] unsigned long long v6; // [rsp+10h] [rbp-30h] BYREF unsigned long long v7; // [rsp+18h] [rbp-28h] long long v8; // [rsp+20h]...
my_string_metadata_get_mb: 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 qword ptr [RBP + -0x20],RCX MOV RAX,qword ptr [RBP + -0x18] ADD RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x28],RAX MOV RDI,qword ptr [RBP + -0x8] CALL ...
void my_string_metadata_get_mb(long *param_1,long param_2,ulong param_3,long param_4) { int iVar1; ulong local_38; ulong local_30; long local_28; ulong local_20; long local_18; long *local_10; local_30 = param_3 + param_4; local_28 = param_4; local_20 = param_3; local_18 = param_2; local_10...
14,863
bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
monkey531[P]llama/common/json.hpp
bool operator==(const IterImpl& other) const { // if objects are not the same, the comparison is undefined if (JSON_HEDLEY_UNLIKELY(m_object != other.m_object)) { JSON_THROW(invalid_iterator::create(212, "cannot compare iterators of different containers", m_object)); } ...
O2
cpp
bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_: push rbp; char ...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_: PUSH RBP PUSH R14 ...
int8 _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_ (in...
14,864
minja::Value::for_each(std::function<void (minja::Value&)> const&) const
monkey531[P]llama/common/minja.hpp
void for_each(const std::function<void(Value &)> & callback) const { if (is_null()) throw std::runtime_error("Undefined value or reference"); if (array_) { for (auto& item : *array_) { callback(item); } } else if (object_) { for (auto & item : *object_) { Value key(it...
O1
cpp
minja::Value::for_each(std::function<void (minja::Value&)> const&) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movq %rsi, %rbx movq %rdi, %r15 movq 0x10(%rdi), %rcx movq 0x20(%rdi), %rax movb 0x40(%rdi), %dl testq %rax, %rax jne 0xa1cb3 testq %rcx, %rcx jne 0xa1cb3 testb %d...
_ZNK5minja5Value8for_eachERKSt8functionIFvRS0_EE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov rbx, rsi mov r15, rdi mov rcx, [rdi+10h] mov rax, [rdi+20h] mov dl, [rdi+40h] test rax, rax jnz short loc_A1CB3 test rcx, rcx jnz short loc_A1C...
void minja::Value::for_each(long long a1, long long a2, long long a3) { long long *v3; // rcx unsigned __int8 **v4; // rax long long v5; // r14 long long v6; // r15 unsigned __int8 *v7; // r14 unsigned __int8 *v8; // r13 long long v9; // rdi signed __int32 v10; // eax long long v11; // r13 long lon...
for_each: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV RBX,RSI MOV R15,RDI MOV RCX,qword ptr [RDI + 0x10] MOV RAX,qword ptr [RDI + 0x20] MOV DL,byte ptr [RDI + 0x40] TEST RAX,RAX JNZ 0x001a1cb3 TEST RCX,RCX JNZ 0x001a1cb3 TEST DL,DL JNZ 0x001a1cb3 CMP qword ptr [R15 + 0x30],0x0 JZ 0x001a1f12 L...
/* minja::Value::for_each(std::function<void (minja::Value&)> const&) const */ void __thiscall minja::Value::for_each(Value *this,function *param_1) { int *piVar1; long *plVar2; long *plVar3; long lVar4; basic_json *pbVar5; int *puVar6; int iVar7; runtime_error *prVar8; long lVar9; basic_json *pb...
14,865
ma_cmp_block_unique
eloqsql/storage/maria/ma_blockrec.c
my_bool _ma_cmp_block_unique(MARIA_HA *info, MARIA_UNIQUEDEF *def, const uchar *record, MARIA_RECORD_POS pos) { uchar *org_rec_buff, *old_record; size_t org_rec_buff_size; int error; my_bool buff_alloced; DBUG_ENTER("_ma_cmp_block_unique"); alloc_on_stack(*info->stack_end_ptr, ...
O0
c
ma_cmp_block_unique: pushq %rbp movq %rsp, %rbp subq $0x70, %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 -0x18(%rbp), %rax movq (%rax), %rax movq 0x398(%rax), %rax movq %rax, -0x58(%rbp) movq -0x18(%rbp), %rax movq 0x78(%...
_ma_cmp_block_unique: push rbp mov rbp, rsp sub rsp, 70h 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 rax, [rbp+var_18] mov rax, [rax] mov rax, [rax+398h] mov [rbp+var_58], rax mov ...
bool ma_cmp_block_unique(long long a1, long long a2, long long a3, unsigned long long a4) { long long v5; // [rsp+0h] [rbp-70h] BYREF unsigned long long v6; // [rsp+10h] [rbp-60h] unsigned long long v7; // [rsp+18h] [rbp-58h] BYREF char v8; // [rsp+23h] [rbp-4Dh] int block_record; // [rsp+24h] [rbp-4Ch] lo...
_ma_cmp_block_unique: PUSH RBP MOV RBP,RSP SUB RSP,0x70 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 RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RA...
int8 _ma_cmp_block_unique(long *param_1,long param_2,int8 param_3,int8 param_4) { long lVar1; int1 *puVar2; int8 uVar3; long *plVar4; char cVar5; int1 *puVar6; int iVar7; long in_FS_OFFSET; int1 auStack_78 [15]; bool local_69; ulong local_68; ulong local_60; char local_55; int local_54; ...
14,866
copy_uca_collation
eloqsql/mysys/charset.c
static void copy_uca_collation(struct charset_info_st *to, CHARSET_INFO *from, CHARSET_INFO *loaded) { to->cset= from->cset; to->coll= from->coll; /* Single-level UCA collation have strnxfrm_multiple=8. In case of a multi-level UCA collation we use strnxfrm_multiply=4. That means MY...
O3
c
copy_uca_collation: pushq %rbp movq %rsp, %rbp movq 0xb8(%rsi), %rax movq %rax, 0xb8(%rdi) movq 0xc0(%rsi), %rax movq %rax, 0xc0(%rdi) movl $0x4, %eax cmpb $0x1, 0xb2(%rdx) ja 0x30d93 movl 0x90(%rsi), %eax movl %eax, 0x90(%rdi) movq 0xa0(%rsi), %rax movq %rax, 0xa0(%rdi) movq 0xa8(%rsi), %rax movq %rax, 0xa8(%rdi) movl...
copy_uca_collation: push rbp mov rbp, rsp mov rax, [rsi+0B8h] mov [rdi+0B8h], rax mov rax, [rsi+0C0h] mov [rdi+0C0h], rax mov eax, 4 cmp byte ptr [rdx+0B2h], 1 ja short loc_30D93 mov eax, [rsi+90h] loc_30D93: mov [rdi+90h], eax mov rax, [rsi+0A0h] mov [rdi+0A0h], rax ...
char copy_uca_collation(long long a1, long long a2, long long a3) { int v3; // eax char result; // al *(_QWORD *)(a1 + 184) = *(_QWORD *)(a2 + 184); *(_QWORD *)(a1 + 192) = *(_QWORD *)(a2 + 192); v3 = 4; if ( *(_BYTE *)(a3 + 178) <= 1u ) v3 = *(_DWORD *)(a2 + 144); *(_DWORD *)(a1 + 144) = v3; *(_Q...
copy_uca_collation: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RSI + 0xb8] MOV qword ptr [RDI + 0xb8],RAX MOV RAX,qword ptr [RSI + 0xc0] MOV qword ptr [RDI + 0xc0],RAX MOV EAX,0x4 CMP byte ptr [RDX + 0xb2],0x1 JA 0x00130d93 MOV EAX,dword ptr [RSI + 0x90] LAB_00130d93: MOV dword ptr [RDI + 0x90],EAX MOV RAX,qword ptr [RSI ...
void copy_uca_collation(long param_1,long param_2,long param_3) { int4 uVar1; *(int8 *)(param_1 + 0xb8) = *(int8 *)(param_2 + 0xb8); *(int8 *)(param_1 + 0xc0) = *(int8 *)(param_2 + 0xc0); uVar1 = 4; if (*(byte *)(param_3 + 0xb2) < 2) { uVar1 = *(int4 *)(param_2 + 0x90); } *(int4 *)(param_1 + 0x90...
14,867
my_casedn_str_utf8mb3
eloqsql/strings/ctype-utf8.c
static size_t my_casedn_str_utf8mb3(CHARSET_INFO *cs, char *src) { my_wc_t wc; int srcres, dstres; char *dst= src, *dst0= src; MY_UNICASE_INFO *uni_plane= cs->caseinfo; DBUG_ASSERT(cs->casedn_multiply == 1); while (*src && (srcres= my_utf8mb3_uni_no_range(cs, &wc, (uchar *) src)) > 0) { my_t...
O3
c
my_casedn_str_utf8mb3: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx cmpb $0x0, (%rsi) movq %rsi, %r14 je 0x4dd8a movq 0x78(%rdi), %r13 leaq -0x30(%rbp), %r15 movq %rbx, %r12 movq %rbx, %r14 movq %r15, %rdi movq %r12, %rsi callq 0x4e578 testl %eax, %eax je ...
my_casedn_str_utf8mb3: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi cmp byte ptr [rsi], 0 mov r14, rsi jz loc_4DD8A mov r13, [rdi+78h] lea r15, [rbp+var_30] mov r12, rbx mov r14, rbx loc_4DCE3: mov rdi, r15 mov ...
long long my_casedn_str_utf8mb3(long long a1, _BYTE *a2) { unsigned long long v2; // rax _BYTE *v3; // r14 long long v4; // r13 _BYTE *v5; // r12 unsigned int v6; // eax unsigned long long v7; // rcx long long v8; // rdx long long v9; // rdx bool v10; // zf unsigned long long v12; // [rsp+0h] [rbp-...
my_casedn_str_utf8mb3: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI CMP byte ptr [RSI],0x0 MOV R14,RSI JZ 0x0014dd8a MOV R13,qword ptr [RDI + 0x78] LEA R15,[RBP + -0x30] MOV R12,RBX MOV R14,RBX LAB_0014dce3: MOV RDI,R15 MOV RSI,R12 CALL 0x0014e578 TEST EAX,EAX JZ 0x0014dd8a MOV...
long my_casedn_str_utf8mb3(long param_1,char *param_2) { char *pcVar1; long lVar2; uint uVar3; ulong in_RAX; ulong uVar4; long lVar5; char *pcVar6; char *pcVar7; ulong local_38; pcVar7 = param_2; if (*param_2 != '\0') { lVar2 = *(long *)(param_1 + 0x78); pcVar6 = param_2; local_38...
14,868
mysql_set_character_set_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_set_character_set_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_set_character_set, (parms->mysql, parms->csname), parms->mysql, int, r_int) }
O3
c
mysql_set_character_set_start_internal: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq (%rdi), %rax movq 0x8(%rdi), %rsi movq 0x480(%rax), %rcx movq 0x28(%rcx), %rbx movq %rax, %rdi callq 0x1cc0f movl %eax, 0x8(%rbx) movl $0x0, (%rbx) addq $0x8, %rsp popq %rbx popq %rbp retq
mysql_set_character_set_start_internal: push rbp mov rbp, rsp push rbx push rax mov rax, [rdi] mov rsi, [rdi+8] mov rcx, [rax+480h] mov rbx, [rcx+28h] mov rdi, rax call mysql_set_character_set mov [rbx+8], eax mov dword ptr [rbx], 0 add rsp, 8 pop rbx pop rbp retn...
long long mysql_set_character_set_start_internal(long long *a1) { _DWORD *v1; // rbx long long result; // rax v1 = *(_DWORD **)(*(_QWORD *)(*a1 + 1152) + 40LL); result = mysql_set_character_set(*a1, a1[1]); v1[2] = result; *v1 = 0; return result; }
mysql_set_character_set_start_internal: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RAX,qword ptr [RDI] MOV RSI,qword ptr [RDI + 0x8] MOV RCX,qword ptr [RAX + 0x480] MOV RBX,qword ptr [RCX + 0x28] MOV RDI,RAX CALL 0x0011cc0f MOV dword ptr [RBX + 0x8],EAX MOV dword ptr [RBX],0x0 ADD RSP,0x8 POP RBX POP RBP RET
void mysql_set_character_set_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28); uVar2 = mysql_set_character_set(*param_1,param_1[1]); puVar1[2] = uVar2; *puVar1 = 0; return; }
14,869
stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*)
monkey531[P]llama/examples/llava/../../common/stb_image.h
static void *stbi__bmp_parse_header(stbi__context *s, stbi__bmp_data *info) { int hsz; if (stbi__get8(s) != 'B' || stbi__get8(s) != 'M') return stbi__errpuc("not BMP", "Corrupt BMP"); stbi__get32le(s); // discard filesize stbi__get16le(s); // discard reserved stbi__get16le(s); // discard reserved info...
O2
c
stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rsi, %r14 movq %rdi, %rbx callq 0x3c760 cmpb $0x42, %al jne 0x3e6cc movq %rbx, %rdi callq 0x3c760 cmpb $0x4d, %al jne 0x3e6cc movq %rbx, %rdi callq 0x3e589 movq %rbx, %rdi callq 0x3e5aa movq %rbx, %rdi ...
_ZL22stbi__bmp_parse_headerP13stbi__contextP14stbi__bmp_data: push rbp push r15 push r14 push r12 push rbx mov r14, rsi mov rbx, rdi call _ZL10stbi__get8P13stbi__context; stbi__get8(stbi__context *) cmp al, 42h ; 'B' jnz loc_3E6CC mov rdi, rbx call _ZL10stbi__get8P13stbi__contex...
long long stbi__bmp_parse_header(_DWORD *a1, long long a2) { int v2; // eax int v3; // ebp int v4; // eax long long v5; // r15 int v6; // r12d unsigned long long v7; // rax const char *v8; // rcx unsigned int v10; // eax int v11; // r14d if ( stbi__get8((long long)a1) != 66 || stbi__get8((long lon...
stbi__bmp_parse_header: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R14,RSI MOV RBX,RDI CALL 0x0013c760 CMP AL,0x42 JNZ 0x0013e6cc MOV RDI,RBX CALL 0x0013c760 CMP AL,0x4d JNZ 0x0013e6cc MOV RDI,RBX CALL 0x0013e589 MOV RDI,RBX CALL 0x0013e5aa MOV RDI,RBX CALL 0x0013e5aa MOV RDI,RBX CALL 0x0013e589 MOV dword ptr [R1...
/* stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*) */ int8 stbi__bmp_parse_header(stbi__context *param_1,stbi__bmp_data *param_2) { char cVar1; int4 uVar2; int iVar3; int iVar4; long lVar5; char *pcVar6; long *in_FS_OFFSET; bool bVar7; cVar1 = stbi__get8(param_1); if ((cVar1 != 'B') ||...
14,870
coro::detail::make_task_self_deleting(coro::task<void>) (.destroy)
AlayaLite/build_O3/_deps/libcoro-src/src/detail/task_self_deleting.cpp
auto make_task_self_deleting(coro::task<void> user_task) -> task_self_deleting { co_await user_task; co_return; }
O3
cpp
coro::detail::make_task_self_deleting(coro::task<void>) (.destroy): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx addq $0x10, %rdi cmpb $0x1, 0x28(%rbx) jne 0x98e4 callq 0x9724 jmp 0x98f2 movq 0x20(%rbx), %r14 callq 0x9724 testq %r14, %r14 je 0x98f9 movq 0x20(%rbx), %rdi callq *0x8(%rdi) movl $0x30, %esi movq %rbx, ...
_ZN4coro6detail23make_task_self_deletingENS_4taskIvEE_destroy: push r14 push rbx push rax mov rbx, rdi add rdi, 10h; this cmp byte ptr [rbx+28h], 1 jnz short loc_98E4 call _ZN4coro6detail21promise_self_deletingD2Ev; coro::detail::promise_self_deleting::~promise_self_deleting() jmp short ...
void coro::detail::make_task_self_deleting(_QWORD *a1) { coro::detail::promise_self_deleting *v2; // rdi long long v3; // r14 v2 = (coro::detail::promise_self_deleting *)(a1 + 2); if ( *((_BYTE *)a1 + 40) == 1 ) { coro::detail::promise_self_deleting::~promise_self_deleting(v2); LABEL_4: (*(void ( **...
make_task_self_deleting: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI ADD RDI,0x10 CMP byte ptr [RBX + 0x28],0x1 JNZ 0x001098e4 CALL 0x00109724 JMP 0x001098f2 LAB_001098e4: MOV R14,qword ptr [RBX + 0x20] CALL 0x00109724 TEST R14,R14 JZ 0x001098f9 LAB_001098f2: MOV RDI,qword ptr [RBX + 0x20] LAB_001098f6: CALL qword ptr [RDI ...
/* coro::detail::make_task_self_deleting(coro::task<void>) [clone .destroy] */ void coro::detail::make_task_self_deleting(void *param_1) { long lVar1; if (*(char *)((long)param_1 + 0x28) == '\x01') { promise_self_deleting::~promise_self_deleting((promise_self_deleting *)((long)param_1 + 0x10)); } else...
14,871
google::protobuf::GeneratedCodeInfo::Clear()
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc
void GeneratedCodeInfo::Clear() { // @@protoc_insertion_point(message_clear_start:google.protobuf.GeneratedCodeInfo) uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; _impl_.annotation_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE...
O3
cpp
google::protobuf::GeneratedCodeInfo::Clear(): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx movslq 0x18(%rdi), %r14 testq %r14, %r14 jle 0xf9e0a movq 0x20(%rbx), %r15 xorl %r12d, %r12d movq 0x8(%r15,%r12,8), %rdi incq %r12 callq 0xf9580 cmpq %r12, %r14 jne 0xf9df1 movl $0x0, 0x18(%rbx) testb $0...
_ZN6google8protobuf17GeneratedCodeInfo5ClearEv: push r15 push r14 push r12 push rbx push rax mov rbx, rdi movsxd r14, dword ptr [rdi+18h] test r14, r14 jle short loc_F9E0A mov r15, [rbx+20h] xor r12d, r12d loc_F9DF1: mov rdi, [r15+r12*8+8]; this inc r12 call _ZN6google8prot...
long long google::protobuf::GeneratedCodeInfo::Clear(google::protobuf::GeneratedCodeInfo *this) { long long v2; // r14 long long v3; // r15 long long i; // r12 google::protobuf::GeneratedCodeInfo_Annotation *v5; // rdi long long result; // rax v2 = *((int *)this + 6); if ( v2 > 0 ) { v3 = *((_QWOR...
Clear: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI MOVSXD R14,dword ptr [RDI + 0x18] TEST R14,R14 JLE 0x001f9e0a MOV R15,qword ptr [RBX + 0x20] XOR R12D,R12D LAB_001f9df1: MOV RDI,qword ptr [R15 + R12*0x8 + 0x8] INC R12 CALL 0x001f9580 CMP R14,R12 JNZ 0x001f9df1 MOV dword ptr [RBX + 0x18],0x0 LAB_001f9e0a:...
/* google::protobuf::GeneratedCodeInfo::Clear() */ void __thiscall google::protobuf::GeneratedCodeInfo::Clear(GeneratedCodeInfo *this) { long lVar1; int iVar2; long lVar3; long lVar4; iVar2 = *(int *)(this + 0x18); if (0 < (long)iVar2) { lVar3 = *(long *)(this + 0x20); lVar4 = 0; do { ...
14,872
my_realpath
eloqsql/mysys/my_symlink.c
int my_realpath(char *to, const char *filename, myf MyFlags) { #if defined(HAVE_REALPATH) && !defined(HAVE_BROKEN_REALPATH) int result=0; char buff[BUFF_LEN]; char *ptr; DBUG_ENTER("my_realpath"); DBUG_PRINT("info",("executing realpath")); if ((ptr=realpath(filename,buff))) strmake(to, ptr, FN_REFLEN-1...
O3
c
my_realpath: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x1010, %rsp # imm = 0x1010 movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq -0x1030(%rbp), %rsi movq %r14, %rdi callq 0x24100 testq %rax, %rax je 0x2bbdd movl $0x1ff, %edx ...
my_realpath: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 1010h mov r15, rdx mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax lea rsi, [rbp+var_1030] mov rdi, r14 call _realpath test rax, rax jz short loc_2BBDD mov ed...
long long my_realpath(long long a1, long long a2, char a3) { long long v4; // rax int v6; // r12d unsigned int *v7; // rax _BYTE v8[4104]; // [rsp+0h] [rbp-1030h] BYREF unsigned long long v9; // [rsp+1008h] [rbp-28h] v9 = __readfsqword(0x28u); v4 = realpath(a2, v8); if ( v4 ) { strmake(a1, v4, 5...
my_realpath: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x1010 MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA RSI,[RBP + -0x1030] MOV RDI,R14 CALL 0x00124100 TEST RAX,RAX JZ 0x0012bbdd MOV EDX,0x1ff MOV RDI,RBX MOV RSI,RAX CALL 0x0015adb8 XOR EA...
int my_realpath(int8 param_1,char *param_2,ulong param_3) { int iVar1; char *pcVar2; int *piVar3; int4 *puVar4; long in_FS_OFFSET; char local_1038 [4104]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); pcVar2 = realpath(param_2,local_1038); if (pcVar2 == (char *)0x0) { piVar3 = _...
14,873
mi_decrement_open_count
eloqsql/storage/myisam/mi_locking.c
int _mi_decrement_open_count(MI_INFO *info) { uchar buff[2]; register MYISAM_SHARE *share=info->s; int lock_error=0,write_error=0; if (share->global_changed) { uint old_lock=info->lock_type; share->global_changed=0; lock_error= my_disable_locking ? 0 : mi_lock_database(info,F_WRLCK); /* Its no...
O0
c
mi_decrement_open_count: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x18(%rbp) movl $0x0, -0x1c(%rbp) movl $0x0, -0x20(%rbp) movq -0x18(%rbp), %rax cmpb $0x0, 0x380(%rax) je 0xb668c movq -0x8(%rbp), %rax movl 0x1f4(%rax), %eax movl %eax, -0x24(%...
_mi_decrement_open_count: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_18], rax mov [rbp+var_1C], 0 mov [rbp+var_20], 0 mov rax, [rbp+var_18] cmp byte ptr [rax+380h], 0 jz loc_B668C mov rax, [rbp+var_8] mov ...
_BOOL8 mi_decrement_open_count(_DWORD *a1) { __int16 v1; // kr00_2 bool v3; // [rsp+13h] [rbp-2Dh] int v4; // [rsp+14h] [rbp-2Ch] unsigned int v5; // [rsp+1Ch] [rbp-24h] BOOL v6; // [rsp+20h] [rbp-20h] int v7; // [rsp+24h] [rbp-1Ch] long long v8; // [rsp+28h] [rbp-18h] _BYTE v9[2]; // [rsp+36h] [rbp-Ah...
_mi_decrement_open_count: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX MOV dword ptr [RBP + -0x1c],0x0 MOV dword ptr [RBP + -0x20],0x0 MOV RAX,qword ptr [RBP + -0x18] CMP byte ptr [RAX + 0x380],0x0 JZ 0x001b668c M...
bool _mi_decrement_open_count(long *param_1) { int4 uVar1; long lVar2; bool bVar3; int local_34; int local_24; int1 local_12; int1 local_11; long *local_10; lVar2 = *param_1; local_24 = 0; bVar3 = false; if (*(char *)(lVar2 + 0x380) != '\0') { uVar1 = *(int4 *)((long)param_1 + 500); ...
14,874
queue_replace
eloqsql/mysys/queues.c
void queue_replace(QUEUE *queue, uint idx) { uchar *element= queue->root[idx]; uint next_index, elements= queue->elements, half_queue= elements>>1, offset_to_key= queue->offset_to_key, offset_to_queue_pos= queue->offset_to_queue_pos; my_bool first= TRUE; while (idx <= half_queue) ...
O3
c
queue_replace: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %esi, %r15d movq %rdi, %rbx movq (%rdi), %rax movl %esi, %ecx movq (%rax,%rcx,8), %rax movl 0x10(%rdi), %ecx movl %ecx, -0x38(%rbp) shrl %ecx movl %ecx, -0x34(%rbp) cmpl %esi, %ecx movq %rax, -0x40(%rb...
queue_replace: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r15d, esi mov rbx, rdi mov rax, [rdi] mov ecx, esi mov rax, [rax+rcx*8] mov ecx, [rdi+10h] mov [rbp+var_38], ecx shr ecx, 1 mov [rbp+var_34], ecx cmp ecx, ...
long long queue_replace(long long *a1, unsigned int a2) { unsigned int v2; // r15d long long v3; // rax unsigned int v4; // r13d long long v5; // rsi char v6; // r14 long long v7; // rcx long long v8; // r12 int v9; // eax long long v11; // [rsp+0h] [rbp-50h] long long v12; // [rsp+8h] [rbp-48h] ...
queue_replace: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R15D,ESI MOV RBX,RDI MOV RAX,qword ptr [RDI] MOV ECX,ESI MOV RAX,qword ptr [RAX + RCX*0x8] MOV ECX,dword ptr [RDI + 0x10] MOV dword ptr [RBP + -0x38],ECX SHR ECX,0x1 MOV dword ptr [RBP + -0x34],ECX CMP ECX,ESI MOV qword pt...
void queue_replace(long *param_1,uint param_2) { uint uVar1; long lVar2; int iVar3; uint uVar4; int iVar5; uint uVar6; ulong uVar7; long lVar8; ulong uVar9; uint uVar10; ulong uVar11; ulong uVar12; bool bVar13; uVar12 = (ulong)param_2; lVar2 = *(long *)(*param_1 + (ulong)param_2 * 8);...
14,875
void nlohmann::json_abi_v3_11_3::detail::from_json<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, s...
monkey531[P]llama/common/json.hpp
inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) { if (JSON_HEDLEY_UNLIKELY(!j.is_boolean())) { JSON_THROW(type_error::create(302, concat("type must be boolean, but is ", j.type_name()), &j)); } b = *j.template get_ptr<const typename BasicJsonType::boolean_t*>(...
O1
cpp
void nlohmann::json_abi_v3_11_3::detail::from_json<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, s...
_ZN8nlohmann16json_abi_v3_11_36detail9from_jsonINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEEvRKT_RNSG_9boolean_tE: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rd...
unsigned __int8 nlohmann::json_abi_v3_11_3::detail::from_json<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>>( unsigned __int8 *a1, ...
from_json<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 PUSH RBX SUB RSP,0x30 MOV ...
/* void nlohmann::json_abi_v3_11_3::detail::from_json<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<uns...
14,876
inline_mysql_file_create
eloqsql/include/mysql/psi/mysql_file.h
static inline File inline_mysql_file_create( #ifdef HAVE_PSI_FILE_INTERFACE PSI_file_key key, const char *src_file, uint src_line, #endif const char *filename, int create_flags, int access_flags, myf myFlags) { File file; #ifdef HAVE_PSI_FILE_INTERFACE struct PSI_file_locker *locker; PSI_file_locker_state sta...
O3
c
inline_mysql_file_create: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x50, %rsp movl %edx, %ebx movq %rsi, %r14 movl %edi, %esi leaq 0x381865(%rip), %r12 # 0x3b8c08 movq (%r12), %rax leaq -0x70(%rbp), %rdi leaq -0x28(%rbp), %r15 xorl %edx, %edx movq %r14, %rcx movq %r15, %r8 callq *...
inline_mysql_file_create: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 50h mov ebx, edx mov r14, rsi mov esi, edi lea r12, PSI_server mov rax, [r12] lea rdi, [rbp+var_70] lea r15, [rbp+var_28] xor edx, edx mov rcx, r14 mov r8, r15 call...
long long inline_mysql_file_create(unsigned int a1, long long a2, unsigned int a3) { long long v4; // rax long long v5; // rbx _BYTE v7[72]; // [rsp+0h] [rbp-70h] BYREF long long v8[5]; // [rsp+48h] [rbp-28h] BYREF v4 = ((long long ( *)(_BYTE *, _QWORD, _QWORD, long long, long long *))PSI_server[41])(v7, a1...
inline_mysql_file_create: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x50 MOV EBX,EDX MOV R14,RSI MOV ESI,EDI LEA R12,[0x4b8c08] MOV RAX,qword ptr [R12] LEA RDI,[RBP + -0x70] LEA R15,[RBP + -0x28] XOR EDX,EDX MOV RCX,R14 MOV R8,R15 CALL qword ptr [RAX + 0x148] MOV qword ptr [R15],RAX TEST RAX,RAX ...
int4 inline_mysql_file_create(int4 param_1,int8 param_2,int4 param_3) { int4 uVar1; int1 local_78 [72]; long local_30; local_30 = (**(code **)(PSI_server + 0x148))(local_78,param_1,0,param_2,&local_30); if (local_30 == 0) { uVar1 = my_create(param_2,0,param_3,0); } else { (**(code **)(PSI_ser...
14,877
c4_state_free
corpus-core[P]colibri-stateless/src/util/state.c
void c4_state_free(c4_state_t* state) { data_request_t* data_request = state->requests; while (data_request) { data_request_t* next = data_request->next; if (data_request->url) safe_free(data_request->url); if (data_request->error) safe_free(data_request->error); if (data_request->payload.data) safe...
O0
c
c4_state_free: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x10(%rbp) cmpq $0x0, -0x10(%rbp) je 0xa7774 movq -0x10(%rbp), %rax movq 0x50(%rax), %rax movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rax cmpq $0x0, 0x10(%rax) je 0xa7716 movq -0x10(%rbp), ...
c4_state_free: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_10], rax loc_A76E7: cmp [rbp+var_10], 0 jz loc_A7774 mov rax, [rbp+var_10] mov rax, [rax+50h] mov [rbp+var_18], rax mov rax, [rbp+var_10] cmp qw...
long long c4_state_free(long long a1) { long long result; // rax long long *v2; // [rsp+8h] [rbp-18h] long long *i; // [rsp+10h] [rbp-10h] for ( i = *(long long **)a1; i; i = v2 ) { v2 = (long long *)i[10]; if ( i[2] ) safe_free(i[2]); if ( i[9] ) safe_free(i[9]); if ( i[5] ) ...
c4_state_free: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x10],RAX LAB_001a76e7: CMP qword ptr [RBP + -0x10],0x0 JZ 0x001a7774 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x50] MOV qword ptr [RBP + -0x18],RA...
void c4_state_free(long *param_1) { long lVar1; long local_18; local_18 = *param_1; while (local_18 != 0) { lVar1 = *(long *)(local_18 + 0x50); if (*(long *)(local_18 + 0x10) != 0) { safe_free(*(int8 *)(local_18 + 0x10)); } if (*(long *)(local_18 + 0x48) != 0) { safe_free(*(int8...
14,878
c4_state_free
corpus-core[P]colibri-stateless/src/util/state.c
void c4_state_free(c4_state_t* state) { data_request_t* data_request = state->requests; while (data_request) { data_request_t* next = data_request->next; if (data_request->url) safe_free(data_request->url); if (data_request->error) safe_free(data_request->error); if (data_request->payload.data) safe...
O3
c
c4_state_free: pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx movq (%rdi), %r14 testq %r14, %r14 je 0x588a8 movq 0x10(%r14), %rdi movq 0x50(%r14), %r15 testq %rdi, %rdi je 0x5886e callq 0x52f98 movq 0x48(%r14), %rdi testq %rdi, %rdi je 0x5887c callq 0x52f98 movq 0x28(%r14), %rdi testq %rdi, %rdi je 0x5888a callq 0x52...
c4_state_free: push r15 push r14 push rbx mov rbx, rdi mov r14, [rdi] test r14, r14 jz short loc_588A8 loc_5885C: mov rdi, [r14+10h] mov r15, [r14+50h] test rdi, rdi jz short loc_5886E call safe_free loc_5886E: mov rdi, [r14+48h] test rdi, rdi jz short loc_5887C c...
long long c4_state_free(long long a1) { _QWORD *v2; // r14 long long v3; // rdi _QWORD *v4; // r15 long long v5; // rdi long long v6; // rdi long long v7; // rdi long long result; // rax long long v9; // rdi v2 = *(_QWORD **)a1; if ( *(_QWORD *)a1 ) { do { v3 = v2[2]; v4 = (_...
c4_state_free: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI MOV R14,qword ptr [RDI] TEST R14,R14 JZ 0x001588a8 LAB_0015885c: MOV RDI,qword ptr [R14 + 0x10] MOV R15,qword ptr [R14 + 0x50] TEST RDI,RDI JZ 0x0015886e CALL 0x00152f98 LAB_0015886e: MOV RDI,qword ptr [R14 + 0x48] TEST RDI,RDI JZ 0x0015887c CALL 0x00152f98 LAB_0015...
void c4_state_free(long *param_1) { long lVar1; long lVar2; lVar2 = *param_1; while (lVar2 != 0) { lVar1 = *(long *)(lVar2 + 0x50); if (*(long *)(lVar2 + 0x10) != 0) { safe_free(); } if (*(long *)(lVar2 + 0x48) != 0) { safe_free(); } if (*(long *)(lVar2 + 0x28) != 0) { ...
14,879
testing::internal::CmpHelperSTREQ(char const*, char const*, wchar_t const*, wchar_t const*)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc
AssertionResult CmpHelperSTREQ(const char* lhs_expression, const char* rhs_expression, const wchar_t* lhs, const wchar_t* rhs) { if (String::WideCStringEquals(lhs, rhs)) { return AssertionSuccess(); } return EqFailure(lhs_expression, rhs_expressio...
O0
cpp
testing::internal::CmpHelperSTREQ(char const*, char const*, wchar_t const*, wchar_t const*): subq $0x98, %rsp movq %rdi, 0x10(%rsp) movq %rdi, %rax movq %rax, 0x18(%rsp) movq %rdi, 0x90(%rsp) movq %rsi, 0x88(%rsp) movq %rdx, 0x80(%rsp) movq %rcx, 0x78(%rsp) movq %r8, 0x70(%rsp) movq 0x78(%rsp), %rdi movq 0x70(%rsp), %r...
_ZN7testing8internal14CmpHelperSTREQEPKcS2_PKwS4_: sub rsp, 98h mov [rsp+98h+var_88], rdi mov rax, rdi mov [rsp+98h+var_80], rax mov [rsp+98h+var_8], rdi mov [rsp+98h+var_10], rsi mov [rsp+98h+var_18], rdx mov [rsp+98h+var_20], rcx mov [rsp+98h+var_28], r8 mov rdi, [rsp+98h+var_2...
testing * testing::internal::CmpHelperSTREQ(testing *a1, long long a2, long long a3, long long a4, long long a5) { long long v6; // rdx long long v7; // rcx long long v8; // r8 long long v9; // r9 int v10; // edx int v11; // ecx int v12; // r8d int v13; // r9d int v15; // [rsp+0h] [rbp-98h] long lon...
CmpHelperSTREQ: SUB RSP,0x98 MOV qword ptr [RSP + 0x10],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x18],RAX MOV qword ptr [RSP + 0x90],RDI MOV qword ptr [RSP + 0x88],RSI MOV qword ptr [RSP + 0x80],RDX MOV qword ptr [RSP + 0x78],RCX MOV qword ptr [RSP + 0x70],R8 MOV RDI,qword ptr [RSP + 0x78] MOV RSI,qword ptr [RSP + 0x70] C...
/* testing::internal::CmpHelperSTREQ(char const*, char const*, wchar_t const*, wchar_t const*) */ internal * __thiscall testing::internal::CmpHelperSTREQ (internal *this,char *param_1,char *param_2,wchar_t *param_3,wchar_t *param_4) { char *pcVar1; char *pcVar2; ulong uVar3; testing local_68 [32]; ...
14,880
spdlog::pattern_formatter::compile_pattern_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
AlayaLite/build_O3/_deps/spdlog-src/include/spdlog/pattern_formatter-inl.h
SPDLOG_INLINE void pattern_formatter::compile_pattern_(const std::string &pattern) { auto end = pattern.end(); std::unique_ptr<details::aggregate_formatter> user_chars; formatters_.clear(); for (auto it = pattern.begin(); it != end; ++it) { if (*it == '%') { if (user_chars) // appen...
O3
c
spdlog::pattern_formatter::compile_pattern_(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdi, %rbx movq (%rsi), %r12 movq 0x8(%rsi), %r14 addq %r12, %r14 movq $0x0, (%rsp) movq 0x90(%rdi),...
_ZN6spdlog17pattern_formatter16compile_pattern_ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov rbx, rdi mov r12, [rsi] mov r14, [rsi+8] add r14, r12 mov qword ptr [rsp+48h+var_48], 0 mov r13, [r...
void spdlog::pattern_formatter::compile_pattern_(long long a1, long long a2) { char *v2; // r12 _BYTE *v3; // r14 _QWORD *v4; // r13 _QWORD *v5; // rbp _QWORD *v6; // r12 char v7; // cl _OWORD *v8; // rax int v9; // eax long long v10; // rdx int v11; // r8d int v12; // r9d char *v13; // r12 c...
compile_pattern_: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV RBX,RDI MOV R12,qword ptr [RSI] MOV R14,qword ptr [RSI + 0x8] ADD R14,R12 MOV qword ptr [RSP],0x0 MOV R13,qword ptr [RDI + 0x90] MOV RBP,qword ptr [RDI + 0x98] CMP RBP,R13 JZ 0x0012ed46 MOV R15,RSI MOV R12,R13 LAB_0012ed1c: MOV RDI...
/* spdlog::pattern_formatter::compile_pattern_(std::__cxx11::string const&) */ void __thiscall spdlog::pattern_formatter::compile_pattern_(pattern_formatter *this,string *param_1) { long *plVar1; aggregate_formatter *paVar2; char cVar3; long *plVar4; long *plVar5; long *plVar6; long *plVar7; int1 auV...
14,881
js_get_atom_index
bluesky950520[P]quickjs/quickjs.c
static JSAtom js_get_atom_index(JSRuntime *rt, JSAtomStruct *p) { uint32_t i = p->hash_next; /* atom_index */ if (p->atom_type != JS_ATOM_TYPE_SYMBOL) { JSAtomStruct *p1; i = rt->atom_hash[p->hash & (rt->atom_hash_size - 1)]; p1 = rt->atom_array[i]; while (p1 != p) { ...
O0
c
js_get_atom_index: movq %rdi, -0x8(%rsp) movq %rsi, -0x10(%rsp) movq -0x10(%rsp), %rax movl 0xc(%rax), %eax movl %eax, -0x14(%rsp) movq -0x10(%rsp), %rax movq 0x4(%rax), %rax shrq $0x3e, %rax movzbl %al, %eax cmpl $0x3, %eax je 0x313c7 movq -0x8(%rsp), %rax movq 0x60(%rax), %rax movq -0x10(%rsp), %rcx movq 0x4(%rcx), %...
js_get_atom_index: mov [rsp+var_8], rdi mov [rsp+var_10], rsi mov rax, [rsp+var_10] mov eax, [rax+0Ch] mov [rsp+var_14], eax mov rax, [rsp+var_10] mov rax, [rax+4] shr rax, 3Eh movzx eax, al cmp eax, 3 jz short loc_313C7 mov rax, [rsp+var_8] mov rax, [rax+60h] mov ...
long long js_get_atom_index(long long a1, long long a2) { long long i; // [rsp+0h] [rbp-20h] unsigned int v4; // [rsp+Ch] [rbp-14h] v4 = *(_DWORD *)(a2 + 12); if ( *(_QWORD *)(a2 + 4) >> 62 != 3 ) { v4 = *(_DWORD *)(*(_QWORD *)(a1 + 96) + 4LL * ((*(_DWORD *)(a1 + 80) - 1) & (unsigned ...
js_get_atom_index: MOV qword ptr [RSP + -0x8],RDI MOV qword ptr [RSP + -0x10],RSI MOV RAX,qword ptr [RSP + -0x10] MOV EAX,dword ptr [RAX + 0xc] MOV dword ptr [RSP + -0x14],EAX MOV RAX,qword ptr [RSP + -0x10] MOV RAX,qword ptr [RAX + 0x4] SHR RAX,0x3e MOVZX EAX,AL CMP EAX,0x3 JZ 0x001313c7 MOV RAX,qword ptr [RSP + -0x8]...
uint js_get_atom_index(long param_1,long param_2) { int8 local_20; int4 local_14; local_14 = *(uint *)(param_2 + 0xc); if ((uint)((ulong)*(int8 *)(param_2 + 4) >> 0x3e) != 3) { local_14 = *(uint *)(*(long *)(param_1 + 0x60) + (long)(int)((uint)((ulong)*(int8 *)(param_2 + 4) >> 0...
14,882
js_get_atom_index
bluesky950520[P]quickjs/quickjs.c
static JSAtom js_get_atom_index(JSRuntime *rt, JSAtomStruct *p) { uint32_t i = p->hash_next; /* atom_index */ if (p->atom_type != JS_ATOM_TYPE_SYMBOL) { JSAtomStruct *p1; i = rt->atom_hash[p->hash & (rt->atom_hash_size - 1)]; p1 = rt->atom_array[i]; while (p1 != p) { ...
O2
c
js_get_atom_index: movq 0x4(%rsi), %rax movq %rax, %rcx shrq $0x3e, %rcx cmpl $0x2, %ecx jbe 0x1e143 movl 0xc(%rsi), %eax retq shrq $0x20, %rax movl 0x50(%rdi), %ecx decl %ecx andl %eax, %ecx shll $0x2, %ecx addq 0x60(%rdi), %rcx movq 0x68(%rdi), %rdx movl (%rcx), %eax movq (%rdx,%rax,8), %rdi leaq 0xc(%rdi), %rcx cmpq...
js_get_atom_index: mov rax, [rsi+4] mov rcx, rax shr rcx, 3Eh cmp ecx, 2 jbe short loc_1E143 mov eax, [rsi+0Ch] retn loc_1E143: shr rax, 20h mov ecx, [rdi+50h] dec ecx and ecx, eax shl ecx, 2 add rcx, [rdi+60h] mov rdx, [rdi+68h] loc_1E159: mov eax, [rcx] mov ...
long long js_get_atom_index(long long a1, long long a2) { long long result; // rax unsigned int *v3; // rcx long long v4; // rdx long long v5; // rdi if ( (unsigned int)(*(_QWORD *)(a2 + 4) >> 62) > 2 ) return *(unsigned int *)(a2 + 12); v3 = (unsigned int *)(*(_QWORD *)(a1 + 96) ...
js_get_atom_index: MOV RAX,qword ptr [RSI + 0x4] MOV RCX,RAX SHR RCX,0x3e CMP ECX,0x2 JBE 0x0011e143 MOV EAX,dword ptr [RSI + 0xc] RET LAB_0011e143: SHR RAX,0x20 MOV ECX,dword ptr [RDI + 0x50] DEC ECX AND ECX,EAX SHL ECX,0x2 ADD RCX,qword ptr [RDI + 0x60] MOV RDX,qword ptr [RDI + 0x68] LAB_0011e159: MOV EAX,dword ptr [...
ulong js_get_atom_index(long param_1,long param_2) { uint uVar1; long lVar2; uint *puVar3; uVar1 = (uint)((ulong)*(int8 *)(param_2 + 4) >> 0x20); if (2 < uVar1 >> 0x1e) { return (ulong)*(uint *)(param_2 + 0xc); } puVar3 = (uint *)((ulong)((*(int *)(param_1 + 0x50) - 1U & uVar1) << 2) + ...
14,883
LefDefParser::defiNet::polygonName(int) const
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiNet.cpp
const char* defiNet::polygonName(int index) const { char errMsg[128]; if (index < 0 || index > numPolys_) { sprintf (errMsg, "ERROR (DEFPARS-6085): The index number %d specified for the NET POLYGON is invalid.\nValid index is from 0 to %d. Specify a valid index number and then try again.", index, ...
O3
cpp
LefDefParser::defiNet::polygonName(int) const: pushq %r15 pushq %r14 pushq %rbx subq $0x80, %rsp movl %esi, %edx movq %rdi, %rbx testl %esi, %esi sets %al movl 0x170(%rdi), %ecx cmpl %esi, %ecx setl %sil orb %al, %sil cmpb $0x1, %sil jne 0x26718 leaq 0x1ea9b(%rip), %rsi # 0x4518b xorl %r14d, %r14d movq %rsp, %r15 m...
_ZNK12LefDefParser7defiNet11polygonNameEi: push r15 push r14 push rbx sub rsp, 80h mov edx, esi mov rbx, rdi test esi, esi sets al mov ecx, [rdi+170h] cmp ecx, esi setl sil or sil, al cmp sil, 1 jnz short loc_26718 lea rsi, aErrorDefpars60_6; "ERROR (DEFPARS-6085):...
long long LefDefParser::defiNet::polygonName(LefDefParser::defiNet *this, int a2) { int v2; // ecx long long v3; // r14 LefDefParser::defrData *v4; // r8 char v6[152]; // [rsp+0h] [rbp-98h] BYREF v2 = *((_DWORD *)this + 92); if ( a2 >= 0 && v2 >= a2 ) return *(_QWORD *)(*((_QWORD *)this + 47) + 8LL * ...
polygonName: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x80 MOV EDX,ESI MOV RBX,RDI TEST ESI,ESI SETS AL MOV ECX,dword ptr [RDI + 0x170] CMP ECX,ESI SETL SIL OR SIL,AL CMP SIL,0x1 JNZ 0x00126718 LEA RSI,[0x14518b] XOR R14D,R14D MOV R15,RSP MOV RDI,R15 XOR EAX,EAX CALL 0x00107060 MOV RCX,qword ptr [RBX + 0x240] XOR EDI,EDI MOV...
/* LefDefParser::defiNet::polygonName(int) const */ int8 __thiscall LefDefParser::defiNet::polygonName(defiNet *this,int param_1) { int8 uVar1; char acStack_98 [128]; if (*(int *)(this + 0x170) < param_1 || param_1 < 0) { uVar1 = 0; sprintf(acStack_98, "ERROR (DEFPARS-6085): The index nu...
14,884
google::protobuf::compiler::ruby::StringifySyntax[abi:cxx11](google::protobuf::FileDescriptor::Syntax)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/ruby/ruby_generator.cc
std::string StringifySyntax(FileDescriptor::Syntax syntax) { switch (syntax) { case FileDescriptor::SYNTAX_PROTO2: return "proto2"; case FileDescriptor::SYNTAX_PROTO3: return "proto3"; case FileDescriptor::SYNTAX_UNKNOWN: default: GOOGLE_LOG(FATAL) << "Unsupported syntax; this genera...
O0
cpp
google::protobuf::compiler::ruby::StringifySyntax[abi:cxx11](google::protobuf::FileDescriptor::Syntax): subq $0x98, %rsp movq %rdi, 0x28(%rsp) movq %rdi, %rax movq %rax, 0x30(%rsp) movq %rdi, 0x90(%rsp) movl %esi, 0x8c(%rsp) movl 0x8c(%rsp), %eax movl %eax, 0x38(%rsp) testl %eax, %eax je 0xce646 jmp 0xce578 movl 0x38(%...
_ZN6google8protobuf8compiler4ruby15StringifySyntaxB5cxx11ENS0_14FileDescriptor6SyntaxE: sub rsp, 98h mov [rsp+98h+var_70], rdi mov rax, rdi mov [rsp+98h+var_68], rax mov [rsp+98h+var_8], rdi mov [rsp+98h+var_C], esi mov eax, [rsp+98h+var_C] mov [rsp+98h+var_60], eax test eax, eax jz ...
long long google::protobuf::compiler::ruby::StringifySyntax[abi:cxx11](long long a1, long long a2) { long long v2; // rsi char v4; // [rsp+3Eh] [rbp-5Ah] BYREF char v5; // [rsp+3Fh] [rbp-59h] BYREF _BYTE v6[59]; // [rsp+40h] [rbp-58h] BYREF _BYTE v7[16]; // [rsp+7Bh] [rbp-1Dh] BYREF char v8; // [rsp+8Bh] [...
StringifySyntax[abi:cxx11]: SUB RSP,0x98 MOV qword ptr [RSP + 0x28],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x30],RAX MOV qword ptr [RSP + 0x90],RDI MOV dword ptr [RSP + 0x8c],ESI MOV EAX,dword ptr [RSP + 0x8c] MOV dword ptr [RSP + 0x38],EAX TEST EAX,EAX JZ 0x001ce646 JMP 0x001ce578 LAB_001ce578: MOV EAX,dword ptr [RSP + ...
/* google::protobuf::compiler::ruby::StringifySyntax[abi:cxx11](google::protobuf::FileDescriptor::Syntax) */ ruby * __thiscall google::protobuf::compiler::ruby::StringifySyntax_abi_cxx11_(ruby *this,int param_2) { LogMessage *pLVar1; allocator local_5a; LogFinisher local_59; LogMessage local_58 [59]; a...
14,885
freeze_size
eloqsql/mysys/array.c
void freeze_size(DYNAMIC_ARRAY *array) { uint elements; /* Do nothing if we are using a static buffer */ if (array->malloc_flags & MY_INIT_BUFFER_USED) return; elements= MY_MAX(array->elements, 1); if (array->buffer && array->max_element > elements) { array->buffer=(uchar*) my_realloc(array-...
O0
c
freeze_size: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x20(%rax), %rax andq $0x100, %rax # imm = 0x100 cmpq $0x0, %rax je 0x463e2 jmp 0x46460 movq -0x8(%rbp), %rax cmpl $0x1, 0x8(%rax) jbe 0x463f8 movq -0x8(%rbp), %rax movl 0x8(%rax), %eax movl %eax, -0x10(...
freeze_size: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax+20h] and rax, 100h cmp rax, 0 jz short loc_463E2 jmp short loc_46460 loc_463E2: mov rax, [rbp+var_8] cmp dword ptr [rax+8], 1 jbe short loc_463F8 mov rax, [rbp+...
long long freeze_size(long long a1) { long long result; // rax unsigned int v2; // [rsp+0h] [rbp-10h] result = *(_QWORD *)(a1 + 32) & 0x100LL; if ( !result ) { if ( *(_DWORD *)(a1 + 8) <= 1u ) v2 = 1; else v2 = *(_DWORD *)(a1 + 8); result = a1; if ( *(_QWORD *)a1 ) { re...
freeze_size: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] AND RAX,0x100 CMP RAX,0x0 JZ 0x001463e2 JMP 0x00146460 LAB_001463e2: MOV RAX,qword ptr [RBP + -0x8] CMP dword ptr [RAX + 0x8],0x1 JBE 0x001463f8 MOV RAX,qword ptr [RBP + -0x8] MOV ...
void freeze_size(long *param_1) { long lVar1; uint local_18; if ((param_1[4] & 0x100U) == 0) { if (*(uint *)(param_1 + 1) < 2) { local_18 = 1; } else { local_18 = *(uint *)(param_1 + 1); } if ((*param_1 != 0) && (local_18 < *(uint *)((long)param_1 + 0xc))) { lVar1 = my_r...
14,886
free_tree
eloqsql/mysys/tree.c
static int free_tree(TREE *tree, my_bool abort, myf free_flags) { int error, first_error= 0; DBUG_ENTER("free_tree"); DBUG_PRINT("enter",("tree: %p", tree)); if (tree->root) /* If initialized */ { if (tree->with_delete) { if ((error= delete_tree_element(tree, tree->root, abort))) { ...
O0
c
free_tree: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movb %sil, %al movq %rdi, -0x8(%rbp) movb %al, -0x9(%rbp) movq %rdx, -0x18(%rbp) movl $0x0, -0x20(%rbp) jmp 0xfa60f movq -0x8(%rbp), %rax cmpq $0x0, (%rax) je 0xfa724 movq -0x8(%rbp), %rax cmpb $0x0, 0x278(%rax) je 0xfa669 movq -0x8(%rbp), %rdi movq -0x8(%rbp), %ra...
free_tree: push rbp mov rbp, rsp sub rsp, 30h mov al, sil mov [rbp+var_8], rdi mov [rbp+var_9], al mov [rbp+var_18], rdx mov [rbp+var_20], 0 jmp short $+2 loc_FA60F: mov rax, [rbp+var_8] cmp qword ptr [rax], 0 jz loc_FA724 mov rax, [rbp+var_8] cmp byte ptr [rax+27...
long long free_tree(_QWORD *a1, char a2, char a3) { unsigned int v4; // [rsp+10h] [rbp-20h] unsigned int v5; // [rsp+14h] [rbp-1Ch] unsigned int v6; // [rsp+14h] [rbp-1Ch] v4 = 0; if ( *a1 ) { if ( *((_BYTE *)a1 + 632) ) { v5 = delete_tree_element(a1, *a1, (unsigned int)a2); if ( v5 ) ...
free_tree: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV AL,SIL MOV qword ptr [RBP + -0x8],RDI MOV byte ptr [RBP + -0x9],AL MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x20],0x0 JMP 0x001fa60f LAB_001fa60f: MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX],0x0 JZ 0x001fa724 MOV RAX,qword ptr [RBP + -0x8] CMP byte pt...
/* WARNING: Removing unreachable block (ram,0x001fa64c) */ /* WARNING: Removing unreachable block (ram,0x001fa6c9) */ int free_tree(long *param_1,char param_2,int8 param_3) { int iVar1; int local_28; local_28 = 0; if (*param_1 != 0) { if ((char)param_1[0x4f] == '\0') { if (param_1[0x50] != 0) { ...
14,887
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>)
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend-reg.cpp
void register_backend(ggml_backend_reg_t reg, dl_handle_ptr handle = nullptr) { if (!reg) { return; } #ifndef NDEBUG GGML_LOG_DEBUG("%s: registered backend %s (%zu devices)\n", __func__, ggml_backend_reg_name(reg), ggml_backend_reg_dev_count(reg)); #endif backend...
O0
cpp
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>): pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdx, -0x50(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x48(%rbp) cmpq $0x0, -0x10(%rbp) jne 0x1cbec jmp...
_ZN21ggml_backend_registry16register_backendEP16ggml_backend_regSt10unique_ptrIv17dl_handle_deleterE: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_50], rdx mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov [rbp+var_48], rax cmp [rbp+var_1...
unsigned long long ggml_backend_registry::register_backend(unsigned long long a1, long long a2, long long a3) { unsigned long long result; // rax long long v4; // rax unsigned long long v5; // rcx long long v6; // rsi const char *v7; // [rsp+8h] [rbp-58h] unsigned long long i; // [rsp+20h] [rbp-40h] long...
register_backend: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x50],RDX 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 + -0x48],RAX CMP qword ptr [RBP + -0x10],0x0 JNZ 0x0011cbec JMP 0x0011ccb3 LAB_0011cbec: MO...
/* ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>) */ void __thiscall ggml_backend_registry::register_backend (ggml_backend_registry *this,long param_1,unique_ptr *param_3) { int8 uVar1; int8 uVar2; ulong uVar3; ggml_backend_device *pgVar4; ...
14,888
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>)
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend-reg.cpp
void register_backend(ggml_backend_reg_t reg, dl_handle_ptr handle = nullptr) { if (!reg) { return; } #ifndef NDEBUG GGML_LOG_DEBUG("%s: registered backend %s (%zu devices)\n", __func__, ggml_backend_reg_name(reg), ggml_backend_reg_dev_count(reg)); #endif backend...
O1
cpp
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x18, %rsp testq %rsi, %rsi je 0x88df movq %rdx, %r15 movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi callq 0x65c0 movq %rax, %r12 movq %rbx, %rdi callq 0x68f0 leaq 0x3...
_ZN21ggml_backend_registry16register_backendEP16ggml_backend_regSt10unique_ptrIv17dl_handle_deleterE: push r15 push r14 push r12 push rbx sub rsp, 18h test rsi, rsi jz loc_88DF mov r15, rdx mov rbx, rsi mov r14, rdi mov rdi, rsi call _ggml_backend_reg_name mov r12, rax mov...
void ggml_backend_registry::register_backend(long long a1, long long a2, long long *a3) { const char *v5; // r12 long long v6; // rax unsigned long long v7; // r15 long long v8; // rsi long long v9; // [rsp+10h] [rbp-28h] if ( a2 ) { v5 = (const char *)ggml_backend_reg_name(a2); v6 = ggml_backen...
register_backend: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x18 TEST RSI,RSI JZ 0x001088df MOV R15,RDX MOV RBX,RSI MOV R14,RDI MOV RDI,RSI CALL 0x001065c0 MOV R12,RAX MOV RDI,RBX CALL 0x001068f0 LEA RSI,[0x10c10c] LEA RDX,[0x10c135] MOV EDI,0x1 MOV RCX,R12 MOV R8,RAX XOR EAX,EAX CALL 0x00106220 LEA RSI,[RSP + 0x8] M...
/* ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>) */ void __thiscall ggml_backend_registry::register_backend(ggml_backend_registry *this,long param_1,long *param_3) { int8 uVar1; int8 uVar2; long lVar3; ggml_backend_device *pgVar4; ulong uVar5; ulo...
14,889
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>)
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend-reg.cpp
void register_backend(ggml_backend_reg_t reg, dl_handle_ptr handle = nullptr) { if (!reg) { return; } #ifndef NDEBUG GGML_LOG_DEBUG("%s: registered backend %s (%zu devices)\n", __func__, ggml_backend_reg_name(reg), ggml_backend_reg_dev_count(reg)); #endif backend...
O2
cpp
ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x18, %rsp testq %rsi, %rsi je 0xc237 movq %rdx, %r15 movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi callq 0xa9b0 movq %rax, %r12 movq %rbx, %rdi callq 0xb020 leaq 0x3...
_ZN21ggml_backend_registry16register_backendEP16ggml_backend_regSt10unique_ptrIv17dl_handle_deleterE: push r15 push r14 push r12 push rbx sub rsp, 18h test rsi, rsi jz loc_C237 mov r15, rdx mov rbx, rsi mov r14, rdi mov rdi, rsi call _ggml_backend_reg_name mov r12, rax mov...
void ggml_backend_registry::register_backend(long long a1, long long a2, _QWORD *a3) { const char *v5; // r12 long long v6; // rax unsigned long long i; // r15 long long v8; // rsi long long v9; // [rsp+8h] [rbp-30h] BYREF _QWORD v10[5]; // [rsp+10h] [rbp-28h] BYREF if ( a2 ) { v5 = (const char *)...
register_backend: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x18 TEST RSI,RSI JZ 0x0010c237 MOV R15,RDX MOV RBX,RSI MOV R14,RDI MOV RDI,RSI CALL 0x0010a9b0 MOV R12,RAX MOV RDI,RBX CALL 0x0010b020 LEA RSI,[0x11011c] LEA RDX,[0x110145] PUSH 0x1 POP RDI MOV RCX,R12 MOV R8,RAX XOR EAX,EAX CALL 0x0010a3b0 LEA R12,[RSP + 0...
/* ggml_backend_registry::register_backend(ggml_backend_reg*, std::unique_ptr<void, dl_handle_deleter>) */ void __thiscall ggml_backend_registry::register_backend (ggml_backend_registry *this,long param_1,int8 *param_3) { int8 uVar1; int8 uVar2; ulong uVar3; ggml_backend_device *pgVar4; ulong ...
14,890
linked_remove
navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal-src/include/qoraal/common/lists_inline.h
USE_INLINE plists_t linked_remove (linked_t* ll, plists_t obj, unsigned int offsetof_next) { plists_t previous ; plists_t start ; LISTS_ASSERT(obj, ("linked_remove")) ; previous = NULL_LLO ; for ( start = linked_head (ll) ; (start!=NULL_LLO) && (start != obj) ...
O3
c
linked_remove: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edx, %r15d movq %rsi, %rbx movq %rdi, %r14 testq %rsi, %rsi jne 0x1a01c leaq 0x182f2(%rip), %rdi # 0x32307 xorl %eax, %eax callq 0x1433a movq (%r14), %rcx testq %rcx, %rcx sete %al cmpq %rbx, %rcx sete %dl orb %al, %dl jne 0...
linked_remove: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r15d, edx mov rbx, rsi mov r14, rdi test rsi, rsi jnz short loc_1A01C lea rdi, aLinkedRemove; "linked_remove" xor eax, eax call debug_assert loc_1A01C: mov rcx, [r14] test rcx, rcx setz ...
long long linked_remove( long long *a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { ...
linked_remove: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R15D,EDX MOV RBX,RSI MOV R14,RDI TEST RSI,RSI JNZ 0x0011a01c LEA RDI,[0x132307] XOR EAX,EAX CALL 0x0011433a LAB_0011a01c: MOV RCX,qword ptr [R14] TEST RCX,RCX SETZ AL CMP RCX,RBX SETZ DL OR DL,AL JNZ 0x0011a060 MOV EDX,R15D LAB_0011a032: MOV RA...
long linked_remove(long *param_1,long param_2,ulong param_3) { long lVar1; long lVar2; param_3 = param_3 & 0xffffffff; if (param_2 == 0) { debug_assert(s_linked_remove_00132307); } lVar1 = *param_1; if (lVar1 == param_2 || lVar1 == 0) { if (lVar1 != param_2) { return 0; } if ((l...
14,891
mariadb_compression_algorithm_str
eloqsql/libmariadb/libmariadb/ma_compress.c
const char *_mariadb_compression_algorithm_str(enum enum_ma_compression_algorithm algorithm) { switch(algorithm) { case COMPRESSION_NONE: case COMPRESSION_ZLIB: case COMPRESSION_ZSTD: return compression_algorithms[algorithm] ; default: return compression_algorithms[COMPRESSION_UNKNOWN]; ...
O3
c
mariadb_compression_algorithm_str: pushq %rbp movq %rsp, %rbp movl %edi, %eax shlq $0x3, %rax cmpl $0x3, %edi leaq 0x30c668(%rip), %rcx # 0x36e800 movl $0x18, %edx cmovbq %rax, %rdx movq (%rcx,%rdx), %rax popq %rbp retq
_mariadb_compression_algorithm_str: push rbp mov rbp, rsp mov eax, edi shl rax, 3 cmp edi, 3 lea rcx, compression_algorithms mov edx, 18h cmovb rdx, rax mov rax, [rcx+rdx] pop rbp retn
char * mariadb_compression_algorithm_str(unsigned int a1) { long long v1; // rdx v1 = 3LL; if ( a1 < 3 ) v1 = a1; return compression_algorithms[v1]; }
_mariadb_compression_algorithm_str: PUSH RBP MOV RBP,RSP MOV EAX,EDI SHL RAX,0x3 CMP EDI,0x3 LEA RCX,[0x46e800] MOV EDX,0x18 CMOVC RDX,RAX MOV RAX,qword ptr [RCX + RDX*0x1] POP RBP RET
int8 _mariadb_compression_algorithm_str(uint param_1) { long lVar1; lVar1 = 0x18; if (param_1 < 3) { lVar1 = (ulong)param_1 << 3; } return *(int8 *)(compression_algorithms + lVar1); }
14,892
minja::Parser::parseMathUnaryPlusMinus()
llama.cpp/common/minja/minja.hpp
std::shared_ptr<Expression> parseMathUnaryPlusMinus() { static std::regex unary_plus_minus_tok(R"(\+|-(?![}%#]\}))"); auto op_str = consumeToken(unary_plus_minus_tok); auto expr = parseExpansion(); if (!expr) throw std::runtime_error("Expected expr of 'unary plus/minus/expansion' express...
O3
cpp
minja::Parser::parseMathUnaryPlusMinus(): pushq %r15 pushq %r14 pushq %rbx subq $0x70, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x81d40(%rip), %rax # 0x1635b0 movb (%rax), %al testb %al, %al je 0xe19ac leaq 0x81d0f(%rip), %rdx # 0x163590 leaq 0x38(%rsp), %rdi movq %r14, %rsi movl $0x1, %ecx callq 0xde16a leaq ...
_ZN5minja6Parser23parseMathUnaryPlusMinusEv: push r15 push r14 push rbx sub rsp, 70h mov r14, rsi mov rbx, rdi lea rax, _ZGVZN5minja6Parser23parseMathUnaryPlusMinusEvE20unary_plus_minus_tokB5cxx11; `guard variable for'minja::Parser::parseMathUnaryPlusMinus(void)::unary_plus_minus_tok mov al...
minja::Parser * minja::Parser::parseMathUnaryPlusMinus(minja::Parser *this, long long *a2) { volatile signed __int32 *v2; // rax volatile signed __int32 *v3; // rax __int128 v4; // xmm0 std::runtime_error *exception; // r14 char v7; // [rsp+7h] [rbp-81h] BYREF long long v8; // [rsp+8h] [rbp-80h] BYREF vol...
parseMathUnaryPlusMinus: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x70 MOV R14,RSI MOV RBX,RDI LEA RAX,[0x2635b0] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x001e19ac LAB_001e187a: LEA RDX,[0x263590] LEA RDI,[RSP + 0x38] MOV RSI,R14 MOV ECX,0x1 CALL 0x001de16a LAB_001e1893: LEA RDI,[RSP + 0x8] MOV RSI,R14 CALL 0x001e1b22 MOV RAX,q...
/* minja::Parser::parseMathUnaryPlusMinus() */ void minja::Parser::parseMathUnaryPlusMinus(void) { long lVar1; int iVar2; runtime_error *this; int8 *in_RSI; long *in_RDI; int1 local_81; long local_80; long local_78; uint local_6c; long local_68; long alStack_60 [2]; long *local_50; long loc...
14,893
change_partitioned_key_cache_param
eloqsql/mysys/mf_keycache.c
static void change_partitioned_key_cache_param(PARTITIONED_KEY_CACHE_CB *keycache, uint division_limit, uint age_threshold) { uint i; uint partitions= keycache->partitions; DBUG_ENTER("partitioned_change_key_cache_param"); for (i= 0...
O0
c
change_partitioned_key_cache_param: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) movq -0x8(%rbp), %rax movl 0x1c(%rax), %eax movl %eax, -0x18(%rbp) movl $0x0, -0x14(%rbp) movl -0x14(%rbp), %eax cmpl -0x18(%rbp), %eax jae 0x766d0 movq -0x8(%rbp), %rax mov...
change_partitioned_key_cache_param: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx mov rax, [rbp+var_8] mov eax, [rax+1Ch] mov [rbp+var_18], eax mov [rbp+var_14], 0 loc_766A3: mov eax, [rbp+var_14] cmp eax, [rbp+var_18] j...
long long change_partitioned_key_cache_param(long long a1, int a2, int a3) { long long result; // rax unsigned int v4; // [rsp+8h] [rbp-18h] unsigned int i; // [rsp+Ch] [rbp-14h] v4 = *(_DWORD *)(a1 + 28); for ( i = 0; ; ++i ) { result = i; if ( i >= v4 ) break; change_simple_key_cache_p...
change_partitioned_key_cache_param: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x1c] MOV dword ptr [RBP + -0x18],EAX MOV dword ptr [RBP + -0x14],0x0 LAB_001766a3: MOV EAX,dword pt...
void change_partitioned_key_cache_param(long param_1,int4 param_2,int4 param_3) { uint uVar1; int4 local_1c; uVar1 = *(uint *)(param_1 + 0x1c); for (local_1c = 0; local_1c < uVar1; local_1c = local_1c + 1) { change_simple_key_cache_param (*(int8 *)(*(long *)(param_1 + 8) + (ulong)local_1c...
14,894
get_partitioned_key_cache_statistics
eloqsql/mysys/mf_keycache.c
static void get_partitioned_key_cache_statistics(PARTITIONED_KEY_CACHE_CB *keycache, uint partition_no, KEY_CACHE_STATISTICS *keycache_stats) { uint i; SIMPLE_KEY_CACHE_CB *partition; uint partitions= keycache->partitions; DBUG_ENTER("ge...
O0
c
get_partitioned_key_cache_statistics: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movl 0x1c(%rax), %eax movl %eax, -0x2c(%rbp) cmpl $0x0, -0xc(%rbp) je 0xe99bf movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movl -0xc(%rbp), %ecx subl $...
get_partitioned_key_cache_statistics: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov eax, [rax+1Ch] mov [rbp+var_2C], eax cmp [rbp+var_C], 0 jz short loc_E99BF mov rax, [rbp+var_8] mov rax, [...
unsigned long long get_partitioned_key_cache_statistics(long long a1, int a2, _QWORD *a3) { unsigned long long result; // rax unsigned int v4; // [rsp+4h] [rbp-2Ch] _QWORD *v5; // [rsp+8h] [rbp-28h] unsigned int i; // [rsp+14h] [rbp-1Ch] v4 = *(_DWORD *)(a1 + 28); if ( a2 ) return (unsigned long long)...
get_partitioned_key_cache_statistics: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x1c] MOV dword ptr [RBP + -0x2c],EAX CMP dword ptr [RBP + -0xc],0x0 JZ 0x001e99bf MOV RAX,qword p...
void get_partitioned_key_cache_statistics(long param_1,int param_2,int8 *param_3) { uint uVar1; long lVar2; uint local_24; uVar1 = *(uint *)(param_1 + 0x1c); if (param_2 == 0) { memset(param_3,0,0x50); *param_3 = *(int8 *)(param_1 + 0x10); param_3[1] = (ulong)*(uint *)(param_1 + 0x18); fo...
14,895
file_copy
tsotchke[P]eshkol/src/core/utils/file_io.c
bool file_copy(const char* src_path, const char* dst_path) { assert(src_path != NULL); assert(dst_path != NULL); // Open the source file FILE* src_file = fopen(src_path, "rb"); if (!src_file) { set_last_error(errno_to_file_error(errno)); return false; } // Open the ...
O0
c
file_copy: pushq %rbp movq %rsp, %rbp subq $0x1040, %rsp # imm = 0x1040 movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x510c jmp 0x512b leaq 0x2e31(%rip), %rdi # 0x7f44 leaq 0x2cb7(%rip), %rsi # 0x7dd1 movl $0x183, %edx # imm = 0x183 leaq 0x2e2f(%rip), %rcx ...
file_copy: push rbp mov rbp, rsp sub rsp, 1040h mov [rbp+var_10], rdi mov [rbp+var_18], rsi cmp [rbp+var_10], 0 jz short loc_510C jmp short loc_512B loc_510C: lea rdi, aSrcPathNull; "src_path != NULL" lea rsi, aWorkspaceLlm4b_1; "/workspace/llm4binary/github/2025_star3"... mov ...
char file_copy(long long a1, long long a2) { int *v2; // rax unsigned int v3; // eax int *v4; // rax unsigned int v5; // eax int *v6; // rax unsigned int v7; // eax long long v9; // [rsp+8h] [rbp-1038h] _BYTE v10[4104]; // [rsp+10h] [rbp-1030h] BYREF long long v11; // [rsp+1018h] [rbp-28h] long lon...
file_copy: PUSH RBP MOV RBP,RSP SUB RSP,0x1040 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI CMP qword ptr [RBP + -0x10],0x0 JZ 0x0010510c JMP 0x0010512b LAB_0010510c: LEA RDI,[0x107f0e] LEA RSI,[0x107dad] MOV EDX,0x183 LEA RCX,[0x107f1f] CALL 0x00102170 LAB_0010512b: CMP qword ptr [RBP + -0x18],0x0 J...
int1 file_copy(char *param_1,char *param_2) { int4 uVar1; int iVar2; int *piVar3; size_t __n; size_t sVar4; int1 local_1038 [4104]; FILE *local_30; FILE *local_28; char *local_20; char *local_18; local_20 = param_2; local_18 = param_1; if (param_1 == (char *)0x0) { /* ...
14,896
my_append_fix_badly_formed_tail
eloqsql/strings/ctype-mb.c
static size_t my_append_fix_badly_formed_tail(CHARSET_INFO *cs, char *to, char *to_end, const char *from, const char *from_end, size_t nchars, MY_STRCOPY_STATUS *status) { char *to0= to; ...
O0
c
my_append_fix_badly_formed_tail: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq 0x10(%rbp), %rax movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x38(%rbp) cmpq $0x0, -0x30(%rbp) je 0x756a5 movq -...
my_append_fix_badly_formed_tail: push rbp mov rbp, rsp sub rsp, 40h mov rax, [rbp+arg_0] mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_30], r9 mov rax, [rbp+var_10] mov [rbp+var_38], rax loc_7559C: ...
long long my_append_fix_badly_formed_tail( long long a1, long long a2, unsigned long long a3, unsigned long long a4, unsigned long long a5, long long a6, unsigned long long *a7) { int v8; // [rsp+4h] [rbp-3Ch] int v9; // [rsp+4h] [rbp-3Ch] long long v14; //...
my_append_fix_badly_formed_tail: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV qword ptr [RBP + -0x30],R9 MOV RAX,qword ptr [RBP + -0x10] M...
long my_append_fix_badly_formed_tail (long param_1,void *param_2,ulong param_3,void *param_4,void *param_5,long param_6, int8 *param_7) { int iVar1; long local_38; void *local_28; void *local_18; local_28 = param_4; local_18 = param_2; for (local_38 = param_6; local_38 !...
14,897
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp)
llama.cpp/common/json.hpp
inline void grisu2(char* buf, int& len, int& decimal_exponent, diyfp m_minus, diyfp v, diyfp m_plus) { JSON_ASSERT(m_plus.e == m_minus.e); JSON_ASSERT(m_plus.e == v.e); // --------(-----------------------+-----------------------)-------- (A) // m- v ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp m...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl6grisu2EPcRiS4_NS2_5diyfpES5_S5_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov [rsp+0A8h+var_50], rcx mov [rsp+0A8h+var_48], r8d cmp [rsp+0A8h+arg_18], r8d jnz loc_8CF9A mov [rsp+0A8h+var_88], rdi mov ...
long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2( nlohmann::json_abi_v3_11_3::detail::dtoa_impl *a1, int a2, _DWORD *a3, long long a4, unsigned int a5, long long a6, char a7, int a8, char a9, int a10) { long long cached_po...
grisu2: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV qword ptr [RSP + 0x58],RCX MOV dword ptr [RSP + 0x60],R8D CMP dword ptr [RSP + 0xc8],R8D JNZ 0x0018cf9a MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x30],RDX LEA R13,[RSP + 0xb0] CMP dword ptr [R13 + 0x...
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) */ void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2 ...
14,898
js_set_isSupersetOf
bluesky950520[P]quickjs/quickjs.c
static JSValue js_set_isSupersetOf(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue item, iter, keys, has, next, rval; BOOL done, found; JSMapState *s; int64_t size; has = JS_UNDEFINED; iter = JS_UNDEFINED; keys = JS_UNDEFINED; next...
O2
c
js_set_isSupersetOf: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %r8, %r15 andl $0x0, 0x58(%rsp) movq %rdi, %rbx pushq $0x3 popq %r14 movq %r14, 0x60(%rsp) andl $0x0, 0x48(%rsp) movq %r14, 0x50(%rsp) pushq $0x24 popq %rcx callq 0x24db7 pushq $0x6 popq %r13 testq %rax, %rax mo...
js_set_isSupersetOf: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r15, r8 and dword ptr [rsp+0A8h+var_50], 0 mov rbx, rdi push 3 pop r14 mov [rsp+0A8h+var_48], r14 and dword ptr [rsp+0A8h+var_60], 0 mov [rsp+0A8h+var_58], r14 push 24h ; '...
long long js_set_isSupersetOf(long long a1, long long a2, int a3, __m128d a4, long long a5, _QWORD *a6) { long long v7; // r14 long long Opaque2; // rax long long v9; // r12 long long v10; // r14 long long v11; // r12 long long v12; // rbp long long v13; // r13 long long v14; // r15 long long v16; //...
js_set_isSupersetOf: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R15,R8 AND dword ptr [RSP + 0x58],0x0 MOV RBX,RDI PUSH 0x3 POP R14 MOV qword ptr [RSP + 0x60],R14 AND dword ptr [RSP + 0x48],0x0 MOV qword ptr [RSP + 0x50],R14 PUSH 0x24 POP RCX CALL 0x00124db7 PUSH 0x6 POP R13 TEST RAX,RAX MOV ...
int1 [16] js_set_isSupersetOf(int8 param_1) { int1 auVar1 [16]; int iVar2; long lVar3; long lVar4; ulong uVar5; int8 uVar6; int8 *in_R8; int8 uVar7; int1 auVar8 [16]; int1 auVar9 [16]; int1 auVar10 [16]; int8 local_90; int8 local_70; int local_64; int4 local_60; int4 uStack_5c; int8...
14,899
init_key_cache_internal
eloqsql/mysys/mf_keycache.c
static int init_key_cache_internal(KEY_CACHE *keycache, uint key_cache_block_size, size_t use_mem, uint division_limit, uint age_threshold, uint changed_blocks_hash_size, uint partitions, my_bool use_op_lock) { void *keycache_cb; in...
O3
c
init_key_cache_internal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %r9d, %r12d movl %ecx, %r13d movq %rdx, %r14 movq %rdi, %rbx movl 0x10(%rbp), %ecx cmpb $0x0, 0x48(%rdi) je 0x53f34 cmpb $0x0, 0x18(%rbp) je 0x53f2b leaq 0x58(%rbx), %rdi movl %r8d, %r15d mov...
init_key_cache_internal: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r12d, r9d mov r13d, ecx mov r14, rdx mov rbx, rdi mov ecx, [rbp+arg_0] cmp byte ptr [rdi+48h], 0 jz short loc_53F34 cmp [rbp+arg_8], 0 jz short loc...
long long init_key_cache_internal( long long a1, long long a2, long long a3, unsigned int a4, long long a5, unsigned int a6, int a7, char a8) { unsigned int v8; // r12d int v11; // ecx unsigned int v12; // r15d long long v13; // r15 unsigned int...
init_key_cache_internal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R12D,R9D MOV R13D,ECX MOV R14,RDX MOV RBX,RDI MOV ECX,dword ptr [RBP + 0x10] CMP byte ptr [RDI + 0x48],0x0 JZ 0x00153f34 CMP byte ptr [RBP + 0x18],0x0 JZ 0x00153f2b LEA RDI,[RBX + 0x58] MOV R15D,R8D MOV dword ptr...
int init_key_cache_internal (int4 *param_1,ulong param_2,int8 param_3,int4 param_4,ulong param_5 ,int4 param_6,int param_7,char param_8) { int iVar1; int iVar2; int1 *puVar3; int1 *puVar4; long lVar5; int4 uVar6; if (*(char *)(param_1 + 0x12) == '\0') { uVar6 = 0; ...