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
11,200
ma_crypt_get_index_page_header_space
eloqsql/storage/maria/ma_crypt.c
uint ma_crypt_get_index_page_header_space(MARIA_SHARE *share) { if (share->base.born_transactional) { return CRYPT_SCHEME_1_KEY_VERSION_SIZE; } else { /* if the index is not transactional, we add 7 bytes LSN anyway to be used for counter block */ return LSN_STORE_SIZE + CRYPT_SCHEME_1_K...
O0
c
ma_crypt_get_index_page_header_space: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax cmpb $0x0, 0x44c(%rax) je 0x8ac0e movl $0x4, -0x4(%rbp) jmp 0x8ac15 movl $0xb, -0x4(%rbp) movl -0x4(%rbp), %eax popq %rbp retq nopw (%rax,%rax)
ma_crypt_get_index_page_header_space: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov rax, [rbp+var_10] cmp byte ptr [rax+44Ch], 0 jz short loc_8AC0E mov [rbp+var_4], 4 jmp short loc_8AC15 loc_8AC0E: mov [rbp+var_4], 0Bh loc_8AC15: mov eax, [rbp+var_4] pop rbp retn
long long ma_crypt_get_index_page_header_space(long long a1) { if ( *(_BYTE *)(a1 + 1100) ) return 4; else return 11; }
ma_crypt_get_index_page_header_space: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RBP + -0x10] CMP byte ptr [RAX + 0x44c],0x0 JZ 0x0018ac0e MOV dword ptr [RBP + -0x4],0x4 JMP 0x0018ac15 LAB_0018ac0e: MOV dword ptr [RBP + -0x4],0xb LAB_0018ac15: MOV EAX,dword ptr [RBP + -0x4] POP RBP RET
int4 ma_crypt_get_index_page_header_space(long param_1) { int4 local_c; if (*(char *)(param_1 + 0x44c) == '\0') { local_c = 0xb; } else { local_c = 4; } return local_c; }
11,201
deadlock
eloqsql/mysys/waiting_threads.c
static int deadlock(WT_THD *thd, WT_THD *blocker, uint depth, uint max_depth) { struct deadlock_arg arg= {thd, max_depth, 0, 0}; int ret; DBUG_ENTER("deadlock"); DBUG_ASSERT(depth < 2); ret= deadlock_search(&arg, blocker, depth); if (ret == WT_DEPTH_EXCEEDED) { increment_cy...
O0
c
deadlock: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl %ecx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x38(%rbp) movl -0x18(%rbp), %eax movl %eax, -0x30(%rbp) movq $0x0, -0x28(%rbp) movq $0x0, -0x20(%rbp) jmp 0x106bd6 movq -0x10(%rbp), %rsi mo...
deadlock: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_18], ecx mov rax, [rbp+var_8] mov [rbp+var_38], rax mov eax, [rbp+var_18] mov [rbp+var_30], eax mov [rbp+var_28], 0 mov [rbp+var_20], 0 jmp sh...
long long deadlock(long long a1, long long a2, unsigned int a3, int a4) { unsigned int v5; // [rsp+4h] [rbp-3Ch] long long v6; // [rsp+8h] [rbp-38h] BYREF int v7; // [rsp+10h] [rbp-30h] long long v8; // [rsp+18h] [rbp-28h] long long v9; // [rsp+20h] [rbp-20h] int v10; // [rsp+28h] [rbp-18h] unsigned int ...
11,202
deadlock
eloqsql/mysys/waiting_threads.c
static int deadlock(WT_THD *thd, WT_THD *blocker, uint depth, uint max_depth) { struct deadlock_arg arg= {thd, max_depth, 0, 0}; int ret; DBUG_ENTER("deadlock"); DBUG_ASSERT(depth < 2); ret= deadlock_search(&arg, blocker, depth); if (ret == WT_DEPTH_EXCEEDED) { increment_cy...
O3
c
deadlock: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %ecx, %r13d movl %edx, %r15d movq %rsi, %r14 movq %rdi, %rbx leaq -0x48(%rbp), %rdi movq %rbx, (%rdi) movl %ecx, 0x8(%rdi) xorps %xmm0, %xmm0 movups %xmm0, 0x10(%rdi) callq 0xac207 cmpl $-0x2, %eax jne 0xab...
deadlock: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r13d, ecx mov r15d, edx mov r14, rsi mov rbx, rdi lea rdi, [rbp+var_48] mov [rdi], rbx mov [rdi+8], ecx xorps xmm0, xmm0 movups xmmword ptr [rdi+10h], xmm0 call deadl...
long long deadlock(long long a1, long long a2, int a3, int a4) { long long v6; // r14 unsigned int v7; // eax long long v8; // rax unsigned int v9; // r12d long long v10; // rbx long long v11; // rdi long long v12; // rbx v6 = a2; v7 = deadlock_search(); if ( v7 == -2 ) { v8 = 132 * (unsigne...
deadlock: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R13D,ECX MOV R15D,EDX MOV R14,RSI MOV RBX,RDI LEA RDI,[RBP + -0x48] MOV qword ptr [RDI],RBX MOV dword ptr [RDI + 0x8],ECX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 CALL 0x001ac207 CMP EAX,-0x2 JNZ 0x001abd14 MOV EAX,...
/* WARNING: Removing unreachable block (ram,0x001abd59) */ /* WARNING: Removing unreachable block (ram,0x001abd5e) */ /* WARNING: Removing unreachable block (ram,0x001abd72) */ int deadlock(long param_1,long param_2,int param_3,uint param_4) { long lVar1; int iVar2; bool bVar3; iVar2 = deadlock_search(); ...
11,203
ggml_reshape_3d
ngxson[P]ggml-easy/ggml/src/ggml.c
struct ggml_tensor * ggml_reshape_3d( struct ggml_context * ctx, struct ggml_tensor * a, int64_t ne0, int64_t ne1, int64_t ne2) { GGML_ASSERT(ggml_is_contiguous(a)); GGML_ASSERT(ggml_nelements(a) == ne0*ne1*ne2); const int64...
O1
c
ggml_reshape_3d: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x20, %rsp movq %r8, %r15 movq %rcx, %r12 movq %rdx, %r13 movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi xorl %esi, %esi callq 0x197ef testb %al, %al je 0x1be28 movq 0x18(%rbx), %rax imulq 0x10(%rbx), %rax imulq 0x20(%rbx), %rax imulq 0x28(%...
ggml_reshape_3d: push r15 push r14 push r13 push r12 push rbx sub rsp, 20h mov r15, r8 mov r12, rcx mov r13, rdx mov rbx, rsi mov r14, rdi mov rdi, rsi xor esi, esi call ggml_is_contiguous_n test al, al jz loc_1BE28 mov rax, [rbx+18h] imul rax, [rbx+10h] ...
long long ggml_reshape_3d(long long a1, long long a2, long long a3, long long a4, long long a5) { int v8; // r8d int v9; // r9d long long v10; // r14 const char *v12; // rcx int v13; // esi _QWORD v14[9]; // [rsp+0h] [rbp-48h] BYREF if ( !(unsigned __int8)ggml_is_contiguous_n((unsigned int *)a2, 0) ) ...
ggml_reshape_3d: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x20 MOV R15,R8 MOV R12,RCX MOV R13,RDX MOV RBX,RSI MOV R14,RDI MOV RDI,RSI XOR ESI,ESI CALL 0x001197ef TEST AL,AL JZ 0x0011be28 MOV RAX,qword ptr [RBX + 0x18] IMUL RAX,qword ptr [RBX + 0x10] IMUL RAX,qword ptr [RBX + 0x20] IMUL RAX,qword ptr [RBX + ...
long ggml_reshape_3d(int8 param_1,int4 *param_2,long param_3,long param_4,long param_5) { char cVar1; long lVar2; char *pcVar3; int8 uVar4; long local_48; long local_40; long local_38; cVar1 = ggml_is_contiguous_n(param_2,0); if (cVar1 == '\0') { pcVar3 = "ggml_is_contiguous(a)"; uVar4 = ...
11,204
pfs_create_prepared_stmt_v1
eloqsql/storage/perfschema/pfs.cc
PSI_prepared_stmt* pfs_create_prepared_stmt_v1(void *identity, uint stmt_id, PSI_statement_locker *locker, const char *stmt_name, size_t stmt_name_length) { PSI_statement_locker_state *state= reinterpret_cast<PSI_statement_locker_state*> (locker); PFS_events_sta...
O0
cpp
pfs_create_prepared_stmt_v1: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq -0x20(%rbp), %rax movq %rax, -0x38(%rbp) movq -0x38(%rbp), %rax movq 0x28(%rax), %rax movq %rax, -0x40(%rbp) movq -0x38(%rbp), %...
pfs_create_prepared_stmt_v1: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov rax, [rbp+var_20] mov [rbp+var_38], rax mov rax, [rbp+var_38] mov rax, [rax+28h] mov [rbp+va...
long long pfs_create_prepared_stmt_v1(int a1, int a2, long long a3, int a4, int a5) { long long prepared_stmt; // [rsp+8h] [rbp-58h] long long THR_PFS; // [rsp+10h] [rbp-50h] long long v8; // [rsp+18h] [rbp-48h] long long v9; // [rsp+20h] [rbp-40h] v9 = *(_QWORD *)(a3 + 40); v8 = *(_QWORD *)(a3 + 368); ...
pfs_create_prepared_stmt_v1: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RBP + -0x38],RAX MOV RAX,qword ptr [RBP + -0x38] MO...
int8 pfs_create_prepared_stmt_v1(void *param_1,uint param_2,long param_3,char *param_4,uint param_5) { PFS_events_statements *pPVar1; PFS_program *pPVar2; PFS_thread *pPVar3; int8 local_10; pPVar1 = *(PFS_events_statements **)(param_3 + 0x28); pPVar2 = *(PFS_program **)(param_3 + 0x170); pPVar3 = (PF...
11,205
ResBlock::init_params(ggml_context*, ggml_type)
7CodeWizard[P]stablediffusion/unet.hpp
void init_params(struct ggml_context* ctx, ggml_type wtype) { in_layer_0_w = ggml_new_tensor_1d(ctx, GGML_TYPE_F32, channels); in_layer_0_b = ggml_new_tensor_1d(ctx, GGML_TYPE_F32, channels); in_layer_2_w = ggml_new_tensor_4d(ctx, GGML_TYPE_F16, 3, 3, channels, out_channels); in_layer_2_...
O0
cpp
ResBlock::init_params(ggml_context*, ggml_type): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movl %edx, 0x14(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x8(%rsp) movq 0x18(%rsp), %rdi movslq (%rax), %rdx xorl %esi, %esi callq 0x11c880 movq %rax, %rcx movq 0x8(%rsp), %rax movq %rcx, 0x10(%rax) movq 0x18(%rs...
_ZN8ResBlock11init_paramsEP12ggml_context9ggml_type: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov [rsp+28h+var_14], edx mov rax, [rsp+28h+var_8] mov [rsp+28h+var_20], rax mov rdi, [rsp+28h+var_10] movsxd rdx, dword ptr [rax] xor esi, esi call ggml_new_tensor_1d...
unsigned long long ResBlock::init_params(int *a1, long long a2, unsigned int a3) { unsigned long long result; // rax long long v4; // rcx *((_QWORD *)a1 + 2) = ggml_new_tensor_1d(a2, 0LL, *a1); *((_QWORD *)a1 + 3) = ggml_new_tensor_1d(a2, 0LL, *a1); *((_QWORD *)a1 + 4) = ggml_new_tensor_4d(a2, 1LL, 3LL, 3LL...
init_params: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV dword ptr [RSP + 0x14],EDX MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x8],RAX MOV RDI,qword ptr [RSP + 0x18] MOVSXD RDX,dword ptr [RAX] XOR ESI,ESI CALL 0x0021c880 MOV RCX,RAX MOV RAX,qword ptr [RSP + 0x8] MOV qword pt...
/* ResBlock::init_params(ggml_context*, ggml_type) */ void __thiscall ResBlock::init_params(ResBlock *this,int8 param_1,int4 param_3) { int8 uVar1; uVar1 = ggml_new_tensor_1d(param_1,0,(long)*(int *)this); *(int8 *)(this + 0x10) = uVar1; uVar1 = ggml_new_tensor_1d(param_1,0,(long)*(int *)this); *(int8 *...
11,206
ResBlock::init_params(ggml_context*, ggml_type)
7CodeWizard[P]stablediffusion/unet.hpp
void init_params(struct ggml_context* ctx, ggml_type wtype) { in_layer_0_w = ggml_new_tensor_1d(ctx, GGML_TYPE_F32, channels); in_layer_0_b = ggml_new_tensor_1d(ctx, GGML_TYPE_F32, channels); in_layer_2_w = ggml_new_tensor_4d(ctx, GGML_TYPE_F16, 3, 3, channels, out_channels); in_layer_2_...
O1
cpp
ResBlock::init_params(ggml_context*, ggml_type): pushq %rbp pushq %r14 pushq %rbx movl %edx, %ebp movq %rsi, %r14 movq %rdi, %rbx movslq (%rdi), %rdx movq %rsi, %rdi xorl %esi, %esi callq 0x8ec3c movq %rax, 0x10(%rbx) movslq (%rbx), %rdx movq %r14, %rdi xorl %esi, %esi callq 0x8ec3c movq %rax, 0x18(%rbx) movslq (%rbx),...
_ZN8ResBlock11init_paramsEP12ggml_context9ggml_type: push rbp push r14 push rbx mov ebp, edx mov r14, rsi mov rbx, rdi movsxd rdx, dword ptr [rdi] mov rdi, rsi xor esi, esi call ggml_new_tensor_1d mov [rbx+10h], rax movsxd rdx, dword ptr [rbx] mov rdi, r14 xor esi, esi call...
long long ResBlock::init_params(int *a1, long long a2, unsigned int a3) { long long result; // rax long long v5; // r9 long long v6; // r8 *((_QWORD *)a1 + 2) = ggml_new_tensor_1d(a2, 0LL, *a1); *((_QWORD *)a1 + 3) = ggml_new_tensor_1d(a2, 0LL, *a1); *((_QWORD *)a1 + 4) = ggml_new_tensor_4d(a2, 1LL, 3LL, ...
11,207
my_printv_error
eloqsql/mysys/my_error.c
void my_printv_error(uint error, const char *format, myf MyFlags, va_list ap) { char ebuff[ERRMSGSIZE]; DBUG_ENTER("my_printv_error"); DBUG_PRINT("my", ("nr: %d MyFlags: %lu errno: %d format: %s", error, MyFlags, errno, format)); (void) my_vsnprintf(ebuff, sizeof(ebuff), format, ap); (*error_handler...
O0
c
my_printv_error: pushq %rbp movq %rsp, %rbp subq $0x230, %rsp # imm = 0x230 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movl %edi, -0x214(%rbp) movq %rsi, -0x220(%rbp) movq %rdx, -0x228(%rbp) movq %rcx, -0x230(%rbp) jmp 0x2cd25 leaq -0x210(%rbp), %rdi movq -0x220(%rbp), %rdx movq -0x230(%rbp), %rcx movl $0x200...
my_printv_error: push rbp mov rbp, rsp sub rsp, 230h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_214], edi mov [rbp+var_220], rsi mov [rbp+var_228], rdx mov [rbp+var_230], rcx jmp short $+2 loc_2CD25: lea rdi, [rbp+var_210] mov rdx, [rbp+var_220] mov rcx, [rbp+va...
unsigned long long my_printv_error(long long a1, long long a2, long long a3, long long a4) { _BYTE v5[520]; // [rsp+20h] [rbp-210h] BYREF unsigned long long v6; // [rsp+228h] [rbp-8h] v6 = __readfsqword(0x28u); my_vsnprintf(v5, 512LL, a2, a4); error_handler_hook(); return __readfsqword(0x28u); }
my_printv_error: PUSH RBP MOV RBP,RSP SUB RSP,0x230 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x214],EDI MOV qword ptr [RBP + -0x220],RSI MOV qword ptr [RBP + -0x228],RDX MOV qword ptr [RBP + -0x230],RCX JMP 0x0012cd25 LAB_0012cd25: LEA RDI,[RBP + -0x210] MOV RDX,qword ptr [RBP + ...
void my_printv_error(int4 param_1,int8 param_2,int8 param_3,int8 param_4) { long in_FS_OFFSET; int1 local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); my_vsnprintf(local_218,0x200,param_2,param_4); (*(code *)error_handler_hook)(param_1,local_218,param_3); if (*(long *)(in_FS_O...
11,208
my_printv_error
eloqsql/mysys/my_error.c
void my_printv_error(uint error, const char *format, myf MyFlags, va_list ap) { char ebuff[ERRMSGSIZE]; DBUG_ENTER("my_printv_error"); DBUG_PRINT("my", ("nr: %d MyFlags: %lu errno: %d format: %s", error, MyFlags, errno, format)); (void) my_vsnprintf(ebuff, sizeof(ebuff), format, ap); (*error_handler...
O3
c
my_printv_error: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x208, %rsp # imm = 0x208 movq %rdx, %rbx movq %rsi, %rdx movl %edi, %r14d movq %fs:0x28, %rax movq %rax, -0x20(%rbp) leaq -0x220(%rbp), %r15 movl $0x200, %esi # imm = 0x200 movq %r15, %rdi callq 0x60c81 leaq 0x2cf7...
my_printv_error: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 208h mov rbx, rdx mov rdx, rsi mov r14d, edi mov rax, fs:28h mov [rbp+var_20], rax lea r15, [rbp+var_220] mov esi, 200h mov rdi, r15 call my_vsnprintf lea rax, error_handler_hook mov ...
unsigned long long my_printv_error(long long a1, long long a2) { _BYTE v3[512]; // [rsp+0h] [rbp-220h] BYREF unsigned long long v4; // [rsp+200h] [rbp-20h] v4 = __readfsqword(0x28u); my_vsnprintf(v3, 512LL, a2); error_handler_hook(); return __readfsqword(0x28u); }
my_printv_error: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x208 MOV RBX,RDX MOV RDX,RSI MOV R14D,EDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x20],RAX LEA R15,[RBP + -0x220] MOV ESI,0x200 MOV RDI,R15 CALL 0x00160c81 LEA RAX,[0x3f9970] MOV EDI,R14D MOV RSI,R15 MOV RDX,RBX CALL qword ptr [RAX] MO...
void my_printv_error(int4 param_1,int8 param_2,int8 param_3) { long in_FS_OFFSET; int1 local_228 [512]; long local_28; local_28 = *(long *)(in_FS_OFFSET + 0x28); my_vsnprintf(local_228,0x200,param_2); (*(code *)error_handler_hook)(param_1,local_228,param_3); if (*(long *)(in_FS_OFFSET + 0x28) == loca...
11,209
JS_NewGlobalCConstructor2
bluesky950520[P]quickjs/quickjs.c
static void JS_NewGlobalCConstructor2(JSContext *ctx, JSValue func_obj, const char *name, JSValue proto) { JS_DefinePropertyValueStr(ctx, ctx->global_obj, name, js_dup(func_ob...
O3
c
JS_NewGlobalCConstructor2: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %r9, %r12 movq %r8, %r13 movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %r15 cmpl $-0x9, %ebx jb 0x367a3 incl (%r14) movq 0x1a0(%r15), %rsi movq 0x1a8(%r15), %rdx movl $0x3, %ebp movl %ebp, (%rsp) movq %r15, %rdi mo...
JS_NewGlobalCConstructor2: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r12, r9 mov r13, r8 mov rbx, rdx mov r14, rsi mov r15, rdi cmp ebx, 0FFFFFFF7h jb short loc_367A3 inc dword ptr [r14] loc_367A3: mov rsi, [r15+1A0h] mov rdx, [r15+1...
long long JS_NewGlobalCConstructor2( _QWORD *a1, int *a2, long long a3, unsigned __int8 *a4, int *a5, long long a6, double a7, __m128 a8, __m128 a9, __m128 a10, double a11, double a12, __m128 a13, __m128 a14...
JS_NewGlobalCConstructor2: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,R9 MOV R13,R8 MOV RBX,RDX MOV R14,RSI MOV R15,RDI CMP EBX,-0x9 JC 0x001367a3 INC dword ptr [R14] LAB_001367a3: MOV RSI,qword ptr [R15 + 0x1a0] MOV RDX,qword ptr [R15 + 0x1a8] MOV EBP,0x3 MOV dword ptr [RSP],EBP MOV RDI,R15...
void JS_NewGlobalCConstructor2 (long param_1,int *param_2,int8 param_3,int8 param_4,int8 param_5, int8 param_6) { int iVar1; int8 uVar2; if (0xfffffff6 < (uint)param_3) { *param_2 = *param_2 + 1; } JS_DefinePropertyValueStr (param_1,*(int8 *)(param_1 + 0x1a0)...
11,210
setup_key_functions
eloqsql/storage/myisam/mi_open.c
static void setup_key_functions(register MI_KEYDEF *keyinfo) { if (keyinfo->key_alg == HA_KEY_ALG_RTREE) { #ifdef HAVE_RTREE_KEYS keyinfo->ck_insert = rtree_insert; keyinfo->ck_delete = rtree_delete; #else DBUG_ASSERT(0); /* mi_open should check it never happens */ #endif } else { keyinfo->ck_...
O0
c
setup_key_functions: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movzbl 0xc(%rax), %eax cmpl $0x2, %eax jne 0xb6605 movq -0x8(%rbp), %rax leaq 0x12fe0(%rip), %rcx # 0xc95d0 movq %rcx, 0x60(%rax) movq -0x8(%rbp), %rax leaq 0x133a1(%rip), %rcx # 0xc99a0 movq %rcx, 0x68(%rax) jmp 0xb6623...
setup_key_functions_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] movzx eax, byte ptr [rax+0Ch] cmp eax, 2 jnz short loc_B6605 mov rax, [rbp+var_8] lea rcx, rtree_insert mov [rax+60h], rcx mov rax, [rbp+var_8] lea rcx, rtree_delete mov [rax+68h], rcx...
long long setup_key_functions_0(long long a1) { long long result; // rax if ( *(_BYTE *)(a1 + 12) == 2 ) { *(_QWORD *)(a1 + 96) = rtree_insert; *(_QWORD *)(a1 + 104) = rtree_delete; } else { *(_QWORD *)(a1 + 96) = mi_ck_write; *(_QWORD *)(a1 + 104) = mi_ck_delete; } if ( (*(_WORD *)(a1...
setup_key_functions: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOVZX EAX,byte ptr [RAX + 0xc] CMP EAX,0x2 JNZ 0x001b6605 MOV RAX,qword ptr [RBP + -0x8] LEA RCX,[0x1c95d0] MOV qword ptr [RAX + 0x60],RCX MOV RAX,qword ptr [RBP + -0x8] LEA RCX,[0x1c99a0] MOV qword ptr [RAX + 0x68],...
void setup_key_functions(long param_1) { if (*(char *)(param_1 + 0xc) == '\x02') { *(code **)(param_1 + 0x60) = rtree_insert; *(code **)(param_1 + 0x68) = rtree_delete; } else { *(code **)(param_1 + 0x60) = _mi_ck_write; *(code **)(param_1 + 0x68) = _mi_ck_delete; } if ((*(ushort *)(param_1 ...
11,211
setup_key_functions
eloqsql/storage/myisam/mi_open.c
static void setup_key_functions(register MI_KEYDEF *keyinfo) { if (keyinfo->key_alg == HA_KEY_ALG_RTREE) { #ifdef HAVE_RTREE_KEYS keyinfo->ck_insert = rtree_insert; keyinfo->ck_delete = rtree_delete; #else DBUG_ASSERT(0); /* mi_open should check it never happens */ #endif } else { keyinfo->ck_...
O3
c
setup_key_functions: pushq %rbp movq %rsp, %rbp cmpb $0x2, 0xc(%rdi) leaq 0x8940(%rip), %rax # 0x88107 cmoveq 0x304801(%rip), %rax # 0x383fd0 leaq -0xabdd(%rip), %rcx # 0x74bf9 cmoveq 0x3047a2(%rip), %rcx # 0x383f80 movq %rax, 0x60(%rdi) movq %rcx, 0x68(%rdi) movzwl 0xa(%rdi), %eax testb $0x20, %al jne 0...
setup_key_functions_0: push rbp mov rbp, rsp cmp byte ptr [rdi+0Ch], 2 lea rax, _mi_ck_write cmovz rax, cs:rtree_insert_ptr lea rcx, _mi_ck_delete cmovz rcx, cs:rtree_delete_ptr mov [rdi+60h], rax mov [rdi+68h], rcx movzx eax, word ptr [rdi+0Ah] test al, 20h jnz short loc_7F810 t...
long long ( * setup_key_functions_0(long long a1))() { long long ( *v1)(); // rax long long ( *v2)(long long, unsigned int, long long, long long); // rcx __int16 v3; // ax long long ( *result)(); // rax long long ( *v5)(int, int, int, int, int, int, long long); // rdx long long ( *v6)(); // rcx long long ...
setup_key_functions: PUSH RBP MOV RBP,RSP CMP byte ptr [RDI + 0xc],0x2 LEA RAX,[0x188107] CMOVZ RAX,qword ptr [0x00483fd0] LEA RCX,[0x174bf9] CMOVZ RCX,qword ptr [0x00483f80] MOV qword ptr [RDI + 0x60],RAX MOV qword ptr [RDI + 0x68],RCX MOVZX EAX,word ptr [RDI + 0xa] TEST AL,0x20 JNZ 0x0017f810 TEST AL,0x8 JNZ 0x0017f8...
void setup_key_functions(long param_1) { ushort uVar1; long lVar2; code *pcVar3; code *pcVar4; code *pcVar5; code *pcVar6; long lVar7; bool bVar8; bVar8 = *(char *)(param_1 + 0xc) == '\x02'; pcVar3 = _mi_ck_write; if (bVar8) { pcVar3 = (code *)PTR_rtree_insert_00483fd0; } pcVar4 = _mi...
11,212
js_async_generator_mark
bluesky950520[P]quickjs/quickjs.c
static void js_async_generator_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func) { JSAsyncGeneratorData *s = JS_GetOpaque(val, JS_CLASS_ASYNC_GENERATOR); struct list_head *el; JSAsyncGeneratorRequest *req; if (s) { list_for_each(el, &s->queue) { ...
O2
c
js_async_generator_mark: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax cmpl $-0x1, %edx jne 0x46f27 cmpw $0x39, 0x6(%rsi) jne 0x46f27 movq 0x30(%rsi), %r15 testq %r15, %r15 je 0x46f27 movq %rcx, %rbx movq %rdi, %r14 movl $0xfffffffe, %r12d # imm = 0xFFFFFFFE leaq 0x78(%r15), %r13 lea...
js_async_generator_mark: push rbp push r15 push r14 push r13 push r12 push rbx push rax cmp edx, 0FFFFFFFFh jnz loc_46F27 cmp word ptr [rsi+6], 39h ; '9' jnz loc_46F27 mov r15, [rsi+30h] test r15, r15 jz loc_46F27 mov rbx, rcx mov r14, rdi mov r12d, 0FFFFFFFE...
unsigned long long js_async_generator_mark( long long a1, long long a2, int a3, void ( *a4)(long long, _QWORD)) { long long v4; // r15 long long *i; // rbp long long v7; // rbp unsigned long long result; // rax if ( a3 == -1 && *(_WORD *)(a2 + 6) == 57 ) { v4 = *(_QWORD...
js_async_generator_mark: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX CMP EDX,-0x1 JNZ 0x00146f27 CMP word ptr [RSI + 0x6],0x39 JNZ 0x00146f27 MOV R15,qword ptr [RSI + 0x30] TEST R15,R15 JZ 0x00146f27 MOV RBX,RCX MOV R14,RDI MOV R12D,0xfffffffe LEA R13,[R15 + 0x78] LEA RBP,[R15 + 0x80] LAB_00146ebc: M...
void js_async_generator_mark(int8 param_1,long param_2,int param_3,code *param_4) { long lVar1; long lVar2; long *plVar3; if (((param_3 == -1) && (*(short *)(param_2 + 6) == 0x39)) && (lVar1 = *(long *)(param_2 + 0x30), lVar1 != 0)) { plVar3 = (long *)(lVar1 + 0x80); while (lVar2 = *plVar3, lV...
11,213
ma_once_init_block_record
eloqsql/storage/maria/ma_blockrec.c
my_bool _ma_once_init_block_record(MARIA_SHARE *share, File data_file) { my_bool res; pgcache_page_no_t last_page; /* First calculate the max file length with can have with a pointer of size rec_reflength. The 'rec_reflength - 1' is because one byte is used for row position withing the page. ...
O0
c
ma_once_init_block_record: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rax movl 0x3e0(%rax), %eax subl $0x1, %eax shll $0x3, %eax movl %eax, %eax movl %eax, %ecx movl $0x1, %eax shlq %cl, %rax shrq %rax movq %rax, -0x18(%rbp) cmpq $0x0, -0x18(%rbp) jne 0x752...
_ma_once_init_block_record: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov rax, [rbp+var_8] mov eax, [rax+3E0h] sub eax, 1 shl eax, 3 mov eax, eax mov ecx, eax mov eax, 1 shl rax, cl shr rax, 1 mov [rbp+var_18], rax cmp [rb...
char ma_once_init_block_record(long long a1, int a2) { long long v2; // rcx unsigned long long v4; // [rsp+8h] [rbp-18h] BYREF char v5; // [rsp+13h] [rbp-Dh] int v6; // [rsp+14h] [rbp-Ch] long long v7; // [rsp+18h] [rbp-8h] v7 = a1; v6 = a2; v4 = (unsigned long long)(1LL << (8 * (*(_BYTE *)(a1 + 992) ...
_ma_once_init_block_record: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x3e0] SUB EAX,0x1 SHL EAX,0x3 MOV EAX,EAX MOV ECX,EAX MOV EAX,0x1 SHL RAX,CL SHR RAX,0x1 MOV qword ptr [RBP + -0x18],RAX CMP qword ptr [RBP...
int1 _ma_once_init_block_record(long param_1,int4 param_2) { int8 uVar1; ulong local_20; int1 local_15; int4 local_14; long local_10; local_20 = (ulong)(1L << (((char)*(int4 *)(param_1 + 0x3e0) + -1) * '\b' & 0x3fU)) >> 1; if (local_20 == 0) { local_20 = 0xffffffffffffffff; } local_14 = param...
11,214
google::protobuf::(anonymous namespace)::IsMapFieldInApi(google::protobuf::FieldDescriptor const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/dynamic_message.cc
bool IsMapFieldInApi(const FieldDescriptor* field) { return field->is_map(); }
O3
cpp
google::protobuf::(anonymous namespace)::IsMapFieldInApi(google::protobuf::FieldDescriptor const*): pushq %rbx subq $0x10, %rsp movq %rdi, %rbx movq 0x18(%rdi), %rdi testq %rdi, %rdi je 0x60d1c leaq -0x260e9(%rip), %rax # 0x3ac20 leaq 0x8(%rsp), %rsi movq %rax, (%rsi) movq %rsp, %rdx movq %rbx, (%rdx) callq 0x3fc96 ...
_ZN6google8protobuf12_GLOBAL__N_115IsMapFieldInApiEPKNS0_15FieldDescriptorE: push rbx sub rsp, 10h mov rbx, rdi mov rdi, [rdi+18h] test rdi, rdi jz short loc_60D1C lea rax, _ZN6google8protobuf15FieldDescriptor12TypeOnceInitEPKS1_; google::protobuf::FieldDescriptor::TypeOnceInit(google::protob...
char google::protobuf::`anonymous namespace'::IsMapFieldInApi( google::protobuf::_anonymous_namespace_ *this, const google::protobuf::FieldDescriptor *a2, long long a3, long long a4, long long a5, long long a6) { long long v7; // rdi google::protobuf::_anonymous_name...
IsMapFieldInApi: PUSH RBX SUB RSP,0x10 MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x18] TEST RDI,RDI JZ 0x00160d1c LEA RAX,[0x13ac20] LEA RSI,[RSP + 0x8] MOV qword ptr [RSI],RAX MOV RDX,RSP MOV qword ptr [RDX],RBX CALL 0x0013fc96 LAB_00160d1c: CMP byte ptr [RBX + 0x2],0xb JNZ 0x00160d2c MOV RDI,RBX CALL 0x0011f720 JMP 0x0016...
/* google::protobuf::(anonymous namespace)::IsMapFieldInApi(google::protobuf::FieldDescriptor const*) */ int8 google::protobuf::(anonymous_namespace)::IsMapFieldInApi(FieldDescriptor *param_1) { int8 uVar1; FieldDescriptor *local_18; code *local_10; if (*(once_flag **)(param_1 + 0x18) != (once_flag *)0...
11,215
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::allocator<unsigned char>>, void>::json_value::json_...
llama.cpp/common/json.hpp
json_value(value_t t) { switch (t) { case value_t::object: { object = create<object_t>(); break; } case value_t::array: { array = create<array_t>()...
O3
cpp
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::allocator<unsigned char>>, void>::json_value::json_...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_valueC2ENS0_6detail7value_tE: push rbx mov rbx, rdi cmp esi, 8; switch 9 cases ja short def_85279; jumptable 0000000000085279 default case, cases 0...
long long 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>::json_value::json_value( _BYTE *a1, unsigned int a2) { long long result; // rax result = a2; ...
json_value: PUSH RBX MOV RBX,RDI CMP ESI,0x8 JA 0x0018527b MOV EAX,ESI LEA RCX,[0x21e8e8] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: MOV qword ptr [RBX],0x0 JMP 0x001852f4 caseD_1: MOV EDI,0x30 CALL 0x00121220 LEA RCX,[RAX + 0x8] XORPS XMM0,XMM0 MOVUPS xmmword ptr [RAX],XMM0 XOR EDX,EDX ...
/* 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>::json_value::json_value(nlohmann::json_abi_v3_11_3::detail::va...
11,216
findPeaks::_local_maxima_1d(std::vector<double, std::allocator<double>> const&)
giladroyz[P]FindPeaks/src/cpp/find_peaks.cpp
std::vector<lmr_peak_index_t> _local_maxima_1d(const std::vector<double> &x) { std::vector<lmr_peak_index_t> peaks; if (x.empty()) return peaks; size_t i_ahead; size_t i_max = x.size() - 1; for (size_t i = 1; i < i_max; i++) { // `i` is the Pointer to c...
O1
cpp
findPeaks::_local_maxima_1d(std::vector<double, std::allocator<double>> const&): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x20, %rsp movq %rdi, %rbx xorpd %xmm0, %xmm0 movupd %xmm0, (%rdi) movq $0x0, 0x10(%rdi) movq (%rsi), %rax movq 0x8(%rsi), %r12 cmpq %r12, %rax je 0x3cd82 subq %rax, %r12 sarq $0...
_ZN9findPeaks16_local_maxima_1dERKSt6vectorIdSaIdEE: push r15 push r14 push r13 push r12 push rbx sub rsp, 20h mov rbx, rdi xorpd xmm0, xmm0 movupd xmmword ptr [rdi], xmm0 mov qword ptr [rdi+10h], 0 mov rax, [rsi] mov r12, [rsi+8] cmp rax, r12 jz loc_3CD82 sub r12, rax...
long long findPeaks::_local_maxima_1d(long long a1, long long *a2) { long long v2; // r12 unsigned long long v3; // r12 long long v5; // rax long long v6; // rcx double v7; // xmm0_8 unsigned long long v8; // rsi long long v9; // rdx long long v10; // r13 double v11; // xmm1_8 long long v12; // rsi...
_local_maxima_1d: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x20 MOV RBX,RDI XORPD XMM0,XMM0 MOVUPD xmmword ptr [RDI],XMM0 MOV qword ptr [RDI + 0x10],0x0 MOV RAX,qword ptr [RSI] MOV R12,qword ptr [RSI + 0x8] CMP RAX,R12 JZ 0x0013cd82 SUB R12,RAX SAR R12,0x3 DEC R12 CMP R12,0x2 JC 0x0013cd82 MOV R14,RSI MOV E...
/* findPeaks::_local_maxima_1d(std::vector<double, std::allocator<double> > const&) */ findPeaks * __thiscall findPeaks::_local_maxima_1d(findPeaks *this,vector *param_1) { double *pdVar1; double dVar2; double dVar3; long lVar4; ulong *puVar5; ulong uVar6; ulong uVar7; ulong uVar8; ulong uVar9; u...
11,217
verify_accounts
corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_call.c
static bool verify_accounts(verify_ctx_t* ctx, ssz_ob_t accounts, bytes32_t state_root) { uint32_t len = ssz_len(accounts); bytes32_t root = {0}; bytes32_t code_hash_exepected = {0}; for (uint32_t i = 0; i < len; i++) { ssz_ob_t acc = ssz_at(accounts, i); if (!eth_verify_...
O0
c
verify_accounts: pushq %rbp movq %rsp, %rbp subq $0x100, %rsp # imm = 0x100 leaq 0x10(%rbp), %rax movq %rax, -0xe8(%rbp) movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq (%rax), %rcx movq %rcx, (%rsp) movq 0x8(%rax), %rcx movq %rcx, 0x8(%rsp) movq 0x10(%rax), %rax movq %rax, 0x10(%rsp) callq 0xa0830 movl %...
verify_accounts: push rbp mov rbp, rsp sub rsp, 100h lea rax, [rbp+arg_0] mov [rbp+var_E8], rax mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rcx, [rax] mov [rsp+100h+var_100], rcx mov rcx, [rax+8] mov [rsp+100h+var_F8], rcx mov rax, [rax+10h] mov [rsp+100h+var_F0], ...
char verify_accounts( long long a1, _QWORD *a2, int a3, _DWORD a4, int a5, int a6, long long a7, long long a8, long long a9) { int v9; // edx int v10; // r8d int v11; // r9d _QWORD *v12; // rax _BYTE v14[40]; // [rsp+30h] [rbp-D0h] BYREF...
verify_accounts: PUSH RBP MOV RBP,RSP SUB RSP,0x100 LEA RAX,[RBP + 0x10] MOV qword ptr [RBP + -0xe8],RAX MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RCX,qword ptr [RAX] MOV qword ptr [RSP],RCX MOV RCX,qword ptr [RAX + 0x8] MOV qword ptr [RSP + 0x8],RCX MOV RAX,qword ptr [RAX + 0x10] MOV qword pt...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ int1 verify_accounts(long param_1,int8 *param_2) { int iVar1; ulong uVar2; int8 in_stack_00000008; int8 in_stack_00000010; int8 in_stack_00000018; int8 uVar3; int8 uVar4; int8 uVar5; int1 local_d8 [40]; int4 local_b0 [2]; i...
11,218
THD::find_tmp_table_share_w_base_key(char const*, unsigned int)
eloqsql/sql/temporary_tables.cc
TMP_TABLE_SHARE *THD::find_tmp_table_share_w_base_key(const char *key, uint key_length) { DBUG_ENTER("THD::find_tmp_table_share_w_base_key"); TMP_TABLE_SHARE *share; TMP_TABLE_SHARE *result= NULL; bool locked; if (!has_temporary_tables()) { DBUG_RE...
O0
cpp
THD::find_tmp_table_share_w_base_key(char const*, unsigned int): pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x10(%rbp), %rdi movq %rdi, -0x50(%rbp) movq $0x0, -0x30(%rbp) callq 0x7f84a0 testb $0x1, %al jne 0x7f893b jmp 0x7f892e movq $0x0, -0x8(...
_ZN3THD31find_tmp_table_share_w_base_keyEPKcj: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rdi, [rbp+var_10]; this mov [rbp+var_50], rdi mov [rbp+var_30], 0 call _ZN3THD20has_temporary_tablesEv; THD::has_temporary_tables(...
long long THD::find_tmp_table_share_w_base_key(THD *this, const char *a2, unsigned int a3) { _BYTE v4[23]; // [rsp+8h] [rbp-48h] BYREF char v5; // [rsp+1Fh] [rbp-31h] long long v6; // [rsp+20h] [rbp-30h] long long v7; // [rsp+28h] [rbp-28h] unsigned int v8; // [rsp+34h] [rbp-1Ch] const char *v9; // [rsp+38...
start: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI JMP 0x007f890e LAB_007f890e: MOV RDI,qword ptr [0x016d0300] MOV RSI,qword ptr [RBP + -0x8] CALL 0x00ba6560 AND AL,0x1 ADD RSP,0x10 POP RBP RET
/* Events::start(int*) */ byte Events::start(int *param_1) { byte bVar1; bVar1 = Event_scheduler::start(scheduler,param_1); return bVar1 & 1; }
11,219
ma_compact_block_page
eloqsql/storage/maria/ma_blockrec.c
void _ma_compact_block_page(MARIA_SHARE *share, uchar *buff, uint rownr, my_bool extend_block, TrID min_read_from, uint min_row_length) { uint max_entry= (uint) buff[DIR_COUNT_OFFSET]; uint page_pos, next_free_pos, start_of_found_bl...
O3
c
ma_compact_block_page: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movl %ecx, -0x60(%rbp) movq %rsi, %r10 movzbl 0x8(%rsi), %eax movq %rax, -0x58(%rbp) movl 0x7bc(%rdi), %r11d leaq (%rsi,%r11), %rcx movq %rdx, -0x68(%rbp) leal (,%rdx,4), %eax subq %rax, %rcx movq %...
_ma_compact_block_page: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov dword ptr [rbp+var_60], ecx mov r10, rsi movzx eax, byte ptr [rsi+8] mov [rbp+var_58], rax mov r11d, [rdi+7BCh] lea rcx, [rsi+r11] mov [rbp+var_68], rdx lea ...
long long ma_compact_block_page(long long a1, long long a2, int a3, char a4, unsigned long long a5, unsigned int a6) { long long v6; // r10 long long v7; // r11 int v8; // esi unsigned __int16 *v9; // rdi unsigned int v10; // esi unsigned __int16 *v11; // r14 __int16 v12; // r15 unsigned int v13; // r1...
_ma_compact_block_page: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV dword ptr [RBP + -0x60],ECX MOV R10,RSI MOVZX EAX,byte ptr [RSI + 0x8] MOV qword ptr [RBP + -0x58],RAX MOV R11D,dword ptr [RDI + 0x7bc] LEA RCX,[RSI + R11*0x1] MOV qword ptr [RBP + -0x68],RDX LEA EAX,[RDX*0x4] SUB...
void _ma_compact_block_page (long param_1,long param_2,int param_3,char param_4,ulong param_5,uint param_6) { byte bVar1; ushort uVar2; ushort uVar3; ushort uVar4; long lVar5; uint uVar6; uint uVar7; uint uVar8; uint uVar9; uint uVar10; ulong uVar11; uint uVar12; ushort *puVar...
11,220
ma_tls_get_finger_print
eloqsql/libmariadb/libmariadb/secure/openssl.c
unsigned int ma_tls_get_finger_print(MARIADB_TLS *ctls, char *fp, unsigned int len) { X509 *cert= NULL; MYSQL *mysql; unsigned int fp_len; if (!ctls || !ctls->ssl) return 0; mysql= SSL_get_app_data(ctls->ssl); if (!(cert= SSL_get_peer_certificate(ctls->ssl))) { my_set_error(mysql, CR_SSL_CONNEC...
O3
c
ma_tls_get_finger_print: xorl %eax, %eax testq %rdi, %rdi je 0x2d2aa pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rdi, %rbx movq 0x10(%rdi), %rdi testq %rdi, %rdi je 0x2d29e movl %edx, %r12d movq %rsi, %r15 xorl %esi, %esi callq 0x13160 movq %rax, %r14 movq 0x10(%rbx), %...
ma_tls_get_finger_print: xor eax, eax test rdi, rdi jz locret_2D2AA push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 10h mov rbx, rdi mov rdi, [rdi+10h] test rdi, rdi jz loc_2D29E mov r12d, edx mov r15, rsi xor esi, esi call _SSL_get_ex...
long long ma_tls_get_finger_print(long long a1, long long a2, unsigned int a3) { long long result; // rax long long v5; // rdi long long v7; // r14 long long v8; // rbx long long v9; // rax unsigned int v10; // [rsp-2Ch] [rbp-2Ch] BYREF result = 0LL; if ( a1 ) { v5 = *(_QWORD *)(a1 + 16); if...
ma_tls_get_finger_print: XOR EAX,EAX TEST RDI,RDI JZ 0x0012d2aa PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x10] TEST RDI,RDI JZ 0x0012d29e MOV R12D,EDX MOV R15,RSI XOR ESI,ESI CALL 0x00113160 MOV R14,RAX MOV RDI,qword ptr [RBX + 0x10] CALL 0x00113820 MOV ...
int4 ma_tls_get_finger_print(long param_1,uchar *param_2,uint param_3) { int iVar1; void *pvVar2; X509 *data; EVP_MD *type; char *pcVar3; uint local_2c; if ((param_1 != 0) && (*(SSL **)(param_1 + 0x10) != (SSL *)0x0)) { pvVar2 = SSL_get_ex_data(*(SSL **)(param_1 + 0x10),0); data = (X509 *)SSL...
11,221
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
json_value(value_t t) { switch (t) { case value_t::object: { object = create<object_t>(); break; } case value_t::array: { array = create<array_t>()...
O2
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_valueC2ENS0_6detail7value_tE: push rbx mov rbx, rdi cmp esi, 8; switch 9 cases ja short def_3DAD3; jumptable 000000000003DAD3 default c...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::json_value::json_value( _BYTE *a1, unsigned int a2) { long long r...
json_value: PUSH RBX MOV RBX,RDI CMP ESI,0x8 JA 0x0013dad5 MOV EAX,ESI LEA RCX,[0x1ac350] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: AND qword ptr [RBX],0x0 JMP 0x0013db04 caseD_1: CALL 0x0013db06 JMP 0x0013db01 caseD_4: MOV byte ptr [RBX],0x0 JMP 0x0013db04 caseD_2: CALL 0x0013db48 JMP ...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::json_value::json_value(nlohman...
11,222
bf_exp_internal
bluesky950520[P]quickjs/libbf.c
static int bf_exp_internal(bf_t *r, const bf_t *a, limb_t prec, void *opaque) { bf_context_t *s = r->ctx; bf_t T_s, *T = &T_s; slimb_t n, K, l, i, prec1; assert(r != a); /* argument reduction: T = a - n*log(2) with 0 <= T < log(2) and n integer. */ bf_init(s, T); if (a->expn <= ...
O2
c
bf_exp_internal: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %rdx, %r14 movq %rsi, %rbp movq %rdi, %rbx movabsq $-0x8000000000000000, %rax # imm = 0x8000000000000000 movq (%rdi), %rcx movq %rcx, 0x18(%rsp) movq %rcx, 0x20(%rsp) andl $0x0, 0x28(%rsp) movq %rax, 0x30(%rsp) xorp...
bf_exp_internal: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r14, rdx mov rbp, rsi mov rbx, rdi mov rax, 8000000000000000h mov rcx, [rdi] mov [rsp+0A8h+var_90], rcx mov [rsp+0A8h+var_88], rcx and [rsp+0A8h+var_80], 0 mov [rsp+0A8h+var_...
long long bf_exp_internal(long long *a1, long long a2, long long a3) { long long v4; // r13 long long v5; // rax signed long long v6; // rbp unsigned long long v7; // rax signed long long v8; // r15 long long v9; // r12 signed long long v10; // r14 signed long long v13; // [rsp+10h] [rbp-98h] long lo...
bf_exp_internal: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R14,RDX MOV RBP,RSI MOV RBX,RDI MOV RAX,-0x8000000000000000 MOV RCX,qword ptr [RDI] MOV qword ptr [RSP + 0x18],RCX MOV qword ptr [RSP + 0x20],RCX AND dword ptr [RSP + 0x28],0x0 MOV qword ptr [RSP + 0x30],RAX XORPS XMM0,XMM0 MOVUPS x...
int8 bf_exp_internal(int8 *param_1,long param_2,long param_3) { int8 uVar1; long lVar2; ulong uVar3; ulong uVar4; long lVar5; long lVar6; int8 local_88; int4 local_80; int8 local_78; int8 local_70; int8 uStack_68; long local_60; int8 local_58; int4 local_50; int8 local_48; int8 local_4...
11,223
Parser::Parser(std::vector<Token, std::allocator<Token>>)
BhuvanGudi[P]LexiParse/src/parser.hpp
explicit Parser(std::vector<Token> tokens) : m_tokens(std::move(tokens)) , m_allocator(1024 * 1024 * 4) // 4 mb { }
O3
cpp
Parser::Parser(std::vector<Token, std::allocator<Token>>): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movups (%rsi), %xmm0 movups %xmm0, (%rdi) movq 0x10(%rsi), %rax movq %rax, 0x10(%rdi) xorl %eax, %eax movq %rax, 0x10(%rsi) xorps %xmm0, %xmm0 movups %xmm0, (%rsi) movq %rax, 0x18(%rdi) movq $0x400000, 0x20(%rdi)...
_ZN6ParserC2ESt6vectorI5TokenSaIS1_EE: push r14 push rbx push rax mov rbx, rdi movups xmm0, xmmword ptr [rsi] movups xmmword ptr [rdi], xmm0 mov rax, [rsi+10h] mov [rdi+10h], rax xor eax, eax mov [rsi+10h], rax xorps xmm0, xmm0 movups xmmword ptr [rsi], xmm0 mov [rdi+18h], rax mov ...
long long Parser::Parser(long long a1, long long a2) { long long result; // rax *(_OWORD *)a1 = *(_OWORD *)a2; *(_QWORD *)(a1 + 16) = *(_QWORD *)(a2 + 16); *(_QWORD *)(a2 + 16) = 0LL; *(_OWORD *)a2 = 0LL; *(_QWORD *)(a1 + 24) = 0LL; *(_QWORD *)(a1 + 32) = 0x400000LL; result = operator new[](0x400000uL...
Parser: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOVUPS XMM0,xmmword ptr [RSI] MOVUPS xmmword ptr [RDI],XMM0 MOV RAX,qword ptr [RSI + 0x10] MOV qword ptr [RDI + 0x10],RAX XOR EAX,EAX MOV qword ptr [RSI + 0x10],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RSI],XMM0 MOV qword ptr [RDI + 0x18],RAX MOV qword ptr [RDI + 0x20],0x40...
/* Parser::Parser(std::vector<Token, std::allocator<Token> >) */ void __thiscall Parser::Parser(Parser *this,int8 *param_2) { int8 uVar1; void *pvVar2; uVar1 = param_2[1]; *(int8 *)this = *param_2; *(int8 *)(this + 8) = uVar1; *(int8 *)(this + 0x10) = param_2[2]; param_2[2] = 0; *param_2 = 0; pa...
11,224
mysql_once_init
eloqsql/libmariadb/libmariadb/mariadb_lib.c
static int mysql_once_init() #else static void mysql_once_init() #endif { ma_init(); /* Will init threads */ init_client_errs(); get_default_configuration_dirs(); set_default_charset_by_name(MARIADB_DEFAULT_CHARSET, 0); if (mysql_client_plugin_init()) { #ifdef _WIN32 return 1; #else return; #end...
O0
c
mysql_once_init: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp callq 0x3fbb0 callq 0x625d0 movb $0x0, %al callq 0x61700 leaq 0x2da9a(%rip), %rdi # 0x6ae8a xorl %esi, %esi callq 0x61640 movb $0x0, %al callq 0x4fec0 cmpl $0x0, %eax je 0x3d408 jmp 0x3d508 leaq 0x43fc1(%rip), %rax # 0x813d0 cmpl $0x0, (%rax) jne 0x3d...
mysql_once_init: push rbp mov rbp, rsp sub rsp, 20h call ma_init call init_client_errs mov al, 0 call get_default_configuration_dirs lea rdi, aUtf8mb4; "utf8mb4" xor esi, esi call set_default_charset_by_name mov al, 0 call mysql_client_plugin_init cmp eax, 0 jz short l...
long long mysql_once_init() { long long result; // rax long long v1; // [rsp+8h] [rbp-18h] long long v2; // [rsp+10h] [rbp-10h] long long v3; // [rsp+18h] [rbp-8h] ma_init(); init_client_errs(); get_default_configuration_dirs(); set_default_charset_by_name("utf8mb4", 0LL); result = mysql_client_plugi...
mysql_once_init: PUSH RBP MOV RBP,RSP SUB RSP,0x20 CALL 0x0013fbb0 CALL 0x001625d0 MOV AL,0x0 CALL 0x00161700 LEA RDI,[0x16ae8a] XOR ESI,ESI CALL 0x00161640 MOV AL,0x0 CALL 0x0014fec0 CMP EAX,0x0 JZ 0x0013d408 JMP 0x0013d508 LAB_0013d408: LEA RAX,[0x1813d0] CMP dword ptr [RAX],0x0 JNZ 0x0013d485 LEA RAX,[0x1813d0] MOV ...
void mysql_once_init(void) { uint16_t uVar1; int iVar2; servent *psVar3; char *__nptr; char *local_20; ma_init(); init_client_errs(); get_default_configuration_dirs(); set_default_charset_by_name("utf8mb4",0); iVar2 = mysql_client_plugin_init(); if (iVar2 == 0) { if (mysql_port == 0) { ...
11,225
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 key(string_t& val) { BasicJsonType k = BasicJsonType(val); // check callback for key const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); key_keep_stack.push_back(keep); // add discarded value at given key and store the reference for l...
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_IhSaIhEEvEEE3keyERSB_: push rbp push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi lea rdi, [rs...
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>>::key( long long...
key: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI LEA RDI,[RSP + 0x10] CALL 0x0016d132 MOV RAX,qword ptr [RBX + 0x10] SUB RAX,qword ptr [RBX + 0x8] SHR RAX,0x3 MOV dword ptr [RSP + 0xc],EAX MOV byte ptr [RSP + 0xb],0x4 CMP qword ptr [RBX + 0x90],0x0 JZ 0x0016a5f0 LEA RDI,[RBX + 0x80] LAB_0016a550: LE...
/* 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...
11,226
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
json_value(value_t t) { switch (t) { case value_t::object: { object = create<object_t>(); break; } case value_t::array: { array = create<array_t>()...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_valueC2ENS0_6detail7value_tE: push rbx mov rbx, rdi cmp esi, 8; switch 9 cases ja short def_5B38D; jumptable 000000000005B38D default c...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::json_value::json_value( _BYTE *a1, unsigned int a2) { long long r...
json_value: PUSH RBX MOV RBX,RDI CMP ESI,0x8 JA 0x0015b38f MOV EAX,ESI LEA RCX,[0x1e8b60] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: MOV qword ptr [RBX],0x0 JMP 0x0015b3e7 caseD_1: MOV EDI,0x20 JMP 0x0015b3a9 caseD_4: MOV byte ptr [RBX],0x0 JMP 0x0015b3e7 caseD_2: MOV EDI,0x18 LAB_0015b3...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::json_value::json_value(nlohman...
11,227
alloc_root
eloqsql/mysys/my_alloc.c
void *alloc_root(MEM_ROOT *mem_root, size_t length) { #if defined(HAVE_valgrind) && defined(EXTRA_DEBUG) reg1 USED_MEM *next; DBUG_ENTER("alloc_root"); DBUG_PRINT("enter",("root: %p", mem_root)); DBUG_ASSERT(alloc_root_inited(mem_root)); DBUG_EXECUTE_IF("simulate_out_of_memory", { ...
O3
c
alloc_root: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rsi, %r14 movq %rdi, %rbx addq $0x7, %r14 andq $-0x8, %r14 movq (%rdi), %rax movq %rdi, %r12 testq %rax, %rax je 0x31176 cmpq %r14, 0x8(%rax) jae 0x3115d movl 0x2c(%rbx), %ecx leal 0x1(%rcx), %edx movl %edx, 0x2c(%rbx) cmpl $0xa, %...
alloc_root: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov r14, rsi mov rbx, rdi add r14, 7 and r14, 0FFFFFFFFFFFFFFF8h mov rax, [rdi] mov r12, rdi test rax, rax jz short loc_31176 cmp [rax+8], r14 jnb short loc_3115D mov ecx, [rbx+2Ch] lea ...
char * alloc_root(long long a1, long long a2) { unsigned long long v2; // r14 _QWORD *v3; // rax _QWORD *v4; // r12 unsigned int v5; // ecx _QWORD *v6; // rax unsigned long long v7; // rdx long long v8; // rdx unsigned long long v9; // r15 char *v10; // rcx unsigned long long v11; // rdx void (*v1...
alloc_root: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R14,RSI MOV RBX,RDI ADD R14,0x7 AND R14,-0x8 MOV RAX,qword ptr [RDI] MOV R12,RDI TEST RAX,RAX JZ 0x00131176 CMP qword ptr [RAX + 0x8],R14 JNC 0x0013115d MOV ECX,dword ptr [RBX + 0x2c] LEA EDX,[RCX + 0x1] MOV dword ptr [RBX + 0x2c],EDX CMP ECX,0xa ...
long alloc_root(long *param_1,long param_2) { uint uVar1; long *plVar2; long lVar3; long *plVar4; long *plVar5; ulong uVar6; ulong uVar7; uVar6 = param_2 + 7U & 0xfffffffffffffff8; plVar2 = (long *)*param_1; plVar5 = param_1; if (plVar2 == (long *)0x0) { LAB_00131176: uVar7 = (ulong)(*(ui...
11,228
maria_rtree_find_first
eloqsql/storage/maria/ma_rt_index.c
int maria_rtree_find_first(MARIA_HA *info, MARIA_KEY *key, uint32 search_flag) { my_off_t root; uint nod_cmp_flag; MARIA_KEYDEF *keyinfo= key->keyinfo; /* At the moment index can only properly handle the MBR_INTERSECT, so we use it for all sorts of queries. TODO: better searsh for CONTAINS/WITHIN. ...
O0
c
maria_rtree_find_first: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x18(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x38(%rbp) movl $0x400, -0x2c(%rbp) # imm = 0x400 movl $0x400, -0x1c(%rbp) # imm = 0x400 movq -0x10(%rbp), %rax movq (%...
maria_rtree_find_first: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rax, [rbp+var_18] mov rax, [rax+8] mov [rbp+var_38], rax mov [rbp+var_2C], 400h mov [rbp+var_1C], 400h mov rax, [rbp+var_10] mov rax, [rax] ...
long long maria_rtree_find_first(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6) { long long v6; // rcx long long v8; // [rsp+8h] [rbp-38h] long long v9; // [rsp+18h] [rbp-28h] v8 = *(_QWORD *)(a2 + 8); v6 = *(unsigned __int8 *)(v8 + 165); v9 = *(_QWORD *)(*(_QWORD *)(*...
maria_rtree_find_first: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x38],RAX MOV dword ptr [RBP + -0x2c],0x400 MOV dword ptr [RBP + -0x1c],0x400 MOV ...
int4 maria_rtree_find_first(long *param_1,int8 *param_2) { long lVar1; long lVar2; int4 *puVar3; int4 local_c; lVar1 = param_2[1]; lVar2 = *(long *)(*(long *)(*param_1 + 0x118) + (ulong)*(byte *)(lVar1 + 0xa5) * 8); if (lVar2 == -1) { puVar3 = (int4 *)_my_thread_var(); *puVar3 = 0x89; loc...
11,229
maria_rtree_find_first
eloqsql/storage/maria/ma_rt_index.c
int maria_rtree_find_first(MARIA_HA *info, MARIA_KEY *key, uint32 search_flag) { my_off_t root; uint nod_cmp_flag; MARIA_KEYDEF *keyinfo= key->keyinfo; /* At the moment index can only properly handle the MBR_INTERSECT, so we use it for all sorts of queries. TODO: better searsh for CONTAINS/WITHIN. ...
O3
c
maria_rtree_find_first: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq 0x8(%rsi), %rbx movq (%rdi), %rax movq 0x118(%rax), %rax movzbl 0xa5(%rbx), %ecx movq (%rax,%rcx,8), %r12 cmpq $-0x1, %r12 je 0x84d9a movq %rsi, %r15 movq %rdi, %r14 movq 0x398(%rdi), %rdi movq (%rsi), %rsi movl 0x14(%r1...
maria_rtree_find_first: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov rbx, [rsi+8] mov rax, [rdi] mov rax, [rax+118h] movzx ecx, byte ptr [rbx+0A5h] mov r12, [rax+rcx*8] cmp r12, 0FFFFFFFFFFFFFFFFh jz short loc_84D9A mov r15, rsi mov r14, rdi mov ...
long long maria_rtree_find_first(long long a1, long long a2) { long long v2; // rbx long long v3; // r12 v2 = *(_QWORD *)(a2 + 8); v3 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 280LL) + 8LL * *(unsigned __int8 *)(v2 + 165)); if ( v3 == -1 ) { *(_DWORD *)my_thread_var(a1) = 137; return 0xFFFFFFFFLL;...
maria_rtree_find_first: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV RBX,qword ptr [RSI + 0x8] MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0x118] MOVZX ECX,byte ptr [RBX + 0xa5] MOV R12,qword ptr [RAX + RCX*0x8] CMP R12,-0x1 JZ 0x00184d9a MOV R15,RSI MOV R14,RDI MOV RDI,qword ptr [RDI + 0x398] MOV ...
int8 maria_rtree_find_first(long *param_1,int8 *param_2) { long lVar1; long lVar2; int8 uVar3; int4 *puVar4; lVar1 = param_2[1]; lVar2 = *(long *)(*(long *)(*param_1 + 0x118) + (ulong)*(byte *)(lVar1 + 0xa5) * 8); if (lVar2 != -1) { memcpy((void *)param_1[0x73],(void *)*param_2, (ulong...
11,230
my_wc_mb_utf8mb4
eloqsql/strings/ctype-utf8.c
static int my_wc_mb_utf8mb4(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *r, uchar *e) { int count; if (r >= e) return MY_CS_TOOSMALL; if (wc < 0x80) count= 1; else if (wc < 0x800) count= 2; else if (wc < 0x10000) count= 3; else if (wc < 0x200000) count=...
O3
c
my_wc_mb_utf8mb4: pushq %rbp movq %rsp, %rbp movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x2fd5c movl $0x1, %edi cmpq $0x80, %rsi jb 0x2fcf5 movl $0x2, %edi cmpq $0x800, %rsi # imm = 0x800 jb 0x2fcf5 movl $0x3, %edi cmpq $0x10000, %rsi # imm = 0x10000 jb 0x2fcf5 xorl %eax, %e...
my_wc_mb_utf8mb4: push rbp mov rbp, rsp mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb loc_2FD5C mov edi, 1 cmp rsi, 80h jb short loc_2FCF5 mov edi, 2 cmp rsi, 800h jb short loc_2FCF5 mov edi, 3 cmp rsi, 10000h jb short loc_2FCF5 xor eax, eax mov edi, 4 cmp rs...
long long my_wc_mb_utf8mb4(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax unsigned int v5; // edi result = 4294967195LL; if ( (unsigned long long)a3 < a4 ) { v5 = 1; if ( a2 < 0x80 || (v5 = 2, a2 < 0x800) || (v5 = 3, a2 < 0x10000) ...
my_wc_mb_utf8mb4: PUSH RBP MOV RBP,RSP MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0012fd5c MOV EDI,0x1 CMP RSI,0x80 JC 0x0012fcf5 MOV EDI,0x2 CMP RSI,0x800 JC 0x0012fcf5 MOV EDI,0x3 CMP RSI,0x10000 JC 0x0012fcf5 XOR EAX,EAX MOV EDI,0x4 CMP RSI,0x1fffff JA 0x0012fd5c LAB_0012fcf5: MOV EAX,EDI ADD RAX,RDX CMP RAX,RCX JBE 0x001...
ulong my_wc_mb_utf8mb4(int8 param_1,ulong param_2,ulong param_3,ulong param_4) { ulong uVar1; long lVar2; uVar1 = 0xffffff9b; if (param_3 < param_4) { lVar2 = 1; if ((((0x7f < param_2) && (lVar2 = 2, 0x7ff < param_2)) && (lVar2 = 3, 0xffff < param_2)) && (lVar2 = 4, 0x1fffff < param_2)) { ...
11,231
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/surfaceFactory.cpp
int SurfaceFactory::gatherFaceNeighborhoodIndices(Index faceIndex, FaceTopology const & faceTopology, FVarID const * fvarPtrOrVtx, Index controlIndices[]) const { int faceSize = faceTopology.GetFaceSize(); Index * indices = controlIndices; int nIndices = 0...
O1
cpp
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %esi, 0x4(%rsp) movq %rdx, 0x10(%rsp) movslq 0x8(%rdx), %rax movq %rax, 0x8(%rsp) te...
_ZNK10OpenSubdiv6v3_6_03Bfr14SurfaceFactory29gatherFaceNeighborhoodIndicesEiRKNS1_12FaceTopologyEPKlPi: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rsp+48h+var_44], esi mov [rsp+48h+var_38], rdx movsxd rax, dword ptr [rdx+8] mov [rsp+48h+var_40], rax test ...
long long OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices( OpenSubdiv::v3_6_0::Bfr::SurfaceFactory *this, unsigned int a2, const OpenSubdiv::v3_6_0::Bfr::FaceTopology *a3, const long long *a4, int *a5) { long long v7; // rbp long long v8; // r15 unsi...
gatherFaceNeighborhoodIndices: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV dword ptr [RSP + 0x4],ESI MOV qword ptr [RSP + 0x10],RDX MOVSXD RAX,dword ptr [RDX + 0x8] MOV qword ptr [RSP + 0x8],RAX TEST RAX,RAX JLE 0x0019dd0c MOV RBX,R8 MOV R14,RCX MOV R12,RDI XOR EBP,EBP MOV R15D,0xa0 XOR R13D,...
/* OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const */ int __thiscall OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices (SurfaceFactory *this,int param_1,FaceTopology *param_2,long *para...
11,232
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/surfaceFactory.cpp
int SurfaceFactory::gatherFaceNeighborhoodIndices(Index faceIndex, FaceTopology const & faceTopology, FVarID const * fvarPtrOrVtx, Index controlIndices[]) const { int faceSize = faceTopology.GetFaceSize(); Index * indices = controlIndices; int nIndices = 0...
O3
cpp
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %esi, 0x4(%rsp) movq %rdx, 0x10(%rsp) movslq 0x8(%rdx), %rax movq %rax, 0x8(%rsp) te...
_ZNK10OpenSubdiv6v3_6_03Bfr14SurfaceFactory29gatherFaceNeighborhoodIndicesEiRKNS1_12FaceTopologyEPKlPi: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rsp+48h+var_44], esi mov [rsp+48h+var_38], rdx movsxd rax, dword ptr [rdx+8] mov [rsp+48h+var_40], rax test ...
long long OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices( OpenSubdiv::v3_6_0::Bfr::SurfaceFactory *this, unsigned int a2, const OpenSubdiv::v3_6_0::Bfr::FaceTopology *a3, const long long *a4, int *a5) { long long v7; // rbp long long v8; // r15 unsi...
gatherFaceNeighborhoodIndices: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV dword ptr [RSP + 0x4],ESI MOV qword ptr [RSP + 0x10],RDX MOVSXD RAX,dword ptr [RDX + 0x8] MOV qword ptr [RSP + 0x8],RAX TEST RAX,RAX JLE 0x001a0802 MOV RBX,R8 MOV R14,RCX MOV R12,RDI XOR EBP,EBP MOV R15D,0xa0 XOR R13D,...
/* OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices(int, OpenSubdiv::v3_6_0::Bfr::FaceTopology const&, long const*, int*) const */ int __thiscall OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::gatherFaceNeighborhoodIndices (SurfaceFactory *this,int param_1,FaceTopology *param_2,long *para...
11,233
minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>...
monkey531[P]llama/common/minja.hpp
SetNode(const Location & location, const std::string & ns, const std::vector<std::string> & vns, std::shared_ptr<Expression> && v) : TemplateNode(location), ns(ns), var_names(vns), value(std::move(v)) {}
O3
cpp
minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>...
_ZN5minja7SetNodeC2ERKNS_8LocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS9_SaIS9_EEOSt10shared_ptrINS_10ExpressionEE: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r14, r8 mov r15, rcx mov rbx, rdi lea r13, _ZTVN5minja12TemplateNodeE...
long long minja::SetNode::SetNode(long long a1, _QWORD *a2, long long a3, _QWORD *a4, __int128 *a5) { long long v7; // rax long long result; // rax __int128 v9; // xmm0 *(_QWORD *)a1 = &`vtable for'minja::TemplateNode + 2; *(_QWORD *)(a1 + 8) = *a2; v7 = a2[1]; *(_QWORD *)(a1 + 16) = v7; if ( v7 ) {...
SetNode: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,R8 MOV R15,RCX MOV RBX,RDI LEA R13,[0x239fc8] ADD R13,0x10 MOV qword ptr [RDI],R13 MOV RAX,qword ptr [RSI] MOV qword ptr [RDI + 0x8],RAX MOV RAX,qword ptr [RSI + 0x8] MOV qword ptr [RDI + 0x10],RAX TEST RAX,RAX JZ 0x001abe8f MOV RCX,qword p...
/* minja::SetNode::SetNode(minja::Location const&, std::__cxx11::string const&, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&, std::shared_ptr<minja::Expression>&&) */ void __thiscall minja::SetNode::SetNode (SetNode *this,Location *param_1,string *param_2,vector *pa...
11,234
read_pack_length
eloqsql/storage/myisam/mi_packrec.c
static uint read_pack_length(uint version, const uchar *buf, ulong *length) { if (buf[0] < 254) { *length= buf[0]; return 1; } else if (buf[0] == 254) { *length= uint2korr(buf + 1); return 3; } if (version == 1) /* old format */ { *length= uint3korr(buf + 1); return 4; } else...
O0
c
read_pack_length: pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rax movzbl (%rax), %eax cmpl $0xfe, %eax jge 0xbbb96 movq -0x10(%rbp), %rax movzbl (%rax), %eax movl %eax, %ecx movq -0x18(%rbp), %rax movq %rcx, (%rax) movl $0x1, -0x4(%rbp) jmp 0xbbc13 m...
read_pack_length_0: push rbp mov rbp, rsp mov [rbp+var_8], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_10] movzx eax, byte ptr [rax] cmp eax, 0FEh jge short loc_BBB96 mov rax, [rbp+var_10] movzx eax, byte ptr [rax] mov ecx, eax mov rax, [rbp+var_18] m...
long long read_pack_length_0(int a1, unsigned __int8 *a2, _QWORD *a3) { if ( *a2 >= 0xFEu ) { if ( *a2 == 254 ) { *a3 = *(unsigned __int16 *)(a2 + 1); return 3; } else if ( a1 == 1 ) { *a3 = (a2[3] << 16) | (unsigned int)*(unsigned __int16 *)(a2 + 1); return 4; } ...
read_pack_length: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x8],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] CMP EAX,0xfe JGE 0x001bbb96 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] MOV ECX,EAX MOV RAX,qword ptr [RBP + -0x18] ...
int4 read_pack_length(int param_1,byte *param_2,ulong *param_3) { int4 local_c; if (*param_2 < 0xfe) { *param_3 = (ulong)*param_2; local_c = 1; } else if (*param_2 == 0xfe) { *param_3 = (ulong)*(ushort *)(param_2 + 1); local_c = 3; } else if (param_1 == 1) { *param_3 = (ulong)*(uint...
11,235
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
iterator insert(const_iterator pos, const basic_json& val) { // insert only works for arrays if (JSON_HEDLEY_LIKELY(is_array())) { // check if iterator pos fits to this JSON value if (JSON_HEDLEY_UNLIKELY(pos.m_object != this)) { JSON_THROW...
O2
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE6insertENS0_6detail9iter_implIKSD_EERSG_: push rbp; char push r14; int push rbx; int sub rsp, 50h mov r14, rsi cmp byte ptr [rsi], 2 jnz ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::insert( long long a1, unsigned __int8 *a2, long long a3) { ...
insert: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x50 MOV R14,RSI CMP byte ptr [RSI],0x2 JNZ 0x0017df44 MOV RSI,qword ptr [RDX] CMP RSI,R14 JNZ 0x0017dfa2 MOV RBX,RDI LEA RAX,[RSP + 0x30] MOV qword ptr [RAX],RSI MOVUPS XMM0,xmmword ptr [RDX + 0x8] MOVUPS xmmword ptr [RAX + 0x8],XMM0 MOV RDX,qword ptr [RDX + 0x18] MOV qword p...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::insert(nlohmann::json_abi_v...
11,236
ggml_compute_forward_win_unpart
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
void ggml_compute_forward_win_unpart( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_win_unpart_f32(params, dst); } break; ...
O1
cpp
ggml_compute_forward_win_unpart: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq 0x98(%rsi), %rax movq %rax, 0x8(%rsp) cmpl $0x0, (%rax) jne 0x45728 movq 0x18(%rsi), %rcx movq 0x20(%rsi), %rdi movslq 0x54(%rsi), %r15 movq %rcx, %rax cqto idivq %r15 movq %r15, %rax subq %rdx, %rax...
ggml_compute_forward_win_unpart: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov rax, [rsi+98h] mov [rsp+58h+var_50], rax cmp dword ptr [rax], 0 jnz loc_45728 mov rcx, [rsi+18h] mov rdi, [rsi+20h] movsxd r15, dword ptr [rsi+54h] mov rax, rcx cqo ...
long long ggml_compute_forward_win_unpart(long long a1, long long a2) { long long v2; // rcx long long v3; // r15 long long result; // rax long long v5; // r12 long long v6; // r13 long long v7; // rbp long long v8; // r14 long long i; // r8 long long v10; // rdi long long j; // r9 long long v16;...
ggml_compute_forward_win_unpart: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RAX,qword ptr [RSI + 0x98] MOV qword ptr [RSP + 0x8],RAX CMP dword ptr [RAX],0x0 JNZ 0x00145728 MOV RCX,qword ptr [RSI + 0x18] MOV RDI,qword ptr [RSI + 0x20] MOVSXD R15,dword ptr [RSI + 0x54] MOV RAX,RCX CQO IDIV R15...
void ggml_compute_forward_win_unpart(int8 param_1,long param_2) { int *piVar1; long lVar2; long lVar3; long lVar4; long lVar5; long lVar6; long lVar7; long lVar8; long lVar9; long lVar10; long lVar11; long lVar12; long lVar13; long lVar14; long local_58; int local_38; piVar1 = *(i...
11,237
ggml_compute_forward_win_unpart
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
void ggml_compute_forward_win_unpart( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_win_unpart_f32(params, dst); } break; ...
O2
cpp
ggml_compute_forward_win_unpart: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq 0x98(%rsi), %rax cmpl $0x0, (%rax) jne 0x40f3f movq 0x10(%rax), %rdx movq %rdx, 0x30(%rsp) movq 0x18(%rax), %r15 movq %rax, %r14 movq 0x20(%rax), %r12 movq 0x10(%rsi), %r9 movq 0x18(%rsi), %r10 movq ...
ggml_compute_forward_win_unpart: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov rax, [rsi+98h] cmp dword ptr [rax], 0 jnz loc_40F3F mov rdx, [rax+10h] mov [rsp+68h+var_38], rdx mov r15, [rax+18h] mov r14, rax mov r12, [rax+20h] mov r9, [r...
long long ggml_compute_forward_win_unpart(long long a1, long long a2) { long long v2; // rax long long v3; // r15 long long v4; // r14 long long v5; // r12 long long v6; // r9 long long v7; // r10 long long v8; // rbp long long v9; // rcx long long result; // rax long long v11; // r13 long long i...
ggml_compute_forward_win_unpart: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV RAX,qword ptr [RSI + 0x98] CMP dword ptr [RAX],0x0 JNZ 0x00140f3f MOV RDX,qword ptr [RAX + 0x10] MOV qword ptr [RSP + 0x30],RDX MOV R15,qword ptr [RAX + 0x18] MOV R14,RAX MOV R12,qword ptr [RAX + 0x20] MOV R9,qword p...
void ggml_compute_forward_win_unpart(int8 param_1,long param_2) { int *piVar1; long lVar2; long lVar3; long lVar4; ulong uVar5; ulong uVar6; ulong uVar7; ulong uVar8; long lVar9; ulong uVar10; ulong uVar11; long lVar12; long lVar13; piVar1 = *(int **)(param_2 + 0x98); if (*piVar1 == 0...
11,238
psi_cond_wait
eloqsql/mysys/my_thr_init.c
ATTRIBUTE_COLD int psi_cond_wait(mysql_cond_t *that, mysql_mutex_t *mutex, const char *file, uint line) { PSI_cond_locker_state state; PSI_cond_locker *locker= PSI_COND_CALL(start_cond_wait) (&state, that->m_psi, mutex->m_psi, PSI_COND_WAIT, file, line); int result= my_cond_wa...
O0
c
psi_cond_wait: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) leaq 0x1a6722(%rip), %rax # 0x1cc810 movq (%rax), %rax movq 0x1c0(%rax), %rax movq -0x8(%rbp), %rcx movq 0x30(%rcx), %rsi movq -0x10(%rbp), %rcx movq 0x40(%rcx), %rdx ...
psi_cond_wait: push rbp mov rbp, rsp sub rsp, 70h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx lea rax, PSI_server mov rax, [rax] mov rax, [rax+1C0h] mov rcx, [rbp+var_8] mov rsi, [rcx+30h] mov rcx, [rbp+var_10] mov rdx, [r...
long long psi_cond_wait(long long a1, long long a2, long long a3, unsigned int a4) { unsigned int v5; // [rsp+Ch] [rbp-64h] long long v6; // [rsp+10h] [rbp-60h] _BYTE v7[60]; // [rsp+18h] [rbp-58h] BYREF unsigned int v8; // [rsp+54h] [rbp-1Ch] long long v9; // [rsp+58h] [rbp-18h] long long v10; // [rsp+60h...
psi_cond_wait: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX LEA RAX,[0x2cc810] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x1c0] MOV RCX,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RCX + 0x30] MOV RCX...
int psi_cond_wait(pthread_cond_t *param_1,pthread_mutex_t *param_2,int8 param_3, int4 param_4) { int iVar1; long lVar2; int1 local_60 [60]; int4 local_24; int8 local_20; pthread_mutex_t *local_18; pthread_cond_t *local_10; local_24 = param_4; local_20 = param_3; local_18 = para...
11,239
maria_rtree_fill_reinsert_list
eloqsql/storage/maria/ma_rt_index.c
static my_bool maria_rtree_fill_reinsert_list(stPageList *ReinsertList, my_off_t page, int level) { DBUG_ENTER("maria_rtree_fill_reinsert_list"); DBUG_PRINT("rtree", ("page: %lu level: %d", (ulong) page, level)); if (ReinsertList->n_pages == ReinsertList->m_pages) ...
O0
c
maria_rtree_fill_reinsert_list: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) jmp 0x7eaa5 movq -0x10(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rcx cmpl 0x4(%rcx), %eax jne 0x7eaf4 movq -0x10(%rbp), %rax movl 0x4(%rax), %ecx addl $0xa, %ecx movl %...
maria_rtree_fill_reinsert_list: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx jmp short $+2 loc_7EAA5: mov rax, [rbp+var_10] mov eax, [rax] mov rcx, [rbp+var_10] cmp eax, [rcx+4] jnz short loc_7EAF4 mov rax, [rbp+v...
char maria_rtree_fill_reinsert_list(unsigned int *a1, long long a2, int a3) { long long v3; // rax if ( *a1 == a1[1] ) { a1[1] += 10; v3 = my_realloc(0LL, *((_QWORD *)a1 + 1), 16LL * a1[1], 64LL); *((_QWORD *)a1 + 1) = v3; if ( !v3 ) return 1; } *(_QWORD *)(16LL * *a1 + *((_QWORD *)a1 ...
maria_rtree_fill_reinsert_list: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX JMP 0x0017eaa5 LAB_0017eaa5: MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX] MOV RCX,qword ptr [RBP + -0x10] CMP EAX,dword ptr [RCX + 0x4] JNZ 0x0017e...
int1 maria_rtree_fill_reinsert_list(uint *param_1,int8 param_2,int4 param_3) { long lVar1; if (*param_1 == param_1[1]) { param_1[1] = param_1[1] + 10; lVar1 = my_realloc(0,*(int8 *)(param_1 + 2),(ulong)param_1[1] << 4,0x40); *(long *)(param_1 + 2) = lVar1; if (lVar1 == 0) { return 1; ...
11,240
my_caseup_utf16
eloqsql/strings/ctype-ucs2.c
static size_t my_caseup_utf16(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen) { my_wc_t wc; my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc; my_charset_conv_wc_mb wc_mb= cs->cset->wc_mb; int res; const char *srcend= src + srclen; char *dstend= dst + dstlen; MY_UNIC...
O3
c
my_caseup_utf16: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %r8, -0x38(%rbp) movq %rdx, -0x30(%rbp) testq %rdx, %rdx jle 0xc2b4d movq %rcx, %r15 movq %rsi, %r12 movq %rdi, %r13 movq 0x78(%rdi), %rax movq %rax, -0x50(%rbp) movq 0xb8(%rdi), %rax movq 0x28(%rax)...
my_caseup_utf16: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov [rbp+var_38], r8 mov [rbp+var_30], rdx test rdx, rdx jle loc_C2B4D mov r15, rcx mov r12, rsi mov r13, rdi mov rax, [rdi+78h] mov [rbp+var_50], rax mov rax...
long long my_caseup_utf16(long long a1, unsigned long long a2, long long a3, long long a4, long long a5) { long long v5; // r15 unsigned long long v6; // r12 long long v7; // rax unsigned long long v8; // r14 int v9; // eax unsigned int v10; // ebx unsigned long long v11; // rsi long long v12; // rax ...
my_caseup_utf16: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV qword ptr [RBP + -0x38],R8 MOV qword ptr [RBP + -0x30],RDX TEST RDX,RDX JLE 0x001c2b4d MOV R15,RCX MOV R12,RSI MOV R13,RDI MOV RAX,qword ptr [RDI + 0x78] MOV qword ptr [RBP + -0x50],RAX MOV RAX,qword ptr [RDI + 0xb8] MOV...
long my_caseup_utf16(long param_1,ulong param_2,long param_3,long param_4,long param_5) { ulong uVar1; ulong *puVar2; code *pcVar3; code *pcVar4; long lVar5; uint uVar6; uint uVar7; ulong local_48; long local_40; long local_38; local_38 = param_3; if (0 < param_3) { puVar2 = *(ulong **)...
11,241
PAIRING_FinalVerify
corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/aggregate.c
static bool_t PAIRING_FinalVerify(const PAIRING *ctx, const vec384fp12 GTsig) { vec384fp12 GT; if (!(ctx->ctrl & AGGR_GT_SET)) return 0; if (GTsig != NULL) { vec_copy(GT, GTsig, sizeof(GT)); } else if (ctx->ctrl & AGGR_SIGN_SET) { AggregatedSignature AggrSign; switch (...
O3
c
PAIRING_FinalVerify: movl (%rdi), %eax testb $0x20, %al jne 0x21370 xorl %eax, %eax retq pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x360, %rsp # imm = 0x360 movq %rdi, %rbx testq %rsi, %rsi jne 0x21395 testb $0x10, %al jne 0x21410 leaq 0x1e7b3(%rip), %rsi # 0x3fb48 leaq -0x250(%rbp), %rdi mo...
PAIRING_FinalVerify: mov eax, [rdi] test al, 20h jnz short loc_21370 xor eax, eax retn loc_21370: push rbp mov rbp, rsp push r14 push rbx sub rsp, 360h mov rbx, rdi test rsi, rsi jnz short loc_21395 test al, 10h jnz loc_21410 lea rsi, BLS12_381_Rx loc_21395: lea ...
long long PAIRING_FinalVerify(_DWORD *a1, __int128 *a2) { long long is_equal_16x; // rbx int v4; // eax _BYTE *v5; // rsi _BYTE *v6; // rdx _BYTE v7[288]; // [rsp-378h] [rbp-378h] BYREF _BYTE v8[96]; // [rsp-258h] [rbp-258h] BYREF long long v9; // [rsp-1F8h] [rbp-1F8h] BYREF _BYTE v10[312]; // [rsp-138...
PAIRING_FinalVerify: MOV EAX,dword ptr [RDI] TEST AL,0x20 JNZ 0x00121370 XOR EAX,EAX RET LAB_00121370: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x360 MOV RBX,RDI TEST RSI,RSI JNZ 0x00121395 TEST AL,0x10 JNZ 0x00121410 LEA RSI,[0x13fb48] LAB_00121395: LEA RDI,[RBP + -0x250] MOV EDX,0x240 CALL 0x00105060 LAB_001213...
ulong PAIRING_FinalVerify(uint *param_1,int8 *param_2) { uint uVar1; ulong uVar2; ulong uVar3; int1 *puVar4; int1 *puVar5; int1 local_378 [288]; int1 local_258 [96]; int1 local_1f8 [192]; int1 local_138 [288]; uVar1 = *param_1; if ((uVar1 & 0x20) == 0) { return 0; } if (param_2 == (in...
11,242
mi_dpointer
eloqsql/storage/myisam/mi_search.c
void _mi_dpointer(MI_INFO *info, uchar *buff, my_off_t pos) { if (!(info->s->options & (HA_OPTION_PACK_RECORD | HA_OPTION_COMPRESS_RECORD)) && pos != HA_OFFSET_ERROR) pos/=info->s->base.pack_reclength; switch (info->s->rec_reflength) { #if SIZEOF_OFF_T > 4 case 8: mi_int8store(buff,pos); break;...
O3
c
mi_dpointer: movq %rdx, %rax movq (%rdi), %rcx cmpq $-0x1, %rdx je 0x86da8 movq 0x318(%rcx), %rdx andl $0x5, %edx jne 0x86da8 xorl %edx, %edx divq 0x148(%rcx) movl 0x338(%rcx), %ecx addl $-0x2, %ecx cmpl $0x6, %ecx ja 0x86e86 leaq 0x5bc43(%rip), %rdx # 0xe2a04 movslq (%rdx,%rcx,4), %rcx addq %rdx, %rcx jmpq *%rcx m...
_mi_dpointer: mov rax, rdx mov rcx, [rdi] cmp rdx, 0FFFFFFFFFFFFFFFFh jz short loc_86DA8 mov rdx, [rcx+318h] and edx, 5 jnz short loc_86DA8 xor edx, edx div qword ptr [rcx+148h] loc_86DA8: mov ecx, [rcx+338h] add ecx, 0FFFFFFFEh; switch 7 cases cmp ecx, 6 ja def_86D...
unsigned long long mi_dpointer(long long *a1, long long a2, long long a3) { unsigned long long v3; // rax long long v4; // rcx unsigned long long v5; // rtt unsigned long long result; // rax v3 = a3; v4 = *a1; if ( a3 != -1 ) { a3 = *(_QWORD *)(v4 + 792) & 5LL; if ( (*(_QWORD *)(v4 + 792) & 5)...
_mi_dpointer: MOV RAX,RDX MOV RCX,qword ptr [RDI] CMP RDX,-0x1 JZ 0x00186da8 MOV RDX,qword ptr [RCX + 0x318] AND EDX,0x5 JNZ 0x00186da8 XOR EDX,EDX DIV qword ptr [RCX + 0x148] LAB_00186da8: MOV ECX,dword ptr [RCX + 0x338] ADD ECX,-0x2 CMP ECX,0x6 JA 0x00186e86 LEA RDX,[0x1e2a04] MOVSXD RCX,dword ptr [RDX + RCX*0x4] ADD...
void _mi_dpointer(long *param_1,int1 *param_2,ulong param_3) { long lVar1; ushort uVar2; int1 uVar3; int1 uVar4; int1 uVar6; int1 uVar8; int1 uVar5; uint uVar7; lVar1 = *param_1; if ((param_3 != 0xffffffffffffffff) && ((*(ulong *)(lVar1 + 0x318) & 5) == 0)) { param_3 = param_3 / *(ulong *)(...
11,243
remove_reader
eloqsql/storage/maria/ma_pagecache.c
static inline void remove_reader(PAGECACHE_BLOCK_LINK *block) { DBUG_ENTER("remove_reader"); PCBLOCK_INFO(block); DBUG_ASSERT(block->hash_link->requests > 0); if (! --block->hash_link->requests && block->condvar) pagecache_pthread_cond_signal(block->condvar); DBUG_VOID_RETURN; }
O0
c
remove_reader: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) jmp 0x3d96e jmp 0x3d970 jmp 0x3d972 movq -0x8(%rbp), %rax movq 0x20(%rax), %rcx movl 0x68(%rcx), %eax addl $-0x1, %eax movl %eax, 0x68(%rcx) cmpl $0x0, %eax jne 0x3d9a0 movq -0x8(%rbp), %rax cmpq $0x0, 0x28(%rax) je 0x3d9a0 movq -0x8(%rbp)...
remove_reader: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi jmp short $+2 loc_3D96E: jmp short $+2 loc_3D970: jmp short $+2 loc_3D972: mov rax, [rbp+var_8] mov rcx, [rax+20h] mov eax, [rcx+68h] add eax, 0FFFFFFFFh mov [rcx+68h], eax cmp eax, 0 jnz short ...
long long remove_reader(long long a1) { long long v1; // rcx long long result; // rax v1 = *(_QWORD *)(a1 + 32); result = (unsigned int)(*(_DWORD *)(v1 + 104) - 1); *(_DWORD *)(v1 + 104) = result; if ( !(_DWORD)result ) { result = a1; if ( *(_QWORD *)(a1 + 40) ) return inline_mysql_cond_si...
remove_reader: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI JMP 0x0013d96e LAB_0013d96e: JMP 0x0013d970 LAB_0013d970: JMP 0x0013d972 LAB_0013d972: MOV RAX,qword ptr [RBP + -0x8] MOV RCX,qword ptr [RAX + 0x20] MOV EAX,dword ptr [RCX + 0x68] ADD EAX,-0x1 MOV dword ptr [RCX + 0x68],EAX CMP EAX,0x0 JNZ ...
void remove_reader(long param_1) { int iVar1; iVar1 = *(int *)(*(long *)(param_1 + 0x20) + 0x68) + -1; *(int *)(*(long *)(param_1 + 0x20) + 0x68) = iVar1; if ((iVar1 == 0) && (*(long *)(param_1 + 0x28) != 0)) { inline_mysql_cond_signal(*(int8 *)(param_1 + 0x28)); } return; }
11,244
JS_ExecutePendingJob
bluesky950520[P]quickjs/quickjs.c
int JS_ExecutePendingJob(JSRuntime *rt, JSContext **pctx) { JSContext *ctx; JSJobEntry *e; JSValue res; int i, ret; if (list_empty(&rt->job_list)) { *pctx = NULL; return 0; } /* get the first pending job and execute it */ e = list_entry(rt->job_list.next, JSJobEntry, li...
O0
c
JS_ExecutePendingJob: subq $0x58, %rsp movq %rdi, 0x48(%rsp) movq %rsi, 0x40(%rsp) movq 0x48(%rsp), %rdi addq $0x130, %rdi # imm = 0x130 callq 0x227f0 cmpl $0x0, %eax je 0x2284d movq 0x40(%rsp), %rax movq $0x0, (%rax) movl $0x0, 0x54(%rsp) jmp 0x22960 movq 0x48(%rsp), %rax movq 0x138(%rax), %rax movq %rax, 0...
JS_ExecutePendingJob: sub rsp, 58h mov [rsp+58h+var_10], rdi mov [rsp+58h+var_18], rsi mov rdi, [rsp+58h+var_10] add rdi, 130h call list_empty_0 cmp eax, 0 jz short loc_2284D mov rax, [rsp+58h+var_18] mov qword ptr [rax], 0 mov [rsp+58h+var_4], 0 jmp loc_22960 loc_2284D: ...
long long JS_ExecutePendingJob(long long a1, long long *a2) { long long v2; // rdx long long v4; // [rsp+8h] [rbp-50h] unsigned int v5; // [rsp+18h] [rbp-40h] int i; // [rsp+1Ch] [rbp-3Ch] long long v7; // [rsp+28h] [rbp-30h] long long v8; // [rsp+30h] [rbp-28h] long long v9; // [rsp+38h] [rbp-20h] if...
JS_ExecutePendingJob: SUB RSP,0x58 MOV qword ptr [RSP + 0x48],RDI MOV qword ptr [RSP + 0x40],RSI MOV RDI,qword ptr [RSP + 0x48] ADD RDI,0x130 CALL 0x001227f0 CMP EAX,0x0 JZ 0x0012284d MOV RAX,qword ptr [RSP + 0x40] MOV qword ptr [RAX],0x0 MOV dword ptr [RSP + 0x54],0x0 JMP 0x00122960 LAB_0012284d: MOV RAX,qword ptr [RS...
int4 JS_ExecutePendingJob(long param_1,int8 *param_2) { long lVar1; int8 uVar2; int iVar3; int8 *puVar4; int1 auVar5 [16]; int4 local_40; int local_3c; int4 local_4; iVar3 = list_empty(param_1 + 0x130); if (iVar3 == 0) { lVar1 = *(long *)(param_1 + 0x138); list_del(lVar1); uVar2 = *...
11,245
JS_ExecutePendingJob
bluesky950520[P]quickjs/quickjs.c
int JS_ExecutePendingJob(JSRuntime *rt, JSContext **pctx) { JSContext *ctx; JSJobEntry *e; JSValue res; int i, ret; if (list_empty(&rt->job_list)) { *pctx = NULL; return 0; } /* get the first pending job and execute it */ e = list_entry(rt->job_list.next, JSJobEntry, li...
O1
c
JS_ExecutePendingJob: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx leaq 0x130(%rdi), %rax cmpq %rax, 0x138(%rdi) je 0x1cc86 movq 0x138(%rdi), %r15 movq (%r15), %rax movq 0x8(%r15), %rcx movq %rcx, 0x8(%rax) movq %rax, (%rcx) xorps %xmm0, %xmm0 movups %xmm0, (%r15) movq 0x...
JS_ExecutePendingJob: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi lea rax, [rdi+130h] cmp [rdi+138h], rax jz loc_1CC86 mov r15, [rdi+138h] mov rax, [r15] mov rcx, [r15+8] mov [rax+8], rcx mov [rcx], rax xorps xmm0, xmm0 movups ...
long long JS_ExecutePendingJob(long long a1, long long *a2) { long long v2; // r15 long long v3; // rax _QWORD *v4; // rcx long long v5; // r14 int v6; // edx int v7; // r13d long long v8; // rbp long long v9; // r12 unsigned int v10; // ebp long long v12; // [rsp+0h] [rbp-38h] if ( *(_QWORD *)(...
JS_ExecutePendingJob: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI LEA RAX,[RDI + 0x130] CMP qword ptr [RDI + 0x138],RAX JZ 0x0011cc86 MOV R15,qword ptr [RDI + 0x138] MOV RAX,qword ptr [R15] MOV RCX,qword ptr [R15 + 0x8] MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RCX],RAX XORPS XMM0,XMM0...
int JS_ExecutePendingJob(long param_1,long *param_2) { long *plVar1; int iVar2; long *plVar3; long lVar4; long lVar5; int1 auVar6 [16]; if (*(long *)(param_1 + 0x138) == param_1 + 0x130) { lVar5 = 0; iVar2 = 0; } else { plVar1 = *(long **)(param_1 + 0x138); lVar5 = *plVar1; pl...
11,246
LefDefParser::defiNet::setWidth(char const*, double)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiNet.cpp
void defiNet::setWidth(const char* layer, double d) { int len = strlen(layer) + 1; char* l = (char*)malloc(len); strcpy(l, defData->DEFCASE(layer)); if (numWidths_ >= widthsAllocated_) { int i; char** nl; double* nd; widthsAllocated_ = widthsAllocated_ ? widthsAllocated_ * 2 : 4 ; nl...
O3
cpp
LefDefParser::defiNet::setWidth(char const*, double): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movsd %xmm0, 0x8(%rsp) movq %rsi, %r15 movq %rdi, %rbx movq %rsi, %rdi callq 0x60d0 incl %eax movslq %eax, %rdi callq 0x6270 movq %rax, %r14 movq 0x240(%rbx), %rdi movq %r15, %rsi callq 0x18aa0 ...
_ZN12LefDefParser7defiNet8setWidthEPKcd: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h movsd [rsp+38h+var_30], xmm0 mov r15, rsi mov rbx, rdi mov rdi, rsi call _strlen inc eax movsxd rdi, eax call _malloc mov r14, rax mov rdi, [rbx+240h]; this mov rsi,...
long long LefDefParser::defiNet::setWidth(LefDefParser::defrData **this, const char *a2, double a3) { int v4; // eax long long v5; // r14 const char *v6; // rax int v7; // eax long long v8; // r13 long long v9; // r15 int v10; // ecx bool v11; // zf int v12; // eax long long v13; // r12 long long...
setWidth: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOVSD qword ptr [RSP + 0x8],XMM0 MOV R15,RSI MOV RBX,RDI MOV RDI,RSI CALL 0x001060d0 INC EAX MOVSXD RDI,EAX CALL 0x00106270 MOV R14,RAX MOV RDI,qword ptr [RBX + 0x240] MOV RSI,R15 CALL 0x00118aa0 MOV RDI,R14 MOV RSI,RAX CALL 0x00106190 MOV EAX,dword pt...
/* LefDefParser::defiNet::setWidth(char const*, double) */ void __thiscall LefDefParser::defiNet::setWidth(defiNet *this,char *param_1,double param_2) { int iVar1; void *__ptr; long lVar2; int iVar3; size_t sVar4; char *__dest; char *__src; void *pvVar5; void *pvVar6; ulong uVar7; uint uVar8; ...
11,247
unlink_deleted_block
eloqsql/storage/myisam/mi_dynrec.c
static my_bool unlink_deleted_block(MI_INFO *info, MI_BLOCK_INFO *block_info) { DBUG_ENTER("unlink_deleted_block"); if (block_info->filepos == info->s->state.dellink) { /* First deleted block; We can just use this ! */ info->s->state.dellink=block_info->next_filepos; } else { MI_BLOCK_INFO tmp;...
O0
c
unlink_deleted_block: pushq %rbp movq %rsp, %rbp subq $0xc0, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x70(%rbp) movq %rsi, -0x78(%rbp) movq -0x78(%rbp), %rax movq 0x38(%rax), %rax movq -0x70(%rbp), %rcx movq (%rcx), %rcx cmpq 0x58(%rcx), %rax jne 0xaa11d movq -0x78(%rbp), %rax movq 0x40(%rax), %rcx m...
unlink_deleted_block_0: push rbp mov rbp, rsp sub rsp, 0C0h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_70], rdi mov [rbp+var_78], rsi mov rax, [rbp+var_78] mov rax, [rax+38h] mov rcx, [rbp+var_70] mov rcx, [rcx] cmp rax, [rcx+58h] jnz short loc_AA11D mov rax...
char unlink_deleted_block_0(_QWORD *a1, _QWORD *a2) { long long v3; // [rsp+20h] [rbp-A0h] long long v4; // [rsp+40h] [rbp-80h] char v6[4]; // [rsp+60h] [rbp-60h] BYREF _BYTE v7[8]; // [rsp+64h] [rbp-5Ch] BYREF _BYTE v8[68]; // [rsp+6Ch] [rbp-54h] BYREF int v9; // [rsp+B0h] [rbp-10h] unsigned long long v...
unlink_deleted_block: PUSH RBP MOV RBP,RSP SUB RSP,0xc0 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x70],RDI MOV qword ptr [RBP + -0x78],RSI MOV RAX,qword ptr [RBP + -0x78] MOV RAX,qword ptr [RAX + 0x38] MOV RCX,qword ptr [RBP + -0x70] MOV RCX,qword ptr [RCX] CMP RAX,qword ptr [RCX...
int8 unlink_deleted_block(long *param_1,long param_2) { int8 uVar1; int8 uVar2; uint uVar3; long lVar4; long in_FS_OFFSET; int1 local_69; int1 local_68 [4]; int1 local_64; int1 local_63; int1 local_62; int1 local_61; int1 local_60; int1 local_5f; int1 local_5e; int1 local_5d; int1 loca...
11,248
print_hash_map(char const*)
eloqsql/sql/gen_lex_hash.cc
void print_hash_map(const char *name) { char *cur; int i; printf("static uchar %s[%d]= {\n",name,size_hash_map); for (i=0, cur= hash_map; i<size_hash_map; i++, cur++) { switch(i%4){ case 0: case 1: if (!*cur) printf("0, "); else printf("\'%c\', ",*cur); break; case 2: printf...
O3
cpp
print_hash_map(char const*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rsi movl 0x8aba(%rip), %edx # 0x13640 leaq 0x1b3a(%rip), %rdi # 0xc6c7 xorl %eax, %eax callq 0xa030 cmpl $0x0, 0x8aa5(%rip) # 0x13640 jle 0xac0e movq 0x8a94(%rip), %r13 ...
_Z14print_hash_mapPKc: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rsi, rdi mov edx, cs:size_hash_map lea rdi, aStaticUcharSD; "static uchar %s[%d]= {\n" xor eax, eax call _printf cmp cs:size_hash_map, 0 jle short loc_AC0E mov r...
long long print_hash_map(const char *a1) { long long v1; // r13 long long v2; // rbx unsigned int v3; // eax printf("static uchar %s[%d]= {\n", a1, size_hash_map); if ( size_hash_map > 0 ) { v1 = hash_map; v2 = 0LL; do { v3 = v2 & 3; if ( v3 >= 2 ) { if ( v3 == 2 ...
print_hash_map: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RSI,RDI MOV EDX,dword ptr [0x00113640] LEA RDI,[0x10c6c7] XOR EAX,EAX CALL 0x0010a030 CMP dword ptr [0x00113640],0x0 JLE 0x0010ac0e MOV R13,qword ptr [0x00113638] LEA R14,[0x10c6e5] LEA R15,[0x10c6ec] LEA R12,[0x10c6f1] XOR E...
/* print_hash_map(char const*) */ void print_hash_map(char *param_1) { long lVar1; uint uVar2; long lVar3; ulong uVar4; char *__format; printf("static uchar %s[%d]= {\n",param_1,(ulong)size_hash_map); lVar1 = hash_map; if (0 < (int)size_hash_map) { lVar3 = 0; do { uVar2 = (uint)lVar3...
11,249
google::protobuf::MapEntryMessageComparator::operator()(google::protobuf::Message const*, google::protobuf::Message const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc
bool operator()(const Message* a, const Message* b) { const Reflection* reflection = a->GetReflection(); switch (field_->cpp_type()) { case FieldDescriptor::CPPTYPE_BOOL: { bool first = reflection->GetBool(*a, field_); bool second = reflection->GetBool(*b, field_); return first < s...
O0
cpp
google::protobuf::MapEntryMessageComparator::operator()(google::protobuf::Message const*, google::protobuf::Message const*): subq $0x118, %rsp # imm = 0x118 movq %rdi, 0x108(%rsp) movq %rsi, 0x100(%rsp) movq %rdx, 0xf8(%rsp) movq 0x108(%rsp), %rax movq %rax, 0x18(%rsp) movq 0x100(%rsp), %rdi callq 0x7a410 mo...
_ZN6google8protobuf25MapEntryMessageComparatorclEPKNS0_7MessageES4_: sub rsp, 118h mov [rsp+118h+var_10], rdi mov [rsp+118h+var_18], rsi mov [rsp+118h+var_20], rdx mov rax, [rsp+118h+var_10] mov [rsp+118h+var_100], rax mov rdi, [rsp+118h+var_18]; this call _ZNK6google8protobuf7Message13Ge...
bool google::protobuf::MapEntryMessageComparator::operator()( const google::protobuf::FieldDescriptor **a1, google::protobuf::Message *a2, google::protobuf::Message *a3) { google::protobuf::internal::LogMessage *v4; // [rsp+10h] [rbp-108h] char v5; // [rsp+2Fh] [rbp-E9h] BYREF _BYTE v6[72...
11,250
google::protobuf::MapEntryMessageComparator::operator()(google::protobuf::Message const*, google::protobuf::Message const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc
bool operator()(const Message* a, const Message* b) { const Reflection* reflection = a->GetReflection(); switch (field_->cpp_type()) { case FieldDescriptor::CPPTYPE_BOOL: { bool first = reflection->GetBool(*a, field_); bool second = reflection->GetBool(*b, field_); return first < s...
O3
cpp
google::protobuf::MapEntryMessageComparator::operator()(google::protobuf::Message const*, google::protobuf::Message const*): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdx, %rbx movq %rsi, %r12 movq %rdi, %r15 movq (%rsi), %rax movq %rsi, %rdi callq *0x80(%rax) movq %rdx, %...
_ZN6google8protobuf25MapEntryMessageComparatorclEPKNS0_7MessageES4_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov rbx, rdx mov r12, rsi mov r15, rdi mov rax, [rsi] mov rdi, rsi call qword ptr [rax+80h] mov r14, rdx mov r13, [r15] mov rdi...
long long google::protobuf::MapEntryMessageComparator::operator()( const google::protobuf::FieldDescriptor **a1, const google::protobuf::Message *a2, const google::protobuf::Message *a3) { long long Int64; // r12 long long v6; // rcx const char *v7; // r8 long long v8; // r9 google::p...
operator(): PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV RBX,RDX MOV R12,RSI MOV R15,RDI MOV RAX,qword ptr [RSI] MOV RDI,RSI CALL qword ptr [RAX + 0x80] MOV R14,RDX MOV R13,qword ptr [R15] MOV RDI,qword ptr [R13 + 0x18] TEST RDI,RDI JZ 0x00186c4c LEA RAX,[0x13ac20] LEA RSI,[RSP + 0x20] MOV qwo...
/* google::protobuf::MapEntryMessageComparator::TEMPNAMEPLACEHOLDERVALUE(google::protobuf::Message const*, google::protobuf::Message const*) */ ulong __thiscall google::protobuf::MapEntryMessageComparator::operator() (MapEntryMessageComparator *this,Message *param_1,Message *param_2) { FieldDescriptor...
11,251
LefDefParser::lefwEndLayerRouting(char const*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp
int lefwEndLayerRouting(const char *layerName) { if (!lefwFile) return LEFW_UNINITIALIZED; if (lefwState != LEFW_LAYERROUTING_START && lefwState != LEFW_LAYERROUTING) return LEFW_BAD_ORDER; if (!lefwIsRoutingReqData) { return LEFW_BAD_ORDER; } if (prtSemiColon) { ...
O0
cpp
LefDefParser::lefwEndLayerRouting(char const*): subq $0x18, %rsp movq %rdi, 0x8(%rsp) leaq 0xa5e70(%rip), %rax # 0xc5250 cmpq $0x0, (%rax) jne 0x1f3f3 movl $0x1, 0x14(%rsp) jmp 0x1f509 leaq 0xa60a6(%rip), %rax # 0xc54a0 cmpl $0x7, (%rax) je 0x1f418 leaq 0xa609a(%rip), %rax # 0xc54a0 cmpl $0x1f, (%rax) je 0x...
_ZN12LefDefParser19lefwEndLayerRoutingEPKc: sub rsp, 18h mov [rsp+18h+var_10], rdi lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile cmp qword ptr [rax], 0 jnz short loc_1F3F3 mov [rsp+18h+var_4], 1 jmp loc_1F509 loc_1F3F3: lea rax, _ZN12LefDefParser9lefwStateE; LefDefParser::...
long long LefDefParser::lefwEndLayerRouting( LefDefParser *this, const char *a2, int a3, int a4, int a5, int a6) { if ( *(_QWORD *)&LefDefParser::lefwFile ) { if ( LefDefParser::lefwState == 7 || LefDefParser::lefwState == 31 ) { if ( LefDefParser::lefw...
lefwEndLayerRouting: SUB RSP,0x18 MOV qword ptr [RSP + 0x8],RDI LEA RAX,[0x1c5250] CMP qword ptr [RAX],0x0 JNZ 0x0011f3f3 MOV dword ptr [RSP + 0x14],0x1 JMP 0x0011f509 LAB_0011f3f3: LEA RAX,[0x1c54a0] CMP dword ptr [RAX],0x7 JZ 0x0011f418 LEA RAX,[0x1c54a0] CMP dword ptr [RAX],0x1f JZ 0x0011f418 MOV dword ptr [RSP + 0x...
/* LefDefParser::lefwEndLayerRouting(char const*) */ int4 LefDefParser::lefwEndLayerRouting(char *param_1) { int4 local_4; if (lefwFile == (_IO_FILE *)0x0) { local_4 = 1; } else if ((lefwState == 7) || (lefwState == 0x1f)) { if (lefwIsRoutingReqData == 0) { local_4 = 2; } else { ...
11,252
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
reference operator[](T* key) { return operator[](typename object_t::key_type(key)); }
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixIKcEERSD_PT_: push r14 push rbx sub rsp, 28h mov rbx, rdi lea r14, [rsp+38h+var_30] lea rdx, [rsp+38h+var_31] mov rdi, r14 call ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[]<char const>( long long a1, _BYTE *a2) { long long v2; ...
operator[]<char_const>: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RBX,RDI LEA R14,[RSP + 0x8] LEA RDX,[RSP + 0x7] MOV RDI,R14 CALL 0x0015265a LAB_001a4510: MOV RDI,RBX MOV RSI,R14 CALL 0x001aaf96 LAB_001a451b: MOV RBX,RAX LEA RAX,[RSP + 0x18] MOV RDI,qword ptr [RAX + -0x10] CMP RDI,RAX JZ 0x001a4539 MOV RSI,qword ptr [RSP + 0...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>& nlohmann::json_abi_v3_11_3::ba...
11,253
minja::Parser::unexpected(minja::TemplateToken const&) const
monkey531[P]llama/common/minja.hpp
std::runtime_error unexpected(const TemplateToken & token) const { return std::runtime_error("Unexpected " + TemplateToken::typeToString(token.type) + error_location_suffix(*template_str, token.location.pos)); }
O3
cpp
minja::Parser::unexpected(minja::TemplateToken const&) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x88, %rsp movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx movl 0x8(%rdx), %esi leaq 0x68(%rsp), %r12 movq %r12, %rdi callq 0x9a16a leaq 0x5739c(%rip), %rcx # 0xf0f94 movl $0xb, %r8d movq %r12, %rdi xorl ...
_ZNK5minja6Parser10unexpectedERKNS_13TemplateTokenE: push r15; int push r14; int push r12; int push rbx; int sub rsp, 88h mov r14, rdx mov r15, rsi mov rbx, rdi mov esi, [rdx+8] lea r12, [rsp+0A8h+var_40] mov rdi, r12 call _ZN5minja13TemplateToken12typeToStringB5cxx11ENS0_4Typ...
minja::Parser * minja::Parser::unexpected(minja::Parser *this, const minja::TemplateToken *a2, long long a3) { long long v5; // rax __int128 *v6; // rcx unsigned long long v7; // rax unsigned long long v8; // rdi unsigned long long v9; // rdi void **v10; // rax __int128 *v11; // rcx void *v13[2]; // [rs...
unexpected: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x88 MOV R14,RDX MOV R15,RSI MOV RBX,RDI MOV ESI,dword ptr [RDX + 0x8] LEA R12,[RSP + 0x68] MOV RDI,R12 CALL 0x0019a16a LAB_00199bf1: LEA RCX,[0x1f0f94] MOV R8D,0xb MOV RDI,R12 XOR ESI,ESI XOR EDX,EDX CALL 0x0011a9e0 LEA R12,[RSP + 0x38] MOV qword ptr [R12 + -0x10...
/* minja::Parser::unexpected(minja::TemplateToken const&) const */ TemplateToken * minja::Parser::unexpected(TemplateToken *param_1) { long *plVar1; int8 *puVar2; ulong *puVar3; long in_RDX; int8 *in_RSI; ulong uVar4; long *local_a0; int8 local_98; long local_90; int8 uStack_88; ulong *local_80...
11,254
ma_crypt_create
eloqsql/storage/maria/ma_crypt.c
int ma_crypt_create(MARIA_SHARE* share) { MARIA_CRYPT_DATA *crypt_data= (MARIA_CRYPT_DATA*)my_malloc(PSI_INSTRUMENT_ME, sizeof(MARIA_CRYPT_DATA), MYF(MY_ZEROFILL)); crypt_data->scheme.type= CRYPT_SCHEME_1; crypt_data->scheme.locker= crypt_data_scheme_locker; mysql_mutex_init(key_CRYPT_DATA_lock, &crypt_data...
O0
c
ma_crypt_create: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) xorl %edi, %edi movl $0xb0, %esi movl $0x20, %edx callq 0xf5210 movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movl $0x1, 0x54(%rax) movq -0x10(%rbp), %rax leaq 0x79(%rip), %rcx # 0x8a6a0 movq %rcx, 0x58(%rax) movl 0xbf1aa7(%rip), ...
ma_crypt_create: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi xor edi, edi mov esi, 0B0h mov edx, 20h ; ' ' call my_malloc mov [rbp+var_10], rax mov rax, [rbp+var_10] mov dword ptr [rax+54h], 1 mov rax, [rbp+var_10] lea rcx, crypt_data_scheme_locker mov [...
long long ma_crypt_create(long long a1) { long long v2; // [rsp+0h] [rbp-10h] v2 = my_malloc(0LL, 176LL, 32LL); *(_DWORD *)(v2 + 84) = 1; *(_QWORD *)(v2 + 88) = crypt_data_scheme_locker; inline_mysql_mutex_init_4((unsigned int)key_CRYPT_DATA_lock, v2 + 104, &my_fast_mutexattr); *(_DWORD *)(v2 + 80) = get_...
ma_crypt_create: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI XOR EDI,EDI MOV ESI,0xb0 MOV EDX,0x20 CALL 0x001f5210 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV dword ptr [RAX + 0x54],0x1 MOV RAX,qword ptr [RBP + -0x10] LEA RCX,[0x18a6a0] MOV qword ptr [RAX + 0x58],RCX MOV EDI...
int8 ma_crypt_create(long param_1) { int4 uVar1; long lVar2; lVar2 = my_malloc(0,0xb0,0x20); *(int4 *)(lVar2 + 0x54) = 1; *(code **)(lVar2 + 0x58) = crypt_data_scheme_locker; inline_mysql_mutex_init(key_CRYPT_DATA_lock,lVar2 + 0x68,&my_fast_mutexattr); uVar1 = get_encryption_key_id(param_1); *(int4...
11,255
freeze_size
eloqsql/mysys/array.c
void freeze_size(DYNAMIC_ARRAY *array) { uint elements; /* Do nothing if we are using a static buffer */ if (array->malloc_flags & MY_INIT_BUFFER_USED) return; elements= MY_MAX(array->elements, 1); if (array->buffer && array->max_element > elements) { array->buffer=(uchar*) my_realloc(array-...
O0
c
freeze_size: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0x20(%rax), %rax andq $0x100, %rax # imm = 0x100 cmpq $0x0, %rax je 0xdff72 jmp 0xdfff0 movq -0x8(%rbp), %rax cmpl $0x1, 0x8(%rax) jbe 0xdff88 movq -0x8(%rbp), %rax movl 0x8(%rax), %eax movl %eax, -0x10(...
freeze_size: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax+20h] and rax, 100h cmp rax, 0 jz short loc_DFF72 jmp short loc_DFFF0 loc_DFF72: mov rax, [rbp+var_8] cmp dword ptr [rax+8], 1 jbe short loc_DFF88 mov rax, [rbp+...
long long freeze_size(long long a1) { long long result; // rax unsigned int v2; // [rsp+0h] [rbp-10h] result = *(_QWORD *)(a1 + 32) & 0x100LL; if ( !result ) { if ( *(_DWORD *)(a1 + 8) <= 1u ) v2 = 1; else v2 = *(_DWORD *)(a1 + 8); result = a1; if ( *(_QWORD *)a1 ) { re...
freeze_size: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x20] AND RAX,0x100 CMP RAX,0x0 JZ 0x001dff72 JMP 0x001dfff0 LAB_001dff72: MOV RAX,qword ptr [RBP + -0x8] CMP dword ptr [RAX + 0x8],0x1 JBE 0x001dff88 MOV RAX,qword ptr [RBP + -0x8] MOV ...
void freeze_size(long *param_1) { long lVar1; uint local_18; if ((param_1[4] & 0x100U) == 0) { if (*(uint *)(param_1 + 1) < 2) { local_18 = 1; } else { local_18 = *(uint *)(param_1 + 1); } if ((*param_1 != 0) && (local_18 < *(uint *)((long)param_1 + 0xc))) { lVar1 = my_r...
11,256
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"...
O0
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...
11,257
EndTextureMode
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c
void EndTextureMode(void) { rlDrawRenderBatchActive(); // Update and draw internal render batch rlDisableFramebuffer(); // Disable render target (fbo) // Set viewport to default framebuffer size SetupViewport(CORE.Window.render.width, CORE.Window.render.height); // Go back to the mod...
O2
c
EndTextureMode: subq $0x48, %rsp callq 0x544b6 movl $0x8d40, %edi # imm = 0x8D40 xorl %esi, %esi callq *0xc31f8(%rip) # 0x125270 movl 0xc5ba6(%rip), %edi # 0x127c24 movl 0xc5ba4(%rip), %esi # 0x127c28 callq 0x605d5 leaq 0xc50f8(%rip), %rax # 0x127188 movq %rax, 0xc50e9(%rip) # 0x12718...
EndTextureMode: sub rsp, 48h call rlDrawRenderBatchActive mov edi, 8D40h xor esi, esi call cs:glad_glBindFramebuffer mov edi, dword ptr cs:qword_127C24 mov esi, dword ptr cs:qword_127C24+4 call SetupViewport lea rax, xmmword_127188 mov cs:qword_127180, rax mov cs:dword_12717C, 1...
long long EndTextureMode( long long a1, long long a2, double a3, __m128 a4, __m128 a5, __m128 a6, double a7, double a8, __m128 a9, __m128 a10) { long long v10; // rsi double v11; // xmm4_8 double v12; // xmm5_8 long long v13; // rd...
EndTextureMode: SUB RSP,0x48 CALL 0x001544b6 MOV EDI,0x8d40 XOR ESI,ESI CALL qword ptr [0x00225270] MOV EDI,dword ptr [0x00227c24] MOV ESI,dword ptr [0x00227c28] CALL 0x001605d5 LEA RAX,[0x227188] MOV qword ptr [0x00227180],RAX MOV dword ptr [0x0022717c],0x1700 CALL 0x00150688 MOVSS XMM0,dword ptr [0x00227c44] MOVSS XM...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void EndTextureMode(void) { rlDrawRenderBatchActive(); (*glad_glBindFramebuffer)(0x8d40,0); SetupViewport(DAT_00227c24,DAT_00227c28); DAT_00227180 = &DAT_00227188; DAT_0022717c = 0x1700; rlLoadIdentity(); rlMultMatrixf...
11,258
EndTextureMode
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c
void EndTextureMode(void) { rlDrawRenderBatchActive(); // Update and draw internal render batch rlDisableFramebuffer(); // Disable render target (fbo) // Set viewport to default framebuffer size SetupViewport(CORE.Window.render.width, CORE.Window.render.height); // Go back to the mod...
O3
c
EndTextureMode: subq $0x48, %rsp movq 0xc7498(%rip), %rdi # 0x13b118 callq 0x61150 movl $0x8d40, %edi # imm = 0x8D40 xorl %esi, %esi callq *0xc55be(%rip) # 0x139250 movl 0xc7f6c(%rip), %edi # 0x13bc04 movl 0xc7f6a(%rip), %esi # 0x13bc08 callq 0x71c9a leaq 0xc74be(%rip), %rax # 0x13b16...
EndTextureMode: sub rsp, 48h mov rdi, cs:RLGL call rlDrawRenderBatch mov edi, 8D40h xor esi, esi call cs:glad_glBindFramebuffer mov edi, dword ptr cs:qword_13BC04 mov esi, dword ptr cs:qword_13BC04+4 call SetupViewport lea rax, xmmword_13B168 mov cs:qword_13B160, rax mov cs:...
long long EndTextureMode( double a1, __m128 a2, __m128 a3, __m128 a4, double a5, double a6, __m128 a7, __m128 a8, long long a9, long long a10) { long long v10; // rsi double v11; // xmm4_8 double v12; // xmm5_8 long long v13; // rd...
EndTextureMode: SUB RSP,0x48 MOV RDI,qword ptr [0x0023b118] CALL 0x00161150 MOV EDI,0x8d40 XOR ESI,ESI CALL qword ptr [0x00239250] MOV EDI,dword ptr [0x0023bc04] MOV ESI,dword ptr [0x0023bc08] CALL 0x00171c9a LEA RAX,[0x23b168] MOV qword ptr [0x0023b160],RAX MOV dword ptr [0x0023b15c],0x1700 MOV EAX,0x3f800000 MOV dwor...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void EndTextureMode(void) { rlDrawRenderBatch(RLGL); (*glad_glBindFramebuffer)(0x8d40,0); SetupViewport(DAT_0023bc04,DAT_0023bc08); DAT_0023b160 = &DAT_0023b168; DAT_0023b15c = 0x1700; DAT_0023b168 = 0x3f800000; _DAT_0...
11,259
nglog::LogMessage::~LogMessage()
ng-log[P]ng-log/src/logging.cc
LogMessage::~LogMessage() noexcept(false) { Flush(); bool fail = data_->severity_ == NGLOG_FATAL && exit_on_dfatal; #ifdef NGLOG_THREAD_LOCAL_STORAGE if (data_ == static_cast<void*>(&thread_msg_data)) { data_->~LogMessageData(); thread_data_available = true; } else { delete allocated_; } #else /...
O2
cpp
nglog::LogMessage::~LogMessage(): pushq %rbp pushq %r14 pushq %rbx movq %rdi, %r14 callq 0xc268 movq (%r14), %rbx movq 0x8(%r14), %rax cmpl $0x3, 0x7698(%rax) sete %bpl andb 0x253e9(%rip), %bpl # 0x315e4 testq %rbx, %rbx je 0xc20c leaq 0x7538(%rbx), %rdi callq 0xa332 movl $0x76f0, %esi # imm = 0x76F0 movq...
_ZN5nglog10LogMessageD2Ev: push rbp; Alternative name is 'nglog::LogMessage::~LogMessage()' push r14 push rbx mov r14, rdi call _ZN5nglog10LogMessage5FlushEv; nglog::LogMessage::Flush(void) mov rbx, [r14] mov rax, [r14+8] cmp dword ptr [rax+7698h], 3 setz bpl and bpl, cs:_ZN5nglogL14e...
void nglog::LogMessage::~LogMessage(nglog::LogMessage *this) { long long v1; // rbx char v2; // bp nglog::tools *v3; // rdi long long v4; // rax nglog::LogMessage::Flush(this); v1 = *(_QWORD *)this; v2 = nglog::exit_on_dfatal & (*(_DWORD *)(*((_QWORD *)this + 1) + 30360LL) == 3); if ( *(_QWORD *)this ...
~LogMessage: PUSH RBP PUSH R14 PUSH RBX MOV R14,RDI CALL 0x0010c268 MOV RBX,qword ptr [R14] MOV RAX,qword ptr [R14 + 0x8] CMP dword ptr [RAX + 0x7698],0x3 SETZ BPL AND BPL,byte ptr [0x001315e4] TEST RBX,RBX JZ 0x0010c20c LEA RDI,[RBX + 0x7538] CALL 0x0010a332 LAB_0010c20c: MOV ESI,0x76f0 MOV RDI,RBX CALL 0x00109b2a TES...
/* nglog::LogMessage::~LogMessage() */ void __thiscall nglog::LogMessage::~LogMessage(LogMessage *this) { void *pvVar1; int iVar2; int8 uVar3; byte bVar4; Flush(this); pvVar1 = *(void **)this; bVar4 = *(int *)(*(long *)(this + 8) + 0x7698) == 3 & exit_on_dfatal; if (pvVar1 != (void *)0x0) { Lo...
11,260
my_xml_leave
eloqsql/strings/xml.c
static int my_xml_leave(MY_XML_PARSER *p, const char *str, size_t slen) { char *e, *tag; size_t glen; char s[32]; char g[32]; int rc; /* Find previous '/' or beginning */ for (e= p->attr.end; (e > p->attr.start) && (e[0] != '/') ; e--); glen= (size_t) ((e[0] == '/') ? (p->attr.end - e - 1) : p->attr.e...
O0
c
my_xml_leave: pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x60(%rbp) movq %rsi, -0x68(%rbp) movq %rdx, -0x70(%rbp) movq -0x60(%rbp), %rax movq 0x120(%rax), %rax movq %rax, -0x78(%rbp) movq -0x78(%rbp), %rcx movq -0x60(%rbp), %rdx xorl %eax, %eax cmpq 0x118(%rdx), %r...
my_xml_leave: push rbp mov rbp, rsp sub rsp, 0B0h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_60], rdi mov [rbp+var_68], rsi mov [rbp+var_70], rdx mov rax, [rbp+var_60] mov rax, [rax+120h] mov [rbp+var_78], rax loc_D6863: mov rcx, [rbp+var_78] mov rdx, [rbp+var_6...
long long my_xml_leave(long long a1, long long a2, long long a3) { unsigned int v4; // [rsp+8h] [rbp-A8h] unsigned int v5; // [rsp+Ch] [rbp-A4h] _BYTE *v6; // [rsp+10h] [rbp-A0h] long long v7; // [rsp+18h] [rbp-98h] bool v8; // [rsp+23h] [rbp-8Dh] unsigned int v9; // [rsp+24h] [rbp-8Ch] _BYTE *i; // [rsp...
my_xml_leave: PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x60],RDI MOV qword ptr [RBP + -0x68],RSI MOV qword ptr [RBP + -0x70],RDX MOV RAX,qword ptr [RBP + -0x60] MOV RAX,qword ptr [RAX + 0x120] MOV qword ptr [RBP + -0x78],RAX LAB_001d6863: MOV RCX...
int4 my_xml_leave(uint *param_1,void *param_2,size_t param_3) { int iVar1; long in_FS_OFFSET; bool bVar2; int4 local_b0; int4 local_ac; char *local_a8; size_t local_a0; int4 local_94; char *local_80; int4 local_5c; int1 local_58 [32]; int1 local_38 [40]; long local_10; local_10 = *(long...
11,261
bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
monkey531[P]llama/common/json.hpp
bool operator==(const IterImpl& other) const { // if objects are not the same, the comparison is undefined if (JSON_HEDLEY_UNLIKELY(m_object != other.m_object)) { JSON_THROW(invalid_iterator::create(212, "cannot compare iterators of different containers", m_object)); } ...
O3
cpp
bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_: push rbp; char ...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_: PUSH RBP PUSH R15 ...
int8 _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_ (in...
11,262
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
llama.cpp/common/minja/minja.hpp
static Value simple_function(const std::string & fn_name, const std::vector<std::string> & params, const std::function<Value(const std::shared_ptr<Context> &, Value & args)> & fn) { std::map<std::string, size_t> named_positions; for (size_t i = 0, n = params.size(); i < n; i++) named_positions[params[i]] = i; re...
O3
cpp
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
_ZN5minjaL15simple_functionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS5_SaIS5_EERKSt8functionIFNS_5ValueERKSt10shared_ptrINS_7ContextEERSE_EE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0E8h mov [rsp+118h+var_F0], rcx mov r15, rdx mov r14, r...
long long minja::simple_function(long long a1, long long a2, _QWORD *a3, long long a4) { long long v5; // rbp long long v6; // rbp long long v7; // rbx long long v8; // r12 long long v9; // r12 long long v10; // rax long long v11; // rdx int v12; // ecx int *v13; // r8 int *v14; // rsi long long ...
simple_function: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV qword ptr [RSP + 0x28],RCX MOV R15,RDX MOV R14,RSI MOV qword ptr [RSP + 0x20],RDI LEA RAX,[RSP + 0xc0] MOV dword ptr [RAX],0x0 XOR ECX,ECX MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RAX + 0x10],RAX MOV qword ptr [RAX + 0x18],RAX M...
/* minja::simple_function(std::__cxx11::string const&, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&, std::function<minja::Value (std::shared_ptr<minja::Context> const&, minja::Value&)> const&) */ void __thiscall minja::simple_function(minja *this,string *param_1,vector *param...
11,263
ImageAlphaPremultiply
csit-sgu[P]mit-game-2025-team-tyler/Libraries/raylib/src/rtextures.c
void ImageAlphaPremultiply(Image *image) { // Security check to avoid program crash if ((image->data == NULL) || (image->width == 0) || (image->height == 0)) return; float alpha = 0.0f; Color *pixels = LoadImageColors(*image); for (int i = 0; i < image->width*image->height; i++) { if (...
O2
c
ImageAlphaPremultiply: pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp cmpq $0x0, (%rdi) je 0x82aeb movq %rdi, %rbx cmpl $0x0, 0x8(%rdi) je 0x82aeb cmpl $0x0, 0xc(%rbx) je 0x82aeb movq 0x10(%rbx), %rax movq %rax, 0x10(%rsp) movups (%rbx), %xmm0 movups %xmm0, (%rsp) xorl %r15d, %r15d callq 0x7e5ef movq %rax, %r14 movs...
ImageAlphaPremultiply: push r15 push r14 push rbx sub rsp, 20h cmp qword ptr [rdi], 0 jz loc_82AEB mov rbx, rdi cmp dword ptr [rdi+8], 0 jz loc_82AEB cmp dword ptr [rbx+0Ch], 0 jz loc_82AEB mov rax, [rbx+10h] mov [rsp+38h+var_28], rax movups xmm0, xmmword ptr [rbx] m...
void ImageAlphaPremultiply( __m128i *a1, long long a2, long long a3, long long a4, long long a5, long long a6, double a7, __m128 a8) { long long v8; // r15 long long ImageColors; // r14 int v10; // eax double v11; // xmm0_8 int v12; // esi lon...
ImageAlphaPremultiply: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 CMP qword ptr [RDI],0x0 JZ 0x00182aeb MOV RBX,RDI CMP dword ptr [RDI + 0x8],0x0 JZ 0x00182aeb CMP dword ptr [RBX + 0xc],0x0 JZ 0x00182aeb MOV RAX,qword ptr [RBX + 0x10] MOV qword ptr [RSP + 0x10],RAX MOVUPS XMM0,xmmword ptr [RBX] MOVUPS xmmword ptr [RSP],XM...
void ImageAlphaPremultiply(long *param_1) { byte bVar1; int4 uVar2; float fVar3; long lVar4; long lVar5; float fVar6; if (((*param_1 != 0) && ((int)param_1[1] != 0)) && (*(int *)((long)param_1 + 0xc) != 0)) { lVar4 = LoadImageColors(); fVar3 = DAT_001b96f0; for (lVar5 = 0; lVar5 < (long)*...
11,264
my_uca_charcmp
eloqsql/strings/ctype-uca.c
static int my_uca_charcmp(CHARSET_INFO *cs, my_wc_t wc1, my_wc_t wc2) { uint num_level= cs->levels_for_order; int ret; uint i; for (i= 0; i != num_level; i++) { ret= my_uca_charcmp_onelevel(cs, wc1, wc2, i); if (ret) { return ret; } } return 0; }
O3
c
my_uca_charcmp: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movzbl 0xb2(%rdi), %eax testq %rax, %rax je 0x449a0 movq 0x60(%rdi), %r12 movl %esi, %edi movq %rsi, %r8 shrq $0x8, %r8 movl $0xffffff, %r9d # imm = 0xFFFFFF movq %r8, -0x78(%rbp) andq %r9, %r8 mov...
my_uca_charcmp: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h movzx eax, byte ptr [rdi+0B2h] test rax, rax jz loc_449A0 mov r12, [rdi+60h] mov edi, esi mov r8, rsi shr r8, 8 mov r9d, 0FFFFFFh mov [rbp+var_78], r8 and r8, r...
long long my_uca_charcmp(long long a1, unsigned long long a2, unsigned long long a3) { long long v3; // rax long long v4; // r12 unsigned long long v5; // rdi long long v6; // r8 int v7; // r10d unsigned long long v8; // r11 long long v9; // r9 BOOL v10; // esi long long v11; // rdx long long v12; ...
my_uca_charcmp: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOVZX EAX,byte ptr [RDI + 0xb2] TEST RAX,RAX JZ 0x001449a0 MOV R12,qword ptr [RDI + 0x60] MOV EDI,ESI MOV R8,RSI SHR R8,0x8 MOV R9D,0xffffff MOV qword ptr [RBP + -0x78],R8 AND R8,R9 MOV ECX,0xff MOV R10,RSI AND R10,RCX MOV R1...
uint my_uca_charcmp(long param_1,ulong param_2,ulong param_3) { short *__s2; byte bVar1; byte bVar2; byte bVar3; long lVar4; long lVar5; long lVar6; int iVar7; uint uVar8; ulong uVar9; ulong uVar10; long lVar11; short *__s1; uint local_88; bVar1 = *(byte *)(param_1 + 0xb2); if ((ulo...
11,265
nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::LogToSinks(LogSeverity severity, const char* full_filename, const char* base_filename, int line, const LogMessageTime& time, const char*...
O0
cpp
nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long): pushq %rbp movq %rsp, %rbp pushq %rbx subq $0x68, %rsp movq 0x10(%rbp), %rax movl %edi, -0xc(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movq %r8...
_ZN5nglog14LogDestination10LogToSinksENS_11LogSeverityEPKcS3_iRKNS_14LogMessageTimeES3_m: push rbp mov rbp, rsp push rbx sub rsp, 68h mov rax, [rbp+arg_0] mov [rbp+var_C], edi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_30], r8 mov [rbp+var_38...
long long nglog::LogDestination::LogToSinks( unsigned int a1, long long a2, long long a3, unsigned int a4, long long a5, long long a6, long long a7) { long long v7; // rax long long v9; // rax _QWORD *v10; // rax long long v12; // [rsp+20h] [rbp-50h] _B...
LogToSinks: PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x68 MOV RAX,qword ptr [RBP + 0x10] MOV dword ptr [RBP + -0xc],EDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 LEA RDI,[RBP + -0x48] LEA RSI,[0x172ef8] CALL...
/* nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) */ void nglog::LogDestination::LogToSinks (int4 param_1,int8 param_2,int8 param_3,int4 param_4, int8 param_5,int8 param_6,int8 param_7) { ...
11,266
nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::LogToSinks(LogSeverity severity, const char* full_filename, const char* base_filename, int line, const LogMessageTime& time, const char*...
O2
cpp
nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %r9, (%rsp) movq %r8, %r14 movl %ecx, %ebp movq %rdx, %r15 movq %rsi, %r12 movl %edi, %r...
_ZN5nglog14LogDestination10LogToSinksENS_11LogSeverityEPKcS3_iRKNS_14LogMessageTimeES3_m: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rsp+48h+var_48], r9 mov r14, r8 mov ebp, ecx mov r15, rdx mov r12, rsi mov r13d, edi lea rdi, _ZN5nglog14Log...
long long nglog::LogDestination::LogToSinks( unsigned int a1, long long a2, long long a3, unsigned int a4, long long a5, long long a6, long long a7) { long long v10; // r12 long long i; // rbx void *v15; // [rsp+8h] [rbp-40h] BYREF char v16; // [rsp+10h] ...
LogToSinks: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV qword ptr [RSP],R9 MOV R14,R8 MOV EBP,ECX MOV R15,RDX MOV R12,RSI MOV R13D,EDI LEA RDI,[0x12ed48] MOV qword ptr [RSP + 0x8],RDI MOV byte ptr [RSP + 0x10],0x1 CALL 0x0010f424 MOV RAX,qword ptr [0x0012ed40] TEST RAX,RAX JZ 0x0010e3c1 MOV R...
/* nglog::LogDestination::LogToSinks(nglog::LogSeverity, char const*, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) */ void nglog::LogDestination::LogToSinks (int4 param_1,int8 param_2,int8 param_3,int4 param_4, int8 param_5,int8 param_6,int8 param_7) { ...
11,267
ma_set_data_pagecache_callbacks
eloqsql/storage/maria/ma_open.c
void _ma_set_data_pagecache_callbacks(PAGECACHE_FILE *file, MARIA_SHARE *share) { pagecache_file_set_null_hooks(file); file->callback_data= (uchar*) share; file->flush_log_callback= &maria_flush_log_for_page_none; /* Do nothing */ file->post_write_hook= maria_page_write_fai...
O3
c
ma_set_data_pagecache_callbacks: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rsi, %rbx movq %rdi, %r14 callq 0x35a53 movq %rbx, 0x40(%r14) leaq -0x5584(%rip), %rax # 0x5154c movq %rax, 0x38(%r14) leaq -0x55f5(%rip), %rax # 0x514e6 movq %rax, 0x30(%r14) cmpb $0x0, 0x7d9(%rbx) je 0x56b00 leaq -0x5656(%...
_ma_set_data_pagecache_callbacks: push rbp mov rbp, rsp push r14 push rbx mov rbx, rsi mov r14, rdi call pagecache_file_set_null_hooks mov [r14+40h], rbx lea rax, maria_flush_log_for_page_none mov [r14+38h], rax lea rax, maria_page_write_failure mov [r14+30h], rax cmp byt...
long long ( * ma_set_data_pagecache_callbacks(_QWORD *a1, long long a2))() { long long ( *result)(); // rax pagecache_file_set_null_hooks((long long)a1); a1[8] = a2; a1[7] = maria_flush_log_for_page_none; a1[6] = maria_page_write_failure; if ( *(_BYTE *)(a2 + 2009) ) { a1[4] = maria_page_crc_check_no...
_ma_set_data_pagecache_callbacks: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RSI MOV R14,RDI CALL 0x00135a53 MOV qword ptr [R14 + 0x40],RBX LEA RAX,[0x15154c] MOV qword ptr [R14 + 0x38],RAX LEA RAX,[0x1514e6] MOV qword ptr [R14 + 0x30],RAX CMP byte ptr [RBX + 0x7d9],0x0 JZ 0x00156b00 LEA RAX,[0x151499] MOV qword pt...
void _ma_set_data_pagecache_callbacks(long param_1,long param_2) { code *pcVar1; pagecache_file_set_null_hooks(); *(long *)(param_1 + 0x40) = param_2; *(code **)(param_1 + 0x38) = maria_flush_log_for_page_none; *(code **)(param_1 + 0x30) = maria_page_write_failure; if (*(char *)(param_2 + 0x7d9) == '\0...
11,268
mbr_join
eloqsql/storage/maria/ma_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: 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_88A46: mov rax, [rbp+var_8] movsd xmm0, qword ptr [ra...
double * mbr_join(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_00188a46: 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]...
11,269
void google::protobuf::internal::SwapFieldHelper::SwapStringField<false>(google::protobuf::Reflection const*, google::protobuf::Message*, google::protobuf::Message*, google::protobuf::FieldDescriptor const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc
void SwapFieldHelper::SwapStringField(const Reflection* r, Message* lhs, Message* rhs, const FieldDescriptor* field) { switch (field->options().ctype()) { default: case FieldOptions::STRING: { if (r->IsInlined(field)) { ...
O0
cpp
void google::protobuf::internal::SwapFieldHelper::SwapStringField<false>(google::protobuf::Reflection const*, google::protobuf::Message*, google::protobuf::Message*, google::protobuf::FieldDescriptor const*): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movq %rdx, 0x10(%rsp) movq %rcx, 0x8(%rsp) movq 0x...
_ZN6google8protobuf8internal15SwapFieldHelper15SwapStringFieldILb0EEEvPKNS0_10ReflectionEPNS0_7MessageES8_PKNS0_15FieldDescriptorE: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov [rsp+28h+var_18], rdx mov [rsp+28h+var_20], rcx mov rdi, [rsp+28h+var_20]; this call _ZNK6goo...
11,270
void google::protobuf::internal::SwapFieldHelper::SwapStringField<false>(google::protobuf::Reflection const*, google::protobuf::Message*, google::protobuf::Message*, google::protobuf::FieldDescriptor const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc
void SwapFieldHelper::SwapStringField(const Reflection* r, Message* lhs, Message* rhs, const FieldDescriptor* field) { switch (field->options().ctype()) { default: case FieldOptions::STRING: { if (r->IsInlined(field)) { ...
O3
cpp
void google::protobuf::internal::SwapFieldHelper::SwapStringField<false>(google::protobuf::Reflection const*, google::protobuf::Message*, google::protobuf::Message*, google::protobuf::FieldDescriptor const*): pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rcx, %rbx movq %rdx, %r14 movq %rsi, %r15 movq %rd...
_ZN6google8protobuf8internal15SwapFieldHelper15SwapStringFieldILb0EEEvPKNS0_10ReflectionEPNS0_7MessageES8_PKNS0_15FieldDescriptorE: push r15 push r14 push r12 push rbx push rax mov rbx, rcx mov r14, rdx mov r15, rsi mov r12, rdi add rdi, 8; this mov rsi, rcx; google::protobuf::Fie...
long long google::protobuf::internal::SwapFieldHelper::SwapStringField<false>( long long a1, long long a2, long long a3, const google::protobuf::FieldDescriptor *a4) { if ( (unsigned __int8)google::protobuf::internal::ReflectionSchema::IsFieldInlined( (google...
SwapStringField<false>: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RCX MOV R14,RDX MOV R15,RSI MOV R12,RDI ADD RDI,0x8 MOV RSI,RCX CALL 0x0016e994 MOV RDI,R12 MOV RSI,R15 MOV RDX,R14 MOV RCX,RBX ADD RSP,0x8 TEST AL,AL JZ 0x0016cd84 POP RBX POP R12 POP R14 POP R15 JMP 0x0016f33c LAB_0016cd84: POP RBX POP R12 P...
/* void google::protobuf::internal::SwapFieldHelper::SwapStringField<false>(google::protobuf::Reflection const*, google::protobuf::Message*, google::protobuf::Message*, google::protobuf::FieldDescriptor const*) */ void google::protobuf::internal::SwapFieldHelper::SwapStringField<false> (Refle...
11,271
ma_find_writepos
eloqsql/storage/maria/ma_dynrec.c
static int _ma_find_writepos(MARIA_HA *info, ulong reclength, /* record length */ my_off_t *filepos, /* Return file pos */ ulong *length) /* length of block at filepos */ { MARIA_BLOCK_INFO block_info; ulong tmp; DBUG_ENTER("_ma_find_writepos"); if (info->s->state.dellink != HA_OFFSET...
O3
c
ma_find_writepos: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x60, %rsp movq %rcx, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x18(%rbp) movq (%rdi), %rax movq 0xc8(%rax), %rax cmpq $-0x1, %rax je 0x6a4d4 cmpb $0x0, 0x681(%rbx) je 0x6a552 movq 0x20(%rbx), %rax movq 0x28(%rax), %rax movq %rax, (%rd...
_ma_find_writepos: push rbp mov rbp, rsp push r14 push rbx sub rsp, 60h mov r14, rcx mov rbx, rdi mov rax, fs:28h mov [rbp+var_18], rax mov rax, [rdi] mov rax, [rax+0C8h] cmp rax, 0FFFFFFFFFFFFFFFFh jz short loc_6A4D4 cmp byte ptr [rbx+681h], 0 jz short loc_6A5...
long long ma_find_writepos(_QWORD *a1, unsigned long long a2, _QWORD *a3, long long *a4, long long a5, int a6) { long long v8; // rax unsigned long long v9; // rsi unsigned long long v10; // rax long long v11; // rcx long long v12; // rdx unsigned long long v13; // rdi unsigned long long v14; // rsi lo...
_ma_find_writepos: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x60 MOV R14,RCX MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + 0xc8] CMP RAX,-0x1 JZ 0x0016a4d4 CMP byte ptr [RBX + 0x681],0x0 JZ 0x0016a552 LAB_0016a4d4: MOV RAX,qword ptr [RBX +...
int8 _ma_find_writepos(long *param_1,ulong param_2,long *param_3,ulong *param_4) { int4 *puVar1; ulong uVar2; int8 uVar3; long lVar4; ulong uVar5; long in_FS_OFFSET; int1 local_78 [40]; ulong local_50; int8 local_38; int4 local_28; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); ...
11,272
ma_remove_not_visible_states_with_lock
eloqsql/storage/maria/ma_state.c
void _ma_remove_not_visible_states_with_lock(MARIA_SHARE *share, my_bool all) { my_bool is_lock_trman; if ((is_lock_trman= trman_is_inited())) trnman_lock(); mysql_mutex_lock(&share->intern_lock); share->state_history= _ma_remove_not_visible_states(share->state...
O3
c
ma_remove_not_visible_states_with_lock: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %esi, %r14d movq %rdi, %rbx xorl %eax, %eax callq 0x41d9f testb %al, %al je 0x33c17 xorl %eax, %eax callq 0x41d4f leaq 0x8f0(%rbx), %r15 cmpq $0x0, 0x930(%rbx) jne 0x33c6a movq %r15, %rdi callq 0x2a230 mo...
_ma_remove_not_visible_states_with_lock: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14d, esi mov rbx, rdi xor eax, eax call trman_is_inited test al, al jz short loc_33C17 xor eax, eax call trnman_lock lea r15, [rbx+8F0h] cmp qword ptr [rbx+930...
long long ma_remove_not_visible_states_with_lock(long long a1, char a2) { if ( (unsigned __int8)trman_is_inited(a1) ) { trnman_lock(); if ( *(_QWORD *)(a1 + 2352) ) psi_mutex_lock(a1 + 2288, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_state.c", 0xE1u); else pthread...
_ma_remove_not_visible_states_with_lock: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14D,ESI MOV RBX,RDI XOR EAX,EAX CALL 0x00141d9f TEST AL,AL JZ 0x00133c17 XOR EAX,EAX CALL 0x00141d4f LEA R15,[RBX + 0x8f0] CMP qword ptr [RBX + 0x930],0x0 JNZ 0x00133c6a MOV RDI,R15 CALL 0x0012a230 LAB_00133bd2: MOV R...
void _ma_remove_not_visible_states_with_lock(long param_1,char param_2) { pthread_mutex_t *ppVar1; char cVar2; int8 uVar3; cVar2 = trman_is_inited(); if (cVar2 != '\0') { trnman_lock(); ppVar1 = (pthread_mutex_t *)(param_1 + 0x8f0); if (*(long *)(param_1 + 0x930) == 0) { pthread_mutex_l...
11,273
backtick_string
eloqsql/strings/my_vsnprintf.c
static char *backtick_string(CHARSET_INFO *cs, char *to, const char *end, char *par, size_t par_len, char quote_char, my_bool cut) { char *last[3]= {0,0,0}; uint char_len; char *start= to; char *par_end= par + par_len; size_t buff_length= (size_t) (end...
O0
c
backtick_string: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movb %r9b, %al movb 0x10(%rbp), %r9b movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movb %al, -0x31(%rbp) leaq -0x50(%rbp), %rdi xorl %esi, %esi movl $0x18, %edx callq 0x24180 movq -0x18(%rbp)...
backtick_string: push rbp mov rbp, rsp sub rsp, 80h mov al, r9b mov r9b, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_31], al lea rdi, [rbp+var_50] xor esi, esi mov edx, 18h ca...
_BYTE * backtick_string( long long a1, _BYTE *a2, unsigned long long a3, char *a4, unsigned long long a5, char a6, char a7) { _BYTE *v7; // rax _BYTE *v8; // rax unsigned int v10; // [rsp+4h] [rbp-7Ch] char v11; // [rsp+Bh] [rbp-75h] unsigned int v12; //...
backtick_string: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV AL,R9B MOV R9B,byte ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV byte ptr [RBP + -0x31],AL LEA RDI,[RBP + -0x50] XOR ESI,ESI MOV E...
char * backtick_string(int8 param_1,char *param_2,char *param_3,char *param_4,ulong param_5, char param_6,char param_7) { char cVar1; uint uVar2; char *pcVar3; uint local_84; uint local_7c; char *local_68; long local_58 [3]; char local_39; ulong local_38; char *local_30; ch...
11,274
ma_pvio_register_callback
eloqsql/libmariadb/libmariadb/ma_pvio.c
int ma_pvio_register_callback(my_bool register_callback, void (*callback_function)(int mode, MYSQL *mysql, const uchar *buffer, size_t length)) { LIST *list; if (!callback_function) return 1; /* plugin will unregister in it's deinit function */ if (register_callback) { l...
O3
c
ma_pvio_register_callback: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx testq %rsi, %rsi je 0x1e2de movq %rsi, %r14 testb %dil, %dil je 0x1e2ea movl $0x18, %edi callq 0x13600 movq %r14, 0x10(%rax) leaq 0x2cd6c(%rip), %rbx # 0x4b038 movq (%rbx), %rdi movq %rax, %rsi callq 0x1d884 movq %rax, (%rbx) xorl %ebx, %eb...
ma_pvio_register_callback: push rbp mov rbp, rsp push r14 push rbx test rsi, rsi jz short loc_1E2DE mov r14, rsi test dil, dil jz short loc_1E2EA mov edi, 18h call _malloc mov [rax+10h], r14 lea rbx, pvio_callback mov rdi, [rbx] mov rsi, rax call list_add mov ...
long long ma_pvio_register_callback(char a1, long long a2) { _QWORD *v3; // rax unsigned int v4; // ebx long long *v6; // rsi if ( a2 ) { if ( a1 ) { v3 = (_QWORD *)malloc(24LL); v3[2] = a2; pvio_callback = list_add(pvio_callback, v3); return 0; } else { v4 ...
ma_pvio_register_callback: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX TEST RSI,RSI JZ 0x0011e2de MOV R14,RSI TEST DIL,DIL JZ 0x0011e2ea MOV EDI,0x18 CALL 0x00113600 MOV qword ptr [RAX + 0x10],R14 LEA RBX,[0x14b038] MOV RDI,qword ptr [RBX] MOV RSI,RAX CALL 0x0011d884 MOV qword ptr [RBX],RAX XOR EBX,EBX JMP 0x0011e2e3 LAB_00...
int8 ma_pvio_register_callback(char param_1,long param_2) { long *plVar1; void *pvVar2; int8 uVar3; long lVar4; if (param_2 == 0) { uVar3 = 1; } else if (param_1 == '\0') { uVar3 = 0; lVar4 = pvio_callback; if (pvio_callback != 0) { do { if (*(long *)(lVar4 + 0x10) == pa...
11,275
bool nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsig...
monkey531[P]llama/common/json.hpp
constexpr bool is_object() const noexcept { return m_data.m_type == value_t::object; }
O1
cpp
bool nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsig...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_: cmp byte ptr [rdi], 1 jnz short loc_E...
bool ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_( long long a1, long long ...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_: CMP byte ptr [RDI],0x1 JNZ 0x001e8946 PUSH R1...
int8 _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_ (char *param_1) { long *plV...
11,276
my_register_filename
eloqsql/mysys/my_open.c
File my_register_filename(File fd, const char *FileName, enum file_type type_of_file, uint error_message_number, myf MyFlags) { DBUG_ENTER("my_register_filename"); if ((int) fd >= MY_FILE_MIN) { my_atomic_add32_explicit(&my_file_opened, 1, MY_MEMORY_ORDER_RELAXED); if ((uint) fd >= my_file_limit || (...
O0
c
my_register_filename: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl %edi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movl %ecx, -0x18(%rbp) movq %r8, -0x20(%rbp) cmpl $0x0, -0x8(%rbp) jl 0xfa566 movl $0x1, -0x24(%rbp) movl -0x24(%rbp), %eax leaq 0xb8fab0(%rip), %rcx # 0xc89f74 lock xaddl %eax, (%rcx...
my_register_filename: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], edi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_18], ecx mov [rbp+var_20], r8 cmp [rbp+var_8], 0 jl loc_FA566 mov [rbp+var_24], 1 mov eax, [rbp+var_24] lea rcx, my_file_opened lock ...
long long my_register_filename(long long a1, const char *a2, int a3, unsigned int a4, __int16 a5) { unsigned int *v5; // rax int v7; // [rsp+24h] [rbp-2Ch] if ( (int)a1 < 0 ) { v7 = *(_DWORD *)__errno_location(); *(_DWORD *)my_thread_var(a1, a2) = v7; if ( (a5 & 0x19) != 0 ) { if ( *(_DW...
my_register_filename: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV dword ptr [RBP + -0x8],EDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV dword ptr [RBP + -0x18],ECX MOV qword ptr [RBP + -0x20],R8 CMP dword ptr [RBP + -0x8],0x0 JL 0x001fa566 MOV dword ptr [RBP + -0x24],0x1 MOV EAX,dword ptr [RBP + -0x2...
uint my_register_filename (uint param_1,int8 param_2,int4 param_3,int4 param_4,ulong param_5) { int iVar1; int8 uVar2; int *piVar3; int4 *puVar4; int4 local_20; uint local_c; if ((int)param_1 < 0) { piVar3 = __errno_location(); iVar1 = *piVar3; piVar3 = (int *)_my_thread_va...
11,277
get_head_or_tail_page
eloqsql/storage/maria/ma_blockrec.c
static my_bool get_head_or_tail_page(MARIA_HA *info, const MARIA_BITMAP_BLOCK *block, uchar *buff, uint length, uint page_type, enum pagecache_page_lock lock, struct st_row...
O0
c
get_head_or_tail_page: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq 0x10(%rbp), %rax movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movl %r8d, -0x28(%rbp) movl %r9d, -0x2c(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x50(%rbp) jmp 0x7f663 movq -0x50(%rbp),...
get_head_or_tail_page: push rbp mov rbp, rsp sub rsp, 0A0h mov rax, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_28], r8d mov [rbp+var_2C], r9d mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_50], ra...
char get_head_or_tail_page( _DWORD *a1, long long a2, _BYTE *a3, unsigned int a4, int a5, unsigned int a6, long long a7) { int v7; // ecx _DWORD *v8; // rdi int *v9; // rax long long v10; // rdx long long v11; // rcx long long v12; // r8 int v13; //...
get_head_or_tail_page: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV dword ptr [RBP + -0x28],R8D MOV dword ptr [RBP + -0x2c],R9D MOV RAX,qword ptr [RBP + -0x10] MOV RAX,...
int1 get_head_or_tail_page (long *param_1,int8 *param_2,long param_3,uint param_4,int param_5, int4 param_6,long *param_7) { ushort uVar1; long lVar2; long *plVar3; long lVar4; int4 *puVar5; ulong local_98; int8 local_88; ushort *local_60; int1 local_50 [8]; int4 local_48; ch...
11,278
aria_read_index
eloqsql/storage/maria/ma_backup.c
int aria_read_index(File kfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block, uchar *buffer) { MARIA_SHARE share; int retry= 0; DBUG_ENTER("aria_read_index"); share.keypage_header= cap->keypage_header; share.block_size= cap->block_size; do { int error; size_t length; if (...
O3
c
aria_read_index: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xc48, %rsp # imm = 0xC48 movq %rcx, %r14 movq %rdx, %rbx movq %rsi, %r15 movl %edi, %r12d movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movl 0x14(%rsi), %r13d movl %r13d, -0x524(%rbp) movl 0x10(%rsi), %eax ...
aria_read_index: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 0C48h mov r14, rcx mov rbx, rdx mov r15, rsi mov r12d, edi mov rax, fs:28h mov [rbp+var_30], rax mov r13d, [rsi+14h] mov [rbp+var_524], r13d mov eax, [rsi+10h] mov ...
long long aria_read_index(unsigned int a1, long long a2, unsigned long long a3, long long a4) { long long v7; // r13 unsigned int v8; // eax long long v9; // rax long long v10; // rcx unsigned long long v11; // rsi long long result; // rax unsigned int v13; // r8d _BYTE v14[1860]; // [rsp+8h] [rbp-C68h...
aria_read_index: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xc48 MOV R14,RCX MOV RBX,RDX MOV R15,RSI MOV R12D,EDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV R13D,dword ptr [RSI + 0x14] MOV dword ptr [RBP + -0x524],R13D MOV EAX,dword ptr [RSI + 0x10] MOV dword ptr [RB...
int aria_read_index(int4 param_1,ulong *param_2,ulong param_3,long param_4) { ushort uVar1; char cVar2; uint uVar3; int iVar4; ulong uVar5; int *piVar6; ulong uVar7; ulong uVar8; long in_FS_OFFSET; int1 local_c70 [1860]; uint local_52c; uint local_4b4; long local_38; local_38 = *(long *...
11,279
defaultReadCode(int, char*, unsigned long, int*)
llama.cpp/examples/run/linenoise.cpp/linenoise.cpp
static size_t defaultReadCode(int fd, char * buf, size_t buf_len, int * cp) { if (buf_len < 1) { return -1; } size_t nread = read(fd, &buf[0], 1); if (nread <= 0) { return nread; } unsigned char byte = buf[0]; if ((byte & 0x80) == 0) { ; } else if ((byte & 0xE0) ...
O3
cpp
defaultReadCode(int, char*, unsigned long, int*): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq $-0x1, %r12 testq %rdx, %rdx je 0x33d86 movq %rcx, %rbx movq %rdx, %r14 movq %rsi, %r15 movl %edi, %ebp movl $0x1, %edx callq 0x1da90 testq %rax, %rax je 0x33d83 movzbl (%r15), %eax testb %al, %al js 0x33d1c mo...
_ZL15defaultReadCodeiPcmPi: push rbp push r15 push r14 push r12 push rbx mov r12, 0FFFFFFFFFFFFFFFFh test rdx, rdx jz loc_33D86 mov rbx, rcx mov r14, rdx mov r15, rsi mov ebp, edi mov edx, 1 call _read test rax, rax jz loc_33D83 movzx eax, byte ptr [r15] test ...
long long defaultReadCode(long long a1, char *a2, unsigned long long a3, int *a4) { long long v4; // r12 int v8; // eax char *v10; // rsi long long v11; // rdx v4 = -1LL; if ( !a3 ) return v4; if ( !read(a1, a2, 1LL) ) return 0LL; v8 = (unsigned __int8)*a2; if ( (v8 & 0x80u) == 0 ) retur...
defaultReadCode: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R12,-0x1 TEST RDX,RDX JZ 0x00133d86 MOV RBX,RCX MOV R14,RDX MOV R15,RSI MOV EBP,EDI MOV EDX,0x1 CALL 0x0011da90 TEST RAX,RAX JZ 0x00133d83 MOVZX EAX,byte ptr [R15] TEST AL,AL JS 0x00133d1c LAB_00133d06: MOV RDI,R15 MOV RSI,R14 MOV RDX,RBX POP RBX POP R12...
/* defaultReadCode(int, char*, unsigned long, int*) */ int8 defaultReadCode(int param_1,char *param_2,ulong param_3,int *param_4) { byte bVar1; ssize_t sVar2; int8 uVar3; size_t __nbytes; if (param_3 == 0) { return 0xffffffffffffffff; } sVar2 = read(param_1,param_2,1); if (sVar2 == 0) { re...
11,280
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-port.cc
static void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { if (*stream != nullptr) { GTEST_LOG_(FATAL) << "Only one " << stream_name << " capturer can exist at a time."; } *stream = new CapturedStream(fd); }
O0
cpp
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**): subq $0x58, %rsp movl %edi, 0x54(%rsp) movq %rsi, 0x48(%rsp) movq %rdx, 0x40(%rsp) movq 0x40(%rsp), %rax cmpq $0x0, (%rax) je 0xfa240 leaq 0x5aeed(%rip), %rdx # 0x1550a5 leaq 0x3c(%rsp), %rdi movq %rdi, 0x18(%rsp) movl $0x3, %e...
_ZN7testing8internalL13CaptureStreamEiPKcPPNS0_14CapturedStreamE: sub rsp, 58h mov [rsp+58h+var_4], edi mov qword ptr [rsp+58h+var_10], rsi; char mov [rsp+58h+var_18], rdx; __int64 mov rax, [rsp+58h+var_18] cmp qword ptr [rax], 0 jz loc_FA240 lea rdx, aWorkspaceLlm4b_11; "/workspace/llm...
long long testing::internal::CaptureStream( testing::internal *this, long long a2, const char *a3, testing::internal::CapturedStream **a4) { void *Stream; // rax long long result; // rax testing::internal::CapturedStream *v6; // [rsp+8h] [rbp-50h] long long v7; // [rsp+10h] [rbp...
CaptureStream: SUB RSP,0x58 MOV dword ptr [RSP + 0x54],EDI MOV qword ptr [RSP + 0x48],RSI MOV qword ptr [RSP + 0x40],RDX MOV RAX,qword ptr [RSP + 0x40] CMP qword ptr [RAX],0x0 JZ 0x001fa240 LEA RDX,[0x2550a5] LEA RDI,[RSP + 0x3c] MOV qword ptr [RSP + 0x18],RDI MOV ESI,0x3 MOV ECX,0x4ab CALL 0x001f9fa0 MOV RDI,qword ptr...
/* testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**) */ void testing::internal::CaptureStream(int param_1,char *param_2,CapturedStream **param_3) { ostream *poVar1; CapturedStream *this; GTestLog local_1c [4]; CapturedStream **local_18; char *local_10; int local_4; ...
11,281
blst_sk_mul_n_check
corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/exports.c
int blst_sk_mul_n_check(pow256 ret, const pow256 a, const pow256 b) { vec256 t[2]; const union { long one; char little; } is_endian = { 1 }; bool_t is_zero; if (((size_t)a|(size_t)b)%sizeof(limb_t) != 0 || !is_endian.little) { limbs_from_le_bytes(t[0], a, sizeof(pow256)); ...
O3
c
blst_sk_mul_n_check: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rdx, %r14 movq %rsi, %rdx movq %rdi, %rbx movl %r14d, %eax orl %edx, %eax testb $0x7, %al je 0x24a5c movl $0x1f, %eax xorl %ecx, %ecx shlq $0x8, %rcx movzbl (%rdx,%rax), %esi orq %rsi, %rcx movq...
blst_sk_mul_n_check: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov r14, rdx mov rdx, rsi mov rbx, rdi mov eax, r14d or eax, edx test al, 7 jz short loc_24A5C mov eax, 1Fh xor ecx, ecx loc_24A0F: shl rcx, 8 movzx e...
long long blst_sk_mul_n_check(_QWORD *a1, _QWORD *a2, _QWORD *a3) { _QWORD *v4; // rdx _QWORD *v5; // rbx long long v6; // rax unsigned long long v7; // rcx bool v8; // cf long long v9; // rcx unsigned long long v10; // rsi long long i; // rax unsigned long long v12; // rdx long long j; // rcx in...
blst_sk_mul_n_check: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R14,RDX MOV RDX,RSI MOV RBX,RDI MOV EAX,R14D OR EAX,EDX TEST AL,0x7 JZ 0x00124a5c MOV EAX,0x1f XOR ECX,ECX LAB_00124a0f: SHL RCX,0x8 MOVZX ESI,byte ptr [RDX + RAX*0x1] OR RCX,RSI MOV RSI,RAX AND RSI,-0x8 MOV qword pt...
uint blst_sk_mul_n_check(ulong *param_1,ulong *param_2,ulong *param_3) { uint uVar1; ulong uVar2; long lVar3; ulong uVar4; long lVar5; ulong *puVar6; bool bVar7; ulong local_78 [9]; puVar6 = param_3; if ((((uint)param_3 | (uint)param_2) & 7) != 0) { uVar2 = 0x1f; uVar4 = 0; do { ...
11,282
chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)0>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard)
Razamindset[P]pawnstar-chess-engine/src/./engine/../chess-library/include/chess.hpp
[[nodiscard]] inline Bitboard movegen::pinMaskRooks(const Board &board, Square sq, Bitboard occ_opp, Bitboard occ_us) { const auto opp_rook = board.pieces(PieceType::ROOK, ~c); const auto opp_queen = board.pieces(PieceType::QUEEN, ~c); Bitboard rook_attacks = attacks::rook(sq, occ_opp) & (opp_rook | opp_q...
O0
cpp
chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)0>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard): pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %rdi, -0x28(%rbp) movq -0x28(%rbp), %rax movq %rax, -0xa0(...
_ZN5chess7movegen12pinMaskRooksILNS_5Color10underlyingE1EEENS_8BitboardERKNS_5BoardENS_6SquareES4_S4_: push rbp mov rbp, rsp sub rsp, 0B0h mov [rbp+var_C], esi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], rdi mov rax, [rbp+var_28] mov [rbp+var_A0], rax lea rdi, [r...
long long chess::movegen::pinMaskRooks<(chess::Color::underlying)1>( long long a1, int a2, long long a3, long long a4) { char v4; // al char v5; // al int v6; // eax long long v7; // rax _QWORD *v9; // [rsp+8h] [rbp-A8h] long long v10; // [rsp+18h] [rbp-98h] long long v11;...
pinMaskRooks<(chess::Color::underlying)1>: PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],RDI MOV RAX,qword ptr [RBP + -0x28] MOV qword ptr [RBP + -0xa0],RAX LEA RDI,[RBP + -0x31] MOV ESI,0x3 CALL 0x0010a0b0 MO...
/* chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)1>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard) */ int8 chess::movegen::pinMaskRooks<(chess::Color::underlying)1> (Board *param_1,int4 param_2,int8 param_3,int8 param_4) { Board *pBVar1; char cVar2; ...
11,283
chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)0>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard)
Razamindset[P]pawnstar-chess-engine/src/./engine/../chess-library/include/chess.hpp
[[nodiscard]] inline Bitboard movegen::pinMaskRooks(const Board &board, Square sq, Bitboard occ_opp, Bitboard occ_us) { const auto opp_rook = board.pieces(PieceType::ROOK, ~c); const auto opp_queen = board.pieces(PieceType::QUEEN, ~c); Bitboard rook_attacks = attacks::rook(sq, occ_opp) & (opp_rook | opp_q...
O2
cpp
chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)0>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rcx, %rbx movl %esi, %ebp movq 0x40(%rdi), %r14 orq 0x38(%rdi), %r14 andq 0x58(%rdi), %r14 m...
_ZN5chess7movegen12pinMaskRooksILNS_5Color10underlyingE0EEENS_8BitboardERKNS_5BoardENS_6SquareES4_S4_: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rcx mov ebp, esi mov r14, [rdi+40h] or r14, [rdi+38h] and r14, [rdi+58h] mov edi, esi mov rsi, ...
long long chess::movegen::pinMaskRooks<(chess::Color::underlying)0>( _QWORD *a1, int a2, unsigned long long a3, long long a4) { long long v4; // rax long long v7; // r14 int v9; // esi long long v10; // rax long long v11; // r15 chess::Bitboard *v12; // r12 long long v13; ...
pinMaskRooks<(chess::Color::underlying)0>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RCX MOV EBP,ESI MOV R14,qword ptr [RDI + 0x40] OR R14,qword ptr [RDI + 0x38] AND R14,qword ptr [RDI + 0x58] MOV EDI,ESI MOV RSI,RDX CALL 0x00102fba AND RAX,R14 MOV R14,RSP MOV qword ptr [R14],RAX MOVSXD RCX...
/* chess::Bitboard chess::movegen::pinMaskRooks<(chess::Color::underlying)0>(chess::Board const&, chess::Square, chess::Bitboard, chess::Bitboard) */ ulong chess::movegen::pinMaskRooks<(chess::Color::underlying)0> (long param_1,int param_2,int8 param_3,ulong param_4) { ulong uVar1; byte bVar2;...
11,284
translog_get_horizon
eloqsql/storage/maria/ma_loghandler.c
TRANSLOG_ADDRESS translog_get_horizon() { TRANSLOG_ADDRESS res; DBUG_ASSERT(translog_status == TRANSLOG_OK || translog_status == TRANSLOG_READONLY); translog_lock(); res= log_descriptor.horizon; translog_unlock(); return res; }
O0
c
translog_get_horizon: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp jmp 0x32a2a callq 0x2df50 movq 0xc46e82(%rip), %rax # 0xc798b8 movq %rax, -0x8(%rbp) callq 0x2e040 movq -0x8(%rbp), %rax addq $0x10, %rsp popq %rbp retq nopl (%rax)
translog_get_horizon: push rbp mov rbp, rsp sub rsp, 10h jmp short $+2 loc_32A2A: call translog_lock mov rax, cs:qword_C798B8 mov [rbp+var_8], rax call translog_unlock mov rax, [rbp+var_8] add rsp, 10h pop rbp retn
long long translog_get_horizon() { long long v1; // [rsp+8h] [rbp-8h] translog_lock(); v1 = qword_C798B8; translog_unlock(); return v1; }
translog_get_horizon: PUSH RBP MOV RBP,RSP SUB RSP,0x10 JMP 0x00132a2a LAB_00132a2a: CALL 0x0012df50 MOV RAX,qword ptr [0x00d798b8] MOV qword ptr [RBP + -0x8],RAX CALL 0x0012e040 MOV RAX,qword ptr [RBP + -0x8] ADD RSP,0x10 POP RBP RET
int8 translog_get_horizon(void) { int8 uVar1; translog_lock(); uVar1 = DAT_00d798b8; translog_unlock(); return uVar1; }
11,285
translog_get_horizon
eloqsql/storage/maria/ma_loghandler.c
TRANSLOG_ADDRESS translog_get_horizon() { TRANSLOG_ADDRESS res; DBUG_ASSERT(translog_status == TRANSLOG_OK || translog_status == TRANSLOG_READONLY); translog_lock(); res= log_descriptor.horizon; translog_unlock(); return res; }
O3
c
translog_get_horizon: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx callq 0x32553 movq 0xbc9681(%rip), %rbx # 0xbfeb38 movq 0xbc96aa(%rip), %r14 # 0xbfeb68 movq 0x1000d0(%r14), %rdi testq %rdi, %rdi jne 0x354e1 addq $0x100090, %r14 # imm = 0x100090 movq %r14, %rdi callq 0x291c0 movq %rbx, %rax popq %rb...
translog_get_horizon: push rbp mov rbp, rsp push r14 push rbx call translog_lock mov rbx, cs:qword_BFEB38 mov r14, qword ptr cs:xmmword_BFEB60+8 mov rdi, ds:qword_1000D0[r14] test rdi, rdi jnz short loc_354E1 loc_354CA: add r14, 100090h mov rdi, r14 call _pthread_mutex_unlo...
long long translog_get_horizon() { long long v0; // rbx long long v1; // r14 translog_lock(); v0 = qword_BFEB38; v1 = *((_QWORD *)&xmmword_BFEB60 + 1); if ( *(long long *)((char *)&qword_1000D0 + *((_QWORD *)&xmmword_BFEB60 + 1)) ) PSI_server[44](); pthread_mutex_unlock(v1 + 1048720); return v0; }
translog_get_horizon: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX CALL 0x00132553 MOV RBX,qword ptr [0x00cfeb38] MOV R14,qword ptr [0x00cfeb68] MOV RDI,qword ptr [R14 + 0x1000d0] TEST RDI,RDI JNZ 0x001354e1 LAB_001354ca: ADD R14,0x100090 MOV RDI,R14 CALL 0x001291c0 MOV RAX,RBX POP RBX POP R14 POP RBP RET LAB_001354e1: LEA R...
int8 translog_get_horizon(void) { int8 uVar1; long lVar2; translog_lock(); lVar2 = DAT_00cfeb68; uVar1 = DAT_00cfeb38; if (*(long *)((long)&Elf64_Phdr_ARRAY_00100040[2].p_filesz + DAT_00cfeb68) != 0) { (**(code **)(PSI_server + 0x160))(); } pthread_mutex_unlock((pthread_mutex_t *)((long)&Elf64_...
11,286
my_coll_parser_exec
eloqsql/strings/ctype-uca.c
static int my_coll_parser_exec(MY_COLL_RULE_PARSER *p) { if (!my_coll_parser_scan_settings(p)) return 0; while (my_coll_parser_curr(p)->term == MY_COLL_LEXEM_RESET) { if (!my_coll_parser_scan_rule(p)) return 0; } /* Make sure no unparsed input data left */ return my_coll_parser_scan_term(p, M...
O0
c
my_coll_parser_exec: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi callq 0x4d9c0 cmpl $0x0, %eax jne 0x4d393 movl $0x0, -0x4(%rbp) jmp 0x4d3ca jmp 0x4d395 movq -0x10(%rbp), %rdi callq 0x4d4f0 cmpl $0x4, (%rax) jne 0x4d3bc movq -0x10(%rbp), %rdi callq 0x4da10 cmpl $0x0, %eax j...
my_coll_parser_exec: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_10], rdi mov rdi, [rbp+var_10] call my_coll_parser_scan_settings cmp eax, 0 jnz short loc_4D393 mov [rbp+var_4], 0 jmp short loc_4D3CA loc_4D393: jmp short $+2 loc_4D395: mov rdi, [rbp+var_10] call my_c...
long long my_coll_parser_exec(long long a1) { if ( (unsigned int)my_coll_parser_scan_settings(a1) ) { while ( *(_DWORD *)my_coll_parser_curr(a1) == 4 ) { if ( !(unsigned int)my_coll_parser_scan_rule(a1) ) return 0; } return (unsigned int)my_coll_parser_scan_term(a1, 0LL); } else ...
my_coll_parser_exec: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x10],RDI MOV RDI,qword ptr [RBP + -0x10] CALL 0x0014d9c0 CMP EAX,0x0 JNZ 0x0014d393 MOV dword ptr [RBP + -0x4],0x0 JMP 0x0014d3ca LAB_0014d393: JMP 0x0014d395 LAB_0014d395: MOV RDI,qword ptr [RBP + -0x10] CALL 0x0014d4f0 CMP dword ptr [RAX],0...
int4 my_coll_parser_exec(int8 param_1) { int iVar1; int4 uVar2; int *piVar3; iVar1 = my_coll_parser_scan_settings(param_1); while( true ) { if (iVar1 == 0) { return 0; } piVar3 = (int *)my_coll_parser_curr(param_1); if (*piVar3 != 4) break; iVar1 = my_coll_parser_scan_rule(param...
11,287
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 0x33e3cf(%rip), %r12 # 0x3669b0 movq (%r12,%r13,8), %rbx testq %rbx, %rbx je 0x286ca 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_286CA 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,[0x4669b0] MOV RBX,qword ptr [R12 + R13*0x8] TEST RBX,RBX JZ 0x001286ca TEST byte ptr [RBX + 0xd],0x1 JNZ 0x001286d1 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...
11,288
fmt::v10::detail::add_compare(fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&)
AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h
FMT_CONSTEXPR20 auto add_compare(const bigint& lhs1, const bigint& lhs2, const bigint& rhs) -> int { auto minimum = [](int a, int b) { return a < b ? a : b; }; auto maximum = [](int a, int b) { return a > b ? a : b; }; int max_lhs_bigits = maximum(lhs1.num_big...
O0
c
fmt::v10::detail::add_compare(fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&): subq $0x58, %rsp movq %rdi, 0x48(%rsp) movq %rsi, 0x40(%rsp) movq %rdx, 0x38(%rsp) movb 0x7717a(%rip), %al # 0x11a703 movb %al, 0x37(%rsp) movb 0x77171(%rip), %al # 0x11a704 movb %...
_ZN3fmt3v106detail11add_compareERKNS1_6bigintES4_S4_: sub rsp, 58h mov [rsp+58h+var_10], rdi mov [rsp+58h+var_18], rsi mov [rsp+58h+var_20], rdx mov al, cs:byte_11A703 mov [rsp+58h+var_21], al mov al, cs:byte_11A704 mov [rsp+58h+var_22], al mov rdi, [rsp+58h+var_10]; this call _ZN...
long long fmt::v10::detail::add_compare( fmt::v10::detail *this, const fmt::v10::detail::bigint *a2, const fmt::v10::detail::bigint *a3, const fmt::v10::detail::bigint *a4) { unsigned int v4; // eax unsigned int v5; // eax unsigned int v6; // eax long long v8; // [rsp+0h] [rbp-5...
add_compare: SUB RSP,0x58 MOV qword ptr [RSP + 0x48],RDI MOV qword ptr [RSP + 0x40],RSI MOV qword ptr [RSP + 0x38],RDX MOV AL,byte ptr [0x0021a703] MOV byte ptr [RSP + 0x37],AL MOV AL,byte ptr [0x0021a704] MOV byte ptr [RSP + 0x36],AL MOV RDI,qword ptr [RSP + 0x48] CALL 0x001a4e70 MOV dword ptr [RSP + 0x8],EAX MOV RDI,...
/* fmt::v10::detail::add_compare(fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&, fmt::v10::detail::bigint const&) */ int4 fmt::v10::detail::add_compare(bigint *param_1,bigint *param_2,bigint *param_3) { int iVar1; int iVar2; uint uVar3; uint uVar4; uint uVar5; ulong uVar6; int loca...
11,289
mj_rne
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_core_smooth.c
void mj_rne(const mjModel* m, mjData* d, int flg_acc, mjtNum* result) { mjtNum tmp[6], tmp1[6]; mj_markStack(d); mjtNum* loc_cacc = mj_stackAllocNum(d, m->nbody*6); mjtNum* loc_cfrc_body = mj_stackAllocNum(d, m->nbody*6); // set world acceleration to -gravity mju_zero(loc_cacc, 6); if (!mjDISABLED(mjDSBL...
O0
c
mj_rne: subq $0xa8, %rsp movq %rdi, 0xa0(%rsp) movq %rsi, 0x98(%rsp) movl %edx, 0x94(%rsp) movq %rcx, 0x88(%rsp) movq 0x98(%rsp), %rdi callq 0x494c0 movq 0x98(%rsp), %rdi movq 0xa0(%rsp), %rax imull $0x6, 0x10(%rax), %eax movslq %eax, %rsi callq 0x49530 movq %rax, 0x18(%rsp) movq 0x98(%rsp), %rdi movq 0xa0(%rsp), %rax ...
mj_rne: sub rsp, 0A8h mov [rsp+0A8h+var_8], rdi mov [rsp+0A8h+var_10], rsi mov [rsp+0A8h+var_14], edx mov [rsp+0A8h+var_20], rcx mov rdi, [rsp+0A8h+var_10] call _mj_markStack mov rdi, [rsp+0A8h+var_10] mov rax, [rsp+0A8h+var_8] imul eax, [rax+10h], 6 movsxd rsi, eax call _mj_st...
long long mj_rne(long long a1, _QWORD *a2, int a3, long long a4, __m128 _XMM0) { double v5; // xmm0_8 double v6; // xmm0_8 double v7; // xmm0_8 double v8; // xmm0_8 int k; // [rsp+0h] [rbp-A8h] int j; // [rsp+4h] [rbp-A4h] int v14; // [rsp+8h] [rbp-A0h] int i; // [rsp+Ch] [rbp-9Ch] long long v16; // ...
mj_rne: SUB RSP,0xa8 MOV qword ptr [RSP + 0xa0],RDI MOV qword ptr [RSP + 0x98],RSI MOV dword ptr [RSP + 0x94],EDX MOV qword ptr [RSP + 0x88],RCX MOV RDI,qword ptr [RSP + 0x98] CALL 0x001494c0 MOV RDI,qword ptr [RSP + 0x98] MOV RAX,qword ptr [RSP + 0xa0] IMUL EAX,dword ptr [RAX + 0x10],0x6 MOVSXD RSI,EAX CALL 0x00149530...
void mj_rne(long param_1,long param_2,int param_3,long param_4) { int iVar1; long lVar2; long lVar3; int8 uVar4; int local_a8; int local_a4; int local_9c; int1 local_88 [48]; int1 local_58 [56]; long local_20; int local_14; long local_10; long local_8; local_20 = param_4; local_14 = p...
11,290
OpenGL_Init_4_2
SDL3Lite/dependencies/OpenGL.h
void OpenGL_Init_4_2() { glDrawArraysInstancedBaseInstance = (PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC)OpenGL_Load("glDrawArraysInstancedBaseInstance"); glDrawElementsInstancedBaseInstance = (PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC)OpenGL_Load("glDrawElementsInstancedBaseInstance"); glDrawElementsInstancedBaseVer...
O0
c
OpenGL_Init_4_2: pushq %rbp movq %rsp, %rbp leaq 0x5487(%rip), %rdi # 0x188c2 callq 0xf380 movq %rax, 0xa731(%rip) # 0x1db78 leaq 0x5496(%rip), %rdi # 0x188e4 callq 0xf380 movq %rax, 0xa726(%rip) # 0x1db80 leaq 0x54a7(%rip), %rdi # 0x18908 callq 0xf380 movq %rax, 0xa71b(%rip) # 0x1db88 lea...
OpenGL_Init_4_2: push rbp mov rbp, rsp lea rdi, aGldrawarraysin_4; "glDrawArraysInstancedBaseInstance" call OpenGL_Load mov cs:glDrawArraysInstancedBaseInstance, rax lea rdi, aGldrawelements_11; "glDrawElementsInstancedBaseInstance" call OpenGL_Load mov cs:glDrawElementsInstancedBaseInstanc...
long long OpenGL_Init_4_2() { long long result; // rax glDrawArraysInstancedBaseInstance = OpenGL_Load("glDrawArraysInstancedBaseInstance"); glDrawElementsInstancedBaseInstance = OpenGL_Load("glDrawElementsInstancedBaseInstance"); glDrawElementsInstancedBaseVertexBaseInstance = OpenGL_Load("glDrawElementsInsta...
OpenGL_Init_4_2: PUSH RBP MOV RBP,RSP LEA RDI,[0x1188c2] CALL 0x0010f380 MOV qword ptr [0x0011db78],RAX LEA RDI,[0x1188e4] CALL 0x0010f380 MOV qword ptr [0x0011db80],RAX LEA RDI,[0x118908] CALL 0x0010f380 MOV qword ptr [0x0011db88],RAX LEA RDI,[0x118936] CALL 0x0010f380 MOV qword ptr [0x0011db90],RAX LEA RDI,[0x11894c]...
void OpenGL_Init_4_2(void) { glDrawArraysInstancedBaseInstance = OpenGL_Load("glDrawArraysInstancedBaseInstance"); glDrawElementsInstancedBaseInstance = OpenGL_Load("glDrawElementsInstancedBaseInstance"); glDrawElementsInstancedBaseVertexBaseInstance = OpenGL_Load("glDrawElementsInstancedBaseVertexBaseIn...
11,291
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
iterator insert(const_iterator pos, const basic_json& val) { // insert only works for arrays if (JSON_HEDLEY_LIKELY(is_array())) { // check if iterator pos fits to this JSON value if (JSON_HEDLEY_UNLIKELY(pos.m_object != this)) { JSON_THROW...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE6insertENS0_6detail9iter_implIKSD_EERSG_: push rbp; char push r15; int push r14; int push rbx; int sub rsp, 48h mov r14, rsi cmp byte ...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::insert( long long a1, unsigned __int8 *a2, long long a3) { ...
insert: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x48 MOV R14,RSI CMP byte ptr [RSI],0x2 JNZ 0x0018d358 MOV RSI,qword ptr [RDX] CMP RSI,R14 JNZ 0x0018d3b4 MOV RBX,RDI LEA RAX,[RSP + 0x28] MOV qword ptr [RAX],RSI MOVUPS XMM0,xmmword ptr [RDX + 0x8] MOVUPS xmmword ptr [RAX + 0x8],XMM0 MOV RDX,qword ptr [RDX + 0x18] MO...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::insert(nlohmann::json_abi_v...
11,292
rapidjson::internal::Pow10(int)
mnn-tts/MNN/3rd_party/rapidjson/internal/pow10.h
inline double Pow10(int n) { static const double e[] = { // 1e-0...1e308: 309 * 8 bytes = 2472 bytes 1e+0, 1e+1, 1e+2, 1e+3, 1e+4, 1e+5, 1e+6, 1e+7, 1e+8, 1e+9, 1e+10, 1e+11, 1e+12, 1e+13, 1e+14, 1e+15, 1e+16, 1e+17, 1e+18, 1e+19, 1e+20, 1e+21, 1e+22, 1e+23, 1e+24, 1e+25, 1e+26, ...
O0
c
rapidjson::internal::Pow10(int): pushq %rax movl %edi, 0x4(%rsp) xorl %eax, %eax cmpl $0x0, 0x4(%rsp) movb %al, 0x3(%rsp) jl 0xfb61 cmpl $0x134, 0x4(%rsp) # imm = 0x134 setle %al movb %al, 0x3(%rsp) movb 0x3(%rsp), %al testb $0x1, %al jne 0xfb6b jmp 0xfb6d jmp 0xfb8c leaq 0x4eff(%rip), %rdi # 0x14a73 leaq 0x...
_ZN9rapidjson8internal5Pow10Ei: push rax mov [rsp+8+var_4], edi xor eax, eax cmp [rsp+8+var_4], 0 mov [rsp+8+var_5], al jl short loc_FB61 cmp [rsp+8+var_4], 134h setle al mov [rsp+8+var_5], al loc_FB61: mov al, [rsp+8+var_5] test al, 1 jnz short loc_FB6B jmp short loc_FB...
unsigned long long rapidjson::internal::Pow10(rapidjson::internal *this) { unsigned int v1; // eax unsigned long long v3; // [rsp-2h] [rbp-8h] v3 = __PAIR64__((unsigned int)this, v1); BYTE3(v3) = 0; if ( (int)this >= 0 ) BYTE3(v3) = (int)this <= 308; if ( (v3 & 0x1000000) == 0 ) __assert_fail( ...
Pow10: PUSH RAX MOV dword ptr [RSP + 0x4],EDI XOR EAX,EAX CMP dword ptr [RSP + 0x4],0x0 MOV byte ptr [RSP + 0x3],AL JL 0x0010fb61 CMP dword ptr [RSP + 0x4],0x134 SETLE AL MOV byte ptr [RSP + 0x3],AL LAB_0010fb61: MOV AL,byte ptr [RSP + 0x3] TEST AL,0x1 JNZ 0x0010fb6b JMP 0x0010fb6d LAB_0010fb6b: JMP 0x0010fb8c LAB_0010...
/* rapidjson::internal::Pow10(int) */ ulong rapidjson::internal::Pow10(int param_1) { int4 in_EAX; int8 uStack_8; uStack_8 = CONCAT44(param_1,in_EAX) & 0xffffffff00ffffff; if (-1 < param_1) { uStack_8._0_4_ = CONCAT13(uStack_8._4_4_ < 0x135,(int3)uStack_8); } if (uStack_8._3_1_ == '\0') { ...
11,293
minja::ExpressionNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/./minja.hpp
void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override { if (!expr) throw std::runtime_error("ExpressionNode.expr is null"); auto result = expr->evaluate(context); if (result.is_string()) { out << result.get<std::string>(); } else if (result.i...
O2
cpp
minja::ExpressionNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const: pushq %r14 pushq %rbx subq $0x78, %rsp movq %rsi, %rbx movq 0x20(%rdi), %rsi testq %rsi, %rsi je 0x58b3c leaq 0x28(%rsp), %r14 movq %r14, %rdi callq 0x3...
_ZNK5minja14ExpressionNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE: push r14 push rbx sub rsp, 78h mov rbx, rsi mov rsi, [rdi+20h] test rsi, rsi jz loc_58B3C lea r14, [rsp+88h+var_60] mov rdi, r14 call _ZNK5minja10Expressi...
void minja::ExpressionNode::do_render(long long a1, long long a2) { void (***v3)(void); // rsi const char *v4; // rsi std::runtime_error *exception; // r14 _BYTE v6[32]; // [rsp+8h] [rbp-80h] BYREF _BYTE v7[16]; // [rsp+28h] [rbp-60h] BYREF long long v8; // [rsp+38h] [rbp-50h] long long v9; // [rsp+48h] ...
do_render: PUSH R14 PUSH RBX SUB RSP,0x78 MOV RBX,RSI MOV RSI,qword ptr [RDI + 0x20] TEST RSI,RSI JZ 0x00158b3c LEA R14,[RSP + 0x28] MOV RDI,R14 CALL 0x0013b08c MOVZX EAX,byte ptr [R14 + 0x40] CMP EAX,0x4 JZ 0x00158abb CMP EAX,0x3 JNZ 0x00158ae3 LAB_00158a9d: LEA RDI,[RSP + 0x8] LEA RSI,[RSP + 0x28] CALL 0x0013cbda LAB...
/* minja::ExpressionNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&) const */ void minja::ExpressionNode::do_render(ostringstream *param_1,shared_ptr *param_2) { bool bVar1; runtime_error *this; char *pcVar2; string local_80 [32]; Expression local_60 [16]; long loc...
11,294
hi0bits
eloqsql/strings/dtoa.c
static int hi0bits(register ULong x) { register int k= 0; if (!(x & 0xffff0000)) { k= 16; x<<= 16; } if (!(x & 0xff000000)) { k+= 8; x<<= 8; } if (!(x & 0xf0000000)) { k+= 4; x<<= 4; } if (!(x & 0xc0000000)) { k+= 2; x<<= 2; } if (!(x & 0x80000000)) { k...
O3
c
hi0bits: pushq %rbp movq %rsp, %rbp movl %edi, %eax shll $0x10, %eax xorl %ecx, %ecx cmpl $0x10000, %edi # imm = 0x10000 setb %cl cmovael %edi, %eax shll $0x4, %ecx movl %eax, %edx shll $0x8, %edx cmpl $0x1000000, %eax # imm = 0x1000000 cmovael %eax, %edx leal 0x8(%rcx), %eax cmovael %ecx, %eax movl %ed...
hi0bits: push rbp mov rbp, rsp mov eax, edi shl eax, 10h xor ecx, ecx cmp edi, 10000h setb cl cmovnb eax, edi shl ecx, 4 mov edx, eax shl edx, 8 cmp eax, 1000000h cmovnb edx, eax lea eax, [rcx+8] cmovnb eax, ecx mov ecx, edx shl ecx, 4 cmp edx, 10000000h cmov...
long long hi0bits(unsigned int a1) { unsigned int v1; // eax unsigned int v2; // edx bool v3; // cf int v4; // eax unsigned int v5; // ecx bool v6; // cf int v7; // edx int v8; // esi bool v9; // cf unsigned int v10; // ecx long long result; // rax v1 = a1 << 16; if ( a1 >= 0x10000 ) v1 ...
hi0bits: PUSH RBP MOV RBP,RSP MOV EAX,EDI SHL EAX,0x10 XOR ECX,ECX CMP EDI,0x10000 SETC CL CMOVNC EAX,EDI SHL ECX,0x4 MOV EDX,EAX SHL EDX,0x8 CMP EAX,0x1000000 CMOVNC EDX,EAX LEA EAX,[RCX + 0x8] CMOVNC EAX,ECX MOV ECX,EDX SHL ECX,0x4 CMP EDX,0x10000000 CMOVNC ECX,EDX LEA EDX,[RAX + 0x4] CMOVNC EDX,EAX LEA ESI,[RCX*0x4]...
int hi0bits(uint param_1) { uint uVar1; uint uVar2; int iVar3; int iVar4; uVar2 = param_1 << 0x10; if (param_1 >= 0x10000) { uVar2 = param_1; } iVar4 = (uint)(param_1 < 0x10000) * 0x10; uVar1 = uVar2 << 8; if (0xffffff < uVar2) { uVar1 = uVar2; } iVar3 = iVar4 + 8; if (0xffffff < ...
11,295
nglog::FlushLogFilesUnsafe(nglog::LogSeverity)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::FlushLogFilesUnsafe(int min_severity) { // assume we have the log_mutex or we simply don't care // about it std::for_each(std::next(std::begin(log_destinations_), min_severity), std::end(log_destinations_), [now = std::chrono::system_clock::now()]( ...
O1
cpp
nglog::FlushLogFilesUnsafe(nglog::LogSeverity): pushq %rbx movslq %edi, %rax leaq 0x25772(%rip), %rcx # 0x31c90 leaq (%rcx,%rax,8), %rbx callq 0x7070 leaq 0x25782(%rip), %rsi # 0x31cb0 movq %rbx, %rdi movq %rax, %rdx popq %rbx jmp 0x12c88
_ZN5nglog19FlushLogFilesUnsafeENS_11LogSeverityE: push rbx movsxd rax, edi lea rcx, _ZN5nglog14LogDestination17log_destinations_E; nglog::LogDestination::log_destinations_ lea rbx, [rcx+rax*8] call __ZNSt6chrono3_V212system_clock3nowEv; std::chrono::_V2::system_clock::now(void) lea rsi, _ZN5nglog12_G...
long long nglog::FlushLogFilesUnsafe(std::chrono::_V2::system_clock *a1) { long long v1; // rax v1 = std::chrono::_V2::system_clock::now(a1); return std::for_each<std::unique_ptr<nglog::LogDestination> *,nglog::LogDestination::FlushLogFilesUnsafe(int)::{lambda(std::unique_ptr<nglog::LogDestination>&)#1}>( ...
FlushLogFilesUnsafe: PUSH RBX MOVSXD RAX,EDI LEA RCX,[0x131c90] LEA RBX,[RCX + RAX*0x8] CALL 0x00107070 LEA RSI,[0x131cb0] MOV RDI,RBX MOV RDX,RAX POP RBX JMP 0x00112c88
/* nglog::FlushLogFilesUnsafe(nglog::LogSeverity) */ void nglog::FlushLogFilesUnsafe(int param_1) { int8 uVar1; uVar1 = std::chrono::_V2::system_clock::now(); std:: for_each<std::unique_ptr<nglog::LogDestination,std::default_delete<nglog::LogDestination>>*,nglog::LogDestination::FlushLogFilesUnsafe(int)::...
11,296
nglog::FlushLogFilesUnsafe(nglog::LogSeverity)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::FlushLogFilesUnsafe(int min_severity) { // assume we have the log_mutex or we simply don't care // about it std::for_each(std::next(std::begin(log_destinations_), min_severity), std::end(log_destinations_), [now = std::chrono::system_clock::now()]( ...
O3
cpp
nglog::FlushLogFilesUnsafe(nglog::LogSeverity): pushq %rbx movslq %edi, %rax leaq 0x258c8(%rip), %rcx # 0x31c90 leaq (%rcx,%rax,8), %rbx callq 0x7070 leaq 0x258d8(%rip), %rsi # 0x31cb0 movq %rbx, %rdi movq %rax, %rdx popq %rbx jmp 0x1297e
_ZN5nglog19FlushLogFilesUnsafeENS_11LogSeverityE: push rbx movsxd rax, edi lea rcx, _ZN5nglog14LogDestination17log_destinations_E; nglog::LogDestination::log_destinations_ lea rbx, [rcx+rax*8] call __ZNSt6chrono3_V212system_clock3nowEv; std::chrono::_V2::system_clock::now(void) lea rsi, _ZN5nglog12_G...
long long nglog::FlushLogFilesUnsafe(std::chrono::_V2::system_clock *a1) { long long v1; // rax v1 = std::chrono::_V2::system_clock::now(a1); return std::for_each<std::unique_ptr<nglog::LogDestination> *,nglog::LogDestination::FlushLogFilesUnsafe(int)::{lambda(std::unique_ptr<nglog::LogDestination>&)#1}>( ...
FlushLogFilesUnsafe: PUSH RBX MOVSXD RAX,EDI LEA RCX,[0x131c90] LEA RBX,[RCX + RAX*0x8] CALL 0x00107070 LEA RSI,[0x131cb0] MOV RDI,RBX MOV RDX,RAX POP RBX JMP 0x0011297e
/* nglog::FlushLogFilesUnsafe(nglog::LogSeverity) */ void nglog::FlushLogFilesUnsafe(int param_1) { int8 uVar1; uVar1 = std::chrono::_V2::system_clock::now(); std:: for_each<std::unique_ptr<nglog::LogDestination,std::default_delete<nglog::LogDestination>>*,nglog::LogDestination::FlushLogFilesUnsafe(int)::...
11,297
ggml_vec_soft_max_f32
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c
static ggml_float ggml_vec_soft_max_f32(const int n, float * y, const float * x, float max) { int i = 0; ggml_float sum = 0; #if defined(__AVX512F__) && defined(__AVX512DQ__) for (; i + 15 < n; i += 16) { __m512 val = ggml_v_expf(_mm512_sub_ps(_mm512_loadu_ps(x + i), ...
O2
c
ggml_vec_soft_max_f32: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x68, %rsp movq %rdx, %rbx movq %rsi, %r14 vmovaps %xmm0, 0x10(%rsp) vbroadcastss %xmm0, %zmm0 vmovups %zmm0, 0x20(%rsp) movslq %edi, %r15 vxorps %xmm0, %xmm0, %xmm0 vmovsd %xmm0, 0x8(%rsp) xorl %r12d, %r12d leaq 0xf(%r12), %rax cmpq %r15, %rax jg...
ggml_vec_soft_max_f32: push r15 push r14 push r12 push rbx sub rsp, 68h mov rbx, rdx mov r14, rsi vmovaps [rsp+88h+var_78], xmm0 vbroadcastss zmm0, xmm0 vmovups zmmword ptr [rsp+88h+var_68], zmm0 movsxd r15, edi vxorps xmm0, xmm0, xmm0 vmovsd [rsp+88h+var_80], xmm0 xor r12d, r12d loc_23F0...
void ggml_vec_soft_max_f32(int a1, long long a2, long long a3, __m128 _XMM0, __m128 _XMM1) { _RBX = a3; _R14 = a2; __asm { vmovaps [rsp+88h+var_78], xmm0 vbroadcastss zmm0, xmm0 vmovups zmmword ptr [rsp+88h+var_68], zmm0 vxorps xmm0, xmm0, xmm0 vmovsd [rsp+88h+var_80], xmm0 } for ( _R...
ggml_vec_soft_max_f32: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x68 MOV RBX,RDX MOV R14,RSI VMOVAPS xmmword ptr [RSP + 0x10],XMM0 VBROADCASTSS ZMM0,XMM0 VMOVUPS zmmword ptr [RSP + 0x20],ZMM0 MOVSXD R15,EDI VXORPS XMM0,XMM0,XMM0 VMOVSD qword ptr [RSP + 0x8],XMM0 XOR R12D,R12D LAB_00123f05: LEA RAX,[R12 + 0xf] CMP RA...
void ggml_vec_soft_max_f32(int param_1,long param_2,long param_3) { int1 auVar1 [16]; long lVar2; int1 auVar3 [32]; int1 auVar4 [64]; int1 auVar5 [64]; float fVar6; int1 in_ZMM0 [64]; int1 auVar7 [64]; int1 auVar8 [16]; int1 auVar9 [16]; int4 local_78; int1 extraout_var [56]; auVar4 = vbr...
11,298
get_length
eloqsql/strings/my_vsnprintf.c
static const char *get_length(const char *fmt, size_t *length, uint *pre_zero) { for (; my_isdigit(&my_charset_latin1, *fmt); fmt++) { *length= *length * 10 + (uint)(*fmt - '0'); if (!*length) *pre_zero|= PREZERO_ARG; /* first digit was 0 */ } return fmt; }
O0
c
get_length: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) leaq 0x215ff9(%rip), %rax # 0x2de280 movq 0x40(%rax), %rax movq -0x8(%rbp), %rcx movzbl (%rcx), %ecx movzbl 0x1(%rax,%rcx), %eax andl $0x4, %eax cmpl $0x0, %eax je 0xc82e2 movq -0x10(%rbp), %rax imulq $0xa, (%r...
get_length: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx loc_C8280: lea rax, my_charset_latin1 mov rax, [rax+40h] mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx] movzx eax, byte ptr [rax+rcx+1] and eax, 4 cmp eax, 0 jz short loc_C8...
unsigned __int8 * get_length(unsigned __int8 *a1, _QWORD *a2, _DWORD *a3) { while ( (*(_BYTE *)(*(_QWORD *)&my_charset_latin1[16] + *a1 + 1LL) & 4) != 0 ) { *a2 = (unsigned int)((char)*a1 - 48) + 10LL * *a2; if ( !*a2 ) *a3 |= 4u; ++a1; } return a1; }
get_length: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX LAB_001c8280: LEA RAX,[0x3de280] MOV RAX,qword ptr [RAX + 0x40] MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX] MOVZX EAX,byte ptr [RAX + RCX*0x1 + 0x1] AND EAX,0x4 CMP EAX,0x0 JZ 0x00...
byte * get_length(byte *param_1,long *param_2,uint *param_3) { byte *local_10; local_10 = param_1; while ((PTR_ctype_latin1_003de2c0[(ulong)*local_10 + 1] & 4) != 0) { *param_2 = *param_2 * 10 + (ulong)((int)(char)*local_10 - 0x30); if (*param_2 == 0) { *param_3 = *param_3 | 4; } local_...
11,299
my_fill_ucs2
eloqsql/strings/ctype-ucs2.c
static void my_fill_ucs2(CHARSET_INFO *cs __attribute__((unused)), char *s, size_t l, int fill) { DBUG_ASSERT(fill <= 0xFFFF); #ifdef WAITING_FOR_GCC_VECTORIZATION_BUG_TO_BE_FIXED /* This code with int2store() is known to be faster on some processors, but crashes on other processors due to a p...
O0
c
my_fill_ucs2: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) jmp 0x6a525 jmp 0x6a527 cmpq $0x2, -0x18(%rbp) jb 0x6a569 jmp 0x6a530 movl -0x1c(%rbp), %eax sarl $0x8, %eax movb %al, %cl movq -0x10(%rbp), %rax movb %cl, (%rax) movl -0x1c(%rbp), %eax an...
my_fill_ucs2: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx jmp short $+2 loc_6A525: jmp short $+2 loc_6A527: cmp [rbp+var_18], 2 jb short loc_6A569 jmp short $+2 loc_6A530: mov eax, [rbp+var_1C] sar eax, ...
unsigned long long my_fill_ucs2(long long a1, _BYTE *a2, unsigned long long a3, __int16 a4) { unsigned long long result; // rax while ( a3 >= 2 ) { *a2 = HIBYTE(a4); a2[1] = a4; a2 += 2; result = a3 - 2; a3 -= 2LL; } return result; }
my_fill_ucs2: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX JMP 0x0016a525 LAB_0016a525: JMP 0x0016a527 LAB_0016a527: CMP qword ptr [RBP + -0x18],0x2 JC 0x0016a569 JMP 0x0016a530 LAB_0016a530: MOV EAX,dword ptr [RBP + ...
void my_fill_ucs2(int8 param_1,int1 *param_2,ulong param_3,int4 param_4) { ulong local_20; int1 *local_18; local_18 = param_2; for (local_20 = param_3; 1 < local_20; local_20 = local_20 - 2) { *local_18 = (char)((uint)param_4 >> 8); local_18[1] = (char)param_4; local_18 = local_18 + 2; } re...