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
23,300
wqueue_add_and_wait
eloqsql/mysys/wqueue.c
void wqueue_add_and_wait(WQUEUE *wqueue, struct st_my_thread_var *thread, mysql_mutex_t *lock) { DBUG_ENTER("wqueue_add_and_wait"); DBUG_PRINT("enter", ("thread: %p cond: %p mutex: %p", thread, &thread->suspend, lock)); wqueue_add_to_que...
O3
c
wqueue_add_and_wait: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rdx, %rbx movq %rsi, %r14 movq (%rdi), %rax testq %rax, %rax je 0xa68d0 movq 0x88(%rax), %rcx addq $0x88, %rax movq %rcx, 0x88(%r14) jmp 0xa68d7 leaq 0x88(%r14), %rax movq %r14, (%rax) movq %r14, (%rdi) leaq 0x8(%r14), %r1...
wqueue_add_and_wait: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov rbx, rdx mov r14, rsi mov rax, [rdi] test rax, rax jz short loc_A68D0 mov rcx, [rax+88h] add rax, 88h mov [r14+88h], rcx jmp short loc_A68D7 loc_A68D0: lea rax, [r14+88h] loc_A68...
long long wqueue_add_and_wait(long long *a1, long long a2, long long a3) { long long v4; // rax long long v5; // rcx _QWORD *v6; // rax long long result; // rax v4 = *a1; if ( *a1 ) { v5 = *(_QWORD *)(v4 + 136); v6 = (_QWORD *)(v4 + 136); *(_QWORD *)(a2 + 136) = v5; } else { v6 = (...
wqueue_add_and_wait: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV RBX,RDX MOV R14,RSI MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x001a68d0 MOV RCX,qword ptr [RAX + 0x88] ADD RAX,0x88 MOV qword ptr [R14 + 0x88],RCX JMP 0x001a68d7 LAB_001a68d0: LEA RAX,[R14 + 0x88] LAB_001a68d7: MOV qword ptr [RAX],R14 MOV ...
void wqueue_add_and_wait(long *param_1,long param_2,pthread_mutex_t *param_3) { long lVar1; long *plVar2; lVar1 = *param_1; if (lVar1 == 0) { plVar2 = (long *)(param_2 + 0x88); } else { plVar2 = (long *)(lVar1 + 0x88); *(int8 *)(param_2 + 0x88) = *(int8 *)(lVar1 + 0x88); } *plVar2 = par...
23,301
server_task::server_task(server_task_type)
monkey531[P]llama/examples/server/server.cpp
server_task(server_task_type type) : type(type) {}
O0
cpp
server_task::server_task(server_task_type): subq $0x18, %rsp movq %rdi, 0x10(%rsp) movl %esi, 0xc(%rsp) movq 0x10(%rsp), %rdi movq %rdi, (%rsp) movl $0xffffffff, (%rdi) # imm = 0xFFFFFFFF movl $0xffffffff, 0x4(%rdi) # imm = 0xFFFFFFFF movl 0xc(%rsp), %eax movl %eax, 0x8(%rdi) movl $0xffffffff, 0xc(%rdi) # imm = 0...
_ZN11server_taskC2E16server_task_type: sub rsp, 18h mov [rsp+18h+var_8], rdi mov [rsp+18h+var_C], esi mov rdi, [rsp+18h+var_8] mov [rsp+18h+var_18], rdi mov dword ptr [rdi], 0FFFFFFFFh mov dword ptr [rdi+4], 0FFFFFFFFh mov eax, [rsp+18h+var_C] mov [rdi+8], eax mov dword ptr [rdi+...
long long server_task::server_task(long long a1, int a2) { *(_DWORD *)a1 = -1; *(_DWORD *)(a1 + 4) = -1; *(_DWORD *)(a1 + 8) = a2; *(_DWORD *)(a1 + 12) = -1; slot_params::slot_params((slot_params *)(a1 + 16)); std::vector<int>::vector(a1 + 1768); *(_DWORD *)(a1 + 1792) = -1; server_task::slot_action::s...
23,302
server_task::server_task(server_task_type)
monkey531[P]llama/examples/server/server.cpp
server_task(server_task_type type) : type(type) {}
O3
cpp
server_task::server_task(server_task_type): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx movq $-0x1, (%rdi) movl %esi, 0x8(%rdi) movl $0xffffffff, 0xc(%rdi) # imm = 0xFFFFFFFF movw $0x101, 0x10(%rdi) # imm = 0x101 movb $0x0, 0x12(%rdi) movdqa 0xcdcff(%rip), %xmm0 # 0x144120 movdqu %xmm0, 0x14(%rdi) pcmpeqd...
_ZN11server_taskC2E16server_task_type: push r15 push r14 push rbx mov rbx, rdi mov qword ptr [rdi], 0FFFFFFFFFFFFFFFFh mov [rdi+8], esi mov dword ptr [rdi+0Ch], 0FFFFFFFFh mov word ptr [rdi+10h], 101h mov byte ptr [rdi+12h], 0 movdqa xmm0, cs:xmmword_144120 movdqu xmmword ptr [rdi+14h...
long long server_task::server_task(long long a1, int a2) { long long result; // rax *(_QWORD *)a1 = -1LL; *(_DWORD *)(a1 + 8) = a2; *(_DWORD *)(a1 + 12) = -1; *(_WORD *)(a1 + 16) = 257; *(_BYTE *)(a1 + 18) = 0; *(__m128i *)(a1 + 20) = _mm_load_si128((const __m128i *)&xmmword_144120); *(_OWORD *)(a1 + ...
server_task: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],-0x1 MOV dword ptr [RDI + 0x8],ESI MOV dword ptr [RDI + 0xc],0xffffffff MOV word ptr [RDI + 0x10],0x101 MOV byte ptr [RDI + 0x12],0x0 MOVDQA XMM0,xmmword ptr [0x00244120] MOVDQU xmmword ptr [RDI + 0x14],XMM0 PCMPEQD XMM0,XMM0 MOVDQU xmmword ptr [RD...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* server_task::server_task(server_task_type) */ void __thiscall server_task::server_task(server_task *this,int4 param_2) { int8 uVar1; *(int8 *)this = 0xffffffffffffffff; *(int4 *)(this + 8) = param_2; *(int4 *)(this + 0...
23,303
google::protobuf::FileDescriptorSet::Clear()
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc
void FileDescriptorSet::Clear() { // @@protoc_insertion_point(message_clear_start:google.protobuf.FileDescriptorSet) uint32_t cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; _impl_.file_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::U...
O3
cpp
google::protobuf::FileDescriptorSet::Clear(): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx movslq 0x18(%rdi), %r14 testq %r14, %r14 jle 0x47af0 movq 0x20(%rbx), %r15 xorl %r12d, %r12d movq 0x8(%r15,%r12,8), %rdi incq %r12 callq 0x4831c cmpq %r12, %r14 jne 0x47ad7 movl $0x0, 0x18(%rbx) testb $0...
_ZN6google8protobuf17FileDescriptorSet5ClearEv: 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_47AF0 mov r15, [rbx+20h] xor r12d, r12d loc_47AD7: mov rdi, [r15+r12*8+8]; this inc r12 call _ZN6google8prot...
long long google::protobuf::FileDescriptorSet::Clear(google::protobuf::FileDescriptorSet *this) { long long v2; // r14 long long v3; // r15 long long i; // r12 google::protobuf::FileDescriptorProto *v5; // rdi long long result; // rax v2 = *((int *)this + 6); if ( v2 > 0 ) { v3 = *((_QWORD *)this ...
Clear: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI MOVSXD R14,dword ptr [RDI + 0x18] TEST R14,R14 JLE 0x00147af0 MOV R15,qword ptr [RBX + 0x20] XOR R12D,R12D LAB_00147ad7: MOV RDI,qword ptr [R15 + R12*0x8 + 0x8] INC R12 CALL 0x0014831c CMP R14,R12 JNZ 0x00147ad7 MOV dword ptr [RBX + 0x18],0x0 LAB_00147af0:...
/* google::protobuf::FileDescriptorSet::Clear() */ void __thiscall google::protobuf::FileDescriptorSet::Clear(FileDescriptorSet *this) { long lVar1; int iVar2; long lVar3; long lVar4; iVar2 = *(int *)(this + 0x18); if (0 < (long)iVar2) { lVar3 = *(long *)(this + 0x20); lVar4 = 0; do { ...
23,304
lunasvg::SVGSVGElement::render(lunasvg::SVGRenderState&) const
dmazzella[P]pylunasvg/lunasvg/source/svgelement.cpp
void SVGSVGElement::render(SVGRenderState& state) const { if(isDisplayNone()) return; LengthContext lengthContext(this); const Size viewportSize = { lengthContext.valueForLength(m_width), lengthContext.valueForLength(m_height) }; if(viewportSize.isEmpty()) return; ...
O0
cpp
lunasvg::SVGSVGElement::render(lunasvg::SVGRenderState&) const: pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0xc0(%rbp) callq 0x20470 testb $0x1, %al jne 0x1ac89 jmp 0x1ac8e jmp 0x1ae6b movq -0xc0(%rbp), %rsi leaq -0...
_ZNK7lunasvg13SVGSVGElement6renderERNS_14SVGRenderStateE: push rbp mov rbp, rsp sub rsp, 130h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8]; this mov [rbp+var_C0], rdi call _ZNK7lunasvg10SVGElement13isDisplayNoneEv; lunasvg::SVGElement::isDisplayNone(void) test al, 1 j...
void lunasvg::SVGSVGElement::render(lunasvg::SVGSVGElement *this, lunasvg::SVGRenderState *a2, double a3) { lunasvg::Transform *v4; // [rsp+8h] [rbp-128h] long long v5; // [rsp+38h] [rbp-F8h] lunasvg::SVGRenderState *v6; // [rsp+48h] [rbp-E8h] _QWORD v7[2]; // [rsp+7Ch] [rbp-B4h] BYREF _BYTE v8[24]; // [rsp+...
render: PUSH RBP MOV RBP,RSP SUB RSP,0x130 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0xc0],RDI CALL 0x00120470 TEST AL,0x1 JNZ 0x0011ac89 JMP 0x0011ac8e LAB_0011ac89: JMP 0x0011ae6b LAB_0011ac8e: MOV RSI,qword ptr [RBP + -0xc0] LEA RDI,[RBP + -0x...
/* lunasvg::SVGSVGElement::render(lunasvg::SVGRenderState&) const */ void __thiscall lunasvg::SVGSVGElement::render(SVGSVGElement *this,SVGRenderState *param_1) { SVGRenderState *pSVar1; byte bVar2; ulong uVar3; Canvas *pCVar4; float fVar5; int8 uVar6; int8 local_bc; int8 local_b4; Transform local_...
23,305
fnv1a_hash
seiftnesse[P]memoryallocator/src/custom_alloc_util.c
uint32_t fnv1a_hash(const void *data, size_t len) { const uint8_t *bytes = (const uint8_t *) (data); uint32_t hash = 2166136261u; // FNV offset basis for (size_t i = 0; i < len; i++) { hash ^= bytes[i]; hash *= 16777619; // FNV prime } return hash; }
O1
c
fnv1a_hash: movl $0x811c9dc5, %eax # imm = 0x811C9DC5 testq %rsi, %rsi je 0x3c14 xorl %ecx, %ecx movzbl (%rdi,%rcx), %edx xorl %eax, %edx imull $0x1000193, %edx, %eax # imm = 0x1000193 incq %rcx cmpq %rcx, %rsi jne 0x3c00 retq
fnv1a_hash: mov eax, 811C9DC5h test rsi, rsi jz short locret_3C14 xor ecx, ecx loc_3C00: movzx edx, byte ptr [rdi+rcx] xor edx, eax imul eax, edx, 1000193h inc rcx cmp rsi, rcx jnz short loc_3C00 locret_3C14: retn
long long fnv1a_hash(long long a1, long long a2) { long long result; // rax long long i; // rcx result = 2166136261LL; if ( a2 ) { for ( i = 0LL; i != a2; ++i ) result = 16777619 * ((unsigned int)result ^ *(unsigned __int8 *)(a1 + i)); } return result; }
fnv1a_hash: MOV EAX,0x811c9dc5 TEST RSI,RSI JZ 0x00103c14 XOR ECX,ECX LAB_00103c00: MOVZX EDX,byte ptr [RDI + RCX*0x1] XOR EDX,EAX IMUL EAX,EDX,0x1000193 INC RCX CMP RSI,RCX JNZ 0x00103c00 LAB_00103c14: RET
void fnv1a_hash(int8 param_1,long param_2) { long lVar1; if (param_2 != 0) { lVar1 = 0; do { lVar1 = lVar1 + 1; } while (param_2 != lVar1); } return; }
23,306
fnv1a_hash
seiftnesse[P]memoryallocator/src/custom_alloc_util.c
uint32_t fnv1a_hash(const void *data, size_t len) { const uint8_t *bytes = (const uint8_t *) (data); uint32_t hash = 2166136261u; // FNV offset basis for (size_t i = 0; i < len; i++) { hash ^= bytes[i]; hash *= 16777619; // FNV prime } return hash; }
O3
c
fnv1a_hash: movl $0x811c9dc5, %eax # imm = 0x811C9DC5 testq %rsi, %rsi je 0x3c04 xorl %ecx, %ecx movzbl (%rdi,%rcx), %edx xorl %eax, %edx imull $0x1000193, %edx, %eax # imm = 0x1000193 incq %rcx cmpq %rcx, %rsi jne 0x3bf0 retq
fnv1a_hash: mov eax, 811C9DC5h test rsi, rsi jz short locret_3C04 xor ecx, ecx loc_3BF0: movzx edx, byte ptr [rdi+rcx] xor edx, eax imul eax, edx, 1000193h inc rcx cmp rsi, rcx jnz short loc_3BF0 locret_3C04: retn
long long fnv1a_hash(long long a1, long long a2) { long long result; // rax long long i; // rcx result = 2166136261LL; if ( a2 ) { for ( i = 0LL; i != a2; ++i ) result = 16777619 * ((unsigned int)result ^ *(unsigned __int8 *)(a1 + i)); } return result; }
fnv1a_hash: MOV EAX,0x811c9dc5 TEST RSI,RSI JZ 0x00103c04 XOR ECX,ECX LAB_00103bf0: MOVZX EDX,byte ptr [RDI + RCX*0x1] XOR EDX,EAX IMUL EAX,EDX,0x1000193 INC RCX CMP RSI,RCX JNZ 0x00103bf0 LAB_00103c04: RET
void fnv1a_hash(int8 param_1,long param_2) { long lVar1; if (param_2 != 0) { lVar1 = 0; do { lVar1 = lVar1 + 1; } while (param_2 != lVar1); } return; }
23,307
flush_cached_blocks
eloqsql/storage/maria/ma_pagecache.c
static int flush_cached_blocks(PAGECACHE *pagecache, PAGECACHE_FILE *file, PAGECACHE_BLOCK_LINK **cache, PAGECACHE_BLOCK_LINK **end, enum flush_type type, int *first...
O3
c
flush_cached_blocks: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %r9, %r14 movl %r8d, -0x2c(%rbp) movq %rdx, %r12 movq %rsi, -0x38(%rbp) movq %rdi, %r13 movq %rcx, -0x48(%rbp) movq %rcx, %rbx subq %rdx, %rbx shrq $0x3, %rbx movl $0x0, (%r9) leaq 0xc8(%rdi), %r...
flush_cached_blocks: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r14, r9 mov [rbp+var_2C], r8d mov r12, rdx mov [rbp+var_38], rsi mov r13, rdi mov [rbp+var_48], rcx mov rbx, rcx sub rbx, rdx shr rbx, 3 mov dword pt...
long long flush_cached_blocks(_QWORD *a1, long long a2, long long *a3, long long *a4, unsigned int a5, int *a6) { int *v6; // r14 long long *v7; // r12 unsigned long long v8; // rbx long long v9; // r15 unsigned int v10; // eax unsigned int v11; // r15d long long v12; // rbx char v13; // r14 int v14;...
flush_cached_blocks: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R14,R9 MOV dword ptr [RBP + -0x2c],R8D MOV R12,RDX MOV qword ptr [RBP + -0x38],RSI MOV R13,RDI MOV qword ptr [RBP + -0x48],RCX MOV RBX,RCX SUB RBX,RDX SHR RBX,0x3 MOV dword ptr [R9],0x0 LEA R15,[RDI + 0xc8] MOV RDI,q...
uint flush_cached_blocks(long param_1,int8 param_2,long *param_3,long *param_4,uint param_5, int *param_6) { pthread_mutex_t *__mutex; long lVar1; char cVar2; int iVar3; int2 *puVar4; int *piVar5; uint uVar6; *param_6 = 0; __mutex = (pthread_mutex_t *)(param_1 + 200); if...
23,308
minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)
monkey531[P]llama/common/minja.hpp
static std::string error_location_suffix(const std::string & source, size_t pos) { auto get_line = [&](size_t line) { auto start = source.begin(); for (size_t i = 1; i < line; ++i) { start = std::find(start, source.end(), '\n') + 1; } auto end = std::find(start, source.end(), '\n'); return s...
O0
cpp
minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long): subq $0x358, %rsp # imm = 0x358 movq %rdi, 0x70(%rsp) movq %rdi, %rax movq %rax, 0x78(%rsp) movq %rdi, 0x350(%rsp) movq %rsi, 0x348(%rsp) movq %rdx, 0x340(%rsp) movq 0x348(%rsp)...
_ZN5minjaL21error_location_suffixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm: sub rsp, 358h mov [rsp+358h+var_2E8], rdi mov rax, rdi mov [rsp+358h+var_2E0], rax mov [rsp+358h+var_8], rdi mov [rsp+358h+var_10], rsi mov [rsp+358h+var_18], rdx mov rax, [rsp+358h+var_10] mov ...
long long minja::error_location_suffix(long long a1, long long a2, long long a3) { int v3; // r8d int v4; // r9d int v5; // ecx int v6; // r8d int v7; // r9d int v8; // r8d int v9; // r9d int v10; // ecx int v11; // r8d int v12; // r9d int v14; // [rsp+0h] [rbp-358h] int v15; // [rsp+0h] [rbp-3...
error_location_suffix: SUB RSP,0x358 MOV qword ptr [RSP + 0x70],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x78],RAX MOV qword ptr [RSP + 0x350],RDI MOV qword ptr [RSP + 0x348],RSI MOV qword ptr [RSP + 0x340],RDX MOV RAX,qword ptr [RSP + 0x348] MOV qword ptr [RSP + 0x338],RAX MOV RDI,qword ptr [RSP + 0x348] CALL 0x001522f0 M...
/* minja::error_location_suffix(std::__cxx11::string const&, unsigned long) */ minja * __thiscall minja::error_location_suffix(minja *this,string *param_1,ulong param_2) { long lVar1; ostream *poVar2; ulong uVar3; string local_2c8 [39]; allocator local_2a1; string local_2a0 [32]; string local_280 [32];...
23,309
intx::div_result<intx::uint<256u>, intx::uint<256u>> intx::udivrem<256u, 256u>(intx::uint<256u> const&, intx::uint<256u> const&)
corpus-core[P]colibri-stateless/build_O3/_deps/intx-src/include/intx/intx.hpp
constexpr div_result<uint<M>, uint<N>> udivrem(const uint<M>& u, const uint<N>& v) noexcept { auto na = internal::normalize(u, v); if (na.num_numerator_words <= na.num_divisor_words) return {0, static_cast<uint<N>>(u)}; if (na.num_divisor_words == 1) { const auto r = internal::udivrem_...
O3
cpp
intx::div_result<intx::uint<256u>, intx::uint<256u>> intx::udivrem<256u, 256u>(intx::uint<256u> const&, intx::uint<256u> const&): pushq %r15 pushq %r14 pushq %rbx subq $0xe0, %rsp movq %rdi, %rbx xorps %xmm0, %xmm0 leaq 0x20(%rsp), %r14 movaps %xmm0, 0x30(%r14) movaps %xmm0, 0x20(%r14) movaps %xmm0, 0x10(%r14) movaps %...
_ZN4intx7udivremILj512ELj256EEENS_10div_resultINS_4uintIXT_EEENS2_IXT0_EEEEERKS3_RKS4_: push r15 push r14 push rbx sub rsp, 0E0h mov rbx, rdi xorps xmm0, xmm0 lea r14, [rsp+0F8h+var_D8] movaps xmmword ptr [r14+30h], xmm0 movaps xmmword ptr [r14+20h], xmm0 movaps xmmword ptr [r14+10h], xmm0 mov...
long long intx::udivrem<512u,256u>(long long a1, __int128 *a2, long long a3) { int v4; // ecx long long v5; // rax int v6; // ecx const unsigned long long *v7; // r8 unsigned long long v8; // rcx unsigned long long v9; // rdi unsigned long long v10; // rdi long long v11; // r10 bool v12; // cf long...
udivrem<512u,256u>: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0xe0 MOV RBX,RDI XORPS XMM0,XMM0 LEA R14,[RSP + 0x20] MOVAPS xmmword ptr [R14 + 0x30],XMM0 MOVAPS xmmword ptr [R14 + 0x20],XMM0 MOVAPS xmmword ptr [R14 + 0x10],XMM0 MOVAPS xmmword ptr [R14],XMM0 MOVAPS xmmword ptr [R14 + -0x10],XMM0 MOVAPS xmmword ptr [R14 + -0x20]...
/* intx::div_result<intx::uint<512u>, intx::uint<256u> > intx::udivrem<512u, 256u>(intx::uint<512u> const&, intx::uint<256u> const&) */ intx * __thiscall intx::udivrem<512u,256u>(intx *this,uint *param_1,uint *param_2) { byte bVar1; uint uVar2; ulong uVar3; ulong uVar4; long lVar5; int1 auVar6 [16]; ...
23,310
find_hashed_shape_proto
bluesky950520[P]quickjs/quickjs.c
static JSShape *find_hashed_shape_proto(JSRuntime *rt, JSObject *proto) { JSShape *sh1; uint32_t h, h1; h = shape_initial_hash(proto); h1 = get_shape_hash(h, rt->shape_hash_bits); for(sh1 = rt->shape_hash[h1]; sh1 != NULL; sh1 = sh1->shape_hash_next) { if (sh1->hash == h && sh1-...
O0
c
find_hashed_shape_proto: subq $0x28, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movq 0x10(%rsp), %rdi callq 0x63bb0 movl %eax, 0x4(%rsp) movl 0x4(%rsp), %edi movq 0x18(%rsp), %rax movl 0x184(%rax), %esi callq 0x63b80 movl %eax, (%rsp) movq 0x18(%rsp), %rax movq 0x190(%rax), %rax movl (%rsp), %ecx movq (%rax,%rcx,...
find_hashed_shape_proto: sub rsp, 28h mov [rsp+28h+var_10], rdi mov [rsp+28h+var_18], rsi mov rdi, [rsp+28h+var_18] call shape_initial_hash mov [rsp+28h+var_24], eax mov edi, [rsp+28h+var_24] mov rax, [rsp+28h+var_10] mov esi, [rax+184h] call get_shape_hash mov [rsp+28h+var_28]...
long long find_hashed_shape_proto(long long a1, long long a2) { unsigned int v3; // [rsp+4h] [rbp-24h] long long i; // [rsp+8h] [rbp-20h] v3 = shape_initial_hash(a2); for ( i = *(_QWORD *)(*(_QWORD *)(a1 + 400) + 8LL * (unsigned int)get_shape_hash(v3, *(unsigned int *)(a1 + 388))); i; i = *(_Q...
find_hashed_shape_proto: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV RDI,qword ptr [RSP + 0x10] CALL 0x00163bb0 MOV dword ptr [RSP + 0x4],EAX MOV EDI,dword ptr [RSP + 0x4] MOV RAX,qword ptr [RSP + 0x18] MOV ESI,dword ptr [RAX + 0x184] CALL 0x00163b80 MOV dword ptr [RSP],EAX MOV RAX,qw...
long find_hashed_shape_proto(long param_1,long param_2) { int iVar1; uint uVar2; long local_20; iVar1 = shape_initial_hash(param_2); uVar2 = get_shape_hash(iVar1,*(int4 *)(param_1 + 0x184)); local_20 = *(long *)(*(long *)(param_1 + 400) + (ulong)uVar2 * 8); while( true ) { if (local_20 == 0) { ...
23,311
find_tag
bluesky950520[P]quickjs/run-test262.c
static char *find_tag(char *desc, const char *tag, int *state) { char *p; p = strstr(desc, tag); if (p) { p += strlen(tag); *state = 0; } return p; }
O0
c
find_tag: subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movq %rdx, 0x10(%rsp) movq 0x20(%rsp), %rdi movq 0x18(%rsp), %rsi callq 0xe9f0 movq %rax, 0x8(%rsp) cmpq $0x0, 0x8(%rsp) je 0x130de movq 0x18(%rsp), %rdi callq 0xe260 addq 0x8(%rsp), %rax movq %rax, 0x8(%rsp) movq 0x10(%rsp), %rax movl $0x0, (%rax) ...
find_tag: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov [rsp+28h+var_18], rdx mov rdi, [rsp+28h+var_8] mov rsi, [rsp+28h+var_10] call _strstr mov [rsp+28h+var_20], rax cmp [rsp+28h+var_20], 0 jz short loc_130DE mov rdi, [rsp+28h+var_10] call _strlen a...
long long find_tag(long long a1, long long a2, _DWORD *a3) { long long v4; // [rsp+8h] [rbp-20h] v4 = strstr(a1, a2); if ( v4 ) { v4 += strlen(a2); *a3 = 0; } return v4; }
find_tag: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV qword ptr [RSP + 0x10],RDX MOV RDI,qword ptr [RSP + 0x20] MOV RSI,qword ptr [RSP + 0x18] CALL 0x0010e9f0 MOV qword ptr [RSP + 0x8],RAX CMP qword ptr [RSP + 0x8],0x0 JZ 0x001130de MOV RDI,qword ptr [RSP + 0x18] CALL 0x0010e260 ADD R...
char * find_tag(char *param_1,char *param_2,int4 *param_3) { size_t sVar1; char *local_20; local_20 = strstr(param_1,param_2); if (local_20 != (char *)0x0) { sVar1 = strlen(param_2); local_20 = local_20 + sVar1; *param_3 = 0; } return local_20; }
23,312
find_tag
bluesky950520[P]quickjs/run-test262.c
static char *find_tag(char *desc, const char *tag, int *state) { char *p; p = strstr(desc, tag); if (p) { p += strlen(tag); *state = 0; } return p; }
O2
c
find_tag: pushq %r15 pushq %r14 pushq %rbx movq %rdx, %rbx movq %rsi, %r15 callq 0xea30 testq %rax, %rax je 0x1178d movq %rax, %r14 movq %r15, %rdi callq 0xe280 addq %rax, %r14 andl $0x0, (%rbx) jmp 0x11790 xorl %r14d, %r14d movq %r14, %rax popq %rbx popq %r14 popq %r15 retq
find_tag: push r15 push r14 push rbx mov rbx, rdx mov r15, rsi call _strstr test rax, rax jz short loc_1178D mov r14, rax mov rdi, r15 call _strlen add r14, rax and dword ptr [rbx], 0 jmp short loc_11790 loc_1178D: xor r14d, r14d loc_11790: mov rax, r14 pop ...
long long find_tag(long long a1, long long a2, _DWORD *a3) { long long v4; // rax long long v5; // r14 v4 = strstr(a1, a2); if ( !v4 ) return 0LL; v5 = strlen(a2) + v4; *a3 = 0; return v5; }
find_tag: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDX MOV R15,RSI CALL 0x0010ea30 TEST RAX,RAX JZ 0x0011178d MOV R14,RAX MOV RDI,R15 CALL 0x0010e280 ADD R14,RAX AND dword ptr [RBX],0x0 JMP 0x00111790 LAB_0011178d: XOR R14D,R14D LAB_00111790: MOV RAX,R14 POP RBX POP R14 POP R15 RET
char * find_tag(char *param_1,char *param_2,int4 *param_3) { char *pcVar1; size_t sVar2; pcVar1 = strstr(param_1,param_2); if (pcVar1 == (char *)0x0) { pcVar1 = (char *)0x0; } else { sVar2 = strlen(param_2); pcVar1 = pcVar1 + sVar2; *param_3 = 0; } return pcVar1; }
23,313
minja::Parser::parseString[abi:cxx11]()
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](): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx movq %rsi, (%rsp) movq 0x18(%rsi), %r12 movq 0x20(%rsi), %r15 cmpq %r12, %r15 je 0x8b4e4 movq %rsi, %r14 movsbl (%r15), %edi callq 0x1b0c0 testl %eax, %eax je 0x8b4e4 incq %r15 movq %r15, 0x20(%r14) cmpq %r12...
_ZN5minja6Parser11parseStringB5cxx11Ev: push r15 push r14 push r12; __int64 push rbx; int push rax mov rbx, rdi mov [rsp+28h+var_28], rsi; void * mov r12, [rsi+18h] mov r15, [rsi+20h] cmp r15, r12 jz short loc_8B4E4 mov r14, rsi loc_8B4CB: movsx edi, byte ptr [r15] call ...
_QWORD * minja::Parser::parseString[abi:cxx11](_QWORD *a1, void *a2, long long a3, int a4, int a5, int a6) { char *v6; // r12 unsigned __int8 *i; // r15 int v8; // eax int v9; // edx void *v11; // [rsp+0h] [rbp-28h] BYREF int v12; // [rsp+8h] [rbp-20h] long long v13; // [rsp+10h] [rbp-18h] v11 = a2; ...
parseString[abi:cxx11]: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI MOV qword ptr [RSP],RSI MOV R12,qword ptr [RSI + 0x18] MOV R15,qword ptr [RSI + 0x20] CMP R15,R12 JZ 0x0018b4e4 MOV R14,RSI LAB_0018b4cb: MOVSX EDI,byte ptr [R15] CALL 0x0011b0c0 TEST EAX,EAX JZ 0x0018b4e4 INC R15 MOV qword ptr [R14 + 0x20...
/* minja::Parser::parseString[abi:cxx11]() */ void minja::Parser::parseString_abi_cxx11_(void) { char *pcVar1; int iVar2; long in_RSI; int8 *in_RDI; char *pcVar3; pcVar1 = *(char **)(in_RSI + 0x18); pcVar3 = *(char **)(in_RSI + 0x20); while ((pcVar3 != pcVar1 && (iVar2 = isspace((int)*pcVar3), iVa...
23,314
fmt::v11::basic_appender<char> fmt::v11::detail::write<char, fmt::v11::basic_appender<char>, unsigned int, 0>(fmt::v11::basic_appender<char>, unsigned int)
zkingston[P]unknot/build_O1/_deps/fmt-src/include/fmt/format.h
FMT_CONSTEXPR auto write(OutputIt out, T value) -> OutputIt { auto abs_value = static_cast<uint32_or_64_or_128_t<T>>(value); bool negative = is_negative(value); // Don't do -abs_value since it trips unsigned-integer-overflow sanitizer. if (negative) abs_value = ~abs_value + 1; int num_digits = count_digits(ab...
O1
c
fmt::v11::basic_appender<char> fmt::v11::detail::write<char, fmt::v11::basic_appender<char>, unsigned int, 0>(fmt::v11::basic_appender<char>, unsigned int): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %r12 movq %rsi, %rbx movq %rdi, %r14 testq %rdx, %rdx js 0x4026b movq %r12,...
_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt9enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS6_bEE5valuentsr3std7is_sameIS6_T_EE5valueEiE4typeELi0EEET0_SA_S6_: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r12, rdx mov rbx, rsi mov r14, rdi t...
long long ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt9enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS6_bEE5valuentsr3std7is_sameIS6_T_EE5valueEiE4typeELi0EEET0_SA_S6_( long long a1, unsigned long long a2, long long a3) { long long v4; // rbx long long v6; // r15 u...
_ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt9enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS6_bEE5valuentsr3std7is_sameIS6_T_EE5valueEiE4typeELi0EEET0_SA_S6_: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RDX MOV RBX,RSI MOV R14,RDI TEST RDX,RDX JS 0x0014026b MOV R15,R1...
long * _ZN3fmt3v116detail5writeIcNS0_14basic_appenderIcEEnTnNSt9enable_ifIXaaaasr11is_integralIT1_EE5valuentsr3std7is_sameIS6_bEE5valuentsr3std7is_sameIS6_T_EE5valueEiE4typeELi0EEET0_SA_S6_ (long *param_1,detail *param_2,long param_3) { long lVar1; int iVar2; detail *pdVar3; long *plVar4; d...
23,315
alaya::FindExactGTTest_BasicFunctionality_Test::~FindExactGTTest_BasicFunctionality_Test()
AlayaLite/tests/utils/evaluate_test.cpp
TEST(FindExactGTTest, BasicFunctionality) { std::vector<float> queries = {1.0, 2.0, 3.0}; std::vector<float> data = {3.0, 2.0, 1.0, 4.0, 5.0, 6.0}; uint32_t dim = 3; uint32_t topk = 2; auto result = find_exact_gt(queries, data, dim, topk); ASSERT_EQ(result.size(), 2); EXPECT_EQ(result[0], 0); // Closest ...
O0
cpp
alaya::FindExactGTTest_BasicFunctionality_Test::~FindExactGTTest_BasicFunctionality_Test(): subq $0x18, %rsp movq %rdi, 0x10(%rsp) movq 0x10(%rsp), %rdi movq %rdi, 0x8(%rsp) callq 0xc5960 movq 0x8(%rsp), %rax leaq 0x14aafc(%rip), %rcx # 0x174280 addq $0x10, %rcx movq %rcx, (%rax) addq $0x18, %rsp retq
_ZN5alaya39FindExactGTTest_BasicFunctionality_TestC2Ev: sub rsp, 18h mov [rsp+18h+var_8], rdi mov rdi, [rsp+18h+var_8]; this mov [rsp+18h+var_10], rdi call _ZN7testing4TestC2Ev; testing::Test::Test(void) mov rax, [rsp+18h+var_10] lea rcx, _ZTVN5alaya39FindExactGTTest_BasicFunctionality_TestE;...
alaya::FindExactGTTest_BasicFunctionality_Test * alaya::FindExactGTTest_BasicFunctionality_Test::FindExactGTTest_BasicFunctionality_Test( alaya::FindExactGTTest_BasicFunctionality_Test *this) { alaya::FindExactGTTest_BasicFunctionality_Test *result; // rax testing::Test::Test(this); result = this; *(_Q...
FindExactGTTest_BasicFunctionality_Test: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV RDI,qword ptr [RSP + 0x10] MOV qword ptr [RSP + 0x8],RDI CALL 0x001c5960 MOV RAX,qword ptr [RSP + 0x8] LEA RCX,[0x274280] ADD RCX,0x10 MOV qword ptr [RAX],RCX ADD RSP,0x18 RET
/* alaya::FindExactGTTest_BasicFunctionality_Test::FindExactGTTest_BasicFunctionality_Test() */ void __thiscall alaya::FindExactGTTest_BasicFunctionality_Test::FindExactGTTest_BasicFunctionality_Test (FindExactGTTest_BasicFunctionality_Test *this) { testing::Test::Test((Test *)this); *(int ***)this = &...
23,316
my_xml_attr_ensure_space
eloqsql/strings/xml.c
static int my_xml_attr_ensure_space(MY_XML_PARSER *st, size_t len) { size_t ofs= st->attr.end - st->attr.start; len++; // Add terminating zero. if (ofs + len > st->attr.buffer_size) { st->attr.buffer_size= (SIZE_T_MAX - len) / 2 > st->attr.buffer_size ? st->attr.buffer_size * 2 +...
O0
c
my_xml_attr_ensure_space: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq 0x120(%rax), %rax movq -0x10(%rbp), %rcx movq 0x118(%rcx), %rcx subq %rcx, %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax addq $0x1, %rax movq %rax, -0x18(%rbp) movq -0x20(...
my_xml_attr_ensure_space: 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+120h] mov rcx, [rbp+var_10] mov rcx, [rcx+118h] sub rax, rcx mov [rbp+var_20], rax mov rax, [rbp+var_18] add rax, 1 mov [rbp...
_BOOL8 my_xml_attr_ensure_space(_QWORD *a1, long long a2) { long long v3; // [rsp+8h] [rbp-28h] long long v4; // [rsp+10h] [rbp-20h] long long v5; // [rsp+18h] [rbp-18h] v4 = a1[36] - a1[35]; v5 = a2 + 1; if ( (unsigned long long)(a2 + 1 + v4) <= a1[34] ) { return 0; } else { if ( (unsigne...
my_xml_attr_ensure_space: 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 + 0x120] MOV RCX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RCX + 0x118] SUB RAX,RCX MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP +...
bool my_xml_attr_ensure_space(long param_1,long param_2) { long lVar1; int8 uVar2; bool bVar3; long local_30; lVar1 = *(long *)(param_1 + 0x120) - *(long *)(param_1 + 0x118); param_2 = param_2 + 1; if (*(ulong *)(param_1 + 0x110) < (ulong)(lVar1 + param_2)) { if (*(ulong *)(param_1 + 0x110) < -pa...
23,317
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, std::allocator<unsigned char>>>::operator[](std::__cxx11...
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
reference operator[](typename object_t::key_type key) { // implicitly convert null value to an empty object if (is_null()) { m_type = value_t::object; m_value.object = create<object_t>(); assert_invariant(); } // operator[] only works for ...
O2
cpp
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, std::allocator<unsigned char>>>::operator[](std::__cxx11...
_ZN8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEEixES9_: push rbp; char push r14; int push rbx; int sub rsp, 30h mov rbx, rsi mov r14, rdi mov al, [rdi] test al, al jnz short loc_54D36 mov...
long long 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>>::operator[]( long long a1, long long a2) { unsigned __int8 v2; // al long long v3; // rdi nlohmann...
operator[]: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI MOV AL,byte ptr [RDI] TEST AL,AL JNZ 0x00154d36 MOV byte ptr [R14],0x1 CALL 0x0014dfb8 MOV qword ptr [R14 + 0x8],RAX MOV AL,byte ptr [R14] LAB_00154d36: CMP AL,0x1 JNZ 0x00154d5c MOV RDI,qword ptr [R14 + 0x8] LEA RDX,[RSP + 0x10] AND qword ptr ...
/* 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> > >::operator[](std::__cxx11::string) */ long __thiscall nlohmann::json_a...
23,318
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, std::allocator<unsigned char>>>::operator[](std::__cxx11...
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
reference operator[](typename object_t::key_type key) { // implicitly convert null value to an empty object if (is_null()) { m_type = value_t::object; m_value.object = create<object_t>(); assert_invariant(); } // operator[] only works for ...
O3
cpp
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, std::allocator<unsigned char>>>::operator[](std::__cxx11...
_ZN8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEEixES9_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov rbx, rsi mov r14, rdi mov al, [rdi] test al, al jnz short loc_77D75...
long long 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>>::operator[]( long long a1, long long a2) { unsigned __int8 v2; // al long long v3; // rax long lon...
23,319
reset_table_lock_waits_by_table()
eloqsql/storage/perfschema/pfs_events_waits.cc
void reset_table_lock_waits_by_table() { global_table_share_container.apply(fct_reset_table_lock_waits_by_table); }
O3
cpp
reset_table_lock_waits_by_table(): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx xorl %r14d, %r14d leaq 0x36f47b(%rip), %r15 # 0x3a3280 movq 0xa8(%r15,%r14,8), %rax testq %rax, %rax je 0x33e44 movq 0x50(%rax), %r12 testq %r12, %r12 jle 0x33e44 movq 0x48(%rax), %rbx shlq $0xa, %r12 addq %rbx,...
_Z31reset_table_lock_waits_by_tablev: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx xor r14d, r14d lea r15, global_table_share_container loc_33E05: mov rax, [r15+r14*8+0A8h] test rax, rax jz short loc_33E44 mov r12, [rax+50h] test r12, r12 jle short loc_33E4...
long long reset_table_lock_waits_by_table(void) { long long i; // r14 long long result; // rax long long v2; // r12 PFS_table_share *v3; // rbx PFS_table_share *v4; // r12 for ( i = 0LL; i != 4096; ++i ) { result = global_table_share_container[i + 21]; if ( result ) { v2 = *(_QWORD *)(r...
reset_table_lock_waits_by_table: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX XOR R14D,R14D LEA R15,[0x4a3280] LAB_00133e05: MOV RAX,qword ptr [R15 + R14*0x8 + 0xa8] TEST RAX,RAX JZ 0x00133e44 MOV R12,qword ptr [RAX + 0x50] TEST R12,R12 JLE 0x00133e44 MOV RBX,qword ptr [RAX + 0x48] SHL R12,0xa ADD R12,RBX L...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* reset_table_lock_waits_by_table() */ void reset_table_lock_waits_by_table(void) { long lVar1; PFS_table_share *this; PFS_table_share *pPVar2; long lVar3; lVar3 = 0; do { lVar1 = (&DAT_004a3328)[lVar3]; if ((lVar1 !...
23,320
nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<std::nullptr_t, 0>(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t)
monkey531[P]llama/common/json.hpp
static out_of_range create(int id_, const std::string& what_arg, BasicJsonContext context) { const std::string w = concat(exception::name("out_of_range", id_), exception::diagnostics(context), what_arg); return {id_, w.c_str()}; }
O3
cpp
nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<std::nullptr_t, 0>(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp mov...
_ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov r15, rdx mov ebp, esi mov ...
nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_( nlohmann::json_abi_v3_11_3::detail::exception *this, int a2, ...
_ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV R15,RDX MOV EBP,ESI MOV RBX,RDI LEA R13,[RSP + 0x38] MOV ...
exception * _ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ (exception *param_1,int param_2,ulong *param_3) { char *local_c0; int8 local_b8; char local_b0; i...
23,321
lunasvg::parsePseudoClassSelector(std::basic_string_view<char, std::char_traits<char>>&, lunasvg::SimpleSelector&)
dmazzella[P]pylunasvg/lunasvg/source/svgparser.cpp
static bool parsePseudoClassSelector(std::string_view& input, SimpleSelector& simpleSelector) { std::string name; if(!readCSSIdentifier(input, name)) return false; PseudoClassSelector selector; if(name.compare("empty") == 0) selector.type = PseudoClassSelector::Type::Empty; else if(n...
O0
cpp
lunasvg::parsePseudoClassSelector(std::basic_string_view<char, std::char_traits<char>>&, lunasvg::SimpleSelector&): pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) leaq -0x38(%rbp), %rdi movq %rdi, -0x78(%rbp) callq 0xb520 movq -0x78(%rbp), %rsi movq -0x10(%rbp), %rdi callq 0x3...
_ZN7lunasvgL24parsePseudoClassSelectorERSt17basic_string_viewIcSt11char_traitsIcEERNS_14SimpleSelectorE: push rbp mov rbp, rsp sub rsp, 80h mov [rbp+var_10], rdi mov [rbp+var_18], rsi lea rdi, [rbp+var_38] mov [rbp+var_78], rdi call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1E...
char lunasvg::parsePseudoClassSelector(_QWORD *a1, long long a2) { int v3; // [rsp+18h] [rbp-68h] BYREF _BYTE v4[24]; // [rsp+20h] [rbp-60h] BYREF int v5; // [rsp+38h] [rbp-48h] _BYTE v6[32]; // [rsp+48h] [rbp-38h] BYREF long long v7; // [rsp+68h] [rbp-18h] _QWORD *v8; // [rsp+70h] [rbp-10h] char v9; // ...
parsePseudoClassSelector: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI LEA RDI,[RBP + -0x38] MOV qword ptr [RBP + -0x78],RDI CALL 0x0010b520 MOV RSI,qword ptr [RBP + -0x78] MOV RDI,qword ptr [RBP + -0x10] LAB_0013dd88: CALL 0x0013fbe0 MOV byte ptr [RBP + -0x69],AL JM...
/* lunasvg::parsePseudoClassSelector(std::basic_string_view<char, std::char_traits<char> >&, lunasvg::SimpleSelector&) */ uint lunasvg::parsePseudoClassSelector(basic_string_view *param_1,SimpleSelector *param_2) { byte bVar1; int iVar2; uint uVar3; int4 uVar4; int local_70 [2]; vector local_68 [24]; ...
23,322
get_charset_number_internal
eloqsql/mysys/charset.c
static uint get_charset_number_internal(const char *charset_name, uint cs_flags) { CHARSET_INFO **cs; for (cs= all_charsets; cs < all_charsets + array_elements(all_charsets); cs++) { if ( cs[0] && cs[0]->cs_name.str && (cs[0]->state & cs_flags) && !my_strcasecmp(&my_charset_latin1, c...
O3
c
get_charset_number_internal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %esi, %ebx movq %rdi, %r14 movq $-0x8, %r12 leaq 0x33d9ef(%rip), %r13 # 0x365980 leaq 0x2ec7d8(%rip), %r15 # 0x314770 movq 0x8(%r13,%r12), %rax testq %rax, %rax je 0x27fc4 movq 0x10(%rax)...
get_charset_number_internal: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov ebx, esi mov r14, rdi mov r12, 0FFFFFFFFFFFFFFF8h lea r13, all_charsets lea r15, my_charset_latin1 loc_27F98: mov rax, [r13+r12+8] test rax, rax jz short ...
long long get_charset_number_internal(long long a1, int a2) { long long v3; // r12 long long v4; // rax long long v5; // rsi v3 = 0x1FFFFFFFFFFFFFFFLL; while ( 1 ) { v4 = all_charsets[v3 + 1]; if ( v4 ) { v5 = *(_QWORD *)(v4 + 16); if ( v5 ) { if ( (a2 & *(_DWORD *)(v...
get_charset_number_internal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EBX,ESI MOV R14,RDI MOV R12,-0x8 LEA R13,[0x465980] LEA R15,[0x414770] LAB_00127f98: MOV RAX,qword ptr [R13 + R12*0x1 + 0x8] TEST RAX,RAX JZ 0x00127fc4 MOV RSI,qword ptr [RAX + 0x10] TEST RSI,RSI JZ 0x00127fc4 TE...
int4 get_charset_number_internal(int8 param_1,uint param_2) { long lVar1; int iVar2; ulong uVar3; uVar3 = 0xfffffffffffffff8; while ((((lVar1 = *(long *)((long)&DAT_00465988 + uVar3), lVar1 == 0 || (*(long *)(lVar1 + 0x10) == 0)) || ((*(uint *)(lVar1 + 0xc) & param_2) == 0)) || (iVar2...
23,323
evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op_call<(evmone::Opcode)241>(evmone::advanced::Instruction const*, evmone::advanced::AdvancedExecutionState&)
corpus-core[P]colibri-stateless/build_O2/_deps/evmone_external-src/lib/evmone/advanced_instructions.cpp
const Instruction* op_call(const Instruction* instr, AdvancedExecutionState& state) noexcept { const auto gas_left_correction = state.current_block_cost - instr->arg.number; state.gas_left += gas_left_correction; const auto status = instr::impl<Op>(state); if (status != EVMC_SUCCESS) return sta...
O2
cpp
evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op_call<(evmone::Opcode)241>(evmone::advanced::Instruction const*, evmone::advanced::AdvancedExecutionState&): pushq %r15 pushq %r14 pushq %rbx movq %rsi, %r14 movq %rdi, %rbx movl 0x230(%rsi), %r15d subq 0x8(%rdi), %r15 addq %r15, 0x220(%rsi...
_ZN6evmone8advanced12_GLOBAL__N_17op_callILNS_6OpcodeE244EEEPKNS0_11InstructionES6_RNS0_22AdvancedExecutionStateE: push r15 push r14 push rbx mov r14, rsi mov rbx, rdi mov r15d, [rsi+230h] sub r15, [rdi+8] add [rsi+220h], r15 mov rdi, rsi call _ZN6evmone8advanced5instr4implILNS_6Opco...
long long evmone::advanced::`anonymous namespace'::op_call<(evmone::Opcode)244>(long long a1, long long a2) { long long v2; // r15 int v3; // eax bool v5; // sf v2 = *(unsigned int *)(a2 + 560) - *(_QWORD *)(a1 + 8); *(_QWORD *)(a2 + 544) += v2; v3 = evmone::advanced::instr::impl<(evmone::Opcode)244,&evmo...
op_call<(evmone::Opcode)244>: PUSH R15 PUSH R14 PUSH RBX MOV R14,RSI MOV RBX,RDI MOV R15D,dword ptr [RSI + 0x230] SUB R15,qword ptr [RDI + 0x8] ADD qword ptr [RSI + 0x220],R15 MOV RDI,RSI CALL 0x001488af TEST EAX,EAX JZ 0x00147c03 MOV dword ptr [R14 + 0x78],EAX LAB_00147bff: XOR EBX,EBX JMP 0x00147c10 LAB_00147c03: SUB...
/* evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op_call<(evmone::Opcode)244>(evmone::advanced::Instruction const*, evmone::advanced::AdvancedExecutionState&) */ Instruction * evmone::advanced::(anonymous_namespace)::op_call<(evmone::Opcode)244> (Instruction *param_1,Ad...
23,324
mysql_stmt_prepare_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_stmt_prepare_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_stmt_prepare, (parms->stmt, parms->query, parms->length), parms->stmt->mysql, int, r_int) }
O0
c
mysql_stmt_prepare_start_internal: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x38(%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rdi mo...
mysql_stmt_prepare_start_internal: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+38h] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp+var_...
_DWORD * mysql_stmt_prepare_start_internal(long long *a1) { _DWORD *result; // rax _DWORD *v2; // [rsp+0h] [rbp-20h] v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(*a1 + 56) + 1152LL) + 40LL); v2[2] = mysql_stmt_prepare(*a1, a1[1], a1[2]); result = v2; *v2 = 0; return result; }
mysql_store_result_start: 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 + -0x18] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x30],RAX MOV R...
int4 mysql_store_result_start(int8 *param_1,long param_2) { long local_38; int4 *local_30; int local_24; long local_20; int8 *local_18; int4 local_c; local_30 = *(int4 **)(*(long *)(param_2 + 0x480) + 0x28); *(int1 *)(local_30 + 5) = 1; local_38 = param_2; local_20 = param_2; local_18 = param...
23,325
ftxui::ComponentBase::CaptureMouse(ftxui::Event const&)
Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/component/component.cpp
CapturedMouse ComponentBase::CaptureMouse(const Event& event) { // NOLINT if (event.screen_) { return event.screen_->CaptureMouse(); } return std::make_unique<CaptureMouseImpl>(); }
O3
cpp
ftxui::ComponentBase::CaptureMouse(ftxui::Event const&): pushq %rbx movq %rdi, %rbx movq (%rdx), %rsi testq %rsi, %rsi je 0x27248 movq %rbx, %rdi callq 0x2d5ac jmp 0x2725f movl $0x8, %edi callq 0xb3e0 leaq 0x30acf(%rip), %rcx # 0x57d28 movq %rcx, (%rax) movq %rax, (%rbx) movq %rbx, %rax popq %rbx retq
_ZN5ftxui13ComponentBase12CaptureMouseERKNS_5EventE: push rbx mov rbx, rdi mov rsi, [rdx] test rsi, rsi jz short loc_27248 mov rdi, rbx; this call _ZN5ftxui17ScreenInteractive12CaptureMouseEv; ftxui::ScreenInteractive::CaptureMouse(void) jmp short loc_2725F loc_27248: mov edi, 8; unsig...
ftxui::ComponentBase * ftxui::ComponentBase::CaptureMouse( ftxui::ComponentBase *this, const ftxui::Event *a2, _QWORD *a3) { _QWORD *v3; // rax if ( *a3 ) { ftxui::ScreenInteractive::CaptureMouse(this); } else { v3 = (_QWORD *)operator new(8uLL); *v3 = off_57D28; *(_...
CaptureMouse: PUSH RBX MOV RBX,RDI MOV RSI,qword ptr [RDX] TEST RSI,RSI JZ 0x00127248 MOV RDI,RBX CALL 0x0012d5ac JMP 0x0012725f LAB_00127248: MOV EDI,0x8 CALL 0x0010b3e0 LEA RCX,[0x157d28] MOV qword ptr [RAX],RCX MOV qword ptr [RBX],RAX LAB_0012725f: MOV RAX,RBX POP RBX RET
/* ftxui::ComponentBase::CaptureMouse(ftxui::Event const&) */ Event * ftxui::ComponentBase::CaptureMouse(Event *param_1) { int8 *puVar1; long *in_RDX; if (*in_RDX == 0) { puVar1 = (int8 *)operator_new(8); *puVar1 = &PTR__CapturedMouseInterface_00157d28; *(int8 **)param_1 = puVar1; } else { ...
23,326
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/./json.hpp
reference operator[](T* key) { return operator[](typename object_t::key_type(key)); }
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixIKcEERSD_PT_: push r14 push rbx sub rsp, 28h mov rbx, rdi lea r14, [rsp+38h+var_30] lea rdx, [rsp+38h+var_31] mov rdi, r14 call ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[]<char const>( long long a1, long long a2) { long long v...
operator[]<char_const>: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RBX,RDI LEA R14,[RSP + 0x8] LEA RDX,[RSP + 0x7] MOV RDI,R14 CALL 0x001233f4 LAB_001690a4: MOV RDI,RBX MOV RSI,R14 CALL 0x0016fb22 LAB_001690af: MOV RBX,RAX LEA RAX,[RSP + 0x18] MOV RDI,qword ptr [RAX + -0x10] CMP RDI,RAX JZ 0x001690cd MOV RSI,qword ptr [RSP + 0...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>& nlohmann::json_abi_v3_11_3::ba...
23,327
ftb_phrase_add_word
eloqsql/storage/myisam/ft_boolean_search.c
static int ftb_phrase_add_word(MYSQL_FTPARSER_PARAM *param, const char *word, int word_len, MYSQL_FTPARSER_BOOLEAN_INFO *boolean_info __attribute__((unused))) { MY_FTB_PHRASE_PARAM *phrase_param= param->mysql_ftparam; FT_WORD *w= (FT_WORD *)phrase_param->document->data; LIST *ph...
O0
c
ftb_phrase_add_word: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq %rcx, -0x28(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax movq 0x8(%rax), %rax movq 0x10(%rax), %rax movq %rax, -0x38(%rbp) movq -...
ftb_phrase_add_word: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov [rbp+var_28], rcx mov rax, [rbp+var_10] mov rax, [rax+18h] mov [rbp+var_30], rax mov rax, [rbp+var_30] mov rax, [rax+8] mov rax, [rax+10h] mov ...
long long ftb_phrase_add_word(long long a1, long long a2, int a3) { long long v4; // [rsp+18h] [rbp-48h] long long v5; // [rsp+20h] [rbp-40h] _QWORD *v6; // [rsp+28h] [rbp-38h] long long *v7; // [rsp+30h] [rbp-30h] v7 = *(long long **)(a1 + 24); v6 = *(_QWORD **)(v7[1] + 16); *v6 = a2; v6[2] = a3; v...
ftb_phrase_add_word: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x30] MOV RAX,qw...
int4 ftb_phrase_add_word(long param_1,int8 param_2,int param_3) { long *plVar1; int8 *puVar2; int iVar3; long local_50; long local_48; plVar1 = *(long **)(param_1 + 0x18); puVar2 = *(int8 **)(plVar1[1] + 0x10); *puVar2 = param_2; puVar2[2] = (long)param_3; plVar1[1] = *(long *)plVar1[1]; if (...
23,328
ftb_phrase_add_word
eloqsql/storage/myisam/ft_boolean_search.c
static int ftb_phrase_add_word(MYSQL_FTPARSER_PARAM *param, const char *word, int word_len, MYSQL_FTPARSER_BOOLEAN_INFO *boolean_info __attribute__((unused))) { MY_FTB_PHRASE_PARAM *phrase_param= param->mysql_ftparam; FT_WORD *w= (FT_WORD *)phrase_param->document->data; LIST *ph...
O3
c
ftb_phrase_add_word: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq 0x18(%rdi), %rbx movq 0x8(%rbx), %rax movq 0x10(%rax), %rax movq %rsi, (%rax) movslq %edx, %rcx movq %rcx, 0x10(%rax) movq 0x8(%rbx), %rax movq (%rax), %r14 movq %r14, 0x8(%rbx) movl 0x1c(%rbx), %eax cmpl %eax, 0x18(%rbx) j...
ftb_phrase_add_word: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, [rdi+18h] mov rax, [rbx+8] mov rax, [rax+10h] mov [rax], rsi movsxd rcx, edx mov [rax+10h], rcx mov rax, [rbx+8] mov r14, [rax] mov [rbx+8], r14 mov eax, [rbx+1Ch] cmp [rbx...
long long ftb_phrase_add_word(long long a1, long long a2, int a3) { long long v3; // rax long long *v4; // rbx _QWORD *v5; // rax long long v6; // r14 unsigned int v7; // eax long long i; // r15 long long v10; // [rsp-8h] [rbp-20h] v10 = v3; v4 = *(long long **)(a1 + 24); v5 = *(_QWORD **)(v4[1] +...
ftb_phrase_add_word: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,qword ptr [RDI + 0x18] MOV RAX,qword ptr [RBX + 0x8] MOV RAX,qword ptr [RAX + 0x10] MOV qword ptr [RAX],RSI MOVSXD RCX,EDX MOV qword ptr [RAX + 0x10],RCX MOV RAX,qword ptr [RBX + 0x8] MOV R14,qword ptr [RAX] MOV qword ptr [RBX + 0x8],...
int8 ftb_phrase_add_word(long param_1,int8 param_2,int param_3) { long *plVar1; int8 *puVar2; int iVar3; long lVar4; long lVar5; plVar1 = *(long **)(param_1 + 0x18); puVar2 = *(int8 **)(plVar1[1] + 0x10); *puVar2 = param_2; puVar2[2] = (long)param_3; lVar4 = *(long *)plVar1[1]; plVar1[1] = lV...
23,329
StableDiffusionGGML::get_learned_condition(ggml_context*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, int, bool)
7CodeWizard[P]stablediffusion/stable-diffusion.cpp
std::pair<ggml_tensor*, ggml_tensor*> get_learned_condition(ggml_context* work_ctx, const std::string& text, int clip_skip, int ...
O2
cpp
StableDiffusionGGML::get_learned_condition(ggml_context*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, int, bool): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movl %r9d, 0x1c(%rsp) movl %r8d, %ebp movq %rdx, %rbx movq %rsi, (%rsp...
_ZN19StableDiffusionGGML21get_learned_conditionEP12ggml_contextRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiiib: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov [rsp+0B8h+var_9C], r9d mov ebp, r8d mov rbx, rdx mov [rsp+0B8h+var_B8], rsi mov r12,...
_QWORD * StableDiffusionGGML::get_learned_condition( _DWORD *a1, char a2, long long a3, int a4, int a5, int a6, float a7, char a8) { GGMLModule *v10; // r14 int v11; // r8d int v12; // r9d long long v13; // rdx int v14; // r15d long long v15; /...
get_learned_condition: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV dword ptr [RSP + 0x1c],R9D MOV EBP,R8D MOV RBX,RDX MOV qword ptr [RSP],RSI MOV R12,RDI LEA R14,[RDI + 0x20] MOV RDI,R14 MOV ESI,ECX CALL 0x00132444 LEA R15,[RSP + 0x68] MOV RDI,R15 MOV RSI,RBX CALL 0x0010a840 LAB_0011ec3f: LEA...
/* StableDiffusionGGML::get_learned_condition(ggml_context*, std::__cxx11::string const&, int, int, int, bool) */ int1 [16] __thiscall StableDiffusionGGML::get_learned_condition (StableDiffusionGGML *this,ggml_context *param_1,string *param_2,int param_3,int param_4, int param_5,bool param_6) ...
23,330
ma_bitmap_find_new_place
eloqsql/storage/maria/ma_bitmap.c
my_bool _ma_bitmap_find_new_place(MARIA_HA *info, MARIA_ROW *row, pgcache_page_no_t page, uint free_size, MARIA_BITMAP_BLOCKS *blocks) { MARIA_SHARE *share= info->s; my_bool res= 1; uint position; uint head_length, row_length, rest_length, exte...
O3
c
ma_bitmap_find_new_place: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %ecx, -0x2c(%rbp) movq %rdx, %rbx movq %rsi, %r13 movq %rdi, %r12 movq (%rdi), %r14 xorl %eax, %eax movl %eax, 0x8(%r8) movq %r8, -0x38(%rbp) movw $0x0, 0xc(%r8) movl %eax, 0xac(%rsi) movl $...
_ma_bitmap_find_new_place: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rbp+var_2C], ecx mov rbx, rdx mov r13, rsi mov r12, rdi mov r14, [rdi] xor eax, eax mov [r8+8], eax mov [rbp+var_38], r8 mov word ptr [r8+0Ch], 0 ...
long long ma_bitmap_find_new_place(long long a1, long long a2, unsigned long long a3, unsigned int a4, long long a5) { unsigned int v5; // r15d long long v9; // r14 long long v10; // rdi long long v11; // rcx unsigned long long v12; // rdx int v13; // r15d int v14; // edx int v15; // esi unsigned int...
_ma_bitmap_find_new_place: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV dword ptr [RBP + -0x2c],ECX MOV RBX,RDX MOV R13,RSI MOV R12,RDI MOV R14,qword ptr [RDI] XOR EAX,EAX MOV dword ptr [R8 + 0x8],EAX MOV qword ptr [RBP + -0x38],R8 MOV word ptr [R8 + 0xc],0x0 MOV dword ptr [RSI + 0...
ulong _ma_bitmap_find_new_place(long *param_1,long param_2,ulong param_3,uint param_4,long *param_5) { pthread_mutex_t *__mutex; ushort uVar1; int iVar2; long lVar3; long lVar4; ulong *puVar5; uint uVar6; int iVar7; char cVar8; uint uVar9; int iVar10; byte bVar11; long lVar12; long lVar13;...
23,331
my_once_free
eloqsql/mysys/my_once.c
void my_once_free(void) { reg1 USED_MEM *next,*old; DBUG_ENTER("my_once_free"); for (next=my_once_root_block ; next ; ) { old=next; next= next->next ; free((uchar*) old); } my_once_root_block=0; DBUG_VOID_RETURN; }
O0
c
my_once_free: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp leaq 0x3a1b01(%rip), %rax # 0x442580 movq (%rax), %rax movq %rax, -0x8(%rbp) cmpq $0x0, -0x8(%rbp) je 0xa0aab movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x8(%rbp) movq -0x10(%rbp), %rdi callq 0x2a4a0 jmp 0...
my_once_free: push rbp mov rbp, rsp sub rsp, 10h lea rax, my_once_root_block mov rax, [rax] mov [rbp+var_8], rax loc_A0A86: cmp [rbp+var_8], 0 jz short loc_A0AAB mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_8], rax mov ...
_QWORD *my_once_free() { _QWORD *result; // rax _QWORD *v1; // [rsp+0h] [rbp-10h] _QWORD *v2; // [rsp+8h] [rbp-8h] v2 = (_QWORD *)my_once_root_block; while ( v2 ) { v1 = v2; v2 = (_QWORD *)*v2; free(v1); } result = &my_once_root_block; my_once_root_block = 0LL; return result; }
my_once_free: PUSH RBP MOV RBP,RSP SUB RSP,0x10 LEA RAX,[0x542580] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX LAB_001a0a86: CMP qword ptr [RBP + -0x8],0x0 JZ 0x001a0aab MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + ...
void my_once_free(void) { int8 *puVar1; int8 local_10; local_10 = my_once_root_block; while (local_10 != (int8 *)0x0) { puVar1 = (int8 *)*local_10; free(local_10); local_10 = puVar1; } my_once_root_block = (int8 *)0x0; return; }
23,332
mjp_getResourceProvider
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_plugin.cc
const mjpResourceProvider* mjp_getResourceProvider(const char* resource_name) { if (!resource_name || !resource_name[0]) { return nullptr; } const char* ch = std::strchr(resource_name, ':'); if (ch == nullptr) { return nullptr; } int n = ch - resource_name; std::string file_prefix = std::string(...
O3
cpp
mjp_getResourceProvider: pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp testq %rdi, %rdi je 0x7c5d6 movq %rdi, %rbx cmpb $0x0, (%rdi) je 0x7c5d6 movq %rbx, %rdi movl $0x3a, %esi callq 0x2deb0 testq %rax, %rax je 0x7c5d6 subl %ebx, %eax movslq %eax, %rdx leaq 0x10(%rsp), %r15 movq %r15, -0x10(%r15) addq %rbx, %rdx mo...
mjp_getResourceProvider: push r15 push r14 push rbx sub rsp, 20h test rdi, rdi jz short loc_7C5D6 mov rbx, rdi cmp byte ptr [rdi], 0 jz short loc_7C5D6 mov rdi, rbx mov esi, 3Ah ; ':' call _strchr test rax, rax jz short loc_7C5D6 sub eax, ebx movsxd rdx, eax lea...
long long mjp_getResourceProvider(char *a1, __m128 a2) { long long v2; // rax _QWORD *v3; // r14 unsigned int *Singleton; // rbx void *v5; // r14 long long v6; // rax long long v7; // rbx void *v9; // [rsp+0h] [rbp-38h] BYREF _QWORD v10[5]; // [rsp+10h] [rbp-28h] BYREF if ( !a1 ) return 0LL; i...
mjp_getResourceProvider: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 TEST RDI,RDI JZ 0x0017c5d6 MOV RBX,RDI CMP byte ptr [RDI],0x0 JZ 0x0017c5d6 MOV RDI,RBX MOV ESI,0x3a CALL 0x0012deb0 TEST RAX,RAX JZ 0x0017c5d6 SUB EAX,EBX MOVSXD RDX,EAX LEA R15,[RSP + 0x10] MOV qword ptr [R15 + -0x10],R15 ADD RDX,RBX MOV R14,RSP MOV RDI...
int8 mjp_getResourceProvider(char *param_1) { char cVar1; char *pcVar2; long lVar3; size_t sVar4; int8 uVar5; long *plVar6; long *local_38 [2]; long local_28 [2]; if (((param_1 == (char *)0x0) || (*param_1 == '\0')) || (pcVar2 = strchr(param_1,0x3a), pcVar2 == (char *)0x0)) { return 0; ...
23,333
gguf_set_val_u8
ngxson[P]ggml-easy/ggml/src/gguf.cpp
void gguf_set_val_u8(struct gguf_context * ctx, const char * key, uint8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O1
cpp
gguf_set_val_u8: pushq %r14 pushq %rbx subq $0x38, %rsp movq %rdi, %rbx movq %rsi, 0x10(%rsp) movb %dl, 0xe(%rsp) leaq 0x18(%rsp), %r14 leaq 0xf(%rsp), %rdx movq %r14, %rdi callq 0x17d00 leaq 0x1bcbe(%rip), %rsi # 0x59e92 movq %r14, %rdi callq 0x163e0 testl %eax, %eax je 0x3e227 leaq 0x28(%rsp), %rax movq -0x10(%ra...
gguf_set_val_u8: push r14 push rbx sub rsp, 38h mov rbx, rdi mov [rsp+48h+var_38], rsi mov [rsp+48h+var_3A], dl lea r14, [rsp+48h+var_30] lea rdx, [rsp+48h+var_39] mov rdi, r14 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; std::string::basic_string<std...
long long gguf_set_val_u8(long long a1, long long a2, char a3) { int v3; // ecx int v4; // r8d int v5; // r9d char v7; // [rsp+Eh] [rbp-3Ah] BYREF char v8; // [rsp+Fh] [rbp-39h] BYREF long long v9; // [rsp+10h] [rbp-38h] BYREF void *v10[2]; // [rsp+18h] [rbp-30h] BYREF long long v11; // [rsp+28h] [rbp-...
gguf_set_val_u8: PUSH R14 PUSH RBX SUB RSP,0x38 MOV RBX,RDI MOV qword ptr [RSP + 0x10],RSI MOV byte ptr [RSP + 0xe],DL LEA R14,[RSP + 0x18] LEA RDX,[RSP + 0xf] MOV RDI,R14 CALL 0x00117d00 LEA RSI,[0x159e92] MOV RDI,R14 CALL 0x001163e0 TEST EAX,EAX JZ 0x0013e227 LEA RAX,[RSP + 0x28] MOV RDI,qword ptr [RAX + -0x10] CMP R...
void gguf_set_val_u8(long param_1,char *param_2,uchar param_3) { int iVar1; uchar local_3a; allocator local_39; char *local_38; long *local_30 [2]; long local_20 [2]; local_3a = param_3; local_38 = param_2; std::__cxx11::string::string<std::allocator<char>>((string *)local_30,param_2,&local_39); ...
23,334
gguf_set_val_u8
ngxson[P]ggml-easy/ggml/src/gguf.cpp
void gguf_set_val_u8(struct gguf_context * ctx, const char * key, uint8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O2
cpp
gguf_set_val_u8: pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %rsi, 0x8(%rsp) movb %dl, 0x6(%rsp) leaq 0x10(%rsp), %r15 leaq 0x7(%rsp), %rdx movq %r15, %rdi callq 0x1e820 leaq 0x1abbe(%rip), %rsi # 0x5a982 movq %r15, %rdi callq 0x1efa0 testb %al, %al jne 0x3fe05 leaq 0x10(%...
gguf_set_val_u8: push r15 push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi mov [rsp+48h+var_40], rsi mov [rsp+48h+var_42], dl lea r15, [rsp+48h+var_38] lea rdx, [rsp+48h+var_41] mov rdi, r15 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; ...
long long gguf_set_val_u8( long long a1, long long a2, char a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, double a8, double a9, __m128 a10, __m128 a11) { long long v11; // rcx long long v12; // r8 long long v13; // r9 __m...
gguf_set_val_u8: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x8],RSI MOV byte ptr [RSP + 0x6],DL LEA R15,[RSP + 0x10] LEA RDX,[RSP + 0x7] MOV RDI,R15 CALL 0x0011e820 LEA RSI,[0x15a982] MOV RDI,R15 CALL 0x0011efa0 TEST AL,AL JNZ 0x0013fe05 LEA RDI,[RSP + 0x10] CALL 0x0011c9a0 MO...
void gguf_set_val_u8(long param_1,char *param_2,uchar param_3) { bool bVar1; uchar local_42; allocator local_41; char *local_40; string local_38 [32]; local_42 = param_3; local_40 = param_2; std::__cxx11::string::string<std::allocator<char>>(local_38,param_2,&local_41); bVar1 = std::operator==(lo...
23,335
write_hook_for_undo
eloqsql/storage/maria/ma_blockrec.c
my_bool write_hook_for_undo(enum translog_record_type type __attribute__ ((unused)), TRN *trn, MARIA_HA *tbl_info __attribute__ ((unused)), LSN *lsn, void *hook_arg __attribute__ (...
O3
c
write_hook_for_undo: pushq %rbp movq %rsp, %rbp movq (%rcx), %rax movq %rax, 0x98(%rsi) movq 0xa0(%rsi), %rcx movq %rcx, %rdx shlq $0x8, %rdx je 0x48c76 xorl %eax, %eax popq %rbp retq orq %rax, %rcx movq %rcx, 0xa0(%rsi) jmp 0x48c72
write_hook_for_undo: push rbp mov rbp, rsp mov rax, [rcx] mov [rsi+98h], rax mov rcx, [rsi+0A0h] mov rdx, rcx shl rdx, 8 jz short loc_48C76 loc_48C72: xor eax, eax pop rbp retn loc_48C76: or rcx, rax mov [rsi+0A0h], rcx jmp short loc_48C72
long long write_hook_for_undo(long long a1, long long a2, long long a3, long long *a4) { long long v4; // rax v4 = *a4; *(_QWORD *)(a2 + 152) = *a4; if ( !(*(_QWORD *)(a2 + 160) << 8) ) *(_QWORD *)(a2 + 160) |= v4; return 0LL; }
write_hook_for_undo: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RCX] MOV qword ptr [RSI + 0x98],RAX MOV RCX,qword ptr [RSI + 0xa0] MOV RDX,RCX SHL RDX,0x8 JZ 0x00148c76 LAB_00148c72: XOR EAX,EAX POP RBP RET LAB_00148c76: OR RCX,RAX MOV qword ptr [RSI + 0xa0],RCX JMP 0x00148c72
int8 write_hook_for_undo(int8 param_1,long param_2,int8 param_3,ulong *param_4) { ulong uVar1; uVar1 = *param_4; *(ulong *)(param_2 + 0x98) = uVar1; if ((*(ulong *)(param_2 + 0xa0) & 0xffffffffffffff) == 0) { *(ulong *)(param_2 + 0xa0) = *(ulong *)(param_2 + 0xa0) | uVar1; } return 0; }
23,336
nlohmann::json_abi_v3_11_3::detail::parser<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::vect...
monkey531[P]llama/common/./json.hpp
std::string exception_message(const token_type expected, const std::string& context) { std::string error_msg = "syntax error "; if (!context.empty()) { error_msg += concat("while parsing ", context, ' '); } error_msg += "- "; if (last_token == token_typ...
O0
cpp
nlohmann::json_abi_v3_11_3::detail::parser<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::vect...
_ZN8nlohmann16json_abi_v3_11_36detail6parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE17exception_messageENS1_10lexer_baseISF_E10token_typeERKSB_: sub ...
void * nlohmann::json_abi_v3_11_3::detail::parser<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::iterator_...
exception_message: SUB RSP,0x128 MOV qword ptr [RSP + 0x18],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x8],RAX MOV qword ptr [RSP + 0x120],RDI MOV qword ptr [RSP + 0x118],RSI MOV dword ptr [RSP + 0x114],EDX MOV qword ptr [RSP + 0x108],RCX MOV RAX,qword ptr [RSP + 0x118] MOV qword ptr [RSP + 0x10],RAX MOV byte ptr [RSP + 0x1...
/* WARNING: Removing unreachable block (ram,0x001b3d81) */ /* nlohmann::json_abi_v3_11_3::detail::parser<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...
23,337
maria_page_filler_set_normal
eloqsql/storage/maria/ma_pagecrc.c
my_bool maria_page_filler_set_normal(PAGECACHE_IO_HOOK_ARGS *args) { uchar *page= args->page; #ifdef DBUG_ASSERT_EXISTS pgcache_page_no_t page_no= args->pageno; #endif MARIA_SHARE *share= (MARIA_SHARE *)args->data; DBUG_ENTER("maria_page_filler_set_normal"); DBUG_ASSERT(page_no != 0); /* Ca...
O0
c
maria_page_filler_set_normal: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax movq 0x10(%rax), %rax movq %rax, -0x18(%rbp) jmp 0x43541 jmp 0x43543 movq -0x10(%rbp), %rax movq -0x18(%rbp), %rcx movl 0x7bc(%rcx), %ecx addq %rcx, %rax ad...
maria_page_filler_set_normal: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_10], rax mov rax, [rbp+var_8] mov rax, [rax+10h] mov [rbp+var_18], rax jmp short $+2 loc_43541: jmp short $+2 loc_43543: mov rax, [rbp+var_10] mov ...
long long maria_page_filler_set_normal(_QWORD *a1) { *(_DWORD *)(*(unsigned int *)(a1[2] + 1980LL) + *a1 - 4LL) = -1; return 0LL; }
maria_page_filler_set_normal: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x10] MOV qword ptr [RBP + -0x18],RAX JMP 0x00143541 LAB_00143541: JMP 0x00143543 LAB_00143543:...
int8 maria_page_filler_set_normal(long *param_1) { *(int4 *)(*param_1 + (ulong)*(uint *)(param_1[2] + 0x7bc) + -4) = 0xffffffff; return 0; }
23,338
glfwInitVulkan
untodesu[P]riteg/build_O3/_deps/glfw-src/src/vulkan.c
GLFWbool _glfwInitVulkan(int mode) { VkResult err; VkExtensionProperties* ep; uint32_t i, count; if (_glfw.vk.available) return GLFW_TRUE; #if !defined(_GLFW_VULKAN_STATIC) #if defined(_GLFW_VULKAN_LIBRARY) _glfw.vk.handle = _glfw_dlopen(_GLFW_VULKAN_LIBRARY); #elif defined(_GLFW_WIN32) ...
O3
c
glfwInitVulkan: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax leaq 0x8c062(%rip), %rbx # 0xa8638 movl $0x1, %r14d cmpl $0x0, 0x1fe70(%rbx) je 0x1c5f7 movl %r14d, %eax addq $0x8, %rsp popq %rbx popq %r12 popq %r13 popq %r14 popq %r15 popq %rbp retq movl %edi, %ebp leaq 0x67310(%rip), %...
_glfwInitVulkan: push rbp push r15 push r14 push r13 push r12 push rbx push rax lea rbx, _glfw mov r14d, 1 cmp dword ptr [rbx+1FE70h], 0 jz short loc_1C5F7 loc_1C5E5: mov eax, r14d add rsp, 8 pop rbx pop r12 pop r13 pop r14 pop r15 pop rbp retn loc_1...
long long glfwInitVulkan(int a1) { long long v1; // rax unsigned int v2; // r14d long long v4; // rax long long ( *v5)(_QWORD, char *); // rax long long ( *v6)(_QWORD, _DWORD *, _QWORD); // rax unsigned int v7; // eax const char *VulkanResultString; // rax long long v9; // rdi long long v10; // r15 ...
_glfwInitVulkan: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX LEA RBX,[0x1a8638] MOV R14D,0x1 CMP dword ptr [RBX + 0x1fe70],0x0 JZ 0x0011c5f7 LAB_0011c5e5: MOV EAX,R14D ADD RSP,0x8 POP RBX POP R12 POP R13 POP R14 POP R15 POP RBP RET LAB_0011c5f7: MOV EBP,EDI LEA RDI,[0x183910] MOV ESI,0x1 CALL 0x0010c...
int8 _glfwInitVulkan(int param_1) { int iVar1; ulong in_RAX; int8 uVar2; char *pcVar3; char *__s1; ulong uVar4; int8 uStack_38; if (DAT_001c84a8 != 0) { return 1; } uStack_38 = in_RAX; DAT_001c84b0 = dlopen("libvulkan.so.1",1); if (DAT_001c84b0 == 0) { if (param_1 != 2) { retu...
23,339
mariadb_field_attr
eloqsql/libmariadb/libmariadb/mariadb_lib.c
int STDCALL mariadb_field_attr(MARIADB_CONST_STRING *attr, const MYSQL_FIELD *field, enum mariadb_field_attr_t type) { MA_FIELD_EXTENSION *ext= (MA_FIELD_EXTENSION*) field->extension; if (!ext || type > MARIADB_FIELD_ATTR_LAST) { *attr= null_const_string; return 1; ...
O0
c
mariadb_field_attr: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x18(%rbp), %rax movq 0x78(%rax), %rax movq %rax, -0x28(%rbp) cmpq $0x0, -0x28(%rbp) je 0x517a8 cmpl $0x1, -0x1c(%rbp) jbe 0x517ca movq -0x10(%rbp), %rax movq 0x3b12f5(%rip), %rcx # 0x402aa8 movq...
mariadb_field_attr: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rax, [rbp+var_18] mov rax, [rax+78h] mov [rbp+var_28], rax cmp [rbp+var_28], 0 jz short loc_517A8 cmp [rbp+var_1C], 1 jbe short loc_517CA loc_517A8: mov rax...
long long mariadb_field_attr(_QWORD *a1, long long a2, unsigned int a3) { long long v3; // rdx long long v5; // [rsp+0h] [rbp-28h] v5 = *(_QWORD *)(a2 + 120); if ( v5 && a3 <= 1 ) { v3 = 16LL * a3; *a1 = *(_QWORD *)(v3 + v5); a1[1] = *(_QWORD *)(v3 + v5 + 8); return 0; } else { *a1...
mariadb_field_attr: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x78] MOV qword ptr [RBP + -0x28],RAX CMP qword ptr [RBP + -0x28],0x0 JZ 0x001517a8 CMP dword ptr [RBP + -0x1c],0x1 JBE 0x0015...
int4 mariadb_field_attr(int8 *param_1,long param_2,uint param_3) { int8 *puVar1; int4 local_c; if ((*(long *)(param_2 + 0x78) == 0) || (1 < param_3)) { *param_1 = null_const_string; param_1[1] = DAT_00502ab0; local_c = 1; } else { puVar1 = (int8 *)(*(long *)(param_2 + 0x78) + (ulong)param...
23,340
my_fill_utf8mb3_mb
eloqsql/strings/ctype-utf8.c
static void my_fill_utf8mb3_mb(CHARSET_INFO *cs, char *str, size_t length, int fill) { char *end= str + length; char buf[10]; char buflen= my_ci_native_to_mb(cs, (my_wc_t) fill, (uchar*) buf, (uchar*) buf + sizeof(buf)); DBUG_ASSERT(buflen > 0); for ( ; str + buflen <= en...
O0
c
my_fill_utf8mb3_mb: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) movl %ecx, -0x34(%rbp) movq -0x28(%rbp), %rax addq -0x30(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x20(%rbp), %rax movq 0xb8(%rax), %rax movq 0xd...
my_fill_utf8mb3_mb: push rbp mov rbp, rsp sub rsp, 50h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_20], rdi mov [rbp+var_28], rsi mov [rbp+var_30], rdx mov [rbp+var_34], ecx mov rax, [rbp+var_28] add rax, [rbp+var_30] mov [rbp+var_40], rax mov rax, [rbp+var_20] m...
unsigned long long my_fill_utf8mb3_mb(long long a1, _BYTE *a2, long long a3, int a4) { _BYTE *v4; // rax char i; // [rsp+Fh] [rbp-41h] unsigned long long v7; // [rsp+10h] [rbp-40h] _BYTE *v8; // [rsp+28h] [rbp-28h] _BYTE v9[10]; // [rsp+3Eh] [rbp-12h] BYREF unsigned long long v10; // [rsp+48h] [rbp-8h] BYR...
my_fill_utf8mb3_mb: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x20],RDI MOV qword ptr [RBP + -0x28],RSI MOV qword ptr [RBP + -0x30],RDX MOV dword ptr [RBP + -0x34],ECX MOV RAX,qword ptr [RBP + -0x28] ADD RAX,qword ptr [RBP + -0x30] MOV qword ptr [...
void my_fill_utf8mb3_mb(long param_1,int1 *param_2,long param_3,int param_4) { char cVar1; long in_FS_OFFSET; int1 *local_30; int1 local_1a [10]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); cVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xd8))(param_1,(long)param_4,local_1a,&local_10)...
23,341
google::protobuf::Reflection::GetRepeatedMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc
const Message& Reflection::GetRepeatedMessage(const Message& message, const FieldDescriptor* field, int index) const { USAGE_CHECK_ALL(GetRepeatedMessage, REPEATED, MESSAGE); CheckInvalidAccess(schema_, field); if (field-...
O0
cpp
google::protobuf::Reflection::GetRepeatedMessage(google::protobuf::Message const&, google::protobuf::FieldDescriptor const*, int) const: subq $0x38, %rsp movq %rdi, 0x28(%rsp) movq %rsi, 0x20(%rsp) movq %rdx, 0x18(%rsp) movl %ecx, 0x14(%rsp) movq 0x28(%rsp), %rax movq %rax, 0x8(%rsp) movq 0x18(%rsp), %rdi callq 0x586b0...
_ZNK6google8protobuf10Reflection18GetRepeatedMessageERKNS0_7MessageEPKNS0_15FieldDescriptorEi: sub rsp, 38h mov [rsp+38h+var_10], rdi mov [rsp+38h+var_18], rsi mov [rsp+38h+var_20], rdx mov [rsp+38h+var_24], ecx mov rax, [rsp+38h+var_10] mov [rsp+38h+var_30], rax mov rdi, [rsp+38h+var_20...
RepeatedPtrField: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV qword ptr [RSP + 0x8],RSI MOV RDI,qword ptr [RSP + 0x10] MOV RSI,qword ptr [RSP + 0x8] CALL 0x001b1650 ADD RSP,0x18 RET
/* google::protobuf::RepeatedPtrField<std::__cxx11::string >::RepeatedPtrField(google::protobuf::Arena*) */ void __thiscall google::protobuf::RepeatedPtrField<std::__cxx11::string>::RepeatedPtrField (RepeatedPtrField<std::__cxx11::string> *this,Arena *param_1) { internal::RepeatedPtrFieldBase::Repeate...
23,342
mysql_stat
eloqsql/libmariadb/libmariadb/mariadb_lib.c
char * STDCALL mysql_stat(MYSQL *mysql) { if (ma_simple_command(mysql, COM_STATISTICS,0,0,0,0)) return mysql->net.last_error; mysql->net.read_pos[mysql->packet_length]=0; /* End of stat string */ if (!mysql->net.read_pos[0]) { SET_CLIENT_ERROR(mysql, CR_WRONG_HOST_INFO , SQLSTATE_UNKNOWN, 0); return...
O0
c
mysql_stat: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi movl $0x9, %esi xorl %eax, %eax movl %eax, %r9d xorl %r8d, %r8d movq %r9, %rdx movq %r9, %rcx callq 0x31620 cmpl $0x0, %eax je 0x3ae70 movq -0x10(%rbp), %rax addq $0x97, %rax movq %rax, -0x8(%rbp) jmp 0x3af15 movq -0x1...
mysql_stat: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_10], rdi mov rdi, [rbp+var_10] mov esi, 9 xor eax, eax mov r9d, eax xor r8d, r8d mov rdx, r9 mov rcx, r9 call ma_simple_command cmp eax, 0 jz short loc_3AE70 mov rax, [rbp+var_10] add rax, 97h mov ...
long long mysql_stat(long long a1) { if ( (unsigned int)ma_simple_command(a1, 9u, 0LL, 0LL, 0, 0LL) ) return a1 + 151; *(_BYTE *)(*(_QWORD *)(a1 + 32) + *(_QWORD *)(a1 + 856)) = 0; if ( **(_BYTE **)(a1 + 32) ) return *(_QWORD *)(a1 + 32); *(_DWORD *)(a1 + 144) = 2009; strncpy(a1 + 663, SQLSTATE_UNKNO...
mysql_stat: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x10],RDI MOV RDI,qword ptr [RBP + -0x10] MOV ESI,0x9 XOR EAX,EAX MOV R9D,EAX XOR R8D,R8D MOV RDX,R9 MOV RCX,R9 CALL 0x00131620 CMP EAX,0x0 JZ 0x0013ae70 MOV RAX,qword ptr [RBP + -0x10] ADD RAX,0x97 MOV qword ptr [RBP + -0x8],RAX JMP 0x0013af15 LAB_001...
long mysql_stat(long param_1) { int iVar1; int8 local_10; iVar1 = ma_simple_command(param_1,9,0,0,0); if (iVar1 == 0) { *(int1 *)(*(long *)(param_1 + 0x20) + *(long *)(param_1 + 0x358)) = 0; if (**(char **)(param_1 + 0x20) == '\0') { *(int4 *)(param_1 + 0x90) = 0x7d9; strncpy((char *)(p...
23,343
my_uca_copy_page
eloqsql/strings/ctype-uca.c
static my_bool my_uca_copy_page(MY_CHARSET_LOADER *loader, const MY_UCA_WEIGHT_LEVEL *src, MY_UCA_WEIGHT_LEVEL *dst, size_t page) { uint chc, size= 256 * dst->lengths[page] * sizeof(uint16); if (!(dst->weights[page]= (uint16 *) (loader->once_alloc)(size))) retu...
O0
c
my_uca_copy_page: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x20(%rbp), %rax movq 0x8(%rax), %rax movq -0x28(%rbp), %rcx movzbl (%rax,%rcx), %eax shll $0x8, %eax cltq shlq %rax movl %eax, -0x30(%rbp) movq -0x10(%rbp), %r...
my_uca_copy_page: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] mov rax, [rax+8] mov rcx, [rbp+var_28] movzx eax, byte ptr [rax+rcx] shl eax, 8 cdqe shl rax, 1 mov [rbp...
char my_uca_copy_page(long long a1, long long a2, long long a3, long long a4) { long long v4; // rax unsigned int v6; // [rsp+0h] [rbp-30h] unsigned int i; // [rsp+4h] [rbp-2Ch] v6 = *(unsigned __int8 *)(*(_QWORD *)(a3 + 8) + a4) << 9; v4 = (*(long long ( **)(_QWORD))(a1 + 128))(v6); *(_QWORD *)(*(_QWORD ...
my_uca_copy_page: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RAX + 0x8] MOV RCX,qword ptr [RBP + -0x28] MOVZX EAX,byte ptr [RAX + RCX*0x1] SHL EAX,0x8...
int1 my_uca_copy_page(long param_1,long param_2,long param_3,long param_4) { size_t __n; long lVar1; int4 local_34; int1 local_9; __n = (long)(int)((uint)*(byte *)(*(long *)(param_3 + 8) + param_4) << 8) << 1; lVar1 = (**(code **)(param_1 + 0x80))(__n); *(long *)(*(long *)(param_3 + 0x10) + param_4 *...
23,344
alaya::SQ4Quantizer<float>::operator=(alaya::SQ4Quantizer<float>&&)
AlayaLite/include/space/quant/sq4.hpp
auto operator=(SQ4Quantizer &&other) noexcept -> SQ4Quantizer & { if (this != &other) { dim_ = other.dim_; min_vector_ = std::move(other.min_vector_); max_vector_ = std::move(other.max_vector_); other.dim_ = 0; } return *this; }
O0
cpp
alaya::SQ4Quantizer<float>::operator=(alaya::SQ4Quantizer<float>&&): subq $0x18, %rsp movq %rdi, 0x10(%rsp) movq %rsi, 0x8(%rsp) movq 0x10(%rsp), %rax movq %rax, (%rsp) cmpq 0x8(%rsp), %rax je 0x1fa7e movq (%rsp), %rdi movq 0x8(%rsp), %rax movl (%rax), %eax movl %eax, (%rdi) movq 0x8(%rsp), %rsi addq $0x8, %rsi addq $0...
_ZN5alaya12SQ4QuantizerIfEaSEOS1_: sub rsp, 18h mov [rsp+18h+var_8], rdi mov [rsp+18h+var_10], rsi mov rax, [rsp+18h+var_8] mov [rsp+18h+var_18], rax cmp rax, [rsp+18h+var_10] jz short loc_1FA7E mov rdi, [rsp+18h+var_18] mov rax, [rsp+18h+var_10] mov eax, [rax] mov [rdi], ea...
_DWORD * alaya::SQ4Quantizer<float>::operator=(_DWORD *a1, _DWORD *a2) { if ( a1 != a2 ) { *a1 = *a2; std::vector<float>::operator=(a1 + 2); std::vector<float>::operator=(a1 + 8); *a2 = 0; } return a1; }
operator=: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV qword ptr [RSP + 0x8],RSI MOV RAX,qword ptr [RSP + 0x10] MOV qword ptr [RSP],RAX CMP RAX,qword ptr [RSP + 0x8] JZ 0x0011fa7e MOV RDI,qword ptr [RSP] MOV RAX,qword ptr [RSP + 0x8] MOV EAX,dword ptr [RAX] MOV dword ptr [RDI],EAX MOV RSI,qword ptr [RSP + 0x8] ADD ...
/* alaya::SQ4Quantizer<float>::TEMPNAMEPLACEHOLDERVALUE(alaya::SQ4Quantizer<float>&&) */ SQ4Quantizer<float> * __thiscall alaya::SQ4Quantizer<float>::operator=(SQ4Quantizer<float> *this,SQ4Quantizer *param_1) { if (this != (SQ4Quantizer<float> *)param_1) { *(int4 *)this = *(int4 *)param_1; std::vector<floa...
23,345
ma_multi_malloc
eloqsql/libmariadb/libmariadb/ma_alloc.c
void *ma_multi_malloc(myf myFlags, ...) { va_list args; char **ptr,*start,*res; size_t tot_length,length; va_start(args,myFlags); tot_length=0; while ((ptr=va_arg(args, char **))) { length=va_arg(args, size_t); tot_length+=ALIGN_SIZE(length); } va_end(args); if (!(start=(char *)malloc(tot_...
O0
c
ma_multi_malloc: pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 testb %al, %al je 0x294a1 movaps %xmm0, -0xe0(%rbp) movaps %xmm1, -0xd0(%rbp) movaps %xmm2, -0xc0(%rbp) movaps %xmm3, -0xb0(%rbp) movaps %xmm4, -0xa0(%rbp) movaps %xmm5, -0x90(%rbp) movaps %xmm6, -0x80(%rbp) movaps %xmm7, -0x70(%rbp)...
ma_multi_malloc: push rbp mov rbp, rsp sub rsp, 170h test al, al jz short loc_294A1 movaps [rbp+var_E0], xmm0 movaps [rbp+var_D0], xmm1 movaps [rbp+var_C0], xmm2 movaps [rbp+var_B0], xmm3 movaps [rbp+var_A0], xmm4 movaps [rbp+var_90], xmm5 movaps [rbp+var_80], xmm6 movaps [rbp+var_70], xmm7 l...
long long ma_multi_malloc(int a1, ...) { _QWORD *overflow_arg_area; // rax _QWORD *v2; // rax _QWORD *v3; // rax _QWORD *v4; // rax long long i; // [rsp+120h] [rbp-50h] long long j; // [rsp+128h] [rbp-48h] long long v8; // [rsp+130h] [rbp-40h] va_list va; // [rsp+140h] [rbp-30h] BYREF int v10; // [rsp...
ma_multi_malloc: PUSH RBP MOV RBP,RSP SUB RSP,0x170 TEST AL,AL JZ 0x001294a1 MOVAPS xmmword ptr [RBP + -0xe0],XMM0 MOVAPS xmmword ptr [RBP + -0xd0],XMM1 MOVAPS xmmword ptr [RBP + -0xc0],XMM2 MOVAPS xmmword ptr [RBP + -0xb0],XMM3 MOVAPS xmmword ptr [RBP + -0xa0],XMM4 MOVAPS xmmword ptr [RBP + -0x90],XMM5 MOVAPS xmmword ...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ void * ma_multi_malloc(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 ...
23,346
ModbusPortPrivate::ModbusPortPrivate(bool)
serhmarch[P]ModbusBridge/modbus/src/unix/../ModbusPort_p.h
ModbusPortPrivate(bool blocking) { this->state = STATE_UNKNOWN; this->modeServer = false; this->modeBlocking = blocking; this->clearChanged(); }
O2
c
ModbusPortPrivate::ModbusPortPrivate(bool): leaq 0xd0f5(%rip), %rax # 0x1cc08 movq %rax, (%rdi) leaq 0x28(%rdi), %rax movq %rax, 0x18(%rdi) andq $0x0, 0x20(%rdi) movb $0x0, 0x28(%rdi) andl $0x0, 0x8(%rdi) movb %sil, 0xe(%rdi) andw $0x0, 0xc(%rdi) retq nop
_ZN17ModbusPortPrivateC2Eb: lea rax, off_1CC08 mov [rdi], rax lea rax, [rdi+28h] mov [rdi+18h], rax and qword ptr [rdi+20h], 0 mov byte ptr [rdi+28h], 0 and dword ptr [rdi+8], 0 mov [rdi+0Eh], sil and word ptr [rdi+0Ch], 0 retn
void ModbusPortPrivate::ModbusPortPrivate(ModbusPortPrivate *this, char a2) { *(_QWORD *)this = off_1CC08; *((_QWORD *)this + 3) = (char *)this + 40; *((_QWORD *)this + 4) = 0LL; *((_BYTE *)this + 40) = 0; *((_DWORD *)this + 2) = 0; *((_BYTE *)this + 14) = a2; *((_WORD *)this + 6) = 0; }
ModbusPortPrivate: LEA RAX,[0x11cc08] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x28] MOV qword ptr [RDI + 0x18],RAX AND qword ptr [RDI + 0x20],0x0 MOV byte ptr [RDI + 0x28],0x0 AND dword ptr [RDI + 0x8],0x0 MOV byte ptr [RDI + 0xe],SIL AND word ptr [RDI + 0xc],0x0 RET
/* ModbusPortPrivate::ModbusPortPrivate(bool) */ void __thiscall ModbusPortPrivate::ModbusPortPrivate(ModbusPortPrivate *this,bool param_1) { *(int ***)this = &PTR__ModbusPortPrivate_0011cc08; *(ModbusPortPrivate **)(this + 0x18) = this + 0x28; *(int8 *)(this + 0x20) = 0; this[0x28] = (ModbusPortPrivate)0x0;...
23,347
my_strnncollsp_padspace_bin
eloqsql/strings/ctype-bin.c
int my_strnncollsp_padspace_bin(const uchar *str, size_t length) { for ( ; length ; str++, length--) { if (*str < ' ') return -1; else if (*str > ' ') return 1; } return 0; }
O3
c
my_strnncollsp_padspace_bin: pushq %rbp movq %rsp, %rbp testq %rsi, %rsi je 0x4f258 xorl %eax, %eax cmpb $0x20, (%rdi,%rax) jb 0x4f25c jne 0x4f263 incq %rax cmpq %rax, %rsi jne 0x4f248 xorl %eax, %eax jmp 0x4f268 movl $0xffffffff, %eax # imm = 0xFFFFFFFF jmp 0x4f268 movl $0x1, %eax popq %rbp retq
my_strnncollsp_padspace_bin: push rbp mov rbp, rsp test rsi, rsi jz short loc_4F258 xor eax, eax loc_4F248: cmp byte ptr [rdi+rax], 20h ; ' ' jb short loc_4F25C jnz short loc_4F263 inc rax cmp rsi, rax jnz short loc_4F248 loc_4F258: xor eax, eax jmp short loc_4F268 lo...
long long my_strnncollsp_padspace_bin(long long a1, long long a2) { long long v2; // rax if ( !a2 ) return 0LL; v2 = 0LL; while ( 1 ) { if ( *(_BYTE *)(a1 + v2) < 0x20u ) return 0xFFFFFFFFLL; if ( *(_BYTE *)(a1 + v2) != 32 ) break; if ( a2 == ++v2 ) return 0LL; } return...
my_strnncollsp_padspace_bin: PUSH RBP MOV RBP,RSP TEST RSI,RSI JZ 0x0014f258 XOR EAX,EAX LAB_0014f248: CMP byte ptr [RDI + RAX*0x1],0x20 JC 0x0014f25c JNZ 0x0014f263 INC RAX CMP RSI,RAX JNZ 0x0014f248 LAB_0014f258: XOR EAX,EAX JMP 0x0014f268 LAB_0014f25c: MOV EAX,0xffffffff JMP 0x0014f268 LAB_0014f263: MOV EAX,0x1 LAB_...
int8 my_strnncollsp_padspace_bin(long param_1,long param_2) { long lVar1; if (param_2 != 0) { lVar1 = 0; do { if (*(byte *)(param_1 + lVar1) < 0x20) { return 0xffffffff; } if (*(byte *)(param_1 + lVar1) != 0x20) { return 1; } lVar1 = lVar1 + 1; } while ...
23,348
my_string_repertoire
eloqsql/strings/ctype.c
my_repertoire_t my_string_repertoire(CHARSET_INFO *cs, const char *str, size_t length) { if (cs->mbminlen == 1 && !(cs->state & MY_CS_NONASCII)) { return my_string_repertoire_8bit(cs, str, length); } else { const char *strend= str + length; my_wc_t wc; int chlen; for (; (chlen= my...
O3
c
my_string_repertoire: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %r15 cmpl $0x1, 0x98(%rdi) jne 0xd196b testb $0x20, 0xd(%r15) jne 0xd196b movl $0x1, %eax testq %rbx, %rbx jle 0xd19d1 addq %r14, %rbx cmpb $0x0, (%r14) js 0xd19de inc...
my_string_repertoire: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 10h mov rbx, rdx mov r14, rsi mov r15, rdi cmp dword ptr [rdi+98h], 1 jnz short loc_D196B test byte ptr [r15+0Dh], 20h jnz short loc_D196B mov eax, 1 test rbx, rbx jle sh...
long long my_string_repertoire(long long a1, char *a2, long long a3) { char *v3; // r14 long long result; // rax char *v5; // rbx int v6; // eax bool v7; // cl _QWORD v8[5]; // [rsp+8h] [rbp-28h] BYREF v3 = a2; if ( *(_DWORD *)(a1 + 152) != 1 || (*(_BYTE *)(a1 + 13) & 0x20) != 0 ) { v5 = &a2[a3]...
my_string_repertoire: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV RBX,RDX MOV R14,RSI MOV R15,RDI CMP dword ptr [RDI + 0x98],0x1 JNZ 0x001d196b TEST byte ptr [R15 + 0xd],0x20 JNZ 0x001d196b MOV EAX,0x1 TEST RBX,RBX JLE 0x001d19d1 ADD RBX,R14 LAB_001d195b: CMP byte ptr [R14],0x0 JS 0x001d19...
char my_string_repertoire(long param_1,char *param_2,long param_3) { char cVar1; uint uVar2; bool bVar3; char *pcVar4; ulong local_30; if ((*(int *)(param_1 + 0x98) == 1) && ((*(byte *)(param_1 + 0xd) & 0x20) == 0)) { cVar1 = '\x01'; if (0 < param_3) { pcVar4 = param_2 + param_3; do...
23,349
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
void push_back(const basic_json& val) { // push_back only works for null objects or arrays if (JSON_HEDLEY_UNLIKELY(!(is_null() || is_array()))) { JSON_THROW(type_error::create(308, detail::concat("cannot use push_back() with ", type_name()), this)); } // transfo...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9push_backERKSD_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov rbx, rsi mov r14, rdi movzx eax, byte ptr [rdi] test ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::push_back( long long a1, long long a2) { long long v2; // rax n...
push_back: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI MOVZX EAX,byte ptr [RDI] TEST EAX,EAX JNZ 0x001a650e MOV byte ptr [R14],0x2 MOV EDI,0x18 CALL 0x0011a870 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RAX],XMM0 MOV qword ptr [RAX + 0x10],0x0 MOV qword ptr [R14 + 0x8],RAX MOV RDI,R14 MOV ESI,0x1 CALL 0x00...
/* 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_back(nlohmann::json_ab...
23,350
ft_boolean_check_syntax_string
eloqsql/storage/myisam/ft_parser.c
my_bool ft_boolean_check_syntax_string(const uchar *str, size_t length, CHARSET_INFO *cs) { uint i, j; if (cs->mbminlen != 1) { DBUG_ASSERT(0); return 1; } if (!str || (length + 1 != sizeof(DEFAULT_FTB_SYNTAX)) || (str[0] != ' ' && str[1] != ' ')) ...
O0
c
ft_boolean_check_syntax_string: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x20(%rbp), %rax cmpl $0x1, 0x98(%rax) je 0xa1cda jmp 0xa1ccf jmp 0xa1cd1 movb $0x1, -0x1(%rbp) jmp 0xa1db7 cmpq $0x0, -0x10(%rbp) je 0xa1d08 movq -0x18(%rbp), %rax addq $0x1, %rax cmpq ...
ft_boolean_check_syntax_string: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_20] cmp dword ptr [rax+98h], 1 jz short loc_A1CDA jmp short $+2 loc_A1CCF: jmp short $+2 loc_A1CD1: mov [rbp+var_1], 1 jmp loc_A1DB7 l...
char ft_boolean_check_syntax_string(_BYTE *a1, long long a2, long long a3) { unsigned int j; // [rsp+0h] [rbp-28h] unsigned int i; // [rsp+4h] [rbp-24h] if ( *(_DWORD *)(a3 + 152) != 1 ) return 1; if ( !a1 || a2 != 14 || *a1 != 32 && a1[1] != 32 ) return 1; for ( i = 0; i < 0xFuLL; ++i ) { if ...
ft_boolean_check_syntax_string: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x20] CMP dword ptr [RAX + 0x98],0x1 JZ 0x001a1cda JMP 0x001a1ccf LAB_001a1ccf: JMP 0x001a1cd1 LAB_001a1cd1: MOV byte ptr [RBP + -0x1],0x1 JMP 0x...
int1 ft_boolean_check_syntax_string(char *param_1,long param_2,long param_3) { uint local_30; uint local_2c; int1 local_9; if (*(int *)(param_3 + 0x98) == 1) { if (((param_1 == (char *)0x0) || (param_2 != 0xe)) || ((*param_1 != ' ' && (param_1[1] != ' '))) ) { local_9 = 1; } else {...
23,351
ft_boolean_check_syntax_string
eloqsql/storage/myisam/ft_parser.c
my_bool ft_boolean_check_syntax_string(const uchar *str, size_t length, CHARSET_INFO *cs) { uint i, j; if (cs->mbminlen != 1) { DBUG_ASSERT(0); return 1; } if (!str || (length + 1 != sizeof(DEFAULT_FTB_SYNTAX)) || (str[0] != ' ' && str[1] != ' ')) ...
O3
c
ft_boolean_check_syntax_string: cmpl $0x1, 0x98(%rdx) jne 0x738e6 testq %rdi, %rdi sete %al cmpq $0xe, %rsi setne %cl orb %al, %cl jne 0x738e6 cmpb $0x20, (%rdi) je 0x7388e cmpb $0x20, 0x1(%rdi) jne 0x738e6 pushq %rbp movq %rsp, %rbp xorl %ecx, %ecx movsbq (%rdi,%rcx), %rax testq %rax, %rax js 0x738e9 movq 0x40(%rdx), ...
ft_boolean_check_syntax_string: cmp dword ptr [rdx+98h], 1 jnz short loc_738E6 test rdi, rdi setz al cmp rsi, 0Eh setnz cl or cl, al jnz short loc_738E6 cmp byte ptr [rdi], 20h ; ' ' jz short loc_7388E cmp byte ptr [rdi+1], 20h ; ' ' jnz short loc_738E6 loc_7388E: push r...
char ft_boolean_check_syntax_string(_BYTE *a1, long long a2, long long a3) { long long v3; // rcx long long v4; // rax long long v5; // r8 char result; // al if ( *(_DWORD *)(a3 + 152) != 1 || a1 == 0LL || a2 != 14 || *a1 != 32 && a1[1] != 32 ) return 1; v3 = 0LL; while ( 1 ) { v4 = (char)a1[v...
ft_boolean_check_syntax_string: CMP dword ptr [RDX + 0x98],0x1 JNZ 0x001738e6 TEST RDI,RDI SETZ AL CMP RSI,0xe SETNZ CL OR CL,AL JNZ 0x001738e6 CMP byte ptr [RDI],0x20 JZ 0x0017388e CMP byte ptr [RDI + 0x1],0x20 JNZ 0x001738e6 LAB_0017388e: PUSH RBP MOV RBP,RSP XOR ECX,ECX LAB_00173894: MOVSX RAX,byte ptr [RDI + RCX*0x...
int8 ft_boolean_check_syntax_string(char *param_1,long param_2,long param_3) { char cVar1; long lVar2; long lVar3; if (((*(int *)(param_3 + 0x98) == 1) && (param_2 == 0xe && param_1 != (char *)0x0)) && ((*param_1 == ' ' || (param_1[1] == ' ')))) { lVar2 = 0; do { cVar1 = param_1[lVar2]; ...
23,352
MatrixDecompose
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raymath.h
RMAPI void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale) { // Extract translation. translation->x = mat.m12; translation->y = mat.m13; translation->z = mat.m14; // Extract upper-left for determinant computation const float a = mat.m0; const float b ...
O0
c
MatrixDecompose: pushq %rbp movq %rsp, %rbp subq $0x1b0, %rsp # imm = 0x1B0 leaq 0x10(%rbp), %rax movq %rax, -0x158(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movss 0xc(%rax), %xmm0 movq -0x8(%rbp), %rcx movss %xmm0, (%rcx) movss 0x1c(%rax), %xmm0 movq -0x8(%rbp), %rcx movss %x...
MatrixDecompose: push rbp mov rbp, rsp sub rsp, 1B0h lea rax, [rbp+arg_0] mov [rbp+var_158], rax mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx movss xmm0, dword ptr [rax+0Ch] mov rcx, [rbp+var_8] movss dword ptr [rcx], xmm0 movss xmm0, dword ptr [rax+1Ch] mov ...
double * MatrixDecompose( _DWORD *a1, double *a2, double *a3, double a4, double a5, double a6, double a7, double a8, double a9, double a10, double a11, long long a12, long long a13, long long a14, dou...
MatrixDecompose: PUSH RBP MOV RBP,RSP SUB RSP,0x1b0 LEA RAX,[RBP + 0x10] MOV qword ptr [RBP + -0x158],RAX MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOVSS XMM0,dword ptr [RAX + 0xc] MOV RCX,qword ptr [RBP + -0x8] MOVSS dword ptr [RCX],XMM0 MOVSS XMM0,dword ptr [RAX + ...
void MatrixDecompose(int4 *param_1,int8 *param_2,int8 *param_3) { int8 uVar1; int8 *puVar2; int iVar3; float fVar4; float fVar5; int4 uVar6; int4 uVar7; float fStack0000000000000008; float fStack000000000000000c; float fStack0000000000000010; int4 uStack0000000000000014; float fStack0000000000...
23,353
MatrixDecompose
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raymath.h
RMAPI void MatrixDecompose(Matrix mat, Vector3 *translation, Quaternion *rotation, Vector3 *scale) { // Extract translation. translation->x = mat.m12; translation->y = mat.m13; translation->z = mat.m14; // Extract upper-left for determinant computation const float a = mat.m0; const float b ...
O2
c
MatrixDecompose: pushq %rbx subq $0x80, %rsp movq %rsi, %rbx movss 0x9c(%rsp), %xmm0 movss %xmm0, (%rdi) movss 0xac(%rsp), %xmm0 movss %xmm0, 0x4(%rdi) movss 0xbc(%rsp), %xmm0 movss %xmm0, 0x8(%rdi) movss 0x90(%rsp), %xmm1 movss 0x94(%rsp), %xmm6 movss 0x98(%rsp), %xmm5 movss 0xa0(%rsp), %xmm7 movss 0xa4(%rsp), %xmm8 m...
MatrixDecompose: push rbx sub rsp, 80h mov rbx, rsi movss xmm0, dword ptr [rsp+88h+arg_0+0Ch] movss dword ptr [rdi], xmm0 movss xmm0, dword ptr [rsp+88h+arg_10+0Ch] movss dword ptr [rdi+4], xmm0 movss xmm0, dword ptr [rsp+88h+arg_20+0Ch] movss dword ptr [rdi+8], xmm0 movss xmm1, dword ptr [rsp+...
// local variable allocation has failed, the output may be wrong! void MatrixDecompose( _DWORD *a1, __m128 *a2, long long a3, long long a4, long long a5, long long a6, __int128 a7, __int128 a8, __int128 a9, __int128 a10) { __m128 v10; //...
MatrixDecompose: PUSH RBX SUB RSP,0x80 MOV RBX,RSI MOVSS XMM0,dword ptr [RSP + 0x9c] MOVSS dword ptr [RDI],XMM0 MOVSS XMM0,dword ptr [RSP + 0xac] MOVSS dword ptr [RDI + 0x4],XMM0 MOVSS XMM0,dword ptr [RSP + 0xbc] MOVSS dword ptr [RDI + 0x8],XMM0 MOVSS XMM1,dword ptr [RSP + 0x90] MOVSS XMM6,dword ptr [RSP + 0x94] MOVSS ...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MatrixDecompose(int4 *param_1,int1 (*param_2) [16],int8 *param_3) { int1 auVar1 [16]; uint uVar2; float fVar3; int1 auVar4 [16]; int1 auVar5 [16]; int1 auVar6 [16]; int1 auVar8 [16]; int1 auVar9 [16]; int8 uVa...
23,354
my_write
eloqsql/mysys/my_write.c
size_t my_write(File Filedes, const uchar *Buffer, size_t Count, myf MyFlags) { size_t writtenbytes, written; uint errors; DBUG_ENTER("my_write"); DBUG_PRINT("my",("fd: %d Buffer: %p Count: %lu MyFlags: %lu", Filedes, Buffer, (ulong) Count, MyFlags)); errors= 0; written= 0; if (!(MyFlags & (MY_WME |...
O3
c
my_write: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdx, %r15 movl %edi, %r12d xorl %ebx, %ebx movl $0x0, %r13d testb $0x1a, %cl jne 0x2f012 leaq 0xbd8cf9(%rip), %rax # 0xc07d08 movq (%rax), %r13 testq %r15, %r15 je 0x2f156 orq %rcx, %r13 movl %r12d, %ed...
my_write: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r15, rdx mov r12d, edi xor ebx, ebx mov r13d, 0 test cl, 1Ah jnz short loc_2F012 lea rax, my_global_flags mov r13, [rax] loc_2F012: test r15, r15 jz loc_2F156 or...
long long my_write(unsigned int a1, long long a2, long long a3, long long a4) { long long v5; // rbx long long v6; // r13 long long v7; // r13 long long v8; // rax long long v9; // rcx long long v10; // rbx long long v11; // r14 long long v12; // rax long long v13; // r15 long long v14; // r12 lo...
my_write: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R15,RDX MOV R12D,EDI XOR EBX,EBX MOV R13D,0x0 TEST CL,0x1a JNZ 0x0012f012 LEA RAX,[0xd07d08] MOV R13,qword ptr [RAX] LAB_0012f012: TEST R15,R15 JZ 0x0012f156 OR R13,RCX MOV EDI,R12D MOV qword ptr [RBP + -0x40],RSI MOV RDX,R15 C...
long my_write(int param_1,void *param_2,size_t param_3,ulong param_4) { int iVar1; size_t sVar2; int *piVar3; int *piVar4; long lVar5; int8 uVar6; int4 *puVar7; size_t sVar8; long lVar9; ulong uVar10; ulong uVar11; int iVar12; lVar9 = 0; uVar10 = 0; if ((param_4 & 0x1a) == 0) { uV...
23,355
minja::Parser::parseLogicalAnd()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseLogicalAnd() { auto left = parseLogicalNot(); if (!left) throw std::runtime_error("Expected left side of 'logical and' expression"); static std::regex and_tok(R"(and\b)"); auto location = get_location(); while (!consumeToken(and_tok).empty()) { ...
O1
cpp
minja::Parser::parseLogicalAnd(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rsi, %r14 movq %rdi, %rbx callq 0x5173c cmpq $0x0, (%rbx) je 0x51643 leaq 0xa4d08(%rip), %rax # 0xf61e0 movb (%rax), %al testb %al, %al je 0x51675 movq (%r14), %rax movq %rax, 0x20(%rsp) movq 0...
_ZN5minja6Parser15parseLogicalAndEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r14, rsi mov rbx, rdi call _ZN5minja6Parser15parseLogicalNotEv; minja::Parser::parseLogicalNot(void) cmp qword ptr [rbx], 0 jz loc_51643 lea rax, _ZGVZN5minja6Parser1...
minja::Parser * minja::Parser::parseLogicalAnd(volatile signed __int32 **this, long long *a2) { volatile signed __int32 *v3; // rax volatile signed __int32 *v4; // r15 volatile signed __int32 *v5; // rbp volatile signed __int32 *v6; // rdi std::runtime_error *v8; // r15 std::runtime_error *exception; // r15...
parseLogicalAnd: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R14,RSI MOV RBX,RDI CALL 0x0015173c CMP qword ptr [RBX],0x0 JZ 0x00151643 LEA RAX,[0x1f61e0] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x00151675 LAB_001514e2: MOV RAX,qword ptr [R14] MOV qword ptr [RSP + 0x20],RAX MOV RAX,qword ptr [R14 ...
/* minja::Parser::parseLogicalAnd() */ void minja::Parser::parseLogicalAnd(void) { _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1; int iVar2; int8 *puVar3; runtime_error *prVar4; int8 *in_RSI; long *in_RDI; long *local_68; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_60; long local_58 ...
23,356
minja::Parser::parseLogicalAnd()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseLogicalAnd() { auto left = parseLogicalNot(); if (!left) throw std::runtime_error("Expected left side of 'logical and' expression"); static std::regex and_tok(R"(and\b)"); auto location = get_location(); while (!consumeToken(and_tok).empty()) { ...
O3
cpp
minja::Parser::parseLogicalAnd(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rsi, %r14 movq %rdi, %rbx callq 0x4f928 cmpq $0x0, (%rbx) je 0x4f82f leaq 0xa2b1c(%rip), %rax # 0xf21e0 movb (%rax), %al testb %al, %al je 0x4f861 movq (%r14), %rax movq %rax, 0x20(%rsp) movq 0...
_ZN5minja6Parser15parseLogicalAndEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r14, rsi mov rbx, rdi call _ZN5minja6Parser15parseLogicalNotEv; minja::Parser::parseLogicalNot(void) cmp qword ptr [rbx], 0 jz loc_4F82F lea rax, _ZGVZN5minja6Parser1...
minja::Parser * minja::Parser::parseLogicalAnd(volatile signed __int32 **this, long long *a2) { volatile signed __int32 *v3; // rax volatile signed __int32 *v4; // r15 volatile signed __int32 *v5; // rbp volatile signed __int32 *v6; // rdi std::runtime_error *v8; // r15 std::runtime_error *exception; // r15...
parseLogicalAnd: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R14,RSI MOV RBX,RDI CALL 0x0014f928 CMP qword ptr [RBX],0x0 JZ 0x0014f82f LEA RAX,[0x1f21e0] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x0014f861 LAB_0014f6ce: MOV RAX,qword ptr [R14] MOV qword ptr [RSP + 0x20],RAX MOV RAX,qword ptr [R14 ...
/* minja::Parser::parseLogicalAnd() */ void minja::Parser::parseLogicalAnd(void) { _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1; int iVar2; int8 *puVar3; runtime_error *prVar4; int8 *in_RSI; long *in_RDI; long *local_68; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_60; long local_58 ...
23,357
LefDefParser::lefwMacroPinForeign(char const*, double, double, int)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp
int lefwMacroPinForeign(const char *name, double xl, double yl, int orient) { // optional lefwObsoleteNum = LEFW_MACRO_PINFOREIGN; if (!lefwFile) return LEFW_UNINITIALIZED; if (!lefwDidInit) return LEFW_BAD_ORDER...
O0
cpp
LefDefParser::lefwMacroPinForeign(char const*, double, double, int): subq $0x48, %rsp movq %rdi, 0x38(%rsp) movsd %xmm0, 0x30(%rsp) movsd %xmm1, 0x28(%rsp) movl %esi, 0x24(%rsp) movl $0x2d, 0x12b05(%rip) # 0x32d48 leaq 0x12bb6(%rip), %rax # 0x32e00 cmpq $0x0, (%rax) jne 0x2025d movl $0x1, 0x44(%rsp) jmp 0x20550 ...
_ZN12LefDefParser19lefwMacroPinForeignEPKcddi: sub rsp, 48h mov [rsp+48h+var_10], rdi movsd [rsp+48h+var_18], xmm0 movsd [rsp+48h+var_24+4], xmm1 mov dword ptr [rsp+48h+var_24], esi mov cs:_ZN12LefDefParserL15lefwObsoleteNumE, 2Dh ; '-'; LefDefParser::lefwObsoleteNum lea rax, _ZN12LefDefParser8l...
long long LefDefParser::lefwMacroPinForeign( LefDefParser *this, const char *a2, double a3, double a4, int a5, int a6, int a7, int a8) { int v8; // edx int v9; // ecx int v10; // r8d int v11; // r9d unsigned int v12; // eax int v13; // ecx i...
lefwMacroPinForeign: SUB RSP,0x48 MOV qword ptr [RSP + 0x38],RDI MOVSD qword ptr [RSP + 0x30],XMM0 MOVSD qword ptr [RSP + 0x28],XMM1 MOV dword ptr [RSP + 0x24],ESI MOV dword ptr [0x00132d48],0x2d LEA RAX,[0x132e00] CMP qword ptr [RAX],0x0 JNZ 0x0012025d MOV dword ptr [RSP + 0x44],0x1 JMP 0x00120550 LAB_0012025d: LEA RA...
/* LefDefParser::lefwMacroPinForeign(char const*, double, double, int) */ int4 LefDefParser::lefwMacroPinForeign(char *param_1,double param_2,double param_3,int param_4) { _IO_FILE *p_Var1; FILE *pFVar2; int8 uVar3; int4 local_4; lefwObsoleteNum = 0x2d; if (lefwFile == (_IO_FILE *)0x0) { local_4 =...
23,358
action_a_add
navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal_engine-src/src/parts/engine.c
int32_t action_a_add (PENGINE_T instance, uint32_t parm, uint32_t flags) { int32_t value ; if (flags & (PART_ACTION_FLAG_VALIDATE)) { return parts_valadate_int (instance, parm, flags, INT_MIN, INT_MAX) ; } value = parts_get_int (instance, parm, flags, INT_MIN, INT_MAX) ; int32_t ac...
O3
c
action_a_add: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx testb $0x1, %dl jne 0x6d61 movq %rbx, %rdi movl $0x80000000, %ecx # imm = 0x80000000 movl $0x7fffffff, %r8d # imm = 0x7FFFFFFF callq 0x82dd movl %eax, %r14d leaq -0x1c(%rbp), %r15 movl $0x0, (%r15) movq %rbx...
action_a_add: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi test dl, 1 jnz short loc_6D61 mov rdi, rbx mov ecx, 80000000h mov r8d, 7FFFFFFFh call parts_get_int mov r14d, eax lea r15, [rbp+var_1C] mov dword ptr [r15], 0 mov rdi, rbx xo...
long long action_a_add(long long a1, long long a2, long long a3) { long long v3; // rax int v4; // r14d _DWORD v6[7]; // [rsp+0h] [rbp-1Ch] BYREF v6[0] = HIDWORD(v3); if ( (a3 & 1) != 0 ) return parts_valadate_int(a1, a2, a3, 0x80000000LL, 0x7FFFFFFFLL); v4 = parts_get_int(a1, a2, a3, 0x80000000LL, 0x...
action_a_add: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI TEST DL,0x1 JNZ 0x00106d61 MOV RDI,RBX MOV ECX,0x80000000 MOV R8D,0x7fffffff CALL 0x001082dd MOV R14D,EAX LEA R15,[RBP + -0x1c] MOV dword ptr [R15],0x0 MOV RDI,RBX XOR ESI,ESI MOV RDX,R15 CALL 0x0010e6b1 ADD R14D,dword ptr [R15] MOV dwor...
ulong action_a_add(int8 param_1,int8 param_2,ulong param_3) { uint in_EAX; int iVar1; ulong uVar2; uint uVar3; int8 uStack_28; if ((param_3 & 1) == 0) { uStack_28._0_4_ = in_EAX; iVar1 = parts_get_int(param_1,param_2,param_3,0x80000000,0x7fffffff); uStack_28 = (ulong)(uint)uStack_28; en...
23,359
ImPlot::ShowSubplotsContextMenu(ImPlotSubplot&)
zkingston[P]unknot/build_O1/_deps/implot-src/implot.cpp
void ShowSubplotsContextMenu(ImPlotSubplot& subplot) { if ((ImGui::BeginMenu("Linking"))) { if (ImGui::MenuItem("Link Rows",nullptr,ImHasFlag(subplot.Flags, ImPlotSubplotFlags_LinkRows))) ImFlipFlag(subplot.Flags, ImPlotSubplotFlags_LinkRows); if (ImGui::MenuItem("Link Cols",nullptr,ImHa...
O1
cpp
ImPlot::ShowSubplotsContextMenu(ImPlotSubplot&): pushq %rbx movq %rdi, %rbx leaq 0x1e600e(%rip), %rdi # 0x29a587 movl $0x1, %esi callq 0x26cb24 testb %al, %al je 0xb4620 movl 0x4(%rbx), %edx andl $0x40, %edx shrl $0x6, %edx leaq 0x1e5ff4(%rip), %rdi # 0x29a58f xorl %esi, %esi movl $0x1, %ecx callq 0x25a265 testb ...
_ZN6ImPlot23ShowSubplotsContextMenuER13ImPlotSubplot: push rbx mov rbx, rdi lea rdi, aLinking; "Linking" mov esi, (offset dword_0+1); char * call _ZN5ImGui9BeginMenuEPKcb; ImGui::BeginMenu(char const*,bool) test al, al jz loc_B4620 mov edx, [rbx+4] and edx, 40h shr edx, 6; char * l...
long long ImPlot::ShowSubplotsContextMenu(ImPlot *this, ImPlotSubplot *a2, bool a3) { bool v3; // dl bool v4; // r8 bool v5; // r8 bool v6; // r8 bool v7; // r8 long long result; // rax bool v9; // dl bool v10; // r8 float *Style; // rax bool v12; // r8 bool v13; // r8 bool v14; // r8 if ( (...
ShowSubplotsContextMenu: PUSH RBX MOV RBX,RDI LEA RDI,[0x39a587] MOV ESI,0x1 CALL 0x0036cb24 TEST AL,AL JZ 0x001b4620 MOV EDX,dword ptr [RBX + 0x4] AND EDX,0x40 SHR EDX,0x6 LEA RDI,[0x39a58f] XOR ESI,ESI MOV ECX,0x1 CALL 0x0035a265 TEST AL,AL JZ 0x001b45af XOR byte ptr [RBX + 0x4],0x40 LAB_001b45af: MOV AL,byte ptr [RB...
/* ImPlot::ShowSubplotsContextMenu(ImPlotSubplot&) */ void ImPlot::ShowSubplotsContextMenu(ImPlotSubplot *param_1) { char cVar1; float *pfVar2; cVar1 = ImGui::BeginMenu("Linking",true); if (cVar1 != '\0') { cVar1 = ImGui::MenuItem("Link Rows",(char *)0x0,SUB41((*(uint *)(param_1 + 4) & 0x40) >> 6,0), ...
23,360
minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&)
monkey531[P]llama/common/minja.hpp
json parseNumber(CharIterator& it, const CharIterator& end) { auto before = it; consumeSpaces(); auto start = it; bool hasDecimal = false; bool hasExponent = false; if (it != end && (*it == '-' || *it == '+')) ++it; while (it != end) { if (std::isdigit...
O3
cpp
minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&): pushq %rbp pushq %r15 pushq %r14 pushq...
_ZN5minja6Parser11parseNumberERN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKSB_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0F8h mov r15, rcx mov r14, rdx mov r12, rsi mov rbx, rdi mov r9, [rdx] mov rbp, [rsi+...
long long minja::Parser::parseNumber(long long a1, long long a2, char **a3, char **a4) { long long v7; // rbx char *v8; // r9 char *v9; // rbp char *v10; // r13 char *v11; // rsi char *v12; // rbx char *v13; // rax int v14; // ecx char *v15; // rdx char v16; // al char v17; // cl int v18; // ed...
parseNumber: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xf8 MOV R15,RCX MOV R14,RDX MOV R12,RSI MOV RBX,RDI MOV R9,qword ptr [RDX] MOV RBP,qword ptr [RSI + 0x18] MOV R13,qword ptr [RSI + 0x20] MOV RSI,R9 CMP R13,RBP JZ 0x0016f9be MOV qword ptr [RSP + 0x8],RBX MOV RBX,R9 LAB_0016f998: MOVSX EDI,byte ...
/* minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::string >&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::string > const&) */ __normal_iterator * minja::Parser::parseNumber(__normal_iterator *param_1,__normal_iterator *param_2) { byte bVar1; byte *pbVar2; char ...
23,361
my_wc_to_printable_8bit
eloqsql/strings/ctype.c
int my_wc_to_printable_8bit(CHARSET_INFO *cs, my_wc_t wc, uchar *str, uchar *end) { /* Special case: swe7 does not have the backslash character. Use dot instead of backslash for escaping. */ uint bs= cs->tab_to_uni && cs->tab_to_uni['\\'] != '\\' ? '.' : '\\'; DBUG_ASSERT(cs->mbm...
O3
c
my_wc_to_printable_8bit: movq 0x68(%rdi), %rax testq %rax, %rax je 0x59d8d cmpw $0x5c, 0xb8(%rax) setne %al movl $0x2e, %r9d movl $0x5c, %r8d cmovnel %r9d, %r8d jmp 0x59d95 movl $0x5c, %r8d xorl %eax, %eax pushq %rbp movq %rsp, %rbp subq $0x10, %rsp testb %al, %al movl $0x2e, %eax cmoveq %rsi, %rax cmpq $0x5c, %rsi cmo...
my_wc_to_printable_8bit: mov rax, [rdi+68h] test rax, rax jz short loc_59D8D cmp word ptr [rax+0B8h], 5Ch ; '\' setnz al mov r9d, 2Eh ; '.' mov r8d, 5Ch ; '\' cmovnz r8d, r9d jmp short loc_59D95 loc_59D8D: mov r8d, 5Ch ; '\' xor eax, eax loc_59D95: push rbp mov rbp, rsp sub...
long long my_wc_to_printable_8bit(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long v4; // rax bool v5; // zf bool v6; // al char v7; // r8 unsigned long long v8; // rax v4 = *(_QWORD *)(a1 + 104); if ( v4 ) { v5 = *(_WORD *)(v4 + 184) == 92; v6 = *(_WORD *)(v4...
my_wc_to_printable_8bit: MOV RAX,qword ptr [RDI + 0x68] TEST RAX,RAX JZ 0x00159d8d CMP word ptr [RAX + 0xb8],0x5c SETNZ AL MOV R9D,0x2e MOV R8D,0x5c CMOVNZ R8D,R9D JMP 0x00159d95 LAB_00159d8d: MOV R8D,0x5c XOR EAX,EAX LAB_00159d95: PUSH RBP MOV RBP,RSP SUB RSP,0x10 TEST AL,AL MOV EAX,0x2e CMOVZ RAX,RSI CMP RSI,0x5c CMO...
void my_wc_to_printable_8bit(long param_1,long param_2,int8 param_3,int8 param_4) { long lVar1; int8 uVar2; bool bVar3; if (*(long *)(param_1 + 0x68) == 0) { uVar2 = 0x5c; bVar3 = false; } else { bVar3 = *(short *)(*(long *)(param_1 + 0x68) + 0xb8) != 0x5c; uVar2 = 0x5c; if (bVar3) ...
23,362
ps_fetch_int8
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
static void ps_fetch_int8(MYSQL_BIND *r_param, const MYSQL_FIELD * const field, unsigned char **row) { switch(r_param->buffer_type) { case MYSQL_TYPE_TINY: ps_fetch_from_1_to_8_bytes(r_param, field, row, 1); break; default: { uchar val= **row; longlong lval= field->flags...
O3
c
ps_fetch_int8: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq %rdx, %rbx cmpl $0x1, 0x60(%rdi) jne 0x23716 movb 0x64(%rsi), %al shrb $0x5, %al andb $0x1, %al movq $0x1, 0x40(%rdi) movq (%rbx), %rcx movb (%rcx), %cl movq 0x10(%rdi), %rdx movb %cl, (%rdx) cmpb 0x65(%rdi), %al jne 0x23731 xorl %eax, %eax jmp 0x2373...
ps_fetch_int8: push rbp mov rbp, rsp push rbx push rax mov rbx, rdx cmp dword ptr [rdi+60h], 1 jnz short loc_23716 mov al, [rsi+64h] shr al, 5 and al, 1 mov qword ptr [rdi+40h], 1 mov rcx, [rbx] mov cl, [rcx] mov rdx, [rdi+10h] mov [rdx], cl cmp al, [rdi+65h]...
char ps_fetch_int8(long long a1, long long a2, _BYTE **a3) { char v4; // al char result; // al long long v6; // rdx if ( *(_DWORD *)(a1 + 96) == 1 ) { v4 = (*(_BYTE *)(a2 + 100) & 0x20) != 0; *(_QWORD *)(a1 + 64) = 1LL; **(_BYTE **)(a1 + 16) = **a3; if ( v4 == *(_BYTE *)(a1 + 101) ) re...
ps_fetch_int8: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RBX,RDX CMP dword ptr [RDI + 0x60],0x1 JNZ 0x00123716 MOV AL,byte ptr [RSI + 0x64] SHR AL,0x5 AND AL,0x1 MOV qword ptr [RDI + 0x40],0x1 MOV RCX,qword ptr [RBX] MOV CL,byte ptr [RCX] MOV RDX,qword ptr [RDI + 0x10] MOV byte ptr [RDX],CL CMP AL,byte ptr [RDI + 0x65...
void ps_fetch_int8(long param_1,long param_2,long *param_3) { byte bVar1; ulong uVar2; if (*(int *)(param_1 + 0x60) == 1) { bVar1 = *(byte *)(param_2 + 100); *(int8 *)(param_1 + 0x40) = 1; **(int1 **)(param_1 + 0x10) = *(int1 *)*param_3; if ((bVar1 >> 5 & 1) == *(byte *)(param_1 + 0x65)) { ...
23,363
tailoring_append
eloqsql/strings/ctype.c
static int tailoring_append(MY_XML_PARSER *st, const char *fmt, size_t len, const char *attr) { struct my_cs_file_info *i= (struct my_cs_file_info *) st->user_data; size_t newlen= i->tailoring_length + len + 64; /* 64 for format */ if (MY_XML_OK == my_charset_file_tailoring_realloc(i, newlen)) ...
O3
c
tailoring_append: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rcx, %r9 movq %rdx, %r15 movq %rsi, %r12 movq %rdi, %rbx movq 0x690(%rdi), %r13 leaq (%rdx,%r13), %rax addq $0x40, %rax cmpq %rax, 0x698(%rdi) jbe 0x78193 movq 0x688(%rbx), %rax jmp 0x781d7 movq %r9, %r1...
tailoring_append: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r9, rcx mov r15, rdx mov r12, rsi mov rbx, rdi mov r13, [rdi+690h] lea rax, [rdx+r13] add rax, 40h ; '@' cmp [rdi+698h], rax jbe short loc_78193 mov rax, [rb...
long long tailoring_append(_QWORD *a1, const char *a2, long long a3, long long a4) { long long v4; // rax long long v5; // r9 unsigned int v6; // r15d long long v8; // r13 long long v9; // rax long long v11; // rdi long long ( *v12)(long long, long long); // rax long long v13; // r13 long long v14; /...
tailoring_append: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R9,RCX MOV R15,RDX MOV R12,RSI MOV RBX,RDI MOV R13,qword ptr [RDI + 0x690] LEA RAX,[RDX + R13*0x1] ADD RAX,0x40 CMP qword ptr [RDI + 0x698],RAX JBE 0x00178193 MOV RAX,qword ptr [RBX + 0x688] JMP 0x001781d7 LAB_00178193: MOV...
int8 tailoring_append(long param_1,int8 param_2,ulong param_3,int8 param_4) { code *pcVar1; long lVar2; size_t sVar3; long lVar4; lVar4 = *(long *)(param_1 + 0x690); if (param_3 + lVar4 + 0x40 < *(ulong *)(param_1 + 0x698)) { lVar2 = *(long *)(param_1 + 0x688); } else { pcVar1 = *(code **)(...
23,364
minja::Value::Value(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::...
monkey531[P]llama/common/./minja.hpp
Value(const json & v) { if (v.is_object()) { auto object = std::make_shared<ObjectType>(); for (auto it = v.begin(); it != v.end(); ++it) { (*object)[it.key()] = it.value(); } object_ = std::move(object); } else if (v.is_array()) { auto array = std::make_shared<ArrayType>()...
O2
cpp
minja::Value::Value(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::...
_ZN5minja5ValueC2ERKN8nlohmann16json_abi_v3_11_310basic_jsonINS2_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS2_14adl_serializerES5_IhSaIhEEvEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0B8h mov r15, rsi mov rbx, rdi lea r14, ...
long long minja::Value::Value(long long a1, unsigned __int8 *a2) { int v3; // edx int v4; // ecx int v5; // r8d int v6; // r9d int v7; // eax int v8; // esi int v9; // edx int v10; // ecx int v11; // r8d int v12; // r9d long long v13; // r12 long long v14; // rax long long v15; // rax int v...
Value: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xb8 MOV R15,RSI MOV RBX,RDI LEA R14,[RDI + 0x40] 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 MOV RDI,R14 XOR ESI,ESI CALL 0x0012c9ae MOVZ...
/* minja::Value::Value(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void> const&) */ ...
23,365
minja::SetTemplateNode::SetTemplateNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::shared_ptr<minja::TemplateNode>&&)
monkey531[P]llama/common/./minja.hpp
SetTemplateNode(const Location & location, const std::string & name, std::shared_ptr<TemplateNode> && tv) : TemplateNode(location), name(name), template_value(std::move(tv)) {}
O3
cpp
minja::SetTemplateNode::SetTemplateNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::shared_ptr<minja::TemplateNode>&&): pushq %r15 pushq %r14 pushq %rbx movq %rcx, %r14 movq %rdi, %rbx leaq 0x8cca8(%rip), %r15 # 0xeefe8 movq %r15, (%rdi) movq (...
_ZN5minja15SetTemplateNodeC2ERKNS_8LocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEOSt10shared_ptrINS_12TemplateNodeEE: push r15 push r14 push rbx mov r14, rcx mov rbx, rdi lea r15, off_EEFE8 mov [rdi], r15 mov rax, [rsi] mov [rdi+8], rax mov rax, [rsi+8] mov [rdi...
long long minja::SetTemplateNode::SetTemplateNode(long long a1, _QWORD *a2, long long a3, __int128 *a4) { long long v5; // rax long long result; // rax __int128 v7; // xmm0 *(_QWORD *)a1 = &off_EEFE8; *(_QWORD *)(a1 + 8) = *a2; v5 = a2[1]; *(_QWORD *)(a1 + 16) = v5; if ( v5 ) { if ( _libc_single...
SetTemplateNode: PUSH R15 PUSH R14 PUSH RBX MOV R14,RCX MOV RBX,RDI LEA R15,[0x1eefe8] MOV qword ptr [RDI],R15 MOV RAX,qword ptr [RSI] MOV qword ptr [RDI + 0x8],RAX MOV RAX,qword ptr [RSI + 0x8] MOV qword ptr [RDI + 0x10],RAX TEST RAX,RAX JZ 0x0016236c MOV RCX,qword ptr [0x001effa0] CMP byte ptr [RCX],0x0 JZ 0x00162368...
/* minja::SetTemplateNode::SetTemplateNode(minja::Location const&, std::__cxx11::string const&, std::shared_ptr<minja::TemplateNode>&&) */ void __thiscall minja::SetTemplateNode::SetTemplateNode (SetTemplateNode *this,Location *param_1,string *param_2,shared_ptr *param_3) { long lVar1; int8 uVar2; ...
23,366
minja::SequenceNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
MacroNode(const Location & location, std::shared_ptr<VariableExpr> && n, Expression::Parameters && p, std::shared_ptr<TemplateNode> && b) : TemplateNode(location), name(std::move(n)), params(std::move(p)), body(std::move(b)) { for (size_t i = 0; i < params.size(); ++i) { const auto & name = pa...
O1
cpp
minja::SequenceNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq 0x18(%rdi), %r15 movq 0x20(%rdi), %r12 cmpq %r12, %r15 setne %bl je 0x78069 movq (%rsi), %r14 ...
_ZN5minja14ArgumentsValue9has_namedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push r13 push r12 push rbx mov r15, [rdi+18h] mov r12, [rdi+20h] cmp r15, r12 setnz bl jz short loc_78069 mov r14, [rsi] mov r13, [rsi+8] loc_78040: mov rdx, [r15+8...
long long minja::ArgumentsValue::has_named(long long a1, long long *a2) { unsigned int v2; // ebx _QWORD *v3; // r15 _QWORD *v4; // r12 long long v5; // r14 long long v6; // r13 long long v7; // rdx v3 = *(_QWORD **)(a1 + 24); v4 = *(_QWORD **)(a1 + 32); LOBYTE(v2) = v3 != v4; if ( v3 != v4 ) { ...
has_named: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R15,qword ptr [RDI + 0x18] MOV R12,qword ptr [RDI + 0x20] CMP R15,R12 SETNZ BL JZ 0x00178069 MOV R14,qword ptr [RSI] MOV R13,qword ptr [RSI + 0x8] LAB_00178040: MOV RDX,qword ptr [R15 + 0x8] CMP RDX,R13 JNZ 0x0017805d TEST RDX,RDX JZ 0x00178069 MOV RDI,qword p...
/* minja::ArgumentsValue::has_named(std::__cxx11::string const&) */ ulong __thiscall minja::ArgumentsValue::has_named(ArgumentsValue *this,string *param_1) { int8 *puVar1; void *__s2; size_t sVar2; size_t __n; int iVar3; int8 unaff_RBX; int8 *puVar4; bool bVar5; puVar4 = *(int8 **)(this + 0x18);...
23,367
open_cached_file
eloqsql/mysys/mf_cache.c
my_bool open_cached_file(IO_CACHE *cache, const char* dir, const char *prefix, size_t cache_size, myf cache_myflags) { DBUG_ENTER("open_cached_file"); cache->dir= dir; if (prefix) { DBUG_ASSERT(strlen(prefix) == 2); memcpy(cache->prefix, prefix, 3); } else cache->prefix[...
O3
c
open_cached_file: movq %rsi, 0xc8(%rdi) leaq 0xd0(%rdi), %rax testq %rdx, %rdx je 0x67dbb movb 0x2(%rdx), %sil movb %sil, 0x2(%rax) movzwl (%rdx), %edx movw %dx, (%rax) jmp 0x67dbe movb $0x0, (%rax) pushq %rbp movq %rsp, %rbp subq $0x10, %rsp xorl %eax, %eax movq %rax, 0xc0(%rdi) movq %rax, 0x20(%rdi) orq $0x4, %r8 mov...
open_cached_file: mov [rdi+0C8h], rsi lea rax, [rdi+0D0h] test rdx, rdx jz short loc_67DBB mov sil, [rdx+2] mov [rax+2], sil movzx edx, word ptr [rdx] mov [rax], dx jmp short loc_67DBE loc_67DBB: mov byte ptr [rax], 0 loc_67DBE: push rbp mov rbp, rsp sub rsp, 10h xor ...
bool open_cached_file(long long a1, long long a2, long long a3, unsigned long long a4, long long a5) { _WORD *v5; // rax *(_QWORD *)(a1 + 200) = a2; v5 = (_WORD *)(a1 + 208); if ( a3 ) { *(_BYTE *)(a1 + 210) = *(_BYTE *)(a3 + 2); *v5 = *(_WORD *)a3; } else { *(_BYTE *)v5 = 0; } *(_QWOR...
open_cached_file: MOV qword ptr [RDI + 0xc8],RSI LEA RAX,[RDI + 0xd0] TEST RDX,RDX JZ 0x00167dbb MOV SIL,byte ptr [RDX + 0x2] MOV byte ptr [RAX + 0x2],SIL MOVZX EDX,word ptr [RDX] MOV word ptr [RAX],DX JMP 0x00167dbe LAB_00167dbb: MOV byte ptr [RAX],0x0 LAB_00167dbe: PUSH RBP MOV RBP,RSP SUB RSP,0x10 XOR EAX,EAX MOV qw...
bool open_cached_file(long param_1,int8 param_2,int2 *param_3,int8 param_4, ulong param_5) { int iVar1; *(int8 *)(param_1 + 200) = param_2; if (param_3 == (int2 *)0x0) { *(int1 *)(param_1 + 0xd0) = 0; } else { *(int1 *)(param_1 + 0xd2) = *(int1 *)(param_3 + 1); *(int2 *)(...
23,368
ma_apply_redo_bitmap_new_page
eloqsql/storage/maria/ma_bitmap.c
my_bool _ma_apply_redo_bitmap_new_page(MARIA_HA *info, LSN lsn __attribute__ ((unused)), const uchar *header) { MARIA_SHARE *share= info->s; MARIA_FILE_BITMAP *bitmap= &share->bitmap; my_bool error; pgcache_page_no_t from, to, min_fro...
O0
c
ma_apply_redo_bitmap_new_page: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax addq $0xa10, %rax # imm = 0xA10 movq %rax, -0x28(%rbp) movq -0x18(%rbp), %rdi ca...
_ma_apply_redo_bitmap_new_page: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_20], rax mov rax, [rbp+var_20] add rax, 0A10h mov [rbp+var_28], rax mov rdi, [rbp+var_18...
char ma_apply_redo_bitmap_new_page(long long *a1, long long a2, unsigned int *a3) { unsigned long long v4; // [rsp+10h] [rbp-40h] unsigned long long v5; // [rsp+18h] [rbp-38h] char missing_into_pagecache; // [rsp+27h] [rbp-29h] long long v7; // [rsp+28h] [rbp-28h] long long v8; // [rsp+30h] [rbp-20h] v8 =...
_ma_apply_redo_bitmap_new_page: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] ADD RAX,0xa10 MOV qword ptr [RBP + -0x28...
char _ma_apply_redo_bitmap_new_page(long *param_1,int8 param_2,long param_3) { long lVar1; ulong uVar2; ulong uVar3; char local_31; lVar1 = *param_1; uVar2 = uint5korr(param_3); uVar3 = uint5korr(param_3 + 5); if (((uVar3 < uVar2) || (uVar2 % *(ulong *)(lVar1 + 0xb48) != 0)) || (uVar3 % *(ulon...
23,369
ma_apply_redo_bitmap_new_page
eloqsql/storage/maria/ma_bitmap.c
my_bool _ma_apply_redo_bitmap_new_page(MARIA_HA *info, LSN lsn __attribute__ ((unused)), const uchar *header) { MARIA_SHARE *share= info->s; MARIA_FILE_BITMAP *bitmap= &share->bitmap; my_bool error; pgcache_page_no_t from, to, min_fro...
O3
c
ma_apply_redo_bitmap_new_page: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl (%rdx), %eax movl 0x5(%rdx), %ecx movzbl 0x4(%rdx), %r12d shlq $0x20, %r12 orq %rax, %r12 movzbl 0x9(%rdx), %r14d shlq $0x20, %r14 orq %rcx, %r14 movb $0x1, %bl cmpq %r14, %r12 ja 0x3ef4d mov...
_ma_apply_redo_bitmap_new_page: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov eax, [rdx] mov ecx, [rdx+5] movzx r12d, byte ptr [rdx+4] shl r12, 20h or r12, rax movzx r14d, byte ptr [rdx+9] shl r14, 20h or r14, rcx mov bl, 1 cmp...
long long ma_apply_redo_bitmap_new_page(_QWORD *a1, long long a2, unsigned int *a3) { unsigned int v3; // ebx unsigned long long v4; // r12 unsigned long long v5; // r14 long long v6; // r15 unsigned long long v7; // rcx v4 = *a3 | ((unsigned long long)*((unsigned __int8 *)a3 + 4) << 32); v5 = *(unsigne...
_ma_apply_redo_bitmap_new_page: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EAX,dword ptr [RDX] MOV ECX,dword ptr [RDX + 0x5] MOVZX R12D,byte ptr [RDX + 0x4] SHL R12,0x20 OR R12,RAX MOVZX R14D,byte ptr [RDX + 0x9] SHL R14,0x20 OR R14,RCX MOV BL,0x1 CMP R12,R14 JA 0x0013ef4d MOV R13,RD...
ulong _ma_apply_redo_bitmap_new_page(long *param_1,int8 param_2,uint5 *param_3) { long lVar1; char cVar2; int8 unaff_RBX; ulong uVar3; ulong uVar4; ulong uVar5; uVar4 = (ulong)*param_3; uVar5 = (ulong)*(uint5 *)((long)param_3 + 5); uVar3 = CONCAT71((int7)((ulong)unaff_RBX >> 8),1); if (uVar4 <=...
23,370
my_copy_8bit
eloqsql/strings/ctype-simple.c
size_t my_copy_8bit(CHARSET_INFO *cs __attribute__((unused)), char *dst, size_t dst_length, const char *src, size_t src_length, size_t nchars, MY_STRCOPY_STATUS *status) { set_if_smaller(src_length, dst_length); set_if_smaller(src_length, nchars); if (src_length) memmove...
O3
c
my_copy_8bit: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rcx, %r14 movq %rdx, %rbx movq 0x10(%rbp), %r15 cmpq %rdx, %r8 cmovbq %r8, %rbx cmpq %r9, %rbx cmovaeq %r9, %rbx testq %rbx, %rbx je 0x39a59 movq %rsi, %rdi movq %r14, %rsi movq %rbx, %rdx callq 0x24530 addq %rbx, %r14 movq %r14,...
my_copy_8bit: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rcx mov rbx, rdx mov r15, [rbp+arg_0] cmp r8, rdx cmovb rbx, r8 cmp rbx, r9 cmovnb rbx, r9 test rbx, rbx jz short loc_39A59 mov rdi, rsi mov rsi, r14 mov rdx, rbx call _memmo...
unsigned long long my_copy_8bit( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, unsigned long long a6, _QWORD *a7) { unsigned long long v8; // rbx v8 = a3; if ( a5 < a3 ) v8 = a5; if ( v8 >= a6 ) v8 = a6; ...
my_copy_8bit: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RCX MOV RBX,RDX MOV R15,qword ptr [RBP + 0x10] CMP R8,RDX CMOVC RBX,R8 CMP RBX,R9 CMOVNC RBX,R9 TEST RBX,RBX JZ 0x00139a59 MOV RDI,RSI MOV RSI,R14 MOV RDX,RBX CALL 0x00124530 LAB_00139a59: ADD R14,RBX MOV qword ptr [R15],R14 MOV qword ptr [R...
size_t my_copy_8bit(int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5, ulong param_6,long *param_7) { if (param_5 < param_3) { param_3 = param_5; } if (param_6 <= param_3) { param_3 = param_6; } if (param_3 != 0) { memmove(param_2,param_4,param_3); } *pa...
23,371
ftb_find_relevance_parse
eloqsql/storage/myisam/ft_boolean_search.c
static int ftb_find_relevance_parse(MYSQL_FTPARSER_PARAM *param, const char *doc, int len) { MY_FTB_FIND_PARAM *ftb_param= param->mysql_ftparam; FT_INFO *ftb= ftb_param->ftb; uchar *end= (uchar*) doc + len; FT_WORD w; while (ft_simple_get_word(ftb->charset, (uchar**) &doc, ...
O0
c
ftb_find_relevance_parse: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq -0x8(%rbp), %rax movq 0x18(%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax movq (%rax), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rax movslq -0x14(%rbp), %rcx add...
ftb_find_relevance_parse: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rax, [rbp+var_8] mov rax, [rax+18h] mov [rbp+var_20], rax mov rax, [rbp+var_20] mov rax, [rax] mov [rbp+var_28], rax mov rax, [rbp+var_10] ...
long long ftb_find_relevance_parse(long long a1, long long a2, int a3) { long long v4; // [rsp+8h] [rbp-48h] BYREF long long v5; // [rsp+18h] [rbp-38h] long long v6; // [rsp+20h] [rbp-30h] long long v7; // [rsp+28h] [rbp-28h] long long *v8; // [rsp+30h] [rbp-20h] int v9; // [rsp+3Ch] [rbp-14h] long long ...
ftb_find_relevance_parse: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RAX] MOV qword ptr [...
int8 ftb_find_relevance_parse(long param_1,long param_2,int param_3) { char cVar1; int8 local_50 [2]; ulong local_40; long local_38; long local_30; long *local_28; int local_1c; long local_18; long local_10; local_28 = *(long **)(param_1 + 0x18); local_30 = *local_28; local_38 = param_2 + p...
23,372
void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points)
aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h
FMT_CONSTEXPR void for_each_codepoint(string_view s, F f) { auto decode = [f](const char* buf_ptr, const char* ptr) { auto cp = uint32_t(); auto error = 0; auto end = utf8_decode(buf_ptr, &cp, &error); bool result = f(error ? invalid_code_point : cp, string_view(ptr, error ? 1 : to...
O0
c
void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points): subq $0x68, %rsp movq %rdi, 0x58(%rsp) movq %rsi, 0x60(%rsp) movq %r...
_ZN3fmt3v106detail18for_each_codepointIZNS1_13compute_widthENS0_17basic_string_viewIcEEE17count_code_pointsEEvS4_T_: sub rsp, 68h mov [rsp+68h+var_10], rdi mov [rsp+68h+var_8], rsi mov [rsp+68h+var_18], rdx mov rax, [rsp+68h+var_18] mov [rsp+68h+var_20], rax lea rdi, [rsp+68h+var_10] call ...
long long fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>( long long a1, long long a2, long long a3) { long long result; // rax long long v4; // [rsp+0h] [rbp-68h] long long v5; // [rsp+10h] [rbp-58h] _BYTE *v6;...
for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>: SUB RSP,0x68 MOV qword ptr [RSP + 0x58],RDI MOV qword ptr [RSP + 0x60],RSI MOV qword ptr [RSP + 0x50],RDX MOV RAX,qword ptr [RSP + 0x50] MOV qword ptr [RSP + 0x48],RAX LEA RDI,[RSP + 0x58] CALL 0x0019f410 MOV qwor...
/* void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points) */ void __thiscall fmt::v10::detail:: for_each_codepoint<...
23,373
void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points)
aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h
FMT_CONSTEXPR void for_each_codepoint(string_view s, F f) { auto decode = [f](const char* buf_ptr, const char* ptr) { auto cp = uint32_t(); auto error = 0; auto end = utf8_decode(buf_ptr, &cp, &error); bool result = f(error ? invalid_code_point : cp, string_view(ptr, error ? 1 : to...
O3
c
void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx su...
_ZN3fmt3v106detail18for_each_codepointIZNS1_13compute_widthENS0_17basic_string_viewIcEEE17count_code_pointsEEvS4_T_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r14, rdi mov [rsp+48h+var_48], rdx mov rbx, rdi cmp rsi, 4 jb loc_42C43 mov [rsp+48h+...
void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>( unsigned __int8 *a1, unsigned long long a2, long long a3) { unsigned __int8 *v3; // r14 unsigned __int8 *v4; // rbx unsigned long long v5; // r13 unsigned __...
for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R14,RDI MOV qword ptr [RSP],RDX MOV RBX,RDI CMP RSI,0x4 JC 0x00142c43 MOV qword ptr [RSP + 0x10],RSI LEA R13,[R14 + RSI*0x1] ADD R13,-0x3 LEA ...
/* void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points>(fmt::v10::basic_string_view<char>, fmt::v10::detail::compute_width(fmt::v10::basic_string_view<char>)::count_code_points) */ void __thiscall fmt::v10::detail:: for_each_codepoint<...
23,374
SchemaConverter::_resolve_ref(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
llama.cpp/common/json-schema-to-grammar.cpp
std::string _resolve_ref(const std::string & ref) { std::string ref_name = ref.substr(ref.find_last_of('/') + 1); if (_rules.find(ref_name) == _rules.end() && _refs_being_resolved.find(ref) == _refs_being_resolved.end()) { _refs_being_resolved.insert(ref); json resolved = _refs[r...
O3
cpp
SchemaConverter::_resolve_ref(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx movq %rdx, %rdi movl $0x2f, %esi movq $-0x1, %rdx callq 0x1d5e0 leaq 0x1(%rax), %rdx movq %rb...
_ZN15SchemaConverter12_resolve_refERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push r12 push rbx sub rsp, 38h mov r14, rdx mov r15, rsi mov rbx, rdi mov rdi, rdx mov esi, 2Fh ; '/' mov rdx, 0FFFFFFFFFFFFFFFFh call __ZNKSt7__cxx1112basic_stringIcSt...
long long SchemaConverter::_resolve_ref(long long a1, long long a2, long long *a3) { long long v4; // rax int v5; // edx int v6; // ecx int v7; // r8d int v8; // r9d long long v9; // rax char v11[16]; // [rsp+8h] [rbp-50h] BYREF void *v12[2]; // [rsp+18h] [rbp-40h] BYREF long long v13; // [rsp+28h] [...
_resolve_ref: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R14,RDX MOV R15,RSI MOV RBX,RDI MOV RDI,RDX MOV ESI,0x2f MOV RDX,-0x1 CALL 0x0011d5e0 LEA RDX,[RAX + 0x1] MOV RDI,RBX MOV RSI,R14 MOV RCX,-0x1 CALL 0x0011de20 LEA RDI,[R15 + 0x28] LAB_001bf6d0: MOV RSI,RBX CALL 0x001bca46 LEA RCX,[R15 + 0x30] CMP RAX,RC...
/* SchemaConverter::_resolve_ref(std::__cxx11::string const&) */ string * SchemaConverter::_resolve_ref(string *param_1) { _Hashtable<std::__cxx11::string,std::__cxx11::string,std::allocator<std::__cxx11::string>,std::__detail::_Identity,std::equal_to<std::__cxx11::string>,std::hash<std::__cxx11::string>,std::__de...
23,375
my_wc_to_printable_8bit
eloqsql/strings/ctype.c
int my_wc_to_printable_8bit(CHARSET_INFO *cs, my_wc_t wc, uchar *str, uchar *end) { /* Special case: swe7 does not have the backslash character. Use dot instead of backslash for escaping. */ uint bs= cs->tab_to_uni && cs->tab_to_uni['\\'] != '\\' ? '.' : '\\'; DBUG_ASSERT(cs->mbm...
O0
c
my_wc_to_printable_8bit: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x8(%rbp), %rcx xorl %eax, %eax cmpq $0x0, 0x68(%rcx) movb %al, -0x25(%rbp) je 0x7b610 movq -0x8(%rbp), %rax movq 0x68(%rax), %rax movzwl 0xb8(%rax), %eax...
my_wc_to_printable_8bit: 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], rcx mov rcx, [rbp+var_8] xor eax, eax cmp qword ptr [rcx+68h], 0 mov [rbp+var_25], al jz short loc_7B610 mov rax, [rbp+var_8]...
long long my_wc_to_printable_8bit(long long a1, long long a2, long long a3, unsigned long long a4) { unsigned int v4; // eax bool v6; // [rsp+Bh] [rbp-25h] long long v7; // [rsp+20h] [rbp-10h] v7 = a2; v6 = 0; if ( *(_QWORD *)(a1 + 104) ) v6 = *(unsigned __int16 *)(*(_QWORD *)(a1 + 104) + 184LL) != 92...
my_wc_to_printable_8bit: 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],RCX MOV RCX,qword ptr [RBP + -0x8] XOR EAX,EAX CMP qword ptr [RCX + 0x68],0x0 MOV byte ptr [RBP + -0x25],AL JZ 0x0017b610 MOV RAX,qword pt...
void my_wc_to_printable_8bit(long param_1,long param_2,int8 param_3,int8 param_4) { int iVar1; bool bVar2; int8 local_18; bVar2 = false; if (*(long *)(param_1 + 0x68) != 0) { bVar2 = *(short *)(*(long *)(param_1 + 0x68) + 0xb8) != 0x5c; } iVar1 = 0x5c; if (bVar2) { iVar1 = 0x2e; } local...
23,376
js_new_std_file
bluesky950520[P]quickjs/quickjs-libc.c
static JSValue js_new_std_file(JSContext *ctx, FILE *f, BOOL is_popen) { JSRuntime *rt = JS_GetRuntime(ctx); JSThreadState *ts = js_get_thread_state(rt); JSSTDFile *s; JSValue obj; obj = JS_NewObjectClass(ctx, ts->std_file_class_id); if (JS_IsException(obj)) return obj; s = js_malloc...
O1
c
js_new_std_file: pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movl %edx, %ebp movq %rsi, %r15 movq %rdi, %r12 callq 0x1f16a xorl %edi, %edi movq %rax, %rsi xorl %eax, %eax callq 0x399df movl 0x78(%rax), %esi movq %r12, %rdi callq 0x203a0 movq %rax, %r14 movq %rdx, %rbx cmpl $0x6, %ebx je 0x151c0 movl $0x10, %...
js_new_std_file: push rbp push r15 push r14 push r12 push rbx mov ebp, edx mov r15, rsi mov r12, rdi call JS_GetRuntime xor edi, edi mov rsi, rax xor eax, eax call js_std_cmd mov esi, [rax+78h] mov rdi, r12 call JS_NewObjectClass mov r14, rax mov rbx, rdx ...
unsigned long long js_new_std_file(long long a1, long long a2, int a3) { int Runtime; // eax int v5; // edx int v6; // ecx int v7; // r8d int v8; // r9d long long v9; // rax long long v10; // r14 long long v11; // rdx long long v12; // rbx long long v13; // rax unsigned long long v14; // rcx R...
js_new_std_file: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV EBP,EDX MOV R15,RSI MOV R12,RDI CALL 0x0011f16a XOR EDI,EDI MOV RSI,RAX XOR EAX,EAX CALL 0x001399df MOV ESI,dword ptr [RAX + 0x78] MOV RDI,R12 CALL 0x001203a0 MOV R14,RAX MOV RBX,RDX CMP EBX,0x6 JZ 0x001151c0 MOV ESI,0x10 MOV RDI,R12 CALL 0x0010ed7d TEST...
int1 [16] js_new_std_file(int8 param_1,int8 param_2,int4 param_3) { int8 uVar1; long lVar2; int8 *puVar3; ulong uVar4; int1 auVar5 [16]; int1 auVar6 [16]; uVar1 = JS_GetRuntime(); lVar2 = js_std_cmd(0,uVar1); auVar5 = JS_NewObjectClass(param_1,*(int4 *)(lVar2 + 0x78)); uVar4 = auVar5._0_8_; ...
23,377
find_typeset
eloqsql/mysys/typelib.c
my_ulonglong find_typeset(const char *x, TYPELIB *lib, int *err) { my_ulonglong result; int find; const char *i; DBUG_ENTER("find_set"); DBUG_PRINT("enter",("x: '%s' lib: %p", x, lib)); if (!lib->count) { DBUG_PRINT("exit",("no count")); DBUG_RETURN(0); } result= 0; *err= 0; while (*x) ...
O3
c
find_typeset: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp cmpl $0x0, (%rsi) je 0x298cb movq %rdi, %r13 movl $0x0, (%rdx) cmpb $0x0, (%rdi) je 0x298d0 movq %rsi, %r14 xorl %r12d, %r12d xorl %r15d, %r15d movq %rdx, -0x30(%rbp) incl %r12d movl %r12d, (%rdx) leaq 0x1(%...
find_typeset: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h cmp dword ptr [rsi], 0 jz loc_298CB mov r13, rdi mov dword ptr [rdx], 0 cmp byte ptr [rdi], 0 jz short loc_298D0 mov r14, rsi xor r12d, r12d xor r15d, r15d mov ...
long long find_typeset(_BYTE *a1, _DWORD *a2, _DWORD *a3) { _BYTE *v3; // r13 int v4; // r12d long long v5; // r15 _BYTE *i; // rax _BYTE *v7; // rbx long long v8; // rax int type_eol; // eax _BYTE *v11; // [rsp+8h] [rbp-38h] BYREF _DWORD *v12; // [rsp+10h] [rbp-30h] if ( !*a2 ) return 0LL; ...
find_typeset: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 CMP dword ptr [RSI],0x0 JZ 0x001298cb MOV R13,RDI MOV dword ptr [RDX],0x0 CMP byte ptr [RDI],0x0 JZ 0x001298d0 MOV R14,RSI XOR R12D,R12D XOR R15D,R15D MOV qword ptr [RBP + -0x30],RDX LAB_00129861: INC R12D MOV dword ptr [RDX],R...
ulong find_typeset(char *param_1,int *param_2,int *param_3) { int iVar1; char *pcVar2; size_t sVar3; char *pcVar4; int iVar5; ulong uVar6; char *local_40; int *local_38; if (*param_2 == 0) { LAB_001298cb: uVar6 = 0; } else { *param_3 = 0; if (*param_1 == '\0') { uVar6 = 0; ...
23,378
R3D_SetMaterialAlbedo
r3d/src/r3d_utils.c
void R3D_SetMaterialAlbedo(Material* material, Texture2D* texture, Color color) { if (material == NULL) { return; } MaterialMap* map = &material->maps[MATERIAL_MAP_ALBEDO]; if (texture != NULL) { map->texture = *texture; } else if (map->texture.id == 0) { map->texture =...
O3
c
R3D_SetMaterialAlbedo: testq %rdi, %rdi je 0xbfbe7 pushq %rbp movq %rsp, %rbp movq 0x10(%rdi), %rax testq %rsi, %rsi je 0xbfbc4 movl 0x10(%rsi), %ecx movl %ecx, 0x10(%rax) movups (%rsi), %xmm0 movups %xmm0, (%rax) jmp 0xbfbe3 cmpl $0x0, (%rax) jne 0xbfbe3 leaq 0x102970(%rip), %rcx # 0x1c2540 movl 0x1530(%rcx), %ecx ...
R3D_SetMaterialAlbedo: test rdi, rdi jz short locret_BFBE7 push rbp mov rbp, rsp mov rax, [rdi+10h] test rsi, rsi jz short loc_BFBC4 mov ecx, [rsi+10h] mov [rax+10h], ecx movups xmm0, xmmword ptr [rsi] movups xmmword ptr [rax], xmm0 jmp short loc_BFBE3 loc_BFBC4: cmp dword p...
void R3D_SetMaterialAlbedo(long long a1, long long a2, int a3) { long long v3; // rax if ( a1 ) { v3 = *(_QWORD *)(a1 + 16); if ( a2 ) { *(_DWORD *)(v3 + 16) = *(_DWORD *)(a2 + 16); *(_OWORD *)v3 = *(_OWORD *)a2; } else if ( !*(_DWORD *)v3 ) { *(_DWORD *)v3 = *((_DWORD ...
R3D_SetMaterialAlbedo: TEST RDI,RDI JZ 0x001bfbe7 PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RDI + 0x10] TEST RSI,RSI JZ 0x001bfbc4 MOV ECX,dword ptr [RSI + 0x10] MOV dword ptr [RAX + 0x10],ECX MOVUPS XMM0,xmmword ptr [RSI] MOVUPS xmmword ptr [RAX],XMM0 JMP 0x001bfbe3 LAB_001bfbc4: CMP dword ptr [RAX],0x0 JNZ 0x001bfbe3 L...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void R3D_SetMaterialAlbedo(long param_1,int8 *param_2,int param_3) { int *piVar1; int8 uVar2; if (param_1 != 0) { piVar1 = *(int **)(param_1 + 0x10); if (param_2 == (int8 *)0x0) { if (*piVar1 == 0) { *...
23,379
main
giladroyz[P]FindPeaks/examples/usage_cpp.cpp
int main() { std::cout << "===== Basic Example =====\n\n"; basic_example(); std::cout << "=========================\n\n"; std::cout << "===== Medium Example =====\n\n"; medium_example(); std::cout << "==========================\n\n"; std::cout << "===== Advance Example =====\n\n"; adva...
O2
cpp
main: pushq %rbx movq 0x770e(%rip), %rbx # 0x8fd8 leaq 0x383d(%rip), %rsi # 0x510e movq %rbx, %rdi callq 0x10d0 callq 0x126c leaq 0x3882(%rip), %rsi # 0x5167 movq %rbx, %rdi callq 0x10d0 leaq 0x3836(%rip), %rsi # 0x512a movq %rbx, %rdi callq 0x10d0 callq 0x1453 leaq 0x385e(%rip), %rsi # 0x5166 ...
main: push rbx mov rbx, cs:_ZSt4cout_ptr lea rsi, aBasicExample; "===== Basic Example =====\n\n" mov rdi, rbx call __ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc; std::operator<<<std::char_traits<char>>(std::ostream &,char const*) call _Z13basic_examplev; basic_example(void) lea rsi, ...
int main(int argc, const char **argv, const char **envp) { long long v3; // rdx long long v4; // rdx long long v5; // rdx long long v6; // rdx long long v7; // rdx std::operator<<<std::char_traits<char>>(&std::cout, "===== Basic Example =====\n\n", envp); basic_example(); std::operator<<<std::char_tra...
main: PUSH RBX MOV RBX,qword ptr [0x00108fd8] LEA RSI,[0x10510e] MOV RDI,RBX CALL 0x001010d0 CALL 0x0010126c LEA RSI,[0x105167] MOV RDI,RBX CALL 0x001010d0 LEA RSI,[0x10512a] MOV RDI,RBX CALL 0x001010d0 CALL 0x00101453 LEA RSI,[0x105166] MOV RDI,RBX CALL 0x001010d0 LEA RSI,[0x105147] MOV RDI,RBX CALL 0x001010d0 CALL 0x...
int8 main(void) { int *puVar1; puVar1 = PTR_cout_00108fd8; std::operator<<((ostream *)PTR_cout_00108fd8,"===== Basic Example =====\n\n"); basic_example(); std::operator<<((ostream *)puVar1,"=========================\n\n"); std::operator<<((ostream *)puVar1,"===== Medium Example =====\n\n"); medium_ex...
23,380
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
7CodeWizard[P]stablediffusion/model.cpp
bool ModelLoader::init_from_file(const std::string& file_path, const std::string& prefix) { if (is_directory(file_path)) { LOG_INFO("load %s using diffusers format", file_path.c_str()); return init_from_diffusers_file(file_path, prefix); } else if (is_gguf_file(file_path)) { LOG_INFO("lo...
O0
cpp
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): subq $0x28, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movq %rdx, 0x8(%rsp) movq 0x18(%rsp), %rax movq %rax, (%...
_ZN11ModelLoader14init_from_fileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_: sub rsp, 28h mov [rsp+28h+var_10], rdi mov [rsp+28h+var_18], rsi mov [rsp+28h+var_20], rdx mov rax, [rsp+28h+var_10] mov [rsp+28h+var_28], rax mov rdi, [rsp+28h+var_18] call _Z12is_directoryRKNSt7_...
init_from_file: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV qword ptr [RSP + 0x8],RDX MOV RAX,qword ptr [RSP + 0x18] MOV qword ptr [RSP],RAX MOV RDI,qword ptr [RSP + 0x10] CALL 0x001eac00 TEST AL,0x1 JNZ 0x001bbd6c JMP 0x001bbdb6 LAB_001bbd6c: MOV RDI,qword ptr [RSP + 0x10] CALL 0x001...
/* ModelLoader::init_from_file(std::__cxx11::string const&, std::__cxx11::string const&) */ byte __thiscall ModelLoader::init_from_file(ModelLoader *this,string *param_1,string *param_2) { ulong uVar1; int8 uVar2; byte local_1; uVar1 = is_directory(param_1); if ((uVar1 & 1) == 0) { uVar1 = is_gguf_f...
23,381
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
7CodeWizard[P]stablediffusion/model.cpp
bool ModelLoader::init_from_file(const std::string& file_path, const std::string& prefix) { if (is_directory(file_path)) { LOG_INFO("load %s using diffusers format", file_path.c_str()); return init_from_diffusers_file(file_path, prefix); } else if (is_gguf_file(file_path)) { LOG_INFO("lo...
O2
cpp
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %rbx movq %rdx, %r15 movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi callq 0x55a58 testb ...
_ZN11ModelLoader14init_from_fileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_: push r15 push r14 push rbx mov r15, rdx mov rbx, rsi mov r14, rdi mov rdi, rsi call _Z12is_directoryRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE; is_directory(std::string const&) test al,...
long long ModelLoader::init_from_file( long long a1, long long *a2, long long a3, long long a4, long long a5, long long a6, int a7, int a8, int a9, int a10, int a11, int a12, int a13, int a14, int a1...
init_from_file: PUSH R15 PUSH R14 PUSH RBX MOV R15,RDX MOV RBX,RSI MOV R14,RDI MOV RDI,RSI CALL 0x00155a58 TEST AL,AL JZ 0x0014757a MOV R8,qword ptr [RBX] LEA RSI,[0x19dce3] LEA RCX,[0x19dd33] PUSH 0x1 POP RDI MOV EDX,0x27b XOR EAX,EAX CALL 0x00155f59 MOV RDI,R14 MOV RSI,RBX POP RBX POP R14 POP R15 JMP 0x00147656 LAB_0...
/* ModelLoader::init_from_file(std::__cxx11::string const&, std::__cxx11::string const&) */ int8 __thiscall ModelLoader::init_from_file(ModelLoader *this,string *param_1,string *param_2) { char cVar1; int8 uVar2; cVar1 = is_directory(param_1); if (cVar1 != '\0') { log_printf(1,"/workspace/llm4binary/g...
23,382
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
7CodeWizard[P]stablediffusion/model.cpp
bool ModelLoader::init_from_file(const std::string& file_path, const std::string& prefix) { if (is_directory(file_path)) { LOG_INFO("load %s using diffusers format", file_path.c_str()); return init_from_diffusers_file(file_path, prefix); } else if (is_gguf_file(file_path)) { LOG_INFO("lo...
O3
cpp
ModelLoader::init_from_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %rbx movq %rdx, %r15 movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi callq 0x78c47 testb ...
_ZN11ModelLoader14init_from_fileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_: push r15 push r14 push rbx mov r15, rdx mov rbx, rsi mov r14, rdi mov rdi, rsi call _Z12is_directoryRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE; is_directory(std::string const&) test al,...
long long ModelLoader::init_from_file( long long a1, long long *a2, long long a3, long long a4, long long a5, long long a6, int a7, int a8, void *a9, int a10, long long a11, int a12, void *a13, int a14, ...
23,383
maria_page_get_lsn
eloqsql/storage/maria/ma_blockrec.c
TRANSLOG_ADDRESS maria_page_get_lsn(uchar *page, pgcache_page_no_t page_no __attribute__((unused)), uchar* data_ptr __attribute__((unused))) { #ifndef DBUG_OFF const MARIA_SHARE *share= (MARIA_SHARE*)data_ptr; DBUG_ASSERT(share->page_type == PAGECACHE_LSN_PAGE && ...
O3
c
maria_page_get_lsn: pushq %rbp movq %rsp, %rbp movzwl (%rdi), %eax shlq $0x20, %rax movzbl 0x2(%rdi), %ecx shlq $0x30, %rcx orq %rax, %rcx movl 0x3(%rdi), %eax orq %rcx, %rax popq %rbp retq
maria_page_get_lsn: push rbp mov rbp, rsp movzx eax, word ptr [rdi] shl rax, 20h movzx ecx, byte ptr [rdi+2] shl rcx, 30h or rcx, rax mov eax, [rdi+3] or rax, rcx pop rbp retn
unsigned long long maria_page_get_lsn(unsigned __int16 *a1) { return ((unsigned long long)*a1 << 32) | ((unsigned long long)*((unsigned __int8 *)a1 + 2) << 48) | *(unsigned int *)((char *)a1 + 3); }
maria_page_get_lsn: PUSH RBP MOV RBP,RSP MOVZX EAX,word ptr [RDI] SHL RAX,0x20 MOVZX ECX,byte ptr [RDI + 0x2] SHL RCX,0x30 OR RCX,RAX MOV EAX,dword ptr [RDI + 0x3] OR RAX,RCX POP RBP RET
ulong maria_page_get_lsn(ushort *param_1) { return (ulong)*(uint *)((long)param_1 + 3) | (ulong)(byte)param_1[1] << 0x30 | (ulong)*param_1 << 0x20; }
23,384
mul_sum_us8_pairs_float
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu-quants.c
static inline __m256 mul_sum_us8_pairs_float(const __m256i ax, const __m256i sy) { #if defined(__AVX512VNNI__) && defined(__AVX512VL__) const __m256i zero = _mm256_setzero_si256(); const __m256i summed_pairs = _mm256_dpbusd_epi32(zero, ax, sy); return _mm256_cvtepi32_ps(summed_pairs); #elif defined(__AVXVNN...
O0
c
mul_sum_us8_pairs_float: pushq %rbp movq %rsp, %rbp andq $-0x20, %rsp subq $0xc0, %rsp vmovdqa %ymm0, 0x40(%rsp) vmovdqa %ymm1, 0x20(%rsp) vmovdqa 0x40(%rsp), %ymm1 vmovdqa 0x20(%rsp), %ymm0 vmovdqa %ymm1, 0x80(%rsp) vmovdqa %ymm0, 0x60(%rsp) vmovdqa 0x80(%rsp), %ymm0 vmovdqa 0x60(%rsp), %ymm1 vpmaddubsw %ymm1, %ymm0, ...
mul_sum_us8_pairs_float: push rbp mov rbp, rsp and rsp, 0FFFFFFFFFFFFFFE0h sub rsp, 0C0h vmovdqa [rsp+0C0h+var_80], ymm0 vmovdqa [rsp+0C0h+var_A0], ymm1 vmovdqa ymm1, [rsp+0C0h+var_80] vmovdqa ymm0, [rsp+0C0h+var_A0] vmovdqa [rsp+0C0h+var_40], ymm1 vmovdqa [rsp+0C0h+var_60], ymm0 vmovdqa ymm0, [rsp+0C0h+...
long long mul_sum_us8_pairs_float(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6) { __m256 v15; // [rsp+0h] [rbp-C0h] __m256 v16; // [rsp+20h] [rbp-A0h] __m256 v17; // [rsp+40h] [rbp-80h] __m256 v18; // [rsp+60h] [rbp-60h] __asm { vmovdqa [rsp+0C0h+var_80], ymm0 ...
mul_sum_us8_pairs_float: PUSH RBP MOV RBP,RSP AND RSP,-0x20 SUB RSP,0xc0 VMOVDQA ymmword ptr [RSP + 0x40],YMM0 VMOVDQA ymmword ptr [RSP + 0x20],YMM1 VMOVDQA YMM1,ymmword ptr [RSP + 0x40] VMOVDQA YMM0,ymmword ptr [RSP + 0x20] VMOVDQA ymmword ptr [RSP + 0x80],YMM1 VMOVDQA ymmword ptr [RSP + 0x60],YMM0 VMOVDQA YMM0,ymmwor...
void mul_sum_us8_pairs_float(int8 param_1,int8 param_2) { int1 auVar1 [32]; int1 auVar2 [32]; int8 in_XMM0_Qb; int8 in_YMM0_H; int8 in_register_00001218; int8 in_XMM1_Qb; int8 in_YMM1_H; int8 in_register_00001258; int8 local_e0; auVar2._8_8_ = in_XMM0_Qb; auVar2._0_8_ = param_1; auVar2._16_...
23,385
my_read_charset_file
eloqsql/mysys/charset.c
static my_bool my_read_charset_file(MY_CHARSET_LOADER *loader, const char *filename, myf myflags) { uchar *buf; int fd; size_t len, tmp_len; MY_STAT stat_info; if (!my_stat(filename, &stat_info, MYF(myflags)) || ((len= (uint)stat_info.st_size) > MY_MAX_ALLO...
O3
c
my_read_charset_file: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xf8, %rsp movq %rdx, %r12 movq %rsi, %r14 movq %rdi, %rbx leaq -0x120(%rbp), %rsi movq %r14, %rdi callq 0x2acd7 testq %rax, %rax je 0x2ef08 movl -0xf0(%rbp), %r13d cmpq $0x100000, %r13 # imm = 0x100000...
my_read_charset_file: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 0F8h mov r12, rdx mov r14, rsi mov rbx, rdi lea rsi, [rbp+var_120] mov rdi, r14 call my_stat test rax, rax jz loc_2EF08 mov r13d, [rbp+var_F0] cmp r13, offse...
long long my_read_charset_file(long long a1, long long a2, long long a3) { int v4; // r14d long long result; // rax long long v6; // r13 long long v7; // r15 long long v8; // rax long long v9; // rbx long long v10; // rax long long v11; // rax int v12; // r9d long long v13; // rax long long v14; ...
my_read_charset_file: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xf8 MOV R12,RDX MOV R14,RSI MOV RBX,RDI LEA RSI,[RBP + -0x120] MOV RDI,R14 CALL 0x0012acd7 TEST RAX,RAX JZ 0x0012ef08 MOV R13D,dword ptr [RBP + -0xf0] CMP R13,0x100000 JA 0x0012ef08 LEA RAX,[0x46af34] MOV EDI,dword ptr [RAX...
void my_read_charset_file(int8 param_1,int8 param_2,ulong param_3) { char cVar1; int iVar2; long lVar3; long lVar4; ulong uVar5; ulong uVar6; ulong uVar7; int1 local_128 [48]; uint local_f8; int1 local_98 [72]; long local_50; long local_48; int8 local_40; ulong local_38; lVar3 = my_st...
23,386
my_strntol_mb2_or_mb4
eloqsql/strings/ctype-ucs2.c
static long my_strntol_mb2_or_mb4(CHARSET_INFO *cs, const char *nptr, size_t l, int base, char **endptr, int *err) { int negative= 0; int overflow; int cnv; my_wc_t wc; my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc; register unsigned int cutlim; r...
O0
c
my_strntol_mb2_or_mb4: pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movq %r8, -0x30(%rbp) movq %r9, -0x38(%rbp) movl $0x0, -0x3c(%rbp) movq -0x10(%rbp), %rax movq 0xb8(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x58(%rbp) movq...
my_strntol_mb2_or_mb4: push rbp mov rbp, rsp sub rsp, 90h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_30], r8 mov [rbp+var_38], r9 mov [rbp+var_3C], 0 mov rax, [rbp+var_10] mov rax, [rax+0B8h] mov rax, [rax+28h] ...
long long my_strntol_mb2_or_mb4(long long a1, long long a2, long long a3, unsigned int a4, _QWORD *a5, int *a6) { int v6; // ecx long long v7; // rax long long v10; // [rsp+10h] [rbp-80h] long long v11; // [rsp+18h] [rbp-78h] long long v12; // [rsp+20h] [rbp-70h] unsigned int v13; // [rsp+2Ch] [rbp-64h] ...
my_strntol_mb2_or_mb4: PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV dword ptr [RBP + -0x3c],0x0 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,q...
/* WARNING: Removing unreachable block (ram,0x0015c244) */ /* WARNING: Removing unreachable block (ram,0x0015c396) */ ulong my_strntol_mb2_or_mb4 (long param_1,long param_2,long param_3,uint param_4,long *param_5, int4 *param_6) { code *pcVar1; ulong uVar2; long lVar3; uint uV...
23,387
my_strntol_mb2_or_mb4
eloqsql/strings/ctype-ucs2.c
static long my_strntol_mb2_or_mb4(CHARSET_INFO *cs, const char *nptr, size_t l, int base, char **endptr, int *err) { int negative= 0; int overflow; int cnv; my_wc_t wc; my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc; register unsigned int cutlim; r...
O3
c
my_strntol_mb2_or_mb4: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %r8, -0x40(%rbp) movl %ecx, -0x34(%rbp) movq %rdx, %r13 movq %rsi, %r15 movq %rdi, %r14 movq 0xb8(%rdi), %rax movq 0x28(%rax), %r12 addq %rsi, %r13 movq %r9, -0x50(%rbp) movl $0x0, (%r9) leaq -...
my_strntol_mb2_or_mb4: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov [rbp+var_40], r8 mov [rbp+var_34], ecx mov r13, rdx mov r15, rsi mov r14, rdi mov rax, [rdi+0B8h] mov r12, [rax+28h] add r13, rsi mov [rbp+var_50], r9 ...
long long my_strntol_mb2_or_mb4(long long a1, long long a2, long long a3, unsigned int a4, _QWORD *a5, int *a6) { long long v6; // r15 long long ( *v8)(long long, _QWORD *, long long, long long); // r12 long long v9; // r13 int v10; // eax int v11; // ecx long long result; // rax int v13; // eax long l...
my_strntol_mb2_or_mb4: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x40],R8 MOV dword ptr [RBP + -0x34],ECX MOV R13,RDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr [RDI + 0xb8] MOV R12,qword ptr [RAX + 0x28] ADD R13,RSI MOV qword ptr [RBP + -0x50],R9 MOV dword ptr ...
ulong my_strntol_mb2_or_mb4 (long param_1,long param_2,long param_3,uint param_4,long *param_5, int4 *param_6) { code *pcVar1; bool bVar2; bool bVar3; bool bVar4; uint uVar5; uint uVar6; ulong uVar7; int4 uVar8; uint uVar9; ulong uVar10; long lVar11; ulong local...
23,388
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
void push_back(basic_json&& val) { // push_back only works for null objects or arrays if (JSON_HEDLEY_UNLIKELY(!(is_null() || is_array()))) { JSON_THROW(type_error::create(308, detail::concat("cannot use push_back() with ", type_name()), this)); } // transform nu...
O2
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9push_backEOSD_: push rbp; char push r14; int push rbx; int sub rsp, 30h mov rbx, rsi mov r14, rdi movzx eax, byte ptr [rdi] test ea...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::push_back( long long a1, long long a2) { nlohmann::json_abi_v3_11...
push_back: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI MOVZX EAX,byte ptr [RDI] TEST EAX,EAX JNZ 0x00181343 MOV byte ptr [R14],0x2 CALL 0x0012b2a8 MOV qword ptr [R14 + 0x8],RAX PUSH 0x1 POP RSI MOV RDI,R14 CALL 0x0012b16e JMP 0x00181348 LAB_00181343: CMP EAX,0x2 JNZ 0x0018135c LAB_00181348: MOV RDI,...
/* 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_back(nlohmann::json_ab...
23,389
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
void push_back(basic_json&& val) { // push_back only works for null objects or arrays if (JSON_HEDLEY_UNLIKELY(!(is_null() || is_array()))) { JSON_THROW(type_error::create(308, detail::concat("cannot use push_back() with ", type_name()), this)); } // transform nu...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9push_backEOSD_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov rbx, rsi mov r14, rdi movzx eax, byte ptr [rdi] test ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::push_back( long long a1, long long a2) { long long v2; // rax n...
push_back: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RSI MOV R14,RDI MOVZX EAX,byte ptr [RDI] TEST EAX,EAX JNZ 0x001983a0 MOV byte ptr [R14],0x2 MOV EDI,0x18 CALL 0x001196a0 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RAX],XMM0 MOV qword ptr [RAX + 0x10],0x0 MOV qword ptr [R14 + 0x8],RAX MOV RDI,R14 MOV ESI,0x1 CALL 0x00...
/* 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_back(nlohmann::json_ab...
23,390
exchange_int16s
bluesky950520[P]quickjs/cutils.c
static void exchange_int16s(void *a, void *b, size_t size) { uint16_t *ap = (uint16_t *)a; uint16_t *bp = (uint16_t *)b; for (size /= sizeof(uint16_t); size-- != 0;) { uint16_t t = *ap; *ap++ = *bp; *bp++ = t; } }
O0
c
exchange_int16s: movq %rdi, -0x8(%rsp) movq %rsi, -0x10(%rsp) movq %rdx, -0x18(%rsp) movq -0x8(%rsp), %rax movq %rax, -0x20(%rsp) movq -0x10(%rsp), %rax movq %rax, -0x28(%rsp) movq -0x18(%rsp), %rax shrq %rax movq %rax, -0x18(%rsp) movq -0x18(%rsp), %rax movq %rax, %rcx addq $-0x1, %rcx movq %rcx, -0x18(%rsp) cmpq $0x0...
exchange_int16s: mov [rsp+var_8], rdi mov [rsp+var_10], rsi mov [rsp+var_18], rdx mov rax, [rsp+var_8] mov [rsp+var_20], rax mov rax, [rsp+var_10] mov [rsp+var_28], rax mov rax, [rsp+var_18] shr rax, 1 mov [rsp+var_18], rax loc_214B0: mov rax, [rsp+var_18] mov rcx, rax ad...
long long exchange_int16s(__int16 *a1, __int16 *a2, unsigned long long a3) { long long result; // rax __int16 *v4; // rax __int16 *v5; // rax __int16 v6; // [rsp+0h] [rbp-2Ah] unsigned long long v9; // [rsp+12h] [rbp-18h] v9 = a3 >> 1; while ( 1 ) { result = v9--; if ( !result ) break; ...
exchange_int16s: MOV qword ptr [RSP + -0x8],RDI MOV qword ptr [RSP + -0x10],RSI MOV qword ptr [RSP + -0x18],RDX MOV RAX,qword ptr [RSP + -0x8] MOV qword ptr [RSP + -0x20],RAX MOV RAX,qword ptr [RSP + -0x10] MOV qword ptr [RSP + -0x28],RAX MOV RAX,qword ptr [RSP + -0x18] SHR RAX,0x1 MOV qword ptr [RSP + -0x18],RAX LAB_0...
void exchange_int16s(int2 *param_1,int2 *param_2,ulong param_3) { int2 uVar1; int2 *local_28; int2 *local_20; ulong local_18; local_28 = param_2; local_20 = param_1; local_18 = param_3 >> 1; while (local_18 != 0) { uVar1 = *local_20; *local_20 = *local_28; *local_28 = uVar1; local_2...
23,391
exchange_int16s
bluesky950520[P]quickjs/cutils.c
static void exchange_int16s(void *a, void *b, size_t size) { uint16_t *ap = (uint16_t *)a; uint16_t *bp = (uint16_t *)b; for (size /= sizeof(uint16_t); size-- != 0;) { uint16_t t = *ap; *ap++ = *bp; *bp++ = t; } }
O1
c
exchange_int16s: cmpq $0x2, %rdx jb 0x1c969 shrq %rdx xorl %eax, %eax movzwl (%rdi,%rax,2), %ecx movzwl (%rsi,%rax,2), %r8d movw %r8w, (%rdi,%rax,2) movw %cx, (%rsi,%rax,2) incq %rax cmpq %rax, %rdx jne 0x1c94f retq
exchange_int16s: cmp rdx, 2 jb short locret_1C969 shr rdx, 1 xor eax, eax loc_1C94F: movzx ecx, word ptr [rdi+rax*2] movzx r8d, word ptr [rsi+rax*2] mov [rdi+rax*2], r8w mov [rsi+rax*2], cx inc rax cmp rdx, rax jnz short loc_1C94F locret_1C969: retn
void exchange_int16s(long long a1, long long a2, unsigned long long a3) { unsigned long long v3; // rdx long long v4; // rax __int16 v5; // cx if ( a3 >= 2 ) { v3 = a3 >> 1; v4 = 0LL; do { v5 = *(_WORD *)(a1 + 2 * v4); *(_WORD *)(a1 + 2 * v4) = *(_WORD *)(a2 + 2 * v4); *(_W...
exchange_int16s: CMP RDX,0x2 JC 0x0011c969 SHR RDX,0x1 XOR EAX,EAX LAB_0011c94f: MOVZX ECX,word ptr [RDI + RAX*0x2] MOVZX R8D,word ptr [RSI + RAX*0x2] MOV word ptr [RDI + RAX*0x2],R8W MOV word ptr [RSI + RAX*0x2],CX INC RAX CMP RDX,RAX JNZ 0x0011c94f LAB_0011c969: RET
void exchange_int16s(long param_1,long param_2,ulong param_3) { int2 uVar1; ulong uVar2; if (1 < param_3) { uVar2 = 0; do { uVar1 = *(int2 *)(param_1 + uVar2 * 2); *(int2 *)(param_1 + uVar2 * 2) = *(int2 *)(param_2 + uVar2 * 2); *(int2 *)(param_2 + uVar2 * 2) = uVar1; uVar2 = ...
23,392
protocol::utils::make_entity_head(Dimension*, entt::entity, unsigned int)
untodesu[P]voxelius/game/shared/protocol.cc
ENetPacket *protocol::utils::make_entity_head(Dimension *dimension, entt::entity entity, enet_uint32 flags) { if(auto component = dimension->entities.try_get<HeadComponent>(entity)) { protocol::EntityHead packet; packet.entity = entity; packet.angles = component->angles; return proto...
O3
cpp
protocol::utils::make_entity_head(Dimension*, entt::entity, unsigned int): pushq %rbp pushq %rbx subq $0x28, %rsp movl %edx, %ebx movl %esi, %ebp addq $0x158, %rdi # imm = 0x158 callq 0x7de58 testq %rax, %rax je 0x7da3f leaq 0x8(%rsp), %rdi movq $0x0, 0x8(%rdi) leaq 0x1d1afd(%rip), %rcx # 0x24f520 movq %r...
_ZN8protocol5utils16make_entity_headEP9DimensionN4entt6entityEj: push rbp push rbx sub rsp, 28h mov ebx, edx mov ebp, esi add rdi, 158h call _ZNK4entt14basic_registryINS_6entityESaIS1_EE7try_getIJ13HeadComponentEEEDaS1_ test rax, rax jz short loc_7DA3F lea rdi, [rsp+38h+var_30]; thi...
long long protocol::utils::make_entity_head(long long a1, int a2, unsigned int a3) { long long v4; // rax _QWORD v6[2]; // [rsp+8h] [rbp-30h] BYREF int v7; // [rsp+18h] [rbp-20h] long long v8; // [rsp+1Ch] [rbp-1Ch] int v9; // [rsp+24h] [rbp-14h] v4 = entt::basic_registry<entt::entity,std::allocator<entt:...
make_entity_head: PUSH RBP PUSH RBX SUB RSP,0x28 MOV EBX,EDX MOV EBP,ESI ADD RDI,0x158 CALL 0x0017de58 TEST RAX,RAX JZ 0x0017da3f LEA RDI,[RSP + 0x8] MOV qword ptr [RDI + 0x8],0x0 LEA RCX,[0x34f520] MOV qword ptr [RDI],RCX MOV dword ptr [RDI + 0x10],EBP MOV RCX,qword ptr [RAX] MOV qword ptr [RDI + 0x14],RCX MOV EAX,dwo...
/* protocol::utils::make_entity_head(Dimension*, entt::entity, unsigned int) */ int8 protocol::utils::make_entity_head(long param_1,int4 param_2,uint param_3) { int8 *puVar1; int8 uVar2; int **local_30; int8 local_28; int4 local_20; int8 local_1c; int4 local_14; puVar1 = (int8 *) entt::...
23,393
dump_datapage
eloqsql/storage/maria/ma_loghandler.c
static void dump_datapage(uchar *buffer, File handler) { uchar *ptr; ulong offset; uint32 page, file; uint header_len; printf(" Page: %ld File number: %ld\n", (ulong) (page= uint3korr(buffer)), (ulong) (file= uint3korr(buffer + 3))); if (page == 0) printf(" WARNING: page == 0!!!\n...
O0
c
dump_datapage: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rax movzbl (%rax), %eax movq -0x8(%rbp), %rcx movzbl 0x1(%rcx), %ecx shll $0x8, %ecx orl %ecx, %eax movq -0x8(%rbp), %rcx movzbl 0x2(%rcx), %ecx shll $0x10, %ecx orl %ecx, %eax movl %eax, -0x24(%rbp)...
dump_datapage: push rbp mov rbp, rsp sub rsp, 0A0h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov rax, [rbp+var_8] movzx eax, byte ptr [rax] mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx+1] shl ecx, 8 or eax, ecx mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx+2] shl ecx, ...
char dump_datapage(unsigned __int16 *a1, int a2) { char result; // al bool v3; // [rsp+3h] [rbp-9Dh] unsigned int i; // [rsp+4h] [rbp-9Ch] unsigned int v5; // [rsp+10h] [rbp-90h] BYREF _DWORD v6[18]; // [rsp+18h] [rbp-88h] BYREF char v7; // [rsp+60h] [rbp-40h] char v8; // [rsp+61h] [rbp-3Fh] unsigned i...
dump_datapage: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOVZX EAX,byte ptr [RAX] MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX + 0x1] SHL ECX,0x8 OR EAX,ECX MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX + 0x2] SHL EC...
void dump_datapage(uint3 *param_1,int4 param_2) { uint3 *puVar1; char cVar2; ulong uVar3; uint local_a4; uint local_98 [2]; int1 auStack_90 [16]; int4 local_80; int1 local_48; int1 local_47; uint local_3c; uint local_38; uint local_34; uint local_30; uint local_2c; ulong local_28; uint...
23,394
nglog::tools::GetHex(char const*, char const*, unsigned long*)
ng-log[P]ng-log/src/symbolize.cc
static char* GetHex(const char* start, const char* end, uint64_t* hex) { *hex = 0; const char* p; for (p = start; p < end; ++p) { int ch = *p; if ((ch >= '0' && ch <= '9') || (ch >= 'A' && ch <= 'F') || (ch >= 'a' && ch <= 'f')) { *hex = (*hex << 4U) | (ch < 'A' ? static_cast<ui...
O2
cpp
nglog::tools::GetHex(char const*, char const*, unsigned long*): pushq %rax andq $0x0, (%rdx) xorl %eax, %eax movabsq $0x3f0000003f, %rcx # imm = 0x3F0000003F cmpq %rsi, %rdi jae 0x1e0f6 movb (%rdi), %r8b leal -0x30(%r8), %r9d cmpb $0xa, %r9b jb 0x1e0cc movzbl %r8b, %r9d addl $-0x41, %r9d cmpl $0x25, %r9d ja 0x1e0f6...
_ZN5nglog5toolsL6GetHexEPKcS2_Pm: push rax and qword ptr [rdx], 0 xor eax, eax mov rcx, 3F0000003Fh loc_1E0A6: cmp rdi, rsi jnb short loc_1E0F6 mov r8b, [rdi] lea r9d, [r8-30h] cmp r9b, 0Ah jb short loc_1E0CC movzx r9d, r8b add r9d, 0FFFFFFBFh cmp r9d, 25h ; '%' ja ...
nglog::tools * nglog::tools::GetHex(nglog::tools *this, nglog::tools *a2, char *a3, unsigned long long *a4) { long long v4; // rax long long v5; // rcx unsigned __int8 v6; // r8 unsigned long long v7; // r9 long long v8; // rax long long v9; // r9 *(_QWORD *)a3 = 0LL; v4 = 0LL; v5 = 0x3F0000003FLL; ...
GetHex: PUSH RAX AND qword ptr [RDX],0x0 XOR EAX,EAX MOV RCX,0x3f0000003f LAB_0011e0a6: CMP RDI,RSI JNC 0x0011e0f6 MOV R8B,byte ptr [RDI] LEA R9D,[R8 + -0x30] CMP R9B,0xa JC 0x0011e0cc MOVZX R9D,R8B ADD R9D,-0x41 CMP R9D,0x25 JA 0x0011e0f6 BT RCX,R9 JNC 0x0011e0f6 LAB_0011e0cc: MOVSX R9D,R8B SHL RAX,0x4 LEA R10D,[R9 + ...
/* nglog::tools::GetHex(char const*, char const*, unsigned long*) */ byte * nglog::tools::GetHex(char *param_1,char *param_2,ulong *param_3) { byte bVar1; ulong uVar2; ulong uVar3; *param_3 = 0; uVar2 = 0; while ((param_1 < param_2 && ((bVar1 = *param_1, (byte)(bVar1 - 0x30) < 10 || ...
23,395
nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<...
monkey531[P]llama/common/json.hpp
T& operator[](const key_type& key) { return emplace(key, T{}).first->second; }
O3
cpp
nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<...
_ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixERSJ_: push r15 push r14 push rbx sub rsp, 50h mov rbx, rsi mov r15, rdi lea r14...
long long nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,minja::Value,std::less<nlohmann::json_abi_v3...
operator[]: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x50 MOV RBX,RSI MOV R15,RDI LEA R14,[RSP + 0x40] MOV qword ptr [R14 + 0x8],0x0 XORPS XMM0,XMM0 MOVAPS xmmword ptr [R14 + -0x40],XMM0 MOVAPS xmmword ptr [R14 + -0x30],XMM0 MOVAPS xmmword ptr [R14 + -0x20],XMM0 MOVAPS xmmword ptr [R14 + -0x10],XMM0 MOV byte ptr [R14],0x0 MO...
/* nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> ...
23,396
rtree_delete_req
eloqsql/storage/myisam/rt_index.c
static int rtree_delete_req(MI_INFO *info, MI_KEYDEF *keyinfo, uchar *key, uint key_length, my_off_t page, uint *page_size, stPageList *ReinsertList, int level) { uchar *k; uchar *last; ulong i; uint nod_flag; uchar *page_buf; int res; DBUG_ENTER("rt...
O3
c
rtree_delete_req: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %r9, -0x60(%rbp) movl %ecx, -0x34(%rbp) movq %rdx, %r14 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movzwl 0xe(%rsi), %eax movq %rsp, %r12 addl $0xf, %eax andl $-0x10, %eax subq %rax, %r12 movq %r12,...
rtree_delete_req: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov [rbp+var_60], r9 mov [rbp+var_34], ecx mov r14, rdx mov rax, fs:28h mov [rbp+var_30], rax movzx eax, word ptr [rsi+0Eh] mov r12, rsp add eax, 0Fh and eax, 0FF...
long long rtree_delete_req( long long *a1, long long a2, long long a3, unsigned int a4, long long a5, int *a6, long long *a7, int a8) { char *v9; // r12 unsigned int v10; // ebx long long v11; // r13 unsigned long long v12; // rbx char *v13; // ...
rtree_delete_req: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x60],R9 MOV dword ptr [RBP + -0x34],ECX MOV R14,RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOVZX EAX,word ptr [RSI + 0xe] MOV R12,RSP ADD EAX,0xf AND EAX,0xfffffff0 SUB R12,RAX MO...
int8 rtree_delete_req(long *param_1,long param_2,int8 param_3,uint param_4,int8 param_5, uint *param_6,long *param_7,int param_8) { byte bVar1; ushort uVar2; long lVar3; int8 uVar4; long *plVar5; uint uVar6; int iVar7; long lVar8; int8 uVar9; long lVar10; uint uVar11; ulong uVa...
23,397
binding_system_resolve_binding
tsotchke[P]eshkol/src/frontend/binding/core/binding_management.c
uint64_t binding_system_resolve_binding(BindingSystem* system, StringId name) { assert(system != NULL); assert(name != NULL); // Get current scope uint64_t scope_id = system->current_scope_id; // Search for binding in current scope and parent scopes while (scope_id != 0) { // S...
O0
c
binding_system_resolve_binding: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) cmpq $0x0, -0x10(%rbp) je 0x115b9 jmp 0x115d8 leaq 0x580f(%rip), %rdi # 0x16dcf leaq 0xa420(%rip), %rsi # 0x1b9e7 movl $0x56, %edx leaq 0xa4c3(%rip), %rcx # 0x1ba96 callq 0x1120 cmpq ...
binding_system_resolve_binding: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi cmp [rbp+var_10], 0 jz short loc_115B9 jmp short loc_115D8 loc_115B9: lea rdi, aSystemNull; "system != NULL" lea rsi, aWorkspaceLlm4b_20; "/workspace/llm4binary/github/2...
long long binding_system_resolve_binding(_QWORD *a1, long long a2) { unsigned long long j; // [rsp+8h] [rbp-28h] long long i; // [rsp+10h] [rbp-20h] if ( !a1 ) __assert_fail( "system != NULL", "/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/frontend/binding/core/binding_management...
binding_system_resolve_binding: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI CMP qword ptr [RBP + -0x10],0x0 JZ 0x001115b9 JMP 0x001115d8 LAB_001115b9: LEA RDI,[0x116dcf] LEA RSI,[0x11b9e7] MOV EDX,0x56 LEA RCX,[0x11ba96] CALL 0x00101120 LAB_001115d8: CMP qword ptr [...
int8 binding_system_resolve_binding(long param_1,char *param_2) { int iVar1; ulong local_30; long local_28; if (param_1 == 0) { /* WARNING: Subroutine does not return */ __assert_fail("system != NULL", "/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/...
23,398
expand_tilde
eloqsql/mysys/mf_pack.c
static char * expand_tilde(char **path) { if (path[0][0] == FN_LIBCHAR) return home_dir; /* ~/ expanded to home */ #ifdef HAVE_GETPWNAM { char *str,save; struct passwd *user_entry; if (!(str=strchr(*path,FN_LIBCHAR))) str=strend(*path); save= *str; *str= '\0'; user_entry=getpwnam(*p...
O0
c
expand_tilde: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $0x2f, %eax jne 0x407ae leaq 0x360476(%rip), %rax # 0x3a0c18 movq (%rax), %rax movq %rax, -0x8(%rbp) jmp 0x4082f movq -0x10(%rbp), %rax movq (%rax), %rdi movl $0x2f, %esi...
expand_tilde: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov rax, [rbp+var_10] mov rax, [rax] movsx eax, byte ptr [rax] cmp eax, 2Fh ; '/' jnz short loc_407AE lea rax, home_dir mov rax, [rax] mov [rbp+var_8], rax jmp loc_4082F loc_407AE: mov rax, [rbp+v...
long long expand_tilde(char **a1) { long long v2; // [rsp+8h] [rbp-28h] char v3; // [rsp+17h] [rbp-19h] char *v4; // [rsp+18h] [rbp-18h] if ( **a1 == 47 ) return home_dir; v4 = (char *)strchr(*a1, 47LL); if ( !v4 ) v4 = (char *)strend(*a1); v3 = *v4; *v4 = 0; v2 = getpwnam(*a1); *v4 = v3; ...
expand_tilde: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOVSX EAX,byte ptr [RAX] CMP EAX,0x2f JNZ 0x001407ae LEA RAX,[0x4a0c18] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX JMP 0x0014082f LAB_001407ae: MOV RAX,qword ptr [RBP + -0x...
char * expand_tilde(int8 *param_1) { char cVar1; passwd *ppVar2; char *local_20; char *local_10; if (*(char *)*param_1 == '/') { local_10 = home_dir; } else { local_20 = strchr((char *)*param_1,0x2f); if (local_20 == (char *)0x0) { local_20 = (char *)strend(*param_1); } cVar...
23,399
ma_store_length
eloqsql/storage/maria/ma_blockrec.c
uchar *ma_store_length(uchar *to, ulong nr) { if (nr < 251) { *to=(uchar) nr; return to+1; } if (nr < 65536) { if (nr <= 255) { to[0]= (uchar) 251; to[1]= (uchar) nr; return to+2; } to[0]= (uchar) 252; int2store(to+1, nr); return to+3; } if (nr < 16777216)...
O3
c
ma_store_length: pushq %rbp movq %rsp, %rbp movq %rsi, %rcx movq %rdi, %rax cmpq $0xfa, %rsi ja 0x5ed21 movb %cl, (%rax) movl $0x1, %ecx addq %rcx, %rax popq %rbp retq cmpq $0xffff, %rcx # imm = 0xFFFF ja 0x5ed40 cmpq $0xff, %rcx ja 0x5ed5f movb $-0x5, (%rax) movb %cl, 0x1(%rax) movl $0x2, %ecx jmp 0x5ed1c cm...
ma_store_length: push rbp mov rbp, rsp mov rcx, rsi mov rax, rdi cmp rsi, 0FAh ja short loc_5ED21 mov [rax], cl mov ecx, 1 loc_5ED1C: add rax, rcx pop rbp retn loc_5ED21: cmp rcx, 0FFFFh ja short loc_5ED40 cmp rcx, 0FFh ja short loc_5ED5F mov byte ptr [rax],...
long long ma_store_length(long long a1, unsigned long long a2) { long long v2; // rcx if ( a2 > 0xFA ) { if ( a2 > 0xFFFF ) { if ( a2 > 0xFFFFFF ) { *(_BYTE *)a1 = -2; *(_DWORD *)(a1 + 1) = a2; v2 = 5LL; } else { *(_BYTE *)a1 = -3; *(...
ma_store_length: PUSH RBP MOV RBP,RSP MOV RCX,RSI MOV RAX,RDI CMP RSI,0xfa JA 0x0015ed21 MOV byte ptr [RAX],CL MOV ECX,0x1 LAB_0015ed1c: ADD RAX,RCX POP RBP RET LAB_0015ed21: CMP RCX,0xffff JA 0x0015ed40 CMP RCX,0xff JA 0x0015ed5f MOV byte ptr [RAX],0xfb MOV byte ptr [RAX + 0x1],CL MOV ECX,0x2 JMP 0x0015ed1c LAB_0015ed...
int1 * ma_store_length(int1 *param_1,ulong param_2) { int1 uVar1; long lVar2; uVar1 = (int1)param_2; if (param_2 < 0xfb) { *param_1 = uVar1; lVar2 = 1; } else if (param_2 < 0x10000) { if (param_2 < 0x100) { *param_1 = 0xfb; param_1[1] = uVar1; lVar2 = 2; } else { ...