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,700
copy_uca_collation
eloqsql/mysys/charset.c
static void copy_uca_collation(struct charset_info_st *to, CHARSET_INFO *from, CHARSET_INFO *loaded) { to->cset= from->cset; to->coll= from->coll; /* Single-level UCA collation have strnxfrm_multiple=8. In case of a multi-level UCA collation we use strnxfrm_multiply=4. That means MY...
O3
c
copy_uca_collation: pushq %rbp movq %rsp, %rbp movq 0xb8(%rsi), %rax movq %rax, 0xb8(%rdi) movq 0xc0(%rsi), %rax movq %rax, 0xc0(%rdi) movl $0x4, %eax cmpb $0x1, 0xb2(%rdx) ja 0x291e3 movl 0x90(%rsi), %eax movl %eax, 0x90(%rdi) movq 0xa0(%rsi), %rax movq %rax, 0xa0(%rdi) movq 0xa8(%rsi), %rax movq %rax, 0xa8(%rdi) movl...
copy_uca_collation: push rbp mov rbp, rsp mov rax, [rsi+0B8h] mov [rdi+0B8h], rax mov rax, [rsi+0C0h] mov [rdi+0C0h], rax mov eax, 4 cmp byte ptr [rdx+0B2h], 1 ja short loc_291E3 mov eax, [rsi+90h] loc_291E3: mov [rdi+90h], eax mov rax, [rsi+0A0h] mov [rdi+0A0h], rax ...
char copy_uca_collation(long long a1, long long a2, long long a3) { int v3; // eax char result; // al *(_QWORD *)(a1 + 184) = *(_QWORD *)(a2 + 184); *(_QWORD *)(a1 + 192) = *(_QWORD *)(a2 + 192); v3 = 4; if ( *(_BYTE *)(a3 + 178) <= 1u ) v3 = *(_DWORD *)(a2 + 144); *(_DWORD *)(a1 + 144) = v3; *(_Q...
copy_uca_collation: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RSI + 0xb8] MOV qword ptr [RDI + 0xb8],RAX MOV RAX,qword ptr [RSI + 0xc0] MOV qword ptr [RDI + 0xc0],RAX MOV EAX,0x4 CMP byte ptr [RDX + 0xb2],0x1 JA 0x001291e3 MOV EAX,dword ptr [RSI + 0x90] LAB_001291e3: MOV dword ptr [RDI + 0x90],EAX MOV RAX,qword ptr [RSI ...
void copy_uca_collation(long param_1,long param_2,long param_3) { int4 uVar1; *(int8 *)(param_1 + 0xb8) = *(int8 *)(param_2 + 0xb8); *(int8 *)(param_1 + 0xc0) = *(int8 *)(param_2 + 0xc0); uVar1 = 4; if (*(byte *)(param_3 + 0xb2) < 2) { uVar1 = *(int4 *)(param_2 + 0x90); } *(int4 *)(param_1 + 0x90...
23,701
httplib::detail::expect_content(httplib::Request const&)
hkr04[P]cpp-mcp/common/httplib.h
inline bool expect_content(const Request &req) { if (req.method == "POST" || req.method == "PUT" || req.method == "PATCH" || req.method == "DELETE") { return true; } if (req.has_header("Content-Length") && req.get_header_value_u64("Content-Length") > 0) { return true; } if (is_chunked_tran...
O1
c
httplib::detail::expect_content(httplib::Request const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rdi, %r14 leaq 0x20ac5(%rip), %rsi # 0x5a70a callq 0xa170 movb $0x1, %bl testl %eax, %eax je 0x39e36 leaq 0x20ab4(%rip), %rsi # 0x5a70f movq %r14, %rdi callq 0xa170 ...
_ZN7httplib6detail14expect_contentERKNS_7RequestE: push rbp push r15 push r14 push r13; __int64 push r12; int push rbx; void * sub rsp, 48h mov r14, rdi lea rsi, aPost_0; "POST" call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc; std::string::compare(char const*) m...
long long httplib::detail::expect_content(httplib::detail *this, const httplib::Request *a2) { unsigned int v2; // ebx char *v3; // r14 void **v4; // rsi long long v5; // rdx char *v6; // rcx unsigned int v7; // r8d int v8; // r9d long long v9; // r15 long long v10; // rax char *v11; // rdi char ...
expect_content: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R14,RDI LEA RSI,[0x15a70a] CALL 0x0010a170 MOV BL,0x1 TEST EAX,EAX JZ 0x00139e36 LEA RSI,[0x15a70f] MOV RDI,R14 CALL 0x0010a170 TEST EAX,EAX JZ 0x00139e36 LEA RSI,[0x15a728] MOV RDI,R14 CALL 0x0010a170 TEST EAX,EAX JZ 0x00139e36 LEA ...
/* httplib::detail::expect_content(httplib::Request const&) */ ulong httplib::detail::expect_content(Request *param_1) { char *pcVar1; ulong uVar2; char *__nptr; int iVar3; uint uVar4; long lVar5; ulonglong uVar6; char *pcVar7; char *pcVar8; int8 unaff_RBX; ulong uVar9; long lVar10; _Hashta...
23,702
hp_search
eloqsql/storage/heap/hp_hash.c
uchar *hp_search(HP_INFO *info, HP_KEYDEF *keyinfo, const uchar *key, uint nextflag) { reg1 HASH_INFO *pos,*prev_ptr; uint old_nextflag; HP_SHARE *share=info->s; DBUG_ENTER("hp_search"); old_nextflag=nextflag; prev_ptr=0; if (share->records) { ulong search_pos= hp_mask(hp_hash...
O3
c
hp_search: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rdx, -0x60(%rbp) movq %rdi, -0x30(%rbp) movq (%rdi), %r15 movq 0xd0(%r15), %rax testq %rax, %rax movl %ecx, -0x3c(%rbp) je 0x26cfb movl 0x4(%rsi), %r9d movq 0x10(%rsi), %r12 movq $0x1, -0x38(%rbp) movq $0...
hp_search: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov [rbp+var_60], rdx mov [rbp+var_30], rdi mov r15, [rdi] mov rax, [r15+0D0h] test rax, rax mov [rbp+var_3C], ecx jz loc_26CFB mov r9d, [rsi+4] mov r12, [rsi+10h] mov...
long long hp_search(long long *a1, unsigned long long a2, _BYTE *a3, int a4) { long long v4; // r15 unsigned long long v5; // rax long long v6; // r9 _QWORD *v7; // r12 _QWORD *v8; // r9 _BYTE *v9; // r15 unsigned long long v10; // r14 _BYTE *v11; // rax _BYTE *v12; // r13 _BYTE *v13; // rax int ...
hp_search: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV qword ptr [RBP + -0x60],RDX MOV qword ptr [RBP + -0x30],RDI MOV R15,qword ptr [RDI] MOV RAX,qword ptr [R15 + 0xd0] TEST RAX,RAX MOV dword ptr [RBP + -0x3c],ECX JZ 0x00126cfb MOV R9D,dword ptr [RSI + 0x4] MOV R12,qword ptr [RSI...
long hp_search(long *param_1,long param_2,ushort *param_3,uint param_4) { long *plVar1; int iVar2; ulong uVar3; ulong uVar4; long *plVar5; int4 *puVar6; long lVar7; ulong uVar8; long lVar9; long *plVar10; ushort *puVar11; ushort *puVar12; ushort *puVar13; long local_50; uint local_44; ...
23,703
my_thread_global_reinit
eloqsql/mysys/my_thr_init.c
void my_thread_global_reinit(void) { struct st_my_thread_var *tmp; DBUG_ASSERT(my_thread_global_init_done); #ifdef HAVE_PSI_INTERFACE my_init_mysys_psi_keys(); #endif my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); ...
O0
c
my_thread_global_reinit: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp jmp 0x2fb3a callq 0x2df30 callq 0x2f9e0 callq 0x2fb80 callq 0x2fa90 callq 0x2fc50 callq 0x2fcb0 movq %rax, -0x8(%rbp) jmp 0x2fb5e movq -0x8(%rbp), %rdi callq 0x2fcd0 movq -0x8(%rbp), %rdi callq 0x2fd00 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%r...
my_thread_global_reinit: push rbp mov rbp, rsp sub rsp, 10h jmp short $+2 loc_2FB3A: call my_init_mysys_psi_keys call my_thread_destroy_common_mutex call my_thread_init_common_mutex call my_thread_destroy_internal_mutex call my_thread_init_internal_mutex call _my_thread_var mov [rbp...
long long my_thread_global_reinit() { long long v1; // [rsp+8h] [rbp-8h] my_init_mysys_psi_keys(); my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); v1 = my_thread_var(); my_thread_destory_thr_mutex(v1); return my_thr...
my_thread_global_reinit: PUSH RBP MOV RBP,RSP SUB RSP,0x10 JMP 0x0012fb3a LAB_0012fb3a: CALL 0x0012df30 CALL 0x0012f9e0 CALL 0x0012fb80 CALL 0x0012fa90 CALL 0x0012fc50 CALL 0x0012fcb0 MOV qword ptr [RBP + -0x8],RAX JMP 0x0012fb5e LAB_0012fb5e: MOV RDI,qword ptr [RBP + -0x8] CALL 0x0012fcd0 MOV RDI,qword ptr [RBP + -0x8...
void my_thread_global_reinit(void) { int8 uVar1; my_init_mysys_psi_keys(); my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); uVar1 = _my_thread_var(); my_thread_destory_thr_mutex(uVar1); my_thread_init_thr_mutex(u...
23,704
google::protobuf::ToLowercaseWithoutUnderscores(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
static std::string ToLowercaseWithoutUnderscores(const std::string& name) { std::string result; for (char character : name) { if (character != '_') { if (character >= 'A' && character <= 'Z') { result.push_back(character - 'A' + 'a'); } else { result.push_back(character); } ...
O0
cpp
google::protobuf::ToLowercaseWithoutUnderscores(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): subq $0x58, %rsp movq %rdi, (%rsp) movq %rdi, %rax movq %rax, 0x8(%rsp) movq %rdi, 0x50(%rsp) movq %rsi, 0x48(%rsp) movb $0x0, 0x47(%rsp) callq 0x13620 movq 0x48(%rsp), %rax movq %rax,...
_ZN6google8protobufL29ToLowercaseWithoutUnderscoresERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: sub rsp, 58h mov [rsp+58h+var_58], rdi mov rax, rdi mov [rsp+58h+var_50], rax mov [rsp+58h+var_8], rdi mov [rsp+58h+var_10], rsi mov [rsp+58h+var_11], 0 call __ZNSt7__cxx1112basic_s...
long long google::protobuf::ToLowercaseWithoutUnderscores(long long a1, long long a2) { char v3; // [rsp+27h] [rbp-31h] long long v4; // [rsp+28h] [rbp-30h] BYREF _QWORD v5[2]; // [rsp+30h] [rbp-28h] BYREF char v6; // [rsp+47h] [rbp-11h] long long v7; // [rsp+48h] [rbp-10h] long long v8; // [rsp+50h] [rbp-...
ToLowercaseWithoutUnderscores: SUB RSP,0x58 MOV qword ptr [RSP],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x8],RAX MOV qword ptr [RSP + 0x50],RDI MOV qword ptr [RSP + 0x48],RSI MOV byte ptr [RSP + 0x47],0x0 CALL 0x00113620 MOV RAX,qword ptr [RSP + 0x48] MOV qword ptr [RSP + 0x38],RAX MOV RDI,qword ptr [RSP + 0x38] CALL 0x00...
/* WARNING: Removing unreachable block (ram,0x0015ba84) */ /* google::protobuf::ToLowercaseWithoutUnderscores(std::__cxx11::string const&) */ protobuf * __thiscall google::protobuf::ToLowercaseWithoutUnderscores(protobuf *this,string *param_1) { char cVar1; bool bVar2; char *pcVar3; int8 local_30; int8 loc...
23,705
ft_init_stopwords
eloqsql/storage/myisam/ft_stopwords.c
int ft_init_stopwords() { DBUG_ENTER("ft_init_stopwords"); if (!stopwords3) { if (!(stopwords3=(TREE *)my_malloc(mi_key_memory_ft_stopwords, sizeof(TREE), MYF(0)))) DBUG_RETURN(-1); init_tree(stopwords3,0,0,sizeof(FT_STOPWORD),(qsort_cmp2)&FT_STOPWORD_cmp, ...
O3
c
ft_init_stopwords: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp cmpq $0x0, 0xb943e7(%rip) # 0xc08710 jne 0x743a8 leaq 0xb9442a(%rip), %rax # 0xc0875c movl (%rax), %edi movl $0x298, %esi # imm = 0x298 xorl %edx, %edx callq 0xa63e5 movq %rax, 0xb943c9...
ft_init_stopwords: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h cmp cs:stopwords3, 0 jnz short loc_743A8 lea rax, mi_key_memory_ft_stopwords mov edi, [rax] mov esi, 298h xor edx, edx call my_malloc mov cs:stopwords3, rax test ...
long long ft_init_stopwords() { long long v0; // rax long long ( *v1)(); // r9 void *v2; // rax unsigned int v3; // eax unsigned int v4; // r12d long long v5; // rbx long long v6; // rax long long v7; // r12 unsigned int v8; // r14d long long v9; // rax char **v10; // r14 _QWORD v13[3]; // [rsp+...
ft_init_stopwords: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 CMP qword ptr [0x00d08710],0x0 JNZ 0x001743a8 LEA RAX,[0xd0875c] MOV EDI,dword ptr [RAX] MOV ESI,0x298 XOR EDX,EDX CALL 0x001a63e5 MOV qword ptr [0x00d08710],RAX TEST RAX,RAX JZ 0x001744da LEA RCX,[0xd08708] MOV RCX,qword ...
int8 ft_init_stopwords(void) { int *puVar1; char cVar2; int iVar3; long lVar4; long lVar5; int8 uVar6; code *pcVar7; int8 uVar8; int **ppuVar9; int8 local_60 [2]; int8 local_50; long local_48; long local_40; int local_34; if (stopwords3 == 0) { stopwords3 = my_malloc(mi_key_memory...
23,706
aimrt::CoreRef::GetChannelHandle() const
aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_module_cpp_interface/../aimrt_module_cpp_interface/core.h
channel::ChannelHandleRef GetChannelHandle() const { AIMRT_ASSERT(base_ptr_, "Reference is null."); return channel::ChannelHandleRef(base_ptr_->channel_handle(base_ptr_->impl)); }
O0
c
aimrt::CoreRef::GetChannelHandle() const: subq $0x108, %rsp # imm = 0x108 movq %rdi, 0x60(%rsp) movq 0x60(%rsp), %rax movq %rax, 0x18(%rsp) movq 0x18(%rsp), %rax cmpq $0x0, (%rax) jne 0xd809c movb $0x1, 0x23(%rsp) movl $0x28, %edi callq 0x8e630 movq %rax, (%rsp) leaq 0x3057eb(%rip), %rax # 0x3dd6da movq %...
_ZNK5aimrt7CoreRef16GetChannelHandleEv: sub rsp, 108h mov [rsp+108h+var_A8], rdi mov rax, [rsp+108h+var_A8] mov [rsp+108h+var_F0], rax mov rax, [rsp+108h+var_F0] cmp qword ptr [rax], 0 jnz loc_D809C mov [rsp+108h+var_E5], 1 mov edi, 28h ; '('; thrown_size call ___cxa_allocate_exce...
long long aimrt::CoreRef::GetChannelHandle(aimrt::CoreRef *this) { long long v1; // rdx long long v2; // rax std::exception *exception; // [rsp+0h] [rbp-108h] _BYTE v5[32]; // [rsp+40h] [rbp-C8h] BYREF aimrt::CoreRef *v6; // [rsp+60h] [rbp-A8h] long long v7; // [rsp+68h] [rbp-A0h] BYREF _QWORD v8[2]; // ...
GetChannelHandle: SUB RSP,0x108 MOV qword ptr [RSP + 0x60],RDI MOV RAX,qword ptr [RSP + 0x60] MOV qword ptr [RSP + 0x18],RAX MOV RAX,qword ptr [RSP + 0x18] CMP qword ptr [RAX],0x0 JNZ 0x001d809c MOV byte ptr [RSP + 0x23],0x1 MOV EDI,0x28 CALL 0x0018e630 MOV qword ptr [RSP],RAX LEA RAX,[0x4dd6da] MOV qword ptr [RSP + 0x...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* aimrt::CoreRef::GetChannelHandle() const */ int8 __thiscall aimrt::CoreRef::GetChannelHandle(CoreRef *this) { int8 uVar1; aimrt_channel_handle_base_t *paVar2; int1 local_c8 [32]; CoreRef *local_a8; int8 local_a0; int1 local_98 [16...
23,707
get_collation_number
eloqsql/mysys/charset.c
uint get_collation_number(const char *name, myf flags) { uint id; char alias[64]; my_pthread_once(&charsets_initialized, init_available_charsets); if ((id= get_collation_number_internal(name))) return id; if ((name= get_collation_name_alias(name, alias, sizeof(alias),flags))) return get_collation_numb...
O0
c
get_collation_number: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x60(%rbp) movq %rsi, -0x68(%rbp) leaq 0x36aef0(%rip), %rdi # 0x39a194 leaq 0x85(%rip), %rsi # 0x2f330 callq 0x25280 movq -0x60(%rbp), %rdi callq 0x2f4c0 movl %eax, -0x6c(%rbp) cmpl $0x0, %e...
get_collation_number: push rbp mov rbp, rsp sub rsp, 70h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_60], rdi mov [rbp+var_68], rsi lea rdi, charsets_initialized lea rsi, init_available_charsets call _pthread_once mov rdi, [rbp+var_60] call get_collation_number_interna...
long long get_collation_number(long long a1, long long a2) { unsigned int collation_number_internal; // [rsp+4h] [rbp-6Ch] long long collation_name_alias; // [rsp+10h] [rbp-60h] _BYTE v6[72]; // [rsp+20h] [rbp-50h] BYREF unsigned long long v7; // [rsp+68h] [rbp-8h] v7 = __readfsqword(0x28u); pthread_once(...
get_collation_number: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x60],RDI MOV qword ptr [RBP + -0x68],RSI LEA RDI,[0x49a194] LEA RSI,[0x12f330] CALL 0x00125280 MOV RDI,qword ptr [RBP + -0x60] CALL 0x0012f4c0 MOV dword ptr [RBP + -0x6c],EAX CMP EAX...
int get_collation_number(int8 param_1,int8 param_2) { long lVar1; long in_FS_OFFSET; int local_5c; int1 local_58 [72]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); pthread_once(&charsets_initialized,init_available_charsets); local_5c = get_collation_number_internal(param_1); if (loca...
23,708
get_collation_number
eloqsql/mysys/charset.c
uint get_collation_number(const char *name, myf flags) { uint id; char alias[64]; my_pthread_once(&charsets_initialized, init_available_charsets); if ((id= get_collation_number_internal(name))) return id; if ((name= get_collation_name_alias(name, alias, sizeof(alias),flags))) return get_collation_numb...
O3
c
get_collation_number: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x50, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x18(%rbp) leaq 0x34a95c(%rip), %rdi # 0x376530 leaq 0x80(%rip), %rsi # 0x2bc5b callq 0x242b0 movq %rbx, %rdi callq 0x2bddb testl %eax, %eax jne 0x2bc3e leaq ...
get_collation_number: push rbp mov rbp, rsp push r14 push rbx sub rsp, 50h mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_18], rax lea rdi, charsets_initialized lea rsi, init_available_charsets call _pthread_once mov rdi, rbx call get_collation_number_internal ...
long long get_collation_number(long long a1, __int16 a2) { long long result; // rax int v3; // ecx int v4; // r9d _BYTE v5[72]; // [rsp+0h] [rbp-60h] BYREF unsigned long long v6; // [rsp+48h] [rbp-18h] v6 = __readfsqword(0x28u); pthread_once(&charsets_initialized, init_available_charsets); result = ge...
get_collation_number: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x50 MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX LEA RDI,[0x476530] LEA RSI,[0x12bc5b] CALL 0x001242b0 MOV RDI,RBX CALL 0x0012bddb TEST EAX,EAX JNZ 0x0012bc3e LEA RSI,[0x1622b2] MOV EDX,0x5 MOV RDI,RBX CALL 0x00...
int8 get_collation_number(char *param_1,uint param_2) { int iVar1; int8 uVar2; long in_FS_OFFSET; int1 local_68 [72]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); pthread_once(&charsets_initialized,init_available_charsets); uVar2 = get_collation_number_internal(param_1); if ((int)uVa...
23,709
mthd_stmt_flush_unbuffered
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
void mthd_stmt_flush_unbuffered(MYSQL_STMT *stmt) { ulong packet_len; int in_resultset= stmt->state > MYSQL_STMT_EXECUTED && stmt->state < MYSQL_STMT_FETCH_DONE; while ((packet_len = ma_net_safe_read(stmt->mysql)) != packet_error) { uchar *pos= stmt->mysql->net.read_pos; if (!in_resu...
O0
c
mthd_stmt_flush_unbuffered: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rcx xorl %eax, %eax cmpl $0x2, 0x50(%rcx) movb %al, -0x21(%rbp) jbe 0x4cb49 movq -0x8(%rbp), %rax cmpl $0x6, 0x50(%rax) setb %al movb %al, -0x21(%rbp) movb -0x21(%rbp), %al andb $0x1, %al movzbl %al, %eax mov...
mthd_stmt_flush_unbuffered: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov rcx, [rbp+var_8] xor eax, eax cmp dword ptr [rcx+50h], 2 mov [rbp+var_21], al jbe short loc_4CB49 mov rax, [rbp+var_8] cmp dword ptr [rax+50h], 6 setb al mov [rbp+var_21], al loc_4CB...
long long mthd_stmt_flush_unbuffered(long long a1, long long a2, long long a3, long long a4, int a5, int a6) { long long v6; // rcx long long result; // rax bool v8; // [rsp+Fh] [rbp-21h] unsigned __int8 *v9; // [rsp+10h] [rbp-20h] BYREF int v10; // [rsp+1Ch] [rbp-14h] unsigned long long v11; // [rsp+20h] ...
mthd_stmt_flush_unbuffered: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV RCX,qword ptr [RBP + -0x8] XOR EAX,EAX CMP dword ptr [RCX + 0x50],0x2 MOV byte ptr [RBP + -0x21],AL JBE 0x0014cb49 MOV RAX,qword ptr [RBP + -0x8] CMP dword ptr [RAX + 0x50],0x6 SETC AL MOV byte ptr [RBP + -0x21],AL LAB_0014...
void mthd_stmt_flush_unbuffered(long param_1) { char cVar1; bool local_29; byte *local_28; uint local_1c; ulong local_18; long local_10; local_29 = false; if (2 < *(uint *)(param_1 + 0x50)) { local_29 = *(uint *)(param_1 + 0x50) < 6; } local_1c = (uint)local_29; local_10 = param_1; do {...
23,710
testing::internal::FormatEpochTimeInMillisAsIso8601[abi:cxx11](long)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc
std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms) { struct tm time_struct; if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct)) return ""; // YYYY-MM-DDThh:mm:ss.sss return StreamableToString(time_struct.tm_year + 1900) + "-" + String::FormatIntWidth2(time_struct.tm_mon...
O0
cpp
testing::internal::FormatEpochTimeInMillisAsIso8601[abi:cxx11](long): subq $0x2c8, %rsp # imm = 0x2C8 movq %rdi, 0x10(%rsp) movq %rdi, %rax movq %rax, 0x18(%rsp) movq %rdi, 0x2c0(%rsp) movq %rsi, 0x2b8(%rsp) movq 0x2b8(%rsp), %rax movl $0x3e8, %ecx # imm = 0x3E8 cqto idivq %rcx movq %rax, %rdi lea...
_ZN7testing8internal32FormatEpochTimeInMillisAsIso8601B5cxx11El: sub rsp, 2C8h mov [rsp+2C8h+var_2B8], rdi mov rax, rdi mov [rsp+2C8h+var_2B0], rax mov [rsp+2C8h+var_8], rdi mov [rsp+2C8h+var_10], rsi mov rax, [rsp+2C8h+var_10] mov ecx, 3E8h cqo idiv rcx mov rdi, rax lea rsi, ...
long long testing::internal::FormatEpochTimeInMillisAsIso8601[abi:cxx11](long long a1, long long a2) { long long v2; // rdx int v3; // ecx int v4; // r8d int v5; // r9d _BYTE v7[32]; // [rsp+20h] [rbp-2A8h] BYREF _BYTE v8[32]; // [rsp+40h] [rbp-288h] BYREF _BYTE v9[32]; // [rsp+60h] [rbp-268h] BYREF _B...
FormatEpochTimeInMillisAsIso8601[abi:cxx11]: SUB RSP,0x2c8 MOV qword ptr [RSP + 0x10],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x18],RAX MOV qword ptr [RSP + 0x2c0],RDI MOV qword ptr [RSP + 0x2b8],RSI MOV RAX,qword ptr [RSP + 0x2b8] MOV ECX,0x3e8 CQO IDIV RCX MOV RDI,RAX LEA RSI,[RSP + 0x280] CALL 0x001d5870 TEST AL,0x1 JN...
/* testing::internal::FormatEpochTimeInMillisAsIso8601[abi:cxx11](long) */ internal * __thiscall testing::internal::FormatEpochTimeInMillisAsIso8601_abi_cxx11_(internal *this,long param_1) { ulong uVar1; String local_2a8 [32]; String local_288 [32]; String local_268 [32]; String local_248 [32]; String lo...
23,711
mi_write_keypage
eloqsql/storage/myisam/mi_page.c
int _mi_write_keypage(register MI_INFO *info, register MI_KEYDEF *keyinfo, my_off_t page, int level, uchar *buff) { reg3 uint length; DBUG_ENTER("_mi_write_keypage"); #ifndef FAST /* Safety check */ if (page < info->s->base.keystart || page+keyinfo->block_length > info->state->key_file_length |...
O3
c
mi_write_keypage: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq (%rdi), %r11 cmpq %rdx, 0x108(%r11) jbe 0x86b08 callq 0xa8156 movl $0x16, (%rax) movl $0xffffffff, %eax # imm = 0xFFFFFFFF jmp 0x86bae movq %r8, %r9 movl %ecx, %r8d movq %rdx, %rcx testl $0x3ff, %ecx # imm = 0x3FF jne 0x86af3 movzw...
_mi_write_keypage: push rbp mov rbp, rsp push r14 push rbx mov r11, [rdi] cmp [r11+108h], rdx jbe short loc_86B08 loc_86AF3: call _my_thread_var mov dword ptr [rax], 16h mov eax, 0FFFFFFFFh jmp loc_86BAE loc_86B08: mov r9, r8 mov r8d, ecx mov rcx, rdx test ecx, 3FF...
long long mi_write_keypage(long long *a1, long long a2, unsigned long long a3, unsigned int a4, _BYTE *a5) { long long v5; // r11 long long v8; // r8 long long v10; // r10 long long v11; // rax unsigned long long v12; // rdx long long v13; // rbx _BOOL8 v14; // r14 v5 = *a1; if ( *(_QWORD *)(*a1 + 2...
_mi_write_keypage: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV R11,qword ptr [RDI] CMP qword ptr [R11 + 0x108],RDX JBE 0x00186b08 LAB_00186af3: CALL 0x001a8156 MOV dword ptr [RAX],0x16 MOV EAX,0xffffffff JMP 0x00186bae LAB_00186b08: MOV R9,R8 MOV R8D,ECX MOV RCX,RDX TEST ECX,0x3ff JNZ 0x00186af3 MOVZX R10D,word ptr [RSI...
int8 _mi_write_keypage(long *param_1,long param_2,ulong param_3,int4 param_4,byte *param_5) { ulong uVar1; long lVar2; int4 *puVar3; int8 uVar4; ushort uVar5; ulong uVar6; bool bVar7; lVar2 = *param_1; if ((*(ulong *)(lVar2 + 0x108) <= param_3) && ((param_3 & 0x3ff) == 0)) { uVar5 = *(ushort ...
23,712
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_stmt_prepare_start_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x38] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qwo...
void mysql_stmt_prepare_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28); uVar2 = mysql_stmt_prepare(*param_1,param_1[1],param_1[2]); puVar1[2] = uVar2; *puVar1 = 0; return; }
23,713
MemoryManager::getLong(unsigned int, unsigned int*)
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/MemoryManager.cpp
uint64_t MemoryManager::getLong(uint32_t addr, uint32_t *cycles) { uint64_t b1 = this->getByte(addr, cycles); uint64_t b2 = this->getByte(addr + 1); uint64_t b3 = this->getByte(addr + 2); uint64_t b4 = this->getByte(addr + 3); uint64_t b5 = this->getByte(addr + 4); uint64_t b6 = this->getByte(addr + 5...
O0
cpp
MemoryManager::getLong(unsigned int, unsigned int*): subq $0x68, %rsp movq %rdi, 0x60(%rsp) movl %esi, 0x5c(%rsp) movq %rdx, 0x50(%rsp) movq 0x60(%rsp), %rdi movq %rdi, 0x8(%rsp) movl 0x5c(%rsp), %esi movq 0x50(%rsp), %rdx callq 0x1e960 movq 0x8(%rsp), %rdi movzbl %al, %eax movq %rax, 0x48(%rsp) movl 0x5c(%rsp), %esi a...
_ZN13MemoryManager7getLongEjPj: sub rsp, 68h mov [rsp+68h+var_8], rdi mov [rsp+68h+var_C], esi mov [rsp+68h+var_18], rdx mov rdi, [rsp+68h+var_8]; this mov [rsp+68h+var_60], rdi mov esi, [rsp+68h+var_C]; unsigned int mov rdx, [rsp+68h+var_18]; unsigned int * call _ZN13MemoryManager7ge...
unsigned long long MemoryManager::getLong( Cache **this, unsigned int a2, unsigned int *a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, double a8, double a9, __m128 a10, __m128 a11) { double v11; // xmm4_8 double v12; // xmm5_8...
getLong: SUB RSP,0x68 MOV qword ptr [RSP + 0x60],RDI MOV dword ptr [RSP + 0x5c],ESI MOV qword ptr [RSP + 0x50],RDX MOV RDI,qword ptr [RSP + 0x60] MOV qword ptr [RSP + 0x8],RDI MOV ESI,dword ptr [RSP + 0x5c] MOV RDX,qword ptr [RSP + 0x50] CALL 0x0011e960 MOV RDI,qword ptr [RSP + 0x8] MOVZX EAX,AL MOV qword ptr [RSP + 0x...
/* MemoryManager::getLong(unsigned int, unsigned int*) */ long __thiscall MemoryManager::getLong(MemoryManager *this,uint param_1,uint *param_2) { byte bVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; byte bVar8; bVar1 = getByte(this,param_1,param_2); bVar2 = getB...
23,714
MemoryManager::getLong(unsigned int, unsigned int*)
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/MemoryManager.cpp
uint64_t MemoryManager::getLong(uint32_t addr, uint32_t *cycles) { uint64_t b1 = this->getByte(addr, cycles); uint64_t b2 = this->getByte(addr + 1); uint64_t b3 = this->getByte(addr + 2); uint64_t b4 = this->getByte(addr + 3); uint64_t b5 = this->getByte(addr + 4); uint64_t b6 = this->getByte(addr + 5...
O1
cpp
MemoryManager::getLong(unsigned int, unsigned int*): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %esi, %ebx movq %rdi, %r14 callq 0xec44 movzbl %al, %eax movq %rax, 0x10(%rsp) leal 0x1(%rbx), %esi movq %r14, %rdi xorl %edx, %edx callq 0xec44 movb %al, 0xf(%rsp) leal 0x2(%rbx)...
_ZN13MemoryManager7getLongEjPj: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov ebx, esi mov r14, rdi call _ZN13MemoryManager7getByteEjPj; MemoryManager::getByte(uint,uint *) movzx eax, al mov [rsp+48h+var_38], rax lea esi, [rbx+1]; unsigned int mov ...
unsigned long long MemoryManager::getLong( Cache **this, long long a2, unsigned int *a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, ...
getLong: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV EBX,ESI MOV R14,RDI CALL 0x0010ec44 MOVZX EAX,AL MOV qword ptr [RSP + 0x10],RAX LEA ESI,[RBX + 0x1] MOV RDI,R14 XOR EDX,EDX CALL 0x0010ec44 MOV byte ptr [RSP + 0xf],AL LEA ESI,[RBX + 0x2] MOV RDI,R14 XOR EDX,EDX CALL 0x0010ec44 MOV byte ptr...
/* MemoryManager::getLong(unsigned int, unsigned int*) */ long __thiscall MemoryManager::getLong(MemoryManager *this,uint param_1,uint *param_2) { byte bVar1; byte bVar2; byte bVar3; byte bVar4; byte bVar5; byte bVar6; byte bVar7; int iVar8; bVar1 = getByte(this,param_1,param_2); bVar2 = getBy...
23,715
my_rw_init
eloqsql/mysys/thr_rwlock.c
int my_rw_init(my_rw_lock_t *rwp) { pthread_condattr_t cond_attr; pthread_mutex_init( &rwp->lock, MY_MUTEX_INIT_FAST); pthread_condattr_init( &cond_attr ); pthread_cond_init( &rwp->readers, &cond_attr ); pthread_cond_init( &rwp->writers, &cond_attr ); pthread_condattr_destroy(&cond_attr); rwp->state = 0...
O3
c
my_rw_init: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x10, %rsp movq %rdi, %rbx leaq 0x35596f(%rip), %rsi # 0x3b6ef0 callq 0x285e0 leaq -0x14(%rbp), %r14 movq %r14, %rdi callq 0x28090 leaq 0x28(%rbx), %rdi movq %r14, %rsi callq 0x284d0 leaq 0x58(%rbx), %rdi movq %r14, %rsi callq 0x284d0 movq %r14, %rdi...
my_rw_init: push rbp mov rbp, rsp push r14 push rbx sub rsp, 10h mov rbx, rdi lea rsi, my_fast_mutexattr call _pthread_mutex_init lea r14, [rbp+var_14] mov rdi, r14 call _pthread_condattr_init lea rdi, [rbx+28h] mov rsi, r14 call _pthread_cond_init lea rdi, [rbx+58h...
long long my_rw_init(long long a1) { _BYTE v2[20]; // [rsp+Ch] [rbp-14h] BYREF pthread_mutex_init(a1, &my_fast_mutexattr); pthread_condattr_init(v2); pthread_cond_init(a1 + 40, v2); pthread_cond_init(a1 + 88, v2); pthread_condattr_destroy(v2); *(_QWORD *)(a1 + 136) = 0LL; return 0LL; }
my_rw_init: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x10 MOV RBX,RDI LEA RSI,[0x4b6ef0] CALL 0x001285e0 LEA R14,[RBP + -0x14] MOV RDI,R14 CALL 0x00128090 LEA RDI,[RBX + 0x28] MOV RSI,R14 CALL 0x001284d0 LEA RDI,[RBX + 0x58] MOV RSI,R14 CALL 0x001284d0 MOV RDI,R14 CALL 0x001281c0 MOV qword ptr [RBX + 0x88],0x0 XO...
int8 my_rw_init(pthread_mutex_t *param_1) { pthread_condattr_t local_1c; pthread_mutex_init(param_1,(pthread_mutexattr_t *)&my_fast_mutexattr); pthread_condattr_init(&local_1c); pthread_cond_init((pthread_cond_t *)(param_1 + 1),&local_1c); pthread_cond_init((pthread_cond_t *)((long)param_1 + 0x58),&local...
23,716
nglog::LogDestination::FlushLogFiles(int)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::FlushLogFiles(int min_severity) { // Prevent any subtle race conditions by wrapping a mutex lock around // all this stuff. std::lock_guard<std::mutex> l{log_mutex}; for (int i = min_severity; i < NUM_SEVERITIES; i++) { LogDestination* log = log_destination(static_cast<LogSeverity...
O3
cpp
nglog::LogDestination::FlushLogFiles(int): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movl %edi, %ebx leaq 0x2e070(%rip), %rdi # 0x3ede8 callq 0x77e0 testl %eax, %eax jne 0x10e1a cmpl $0x3, %ebx jg 0x10e00 leaq 0x1ef9f(%rip), %r13 # 0x2fd30 leaq 0x8(%rsp), %r14 movl %ebx, %r12d movq...
_ZN5nglog14LogDestination13FlushLogFilesEi: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov ebx, edi lea rdi, _ZN5nglogL9log_mutexE; nglog::log_mutex call _pthread_mutex_lock test eax, eax jnz loc_10E1A cmp ebx, 3 jg short loc_10E00 lea r13, _ZN5nglog14Log...
long long nglog::LogDestination::FlushLogFiles(nglog::LogDestination *this) { int v1; // ebx int v2; // eax long long v3; // rax long long v4; // r15 nglog::LogDestination *v6; // [rsp+8h] [rbp-30h] BYREF v1 = (int)this; v2 = pthread_mutex_lock(&nglog::log_mutex); if ( v2 ) std::__throw_system_err...
FlushLogFiles: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV EBX,EDI LEA RDI,[0x13ede8] CALL 0x001077e0 TEST EAX,EAX JNZ 0x00110e1a CMP EBX,0x3 JG 0x00110e00 LEA R13,[0x12fd30] LEA R14,[RSP + 0x8] LAB_00110d96: MOV R12D,EBX MOV RAX,qword ptr [R13 + R12*0x8] TEST RAX,RAX JNZ 0x00110dec LAB_00110da3: MOV ...
/* nglog::LogDestination::FlushLogFiles(int) */ void nglog::LogDestination::FlushLogFiles(int param_1) { int iVar1; LogDestination *pLVar2; long lVar3; uint uVar4; int8 local_30; ulong uVar5; uVar5 = (ulong)(uint)param_1; iVar1 = pthread_mutex_lock((pthread_mutex_t *)log_mutex); if (iVar1 != 0) ...
23,717
remove_key
eloqsql/storage/maria/ma_delete.c
static uint remove_key(MARIA_KEYDEF *keyinfo, uint page_flag, uint nod_flag, uchar *keypos, uchar *lastkey, uchar *page_end, my_off_t *next_block, MARIA_KEY_PARAM *s_temp) { int s_length; uchar *start; DBUG_ENTER("remove_key"); DBUG_PRINT("enter", ("keypos:%p page_end: %...
O3
c
remove_key: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %r8, %r13 movq %rcx, %r14 movl %edx, %r15d movq %rdi, %r12 movq 0x18(%rbp), %rax movq 0x10(%rbp), %rbx movq %rcx, -0x30(%rbp) movq %rcx, 0x18(%rax) movl $0x0, 0x40(%rax) testb $0x2, %sil jne 0x59dfe movzw...
remove_key: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov r13, r8 mov r14, rcx mov r15d, edx mov r12, rdi mov rax, [rbp+arg_8] mov rbx, [rbp+arg_0] mov [rbp+var_30], rcx mov [rax+18h], rcx mov dword ptr [rax+40h], 0 test...
long long remove_key( long long a1, long long a2, unsigned int a3, unsigned __int8 *a4, long long a5, unsigned __int8 *a6, long long *a7, long long a8) { unsigned int v12; // r13d int v13; // r15d long long v14; // rax unsigned __int8 *v15; // rax...
remove_key: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R13,R8 MOV R14,RCX MOV R15D,EDX MOV R12,RDI MOV RAX,qword ptr [RBP + 0x18] MOV RBX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x30],RCX MOV qword ptr [RAX + 0x18],RCX MOV dword ptr [RAX + 0x40],0x0 TEST SIL,0x2 JNZ 0x00159d...
int remove_key(long param_1,ulong param_2,int param_3,byte *param_4,long param_5,byte *param_6, int8 *param_7,long param_8) { ushort uVar1; ushort uVar2; int8 uVar3; uint uVar4; uint uVar5; byte bVar6; uint uVar7; long lVar8; byte *pbVar9; uint uVar10; byte *pbVar11; byte bVar12;...
23,718
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 0x2e5b0 xorl %eax, %eax cmpb $0x20, (%rdi,%rax) jb 0x2e5b4 jne 0x2e5bb incq %rax cmpq %rax, %rsi jne 0x2e5a0 xorl %eax, %eax jmp 0x2e5c0 movl $0xffffffff, %eax # imm = 0xFFFFFFFF jmp 0x2e5c0 movl $0x1, %eax popq %rbp retq
my_strnncollsp_padspace_bin: push rbp mov rbp, rsp test rsi, rsi jz short loc_2E5B0 xor eax, eax loc_2E5A0: cmp byte ptr [rdi+rax], 20h ; ' ' jb short loc_2E5B4 jnz short loc_2E5BB inc rax cmp rsi, rax jnz short loc_2E5A0 loc_2E5B0: xor eax, eax jmp short loc_2E5C0 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 0x0012e5b0 XOR EAX,EAX LAB_0012e5a0: CMP byte ptr [RDI + RAX*0x1],0x20 JC 0x0012e5b4 JNZ 0x0012e5bb INC RAX CMP RSI,RAX JNZ 0x0012e5a0 LAB_0012e5b0: XOR EAX,EAX JMP 0x0012e5c0 LAB_0012e5b4: MOV EAX,0xffffffff JMP 0x0012e5c0 LAB_0012e5bb: 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,719
psi_mutex_trylock
eloqsql/mysys/my_thr_init.c
ATTRIBUTE_COLD int psi_mutex_trylock(mysql_mutex_t *that, const char *file, uint line) { PSI_mutex_locker_state state; PSI_mutex_locker *locker= PSI_MUTEX_CALL(start_mutex_wait) (&state, that->m_psi, PSI_MUTEX_TRYLOCK, file, line); # ifdef SAFE_MUTEX int result= safe_mutex...
O0
c
psi_mutex_trylock: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) leaq 0x1a8136(%rip), %rax # 0x1cf8f0 movq (%rax), %rax movq 0x190(%rax), %rax movq -0x8(%rbp), %rcx movq 0x40(%rcx), %rsi movq -0x10(%rbp), %rcx movl -0x14(%rbp), %r8d leaq -0x48(%rbp), ...
psi_mutex_trylock: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx lea rax, PSI_server mov rax, [rax] mov rax, [rax+190h] mov rcx, [rbp+var_8] mov rsi, [rcx+40h] mov rcx, [rbp+var_10] mov r8d, [rbp+var_14] lea rdi...
long long psi_mutex_trylock(long long a1, long long a2, unsigned int a3) { unsigned int v4; // [rsp+Ch] [rbp-54h] long long v5; // [rsp+10h] [rbp-50h] _BYTE v6[52]; // [rsp+18h] [rbp-48h] BYREF unsigned int v7; // [rsp+4Ch] [rbp-14h] long long v8; // [rsp+50h] [rbp-10h] long long v9; // [rsp+58h] [rbp-8h] ...
psi_mutex_trylock: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX LEA RAX,[0x2cf8f0] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x190] MOV RCX,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RCX + 0x40] MOV RCX,qword ptr [RBP + -0x10] MOV...
int psi_mutex_trylock(pthread_mutex_t *param_1,int8 param_2,int4 param_3) { int iVar1; long lVar2; int1 local_50 [52]; int4 local_1c; int8 local_18; pthread_mutex_t *local_10; local_1c = param_3; local_18 = param_2; local_10 = param_1; lVar2 = (**(code **)(PSI_server + 400)) ...
23,720
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
llama.cpp/common/json.hpp
static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noexcept { static const std::array<std::uint8_t, 400> utf8d = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 00..1F ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE6decodeERhRjh: push rax mov ecx, edx lea rax, _ZZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7...
unsigned __int8 nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::decode( unsigned __int8 *a1, unsigned int *a...
decode: PUSH RAX MOV ECX,EDX LEA RAX,[0x22718e] MOVZX ECX,byte ptr [RAX + RCX*0x1] CMP byte ptr [RDI],0x0 JZ 0x0018efde AND DL,0x3f MOVZX R8D,DL MOV EDX,dword ptr [RSI] SHL EDX,0x6 OR EDX,R8D JMP 0x0018efed LAB_0018efde: MOV R8D,0xff SHR R8D,CL MOVZX EDX,DL AND EDX,R8D LAB_0018efed: MOV dword ptr [RSI],EDX MOVZX EDX,by...
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void> >::decode(unsig...
23,721
fill_buffer
eloqsql/storage/myisam/mi_packrec.c
static void fill_buffer(MI_BIT_BUFF *bit_buff) { if (bit_buff->pos >= bit_buff->end) { bit_buff->error= 1; bit_buff->current_byte=0; return; } #if BITS_SAVED == 64 bit_buff->current_byte= ((((uint) ((uchar) bit_buff->pos[7]))) | (((uint) ((uchar) bit_buff->pos[6])) << 8) | (((uint)...
O0
c
fill_buffer: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movq -0x8(%rbp), %rcx cmpq 0x10(%rcx), %rax jb 0xbdc41 movq -0x8(%rbp), %rax movl $0x1, 0x28(%rax) movq -0x8(%rbp), %rax movl $0x0, (%rax) jmp 0xbdc95 movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movzbl 0x3(%rax), %ec...
fill_buffer_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax+8] mov rcx, [rbp+var_8] cmp rax, [rcx+10h] jb short loc_BDC41 mov rax, [rbp+var_8] mov dword ptr [rax+28h], 1 mov rax, [rbp+var_8] mov dword ptr [rax], 0 jmp short loc_BDC95 l...
long long fill_buffer_0(long long a1) { long long result; // rax if ( *(_QWORD *)(a1 + 8) < *(_QWORD *)(a1 + 16) ) { *(_DWORD *)a1 = _byteswap_ulong(**(_DWORD **)(a1 + 8)); result = a1; *(_QWORD *)(a1 + 8) += 4LL; } else { *(_DWORD *)(a1 + 40) = 1; result = a1; *(_DWORD *)a1 = 0; ...
fill_buffer: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x8] MOV RCX,qword ptr [RBP + -0x8] CMP RAX,qword ptr [RCX + 0x10] JC 0x001bdc41 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX + 0x28],0x1 MOV RAX,qword ptr [RBP + -0x8] MOV dword ptr [RAX],0x0 J...
void fill_buffer(int4 *param_1) { if (*(ulong *)(param_1 + 2) < *(ulong *)(param_1 + 4)) { *param_1 = CONCAT13(**(int1 **)(param_1 + 2), CONCAT12(*(int1 *)(*(long *)(param_1 + 2) + 1), CONCAT11(*(int1 *)(*(long *)(param_1 + 2) + 2), ...
23,722
mi_calc_bin_pack_key_length
eloqsql/storage/myisam/mi_search.c
int _mi_calc_bin_pack_key_length(MI_KEYDEF *keyinfo,uint nod_flag,uchar *next_key, uchar *org_key, uchar *prev_key, uchar *key, MI_KEY_PARAM *s_temp) { uint length,key_length,ref_length; s_temp->totlength=key_length=_mi_keylength(keyinfo,key)+nod_flag; #ifd...
O0
c
mi_calc_bin_pack_key_length: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq 0x10(%rbp), %rax movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq %r9, -0x38(%rbp) movq -0x10(%rbp), %rdi movq -0x38(%rbp), %rsi callq 0x47fd0 movl %eax, %ecx addl -0x14(%r...
_mi_calc_bin_pack_key_length: push rbp mov rbp, rsp sub rsp, 70h mov rax, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_38], r9 mov rdi, [rbp+var_10] mov rsi, [rbp+var_38] call _mi_k...
long long mi_calc_bin_pack_key_length( long long a1, int a2, unsigned __int8 *a3, unsigned __int8 *a4, unsigned __int8 *a5, unsigned __int8 *a6, long long a7) { int v7; // ecx unsigned __int8 *v8; // rax int v9; // ecx unsigned __int8 *v10; // rax unsig...
_mi_calc_bin_pack_key_length: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV RDI,qword ptr [RBP + -0x10] MOV...
int _mi_calc_bin_pack_key_length (int8 param_1,int param_2,byte *param_3,char *param_4,char *param_5, char *param_6,uint *param_7) { byte bVar1; byte bVar2; int iVar3; char *pcVar4; uint uVar5; byte *pbVar6; int local_60; uint local_5c; uint local_4c; int local_44; by...
23,723
build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&)
monkey531[P]llama/common/json-schema-to-grammar.cpp
std::string build_grammar(const std::function<void(const common_grammar_builder &)> & cb, const common_grammar_options & options) { SchemaConverter converter([&](const std::string &) { return json(); }, options.dotall, options.compact_spaces); common_grammar_builder builder { /* .add_rule = */ [&](const...
O0
cpp
build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&): subq $0x1e8, %rsp # imm = 0x1E8 movq %rdi, 0x10(%rsp) movq %rdi, %rax movq %rax, 0x18(%rsp) movq %rdi, 0x1e0(%rsp) movq %rsi, 0x1d8(%rsp) movq %rdx, 0x1d0(%rsp) leaq 0xb8(%rsp), %rdi movq %rdi...
_Z13build_grammarB5cxx11RKSt8functionIFvRK22common_grammar_builderEERK22common_grammar_options: sub rsp, 1E8h mov qword ptr [rsp+1E8h+var_1D8], rdi; int mov rax, rdi mov [rsp+1E8h+var_1D0], rax; __int64 mov [rsp+1E8h+var_8], rdi mov [rsp+1E8h+var_10], rsi mov [rsp+1E8h+var_18], rdx lea r...
long long build_grammar[abi:cxx11](long long a1, long long a2, _BYTE *a3) { int v3; // r8d int v4; // r9d int v5; // edx int v6; // ecx int v7; // r8d int v8; // r9d int v10; // [rsp+0h] [rbp-1E8h] int v11; // [rsp+8h] [rbp-1E0h] int v12; // [rsp+10h] [rbp-1D8h] int v13; // [rsp+18h] [rbp-1D0h] l...
size: MOV qword ptr [RSP + -0x8],RDI MOV RAX,qword ptr [RSP + -0x8] MOV RAX,qword ptr [RAX + 0x8] RET
/* std::initializer_list<char const*>::size() const */ int8 __thiscall std::initializer_list<char_const*>::size(initializer_list<char_const*> *this) { return *(int8 *)(this + 8); }
23,724
build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&)
monkey531[P]llama/common/json-schema-to-grammar.cpp
std::string build_grammar(const std::function<void(const common_grammar_builder &)> & cb, const common_grammar_options & options) { SchemaConverter converter([&](const std::string &) { return json(); }, options.dotall, options.compact_spaces); common_grammar_builder builder { /* .add_rule = */ [&](const...
O3
cpp
build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&): pushq %r15 pushq %r14 pushq %rbx subq $0x160, %rsp # imm = 0x160 movq %rsi, %r14 movq %rdi, %rbx xorps %xmm0, %xmm0 movq %rsp, %rsi movaps %xmm0, (%rsi) leaq 0x2f4(%rip), %rax # 0xbb346 ...
_Z13build_grammarB5cxx11RKSt8functionIFvRK22common_grammar_builderEERK22common_grammar_options: push r15 push r14 push rbx sub rsp, 160h mov r14, rsi mov rbx, rdi xorps xmm0, xmm0 mov rsi, rsp; int movaps xmmword ptr [rsi], xmm0 lea rax, _ZNSt17_Function_handlerIFN8nlohmann16json_abi_v3_...
long long build_grammar[abi:cxx11](long long a1, long long a2, unsigned __int8 *a3, long long a4, int a5, int a6) { int v6; // edx int v7; // ecx int v8; // r8d int v9; // r9d int *v11; // [rsp+0h] [rbp-178h] BYREF long long v12; // [rsp+8h] [rbp-170h] long long ( *v13)(); // [rsp+10h] [rbp-168h] void ...
build_grammar[abi:cxx11]: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x160 MOV R14,RSI MOV RBX,RDI XORPS XMM0,XMM0 MOV RSI,RSP MOVAPS xmmword ptr [RSI],XMM0 LEA RAX,[0x1bb346] MOV qword ptr [RSI + 0x18],RAX LEA RAX,[0x1bb372] MOV qword ptr [RSI + 0x10],RAX MOVZX EAX,byte ptr [RDX] MOVZX ECX,byte ptr [RDX + 0x1] LAB_001bb068: L...
/* build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&) */ function * build_grammar_abi_cxx11_(function *param_1,common_grammar_options *param_2) { long in_RDX; SchemaConverter *local_178; int8 uStack_170; code *local_168; code *local_160; ...
23,725
create_func_substr(my_xpath_st*, Item**, unsigned int)
eloqsql/sql/item_xmlfunc.cc
static Item *create_func_substr(MY_XPATH *xpath, Item **args, uint nargs) { THD *thd= xpath->thd; if (nargs == 2) return new (thd->mem_root) Item_func_substr(thd, args[0], args[1]); return new (thd->mem_root) Item_func_substr(thd, args[0], args[1], args[2]); }
O0
cpp
create_func_substr(my_xpath_st*, Item**, unsigned int): pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x28(%rbp) cmpl $0x2, -0x1c(%rbp) jne 0xe3d29f movq -0x28(%rbp), %rax movq 0x28(%rax), %rsi movq %...
_ZL18create_func_substrP11my_xpath_stPP4Itemj: push rbp mov rbp, rsp sub rsp, 0A0h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_28], rax cmp [rbp+var_1C], 2 jnz loc_E3D29F mov rax, [rbp+var_28] mov ...
Item_func_substr * create_func_substr(long long **a1, Item **a2, int a3) { Item_func_substr *v4; // [rsp+10h] [rbp-90h] long long v5; // [rsp+18h] [rbp-88h] Item_func_substr *v6; // [rsp+28h] [rbp-78h] long long v7; // [rsp+30h] [rbp-70h] long long *v8; // [rsp+78h] [rbp-28h] v8 = *a1; if ( a3 == 2 ) {...
swap: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RDI MOV RSI,qword ptr [RBP + -0x10] CALL 0x00e43210 MOV RDI,qword ptr [RBP + -0x18] ADD RDI,0x8 MOV RSI,qword ptr [RBP + -0x10] ADD RSI,0x8 CALL 0x00e43250 MO...
/* Item_param::PValue::swap(Item_param::PValue&) */ void __thiscall Item_param::PValue::swap(PValue *this,PValue *param_1) { Type_handler_hybrid_field_type::swap ((Type_handler_hybrid_field_type *)this,(Type_handler_hybrid_field_type *)param_1); PValue_simple::swap((PValue_simple *)(this + 8),(PValue...
23,726
my_charlen_utf8mb4
eloqsql/strings/ctype-utf8.c
static int my_charlen_utf8mb4(CHARSET_INFO *cs __attribute__((unused)), const uchar *s, const uchar *e) { uchar c; if (s >= e) return MY_CS_TOOSMALL; c= s[0]; if (c < 0xf0) return my_valid_mbcharlen_utf8mb3(s, e); if (c < 0xf5) { if (s + 4 > e) /* We need 4 characters */ ...
O0
c
my_charlen_utf8mb4: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jb 0x67a7a movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x67b4f movq -0x18(%rbp), %rax movb (%rax), %al movb %al, -0x21(%rbp) movzbl -...
my_charlen_utf8mb4: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] cmp rax, [rbp+var_20] jb short loc_67A7A mov [rbp+var_4], 0FFFFFF9Bh jmp loc_67B4F loc_67A7A: mov rax, [rbp+var_18] mov al, [...
long long my_charlen_utf8mb4(long long a1, unsigned __int8 *a2, unsigned long long a3) { unsigned __int8 v4; // [rsp+Fh] [rbp-21h] if ( (unsigned long long)a2 < a3 ) { v4 = *a2; if ( *a2 >= 0xF0u ) { if ( v4 >= 0xF5u ) { return 0; } else if ( (unsigned long long)(a2 +...
my_charlen_utf8mb4: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] CMP RAX,qword ptr [RBP + -0x20] JC 0x00167a7a MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x00167b4f LAB_00167a7a: MOV RAX,qword ptr [RBP + ...
int4 my_charlen_utf8mb4(int8 param_1,byte *param_2,byte *param_3) { byte bVar1; int4 local_c; if (param_2 < param_3) { bVar1 = *param_2; if (bVar1 < 0xf0) { local_c = my_valid_mbcharlen_utf8mb3(param_2,param_3); } else if (bVar1 < 0xf5) { if (param_3 < param_2 + 4) { local...
23,727
ggml_backend_sched_backend_id_from_cur(ggml_backend_sched*, ggml_tensor*)
llama.cpp/ggml/src/ggml-backend.cpp
static int ggml_backend_sched_backend_id_from_cur(ggml_backend_sched_t sched, struct ggml_tensor * tensor) { // assign pre-allocated nodes to their backend int cur_backend_id = ggml_backend_sched_backend_from_buffer(sched, tensor, tensor); if (cur_backend_id != -1) { SET_CAUSE(tensor, "1.dst"); ...
O3
cpp
ggml_backend_sched_backend_id_from_cur(ggml_backend_sched*, ggml_tensor*): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdx callq 0x28b51 cmpl $-0x1, %eax je 0x2893a movl %eax, %r15d movl %r15d, %eax addq $0x8, %rsp popq %rbx popq %r12 popq %r14 popq %r15 retq movq ...
_ZL38ggml_backend_sched_backend_id_from_curP18ggml_backend_schedP11ggml_tensor: push r15 push r14 push r12 push rbx push rax mov rbx, rsi mov r14, rdi mov rdx, rsi call _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_; ggml_backend_sched_backend_from_buffe...
long long ggml_backend_sched_backend_id_from_cur(long long a1, long long a2) { int v4; // eax long long v5; // r15 long long v7; // rsi long long v8; // rax long long v9; // rax long long v10; // r12 long long v11; // rcx unsigned int v12; // eax unsigned __int8 (*v13)(void); // rax long long v14; ...
ggml_backend_sched_backend_id_from_cur: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI MOV RDX,RSI CALL 0x00128b51 CMP EAX,-0x1 JZ 0x0012893a LAB_00128928: MOV R15D,EAX LAB_0012892b: MOV EAX,R15D ADD RSP,0x8 POP RBX POP R12 POP R14 POP R15 RET LAB_0012893a: MOV RSI,qword ptr [RBX + 0xe8] TEST RSI,...
/* ggml_backend_sched_backend_id_from_cur(ggml_backend_sched*, ggml_tensor*) */ ulong ggml_backend_sched_backend_id_from_cur(ggml_backend_sched *param_1,ggml_tensor *param_2) { code *pcVar1; byte bVar2; char cVar3; uint uVar4; long lVar5; ggml_tensor *pgVar6; int8 uVar7; int8 uVar8; ulong uVar9; ...
23,728
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_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...
monkey531[P]llama/common/json.hpp
bool end_object() { if (ref_stack.back()) { if (!callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::object_end, *ref_stack.back())) { // discard object *ref_stack.back() = discarded; } else { ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_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...
_ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10end_objectEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_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>>::end_object( lo...
end_object: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x10] MOV RCX,qword ptr [RAX + -0x8] TEST RCX,RCX JZ 0x0015f1c2 SUB RAX,qword ptr [RBX + 0x8] SHR RAX,0x3 DEC EAX MOV dword ptr [RSP + 0x28],EAX MOV byte ptr [RSP + 0x8],0x1 CMP qword ptr [RBX + 0x90],0x0...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_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, std::vector<unsigned char, std::all...
23,729
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::append_exponent(char*, int)
monkey531[P]llama/common/json.hpp
inline char* append_exponent(char* buf, int e) { JSON_ASSERT(e > -1000); JSON_ASSERT(e < 1000); if (e < 0) { e = -e; *buf++ = '-'; } else { *buf++ = '+'; } auto k = static_cast<std::uint32_t>(e); if (k < 10) { // Always print at least two di...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::append_exponent(char*, int): pushq %rax cmpl $0xfffffc18, %esi # imm = 0xFFFFFC18 jle 0x8bbe0 cmpl $0x3e8, %esi # imm = 0x3E8 jge 0x8bbfc movl %esi, %ecx shrl $0x1f, %ecx addb %cl, %cl addb $0x2b, %cl movl %esi, %eax negl %eax cmovsl %esi, %eax movb %cl, (...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl15append_exponentEPci: push rax cmp esi, 0FFFFFC18h jle loc_8BBE0 cmp esi, 3E8h jge loc_8BBFC mov ecx, esi shr ecx, 1Fh add cl, cl add cl, 2Bh ; '+' mov eax, esi neg eax cmovs eax, esi mov [rdi], cl cmp eax, 9 ja sh...
long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::append_exponent( nlohmann::json_abi_v3_11_3::detail::dtoa_impl *this, char *a2) { unsigned int v2; // eax _BYTE *v3; // rdx char v4; // cl char v5; // cl long long v7; // [rsp-10h] [rbp-10h] if ( (int)a2 <= -1000 ) { ggml_abort...
append_exponent: PUSH RAX CMP ESI,0xfffffc18 JLE 0x0018bbe0 CMP ESI,0x3e8 JGE 0x0018bbfc MOV ECX,ESI SHR ECX,0x1f ADD CL,CL ADD CL,0x2b MOV EAX,ESI NEG EAX CMOVS EAX,ESI MOV byte ptr [RDI],CL CMP EAX,0x9 JA 0x0018bb8e LEA RDX,[RDI + 0x2] MOV byte ptr [RDI + 0x1],0x30 JMP 0x0018bba9 LAB_0018bb8e: CMP EAX,0x63 JA 0x0018b...
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::append_exponent(char*, int) */ char * nlohmann::json_abi_v3_11_3::detail::dtoa_impl::append_exponent(char *param_1,int param_2) { byte bVar2; uint uVar1; char *pcVar3; ushort uVar4; byte *pbVar5; int8 uVar6; long lStack_10; if (param_2 < -999) { ...
23,730
testing::internal::OutputFlagAlsoCheckEnvVar[abi:cxx11]()
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-port.cc
std::string OutputFlagAlsoCheckEnvVar() { std::string default_value_for_output_flag = ""; const char* xml_output_file_env = posix::GetEnv("XML_OUTPUT_FILE"); if (nullptr != xml_output_file_env) { default_value_for_output_flag = std::string("xml:") + xml_output_file_env; } return default_value_for_output_f...
O0
cpp
testing::internal::OutputFlagAlsoCheckEnvVar[abi:cxx11](): subq $0x98, %rsp movq %rdi, 0x18(%rsp) movq %rdi, %rax movq %rax, 0x10(%rsp) movq %rdi, 0x90(%rsp) movb $0x0, 0x8f(%rsp) leaq 0x8e(%rsp), %rdi movq %rdi, 0x20(%rsp) callq 0x15de0 movq 0x18(%rsp), %rdi movq 0x20(%rsp), %rdx leaq 0x5b13d(%rip), %rsi # 0x155fb...
_ZN7testing8internal25OutputFlagAlsoCheckEnvVarB5cxx11Ev: sub rsp, 98h mov [rsp+98h+var_80], rdi mov rax, rdi mov [rsp+98h+var_88], rax mov [rsp+98h+var_8], rdi mov [rsp+98h+var_9], 0 lea rdi, [rsp+98h+var_A] mov [rsp+98h+var_78], rdi call __ZNSaIcEC1Ev; std::allocator<char>::allocato...
_QWORD * testing::internal::OutputFlagAlsoCheckEnvVar[abi:cxx11](_QWORD *a1, long long a2, long long a3) { long long v3; // rdx char v5; // [rsp+2Fh] [rbp-69h] BYREF _BYTE v6[32]; // [rsp+30h] [rbp-68h] BYREF _QWORD v7[4]; // [rsp+50h] [rbp-48h] BYREF long long Env; // [rsp+70h] [rbp-28h] _BYTE v9[2]; // [r...
OutputFlagAlsoCheckEnvVar[abi:cxx11]: SUB RSP,0x98 MOV qword ptr [RSP + 0x18],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x10],RAX MOV qword ptr [RSP + 0x90],RDI MOV byte ptr [RSP + 0x8f],0x0 LEA RDI,[RSP + 0x8e] MOV qword ptr [RSP + 0x20],RDI CALL 0x00115de0 MOV RDI,qword ptr [RSP + 0x18] MOV RDX,qword ptr [RSP + 0x20] LAB_...
/* WARNING: Removing unreachable block (ram,0x001fafa1) */ /* testing::internal::OutputFlagAlsoCheckEnvVar[abi:cxx11]() */ internal * __thiscall testing::internal::OutputFlagAlsoCheckEnvVar_abi_cxx11_(internal *this) { allocator local_69; string local_68 [32]; string local_48 [32]; long local_28; allocator...
23,731
mi_unique_comp
eloqsql/storage/myisam/mi_unique.c
int mi_unique_comp(MI_UNIQUEDEF *def, const uchar *a, const uchar *b, my_bool null_are_equal) { const uchar *pos_a, *pos_b, *end; HA_KEYSEG *keyseg; for (keyseg=def->seg ; keyseg < def->end ; keyseg++) { enum ha_base_keytype type=(enum ha_base_keytype) keyseg->type; uint a_length, b_length; a_...
O3
c
mi_unique_comp: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq 0x8(%rdi), %r15 movq %rdi, -0x48(%rbp) cmpq 0x10(%rdi), %r15 jae 0xa2927 movl %ecx, %r14d movq %rdx, -0x40(%rbp) movq %rsi, -0x38(%rbp) movl %ecx, -0x2c(%rbp) movzbl 0x18(%r15), %r12d movzwl 0x14(%r15...
mi_unique_comp: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r15, [rdi+8] mov [rbp+var_48], rdi cmp r15, [rdi+10h] jnb loc_A2927 mov r14d, ecx mov [rbp+var_40], rdx mov [rbp+var_38], rsi mov [rbp+var_2C], ecx loc_A27CB: mov...
long long mi_unique_comp(long long a1, long long a2, long long a3, char a4) { unsigned long long v4; // r15 char v5; // r14 unsigned int v6; // r12d unsigned int v7; // ecx char v8; // di long long v9; // rax char v10; // r8 char v11; // di long long result; // rax long long v13; // r13 unsigned ...
mi_unique_comp: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R15,qword ptr [RDI + 0x8] MOV qword ptr [RBP + -0x48],RDI CMP R15,qword ptr [RDI + 0x10] JNC 0x001a2927 MOV R14D,ECX MOV qword ptr [RBP + -0x40],RDX MOV qword ptr [RBP + -0x38],RSI MOV dword ptr [RBP + -0x2c],ECX LAB_001a...
int8 mi_unique_comp(long param_1,long param_2,long param_3,char param_4) { byte *pbVar1; byte *pbVar2; byte bVar3; byte bVar4; ushort uVar5; uint uVar6; uint uVar7; uint uVar8; int iVar9; uint uVar10; ulong uVar11; uint uVar12; ushort *puVar13; byte bVar14; ulong uVar15; ushort *puVar1...
23,732
delete_setup_object(enum_object_type, String const*, String const*)
eloqsql/storage/perfschema/pfs_setup_object.cc
int delete_setup_object(enum_object_type object_type, const String *schema, const String *object) { PFS_thread *thread= PFS_thread::get_current_thread(); if (unlikely(thread == NULL)) return HA_ERR_OUT_OF_MEM; LF_PINS* pins= get_setup_object_hash_pins(thread); if (unlikely(pins == N...
O3
cpp
delete_setup_object(enum_object_type, String const*, String const*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x198, %rsp # imm = 0x198 movq %rdx, %r15 movq %rsi, %r13 movl %edi, %ebx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) callq 0x2f83a movl $0x80, %r12d tes...
_Z19delete_setup_object16enum_object_typePK6StringS2_: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 198h mov r15, rdx mov r13, rsi mov ebx, edi mov rax, fs:28h mov [rbp+var_30], rax call _ZN10PFS_thread18get_current_threadEv; PFS_thread::ge...
long long delete_setup_object(PFS_thread *a1, long long a2, long long a3) { long long current_thread; // rax unsigned int v5; // r12d long long v6; // r14 long long v7; // rbx long long *v8; // rax long long v9; // r14 _BYTE *v10; // rax long long pins; // rax _BYTE v13[388]; // [rsp+8h] [rbp-1B8h] B...
delete_setup_object: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x198 MOV R15,RDX MOV R13,RSI MOV EBX,EDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX CALL 0x0012f83a MOV R12D,0x80 TEST RAX,RAX JZ 0x00127f44 MOV R14,RAX MOV dword ptr [RBP + -0x1bc],EBX MOV RBX,qword ptr [RA...
/* delete_setup_object(enum_object_type, String const*, String const*) */ int8 delete_setup_object(int4 param_1,long param_2,long param_3) { uint *puVar1; long lVar2; int8 *puVar3; long lVar4; int8 uVar5; long in_FS_OFFSET; int1 local_1c0 [388]; int4 local_3c; long local_38; local_38 = *(long ...
23,733
OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp
int FaceVertex::GetVertexSubset(Subset * subsetPtr) const { // // The subset from a manifold vertex is trivially complete (ordered // or not), but for non-manifold cases we need to search and update // the tags according to the content of the subset: // if (isManifold()) { initComple...
O0
cpp
OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*) const: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x18(%rbp) callq 0xc8c70 testb $0x1, %al jne 0x188ea3 jmp 0x188eb2 movq -0x18(%rbp), %rdi mov...
_ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex15GetVertexSubsetEPNS1_16FaceVertexSubsetE: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8]; this mov [rbp+var_18], rdi call __ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex10isManifoldEv; OpenSubdiv::v3_6_0:...
long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset( OpenSubdiv::v3_6_0::Bfr::FaceVertex *this, OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset *a2, float a3) { if ( (OpenSubdiv::v3_6_0::Bfr::FaceVertex::isManifold(this) & 1) != 0 ) { OpenSubdiv::v3_6_0::Bfr::FaceVertex::initComple...
23,734
OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp
int FaceVertex::GetVertexSubset(Subset * subsetPtr) const { // // The subset from a manifold vertex is trivially complete (ordered // or not), but for non-manifold cases we need to search and update // the tags according to the content of the subset: // if (isManifold()) { initComple...
O1
cpp
OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*) const: pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 testb $0x2, 0x99(%rdi) jne 0x873ca movq %r14, %rdi movq %rbx, %rsi callq 0x396a0 jmp 0x8743a movq %r14, %rdi movq %rbx, %rsi callq 0x39080 movq %r14, %...
_ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex15GetVertexSubsetEPNS1_16FaceVertexSubsetE: push r14 push rbx push rax mov rbx, rsi mov r14, rdi test byte ptr [rdi+99h], 2 jnz short loc_873CA mov rdi, r14 mov rsi, rbx call __ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex18initCompleteSubsetEPNS1_16Fac...
long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset( OpenSubdiv::v3_6_0::Bfr::FaceVertex *this, long long a2, __m128 a3) { if ( (*((_BYTE *)this + 153) & 2) != 0 ) { OpenSubdiv::v3_6_0::Bfr::FaceVertex::findConnectedSubsetExtent((long long)this, a2); OpenSubdiv::v3_6_0::B...
GetVertexSubset: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI TEST byte ptr [RDI + 0x99],0x2 JNZ 0x001873ca MOV RDI,R14 MOV RSI,RBX CALL 0x001396a0 JMP 0x0018743a LAB_001873ca: MOV RDI,R14 MOV RSI,RBX CALL 0x00139080 MOV RDI,R14 MOV RSI,RBX XOR EDX,EDX CALL 0x0013a4f0 TEST byte ptr [RBX],0x2 JNZ 0x0018743a TEST b...
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*) const */ int __thiscall OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetVertexSubset(FaceVertex *this,FaceVertexSubset *param_1) { float fVar1; if (((byte)this[0x99] & 2) == 0) { initCompleteSubset(this,param_1)...
23,735
minja::Value::set(minja::Value const&, minja::Value const&)
monkey531[P]llama/common/minja.hpp
void set(const Value& key, const Value& value) { if (!object_) throw std::runtime_error("Value is not an object: " + dump()); if (!key.is_hashable()) throw std::runtime_error("Unashable type: " + dump()); (*object_)[key.primitive_] = value; }
O2
cpp
minja::Value::set(minja::Value const&, minja::Value const&): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x48, %rsp movq %rdi, %r14 cmpq $0x0, 0x20(%rdi) je 0x69989 movq %rdx, %rbx movq %rsi, %r15 movq %rsi, %rdi callq 0x62ef0 testb %al, %al je 0x699e6 movq 0x20(%r14), %rdi addq $0x40, %r15 movq %r15, %rsi callq ...
_ZN5minja5Value3setERKS0_S2_: push rbp push r15 push r14 push rbx sub rsp, 48h mov r14, rdi cmp qword ptr [rdi+20h], 0 jz short loc_69989 mov rbx, rdx mov r15, rsi mov rdi, rsi; this call _ZNK5minja5Value12is_primitiveEv; minja::Value::is_primitive(void) test al, al jz ...
long long minja::Value::set(minja::Value *this, const minja::Value *a2, const minja::Value *a3) { long long v4; // rax void *exception; // rbx void *v7; // rbx _BYTE v8[32]; // [rsp+8h] [rbp-60h] BYREF _BYTE v9[64]; // [rsp+28h] [rbp-40h] BYREF if ( !*((_QWORD *)this + 4) ) { exception = __cxa_alloc...
set: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x48 MOV R14,RDI CMP qword ptr [RDI + 0x20],0x0 JZ 0x00169989 MOV RBX,RDX MOV R15,RSI MOV RDI,RSI CALL 0x00162ef0 TEST AL,AL JZ 0x001699e6 MOV RDI,qword ptr [R14 + 0x20] ADD R15,0x40 MOV RSI,R15 CALL 0x00169aae MOV RDI,RAX MOV RSI,RBX ADD RSP,0x48 POP RBX POP R14 POP R15...
/* minja::Value::set(minja::Value const&, minja::Value const&) */ void __thiscall minja::Value::set(Value *this,Value *param_1,Value *param_2) { Value *this_00; runtime_error *prVar1; char cVar2; int1 local_60 [32]; string local_40 [32]; if (*(long *)(this + 0x20) == 0) { prVar1 = (runtime_error *...
23,736
find_longest_bitstream
eloqsql/storage/maria/ma_packrec.c
static uint find_longest_bitstream(uint16 *table, uint16 *end) { uint length=1; uint length2; if (!(*table & IS_CHAR)) { uint16 *next= table + *table; if (next > end || next == table) { DBUG_PRINT("error", ("ERROR: illegal pointer in decode tree")); return OFFSET_TABLE_SIZE; } le...
O0
c
find_longest_bitstream: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl $0x1, -0x1c(%rbp) movq -0x10(%rbp), %rax movzwl (%rax), %eax andl $0x8000, %eax # imm = 0x8000 cmpl $0x0, %eax jne 0x3aef7 movq -0x10(%rbp), %rax movq -0x10(%rbp), %rcx movzwl (%rcx), %ecx mo...
find_longest_bitstream: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], 1 mov rax, [rbp+var_10] movzx eax, word ptr [rax] and eax, 8000h cmp eax, 0 jnz short loc_3AEF7 mov rax, [rbp+var_10] mov rcx, [rbp+var_10] movzx ec...
long long find_longest_bitstream(unsigned __int16 *a1, unsigned long long a2) { unsigned __int16 *v4; // [rsp+10h] [rbp-30h] unsigned __int16 *v5; // [rsp+18h] [rbp-28h] unsigned int v6; // [rsp+20h] [rbp-20h] unsigned int v7; // [rsp+24h] [rbp-1Ch] unsigned __int16 *v8; // [rsp+30h] [rbp-10h] v7 = 1; i...
find_longest_bitstream: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],0x1 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,word ptr [RAX] AND EAX,0x8000 CMP EAX,0x0 JNZ 0x0013aef7 MOV RAX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RBP + -0x10] MOV...
uint find_longest_bitstream(ushort *param_1,ushort *param_2) { int iVar1; ushort *puVar2; uint local_3c; uint local_24; local_24 = 1; if ((*param_1 & 0x8000) == 0) { puVar2 = param_1 + (int)(uint)*param_1; if ((param_2 < puVar2) || (puVar2 == param_1)) { return 0x200; } iVar1 = fi...
23,737
void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::Mask>(OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface const&, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::M...
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/../sdc/catmarkScheme.h
inline void Scheme<SCHEME_CATMARK>::assignSmoothMaskForEdge(EDGE const& edge, MASK& mask) const { typedef typename MASK::Weight Weight; int faceCount = edge.GetNumFaces(); mask.SetNumVertexWeights(2); mask.SetNumEdgeWeights(0); mask.SetNumFaceWeights(faceCount); mask.SetFaceWeightsForFaceCent...
O0
c
void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::Mask>(OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface const&, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::M...
_ZNK10OpenSubdiv6v3_6_03Sdc6SchemeILNS1_10SchemeTypeE1EE23assignSmoothMaskForEdgeINS0_3Vtr8internal13EdgeInterfaceENS0_3Far18PrimvarRefinerRealIdE4MaskEEEvRKT_RT0_: push rbp mov rbp, rsp sub rsp, 0C0h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov ...
unsigned long long OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface,OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<double>::Mask>( OpenSubdiv::v3_6_0::Sdc::Options *a1, OpenSubdiv::v3_6_0::Vtr::internal::EdgeI...
23,738
void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::Mask>(OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface const&, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::M...
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/../sdc/catmarkScheme.h
inline void Scheme<SCHEME_CATMARK>::assignSmoothMaskForEdge(EDGE const& edge, MASK& mask) const { typedef typename MASK::Weight Weight; int faceCount = edge.GetNumFaces(); mask.SetNumVertexWeights(2); mask.SetNumEdgeWeights(0); mask.SetNumFaceWeights(faceCount); mask.SetFaceWeightsForFaceCent...
O2
c
void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::Mask>(OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface const&, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<float>::M...
_ZNK10OpenSubdiv6v3_6_03Sdc6SchemeILNS1_10SchemeTypeE1EE23assignSmoothMaskForEdgeINS0_3Vtr8internal13EdgeInterfaceENS0_3Far18PrimvarRefinerRealIdE4MaskEEEvRKT_RT0_: push r15 push r14 push rbx sub rsp, 10h mov rbx, rdx mov r14, rsi mov r15, rdi mov rdi, rsi; this call __ZNK10OpenSubdiv6v3...
double * OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface,OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<double>::Mask>( long long a1, OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface *a2, long long a3)...
assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface,OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<double>::Mask>: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x10 MOV RBX,RDX MOV R14,RSI MOV R15,RDI MOV RDI,RSI CALL 0x0014f720 MOV qword ptr [RBX + 0x18],0x2 MOV dword ptr [RBX + 0x20],EAX MOV byte ptr [RBX + 0...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)1>::assignSmoothMaskForEdge<OpenSubdiv::v3_6_0::Vtr::internal::EdgeInterface, OpenSubdiv::v3_6_0::Far::PrimvarRefinerReal<double>::Mask>(OpenSubdiv::v...
23,739
my_wc_mb_euc_kr
eloqsql/strings/ctype-euc_kr.c
static int my_wc_mb_euc_kr(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { int code; if (s >= e) return MY_CS_TOOSMALL; if ((uint) wc < 0x80) { s[0]= (uchar) wc; return 1; } if (!(code=func_uni_ksc5601_onechar(wc))) return MY_CS_ILUNI; if (s+2>e) ...
O0
c
my_wc_mb_euc_kr: 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 cmpq -0x28(%rbp), %rax jb 0x97c8b movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x97d04 movq -0x18(%rbp), %rax cmpl $0x80, %eax jae 0x97ca...
my_wc_mb_euc_kr: 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] cmp rax, [rbp+var_28] jb short loc_97C8B mov [rbp+var_4], 0FFFFFF9Bh jmp short loc_97D04 loc_97C8B: mov ra...
long long my_wc_mb_euc_kr(long long a1, unsigned int a2, _BYTE *a3, unsigned long long a4) { int v5; // [rsp+4h] [rbp-2Ch] if ( (unsigned long long)a3 < a4 ) { if ( a2 >= 0x80 ) { v5 = func_uni_ksc5601_onechar(a2); if ( v5 ) { if ( (unsigned long long)(a3 + 2) <= a4 ) {...
my_wc_mb_euc_kr: 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] CMP RAX,qword ptr [RBP + -0x28] JC 0x00197c8b MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x00197d04 LAB_00197c...
int4 my_wc_mb_euc_kr(int8 param_1,uint param_2,int1 *param_3,int1 *param_4) { int iVar1; int4 local_c; if (param_3 < param_4) { if (param_2 < 0x80) { *param_3 = (char)param_2; local_c = 1; } else { iVar1 = func_uni_ksc5601_onechar(param_2); if (iVar1 == 0) { local_...
23,740
httplib::detail::from_i_to_hex[abi:cxx11](unsigned long)
hkr04[P]cpp-mcp/common/httplib.h
inline std::string from_i_to_hex(size_t n) { static const auto charset = "0123456789abcdef"; std::string ret; do { ret = charset[n & 15] + ret; n >>= 4; } while (n > 0); return ret; }
O2
c
httplib::detail::from_i_to_hex[abi:cxx11](unsigned long): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx leaq 0x10(%rdi), %rax movq %rax, (%rdi) andq $0x0, 0x8(%rdi) movq %rsi, %r14 movb $0x0, 0x10(%rdi) leaq 0x1f659(%rip), %r12 # 0x4c632 leaq 0x8(%rsp), %r15 movl %r14d, %eax andl $0xf...
_ZN7httplib6detail13from_i_to_hexB5cxx11Em: push r15 push r14 push r12 push rbx sub rsp, 28h mov rbx, rdi lea rax, [rdi+10h] mov [rdi], rax and qword ptr [rdi+8], 0 mov r14, rsi mov byte ptr [rdi+10h], 0 lea r12, a0123456789abcd; "0123456789abcdef" lea r15, [rsp+48h+var_4...
long long httplib::detail::from_i_to_hex[abi:cxx11](long long a1, unsigned long long a2) { bool v3; // cf _BYTE v5[64]; // [rsp+8h] [rbp-40h] BYREF *(_QWORD *)a1 = a1 + 16; *(_QWORD *)(a1 + 8) = 0LL; *(_BYTE *)(a1 + 16) = 0; do { std::operator+<char>(v5, (unsigned int)a0123456789abcd[a2 & 0xF], a1);...
from_i_to_hex[abi:cxx11]: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RBX,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RDI],RAX AND qword ptr [RDI + 0x8],0x0 MOV R14,RSI MOV byte ptr [RDI + 0x10],0x0 LEA R12,[0x14c632] LEA R15,[RSP + 0x8] LAB_0012cfde: MOV EAX,R14D AND EAX,0xf MOVSX ESI,byte ptr [RAX + R12*0x1] LAB...
/* httplib::detail::from_i_to_hex[abi:cxx11](unsigned long) */ detail * __thiscall httplib::detail::from_i_to_hex_abi_cxx11_(detail *this,ulong param_1) { bool bVar1; string local_40 [32]; *(detail **)this = this + 0x10; *(int8 *)(this + 8) = 0; this[0x10] = (detail)0x0; do { /* tr...
23,741
my_uca_alloc_contractions
eloqsql/strings/ctype-uca.c
static my_bool my_uca_alloc_contractions(MY_CONTRACTIONS *contractions, MY_CHARSET_LOADER *loader, size_t n) { size_t size= n * sizeof(MY_CONTRACTION); if (!(contractions->item= (loader->once_alloc)(size)) || !(contractions->flags= (char *) (loader->once_alloc)(MY_UCA_CNT_FLAG_SIZE))...
O0
c
my_uca_alloc_contractions: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) imulq $0x58, -0x20(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x18(%rbp), %rax movq 0x80(%rax), %rax movq -0x28(%rbp), %rdi callq *%rax movq -0x10(%rbp), %rcx movq %rax, 0x8(%rcx) cm...
my_uca_alloc_contractions: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx imul rax, [rbp+var_20], 58h ; 'X' mov [rbp+var_28], rax mov rax, [rbp+var_18] mov rax, [rax+80h] mov rdi, [rbp+var_28] call rax mov rcx, [rbp+v...
char my_uca_alloc_contractions(long long a1, long long a2, long long a3) { long long v3; // rax long long v4; // rax long long v6; // [rsp+8h] [rbp-28h] v6 = 88 * a3; v3 = (*(long long ( **)(long long))(a2 + 128))(88 * a3); *(_QWORD *)(a1 + 8) = v3; if ( !v3 ) return 1; v4 = (*(long long ( **)(lon...
my_uca_alloc_contractions: 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 IMUL RAX,qword ptr [RBP + -0x20],0x58 MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x80] MOV RDI,qword ptr [RBP + -0x28...
int1 my_uca_alloc_contractions(long param_1,long param_2,long param_3) { long lVar1; lVar1 = (**(code **)(param_2 + 0x80))(param_3 * 0x58); *(long *)(param_1 + 8) = lVar1; if (lVar1 != 0) { lVar1 = (**(code **)(param_2 + 0x80))(0x1000); *(long *)(param_1 + 0x10) = lVar1; if (lVar1 != 0) { ...
23,742
run_tests
eloqsql/libmariadb/unittest/libmariadb/my_test.h
void run_tests(struct my_tests_st *test) { int i, rc, total=0; MYSQL *mysql; while (test[total].function) total++; plan(total); /* display TLS stats */ mysql= mysql_init(NULL); mysql_ssl_set(mysql, NULL, NULL, NULL, NULL, NULL); if (!mysql_real_connect(mysql, hostname, username, password, schema, p...
O0
c
run_tests: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movl $0x0, -0x14(%rbp) movq -0x8(%rbp), %rax movslq -0x14(%rbp), %rcx imulq $0x30, %rcx, %rcx addq %rcx, %rax cmpq $0x0, 0x8(%rax) je 0x15974 movl -0x14(%rbp), %eax addl $0x1, %eax movl %eax, -0x14(%rbp) jmp 0x15953 movl -0x14(%rbp), %edi call...
run_tests: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_14], 0 loc_15953: mov rax, [rbp+var_8] movsxd rcx, [rbp+var_14] imul rcx, 30h ; '0' add rax, rcx cmp qword ptr [rax+8], 0 jz short loc_15974 mov eax, [rbp+var_14] add eax, 1 mov [rbp+var_1...
long long run_tests(long long a1) { int v1; // esi int v2; // edx int v3; // ecx int v4; // r8d int v5; // r9d const char *v6; // rsi int v7; // edx int v8; // ecx int v9; // r8d int v10; // r9d int v11; // edx int v12; // ecx int v13; // r8d int v14; // r9d int v15; // ecx int v16; // ...
run_tests: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0x14],0x0 LAB_00115953: MOV RAX,qword ptr [RBP + -0x8] MOVSXD RCX,dword ptr [RBP + -0x14] IMUL RCX,RCX,0x30 ADD RAX,RCX CMP qword ptr [RAX + 0x8],0x0 JZ 0x00115974 MOV EAX,dword ptr [RBP + -0x14] ADD EAX,0x1 MOV dword ptr ...
void run_tests(long param_1) { int iVar1; int8 uVar2; long lVar3; int8 uVar4; int8 *puVar5; long local_28; int local_1c; int local_14; local_1c = 0; while (*(long *)(param_1 + (long)local_1c * 0x30 + 8) != 0) { local_1c = local_1c + 1; } plan(local_1c); uVar2 = mysql_init(0); mysql_...
23,743
my_hash_iterate
eloqsql/mysys/hash.c
my_bool my_hash_iterate(HASH *hash, my_hash_walk_action action, void *argument) { uint records, i; records= hash->records; for (i= 0 ; i < records ; i++) { if ((*action)(dynamic_element(&hash->array, i, HASH_LINK *)->data, argument)) return 1; } return 0; }
O0
c
my_hash_iterate: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rax movl %eax, -0x24(%rbp) movl $0x0, -0x28(%rbp) movl -0x28(%rbp), %eax cmpl -0x24(%rbp), %eax jae 0xd9545 movq -0x18(%rbp), %rax movq -0x10(%rbp), ...
my_hash_iterate: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax+18h] mov [rbp+var_24], eax mov [rbp+var_28], 0 loc_D9506: mov eax, [rbp+var_28] cmp eax, [rbp+var_24] jnb short loc...
char my_hash_iterate(long long a1, unsigned __int8 ( *a2)(_QWORD, long long), long long a3) { unsigned int i; // [rsp+8h] [rbp-28h] unsigned int v5; // [rsp+Ch] [rbp-24h] v5 = *(_QWORD *)(a1 + 24); for ( i = 0; i < v5; ++i ) { if ( a2(*(_QWORD *)(16LL * i + *(_QWORD *)(a1 + 40) + 8), a3) ) return ...
my_hash_iterate: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV dword ptr [RBP + -0x24],EAX MOV dword ptr [RBP + -0x28],0x0 LAB_001d9506: MOV EAX,dword ptr [RBP + -0x28] ...
int1 my_hash_iterate(long param_1,code *param_2,int8 param_3) { int8 uVar1; char cVar2; uint local_30; uVar1 = *(int8 *)(param_1 + 0x18); local_30 = 0; while( true ) { if ((uint)uVar1 <= local_30) { return 0; } cVar2 = (*param_2)(*(int8 *)(*(long *)(param_1 + 0x28) + (ulong)local_30 *...
23,744
js_async_generator_resolve_function_create
bluesky950520[P]quickjs/quickjs.c
static int js_async_generator_resolve_function_create(JSContext *ctx, JSValue generator, JSValue *resolving_funcs, BOOL is_resume_next) { int i; JSVal...
O0
c
js_async_generator_resolve_function_create: subq $0x58, %rsp movq %rsi, 0x40(%rsp) movq %rdx, 0x48(%rsp) movq %rdi, 0x38(%rsp) movq %rcx, 0x30(%rsp) movl %r8d, 0x2c(%rsp) movl $0x0, 0x28(%rsp) cmpl $0x2, 0x28(%rsp) jge 0x9dbe6 movq 0x38(%rsp), %rdi movl 0x28(%rsp), %ecx movl 0x2c(%rsp), %eax shll %eax addl %eax, %ecx l...
js_async_generator_resolve_function_create: sub rsp, 58h mov [rsp+58h+var_18], rsi mov [rsp+58h+var_10], rdx mov [rsp+58h+var_20], rdi mov [rsp+58h+var_28], rcx mov [rsp+58h+var_2C], r8d mov [rsp+58h+var_30], 0 loc_9DB25: cmp [rsp+58h+var_30], 2 jge loc_9DBE6 mov rdi, [rsp+58h+va...
long long js_async_generator_resolve_function_create( long long a1, long long a2, long long a3, long long *a4, __int16 a5) { long long v5; // rdx long long *v6; // rax long long v8; // [rsp+8h] [rbp-50h] long long v9; // [rsp+20h] [rbp-38h] int i; // [rsp+28h] [rbp-30h...
js_async_generator_resolve_function_create: SUB RSP,0x58 MOV qword ptr [RSP + 0x40],RSI MOV qword ptr [RSP + 0x48],RDX MOV qword ptr [RSP + 0x38],RDI MOV qword ptr [RSP + 0x30],RCX MOV dword ptr [RSP + 0x2c],R8D MOV dword ptr [RSP + 0x28],0x0 LAB_0019db25: CMP dword ptr [RSP + 0x28],0x2 JGE 0x0019dbe6 MOV RDI,qword ptr...
int4 js_async_generator_resolve_function_create (int8 param_1,int8 param_2,int8 param_3,int8 *param_4,int param_5) { int iVar1; int1 auVar2 [16]; int local_30; int8 local_18; int8 local_10; local_30 = 0; local_18 = param_2; local_10 = param_3; while( true ) { if (1 < local_30) { ...
23,745
js_async_generator_resolve_function_create
bluesky950520[P]quickjs/quickjs.c
static int js_async_generator_resolve_function_create(JSContext *ctx, JSValue generator, JSValue *resolving_funcs, BOOL is_resume_next) { int i; JSVal...
O1
c
js_async_generator_resolve_function_create: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %ecx, %ebp movq %rdx, %rbx movq %rdi, %r14 leaq 0x8(%rsp), %r15 movq %rsi, (%r15) movq $-0x1, 0x8(%r15) addl %ecx, %ebp movq $-0x10, %r13 leaq 0x61(%rip), %r12 # 0x59e03 movq %r14, ...
js_async_generator_resolve_function_create: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov ebp, ecx mov rbx, rdx mov r14, rdi lea r15, [rsp+48h+var_40] mov [r15], rsi mov qword ptr [r15+8], 0FFFFFFFFFFFFFFFFh add ebp, ecx mov r13, 0FFFFFFFFFF...
long long js_async_generator_resolve_function_create(long long *a1, long long a2, long long a3, __int16 a4) { __int16 v5; // bp long long v6; // r13 unsigned long long v7; // rax long long v8; // rdx unsigned int v9; // ebp _QWORD v11[8]; // [rsp+8h] [rbp-40h] BYREF v11[0] = a2; v11[1] = -1LL; v5 = ...
js_async_generator_resolve_function_create: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV EBP,ECX MOV RBX,RDX MOV R14,RDI LEA R15,[RSP + 0x8] MOV qword ptr [R15],RSI MOV qword ptr [R15 + 0x8],-0x1 ADD EBP,ECX MOV R13,-0x10 LEA R12,[0x159e03] LAB_00159da2: MOV RDI,R14 MOV RSI,R12 MOV EDX,0x1 MOV...
int4 js_async_generator_resolve_function_create (long param_1,int8 param_2,int8 *param_3,int param_4) { long lVar1; int1 auVar2 [16]; int8 local_40; int8 local_38; local_38 = 0xffffffffffffffff; param_4 = param_4 * 2; lVar1 = -0x10; local_40 = param_2; do { auVar2 = JS_NewCFunctionD...
23,746
js_async_generator_resolve_function_create
bluesky950520[P]quickjs/quickjs.c
static int js_async_generator_resolve_function_create(JSContext *ctx, JSValue generator, JSValue *resolving_funcs, BOOL is_resume_next) { int i; JSVal...
O2
c
js_async_generator_resolve_function_create: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %ecx, %ebp leaq 0x8(%rsp), %rax movq %rsi, (%rax) orq $-0x1, 0x8(%rax) movq %rdi, %r14 addl %ecx, %ebp movq %rdx, (%rsp) leaq 0x8(%rdx), %r15 leaq 0x6c(%rip), %r13 # 0x4d505 pushq $...
js_async_generator_resolve_function_create: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov ebp, ecx lea rax, [rsp+48h+var_40] mov [rax], rsi or qword ptr [rax+8], 0FFFFFFFFFFFFFFFFh mov r14, rdi add ebp, ecx mov [rsp+48h+var_48], rdx lea r15...
long long js_async_generator_resolve_function_create(long long a1, long long a2, long long *a3, __int16 a4) { __int16 v4; // bp _QWORD *v5; // r15 long long i; // r12 unsigned long long v7; // rax long long v8; // rdx unsigned int v9; // ebx _QWORD v12[8]; // [rsp+8h] [rbp-40h] BYREF v12[0] = a2; v1...
js_async_generator_resolve_function_create: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV EBP,ECX LEA RAX,[RSP + 0x8] MOV qword ptr [RAX],RSI OR qword ptr [RAX + 0x8],-0x1 MOV R14,RDI ADD EBP,ECX MOV qword ptr [RSP],RDX LEA R15,[RDX + 0x8] LEA R13,[0x14d505] PUSH 0x1 POP RBX XOR R12D,R12D LAB_0...
int4 js_async_generator_resolve_function_create (int8 param_1,int8 param_2,int8 *param_3,int param_4) { long lVar1; int8 *puVar2; int1 auVar3 [16]; int8 local_40; int8 local_38; local_38 = 0xffffffffffffffff; puVar2 = param_3 + 1; lVar1 = 0; local_40 = param_2; while( true ) { if ...
23,747
my_b_cache_write
eloqsql/mysys/mf_iocache.c
int _my_b_cache_write(IO_CACHE *info, const uchar *Buffer, size_t Count) { if (Buffer != info->write_buffer) { Count= IO_ROUND_DN(Count); if (!Count) return 0; } if (info->seek_not_done) { /* Whenever a function which operates on IO_CACHE flushes/writes some part of the IO_CACHE...
O0
c
my_b_cache_write: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax movq -0x10(%rbp), %rcx cmpq 0x30(%rcx), %rax je 0xe44b9 movabsq $0xfffff000, %rax # imm = 0xFFFFF000 andq -0x20(%rbp), %rax movq %rax, -0x20(%rbp) cmpq $0x0, -0...
_my_b_cache_write: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] mov rcx, [rbp+var_10] cmp rax, [rcx+30h] jz short loc_E44B9 mov rax, 0FFFFF000h and rax, [rbp+var_20] mov [rbp+var_20], rax cm...
long long my_b_cache_write(long long a1, long long a2, long long a3) { long long v4; // [rsp+0h] [rbp-20h] v4 = a3; if ( a2 == *(_QWORD *)(a1 + 48) || (v4 = (unsigned int)a3 & 0xFFFFF000, (a3 & 0xFFFFF000) != 0) ) { if ( *(_DWORD *)(a1 + 224) ) { if ( inline_mysql_file_seek_6( (long...
_my_b_cache_write: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] MOV RCX,qword ptr [RBP + -0x10] CMP RAX,qword ptr [RCX + 0x30] JZ 0x001e44b9 MOV RAX,0xfffff000 AND RAX,qword ptr [RBP + -0x20] MOV qword p...
int4 _my_b_cache_write(long *param_1,long param_2,ulong param_3) { long lVar1; ulong local_28; int4 local_c; local_28 = param_3; if ((param_2 == param_1[6]) || (local_28 = param_3 & 0xfffff000, local_28 != 0)) { if ((int)param_1[0x1c] != 0) { lVar1 = inline_mysql_file_seek ...
23,748
set_process_priority(ggml_sched_priority)
monkey531[P]llama/common/common.cpp
bool set_process_priority(enum ggml_sched_priority prio) { if (prio == GGML_SCHED_PRIO_NORMAL) { return true; } int p = 0; switch (prio) { case GGML_SCHED_PRIO_NORMAL: p = 0; break; case GGML_SCHED_PRIO_MEDIUM: p = -5; break; case GGML_SCHED_PRIO_HIGH: p = -10...
O1
cpp
set_process_priority(ggml_sched_priority): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edi, %ebx cmpl $0x3, %edi ja 0x22767 movl %ebx, %eax leaq 0x8d948(%rip), %rcx # 0xb008c movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movb $0x1, %bpl jmp 0x227bb movl $0xfffffff6, %edx # imm = 0xFFF...
_Z20set_process_priority19ggml_sched_priority: push rbp push r15 push r14 push rbx push rax mov ebx, edi cmp edi, 3; switch 4 cases ja short def_2274B; jumptable 000000000002274B default case mov eax, ebx lea rcx, jpt_2274B movsxd rax, ds:(jpt_2274B - 0B008Ch)[rcx+rax*4] add rax...
long long set_process_priority(int a1) { unsigned int v1; // ebp long long v2; // rdx int v3; // eax int v4; // r14d unsigned int *v5; // r15 int v6; // eax switch ( a1 ) { case 0: LOBYTE(v1) = 1; return v1; case 1: v2 = 4294967291LL; goto LABEL_7; case 2: v2 ...
set_process_priority: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV EBX,EDI CMP EDI,0x3 JA 0x00122767 MOV EAX,EBX LEA RCX,[0x1b008c] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: MOV BPL,0x1 JMP 0x001227bb caseD_2: MOV EDX,0xfffffff6 JMP 0x00122769 caseD_3: MOV EDX,0xffffffec JMP 0x00122...
/* set_process_priority(ggml_sched_priority) */ ulong set_process_priority(int4 param_1) { int iVar1; int8 uVar2; int *piVar3; char *pcVar4; int8 unaff_RBP; int7 uVar6; ulong uVar5; uVar6 = (int7)((ulong)unaff_RBP >> 8); switch(param_1) { case 0: uVar5 = CONCAT71(uVar6,1); goto LAB_001...
23,749
set_process_priority(ggml_sched_priority)
monkey531[P]llama/common/common.cpp
bool set_process_priority(enum ggml_sched_priority prio) { if (prio == GGML_SCHED_PRIO_NORMAL) { return true; } int p = 0; switch (prio) { case GGML_SCHED_PRIO_NORMAL: p = 0; break; case GGML_SCHED_PRIO_MEDIUM: p = -5; break; case GGML_SCHED_PRIO_HIGH: p = -10...
O3
cpp
set_process_priority(ggml_sched_priority): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edi, %ebx cmpl $0x3, %edi ja 0x227c9 movl %ebx, %eax leaq 0x8a8c6(%rip), %rcx # 0xad06c movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movb $0x1, %bpl jmp 0x2281f movl $0xfffffff6, %edx # imm = 0xFFF...
_Z20set_process_priority19ggml_sched_priority: push rbp push r15 push r14 push rbx push rax mov ebx, edi cmp edi, 3; switch 4 cases ja short def_227AD; jumptable 00000000000227AD default case mov eax, ebx lea rcx, jpt_227AD movsxd rax, ds:(jpt_227AD - 0AD06Ch)[rcx+rax*4] add rax...
long long set_process_priority(int a1) { unsigned int v1; // ebp long long v2; // rdx int v3; // eax int v4; // r14d unsigned int *v5; // r15 int v6; // eax switch ( a1 ) { case 0: LOBYTE(v1) = 1; return v1; case 1: v2 = 4294967291LL; goto LABEL_7; case 2: v2 ...
set_process_priority: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV EBX,EDI CMP EDI,0x3 JA 0x001227c9 MOV EAX,EBX LEA RCX,[0x1ad06c] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: MOV BPL,0x1 JMP 0x0012281f caseD_2: MOV EDX,0xfffffff6 JMP 0x001227cb caseD_3: MOV EDX,0xffffffec JMP 0x00122...
/* set_process_priority(ggml_sched_priority) */ ulong set_process_priority(int4 param_1) { int iVar1; int8 uVar2; int *piVar3; char *pcVar4; int8 unaff_RBP; int7 uVar6; ulong uVar5; uVar6 = (int7)((ulong)unaff_RBP >> 8); switch(param_1) { case 0: uVar5 = CONCAT71(uVar6,1); goto LAB_001...
23,750
SchemaConverter::check_errors()
monkey531[P]llama/common/json-schema-to-grammar.cpp
void check_errors() { if (!_errors.empty()) { throw std::runtime_error("JSON schema conversion failed:\n" + string_join(_errors, "\n")); } if (!_warnings.empty()) { fprintf(stderr, "WARNING: JSON schema conversion was incomplete: %s\n", string_join(_warnings, "; ").c_str(...
O2
cpp
SchemaConverter::check_errors(): pushq %rbp pushq %r14 pushq %rbx subq $0x70, %rsp movq %rdi, %r14 movq 0xc8(%rdi), %rax cmpq 0xd0(%rdi), %rax jne 0x8d530 movq 0xe0(%r14), %rax cmpq 0xe8(%r14), %rax jne 0x8d4ca addq $0x70, %rsp popq %rbx popq %r14 popq %rbp retq movq 0x70ab7(%rip), %rax # 0xfdf88 movq (%rax), %rbx ...
_ZN15SchemaConverter12check_errorsEv: push rbp push r14 push rbx sub rsp, 70h mov r14, rdi mov rax, [rdi+0C8h] cmp rax, [rdi+0D0h] jnz short loc_8D530 mov rax, [r14+0E0h] cmp rax, [r14+0E8h] jnz short loc_8D4CA loc_8D4C1: add rsp, 70h pop rbx pop r14 pop rbp retn...
void SchemaConverter::check_errors(SchemaConverter *this) { long long v1; // rbx void *exception; // rbx _QWORD v3[4]; // [rsp+10h] [rbp-78h] BYREF const char *v4[4]; // [rsp+30h] [rbp-58h] BYREF _QWORD v5[7]; // [rsp+50h] [rbp-38h] BYREF if ( *((_QWORD *)this + 25) != *((_QWORD *)this + 26) ) { exc...
check_errors: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x70 MOV R14,RDI MOV RAX,qword ptr [RDI + 0xc8] CMP RAX,qword ptr [RDI + 0xd0] JNZ 0x0018d530 MOV RAX,qword ptr [R14 + 0xe0] CMP RAX,qword ptr [R14 + 0xe8] JNZ 0x0018d4ca LAB_0018d4c1: ADD RSP,0x70 POP RBX POP R14 POP RBP RET LAB_0018d4ca: MOV RAX,qword ptr [0x001fdf88] ...
/* SchemaConverter::check_errors() */ void __thiscall SchemaConverter::check_errors(SchemaConverter *this) { FILE *__stream; runtime_error *this_00; allocator local_79; string local_78 [32]; int8 local_58 [4]; allocator local_38 [32]; if (*(long *)(this + 200) == *(long *)(this + 0xd0)) { if (*(...
23,751
SchemaConverter::check_errors()
monkey531[P]llama/common/json-schema-to-grammar.cpp
void check_errors() { if (!_errors.empty()) { throw std::runtime_error("JSON schema conversion failed:\n" + string_join(_errors, "\n")); } if (!_warnings.empty()) { fprintf(stderr, "WARNING: JSON schema conversion was incomplete: %s\n", string_join(_warnings, "; ").c_str(...
O3
cpp
SchemaConverter::check_errors(): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x68, %rsp movq %rdi, %r14 movq 0xc8(%rdi), %rax cmpq 0xd0(%rdi), %rax jne 0xbf189 movq 0xe0(%r14), %rax cmpq 0xe8(%r14), %rax jne 0xbf12e addq $0x68, %rsp popq %rbx popq %r14 popq %r15 popq %rbp retq movq 0x6ce5b(%rip), %rax # 0x12b...
_ZN15SchemaConverter12check_errorsEv: push rbp push r15 push r14 push rbx sub rsp, 68h mov r14, rdi mov rax, [rdi+0C8h] cmp rax, [rdi+0D0h] jnz short loc_BF189 mov rax, [r14+0E0h] cmp rax, [r14+0E8h] jnz short loc_BF12E loc_BF123: add rsp, 68h pop rbx pop r14 pop ...
void SchemaConverter::check_errors(SchemaConverter *this) { long long v1; // r15 void *exception; // rbx void *v3[2]; // [rsp+8h] [rbp-80h] BYREF void *v4[2]; // [rsp+18h] [rbp-70h] BYREF void *v5[2]; // [rsp+28h] [rbp-60h] BYREF long long v6; // [rsp+38h] [rbp-50h] BYREF const char *v7[2]; // [rsp+48h] ...
check_errors: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x68 MOV R14,RDI MOV RAX,qword ptr [RDI + 0xc8] CMP RAX,qword ptr [RDI + 0xd0] JNZ 0x001bf189 MOV RAX,qword ptr [R14 + 0xe0] CMP RAX,qword ptr [R14 + 0xe8] JNZ 0x001bf12e LAB_001bf123: ADD RSP,0x68 POP RBX POP R14 POP R15 POP RBP RET LAB_001bf12e: MOV RAX,qword ...
/* SchemaConverter::check_errors() */ void __thiscall SchemaConverter::check_errors(SchemaConverter *this) { runtime_error *this_00; int1 *local_80 [2]; int1 local_70 [16]; int1 *local_60 [2]; int1 local_50 [16]; vector local_40 [32]; if (*(long *)(this + 200) == *(long *)(this + 0xd0)) { if (*(...
23,752
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 0x5c600 movl %eax, 0x4(%rsp) movl 0x4(%rsp), %edi movq 0x18(%rsp), %rax movl 0x184(%rax), %esi callq 0x5c5d0 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 0x0015c600 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 0x0015c5d0 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,753
reset_events_statements_by_host()
eloqsql/storage/perfschema/pfs_events_statements.cc
void reset_events_statements_by_host() { global_host_container.apply(fct_reset_events_statements_by_host); }
O3
cpp
reset_events_statements_by_host(): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx xorl %r14d, %r14d leaq 0x383739(%rip), %r15 # 0x3c6418 movq 0xa8(%r15,%r14,8), %rax testq %rax, %rax je 0x42d25 movq 0x50(%rax), %rcx testq %rcx, %rcx jle 0x42d25 movq 0x48(%rax), %rbx imulq $0x940, %rcx, %r12 ...
_Z31reset_events_statements_by_hostv: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx xor r14d, r14d lea r15, global_host_container loc_42CDF: mov rax, [r15+r14*8+0A8h] test rax, rax jz short loc_42D25 mov rcx, [rax+50h] test rcx, rcx jle short loc_42D25 mov ...
long long reset_events_statements_by_host(void) { long long i; // r14 long long result; // rax long long v2; // rcx PFS_host *v3; // rbx PFS_host *v4; // r12 for ( i = 0LL; i != 128; ++i ) { result = global_host_container[i + 21]; if ( result ) { v2 = *(_QWORD *)(result + 80); if ...
reset_events_statements_by_host: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX XOR R14D,R14D LEA R15,[0x4c6418] LAB_00142cdf: MOV RAX,qword ptr [R15 + R14*0x8 + 0xa8] TEST RAX,RAX JZ 0x00142d25 MOV RCX,qword ptr [RAX + 0x50] TEST RCX,RCX JLE 0x00142d25 MOV RBX,qword ptr [RAX + 0x48] IMUL R12,RCX,0x940 ADD R1...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* reset_events_statements_by_host() */ void reset_events_statements_by_host(void) { long lVar1; PFS_host *this; PFS_host *pPVar2; long lVar3; lVar3 = 0; do { lVar1 = (&DAT_004c64c0)[lVar3]; if ((lVar1 != 0) && (0 < *...
23,754
minja::Parser::parseMathUnaryPlusMinus()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseMathUnaryPlusMinus() { static std::regex unary_plus_minus_tok(R"(\+|-(?![}%#]\}))"); auto op_str = consumeToken(unary_plus_minus_tok); auto expr = parseExpansion(); if (!expr) throw std::runtime_error("Expected expr of 'unary plus/minus/expansion' express...
O3
cpp
minja::Parser::parseMathUnaryPlusMinus(): pushq %r14 pushq %rbx subq $0x68, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0xa6d50(%rip), %rax # 0x12f0f8 movb (%rax), %al testb %al, %al je 0x884d2 leaq 0xa6d1f(%rip), %rdx # 0x12f0d8 leaq 0x30(%rsp), %rdi movq %r14, %rsi movl $0x1, %ecx callq 0x837d2 leaq 0x10(%rsp),...
_ZN5minja6Parser23parseMathUnaryPlusMinusEv: push r14 push rbx sub rsp, 68h mov r14, rsi mov rbx, rdi lea rax, _ZGVZN5minja6Parser23parseMathUnaryPlusMinusEvE20unary_plus_minus_tokB5cxx11; `guard variable for'minja::Parser::parseMathUnaryPlusMinus(void)::unary_plus_minus_tok mov al, [rax] test...
minja::Parser * minja::Parser::parseMathUnaryPlusMinus(minja::Parser *this, long long *a2) { volatile signed __int32 *v2; // rax __int128 v3; // xmm0 std::runtime_error *exception; // r14 char v6; // [rsp+Bh] [rbp-6Dh] BYREF BOOL v7; // [rsp+Ch] [rbp-6Ch] BYREF long long v8; // [rsp+10h] [rbp-68h] BYREF v...
parseMathUnaryPlusMinus: PUSH R14 PUSH RBX SUB RSP,0x68 MOV R14,RSI MOV RBX,RDI LEA RAX,[0x22f0f8] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x001884d2 LAB_001883b2: LEA RDX,[0x22f0d8] LEA RDI,[RSP + 0x30] MOV RSI,R14 MOV ECX,0x1 CALL 0x001837d2 LAB_001883cb: LEA RDI,[RSP + 0x10] MOV RSI,R14 CALL 0x0018865a MOV RAX,qword ptr...
/* minja::Parser::parseMathUnaryPlusMinus() */ void minja::Parser::parseMathUnaryPlusMinus(void) { long lVar1; int iVar2; runtime_error *this; int8 *in_RSI; long *in_RDI; int1 local_6d; uint local_6c; long local_68; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_60; long local_58; long lSt...
23,755
my_ll10tostr_mb2_or_mb4
eloqsql/strings/ctype-ucs2.c
static size_t my_ll10tostr_mb2_or_mb4(CHARSET_INFO *cs, char *dst, size_t len, int radix, longlong val) { char buffer[65]; register char *p, *db, *de; long long_val; int sl= 0; ulonglong uval= (ulonglong) val; if (radix < 0) { if (val < 0) { sl= 1; /* Avoid i...
O3
c
my_ll10tostr_mb2_or_mb4: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdx, %r14 movq %rsi, %rbx movq %rdi, %r15 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) testl %ecx, %ecx setns %al testq %r8, %r8 setns %sil orb %al, %sil movq %r8, %rcx negq %rcx testb %sil, %...
my_ll10tostr_mb2_or_mb4: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov r14, rdx mov rbx, rsi mov r15, rdi mov rax, fs:28h mov [rbp+var_30], rax test ecx, ecx setns al test r8, r8 setns sil or sil, al mov rcx, r8 neg ...
long long my_ll10tostr_mb2_or_mb4(long long a1, unsigned long long a2, long long a3, int a4, signed long long a5) { bool v6; // si unsigned long long v7; // rcx char *v8; // r13 bool v9; // cc unsigned long long v10; // r12 unsigned long long v11; // r14 int v12; // eax char v14; // [rsp+3Fh] [rbp-41h]...
my_ll10tostr_mb2_or_mb4: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R14,RDX MOV RBX,RSI MOV R15,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX TEST ECX,ECX SETNS AL TEST R8,R8 SETNS SIL OR SIL,AL MOV RCX,R8 NEG RCX TEST SIL,SIL CMOVNZ RCX,R8 MOV byte ptr [RBP + -...
long my_ll10tostr_mb2_or_mb4(long param_1,ulong param_2,long param_3,int param_4,ulong param_5) { bool bVar1; uint uVar2; ulong uVar3; ulong uVar4; char *pcVar5; long in_FS_OFFSET; char local_49 [17]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); uVar4 = -param_5; if ((long)param_...
23,756
parse_mysql_scalar_or_value(String*, unsigned char const*, unsigned long, unsigned long, bool, unsigned long)
eloqsql/plugin/type_mysql_json/mysql_json.cc
static bool parse_mysql_scalar_or_value(String *buffer, const uchar *data, size_t len, size_t value_type_offset, bool large, size_t depth) { /* Get the type of the value stored at the key. */ const JSONB_TYPES value_type= static_cas...
O3
cpp
parse_mysql_scalar_or_value(String*, unsigned char const*, unsigned long, unsigned long, bool, unsigned long): pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq %rcx, %rax movq %rdx, %rcx movq %rsi, %rdx movl %r8d, %r11d xorb $0x1, %r11b movzbl (%rsi,%rax), %esi leal -0x7(%rsi), %r10d cmpl $-0x3, %r10d setae %bl or...
_ZL27parse_mysql_scalar_or_valueP6StringPKhmmbm: push rbp mov rbp, rsp push rbx push rax mov rax, rcx mov rcx, rdx mov rdx, rsi mov r11d, r8d xor r11b, 1 movzx esi, byte ptr [rsi+rax] lea r10d, [rsi-7] cmp r10d, 0FFFFFFFDh setnb bl or bl, r11b jnz short loc_BEAC cmp...
bool parse_mysql_scalar_or_value( String *a1, const unsigned __int8 *a2, long long a3, long long a4, unsigned __int8 a5, long long a6) { unsigned int v9; // esi unsigned int v10; // r10d unsigned int v11; // eax char v12; // al v9 = a2[a4]; v10 = v9 - 7; i...
parse_mysql_scalar_or_value: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RAX,RCX MOV RCX,RDX MOV RDX,RSI MOV R11D,R8D XOR R11B,0x1 MOVZX ESI,byte ptr [RSI + RAX*0x1] LEA R10D,[RSI + -0x7] CMP R10D,-0x3 SETNC BL OR BL,R11B JNZ 0x0010beac CMP R10D,0x2 JC 0x0010beb2 LAB_0010bea1: TEST R8B,R8B JZ 0x0010bec7 MOV EAX,dword pt...
/* parse_mysql_scalar_or_value(String*, unsigned char const*, unsigned long, unsigned long, bool, unsigned long) */ bool parse_mysql_scalar_or_value (String *param_1,uchar *param_2,ulong param_3,ulong param_4,bool param_5, ulong param_6) { byte bVar1; char cVar2; uint uVar3; ...
23,757
quantize_iq4_nl
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c
size_t quantize_iq4_nl(const float * restrict src, void * restrict dst, int64_t nrow, int64_t n_per_row, const float * quant_weights) { GGML_ASSERT(n_per_row%QK4_NL == 0); int64_t nblock = n_per_row/QK4_NL; char * qrow = (char *)dst; uint8_t L[QK4_NL]; float weight[QK4_NL]; uint16_t unused_h; ...
O0
c
quantize_iq4_nl: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x158, %rsp # imm = 0x158 movq %rdi, -0x20(%rbp) movq %rsi, -0x28(%rbp) movq %rdx, -0x30(%rbp) movq %rcx, -0x38(%rbp) movq %r8, -0x40(%rbp) movq -0x38(%rbp), %rax movl $0x20, %ecx cqto idivq %rcx cmpq $0x0, %rdx je 0x84b79 lea...
quantize_iq4_nl: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 158h mov [rbp+var_20], rdi mov [rbp+var_28], rsi mov [rbp+var_30], rdx mov [rbp+var_38], rcx mov [rbp+var_40], r8 mov rax, [rbp+var_38] mov ecx, 20h ; ' ' cqo idiv rcx cmp rdx, 0 jz sho...
long long quantize_iq4_nl(long long a1, long long a2, long long a3, long long a4, long long a5) { long long v6; // [rsp+40h] [rbp-130h] int j; // [rsp+54h] [rbp-11Ch] int v8; // [rsp+58h] [rbp-118h] long long i; // [rsp+60h] [rbp-110h] _BYTE v10[4]; // [rsp+6Ch] [rbp-104h] BYREF long long v11; // [rsp+70h]...
quantize_iq4_nl: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x158 MOV qword ptr [RBP + -0x20],RDI MOV qword ptr [RBP + -0x28],RSI MOV qword ptr [RBP + -0x30],RDX MOV qword ptr [RBP + -0x38],RCX MOV qword ptr [RBP + -0x40],R8 MOV RAX,qword ptr [RBP + -0x38] MOV ECX,0x20 CQO IDIV RCX CMP RDX,0x0 JZ 0x00184b7...
long quantize_iq4_nl(long param_1,long param_2,long param_3,long param_4,long param_5) { long lVar1; long local_138; int local_124; long local_118; int1 local_10c [4]; int8 local_108; int1 local_fa [2]; int1 local_f8 [128]; int1 local_78 [32]; long local_58; long local_50; long local_48; lon...
23,758
quantize_iq4_nl
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c
size_t quantize_iq4_nl(const float * restrict src, void * restrict dst, int64_t nrow, int64_t n_per_row, const float * quant_weights) { GGML_ASSERT(n_per_row%QK4_NL == 0); int64_t nblock = n_per_row/QK4_NL; char * qrow = (char *)dst; uint8_t L[QK4_NL]; float weight[QK4_NL]; uint16_t unused_h; ...
O2
c
quantize_iq4_nl: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xf8, %rsp testb $0x1f, %cl jne 0x3d53c movq %r8, %rbp movq %rsi, %r12 movq %rdi, %r13 movq %rcx, %rax sarq $0x5, %rax imulq $0x12, %rax, %r8 movq %r8, 0x18(%rsp) xorl %r15d, %r15d testq %rax, %rax movl $0x0, %r9d movq %rax, 0x8(%r...
quantize_iq4_nl: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0F8h test cl, 1Fh jnz loc_3D53C mov rbp, r8 mov r12, rsi mov r13, rdi mov rax, rcx sar rax, 5 imul r8, rax, 12h mov [rsp+128h+var_110], r8 xor r15d, r15d test rax, rax mov r...
long long quantize_iq4_nl( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { ...
quantize_iq4_nl: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xf8 TEST CL,0x1f JNZ 0x0013d53c MOV RBP,R8 MOV R12,RSI MOV R13,RDI MOV RAX,RCX SAR RAX,0x5 IMUL R8,RAX,0x12 MOV qword ptr [RSP + 0x18],R8 XOR R15D,R15D TEST RAX,RAX MOV R9D,0x0 MOV qword ptr [RSP + 0x8],RAX CMOVG R9,RAX MOV qword ptr [RSP +...
long quantize_iq4_nl(long param_1,long param_2,long param_3,ulong param_4,long param_5) { long lVar1; long lVar2; long lVar3; long lVar4; bool bVar5; int1 local_122 [2]; long local_120; long local_118; long local_110; long local_108; long local_100; long local_f8; long local_f0; long local...
23,759
ma_cmp_static_unique
eloqsql/storage/maria/ma_statrec.c
my_bool _ma_cmp_static_unique(MARIA_HA *info, MARIA_UNIQUEDEF *def, const uchar *record, MARIA_RECORD_POS pos) { DBUG_ENTER("_ma_cmp_static_unique"); info->rec_cache.seek_not_done=1; /* We have done a seek */ if (info->s->file_read(info, info->rec_buff, info->s->base.reclength, ...
O0
c
ma_cmp_static_unique: 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 -0x10(%rbp), %rax movl $0x1, 0x598(%rax) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x6e0(%rax), %rax movq -0x10(%rbp), %rdi movq -0x10(%rbp), %rcx movq 0...
_ma_cmp_static_unique: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_10] mov dword ptr [rax+598h], 1 mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+6E0h] mov rdi, [rbp+va...
char ma_cmp_static_unique(long long a1, long long a2, long long a3, long long a4) { *(_DWORD *)(a1 + 1432) = 1; if ( (*(long long ( **)(long long, _QWORD, _QWORD, long long, long long))(*(_QWORD *)a1 + 1760LL))( a1, *(_QWORD *)(a1 + 928), *(_QWORD *)(*(_QWORD *)a1 + 920LL), a4, ...
_ma_cmp_static_unique: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x10] MOV dword ptr [RAX + 0x598],0x1 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword p...
int1 _ma_cmp_static_unique(long *param_1,long param_2,int8 param_3,int8 param_4) { long lVar1; int1 local_9; *(int4 *)(param_1 + 0xb3) = 1; lVar1 = (**(code **)(*param_1 + 0x6e0)) (param_1,param_1[0x74],*(int8 *)(*param_1 + 0x398),param_4,4); if (lVar1 == 0) { local_9 = _ma_unique...
23,760
mul_fp2x2
corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/fp12_tower.c
static void mul_fp2x2(vec768x ret, const vec384x a, const vec384x b) { #if 1 mul_382x(ret, a, b, BLS12_381_P); /* +~6% in Miller loop */ #else union { vec384 x[2]; vec768 x2; } t; add_mod_384(t.x[0], a[0], a[1], BLS12_381_P); add_mod_384(t.x[1], b[0], b[1], BLS12_381_P); mul_384(ret[1], t.x[0], t...
O0
c
mul_fp2x2: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx leaq 0x29c59(%rip), %rcx # 0xe6060 callq 0xc8e60 addq $0x20, %rsp popq %rbp retq nopw %cs:(%rax,%rax) nopl (%rax)
mul_fp2x2: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rdi, [rbp+var_8] mov rsi, [rbp+var_10] mov rdx, [rbp+var_18] lea rcx, BLS12_381_P call mul_382x add rsp, 20h pop rbp retn
long long mul_fp2x2(long long a1, long long a2, long long a3) { return mul_382x(a1, a2, a3, &BLS12_381_P); }
mul_fp2x2: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RDI,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RBP + -0x10] MOV RDX,qword ptr [RBP + -0x18] LEA RCX,[0x1e6060] CALL 0x001c8e60 ADD RSP,0x20 POP RBP RET
void mul_fp2x2(int8 param_1,int8 param_2,int8 param_3) { mul_382x(param_1,param_2,param_3,BLS12_381_P); return; }
23,761
gzprintf
3fs/build_O3/src/apache-arrow-cpp/cpp/zlib_ep-prefix/src/zlib_ep/gzwrite.c
int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { va_list va; int ret; va_start(va, format); ret = gzvprintf(file, format, va); va_end(va); return ret; }
O3
c
gzprintf: subq $0xd8, %rsp leaq 0x20(%rsp), %r10 movq %rdx, 0x10(%r10) movq %rcx, 0x18(%r10) movq %r8, 0x20(%r10) movq %r9, 0x28(%r10) testb %al, %al je 0x89df movaps %xmm0, 0x50(%rsp) movaps %xmm1, 0x60(%rsp) movaps %xmm2, 0x70(%rsp) movaps %xmm3, 0x80(%rsp) movaps %xmm4, 0x90(%rsp) movaps %xmm5, 0xa0(%rsp) movaps %xm...
gzprintf: sub rsp, 0D8h lea r10, [rsp+0D8h+var_B8] mov [r10+10h], rdx mov [r10+18h], rcx mov [r10+20h], r8 mov [r10+28h], r9 test al, al jz short loc_89DF movaps [rsp+0D8h+var_88], xmm0 movaps [rsp+0D8h+var_78], xmm1 movaps [rsp+0D8h+var_68], xmm2 movaps [rsp+0D8h+var_58], xmm3 movap...
long long gzprintf( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14, ch...
gzprintf: SUB RSP,0xd8 LEA R10,[RSP + 0x20] MOV qword ptr [R10 + 0x10],RDX MOV qword ptr [R10 + 0x18],RCX MOV qword ptr [R10 + 0x20],R8 MOV qword ptr [R10 + 0x28],R9 TEST AL,AL JZ 0x001089df MOVAPS xmmword ptr [RSP + 0x50],XMM0 MOVAPS xmmword ptr [RSP + 0x60],XMM1 MOVAPS xmmword ptr [RSP + 0x70],XMM2 MOVAPS xmmword ptr...
void gzprintf(void) { gzvprintf(); return; }
23,762
safe_hash_init
eloqsql/mysys/my_safehash.c
my_bool safe_hash_init(SAFE_HASH *hash, uint elements, uchar *default_value) { DBUG_ENTER("safe_hash_init"); if (my_hash_init(key_memory_SAFE_HASH_ENTRY, &hash->hash, &my_charset_bin, elements, 0, 0, (my_hash_get_key) safe_hash_entry_get, (void (*)(void*)...
O3
c
safe_hash_init: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movq %rdi, %rbx leaq 0xb623c1(%rip), %rax # 0xc08214 movl (%rax), %edi leaq 0x98(%rbx), %rax movl %esi, %r8d subq $0x8, %rsp leaq 0x8d(%rip), %r10 # 0xa5ef7 xorl %r15d, %r15d leaq 0x74(%rip), %r11 # 0...
safe_hash_init: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rdx mov rbx, rdi lea rax, key_memory_SAFE_HASH_ENTRY mov edi, [rax] lea rax, [rbx+98h] mov r8d, esi sub rsp, 8 lea r10, safe_hash_entry_free xor r15d, r15d lea r11, safe_hash_ent...
char safe_hash_init(_QWORD *a1, unsigned int a2, long long a3) { long long v4; // r15 char v5; // cl char result; // al v4 = 0LL; v5 = my_hash_init2( key_memory_SAFE_HASH_ENTRY, (long long)(a1 + 19), 0, (long long)&my_charset_bin, a2, 0LL, 0LL, ...
safe_hash_init: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV RBX,RDI LEA RAX,[0xd08214] MOV EDI,dword ptr [RAX] LEA RAX,[RBX + 0x98] MOV R8D,ESI SUB RSP,0x8 LEA R10,[0x1a5ef7] XOR R15D,R15D LEA R11,[0x1a5ee8] LEA RCX,[0x489080] MOV RSI,RAX XOR EDX,EDX XOR R9D,R9D PUSH 0x0 PUSH R10 PUSH R15 P...
bool safe_hash_init(long param_1,int4 param_2,int8 param_3) { char cVar1; int8 uVar2; cVar1 = my_hash_init2(key_memory_SAFE_HASH_ENTRY,param_1 + 0x98,0,my_charset_bin,param_2,0,0, safe_hash_entry_get,0,safe_hash_entry_free,0); uVar2 = 0; if (cVar1 == '\0') { uVar2 = (**(code *...
23,763
pfs_set_transaction_xid_v1
eloqsql/storage/perfschema/pfs.cc
void pfs_set_transaction_xid_v1(PSI_transaction_locker *locker, const void *xid, int xa_state) { PSI_transaction_locker_state *state= reinterpret_cast<PSI_transaction_locker_state*> (locker); assert(state != NULL); if (state->m_flags & STATE_FLAG_EV...
O0
cpp
pfs_set_transaction_xid_v1: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax movl (%rax), %eax andl $0x4, %eax cmpl $0x0, %eax je 0x50153 movq -0x20(%rbp), %rax movq 0x28(%rax), %rax movq %...
pfs_set_transaction_xid_v1: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rax, [rbp+var_8] mov [rbp+var_20], rax mov rax, [rbp+var_20] mov eax, [rax] and eax, 4 cmp eax, 0 jz short loc_50153 mov rax, [rbp+v...
long long pfs_set_transaction_xid_v1(long long a1, long long a2, int a3) { long long result; // rax long long v4; // [rsp+8h] [rbp-28h] result = *(_DWORD *)a1 & 4; if ( (_DWORD)result ) { v4 = *(_QWORD *)(a1 + 40); memcpy(v4 + 128, a2, 152LL); *(_DWORD *)(v4 + 280) = a3; result = v4; *(_...
pfs_set_transaction_xid_v1: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV EAX,dword ptr [RAX] AND EAX,0x4 CMP EAX,0x0 JZ 0x00150153 MOV RA...
void pfs_set_transaction_xid_v1(uint *param_1,void *param_2,int4 param_3) { long lVar1; if ((*param_1 & 4) != 0) { lVar1 = *(long *)(param_1 + 10); memcpy((void *)(lVar1 + 0x80),param_2,0x98); *(int4 *)(lVar1 + 0x118) = param_3; *(int1 *)(lVar1 + 0x78) = 1; } return; }
23,764
SettingValue_SliderFloat::~SettingValue_SliderFloat()
untodesu[P]voxelius/game/client/settings.cc
virtual ~SettingValue_SliderFloat(void) = default;
O3
cpp
SettingValue_SliderFloat::~SettingValue_SliderFloat(): pushq %rbx movq %rdi, %rbx movq 0x98(%rdi), %rdi leaq 0xa8(%rbx), %rax cmpq %rax, %rdi je 0x6c4ec movq (%rax), %rsi incq %rsi callq 0x268e0 movq %rbx, %rdi popq %rbx jmp 0x6c6c0 nop
_ZN24SettingValue_SliderFloatD2Ev: push rbx mov rbx, rdi mov rdi, [rdi+98h]; void * lea rax, [rbx+0A8h] cmp rdi, rax jz short loc_6C4EC mov rsi, [rax] inc rsi; unsigned __int64 call __ZdlPvm; operator delete(void *,ulong) loc_6C4EC: mov rdi, rbx; this pop rbx jmp _ZN15Sett...
void SettingValue_SliderFloat::~SettingValue_SliderFloat(SettingValue_SliderFloat *this) { char *v2; // rdi v2 = (char *)*((_QWORD *)this + 19); if ( v2 != (char *)this + 168 ) operator delete(v2, *((_QWORD *)this + 21) + 1LL); SettingValueWID::~SettingValueWID(this); }
~SettingValue_SliderFloat: PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x98] LEA RAX,[RBX + 0xa8] CMP RDI,RAX JZ 0x0016c4ec MOV RSI,qword ptr [RAX] INC RSI CALL 0x001268e0 LAB_0016c4ec: MOV RDI,RBX POP RBX JMP 0x0016c6c0
/* SettingValue_SliderFloat::~SettingValue_SliderFloat() */ void __thiscall SettingValue_SliderFloat::~SettingValue_SliderFloat(SettingValue_SliderFloat *this) { if (*(SettingValue_SliderFloat **)(this + 0x98) != this + 0xa8) { operator_delete(*(SettingValue_SliderFloat **)(this + 0x98),*(long *)(this + 0xa8) ...
23,765
get_internal_charset
eloqsql/mysys/charset.c
static CHARSET_INFO * get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags) { char buf[FN_REFLEN]; struct charset_info_st *cs; DBUG_ASSERT(cs_number < array_elements(all_charsets)); if ((cs= (struct charset_info_st*) all_charsets[cs_number])) { if (cs->state & MY_CS_READY) /* if C...
O3
c
get_internal_charset: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x2c8, %rsp # imm = 0x2C8 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movl %esi, %r13d leaq 0xb741c7(%rip), %r12 # 0xc0bbc0 movq (%r12,%r13,8), %rbx testq %rbx, %rbx je 0x97ae2 testb $0x1, 0xd(%rbx...
get_internal_charset: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 2C8h mov rax, fs:28h mov [rbp+var_30], rax mov r13d, esi lea r12, all_charsets mov rbx, [r12+r13*8] test rbx, rbx jz loc_97AE2 test byte ptr [rbx+0Dh], 1 jnz loc...
long long get_internal_charset(long long a1, unsigned int a2, long long a3) { long long v3; // r13 long long v4; // rbx long long v6; // rdx long long v7; // rcx int v8; // eax int charsets_dir; // eax int v10; // r8d int v11; // r9d int charset_number_internal; // eax long long v13; // rsi long ...
get_internal_charset: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x2c8 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV R13D,ESI LEA R12,[0xd0bbc0] MOV RBX,qword ptr [R12 + R13*0x8] TEST RBX,RBX JZ 0x00197ae2 TEST byte ptr [RBX + 0xd],0x1 JNZ 0x00197ae9 MOV R15,RDX MOV R14,...
uint * get_internal_charset(int8 param_1,ulong param_2,int8 param_3) { char *__s; char *__s1; long lVar1; char cVar2; uint uVar3; int iVar4; int8 uVar5; char *pcVar6; uint *puVar7; long in_FS_OFFSET; int1 local_2e8 [128]; code *local_268; code *local_260; code *local_258; code *local_250...
23,766
my_uni_utf8mb3
eloqsql/strings/ctype-utf8.c
static int my_uni_utf8mb3(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *r, uchar *e) { if (wc < 0x80) { if (r >= e) return MY_CS_TOOSMALL; *r= (uchar) wc; return 1; } if (wc < 0x800) { if (r + 2 > e) return MY_CS_TOOSMALLN(2); /* U+0080....
O3
c
my_uni_utf8mb3: pushq %rbp movq %rsp, %rbp cmpq $0x7f, %rsi ja 0x4d8f6 movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x4d968 movb %sil, (%rdx) movl $0x1, %eax jmp 0x4d968 cmpq $0x7ff, %rsi # imm = 0x7FF ja 0x4d929 leaq 0x2(%rdx), %rdi movl $0xffffff9a, %eax # imm = 0xFFFFFF9A cmpq...
my_uni_utf8mb3: push rbp mov rbp, rsp cmp rsi, 7Fh ja short loc_4D8F6 mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short loc_4D968 mov [rdx], sil mov eax, 1 jmp short loc_4D968 loc_4D8F6: cmp rsi, 7FFh ja short loc_4D929 lea rdi, [rdx+2] mov eax, 0FFFFFF9Ah cmp rdi, ...
long long my_uni_utf8mb3(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax if ( a2 > 0x7F ) { if ( a2 > 0x7FF ) { result = 0LL; if ( a2 <= 0xFFFF ) { result = 4294967193LL; if ( (unsigned long long)(a3 + 3) <= a4 ) ...
my_uni_utf8mb3: PUSH RBP MOV RBP,RSP CMP RSI,0x7f JA 0x0014d8f6 MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0014d968 MOV byte ptr [RDX],SIL MOV EAX,0x1 JMP 0x0014d968 LAB_0014d8f6: CMP RSI,0x7ff JA 0x0014d929 LEA RDI,[RDX + 0x2] MOV EAX,0xffffff9a CMP RDI,RCX JA 0x0014d968 MOV EAX,ESI SHR EAX,0x6 OR AL,0xc0 MOV byte ptr [RDX]...
int8 my_uni_utf8mb3(int8 param_1,ulong param_2,byte *param_3,byte *param_4) { int8 uVar1; byte bVar2; uint uVar3; uVar3 = (uint)param_2; bVar2 = (byte)param_2; if (param_2 < 0x80) { uVar1 = 0xffffff9b; if (param_3 < param_4) { *param_3 = bVar2; uVar1 = 1; } } else if (param_...
23,767
ast_create_if
tsotchke[P]eshkol/src/frontend/ast/create/ast_create.c
AstNode* ast_create_if(Arena* arena, AstNode* condition, AstNode* then_branch, AstNode* else_branch, size_t line, size_t column) { AstNode* node = ast_create_node(arena, AST_IF, line, column); if (!node) { return NULL; } node->as.if_expr.condition = condition; node->as.if_expr.then_bran...
O0
c
ast_create_if: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq %r9, -0x38(%rbp) movq -0x10(%rbp), %rdi movq -0x30(%rbp), %rdx movq -0x38(%rbp), %rcx movl $0x9, %esi callq 0xc3c0 movq %rax, -0x40(%rbp) cmpq...
ast_create_if: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_38], r9 mov rdi, [rbp+var_10] mov rdx, [rbp+var_30] mov rcx, [rbp+var_38] mov esi, 9 call ast_...
_QWORD * ast_create_if(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6) { _QWORD *node; // [rsp+0h] [rbp-40h] node = (_QWORD *)ast_create_node(a1, 9, a5, a6); if ( !node ) return 0LL; node[9] = a2; node[10] = a3; node[11] = a4; return node; }
ast_create_if: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV RDI,qword ptr [RBP + -0x10] MOV RDX,qword ptr [RBP + -0x30] MOV RCX,qword ptr...
long ast_create_if(int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6) { int8 local_10; local_10 = ast_create_node(param_1,9,param_5,param_6); if (local_10 == 0) { local_10 = 0; } else { *(int8 *)(local_10 + 0x48) = param_2; *(int8 *)(local_10 + 0...
23,768
create_control_file
eloqsql/storage/maria/ma_control_file.c
static CONTROL_FILE_ERROR create_control_file(const char *name, int open_flags) { uint32 sum; uchar buffer[CF_CREATE_TIME_TOTAL_SIZE]; ulong rnd1,rnd2; DBUG_ENTER("maria_create_control_file"); if ((control_file_fd= mysql_file_create(key_file_control, name, 0, ...
O0
c
create_control_file: pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x40(%rbp) movl %esi, -0x44(%rbp) leaq 0x44b83a(%rip), %rax # 0x4779c0 movl (%rax), %edi movq -0x40(%rbp), %rcx movl -0x44(%rbp), %r9d leaq 0x125163(%rip), %rsi # 0x1512fa movl $0x9a, %edx xorl %...
create_control_file: push rbp mov rbp, rsp sub rsp, 90h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_40], rdi mov [rbp+var_44], esi lea rax, key_file_control mov edi, [rax] mov rcx, [rbp+var_40] mov r9d, [rbp+var_44] lea rsi, aWorkspaceLlm4b; "/workspace/llm4binary/gi...
long long create_control_file(long long a1, int a2) { long long v3; // [rsp+38h] [rbp-58h] BYREF long long v4; // [rsp+40h] [rbp-50h] BYREF int v5; // [rsp+48h] [rbp-48h] int v6; // [rsp+4Ch] [rbp-44h] long long v7; // [rsp+50h] [rbp-40h] __int16 v9; // [rsp+60h] [rbp-30h] BYREF char v10; // [rsp+62h] [r...
create_control_file: PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x40],RDI MOV dword ptr [RBP + -0x44],ESI LEA RAX,[0x5779c0] MOV EDI,dword ptr [RAX] MOV RCX,qword ptr [RBP + -0x40] MOV R9D,dword ptr [RBP + -0x44] LEA RSI,[0x2512fa] MOV EDX,0x9a XOR...
int4 create_control_file(int8 param_1,int4 param_2) { long lVar1; long in_FS_OFFSET; int8 local_60; int8 local_58; int4 local_50; int4 local_4c; int8 local_48; int4 local_3c; int2 local_38; int1 local_36; int1 local_35; int8 local_34; int8 local_2c; int2 local_24; int2 local_22; int2 l...
23,769
my_wc_mb_utf8mb4_no_range
eloqsql/strings/ctype-utf8.c
static int my_wc_mb_utf8mb4_no_range(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *r) { int count; if (wc < 0x80) count= 1; else if (wc < 0x800) count= 2; else if (wc < 0x10000) count= 3; else if (wc < 0x200000) count= 4; else return MY_CS_ILUNI;...
O0
c
my_wc_mb_utf8mb4_no_range: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) cmpq $0x80, -0x18(%rbp) jae 0x6fa73 movl $0x1, -0x24(%rbp) jmp 0x6fabe cmpq $0x800, -0x18(%rbp) # imm = 0x800 jae 0x6fa86 movl $0x2, -0x24(%rbp) jmp 0x6fabc cmpq $0x10000, -0x18(%rbp) # imm =...
my_wc_mb_utf8mb4_no_range: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx cmp [rbp+var_18], 80h jnb short loc_6FA73 mov [rbp+var_24], 1 jmp short loc_6FABE loc_6FA73: cmp [rbp+var_18], 800h jnb short loc_6FA86 mov [rbp+var_24], 2 jm...
long long my_wc_mb_utf8mb4_no_range(long long a1, unsigned long long a2, _BYTE *a3) { unsigned int v4; // [rsp+Ch] [rbp-24h] unsigned long long v5; // [rsp+18h] [rbp-18h] v5 = a2; if ( a2 >= 0x80 ) { if ( a2 >= 0x800 ) { if ( a2 >= 0x10000 ) { if ( a2 >= (unsigned long long)&unk_...
my_wc_mb_utf8mb4_no_range: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX CMP qword ptr [RBP + -0x18],0x80 JNC 0x0016fa73 MOV dword ptr [RBP + -0x24],0x1 JMP 0x0016fabe LAB_0016fa73: CMP qword ptr [RBP + -0x18],0x800 JNC 0x0016fa86 MOV dword ptr [RBP...
int4 my_wc_mb_utf8mb4_no_range(int8 param_1,ulong param_2,int1 *param_3) { int4 local_2c; ulong local_20; if (param_2 < 0x80) { local_2c = 1; } else if (param_2 < 0x800) { local_2c = 2; } else if (param_2 < 0x10000) { local_2c = 3; } else { if (0x1fffff < param_2) { return 0...
23,770
ttt::game::Game::get_player(ttt::game::Sign) const
vsennov[P]tictactoe-course/src/core/game.cpp
const IPlayer *Game::get_player(Sign sign) const { switch (sign) { case Sign::X: return m_x_player; case Sign::O: return m_o_player; default: return 0; } }
O0
cpp
ttt::game::Game::get_player(ttt::game::Sign) const: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x20(%rbp) movl -0x14(%rbp), %eax movl %eax, -0x18(%rbp) testl %eax, %eax je 0x3289 jmp 0x327f movl -0x18(%rbp), %eax subl $0x1, %eax je 0x3297 jmp 0x32a5 movq ...
_ZNK3ttt4game4Game10get_playerENS0_4SignE: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_14], esi mov rax, [rbp+var_10] mov [rbp+var_20], rax mov eax, [rbp+var_14] mov [rbp+var_18], eax test eax, eax jz short loc_3289 jmp short $+2 loc_327F: mov eax, [rbp+var_18...
long long ttt::game::Game::get_player(long long a1, int a2) { if ( !a2 ) return *(_QWORD *)(a1 + 16); if ( a2 == 1 ) return *(_QWORD *)(a1 + 24); return 0LL; }
get_player: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x20],RAX MOV EAX,dword ptr [RBP + -0x14] MOV dword ptr [RBP + -0x18],EAX TEST EAX,EAX JZ 0x00103289 JMP 0x0010327f LAB_0010327f: MOV EAX,dword ptr [RBP + -0x18] SUB EAX...
/* ttt::game::Game::get_player(ttt::game::Sign) const */ int8 __thiscall ttt::game::Game::get_player(Game *this,int param_2) { int8 local_10; if (param_2 == 0) { local_10 = *(int8 *)(this + 0x10); } else if (param_2 == 1) { local_10 = *(int8 *)(this + 0x18); } else { local_10 = 0; } re...
23,771
JS_SetThisTimeValue
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_SetThisTimeValue(JSContext *ctx, JSValue this_val, double v) { if (JS_VALUE_GET_TAG(this_val) == JS_TAG_OBJECT) { JSObject *p = JS_VALUE_GET_OBJ(this_val); if (p->class_id == JS_CLASS_DATE) { JS_FreeValue(ctx, p->u.object_data); p->u.object_data = js_float64...
O1
c
JS_SetThisTimeValue: pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x18, %rsp movq %rdi, %rbx movq %rsi, 0x10(%rsp) cmpl $-0x1, %edx jne 0x56f9e movq 0x10(%rsp), %r15 movzwl 0x6(%r15), %ebp cmpw $0xa, %bp jne 0x56f93 movq 0x30(%r15), %rsi movq 0x38(%r15), %rdx movq 0x18(%rbx), %rdi movsd %xmm0, 0x8(%rsp) callq 0x1d...
JS_SetThisTimeValue: push rbp push r15 push r14 push rbx sub rsp, 18h mov rbx, rdi mov [rsp+38h+var_28], rsi cmp edx, 0FFFFFFFFh jnz short loc_56F9E mov r15, [rsp+38h+var_28] movzx ebp, word ptr [r15+6] cmp bp, 0Ah jnz short loc_56F93 mov rsi, [r15+30h] mov rdx, [r1...
unsigned long long JS_SetThisTimeValue( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __...
23,772
JS_SetThisTimeValue
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_SetThisTimeValue(JSContext *ctx, JSValue this_val, double v) { if (JS_VALUE_GET_TAG(this_val) == JS_TAG_OBJECT) { JSObject *p = JS_VALUE_GET_OBJ(this_val); if (p->class_id == JS_CLASS_DATE) { JS_FreeValue(ctx, p->u.object_data); p->u.object_data = js_float64...
O2
c
JS_SetThisTimeValue: pushq %r14 pushq %rbx pushq %rax cmpl $-0x1, %edx jne 0x4a7a7 movq %rsi, %rbx cmpw $0xa, 0x6(%rsi) jne 0x4a7a7 movq 0x30(%rbx), %rsi movq 0x38(%rbx), %rdx movsd %xmm0, (%rsp) callq 0x1801e movq (%rsp), %xmm0 movq %xmm0, %r14 movq %xmm0, 0x30(%rbx) movq $0x7, 0x38(%rbx) pushq $0x7 jmp 0x4a7ba leaq 0...
JS_SetThisTimeValue: push r14 push rbx push rax cmp edx, 0FFFFFFFFh jnz short loc_4A7A7 mov rbx, rsi cmp word ptr [rsi+6], 0Ah jnz short loc_4A7A7 mov rsi, [rbx+30h] mov rdx, [rbx+38h] movsd [rsp+18h+var_18], xmm0 call JS_FreeValue movq xmm0, [rsp+18h+var_18] movq r14, xm...
unsigned long long JS_SetThisTimeValue( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __...
JS_SetThisTimeValue: PUSH R14 PUSH RBX PUSH RAX CMP EDX,-0x1 JNZ 0x0014a7a7 MOV RBX,RSI CMP word ptr [RSI + 0x6],0xa JNZ 0x0014a7a7 MOV RSI,qword ptr [RBX + 0x30] MOV RDX,qword ptr [RBX + 0x38] MOVSD qword ptr [RSP],XMM0 CALL 0x0011801e MOVQ XMM0,qword ptr [RSP] MOVQ R14,XMM0 MOVQ qword ptr [RBX + 0x30],XMM0 MOV qword ...
int1 [16] JS_SetThisTimeValue(int8 param_1,int8 param_2,long param_3,int param_4) { int1 auVar1 [16]; int8 uStack_20; if ((param_4 == -1) && (*(short *)(param_3 + 6) == 10)) { JS_FreeValue(param_2,*(int8 *)(param_3 + 0x30),*(int8 *)(param_3 + 0x38)); *(int8 *)(param_3 + 0x30) = param_1; *(int8 *...
23,773
CLI::ArgumentMismatch::AtMost(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int, unsigned long)
MikePodsytnik[P]TCRtrie/build_O0/_deps/cli11-src/include/CLI/Error.hpp
static ArgumentMismatch AtMost(std::string name, int num, std::size_t received) { return ArgumentMismatch(name + ": At Most " + std::to_string(num) + " required but received " + std::to_string(received)); }
O0
cpp
CLI::ArgumentMismatch::AtMost(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int, unsigned long): pushq %rbp movq %rsp, %rbp subq $0x100, %rsp # imm = 0x100 movq %rdi, -0x100(%rbp) movq %rdi, %rax movq %rax, -0xf8(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, ...
_ZN3CLI16ArgumentMismatch6AtMostENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEim: push rbp mov rbp, rsp sub rsp, 100h mov [rbp+var_100], rdi mov rax, rdi mov [rbp+var_F8], rax mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_20], rcx lea rdx...
long long CLI::ArgumentMismatch::AtMost(long long a1, long long a2, int a3, unsigned long long a4) { _BYTE v5[36]; // [rsp+10h] [rbp-F0h] BYREF _BYTE v6[32]; // [rsp+40h] [rbp-C0h] BYREF _BYTE v7[32]; // [rsp+60h] [rbp-A0h] BYREF _BYTE v8[32]; // [rsp+80h] [rbp-80h] BYREF _BYTE v9[32]; // [rsp+A0h] [rbp-60h]...
AtMost: PUSH RBP MOV RBP,RSP SUB RSP,0x100 MOV qword ptr [RBP + -0x100],RDI MOV RAX,RDI MOV qword ptr [RBP + -0xf8],RAX MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV qword ptr [RBP + -0x20],RCX LEA RDX,[0x16f78f] LEA RDI,[RBP + -0xa0] CALL 0x00120380 MOV ESI,dword pt...
/* CLI::ArgumentMismatch::AtMost(std::__cxx11::string, int, unsigned long) */ ArgumentMismatch * __thiscall CLI::ArgumentMismatch::AtMost(ArgumentMismatch *this,char *param_2,int param_3,ulong param_4) { __cxx11 local_f8 [48]; __cxx11 local_c8 [32]; string local_a8 [32]; string local_88 [32]; string local_...
23,774
R3D_DestroyLight
r3d/src/r3d_lighting.c
void R3D_DestroyLight(R3D_Light id) { r3d_get_and_check_light(light, id); if (light->shadow.map.id != 0) { r3d_light_destroy_shadow_map(light); } r3d_registry_remove(&R3D.container.rLights, id); }
O3
c
R3D_DestroyLight: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edi, %ebx testl %edi, %edi setne %cl leaq 0xf26ae(%rip), %r14 # 0x1afdb0 movl 0x168(%r14), %eax cmpl %edi, %eax seta %dl andb %cl, %dl cmpb $0x1, %dl jne 0xbd745 movq 0x128(%r14), %rcx leal -0x1(%rbx), %r15d cmpb $0x1, (%...
R3D_DestroyLight: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov ebx, edi test edi, edi setnz cl lea r14, R3D mov eax, [r14+168h] cmp eax, edi setnbe dl and dl, cl cmp dl, 1 jnz short loc_BD745 mov rcx, [r14+128h] lea r15d, [rbx-1] cmp byte...
void R3D_DestroyLight(unsigned int a1) { long long v1; // rax unsigned int v3; // eax unsigned long long v4; // r15 long long v5; // rdi long long v6; // rdi unsigned long long v7; // rdi unsigned long long v8; // rcx long long v9; // rax unsigned long long v10; // rax unsigned long long v11; // rb...
R3D_DestroyLight: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV EBX,EDI TEST EDI,EDI SETNZ CL LEA R14,[0x2afdb0] MOV EAX,dword ptr [R14 + 0x168] CMP EAX,EDI SETA DL AND DL,CL CMP DL,0x1 JNZ 0x001bd745 MOV RCX,qword ptr [R14 + 0x128] LEA R15D,[RBX + -0x1] CMP byte ptr [RCX + R15*0x1],0x1 JNZ 0x001bd745 MO...
void R3D_DestroyLight(uint param_1) { ulong uVar1; ulong uVar2; void *pvVar3; ulong uVar4; int1 local_24 [4]; if (((DAT_002aff18 <= param_1 || param_1 == 0) || (uVar4 = (ulong)(param_1 - 1), *(char *)(DAT_002afed8 + uVar4) != '\x01')) || (DAT_002afeb8 == 0 || DAT_002afec0 <= uVar4)) { Tr...
23,775
llama_data_read_file::read(unsigned long)
monkey531[P]llama/src/llama-context.cpp
const uint8_t * read(size_t size) override { temp_buffer.resize(size); read_to(temp_buffer.data(), size); return temp_buffer.data(); }
O3
cpp
llama_data_read_file::read(unsigned long): pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 addq $0x18, %rdi callq 0x68410 movq (%r14), %rax movq 0x18(%r14), %rsi movq %r14, %rdi movq %rbx, %rdx callq *0x8(%rax) movq 0x18(%r14), %rax addq $0x8, %rsp popq %rbx popq %r14 retq nop
_ZN20llama_data_read_file4readEm: push r14 push rbx push rax mov rbx, rsi mov r14, rdi add rdi, 18h call __ZNSt6vectorIhSaIhEE6resizeEm; std::vector<uchar>::resize(ulong) mov rax, [r14] mov rsi, [r14+18h] mov rdi, r14 mov rdx, rbx call qword ptr [rax+8] mov rax, [r14+18h] ...
long long llama_data_read_file::read(llama_data_read_file *this, long long a2) { std::vector<unsigned char>::resize((char *)this + 24, a2); (*(void ( **)(llama_data_read_file *, _QWORD, long long))(*(_QWORD *)this + 8LL))( this, *((_QWORD *)this + 3), a2); return *((_QWORD *)this + 3); }
read: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI ADD RDI,0x18 CALL 0x00168410 MOV RAX,qword ptr [R14] MOV RSI,qword ptr [R14 + 0x18] MOV RDI,R14 MOV RDX,RBX CALL qword ptr [RAX + 0x8] MOV RAX,qword ptr [R14 + 0x18] ADD RSP,0x8 POP RBX POP R14 RET
/* llama_data_read_file::read(unsigned long) */ int8 __thiscall llama_data_read_file::read(llama_data_read_file *this,ulong param_1) { std::vector<unsigned_char,std::allocator<unsigned_char>>::resize ((vector<unsigned_char,std::allocator<unsigned_char>> *)(this + 0x18),param_1); (**(code **)(*(long *...
23,776
minja::Value& 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...
monkey531[P]llama/common/json.hpp
T & at(KeyType && key) // NOLINT(cppcoreguidelines-missing-std-forward) { for (auto it = this->begin(); it != this->end(); ++it) { if (m_compare(it->first, key)) { return it->second; } } JSON_THROW(std::out_of_range("key not found"...
O2
cpp
minja::Value& 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...
_ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE2atIRmTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OSS_:...
long long ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE2atIRmTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EE...
_ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE2atIRmTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OSS_:...
long _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE2atIRmTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF...
23,777
nglog::DumpStackTrace(int, void (*)(char const*, void*), void*)
ng-log[P]ng-log/src/utilities.cc
static void DumpStackTrace(int skip_count, DebugWriter* writerfn, void* arg) { // Print stack trace void* stack[32]; int depth = GetStackTrace(stack, ARRAYSIZE(stack), skip_count + 1); for (int i = 0; i < depth; i++) { # if defined(HAVE_SYMBOLIZE) if (FLAGS_symbolize_stacktrace) { DumpPCAndSymbol(wri...
O0
cpp
nglog::DumpStackTrace(int, void (*)(char const*, void*), void*): pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) leaq -0x120(%rbp), %rdi movl -0x4(%rbp), %edx addl $0x1, %edx movl $0x20, %esi callq 0x48ed0 movl %eax, -0x124(%rbp) ...
_ZN5nglogL14DumpStackTraceEiPFvPKcPvES2_: push rbp mov rbp, rsp sub rsp, 130h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx lea rdi, [rbp+var_120]; this mov edx, [rbp+var_4] add edx, 1; int mov esi, offset qword_20; void ** call _ZN5nglog5tools13GetStackTrace...
long long nglog::DumpStackTrace(nglog *this, nglog *a2, void (*a3)(const char *, void *), void *a4) { const char *v4; // r8 long long result; // rax unsigned int i; // [rsp+8h] [rbp-128h] int StackTrace; // [rsp+Ch] [rbp-124h] void *v8[33]; // [rsp+10h] [rbp-120h] BYREF void (*v9)(const char *, void *); //...
DumpStackTrace: PUSH RBP MOV RBP,RSP SUB RSP,0x130 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX LEA RDI,[RBP + -0x120] MOV EDX,dword ptr [RBP + -0x4] ADD EDX,0x1 MOV ESI,0x20 CALL 0x00148ed0 MOV dword ptr [RBP + -0x124],EAX MOV dword ptr [RBP + -0x128],0x0 LAB_0014b0dd:...
/* nglog::DumpStackTrace(int, void (*)(char const*, void*), void*) */ void nglog::DumpStackTrace(int param_1,_func_void_char_ptr_void_ptr *param_2,void *param_3) { int iVar1; int local_130; void *local_128 [33]; void *local_20; _func_void_char_ptr_void_ptr *local_18; int local_c; local_20 = param_3;...
23,778
OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/subdivisionPlanBuilder.cpp
void SubdivisionPlanBuilder::getIrregularPatchConversion(ProtoNode const& pn) { // The topology of an irregular patch is determined by its four corners: Level::VSpan cornerSpans[4]; _patchBuilder->GetIrregularPatchCornerSpans(pn.levelIndex, pn.faceIndex, cornerSpans); // Compute the conversion matri...
O1
cpp
OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x20, %rsp movq %rsi, %r14 movq %rdi, %rbx xorps %xmm0, %xmm0 movq %rsp, %r15 movaps %xmm0, 0x10(%r15) movaps %xmm...
_ZN10OpenSubdiv6v3_6_03Tmr22SubdivisionPlanBuilder27getIrregularPatchConversionERKNS2_9ProtoNodeE: push r15 push r14 push r13 push r12 push rbx sub rsp, 20h mov r14, rsi mov rbx, rdi xorps xmm0, xmm0 mov r15, rsp movaps xmmword ptr [r15+10h], xmm0 movaps xmmword ptr [r15], xmm0 mov ...
long long OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion( long long a1, unsigned __int16 *a2) { long long v4; // r12 long long result; // rax long long v6; // rcx long long i; // rdx _BYTE v8[72]; // [rsp+0h] [rbp-48h] BYREF memset(v8, 0, 32); OpenSubdiv::v3...
getIrregularPatchConversion: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x20 MOV R14,RSI MOV RBX,RDI XORPS XMM0,XMM0 MOV R15,RSP MOVAPS xmmword ptr [R15 + 0x10],XMM0 MOVAPS xmmword ptr [R15],XMM0 MOV RDI,qword ptr [RDI + 0x110] MOV ESI,dword ptr [RSI + 0xc] SHR ESI,0x7 AND ESI,0xf MOVZX EDX,word ptr [R14] MOV...
/* OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&) */ void __thiscall OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion (SubdivisionPlanBuilder *this,ProtoNode *param_1) { int *pi...
23,779
OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/subdivisionPlanBuilder.cpp
void SubdivisionPlanBuilder::getIrregularPatchConversion(ProtoNode const& pn) { // The topology of an irregular patch is determined by its four corners: Level::VSpan cornerSpans[4]; _patchBuilder->GetIrregularPatchCornerSpans(pn.levelIndex, pn.faceIndex, cornerSpans); // Compute the conversion matri...
O2
cpp
OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x20, %rsp movq %rsi, %r14 movq %rdi, %rbx xorps %xmm0, %xmm0 movq %rsp, %r15 movaps %xmm0, 0x10(%r15) movaps %xmm...
_ZN10OpenSubdiv6v3_6_03Tmr22SubdivisionPlanBuilder27getIrregularPatchConversionERKNS2_9ProtoNodeE: push rbp push r15 push r14 push r12 push rbx sub rsp, 20h mov r14, rsi mov rbx, rdi xorps xmm0, xmm0 mov r15, rsp movaps xmmword ptr [r15+10h], xmm0 movaps xmmword ptr [r15], xmm0 mov ...
long long OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion( long long a1, unsigned __int16 *a2) { int v4; // r12d long long result; // rax long long v6; // rcx long long v7; // rdx long long v8; // rsi unsigned __int16 v9[36]; // [rsp+0h] [rbp-48h] BYREF memse...
getIrregularPatchConversion: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x20 MOV R14,RSI MOV RBX,RDI XORPS XMM0,XMM0 MOV R15,RSP MOVAPS xmmword ptr [R15 + 0x10],XMM0 MOVAPS xmmword ptr [R15],XMM0 MOV RDI,qword ptr [RDI + 0x110] MOV ESI,dword ptr [RSI + 0xc] SHR ESI,0x7 AND ESI,0xf MOVZX EDX,word ptr [R14] PUS...
/* OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion(OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::ProtoNode const&) */ void __thiscall OpenSubdiv::v3_6_0::Tmr::SubdivisionPlanBuilder::getIrregularPatchConversion (SubdivisionPlanBuilder *this,ProtoNode *param_1) { int *pi...
23,780
int2str
eloqsql/strings/int2str.c
char * int2str(register long int val, register char *dst, register int radix, int upcase) { char buffer[65]; register char *p; long int new_val; const char *dig_vec= upcase ? _dig_vec_upper : _dig_vec_lower; ulong uval= (ulong) val; if (radix < 0) { if (radix < -36 || radix > -2) retur...
O3
c
int2str: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x50, %rsp movq %rsi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) testl %ecx, %ecx jne 0x9123c leaq 0x284556(%rip), %r15 # 0x315790 jmp 0x91243 leaq 0x28451d(%rip), %r15 # 0x315760 testl %edx, %edx js 0x91251 leal -0x25(%rdx...
int2str: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 50h mov rbx, rsi mov rax, fs:28h mov [rbp+var_28], rax test ecx, ecx jnz short loc_9123C lea r15, _dig_vec_lower; "0123456789abcdefghijklmnopqrstuvwxyz" jmp short loc_91243 loc_9123C: lea r1...
_BYTE * int2str(unsigned long long a1, _BYTE *a2, unsigned int a3, int a4) { _BYTE *v4; // rbx const char *v5; // r15 _BYTE *v6; // rbx char *v7; // r12 long long v8; // r14 unsigned long long v9; // rax long long v10; // rdx char v11; // al _BYTE v13[9]; // [rsp+3Fh] [rbp-31h] BYREF unsigned long l...
int2str: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x50 MOV RBX,RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX TEST ECX,ECX JNZ 0x0019123c LEA R15,[0x415790] JMP 0x00191243 LAB_0019123c: LEA R15,[0x415760] LAB_00191243: TEST EDX,EDX JS 0x00191251 LEA EAX,[RDX + -0x25] CMP EAX,-0x...
int1 * int2str(ulong param_1,int1 *param_2,uint param_3,int param_4) { char cVar1; ulong __numer; char *pcVar2; ulong __denom; char *pcVar3; long in_FS_OFFSET; ldiv_t lVar4; char local_3a [10]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); if (param_4 == 0) { pcVar3 = "0123456...
23,781
rtr_get_mbr_from_tuple(dtuple_t const*, rtr_mbr*)
eloqsql/storage/innobase/gis/gis0sea.cc
void rtr_get_mbr_from_tuple( /*===================*/ const dtuple_t* dtuple, /*!< in: data tuple */ rtr_mbr* mbr) /*!< out: mbr to fill */ { const dfield_t* dtuple_field; ulint dtuple_f_len; dtuple_field = dtuple_get_nth_field(dtuple, 0); dtuple_f_len = dfield_get_len(dtuple_field); ut_a(dtuple...
O0
cpp
rtr_get_mbr_from_tuple(dtuple_t const*, rtr_mbr*): pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi xorl %eax, %eax movl %eax, %esi callq 0x1006310 movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rdi callq 0x1006350 movq %rax, -0x20(%rbp) cmpq $0x20, -0x20(%rbp) s...
_Z22rtr_get_mbr_from_tuplePK8dtuple_tP7rtr_mbr: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8] xor eax, eax mov esi, eax call _Z20dtuple_get_nth_fieldPK8dtuple_tm; dtuple_get_nth_field(dtuple_t const*,ulong) mov [rbp+var_18], rax ...
long long rtr_get_mbr_from_tuple(const dtuple_t *a1, long long a2, double a3) { long long data; // rax const dfield_t *nth_field; // [rsp+8h] [rbp-18h] nth_field = (const dfield_t *)dtuple_get_nth_field(a1, 0LL); if ( (unsigned long long)dfield_get_len(nth_field) < 0x20 ) ut_dbg_assertion_failed( "d...
next_view: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x4] ADD ECX,0x1 MOV dword ptr [RAX + 0x4],ECX MOV dword ptr [RAX + 0x8],0x1 POP RBP RET
/* pos_ews_by_account_by_event_name::next_view() */ void __thiscall pos_ews_by_account_by_event_name::next_view(pos_ews_by_account_by_event_name *this) { *(int *)(this + 4) = *(int *)(this + 4) + 1; *(int4 *)(this + 8) = 1; return; }
23,782
pvio_socket_write
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
ssize_t pvio_socket_write(MARIADB_PVIO *pvio, const uchar *buffer, size_t length) { ssize_t r; struct st_pvio_socket *csock; int timeout; int send_flags= MSG_DONTWAIT; #ifdef MSG_NOSIGNAL send_flags|= MSG_NOSIGNAL; #endif if (!pvio || !pvio->data) return -1; csock= (struct st_pvio_socket *)pvio->data...
O0
c
pvio_socket_write: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl $0x40, -0x38(%rbp) movl -0x38(%rbp), %eax orl $0x4000, %eax # imm = 0x4000 movl %eax, -0x38(%rbp) cmpq $0x0, -0x10(%rbp) je 0x66447 movq -0x10(%rbp), %rax cmpq $0x0, (%rax) ...
pvio_socket_write: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_38], 40h ; '@' mov eax, [rbp+var_38] or eax, 4000h mov [rbp+var_38], eax cmp [rbp+var_10], 0 jz short loc_66447 mov rax, [rbp+var_10] ...
long long pvio_socket_write(unsigned int **a1, long long a2, long long a3) { long long v3; // rdi unsigned int v5; // [rsp+Ch] [rbp-34h] unsigned int *v6; // [rsp+10h] [rbp-30h] long long v7; // [rsp+18h] [rbp-28h] if ( !a1 || !*a1 ) return -1LL; v6 = *a1; v5 = *((_DWORD *)a1 + 11); while ( 1 ) ...
pvio_socket_write: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x38],0x40 MOV EAX,dword ptr [RBP + -0x38] OR EAX,0x4000 MOV dword ptr [RBP + -0x38],EAX CMP qword ptr [RBP + -0x10],0x0 JZ 0x00166447 MOV RAX,qword ...
long pvio_socket_write(long *param_1,int8 param_2,int8 param_3) { int iVar1; int4 *puVar2; int iVar3; long lVar4; int *piVar5; if ((param_1 != (long *)0x0) && (*param_1 != 0)) { puVar2 = (int4 *)*param_1; iVar1 = *(int *)((long)param_1 + 0x2c); do { lVar4 = ma_send(*puVar2,param_2,par...
23,783
flatbuffers::vector_downward::ensure_space(unsigned long)
mnn-tts/MNN/3rd_party/flatbuffers/include/flatbuffers/flatbuffers.h
size_t ensure_space(size_t len) { FLATBUFFERS_ASSERT(cur_ >= scratch_ && scratch_ >= buf_); if (len > static_cast<size_t>(cur_ - scratch_)) { reallocate(len); } // Beyond this, signed offsets may not have enough range: // (FlatBuffers > 2GB not supported). FLATBUFFERS_ASSERT(size() < FLATBUFFERS_MAX...
O0
c
flatbuffers::vector_downward::ensure_space(unsigned long): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movq 0x20(%rsp), %rdx movq %rdx, 0x8(%rsp) movq 0x30(%rdx), %rcx xorl %eax, %eax cmpq 0x38(%rdx), %rcx movb %al, 0x17(%rsp) jb 0xa8cc movq 0x8(%rsp), %rcx movq 0x38(%rcx), %rax cmpq 0x28(%rcx), %rax s...
_ZN11flatbuffers15vector_downward12ensure_spaceEm: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov rdx, [rsp+28h+var_8] mov [rsp+28h+var_20], rdx mov rcx, [rdx+30h] xor eax, eax cmp rcx, [rdx+38h] mov [rsp+28h+var_11], al jb short loc_A8CC mov rcx, [rsp+2...
unsigned long long flatbuffers::vector_downward::ensure_space( flatbuffers::vector_downward *this, unsigned long long a2) { bool v3; // [rsp+17h] [rbp-11h] v3 = 0; if ( *((_QWORD *)this + 6) >= *((_QWORD *)this + 7) ) v3 = *((_QWORD *)this + 7) >= *((_QWORD *)this + 5); if ( !v3 ) __as...
ensure_space: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV RDX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x8],RDX MOV RCX,qword ptr [RDX + 0x30] XOR EAX,EAX CMP RCX,qword ptr [RDX + 0x38] MOV byte ptr [RSP + 0x17],AL JC 0x0010a8cc MOV RCX,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RCX ...
/* flatbuffers::vector_downward::ensure_space(unsigned long) */ ulong __thiscall flatbuffers::vector_downward::ensure_space(vector_downward *this,ulong param_1) { uint uVar1; bool bVar2; bVar2 = false; if (*(ulong *)(this + 0x38) <= *(ulong *)(this + 0x30)) { bVar2 = *(ulong *)(this + 0x28) <= *(ulong...
23,784
my_charset_get_by_name
eloqsql/mysys/charset.c
CHARSET_INFO * my_charset_get_by_name(MY_CHARSET_LOADER *loader, const char *cs_name, uint cs_flags, myf flags) { uint cs_number; CHARSET_INFO *cs; DBUG_ENTER("get_charset_by_csname"); DBUG_PRINT("enter",("name: '%s'", cs_name)); my_pthread_once(&charsets_initialized, init_available_ch...
O3
c
my_charset_get_by_name: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x220, %rsp # imm = 0x220 movq %rcx, %r15 movl %edx, %r12d movq %rsi, %rbx movq %rdi, %r14 movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq 0xb75e12(%rip), %rdi # 0xc09de0 leaq -0x9ae(%rip), %rsi # 0x9...
my_charset_get_by_name: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 220h mov r15, rcx mov r12d, edx mov rbx, rsi mov r14, rdi mov rax, fs:28h mov [rbp+var_28], rax lea rdi, charsets_initialized lea rsi, init_available_charsets call _pthrea...
long long my_charset_get_by_name(long long a1, long long a2, unsigned int a3, long long a4) { unsigned int charset_number; // eax long long internal_charset; // r14 int v8; // r8d int v9; // r9d _BYTE v11[536]; // [rsp+0h] [rbp-240h] BYREF unsigned long long v12; // [rsp+218h] [rbp-28h] v12 = __readfsqw...
my_charset_get_by_name: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x220 MOV R15,RCX MOV R12D,EDX MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA RDI,[0xd09de0] LEA RSI,[0x193627] CALL 0x00129240 MOV RDI,RBX MOV ESI,R12D MOV RDX,R15 CALL 0x00193812 TEST EAX,...
long my_charset_get_by_name(int8 param_1,int8 param_2,int4 param_3,ulong param_4) { int iVar1; long lVar2; int8 *puVar3; long in_FS_OFFSET; int1 local_248 [536]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); pthread_once(&charsets_initialized,init_available_charsets); iVar1 = get_char...
23,785
minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { if (!left) throw std::runtime_error("BinaryOpExpr.left is null"); if (!right) throw std::runtime_error("BinaryOpExpr.right is null"); auto l = left->evaluate(context); auto do_eval = [&](const Value & l) -> Val...
O1
cpp
minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0xe8, %rsp movq %rsi, %r15 movq 0x20(%rsi), %rsi testq %rsi, %rsi je 0x97af3 cmpq $0x0, 0x30(%r15) je 0x97b11 movq %rdx, %r14 movq %rdi, %rbx leaq 0x38(%rsp), %r12 movq %r12, %rdi callq 0x87...
_ZNK5minja12BinaryOpExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: push r15 push r14 push r12 push rbx sub rsp, 0E8h mov r15, rsi mov rsi, [rsi+20h] test rsi, rsi jz loc_97AF3 cmp qword ptr [r15+30h], 0 jz loc_97B11 mov r14, rdx mov rbx, rdi lea r12, [rsp+108h+var...
minja::Value * minja::BinaryOpExpr::do_evaluate(minja::Value *this, long long a2, long long a3) { void (***v4)(void); // rsi int v7; // edx int v8; // ecx int v9; // r8d int v10; // r9d long long v11; // rdi signed __int32 v12; // eax long long v13; // rdi signed __int32 v14; // eax std::runtime_err...
do_evaluate: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV R15,RSI MOV RSI,qword ptr [RSI + 0x20] TEST RSI,RSI JZ 0x00197af3 CMP qword ptr [R15 + 0x30],0x0 JZ 0x00197b11 MOV R14,RDX MOV RBX,RDI LEA R12,[RSP + 0x38] MOV RDI,R12 CALL 0x00187c6c MOV qword ptr [RSP + 0x8],R15 MOV qword ptr [RSP + 0x10],R14 CMP qword...
/* minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */ shared_ptr * minja::BinaryOpExpr::do_evaluate(shared_ptr *param_1) { int *piVar1; int iVar2; runtime_error *this; int8 in_RDX; long in_RSI; long local_100; int8 uStack_f8; _lambda_std__shared_ptr<minja::Context>_cons...
23,786
minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { if (!left) throw std::runtime_error("BinaryOpExpr.left is null"); if (!right) throw std::runtime_error("BinaryOpExpr.right is null"); auto l = left->evaluate(context); auto do_eval = [&](const Value & l) -> Val...
O3
cpp
minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0xe8, %rsp movq %rsi, %r15 movq 0x20(%rsi), %rsi testq %rsi, %rsi je 0x96341 cmpq $0x0, 0x30(%r15) je 0x9635f movq %rdx, %r14 movq %rdi, %rbx leaq 0x38(%rsp), %r12 movq %r12, %rdi callq 0x86...
_ZNK5minja12BinaryOpExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: push r15 push r14 push r12 push rbx sub rsp, 0E8h mov r15, rsi mov rsi, [rsi+20h] test rsi, rsi jz loc_96341 cmp qword ptr [r15+30h], 0 jz loc_9635F mov r14, rdx mov rbx, rdi lea r12, [rsp+108h+var...
minja::Value * minja::BinaryOpExpr::do_evaluate(minja::Value *this, long long a2, long long a3) { void (***v4)(void); // rsi int v7; // edx int v8; // ecx int v9; // r8d int v10; // r9d long long v11; // rdi signed __int32 v12; // eax long long v13; // rdi signed __int32 v14; // eax std::runtime_err...
do_evaluate: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV R15,RSI MOV RSI,qword ptr [RSI + 0x20] TEST RSI,RSI JZ 0x00196341 CMP qword ptr [R15 + 0x30],0x0 JZ 0x0019635f MOV R14,RDX MOV RBX,RDI LEA R12,[RSP + 0x38] MOV RDI,R12 CALL 0x0018670e MOV qword ptr [RSP + 0x8],R15 MOV qword ptr [RSP + 0x10],R14 CMP qword...
/* minja::BinaryOpExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */ shared_ptr * minja::BinaryOpExpr::do_evaluate(shared_ptr *param_1) { int *piVar1; int iVar2; runtime_error *this; int8 in_RDX; long in_RSI; long local_100; int8 uStack_f8; _lambda_std__shared_ptr<minja::Context>_cons...
23,787
thr_upgrade_write_delay_lock
eloqsql/mysys/thr_lock.c
my_bool thr_upgrade_write_delay_lock(THR_LOCK_DATA *data, enum thr_lock_type new_lock_type, ulong lock_wait_timeout) { THR_LOCK *lock=data->lock; enum enum_thr_lock_result res; DBUG_ENTER("thr_upgrade_write_delay_lock"); mysql_mutex_lock...
O0
c
thr_upgrade_write_delay_lock: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq 0x18(%rax), %rax movq %rax, -0x28(%rbp) movq -0x28(%rbp), %rdi addq $0x18, %rdi leaq 0x5b61a(%rip), %rsi # 0x154688 movl $0x5a5, %edx ...
thr_upgrade_write_delay_lock: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax+18h] mov [rbp+var_28], rax mov rdi, [rbp+var_28] add rdi, 18h lea rsi, aWorkspaceLlm4b_39; "/workspace/llm...
char thr_upgrade_write_delay_lock(long long a1, int a2, long long a3) { long long v3; // rax long long v4; // rax long long v6; // [rsp+8h] [rbp-28h] v6 = *(_QWORD *)(a1 + 24); inline_mysql_mutex_lock_27(v6 + 24, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c", 0x5A5u); if ( !*(_DWO...
thr_upgrade_write_delay_lock: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x28],RAX MOV RDI,qword ptr [RBP + -0x28] ADD RDI,0x18 LEA RSI,[0x254688] M...
int1 thr_upgrade_write_delay_lock(long param_1,int4 param_2,int8 param_3) { long lVar1; long lVar2; int iVar3; int1 local_9; lVar1 = *(long *)(param_1 + 0x18); inline_mysql_mutex_lock (lVar1 + 0x18,"/workspace/llm4binary/github2025/eloqsql/mysys/thr_lock.c",0x5a5); if ((*(int *)(param_1 +...
23,788
my_wc_mb_euc_kr
eloqsql/strings/ctype-euc_kr.c
static int my_wc_mb_euc_kr(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { int code; if (s >= e) return MY_CS_TOOSMALL; if ((uint) wc < 0x80) { s[0]= (uchar) wc; return 1; } if (!(code=func_uni_ksc5601_onechar(wc))) return MY_CS_ILUNI; if (s+2>e) ...
O0
c
my_wc_mb_euc_kr: 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 cmpq -0x28(%rbp), %rax jb 0x3c1ab movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x3c224 movq -0x18(%rbp), %rax cmpl $0x80, %eax jae 0x3c1c...
my_wc_mb_euc_kr: 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] cmp rax, [rbp+var_28] jb short loc_3C1AB mov [rbp+var_4], 0FFFFFF9Bh jmp short loc_3C224 loc_3C1AB: mov ra...
long long my_wc_mb_euc_kr(long long a1, unsigned int a2, _BYTE *a3, unsigned long long a4) { int v5; // [rsp+4h] [rbp-2Ch] if ( (unsigned long long)a3 < a4 ) { if ( a2 >= 0x80 ) { v5 = func_uni_ksc5601_onechar(a2); if ( v5 ) { if ( (unsigned long long)(a3 + 2) <= a4 ) {...
my_wc_mb_euc_kr: 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] CMP RAX,qword ptr [RBP + -0x28] JC 0x0013c1ab MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x0013c224 LAB_0013c1...
int4 my_wc_mb_euc_kr(int8 param_1,uint param_2,int1 *param_3,int1 *param_4) { int iVar1; int4 local_c; if (param_3 < param_4) { if (param_2 < 0x80) { *param_3 = (char)param_2; local_c = 1; } else { iVar1 = func_uni_ksc5601_onechar(param_2); if (iVar1 == 0) { local_...
23,789
process_bin_arg
eloqsql/strings/my_vsnprintf.c
static char *process_bin_arg(char *to, char *end, size_t width, char *par) { DBUG_ASSERT(to <= end); if (to + width + 1 > end) width= end - to - 1; /* sign doesn't matter */ memmove(to, par, width); to+= width; return to; }
O0
c
process_bin_arg: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) jmp 0x81b1a movq -0x8(%rbp), %rax addq -0x18(%rbp), %rax addq $0x1, %rax cmpq -0x10(%rbp), %rax jbe 0x81b3f movq -0x10(%rbp), %rax movq -0x8(%rbp), %rcx subq %rcx, %rax...
process_bin_arg: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx jmp short $+2 loc_81B1A: mov rax, [rbp+var_8] add rax, [rbp+var_18] add rax, 1 cmp rax, [rbp+var_10] jbe short loc_81B3F mov r...
long long process_bin_arg(long long a1, unsigned long long a2, long long a3, long long a4) { long long v5; // [rsp+8h] [rbp-18h] v5 = a3; if ( a3 + a1 + 1 > a2 ) v5 = a2 - a1 - 1; memmove(a1, a4, v5); return a1 + v5; }
process_bin_arg: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX JMP 0x00181b1a LAB_00181b1a: MOV RAX,qword ptr [RBP + -0x8] ADD RAX,qword ptr [RBP + -0x18] ADD RAX,0x1 CMP RAX,qword ptr [RBP + -0x10] JBE 0x...
long process_bin_arg(void *param_1,ulong param_2,size_t param_3,void *param_4) { size_t local_20; local_20 = param_3; if (param_2 < (long)param_1 + param_3 + 1) { local_20 = (param_2 - (long)param_1) - 1; } memmove(param_1,param_4,local_20); return local_20 + (long)param_1; }
23,790
OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int>>&, int)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp
void PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence( PatchTable::VertexValenceTable & vTable, int lastLevelOffset) { // Populate the "vertex valence" table for Gregory patches -- this table // contains the one-ring of vertices around each vertex. Currently it is // extremely wast...
O2
cpp
OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int>>&, int): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %edx, %ebx movq %rsi, %r15 movq %rdi, %r14 movq (%rdi), %rax movslq 0x24(%rax), %r13 leaq 0x1(,%r13,2), %...
_ZN10OpenSubdiv6v3_6_03Far17PatchTableBuilder19LegacyGregoryHelper21FinalizeVertexValenceERSt6vectorIiSaIiEEi: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov ebx, edx mov r15, rsi mov r14, rdi mov rax, [rdi] movsxd r13, dword ptr [rax+24h] lea r12, ds:1[r13*...
long long OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence( long long a1, _QWORD *a2, int a3) { long long v4; // r13 long long v5; // r12 OpenSubdiv::v3_6_0::Vtr::internal::Level *v6; // r14 _DWORD *v7; // r12 long long result; // rax long long ...
FinalizeVertexValence: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EBX,EDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr [RDI] MOVSXD R13,dword ptr [RAX + 0x24] LEA R12,[0x1 + R13*0x2] ADD R13,R13 MOVSXD RSI,dword ptr [RAX + 0x14] IMUL RSI,R12 MOV RDI,R15 CALL 0x001514b0 MOV RAX,qword ptr [R14] MOVZX...
/* OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int> >&, int) */ void __thiscall OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence (LegacyGregoryHelper *this,vector *param_1,int param_2) { lo...
23,791
OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int>>&, int)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp
void PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence( PatchTable::VertexValenceTable & vTable, int lastLevelOffset) { // Populate the "vertex valence" table for Gregory patches -- this table // contains the one-ring of vertices around each vertex. Currently it is // extremely wast...
O3
cpp
OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int>>&, int): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movl %edx, %ebx movq %rsi, %r15 movq %rdi, %r14 movq (%rdi), %rax movslq 0x24(%rax), %r13 leaq 0x1(,%r13,2), %r12 movslq 0x14(%rax),...
_ZN10OpenSubdiv6v3_6_03Far17PatchTableBuilder19LegacyGregoryHelper21FinalizeVertexValenceERSt6vectorIiSaIiEEi: push r15 push r14 push r13 push r12 push rbx mov ebx, edx mov r15, rsi mov r14, rdi mov rax, [rdi] movsxd r13, dword ptr [rax+24h] lea r12, ds:1[r13*2] movsxd rsi, dword pt...
long long OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence( long long a1, _QWORD *a2, int a3) { long long v4; // r13 long long v5; // r12 long long result; // rax OpenSubdiv::v3_6_0::Vtr::internal::Level *v7; // r14 _DWORD *v8; // r12 long long ...
FinalizeVertexValence: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV EBX,EDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr [RDI] MOVSXD R13,dword ptr [RAX + 0x24] LEA R12,[0x1 + R13*0x2] MOVSXD RSI,dword ptr [RAX + 0x14] IMUL RSI,R12 MOV RDI,R15 CALL 0x00139670 MOV RAX,qword ptr [R14] MOVZX ECX,word ptr [RAX + 0x8] MOV ...
/* OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence(std::vector<int, std::allocator<int> >&, int) */ void __thiscall OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeVertexValence (LegacyGregoryHelper *this,vector *param_1,int param_2) { lo...
23,792
psi_rwlock_rdlock
eloqsql/mysys/my_thr_init.c
ATTRIBUTE_COLD int psi_rwlock_rdlock(mysql_rwlock_t *that, const char *file, uint line) { PSI_rwlock_locker_state state; PSI_rwlock_locker *locker= PSI_RWLOCK_CALL(start_rwlock_rdwait) (&state, that->m_psi, PSI_RWLOCK_READLOCK, file, line); int result= rw_rdlock(&that->m_rwlock); if (locker) PSI_RWLOCK_...
O3
c
psi_rwlock_rdlock: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x38, %rsp movl %edx, %r8d movq %rsi, %rcx movq %rdi, %r14 leaq 0x2d561f(%rip), %r15 # 0x2f9e58 movq (%r15), %rax movq 0x90(%rdi), %rsi leaq -0x48(%rbp), %rdi xorl %edx, %edx callq *0x1a0(%rax) movq %rax, %rbx movq %r14, %rdi callq ...
psi_rwlock_rdlock: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 38h mov r8d, edx mov rcx, rsi mov r14, rdi lea r15, PSI_server mov rax, [r15] mov rsi, [rdi+90h] lea rdi, [rbp+var_48] xor edx, edx call qword ptr [rax+1A0h] mov rbx, rax mov rdi, ...
long long psi_rwlock_rdlock(long long a1, long long a2, unsigned int a3) { long long v3; // rbx unsigned int v4; // r14d _BYTE v6[72]; // [rsp+8h] [rbp-48h] BYREF v3 = (*((long long ( **)(_BYTE *, _QWORD, _QWORD, long long, _QWORD))PSI_server + 52))( v6, *(_QWORD *)(a1 + 144), 0LL, ...
psi_rwlock_rdlock: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x38 MOV R8D,EDX MOV RCX,RSI MOV R14,RDI LEA R15,[0x3f9e58] MOV RAX,qword ptr [R15] MOV RSI,qword ptr [RDI + 0x90] LEA RDI,[RBP + -0x48] XOR EDX,EDX CALL qword ptr [RAX + 0x1a0] MOV RBX,RAX MOV RDI,R14 CALL 0x0012f24c MOV R14D,EAX TEST RBX,RBX J...
int4 psi_rwlock_rdlock(long param_1,int8 param_2,int4 param_3) { int4 uVar1; long lVar2; int1 local_50 [48]; lVar2 = (**(code **)(PSI_server + 0x1a0)) (local_50,*(int8 *)(param_1 + 0x90),0,param_2,param_3); uVar1 = my_rw_rdlock(param_1); if (lVar2 != 0) { (**(code **)(PSI_server...
23,793
mysql_set_local_infile_handler
eloqsql/libmariadb/libmariadb/ma_loaddata.c
void STDCALL mysql_set_local_infile_handler(MYSQL *conn, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, uint), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char *, uint), void *userdata) { conn->options.l...
O0
c
mysql_set_local_infile_handler: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) movq -0x10(%rbp), %rcx movq -0x8(%rbp), %rax movq %rcx, 0x458(%rax) movq -0x18(%rbp), %rcx movq -0x8(%rbp), %rax movq %rcx, 0x...
mysql_set_local_infile_handler: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_30], r9 mov rcx, [rbp+var_10] mov rax, [rbp+var_8] mov [rax+458h], rcx mov rcx, [rbp+var_18] mov ...
_QWORD * mysql_set_local_infile_handler( _QWORD *a1, long long a2, long long a3, long long a4, long long a5, long long a6) { _QWORD *result; // rax a1[139] = a2; a1[140] = a3; a1[141] = a4; a1[142] = a5; result = a1; a1[143] = a6; return result; }
mysql_set_local_infile_handler: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV qword ptr [RBP + -0x30],R9 MOV RCX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [...
void mysql_set_local_infile_handler (long param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6) { *(int8 *)(param_1 + 0x458) = param_2; *(int8 *)(param_1 + 0x460) = param_3; *(int8 *)(param_1 + 0x468) = param_4; *(int8 *)(param_1 + 0x470) = param_5; *(int8 ...
23,794
perform_promise_then
bluesky950520[P]quickjs/quickjs.c
static __exception int perform_promise_then(JSContext *ctx, JSValue promise, JSValue *resolve_reject, JSValue *cap_resolving_funcs) { JSPromiseData *s = JS_GetOpaque(promise, JS_CLASS_...
O0
c
perform_promise_then: subq $0x118, %rsp # imm = 0x118 movq %rsi, 0x100(%rsp) movq %rdx, 0x108(%rsp) movq %rdi, 0xf8(%rsp) movq %rcx, 0xf0(%rsp) movq %r8, 0xe8(%rsp) movq 0x100(%rsp), %rdi movq 0x108(%rsp), %rsi movl $0x31, %edx callq 0x38350 movq %rax, 0xe0(%rsp) movq $0x0, 0xd0(%rsp) movq $0x0, 0xd8(%rsp) m...
perform_promise_then: sub rsp, 118h mov [rsp+118h+var_18], rsi mov [rsp+118h+var_10], rdx mov [rsp+118h+var_20], rdi mov [rsp+118h+var_28], rcx mov [rsp+118h+var_30], r8 mov rdi, [rsp+118h+var_18] mov rsi, [rsp+118h+var_10] mov edx, 31h ; '1' call JS_GetOpaque mov [rsp+118h+va...
long long perform_promise_then(long long a1, long long a2, long long a3, long long a4, long long a5) { long long v5; // rdx long long v6; // rax long long v7; // rdx long long v8; // rdx _QWORD *v10; // [rsp+8h] [rbp-110h] _QWORD *v11; // [rsp+10h] [rbp-108h] long long v12; // [rsp+28h] [rbp-F0h] _QWOR...
perform_promise_then: SUB RSP,0x118 MOV qword ptr [RSP + 0x100],RSI MOV qword ptr [RSP + 0x108],RDX MOV qword ptr [RSP + 0xf8],RDI MOV qword ptr [RSP + 0xf0],RCX MOV qword ptr [RSP + 0xe8],R8 MOV RDI,qword ptr [RSP + 0x100] MOV RSI,qword ptr [RSP + 0x108] MOV EDX,0x31 CALL 0x00138350 MOV qword ptr [RSP + 0xe0],RAX MOV ...
int4 perform_promise_then(long param_1,int8 param_2,int8 param_3,long param_4,long param_5) { int iVar1; long lVar2; int8 *puVar3; long *plVar4; long lVar5; int1 auVar6 [16]; int8 local_e8; int8 local_e0; int8 local_d8; int8 local_d0; int8 local_c8; int8 local_c0; int1 local_b8 [16]; int8 ...
23,795
perform_promise_then
bluesky950520[P]quickjs/quickjs.c
static __exception int perform_promise_then(JSContext *ctx, JSValue promise, JSValue *resolve_reject, JSValue *cap_resolving_funcs) { JSPromiseData *s = JS_GetOpaque(promise, JS_CLASS_...
O1
c
perform_promise_then: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movq %r8, %r12 movq %rcx, 0x38(%rsp) movq %rdi, %rbp movq %rsi, 0x28(%rsp) movq %rsi, 0x40(%rsp) movq %rdx, 0x30(%rsp) cmpl $-0x1, %edx jne 0x10e33 movq 0x40(%rsp), %rax cmpw $0x31, 0x6(%rax) jne 0x10e33 movq 0x30(%...
perform_promise_then: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov r12, r8 mov [rsp+0C8h+var_90], rcx mov rbp, rdi mov [rsp+0C8h+var_A0], rsi mov [rsp+0C8h+var_88], rsi mov [rsp+0C8h+var_98], rdx cmp edx, 0FFFFFFFFh jnz short loc_10E33 mov ...
long long perform_promise_then(long long a1, long long a2, long long a3, long long a4, long long a5) { long long v6; // rbp long long v7; // r13 long long v8; // r15 long long v9; // rax long long v10; // rcx long long v11; // rdx long long v12; // rbp long long v13; // r14 int IsFunction; // eax b...
perform_promise_then: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV R12,R8 MOV qword ptr [RSP + 0x38],RCX MOV RBP,RDI MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x40],RSI MOV qword ptr [RSP + 0x30],RDX CMP EDX,-0x1 JNZ 0x00110e33 MOV RAX,qword ptr [RSP + 0x40] CMP word ptr [RAX + 0x6],...
int8 perform_promise_then(long param_1,int *param_2,int8 param_3,long param_4,long param_5) { ulong uVar1; long *plVar2; code *pcVar3; int iVar4; long lVar5; long lVar6; ulong uVar7; long *plVar8; long lVar9; int8 uVar10; bool bVar11; int *local_c0; long local_b8 [3]; int *local_a0; int8...
23,796
perform_promise_then
bluesky950520[P]quickjs/quickjs.c
static __exception int perform_promise_then(JSContext *ctx, JSValue promise, JSValue *resolve_reject, JSValue *cap_resolving_funcs) { JSPromiseData *s = JS_GetOpaque(promise, JS_CLASS_...
O2
c
perform_promise_then: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xa8, %rsp movq %r8, %r12 movq %rcx, 0x48(%rsp) movq %rdi, 0x10(%rsp) cmpl $-0x1, %edx movq %rdx, 0x40(%rsp) movq %rsi, 0x38(%rsp) jne 0x3bc10 cmpw $0x31, 0x6(%rsi) jne 0x3bc10 movq 0x30(%rsi), %rax movq %rax, 0x18(%rsp) jmp 0...
perform_promise_then: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0A8h mov r12, r8 mov [rsp+0D8h+var_90], rcx mov [rsp+0D8h+var_C8], rdi cmp edx, 0FFFFFFFFh mov [rsp+0D8h+var_98], rdx mov [rsp+0D8h+var_A0], rsi jnz short loc_3BC10 cmp word ptr [rs...
long long perform_promise_then(long long a1, long long a2, long long a3, long long a4, long long a5) { long long i; // rbx long long v7; // rax long long v8; // r15 long long j; // rax _DWORD *v10; // rcx long long v11; // rdx long long v12; // rbp long long v13; // r14 int IsFunction; // eax bool ...
perform_promise_then: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa8 MOV R12,R8 MOV qword ptr [RSP + 0x48],RCX MOV qword ptr [RSP + 0x10],RDI CMP EDX,-0x1 MOV qword ptr [RSP + 0x40],RDX MOV qword ptr [RSP + 0x38],RSI JNZ 0x0013bc10 CMP word ptr [RSI + 0x6],0x31 JNZ 0x0013bc10 MOV RAX,qword ptr [RSI ...
int4 perform_promise_then(long param_1,long param_2,int8 param_3,long param_4,long param_5) { ulong uVar1; code *pcVar2; long *plVar3; int iVar4; long lVar5; long lVar6; int *piVar7; long *plVar9; long lVar10; int8 uVar11; int *local_c0; long local_b8 [4]; int8 local_98; long local_90; i...
23,797
dbuf_put_self
bluesky950520[P]quickjs/cutils.c
int dbuf_put_self(DynBuf *s, size_t offset, size_t len) { if (unlikely((s->size + len) > s->allocated_size)) { if (dbuf_realloc(s, s->size + len)) return -1; } memcpy(s->buf + s->size, s->buf + offset, len); s->size += len; return 0; }
O1
c
dbuf_put_self: pushq %r15 pushq %r14 pushq %rbx movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r14 movq 0x8(%rdi), %rsi addq %rdx, %rsi cmpq 0x10(%rdi), %rsi ja 0x1a8a7 movq (%r14), %rax movq 0x8(%r14), %rdi addq %rax, %rdi addq %rax, %r15 movq %r15, %rsi movq %rbx, %rdx callq 0xe5a0 addq %rbx, 0x8(%r14) xorl %eax, %eax p...
dbuf_put_self: push r15 push r14 push rbx mov rbx, rdx mov r15, rsi mov r14, rdi mov rsi, [rdi+8] add rsi, rdx cmp rsi, [rdi+10h] ja short loc_1A8A7 loc_1A883: mov rax, [r14] mov rdi, [r14+8] add rdi, rax add r15, rax mov rsi, r15 mov rdx, rbx call _memcp...
long long dbuf_put_self(_QWORD *a1, long long a2, long long a3) { unsigned long long v5; // rsi long long result; // rax int v7; // ecx v5 = a3 + a1[1]; if ( v5 <= a1[2] || (v7 = dbuf_realloc((long long)a1, v5), result = 0xFFFFFFFFLL, !v7) ) { memcpy(*a1 + a1[1], *a1 + a2, a3); a1[1] += a3; re...
dbuf_put_self: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDX MOV R15,RSI MOV R14,RDI MOV RSI,qword ptr [RDI + 0x8] ADD RSI,RDX CMP RSI,qword ptr [RDI + 0x10] JA 0x0011a8a7 LAB_0011a883: MOV RAX,qword ptr [R14] MOV RDI,qword ptr [R14 + 0x8] ADD RDI,RAX ADD R15,RAX MOV RSI,R15 MOV RDX,RBX CALL 0x0010e5a0 ADD qword ptr [R14 + 0x...
int8 dbuf_put_self(long *param_1,long param_2,size_t param_3) { int iVar1; if (((ulong)param_1[2] < param_1[1] + param_3) && (iVar1 = dbuf_realloc(param_1), iVar1 != 0)) { return 0xffffffff; } memcpy((void *)(param_1[1] + *param_1),(void *)(param_2 + *param_1),param_3); param_1[1] = param_1[1] + para...
23,798
dbuf_put_self
bluesky950520[P]quickjs/cutils.c
int dbuf_put_self(DynBuf *s, size_t offset, size_t len) { if (unlikely((s->size + len) > s->allocated_size)) { if (dbuf_realloc(s, s->size + len)) return -1; } memcpy(s->buf + s->size, s->buf + offset, len); s->size += len; return 0; }
O3
c
dbuf_put_self: pushq %r15 pushq %r14 pushq %rbx movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r14 movq 0x8(%rdi), %rdi leaq (%rdi,%rdx), %rsi cmpq 0x10(%r14), %rsi ja 0x1b1ac movq (%r14), %rax addq %rax, %rdi addq %rax, %r15 movq %r15, %rsi movq %rbx, %rdx callq 0xe5a0 addq %rbx, 0x8(%r14) xorl %eax, %eax popq %rbx popq ...
dbuf_put_self: push r15 push r14 push rbx mov rbx, rdx mov r15, rsi mov r14, rdi mov rdi, [rdi+8] lea rsi, [rdi+rdx] cmp rsi, [r14+10h] ja short loc_1B1AC loc_1B18C: mov rax, [r14] add rdi, rax add r15, rax mov rsi, r15 mov rdx, rbx call _memcpy add [r14+...
long long dbuf_put_self(_QWORD *a1, long long a2, long long a3) { long long v5; // rdi long long result; // rax int v7; // ecx v5 = a1[1]; if ( (unsigned long long)(v5 + a3) <= a1[2] ) goto LABEL_2; v7 = dbuf_realloc((long long)a1, v5 + a3); result = 0xFFFFFFFFLL; if ( !v7 ) { v5 = a1[1]; LA...
dbuf_put_self: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDX MOV R15,RSI MOV R14,RDI MOV RDI,qword ptr [RDI + 0x8] LEA RSI,[RDI + RDX*0x1] CMP RSI,qword ptr [R14 + 0x10] JA 0x0011b1ac LAB_0011b18c: MOV RAX,qword ptr [R14] ADD RDI,RAX ADD R15,RAX MOV RSI,R15 MOV RDX,RBX CALL 0x0010e5a0 ADD qword ptr [R14 + 0x8],RBX XOR EAX,EAX...
int8 dbuf_put_self(long *param_1,long param_2,size_t param_3) { int iVar1; long lVar2; lVar2 = param_1[1]; if ((ulong)param_1[2] < lVar2 + param_3) { iVar1 = dbuf_realloc(param_1); if (iVar1 != 0) { return 0xffffffff; } lVar2 = param_1[1]; } memcpy((void *)(lVar2 + *param_1),(void...
23,799
mbr_join
eloqsql/storage/myisam/rt_split.c
static void mbr_join(double *a, const double *b, int n_dim) { double *end = a + n_dim * 2; do { if (a[0] > b[0]) a[0] = b[0]; if (a[1] < b[1]) a[1] = b[1]; a += 2; b += 2; }while (a != end); }
O0
c
mbr_join: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq -0x8(%rbp), %rax movl -0x14(%rbp), %ecx shll %ecx movslq %ecx, %rcx shlq $0x3, %rcx addq %rcx, %rax movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rax movsd (%rax), %xmm0 movq -0x10(%rbp), %rax ucomisd (%rax), %xmm0 ...
mbr_join_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rax, [rbp+var_8] mov ecx, [rbp+var_14] shl ecx, 1 movsxd rcx, ecx shl rcx, 3 add rax, rcx mov [rbp+var_20], rax loc_D7246: mov rax, [rbp+var_8] movsd xmm0, qword ptr [...
double * mbr_join_0(double *a1, double *a2, int a3) { double *result; // rax double *v5; // [rsp+18h] [rbp-8h] v5 = a1; do { if ( *v5 > *a2 ) *v5 = *a2; if ( a2[1] > v5[1] ) v5[1] = a2[1]; v5 += 2; a2 += 2; result = v5; } while ( v5 != &a1[2 * a3] ); return result; }
mbr_join: PUSH RBP MOV RBP,RSP 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 ECX,dword ptr [RBP + -0x14] SHL ECX,0x1 MOVSXD RCX,ECX SHL RCX,0x3 ADD RAX,RCX MOV qword ptr [RBP + -0x20],RAX LAB_001d7246: MOV RAX,qword ptr [RBP + -0x8] MOV...
void mbr_join(double *param_1,double *param_2,int param_3) { double *local_18; double *local_10; local_18 = param_2; local_10 = param_1; do { if (*local_18 <= *local_10 && *local_10 != *local_18) { *local_10 = *local_18; } if (local_10[1] < local_18[1]) { local_10[1] = local_18[1]...