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
56,900
ma_net_real_write
eloqsql/libmariadb/libmariadb/ma_net.c
int ma_net_real_write(NET *net, const char *packet, size_t len) { ssize_t length; char *pos,*end; if (net->error == 2) return(-1); /* socket can't be used */ net->reading_or_writing=2; #ifdef HAVE_COMPRESS if (net->compress) { size_t complen; uchar *b; uint header_length=NET_HEADER_SIZE...
O3
c
ma_net_real_write: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq %rdx, -0xa8(%rbp) movl $0xffffffff, %eax # imm = 0xFFFFFFFF cmpb $0x2, 0x94(%rdi) je 0x34411 movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r14 movb $0...
ma_net_real_write: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov rax, fs:28h mov [rbp+var_30], rax mov [rbp+var_A8], rdx mov eax, 0FFFFFFFFh cmp byte ptr [rdi+94h], 2 jz loc_34411 mov rbx, rdx mov r15, rsi mov r14, rdi ...
long long ma_net_real_write(_BYTE *a1, long long a2, long long a3) { long long result; // rax long long v4; // rbx long long v6; // rax long long v7; // r12 long long v8; // r13 int v9; // eax long long v10; // rbx int v11; // eax long long v12; // r15 long long v13; // rbx long long v14; // rdi ...
ma_net_real_write: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV qword ptr [RBP + -0xa8],RDX MOV EAX,0xffffffff CMP byte ptr [RDI + 0x94],0x2 JZ 0x00134411 MOV RBX,RDX MOV R15,RSI MOV R14,RDI MOV byte ptr [RDI + 0x80],0x2 C...
int8 ma_net_real_write(long *param_1,int1 *param_2,size_t param_3) { int iVar1; char cVar2; int8 uVar3; int1 *puVar4; long lVar5; int *piVar6; int1 *puVar7; long in_FS_OFFSET; size_t local_b0; int4 local_a8 [28]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); uVar3 = 0xffffffff...
56,901
void nlohmann::json_abi_v3_11_3::detail::from_json<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
monkey531[P]llama/common/json.hpp
inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) { if (JSON_HEDLEY_UNLIKELY(!j.is_boolean())) { JSON_THROW(type_error::create(302, concat("type must be boolean, but is ", j.type_name()), &j)); } b = *j.template get_ptr<const typename BasicJsonType::boolean_t*>(...
O3
cpp
void nlohmann::json_abi_v3_11_3::detail::from_json<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s...
_ZN8nlohmann16json_abi_v3_11_36detail9from_jsonINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEEvRKT_RNSG_9boolean_tE: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rd...
unsigned __int8 nlohmann::json_abi_v3_11_3::detail::from_json<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>( unsigned __int8 *a1, ...
from_json<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>>: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV ...
/* void nlohmann::json_abi_v3_11_3::detail::from_json<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<uns...
56,902
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long)
monkey531[P]llama/common/./json.hpp
inline void grisu2_round(char* buf, int len, std::uint64_t dist, std::uint64_t delta, std::uint64_t rest, std::uint64_t ten_k) { JSON_ASSERT(len >= 1); JSON_ASSERT(dist <= delta); JSON_ASSERT(rest <= delta); JSON_ASSERT(ten_k > 0); // <------------------------...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long): pushq %rax testl %esi, %esi jle 0x67f27 cmpq %rcx, %rdx ja 0x67f46 movq %rcx, %r10 subq %r8, %r10 jb 0x67f65 testq %r9, %r9 je 0x67f84 movq %rdx, %rax subq %r8, %rax setbe %r11b cmpq %r9,...
_ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl12grisu2_roundEPcimmmm: push rax test esi, esi jle loc_67F27 cmp rdx, rcx ja loc_67F46 mov r10, rcx sub r10, r8 jb loc_67F65 test r9, r9 jz loc_67F84 mov rax, rdx sub rax, r8 setbe r11b cmp r10, r9 setb r10b or ...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round( nlohmann::json_abi_v3_11_3::detail::dtoa_impl *this, char *a2, unsigned long long a3, unsigned long long a4, unsigned long long a5, unsigned long long a6) { unsi...
grisu2_round: PUSH RAX TEST ESI,ESI JLE 0x00167f27 CMP RDX,RCX JA 0x00167f46 MOV R10,RCX SUB R10,R8 JC 0x00167f65 TEST R9,R9 JZ 0x00167f84 MOV RAX,RDX SUB RAX,R8 SETBE R11B CMP R10,R9 SETC R10B OR R10B,R11B JNZ 0x00167f06 MOV ESI,ESI ADD R8,R9 SUB RCX,R8 MOV R10,RDX NEG R10 LAB_00167ece: CMP R8,RDX JC 0x00167edc LEA R1...
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long) */ int8 nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round (char *param_1,int param_2,ulong param_3,ulong param_4,ulong param_5,ulong param_6) { int8 in_RAX; ...
56,903
fmt::v10::appender fmt::v10::detail::write_significand<char, fmt::v10::appender, unsigned int, fmt::v10::detail::digit_grouping<char>>(fmt::v10::appender, unsigned int, int, int, fmt::v10::detail::digit_grouping<char> const&)
aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h
FMT_CONSTEXPR20 auto write_significand(OutputIt out, T significand, int significand_size, int exponent, const Grouping& grouping) -> OutputIt { if (!grouping.has_separator()) { out = write_significand<Char>(out, significand, significand...
O3
c
fmt::v10::appender fmt::v10::detail::write_significand<char, fmt::v10::appender, unsigned int, fmt::v10::detail::digit_grouping<char>>(fmt::v10::appender, unsigned int, int, int, fmt::v10::detail::digit_grouping<char> const&): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x238, %rsp # imm = 0x238 movl %...
_ZN3fmt3v106detail17write_significandIcNS0_8appenderEmNS1_14digit_groupingIcEEEET0_S6_T1_iiRKT2_: push rbp push r15 push r14 push rbx sub rsp, 238h mov ebp, ecx mov rbx, rdi cmp qword ptr [r8+28h], 0 jz loc_906EC mov r14, r8 lea r15, [rsp+258h+var_218] mov qword ptr [r15-10h...
long long fmt::v10::detail::write_significand<char,fmt::v10::appender,unsigned long,fmt::v10::detail::digit_grouping<char>>( long long a1, unsigned long long a2, int a3, int a4, long long a5) { long long v7; // rdx long long v8; // rbx long long v9; // rdx long long v10;...
write_significand<char,fmt::v10::appender,unsigned_long,fmt::v10::detail::digit_grouping<char>>: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x238 MOV EBP,ECX MOV RBX,RDI CMP qword ptr [R8 + 0x28],0x0 JZ 0x001906ec MOV R14,R8 LEA R15,[RSP + 0x40] MOV qword ptr [R15 + -0x10],0x0 LEA RAX,[0x396c00] MOV qword ptr [R15 + -...
/* fmt::v10::appender fmt::v10::detail::write_significand<char, fmt::v10::appender, unsigned long, fmt::v10::detail::digit_grouping<char> >(fmt::v10::appender, unsigned long, int, int, fmt::v10::detail::digit_grouping<char> const&) */ int8 fmt::v10::detail:: write_significand<char,fmt::v10::appender,unsigned_lo...
56,904
ma_init_block_record
eloqsql/storage/maria/ma_blockrec.c
my_bool _ma_init_block_record(MARIA_HA *info) { MARIA_ROW *row= &info->cur_row, *new_row= &info->new_row; MARIA_SHARE *share= info->s; myf flag= MY_WME | (share->temporary ? MY_THREAD_SPECIFIC : 0); uint default_extents; DBUG_ENTER("_ma_init_block_record"); if (!my_multi_malloc(PSI_INSTRUMENT_ME, flag, ...
O3
c
ma_init_block_record: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdi, %rbx movq (%rdi), %rsi xorl %r14d, %r14d cmpb $0x0, 0x7d9(%rsi) setne %r14b shll $0x10, %r14d orq $0x10, %r14 leaq 0xc8(%rdi), %rdx movl 0x3f4(%rsi), %ecx leaq 0xd0(%rdi), %r8 movl 0x3c8(%...
_ma_init_block_record: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov rbx, rdi mov rsi, [rdi] xor r14d, r14d cmp byte ptr [rsi+7D9h], 0 setnz r14b shl r14d, 10h or r14, 10h lea rdx, [rdi+0C8h] mov ecx, [rsi+3F4h] lea r...
long long ma_init_block_record(long long a1) { long long v1; // r14 int v2; // r11d int v3; // eax long long v4; // r15 long long v5; // r10 int v6; // r11d long long v7; // r12 long long v8; // rax long long v9; // r15 unsigned int v10; // r12d long long v11; // rsi long long v12; // rax lon...
_ma_init_block_record: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV RBX,RDI MOV RSI,qword ptr [RDI] XOR R14D,R14D CMP byte ptr [RSI + 0x7d9],0x0 SETNZ R14B SHL R14D,0x10 OR R14,0x10 LEA RDX,[RDI + 0xc8] MOV ECX,dword ptr [RSI + 0x3f4] LEA R8,[RDI + 0xd0] MOV R11D,dword ptr [RSI + 0...
ulong _ma_init_block_record(long *param_1) { int iVar1; uint uVar2; long lVar3; char cVar4; ulong uVar5; long lVar6; int iVar7; ulong uVar8; long lVar9; ulong uVar10; lVar3 = *param_1; uVar8 = (ulong)(*(char *)(lVar3 + 0x7d9) != '\0') << 0x10 | 0x10; iVar1 = *(int *)(lVar3 + 0x3c8); iVa...
56,905
minja::Parser::parseDictionary()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseDictionary() { if (consumeToken("{").empty()) return nullptr; std::vector<std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>>> elements; if (!consumeToken("}").empty()) { return std::make_shared<DictExpr>(get_location(), std::move(ele...
O3
cpp
minja::Parser::parseDictionary(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %rsi, %r14 movq %rdi, %r12 leaq 0x10(%rsp), %rax movq %rax, -0x10(%rax) leaq 0x63fc3(%rip), %rsi # 0xf1e89 leaq 0x63fbd(%rip), %rdx # 0xf1e8a movq %rsp, %rdi callq 0x22b0c leaq 0x20(%rsp), %...
_ZN5minja6Parser15parseDictionaryEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r14, rsi mov r12, rdi lea rax, [rsp+0A8h+var_98] mov [rax-10h], rax lea rsi, asc_F1E89; "{" lea rdx, asc_F1E89+1; "" mov rdi, rsp call _ZNSt7__cxx1112basic_str...
minja::Parser * minja::Parser::parseDictionary(minja::Parser *this, _QWORD *a2) { minja::Parser *v2; // r12 long long v3; // rbx long long v4; // rbx long long v5; // r12 volatile signed __int32 *v6; // r15 long long v7; // r15 long long v8; // rbx long long v9; // r12 long long v10; // rbx long lon...
parseDictionary: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R14,RSI MOV R12,RDI LEA RAX,[RSP + 0x10] MOV qword ptr [RAX + -0x10],RAX LAB_0018debf: LEA RSI,[0x1f1e89] LEA RDX,[0x1f1e8a] MOV RDI,RSP CALL 0x00122b0c LAB_0018ded5: LEA RDI,[RSP + 0x20] MOV RDX,RSP MOV RSI,R14 MOV ECX,0x1 CALL 0x0...
/* minja::Parser::parseDictionary() */ int8 * minja::Parser::parseDictionary(void) { int8 uVar1; int8 *puVar2; runtime_error *this; int8 *puVar3; long lVar4; int8 *in_RSI; int8 *in_RDI; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *this_00; long *local_a8 [2]; long local_98 [2]; long *local_88;...
56,906
my_wc_mb_sjis
eloqsql/strings/ctype-sjis.c
static int my_wc_mb_sjis(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { int code; if ((int) wc < 0x80) /* ASCII: [U+0000..U+007F] -> [00-7F] */ { /* This branch is for performance purposes on ASCII range, to avoid using unicode_to_cp932[]: about 10% improvement...
O3
c
my_wc_mb_sjis: pushq %rbp movq %rsp, %rbp cmpl $0x7f, %esi jg 0x3d852 movl $0x815f, %edi # imm = 0x815F cmpq $0x5c, %rsi je 0x3d888 movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x3d8a2 movb %sil, (%rdx) jmp 0x3d881 xorl %eax, %eax cmpq $0xffff, %rsi # imm = 0xFFFF ja 0x3d8a2 l...
my_wc_mb_sjis: push rbp mov rbp, rsp cmp esi, 7Fh jg short loc_3D852 mov edi, 815Fh cmp rsi, 5Ch ; '\' jz short loc_3D888 mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short loc_3D8A2 mov [rdx], sil jmp short loc_3D881 loc_3D852: xor eax, eax cmp rsi, 0FFFFh ja short...
long long my_wc_mb_sjis(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { unsigned int v4; // edi long long result; // rax if ( (int)a2 <= 127 ) { LOWORD(v4) = -32417; if ( a2 != 92 ) { result = 4294967195LL; if ( (unsigned long long)a3 >= a4 ) return res...
my_wc_mb_sjis: PUSH RBP MOV RBP,RSP CMP ESI,0x7f JG 0x0013d852 MOV EDI,0x815f CMP RSI,0x5c JZ 0x0013d888 MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0013d8a2 MOV byte ptr [RDX],SIL JMP 0x0013d881 LAB_0013d852: XOR EAX,EAX CMP RSI,0xffff JA 0x0013d8a2 LEA RDI,[0x2c7510] MOVZX EDI,word ptr [RDI + RSI*0x2] TEST EDI,EDI JZ 0x0013...
int8 my_wc_mb_sjis(int8 param_1,ulong param_2,ushort *param_3,ushort *param_4) { ushort uVar1; if ((int)param_2 < 0x80) { uVar1 = 0x815f; if (param_2 == 0x5c) { LAB_0013d888: if (param_4 < param_3 + 1) { return 0xffffff9a; } *param_3 = uVar1 << 8 | uVar1 >> 8; return 2; ...
56,907
translog_buffer_destroy
eloqsql/storage/maria/ma_loghandler.c
static void translog_buffer_destroy(struct st_translog_buffer *buffer) { DBUG_ENTER("translog_buffer_destroy"); DBUG_PRINT("enter", ("Buffer #%u: %p file: %d offset: " LSN_FMT " size: %lu", (uint) buffer->buffer_no, buffer, (buffer->file ? buffer->file->handler.file : -1)...
O0
c
translog_buffer_destroy: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) jmp 0x31bde movq -0x8(%rbp), %rax cmpq $0x0, 0x100038(%rax) je 0x31c07 movq -0x8(%rbp), %rdi callq 0x2dfb0 movq -0x8(%rbp), %rdi callq 0x341e0 movq -0x8(%rbp), %rdi callq 0x2dff0 jmp 0x31c09 jmp 0x31c0b movq -0x8(%rbp), %rdi addq...
translog_buffer_destroy: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi jmp short $+2 loc_31BDE: mov rax, [rbp+var_8] cmp qword ptr [rax+100038h], 0 jz short loc_31C07 mov rdi, [rbp+var_8] call translog_buffer_lock mov rdi, [rbp+var_8] call translog_buffer_flush mo...
long long translog_buffer_destroy(long long a1) { if ( *(_QWORD *)(a1 + 1048632) ) { translog_buffer_lock(a1); translog_buffer_flush(a1); translog_buffer_unlock(a1); } inline_mysql_mutex_destroy(a1 + 1048720); return inline_mysql_cond_destroy(a1 + 1048640); }
translog_buffer_destroy: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI JMP 0x00131bde LAB_00131bde: MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX + 0x100038],0x0 JZ 0x00131c07 MOV RDI,qword ptr [RBP + -0x8] CALL 0x0012dfb0 MOV RDI,qword ptr [RBP + -0x8] CALL 0x001341e0 MOV RDI,qword ptr [RBP + -0...
void translog_buffer_destroy(long param_1) { if (*(long *)(Elf64_Ehdr_00100000.e_ident_pad + param_1 + 0x2f) != 0) { translog_buffer_lock(param_1); translog_buffer_flush(param_1); translog_buffer_unlock(param_1); } inline_mysql_mutex_destroy(param_1 + 0x100090); inline_mysql_cond_destroy((long)&El...
56,908
my_strntoull_8bit
eloqsql/strings/ctype-simple.c
ulonglong my_strntoull_8bit(CHARSET_INFO *cs, const char *nptr, size_t l, int base, char **endptr, int *err) { int negative; register ulonglong cutoff; register uint cutlim; register ulonglong i; register const char *s, *e; const char *save; int overflow; *err= 0; /* Initialize error ind...
O3
c
my_strntoull_8bit: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movl $0x0, (%r9) leaq (%rsi,%rdx), %r11 movq %rsi, %r10 testq %rdx, %rdx jle 0x70969 movq 0x40(%rdi), %rax movq %rsi, %r10 movzbl (%r10), %edx testb $0x8, 0x1(%rax,%rdx) je 0x70969 incq %r10 cmpq %r11, %r10 jb 0x70956 c...
my_strntoull_8bit: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx mov dword ptr [r9], 0 lea r11, [rsi+rdx] mov r10, rsi test rdx, rdx jle short loc_70969 mov rax, [rdi+40h] mov r10, rsi loc_70956: movzx edx, byte ptr [r10] test byte ptr [rax+rdx+...
long long my_strntoull_8bit( long long a1, unsigned __int8 *a2, long long a3, int a4, unsigned __int8 **a5, _DWORD *a6) { unsigned __int8 *v6; // r11 unsigned __int8 *v7; // r10 unsigned __int8 v8; // di unsigned __int8 *v9; // r10 unsigned long long v10; // ra...
my_strntoull_8bit: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV dword ptr [R9],0x0 LEA R11,[RSI + RDX*0x1] MOV R10,RSI TEST RDX,RDX JLE 0x00170969 MOV RAX,qword ptr [RDI + 0x40] MOV R10,RSI LAB_00170956: MOVZX EDX,byte ptr [R10] TEST byte ptr [RAX + RDX*0x1 + 0x1],0x8 JZ 0x00170969 INC R10 CMP ...
ulong my_strntoull_8bit(long param_1,byte *param_2,long param_3,int param_4,ulong *param_5, int4 *param_6) { byte bVar1; byte bVar2; int1 auVar3 [16]; int1 auVar4 [16]; ulong uVar5; ulong uVar6; ulong uVar7; byte *pbVar8; byte *pbVar9; byte bVar10; ulong uVar11; ulong uV...
56,909
mysql_get_timeout_value
eloqsql/libmariadb/libmariadb/mariadb_lib.c
unsigned int STDCALL mysql_get_timeout_value(const MYSQL *mysql) { unsigned int timeout= 0; if (mysql->options.extension && mysql->options.extension->async_context) timeout= mysql->options.extension->async_context->timeout_value; /* Avoid overflow. */ if (timeout > UINT_MAX - 999) return (timeout - 1)/...
O0
c
mysql_get_timeout_value: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movl $0x0, -0x14(%rbp) movq -0x10(%rbp), %rax cmpq $0x0, 0x480(%rax) je 0x25c14 movq -0x10(%rbp), %rax movq 0x480(%rax), %rax cmpq $0x0, 0x28(%rax) je 0x25c14 movq -0x10(%rbp), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movl 0x10(%rax), %...
mysql_get_timeout_value: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_14], 0 mov rax, [rbp+var_10] cmp qword ptr [rax+480h], 0 jz short loc_25C14 mov rax, [rbp+var_10] mov rax, [rax+480h] cmp qword ptr [rax+28h], 0 jz short loc_25C14 mov rax, [rbp+var_10] mov...
long long mysql_get_timeout_value(long long a1) { unsigned int v2; // [rsp+0h] [rbp-14h] v2 = 0; if ( *(_QWORD *)(a1 + 1152) && *(_QWORD *)(*(_QWORD *)(a1 + 1152) + 40LL) ) v2 = *(_DWORD *)(*(_QWORD *)(*(_QWORD *)(a1 + 1152) + 40LL) + 16LL); if ( v2 <= 0xFFFFFC18 ) return (v2 + 999) / 0x3E8; else ...
mysql_get_timeout_value: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],0x0 MOV RAX,qword ptr [RBP + -0x10] CMP qword ptr [RAX + 0x480],0x0 JZ 0x00125c14 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x480] CMP qword ptr [RAX + 0x28],0x0 JZ 0x00125c14 MOV RAX,qword ptr [RBP ...
uint mysql_get_timeout_value(long param_1) { int4 local_1c; int4 local_c; local_1c = 0; if ((*(long *)(param_1 + 0x480) != 0) && (*(long *)(*(long *)(param_1 + 0x480) + 0x28) != 0)) { local_1c = *(uint *)(*(long *)(*(long *)(param_1 + 0x480) + 0x28) + 0x10); } if (local_1c < 0xfffffc19) { local...
56,910
mysql_get_timeout_value
eloqsql/libmariadb/libmariadb/mariadb_lib.c
unsigned int STDCALL mysql_get_timeout_value(const MYSQL *mysql) { unsigned int timeout= 0; if (mysql->options.extension && mysql->options.extension->async_context) timeout= mysql->options.extension->async_context->timeout_value; /* Avoid overflow. */ if (timeout > UINT_MAX - 999) return (timeout - 1)/...
O3
c
mysql_get_timeout_value: pushq %rbp movq %rsp, %rbp movq 0x480(%rdi), %rcx xorl %eax, %eax testq %rcx, %rcx je 0x1f2cb movq 0x28(%rcx), %rcx testq %rcx, %rcx je 0x1f2cb movl 0x10(%rcx), %eax cmpl $0xfffffc19, %eax # imm = 0xFFFFFC19 jb 0x1f2cb decl %eax imulq $0x10624dd3, %rax, %rax # imm = 0x10624DD3 shrq $0x26,...
mysql_get_timeout_value: push rbp mov rbp, rsp mov rcx, [rdi+480h] xor eax, eax test rcx, rcx jz short loc_1F2CB mov rcx, [rcx+28h] test rcx, rcx jz short loc_1F2CB mov eax, [rcx+10h] cmp eax, 0FFFFFC19h jb short loc_1F2CB dec eax imul rax, 10624DD3h shr rax, 2...
unsigned long long mysql_get_timeout_value(long long a1) { long long v1; // rcx unsigned int v2; // eax long long v3; // rcx v1 = *(_QWORD *)(a1 + 1152); v2 = 0; if ( v1 && (v3 = *(_QWORD *)(v1 + 40)) != 0 && (v2 = *(_DWORD *)(v3 + 16), v2 >= 0xFFFFFC19) ) return (v2 - 1) / 0x3E8 + 1; else retur...
mysql_get_timeout_value: PUSH RBP MOV RBP,RSP MOV RCX,qword ptr [RDI + 0x480] XOR EAX,EAX TEST RCX,RCX JZ 0x0011f2cb MOV RCX,qword ptr [RCX + 0x28] TEST RCX,RCX JZ 0x0011f2cb MOV EAX,dword ptr [RCX + 0x10] CMP EAX,0xfffffc19 JC 0x0011f2cb DEC EAX IMUL RAX,RAX,0x10624dd3 SHR RAX,0x26 INC EAX JMP 0x0011f2db LAB_0011f2cb:...
ulong mysql_get_timeout_value(long param_1) { long lVar1; uint uVar2; ulong uVar3; uVar2 = 0; if (((*(long *)(param_1 + 0x480) == 0) || (lVar1 = *(long *)(*(long *)(param_1 + 0x480) + 0x28), uVar2 = 0, lVar1 == 0)) || (uVar2 = *(uint *)(lVar1 + 0x10), uVar2 < 0xfffffc19)) { uVar3 = (ulong)...
56,911
my_mutex_end
eloqsql/mysys/thr_mutex.c
void my_mutex_end() { #ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP pthread_mutexattr_destroy(&my_fast_mutexattr); #endif #ifdef PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP pthread_mutexattr_destroy(&my_errorcheck_mutexattr); #endif }
O3
c
my_mutex_end: pushq %rbp movq %rsp, %rbp leaq 0xb93921(%rip), %rdi # 0xc5c270 callq 0x2b200 leaq 0xb93919(%rip), %rdi # 0xc5c274 popq %rbp jmp 0x2b200 nopl (%rax)
my_mutex_end: push rbp mov rbp, rsp lea rdi, my_fast_mutexattr call _pthread_mutexattr_destroy lea rdi, my_errorcheck_mutexattr pop rbp jmp _pthread_mutexattr_destroy
long long my_mutex_end() { pthread_mutexattr_destroy(&my_fast_mutexattr); return pthread_mutexattr_destroy(&my_errorcheck_mutexattr); }
my_mutex_end: PUSH RBP MOV RBP,RSP LEA RDI,[0xd5c270] CALL 0x0012b200 LEA RDI,[0xd5c274] POP RBP JMP 0x0012b200
void my_mutex_end(void) { pthread_mutexattr_destroy((pthread_mutexattr_t *)&my_fast_mutexattr); pthread_mutexattr_destroy((pthread_mutexattr_t *)&my_errorcheck_mutexattr); return; }
56,912
ha_federated::info(unsigned int)
eloqsql/storage/federated/ha_federated.cc
int ha_federated::info(uint flag) { char status_buf[FEDERATED_QUERY_BUFFER_SIZE]; int error; uint error_code; MYSQL_RES *result= 0; MYSQL_ROW row; String status_query_string(status_buf, sizeof(status_buf), &my_charset_bin); DBUG_ENTER("ha_federated::info"); error_code= ER_QUERY_ON_FOREIGN_DATA_SOURCE; ...
O3
cpp
ha_federated::info(unsigned int): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x1c8, %rsp # imm = 0x1C8 movl %esi, %r15d movq %rdi, %r14 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq 0x6892(%rip), %rax # 0x10f88 leaq -0x1e0(%rbp), %rbx movq %rax, -0x8(%rbx) ...
_ZN12ha_federated4infoEj: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 1C8h mov r15d, esi mov r14, rdi mov rax, fs:28h mov [rbp+var_30], rax mov rax, cs:my_charset_bin_ptr lea rbx, [rbp+var_1E0] mov [rbx-8], rax lea rax, [rbp+var_1...
long long ha_federated::info(ha_federated *this, char a2) { long long v3; // r12 long long v4; // rdi void (*v5)(long long, const char *, ...); // r12 unsigned int v6; // r15d unsigned int v7; // r14d long long v8; // rax long long v9; // rax long long row; // rax _QWORD *v11; // r13 long long v12;...
info: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x1c8 MOV R15D,ESI MOV R14,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [0x00110f88] LEA RBX,[RBP + -0x1e0] MOV qword ptr [RBX + -0x8],RAX LEA RAX,[RBP + -0x1c0] MOV qword ptr [RBX],RAX MOV RAX,0x1900000...
/* ha_federated::info(unsigned int) */ uint __thiscall ha_federated::info(ha_federated *this,uint param_1) { code *pcVar1; int iVar2; int4 uVar3; uint uVar4; int8 uVar5; long lVar6; long lVar7; long lVar8; long in_FS_OFFSET; int *local_1f0; char *local_1e8; ulong local_1e0; int4 local_1d8; ...
56,913
aimrt::channel::ContextRef::SetUsed()
aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_module_cpp_interface/../aimrt_module_cpp_interface/channel/channel_context.h
void SetUsed() { AIMRT_ASSERT(base_ptr_ && base_ptr_->ops, "Reference is null."); base_ptr_->ops->set_used(base_ptr_->impl); }
O0
c
aimrt::channel::ContextRef::SetUsed(): subq $0x108, %rsp # imm = 0x108 movq %rdi, 0x68(%rsp) movq 0x68(%rsp), %rax movq %rax, 0x20(%rsp) movq 0x20(%rsp), %rax cmpq $0x0, (%rax) je 0xf27d3 movq 0x20(%rsp), %rax movq (%rax), %rax cmpq $0x0, (%rax) jne 0xf299e movb $0x1, 0x2b(%rsp) movl $0x28, %edi callq 0x89b9...
_ZN5aimrt7channel10ContextRef7SetUsedEv: sub rsp, 108h mov [rsp+108h+var_A0], rdi mov rax, [rsp+108h+var_A0] mov [rsp+108h+var_E8], rax mov rax, [rsp+108h+var_E8] cmp qword ptr [rax], 0 jz short loc_F27D3 mov rax, [rsp+108h+var_E8] mov rax, [rax] cmp qword ptr [rax], 0 jnz l...
long long aimrt::channel::ContextRef::SetUsed(aimrt::channel::ContextRef *this) { long long v1; // rdx std::exception *exception; // [rsp+8h] [rbp-100h] _BYTE v4[32]; // [rsp+48h] [rbp-C0h] BYREF aimrt::channel::ContextRef *v5; // [rsp+68h] [rbp-A0h] _QWORD v6[2]; // [rsp+70h] [rbp-98h] BYREF _QWORD v7[2];...
SetUsed: SUB RSP,0x108 MOV qword ptr [RSP + 0x68],RDI MOV RAX,qword ptr [RSP + 0x68] MOV qword ptr [RSP + 0x20],RAX MOV RAX,qword ptr [RSP + 0x20] CMP qword ptr [RAX],0x0 JZ 0x001f27d3 MOV RAX,qword ptr [RSP + 0x20] MOV RAX,qword ptr [RAX] CMP qword ptr [RAX],0x0 JNZ 0x001f299e LAB_001f27d3: MOV byte ptr [RSP + 0x2b],0...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ /* aimrt::channel::ContextRef::SetUsed() */ void __thiscall aimrt::channel::ContextRef::SetUsed(ContextRef *this) { int8 uVar1; int1 local_c0 [32]; ContextRef *local_a0; int1 local_98 [16]; int1 local_88 [16]; char *local_78; int8 ...
56,914
aimrt::channel::ContextRef::SetUsed()
aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_module_cpp_interface/../aimrt_module_cpp_interface/channel/channel_context.h
void SetUsed() { AIMRT_ASSERT(base_ptr_ && base_ptr_->ops, "Reference is null."); base_ptr_->ops->set_used(base_ptr_->impl); }
O3
c
aimrt::channel::ContextRef::SetUsed(): pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq (%rdi), %rax testq %rax, %rax je 0x42fc9 movq (%rax), %rcx testq %rcx, %rcx je 0x42fc9 movq 0x8(%rax), %rdi addq $0x30, %rsp popq %rbx popq %r14 popq %r15 jmpq *0x8(%rcx) movl $0x28, %edi callq 0x1e7e0 movq %rax, %rbx leaq 0x4...
_ZN5aimrt7channel10ContextRef7SetUsedEv: push r15 push r14 push rbx sub rsp, 30h mov rax, [rdi] test rax, rax jz short loc_42FC9 mov rcx, [rax] test rcx, rcx jz short loc_42FC9 mov rdi, [rax+8] add rsp, 30h pop rbx pop r14 pop r15 jmp qword ptr [rcx+8] loc_42...
long long aimrt::channel::ContextRef::SetUsed(aimrt::channel::ContextRef *this) { _QWORD *v1; // rax char *exception; // rbx void *v4; // [rsp+0h] [rbp-48h] BYREF long long v5; // [rsp+8h] [rbp-40h] __int128 v6; // [rsp+10h] [rbp-38h] BYREF v1 = *(_QWORD **)this; if ( !*(_QWORD *)this || !*v1 ) { ...
SetUsed: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x00142fc9 MOV RCX,qword ptr [RAX] TEST RCX,RCX JZ 0x00142fc9 MOV RDI,qword ptr [RAX + 0x8] ADD RSP,0x30 POP RBX POP R14 POP R15 JMP qword ptr [RCX + 0x8] LAB_00142fc9: MOV EDI,0x28 CALL 0x0011e7e0 MOV RBX,RAX LAB_00142fd6: LEA RSI...
/* aimrt::channel::ContextRef::SetUsed() */ void __thiscall aimrt::channel::ContextRef::SetUsed(ContextRef *this) { long *plVar1; int8 *puVar2; uint *local_48; int8 local_40; uint local_38; int4 uStack_34; int4 uStack_30; int4 uStack_2c; int1 local_28 [16]; plVar1 = *(long **)this; if ((plVa...
56,915
LoadWave
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raudio.c
Wave LoadWave(const char *fileName) { Wave wave = { 0 }; // Loading file to memory int dataSize = 0; unsigned char *fileData = LoadFileData(fileName, &dataSize); // Loading wave from memory data if (fileData != NULL) wave = LoadWaveFromMemory(GetFileExtension(fileName), fileData, dataSize); ...
O0
c
LoadWave: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x40(%rbp) movq %rdi, %rax movq %rax, -0x38(%rbp) movq %rsi, -0x8(%rbp) xorl %esi, %esi movl $0x18, %edx callq 0xa2d0 movl $0x0, -0xc(%rbp) movq -0x8(%rbp), %rdi leaq -0xc(%rbp), %rsi callq 0x182f80 movq %rax, -0x18(%rbp) cmpq $0x0, -0x18(%rbp) je 0x7a66...
LoadWave: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_40], rdi mov rax, rdi mov [rbp+var_38], rax mov [rbp+var_8], rsi xor esi, esi mov edx, 18h call _memset mov [rbp+var_C], 0 mov rdi, [rbp+var_8] lea rsi, [rbp+var_C] call LoadFileData mov [rbp+var_18], rax ...
_QWORD * LoadWave(_QWORD *a1, long long a2) { long long FileExtension; // rax _QWORD v4[3]; // [rsp+10h] [rbp-30h] BYREF long long v5; // [rsp+28h] [rbp-18h] unsigned int v6; // [rsp+34h] [rbp-Ch] BYREF long long v7; // [rsp+38h] [rbp-8h] v7 = a2; memset(a1, 0LL, 24LL); v6 = 0; v5 = LoadFileData(a2, ...
LoadWave: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x40],RDI MOV RAX,RDI MOV qword ptr [RBP + -0x38],RAX MOV qword ptr [RBP + -0x8],RSI XOR ESI,ESI MOV EDX,0x18 CALL 0x0010a2d0 MOV dword ptr [RBP + -0xc],0x0 MOV RDI,qword ptr [RBP + -0x8] LEA RSI,[RBP + -0xc] CALL 0x00282f80 MOV qword ptr [RBP + -0x18],R...
int8 * LoadWave(int8 *param_1,int8 param_2) { int8 uVar1; int8 local_38; int8 local_30; int8 local_28; long local_20; int4 local_14; int8 local_10; local_10 = param_2; memset(param_1,0,0x18); local_14 = 0; local_20 = LoadFileData(local_10,&local_14); if (local_20 != 0) { uVar1 = GetFile...
56,916
Stat_table::delete_stat()
eloqsql/sql/sql_statistics.cc
bool delete_stat() { int err; if ((err= stat_file->ha_delete_row(record[0]))) return TRUE; /* Make change permanent and avoid 'table is marked as crashed' errors */ stat_file->extra(HA_EXTRA_FLUSH); return FALSE; }
O0
cpp
Stat_table::delete_stat(): pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x20(%rbp) movq 0x8(%rax), %rdi movq 0x18(%rax), %rsi callq 0x8ebe50 movl %eax, -0x14(%rbp) cmpl $0x0, %eax je 0x6760bf movb $0x1, -0x1(%rbp) jmp 0x6760d9 movq -0x20(%rbp), %rax movq 0x8(%rax...
_ZN10Stat_table11delete_statEv: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov rax, [rbp+var_10] mov [rbp+var_20], rax mov rdi, [rax+8]; this mov rsi, [rax+18h]; unsigned __int8 * call _ZN7handler13ha_delete_rowEPKh; handler::ha_delete_row(uchar const*) mov [rbp+var_1...
char Stat_table::delete_stat(Stat_table *this) { char v2; // [rsp+1Fh] [rbp-1h] if ( (unsigned int)handler::ha_delete_row(*((handler **)this + 1), *((const unsigned __int8 **)this + 3)) ) { v2 = 1; } else { (*(void ( **)(_QWORD, long long))(**((_QWORD **)this + 1) + 664LL))(*((_QWORD *)this + 1), ...
need_reopen: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV AL,byte ptr [RAX + 0x10] AND AL,0x1 POP RBP RET
/* MDL_deadlock_and_lock_abort_error_handler::need_reopen() const */ ulong __thiscall MDL_deadlock_and_lock_abort_error_handler::need_reopen (MDL_deadlock_and_lock_abort_error_handler *this) { return CONCAT71((int7)((ulong)this >> 8),this[0x10]) & 0xffffffffffffff01; }
56,917
js_print
bluesky950520[P]quickjs/quickjs-libc.c
static JSValue js_print(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { #ifdef _WIN32 HANDLE handle; DWORD mode; #endif const char *s; DynBuf b; int i; dbuf_init(&b); for(i = 0; i < argc; i++) { s = JS_ToCString(ctx, argv[i]); if (s) { ...
O0
c
js_print: subq $0x98, %rsp movq %rsi, 0x78(%rsp) movq %rdx, 0x80(%rsp) movq %rdi, 0x70(%rsp) movl %ecx, 0x6c(%rsp) movq %r8, 0x60(%rsp) leaq 0x28(%rsp), %rdi callq 0x1e3d0 movl $0x0, 0x24(%rsp) movl 0x24(%rsp), %eax cmpl 0x6c(%rsp), %eax jge 0x11157 movq 0x70(%rsp), %rdi movq 0x60(%rsp), %rax movslq 0x24(%rsp), %rcx sh...
js_print: sub rsp, 98h mov [rsp+98h+var_20], rsi mov [rsp+98h+var_18], rdx mov [rsp+98h+var_28], rdi mov [rsp+98h+var_2C], ecx mov [rsp+98h+var_38], r8 lea rdi, [rsp+98h+var_70] call dbuf_init mov [rsp+98h+var_74], 0 loc_11064: mov eax, [rsp+98h+var_74] cmp eax, [rsp+98h+var_2...
long long js_print(long long a1, long long a2, long long a3, int a4, long long a5) { int v5; // ecx int v6; // r8d int v7; // r9d long long v8; // rdx char v10; // [rsp+0h] [rbp-98h] long long v11; // [rsp+8h] [rbp-90h] long long Exception; // [rsp+10h] [rbp-88h] int i; // [rsp+24h] [rbp-74h] _QWORD ...
js_print: SUB RSP,0x98 MOV qword ptr [RSP + 0x78],RSI MOV qword ptr [RSP + 0x80],RDX MOV qword ptr [RSP + 0x70],RDI MOV dword ptr [RSP + 0x6c],ECX MOV qword ptr [RSP + 0x60],R8 LEA RDI,[RSP + 0x28] CALL 0x0011e3d0 MOV dword ptr [RSP + 0x24],0x0 LAB_00111064: MOV EAX,dword ptr [RSP + 0x24] CMP EAX,dword ptr [RSP + 0x6c]...
int1 [16] js_print(int8 param_1,int8 param_2,int8 param_3,int param_4,long param_5) { int8 uVar1; int8 *puVar2; int1 auVar3 [16]; int local_74; void *local_70; size_t local_68; long local_40; long local_38; int local_2c; int8 local_28; int8 local_20; int8 local_18; uint uStack_c; local...
56,918
js_print
bluesky950520[P]quickjs/quickjs-libc.c
static JSValue js_print(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { #ifdef _WIN32 HANDLE handle; DWORD mode; #endif const char *s; DynBuf b; int i; dbuf_init(&b); for(i = 0; i < argc; i++) { s = JS_ToCString(ctx, argv[i]); if (s) { ...
O1
c
js_print: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %r8, %rbx movl %ecx, %ebp movq %rdi, %r14 leaq 0x8(%rsp), %rdi callq 0x1b35b testl %ebp, %ebp jle 0x150f2 movl %ebp, %r15d shlq $0x4, %r15 leaq 0x8(%rsp), %r12 xorl %r13d, %r13d movq (%rbx,%r13), %rdx movq 0x8(%rbx,%r13), ...
js_print: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov rbx, r8 mov ebp, ecx mov r14, rdi lea rdi, [rsp+68h+var_60] call dbuf_init test ebp, ebp jle loc_150F2 mov r15d, ebp shl r15, 4 lea r12, [rsp+68h+var_60] xor r13d, r13d loc_15...
long long js_print(long long a1, long long a2, long long a3, int a4, long long a5) { long long v7; // r15 long long v8; // r13 long long v9; // rax int v10; // ecx int v11; // r8d int v12; // r9d char *v13; // rdx long long v14; // rbp long long Exception; // rax long long v16; // rdx char v18; /...
56,919
js_print
bluesky950520[P]quickjs/quickjs-libc.c
static JSValue js_print(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { #ifdef _WIN32 HANDLE handle; DWORD mode; #endif const char *s; DynBuf b; int i; dbuf_init(&b); for(i = 0; i < argc; i++) { s = JS_ToCString(ctx, argv[i]); if (s) { ...
O2
c
js_print: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %r8, %rbx movl %ecx, %r14d movq %rdi, %r15 leaq 0x8(%rsp), %rdi callq 0x15bc4 xorl %eax, %eax testl %r14d, %r14d cmovlel %eax, %r14d shlq $0x4, %r14 leaq 0x75d56(%rip), %rbp # 0x85d48 xorl %r12d, %r12d cmpq %r12, %r14 ...
js_print: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov rbx, r8 mov r14d, ecx mov r15, rdi lea rdi, [rsp+68h+var_60] call dbuf_init xor eax, eax test r14d, r14d cmovle r14d, eax shl r14, 4 lea rbp, asc_85D3F+9; " " xor r12d, r12d loc_...
long long js_print(long long a1, long long a2, long long a3, unsigned int a4, long long a5) { long long v6; // r14 long long v7; // r14 long long i; // r12 long long v9; // rax int v10; // ecx int v11; // r8d int v12; // r9d char *v13; // rdx long long v14; // r13 long long Exception; // rax long...
js_print: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV RBX,R8 MOV R14D,ECX MOV R15,RDI LEA RDI,[RSP + 0x8] CALL 0x00115bc4 XOR EAX,EAX TEST R14D,R14D CMOVLE R14D,EAX SHL R14,0x4 LEA RBP,[0x185d48] XOR R12D,R12D LAB_0010fff5: CMP R14,R12 JZ 0x0011006d MOV RSI,qword ptr [RBX + R12*0x1] MOV RDX,q...
int1 [16] js_print(int8 param_1,int8 param_2,int8 param_3,uint param_4,long param_5) { int *puVar1; long lVar2; int8 uVar3; long lVar4; ulong uVar5; void *local_60; size_t local_58; uVar5 = (ulong)param_4; dbuf_init(&local_60); if ((int)param_4 < 1) { uVar5 = 0; } for (lVar4 = 0; uVar5...
56,920
translog_only_in_buffers
eloqsql/storage/maria/ma_loghandler.c
static TRANSLOG_ADDRESS translog_only_in_buffers() { register TRANSLOG_ADDRESS addr; DBUG_ENTER("translog_only_in_buffers"); mysql_mutex_lock(&log_descriptor.sent_to_disk_lock); addr= log_descriptor.in_buffers_only; mysql_mutex_unlock(&log_descriptor.sent_to_disk_lock); DBUG_RETURN(addr); }
O0
c
translog_only_in_buffers: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp leaq 0x420371(%rip), %rdi # 0x47a660 addq $0x800cc0, %rdi # imm = 0x800CC0 leaq 0xf8cbc(%rip), %rsi # 0x152fb9 movl $0x932, %edx # imm = 0x932 callq 0x510a0 movq 0xc2100a(%rip), %rax # 0xc7b318 movq %rax, -0x8(%rbp) leaq ...
translog_only_in_buffers: push rbp mov rbp, rsp sub rsp, 10h lea rdi, log_descriptor add rdi, 800CC0h lea rsi, aWorkspaceLlm4b_11; "/workspace/llm4binary/github2025/eloqsq"... mov edx, 932h call inline_mysql_mutex_lock_8 mov rax, cs:qword_C7B318 mov [rbp+var_8], rax lea rdi, lo...
long long translog_only_in_buffers() { long long v1; // [rsp+8h] [rbp-8h] inline_mysql_mutex_lock_8( (long long)&log_descriptor[1048984], (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_loghandler.c", 0x932u); v1 = qword_C7B318; inline_mysql_mutex_unlock_8((long long)&log_desc...
translog_only_in_buffers: PUSH RBP MOV RBP,RSP SUB RSP,0x10 LEA RDI,[0x57a660] ADD RDI,0x800cc0 LEA RSI,[0x252fb9] MOV EDX,0x932 CALL 0x001510a0 MOV RAX,qword ptr [0x00d7b318] MOV qword ptr [RBP + -0x8],RAX LEA RDI,[0x57a660] ADD RDI,0x800cc0 CALL 0x00151110 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RA...
int8 translog_only_in_buffers(void) { int8 uVar1; inline_mysql_mutex_lock (&DAT_00d7b320,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_loghandler.c", 0x932); uVar1 = DAT_00d7b318; inline_mysql_mutex_unlock(&DAT_00d7b320); return uVar1; }
56,921
translog_only_in_buffers
eloqsql/storage/maria/ma_loghandler.c
static TRANSLOG_ADDRESS translog_only_in_buffers() { register TRANSLOG_ADDRESS addr; DBUG_ENTER("translog_only_in_buffers"); mysql_mutex_lock(&log_descriptor.sent_to_disk_lock); addr= log_descriptor.in_buffers_only; mysql_mutex_unlock(&log_descriptor.sent_to_disk_lock); DBUG_RETURN(addr); }
O3
c
translog_only_in_buffers: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax cmpq $0x0, 0xbb1794(%rip) # 0xc01770 jne 0x50013 leaq 0xbb174b(%rip), %rdi # 0xc01730 callq 0x29220 movq 0xbb1737(%rip), %rbx # 0xc01728 movq 0xbb1778(%rip), %rdi # 0xc01770 testq %rdi, %rdi jne 0x5001a leaq 0xbb172c(%rip), %rdi #...
translog_only_in_buffers: push rbp mov rbp, rsp push rbx push rax cmp cs:qword_C01770, 0 jnz short loc_50013 lea rdi, unk_C01730 call _pthread_mutex_lock loc_4FFEA: mov rbx, cs:qword_C01728 mov rdi, cs:qword_C01770 test rdi, rdi jnz short loc_5001A loc_4FFFD: lea rdi, unk_...
long long translog_only_in_buffers(long long a1) { long long v1; // rbx if ( qword_C01770 ) translog_only_in_buffers_cold_1(a1); else pthread_mutex_lock(&unk_C01730); v1 = qword_C01728; if ( qword_C01770 ) ((void ( *)(long long))PSI_server[44])(qword_C01770); pthread_mutex_unlock(&unk_C01730);...
translog_only_in_buffers: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX CMP qword ptr [0x00d01770],0x0 JNZ 0x00150013 LEA RDI,[0xd01730] CALL 0x00129220 LAB_0014ffea: MOV RBX,qword ptr [0x00d01728] MOV RDI,qword ptr [0x00d01770] TEST RDI,RDI JNZ 0x0015001a LAB_0014fffd: LEA RDI,[0xd01730] CALL 0x001291e0 MOV RAX,RBX ADD RSP,0...
int8 translog_only_in_buffers(void) { int8 uVar1; if (DAT_00d01770 == 0) { pthread_mutex_lock((pthread_mutex_t *)&DAT_00d01730); } else { translog_only_in_buffers_cold_1(); } uVar1 = DAT_00d01728; if (DAT_00d01770 != 0) { (**(code **)(PSI_server + 0x160))(); } pthread_mutex_unlock((pt...
56,922
ma_net_flush
eloqsql/libmariadb/libmariadb/ma_net.c
int ma_net_flush(NET *net) { int error=0; /* don't flush if pipelined query is in progress */ if (net->extension->multi_status > COM_MULTI_OFF) return 0; if (net->buff != net->write_pos) { error=ma_net_real_write(net,(char*) net->buff, (size_t) (net->write_pos - net->buff)); net->write_p...
O0
c
ma_net_flush: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movl $0x0, -0x14(%rbp) movq -0x10(%rbp), %rax movq 0x2a0(%rax), %rax cmpl $0x0, (%rax) jbe 0x6035c movl $0x0, -0x4(%rbp) jmp 0x603c6 movq -0x10(%rbp), %rax movq 0x8(%rax), %rax movq -0x10(%rbp), %rcx cmpq 0x18(%rcx), %rax je 0x603a5 movq -...
ma_net_flush: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_14], 0 mov rax, [rbp+var_10] mov rax, [rax+2A0h] cmp dword ptr [rax], 0 jbe short loc_6035C mov [rbp+var_4], 0 jmp short loc_603C6 loc_6035C: mov rax, [rbp+var_10] mov rax, [rax+8] mov ...
long long ma_net_flush(long long a1) { unsigned int v2; // [rsp+Ch] [rbp-14h] v2 = 0; if ( **(_DWORD **)(a1 + 672) ) { return 0; } else { if ( *(_QWORD *)(a1 + 8) != *(_QWORD *)(a1 + 24) ) { v2 = ma_net_real_write(a1, *(_QWORD *)(a1 + 8), *(_QWORD *)(a1 + 24) - *(_QWORD *)(a1 + 8)); ...
ma_net_flush: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],0x0 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x2a0] CMP dword ptr [RAX],0x0 JBE 0x0016035c MOV dword ptr [RBP + -0x4],0x0 JMP 0x001603c6 LAB_0016035c: MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword...
int4 ma_net_flush(long param_1) { int4 local_1c; int4 local_c; local_1c = 0; if (**(int **)(param_1 + 0x2a0) == 0) { if (*(long *)(param_1 + 8) != *(long *)(param_1 + 0x18)) { local_1c = ma_net_real_write(param_1,*(int8 *)(param_1 + 8), *(long *)(param_1 + 0x18)...
56,923
coro::net::ip_address::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, coro::net::domain_t)
AlayaLite/build_O3/_deps/libcoro-src/include/coro/net/ip_address.hpp
static auto from_string(const std::string& address, domain_t domain = domain_t::ipv4) -> ip_address { ip_address addr{}; addr.m_domain = domain; auto success = inet_pton(static_cast<int>(addr.m_domain), address.data(), addr.m_data.data()); if (success != 1) { thr...
O3
cpp
coro::net::ip_address::from_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, coro::net::domain_t): pushq %r14 pushq %rbx pushq %rax movl %edx, %eax movq %rdi, %rbx leaq 0x4(%rdi), %rdx xorps %xmm0, %xmm0 movups %xmm0, 0x4(%rdi) movl %eax, (%rdi) movq (%rsi), %rsi movl %eax, ...
_ZN4coro3net10ip_address11from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_8domain_tE: push r14 push rbx push rax mov eax, edx mov rbx, rdi lea rdx, [rdi+4] xorps xmm0, xmm0 movups xmmword ptr [rdi+4], xmm0 mov [rdi], eax mov rsi, [rsi] mov edi, eax call _inet...
long long coro::net::ip_address::from_string(long long a1, _QWORD *a2, unsigned int a3) { std::runtime_error *exception; // rbx *(_OWORD *)(a1 + 4) = 0LL; *(_DWORD *)a1 = a3; if ( (unsigned int)inet_pton(a3, *a2, a1 + 4) != 1 ) { exception = (std::runtime_error *)__cxa_allocate_exception(0x10uLL); s...
from_string: PUSH R14 PUSH RBX PUSH RAX MOV EAX,EDX MOV RBX,RDI LEA RDX,[RDI + 0x4] XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x4],XMM0 MOV dword ptr [RDI],EAX MOV RSI,qword ptr [RSI] MOV EDI,EAX CALL 0x00103470 CMP EAX,0x1 JNZ 0x00104744 MOV RAX,RBX ADD RSP,0x8 POP RBX POP R14 RET LAB_00104744: MOV EDI,0x10 CALL 0x001...
/* coro::net::ip_address::from_string(std::__cxx11::string const&, coro::net::domain_t) */ ip_address * __thiscall coro::net::ip_address::from_string(ip_address *this,int8 *param_1,int param_3) { int iVar1; runtime_error *this_00; *(int8 *)(this + 4) = 0; *(int8 *)(this + 0xc) = 0; *(int *)this = param_...
56,924
fct_reset_events_waits_history(PFS_thread*)
eloqsql/storage/perfschema/pfs_events_waits.cc
static void fct_reset_events_waits_history(PFS_thread *pfs_thread) { PFS_events_waits *wait= pfs_thread->m_waits_history; PFS_events_waits *wait_last= wait + events_waits_history_per_thread; pfs_thread->m_waits_history_index= 0; pfs_thread->m_waits_history_full= false; for ( ; wait < wait_last; wait++) w...
O0
cpp
fct_reset_events_waits_history(PFS_thread*): pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq 0xca0(%rax), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax leaq 0x3b56f6(%rip), %rcx # 0x40da98 imulq $0xb0, (%rcx), %rcx addq %rcx, %rax movq %rax, -0x18(%rbp) movq -0x8(%rbp), %rax movl $0x...
_ZL30fct_reset_events_waits_historyP10PFS_thread: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov rax, [rax+0CA0h] mov [rbp+var_10], rax mov rax, [rbp+var_10] lea rcx, events_waits_history_per_thread imul rcx, [rcx], 0B0h add rax, rcx mov [rbp+var_18], rax m...
unsigned long long fct_reset_events_waits_history(PFS_thread *a1) { unsigned long long result; // rax unsigned long long v2; // [rsp+0h] [rbp-18h] unsigned long long v3; // [rsp+8h] [rbp-10h] v3 = *((_QWORD *)a1 + 404); v2 = 176 * events_waits_history_per_thread + v3; *((_DWORD *)a1 + 807) = 0; *((_BYTE...
fct_reset_events_waits_history: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0xca0] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] LEA RCX,[0x50da98] IMUL RCX,qword ptr [RCX],0xb0 ADD RAX,RCX MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword pt...
/* fct_reset_events_waits_history(PFS_thread*) */ void fct_reset_events_waits_history(PFS_thread *param_1) { ulong uVar1; ulong local_18; local_18 = *(ulong *)(param_1 + 0xca0); uVar1 = local_18 + events_waits_history_per_thread * 0xb0; *(int4 *)(param_1 + 0xc9c) = 0; param_1[0xc98] = (PFS_thread)0x0;...
56,925
ma_control_file_write_and_force
eloqsql/storage/maria/ma_control_file.c
int ma_control_file_write_and_force(LSN last_checkpoint_lsn_arg, uint32 last_logno_arg, TrID max_trid_arg, uint8 recovery_failures_arg) { uchar buffer[CF_MAX_SIZE]; uint32 sum; my_bool no_need_sync; DBUG_...
O3
c
ma_control_file_write_and_force: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x2b8, %rsp # imm = 0x2B8 movl %ecx, %r12d movq %rdx, %r14 movq %rdi, %r13 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) cmpq %rdi, 0x3b5a26(%rip) # 0x3fd568 setne %al cmpl %esi, 0x3b5a25(...
ma_control_file_write_and_force: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 2B8h mov r12d, ecx mov r14, rdx mov r13, rdi mov rax, fs:28h mov [rbp+var_30], rax cmp cs:last_checkpoint_lsn, rdi setnz al cmp cs:last_logno, esi setnz ...
long long ma_control_file_write_and_force(long long a1, int a2, long long a3, int a4) { int v4; // r12d bool v6; // cl unsigned int v7; // r15d int v8; // ebx int v9; // ecx int v10; // r9d int v11; // r8d int v12; // r9d long long v13; // rdx long long v14; // rcx unsigned int v15; // ebx long...
ma_control_file_write_and_force: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x2b8 MOV R12D,ECX MOV R14,RDX MOV R13,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX CMP qword ptr [0x004fd568],RDI SETNZ AL CMP dword ptr [0x004fd570],ESI SETNZ DL CMP qword ptr [0x004fd578],R14...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int8 ma_control_file_write_and_force(long param_1,int param_2,long param_3,int param_4) { uint uVar1; long lVar2; int iVar3; int8 uVar4; long in_FS_OFFSET; int local_2e8; int local_2e4; int local_2e0; char local_2d...
56,926
mi_seq_search
eloqsql/storage/myisam/mi_search.c
int _mi_seq_search(MI_INFO *info, register MI_KEYDEF *keyinfo, uchar *page, uchar *key, uint key_len, uint comp_flag, uchar **ret_pos, uchar *buff, my_bool *last_key) { int UNINIT_VAR(flag); uint nod_flag,UNINIT_VAR(length),not_used[2]; uchar t_buff[HA_MAX_KEY_BUFF],*end; D...
O3
c
mi_seq_search: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x508, %rsp # imm = 0x508 movl %r9d, -0x508(%rbp) movl %r8d, -0x504(%rbp) movq %rcx, -0x520(%rbp) movq %rsi, -0x510(%rbp) movq 0x10(%rbp), %rbx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movzbl 0x1(%rdx), %...
_mi_seq_search: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 508h mov [rbp+var_508], r9d mov [rbp+var_504], r8d mov [rbp+var_520], rcx mov [rbp+var_510], rsi mov rbx, [rbp+arg_0] mov rax, fs:28h mov [rbp+var_30], rax movzx ecx, byte ...
long long mi_seq_search( long long a1, long long a2, char *a3, long long a4, unsigned int a5, unsigned int a6, char **a7, long long a8, bool *a9) { unsigned int v9; // r14d unsigned long long v10; // rax long long v11; // rsi long long v12...
_mi_seq_search: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x508 MOV dword ptr [RBP + -0x508],R9D MOV dword ptr [RBP + -0x504],R8D MOV qword ptr [RBP + -0x520],RCX MOV qword ptr [RBP + -0x510],RSI MOV RBX,qword ptr [RBP + 0x10] MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX M...
int _mi_seq_search(long *param_1,long param_2,byte *param_3,int8 param_4,int4 param_5, int4 param_6,int8 *param_7,void *param_8,int8 param_9) { uint uVar1; ulong uVar2; int4 *puVar3; int iVar4; int unaff_R14D; long in_FS_OFFSET; int1 local_530 [8]; int8 local_528; long *local_520; ...
56,927
my_vfprintf
eloqsql/strings/my_vsnprintf.c
int my_vfprintf(FILE *stream, const char* format, va_list args) { char cvtbuf[1024]; int alloc= 0; char *p= cvtbuf; size_t cur_len= sizeof(cvtbuf), actual; int ret; /* We do not know how much buffer we need. So start with a reasonably-sized stack-allocated buffer, and increase it exponentially ...
O3
c
my_vfprintf: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x418, %rsp # imm = 0x418 movq %rdx, -0x440(%rbp) movq %rsi, %r12 movq %rdi, -0x438(%rbp) movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movb $0x1, %bl movl $0x400, %r13d # imm = 0x400 leaq -0x430(%rbp)...
my_vfprintf: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 418h mov [rbp+var_440], rdx mov r12, rsi mov [rbp+var_438], rdi mov rax, fs:28h mov [rbp+var_30], rax mov bl, 1 mov r13d, 400h lea r14, [rbp+var_430] loc_59685: lea rdi,...
long long my_vfprintf(long long a1, unsigned __int8 *a2, unsigned int *a3) { unsigned int v3; // ebx long long v4; // r13 char *v5; // r14 unsigned long long v6; // r15 unsigned int v7; // r12d char v10; // [rsp+10h] [rbp-430h] BYREF unsigned long long v11; // [rsp+410h] [rbp-30h] v11 = __readfsqword(...
my_vfprintf: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x418 MOV qword ptr [RBP + -0x440],RDX MOV R12,RSI MOV qword ptr [RBP + -0x438],RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV BL,0x1 MOV R13D,0x400 LEA R14,[RBP + -0x430] LAB_00159685: LEA RDI,[0x414760] MOV RSI...
ulong my_vfprintf(FILE *param_1,int8 param_2,int8 param_3) { int iVar1; ulong uVar2; char *__s; ulong uVar3; ulong uVar4; long lVar5; long in_FS_OFFSET; char local_438 [1024]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); lVar5 = 0x400; __s = local_438; uVar3 = 1; do { u...
56,928
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
llama.cpp/common/json.hpp
static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, const std::uint8_t byte) noexcept { static const std::array<std::uint8_t, 400> utf8d = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 00..1F ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE6decodeERhRjh: push rax mov ecx, edx lea rax, _ZZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7...
unsigned __int8 nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::decode( unsigned __int8 *a1, unsigned int *a...
decode: PUSH RAX MOV ECX,EDX LEA RAX,[0x22af39] MOVZX ECX,byte ptr [RAX + RCX*0x1] CMP byte ptr [RDI],0x0 JZ 0x0018c4fa AND DL,0x3f MOVZX R8D,DL MOV EDX,dword ptr [RSI] SHL EDX,0x6 OR EDX,R8D JMP 0x0018c509 LAB_0018c4fa: MOV R8D,0xff SHR R8D,CL MOVZX EDX,DL AND EDX,R8D LAB_0018c509: MOV dword ptr [RSI],EDX MOVZX EDX,by...
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void> >::decode(unsig...
56,929
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...
llama.cpp/common/json.hpp
void push_back(initializer_list_t init) { if (is_object() && init.size() == 2 && (*init.begin())->is_string()) { basic_json&& key = init.begin()->moved_or_copied(); push_back(typename object_t::value_type( std::move(key.get_ref<string_t&>()), (init.b...
O3
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9push_backESt16initializer_listINS0_6detail8json_refISD_EEE: push r15 push r14 push rbx sub rsp, 50h mov r14, rsi mov rbx, rdi cmp by...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::push_back( _BYTE *a1, long long a2, long long a3) { _BYTE...
push_back: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x50 MOV R14,RSI MOV RBX,RDI CMP byte ptr [RDI],0x1 SETZ AL CMP RDX,0x2 SETZ CL AND CL,AL CMP CL,0x1 JNZ 0x001b0bd1 MOV RAX,qword ptr [R14 + 0x10] TEST RAX,RAX CMOVZ RAX,R14 CMP byte ptr [RAX],0x3 JNZ 0x001b0bd1 LEA R15,[RSP + 0x10] MOV RDI,R15 MOV RSI,R14 CALL 0x001d013c L...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::push_back(std::initializer_...
56,930
my_wc_mb_tis620
eloqsql/strings/ctype-tis620.c
static int my_wc_mb_tis620(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *str, uchar *end __attribute__((unused))) { const uchar *pl; if (str >= end) return MY_CS_TOOSMALL; pl= uni_to_cs[(wc>>8) & 0xFF]; str[0]= pl ? pl[wc & 0xFF] : '\0'; return (!str[0] && wc) ? MY_CS_ILU...
O3
c
my_wc_mb_tis620: movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x3b83a pushq %rbp movq %rsp, %rbp pushq %rbx movq %rsi, %rbx movzbl %bh, %eax leaq 0x2ae8dd(%rip), %rcx # 0x2ea0f0 movq (%rcx,%rax,8), %rax testq %rax, %rax je 0x3b824 movzbl %bl, %ecx movb (%rax,%rcx), %al jmp 0x3b826 xorl %eax, %...
my_wc_mb_tis620: mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb short locret_3B83A push rbp mov rbp, rsp push rbx mov rbx, rsi movzx eax, bh lea rcx, uni_to_cs_0 mov rax, [rcx+rax*8] test rax, rax jz short loc_3B824 movzx ecx, bl mov al, [rax+rcx] jmp short loc_3B826 loc_3B82...
long long my_wc_mb_tis620(long long a1, long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax long long v5; // rax char v6; // al result = 4294967195LL; if ( (unsigned long long)a3 < a4 ) { v5 = (long long)*(&uni_to_cs_0 + BYTE1(a2)); if ( v5 ) v6 = *(_BYTE *)(v5 + (unsi...
my_wc_mb_tis620: MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0013b83a PUSH RBP MOV RBP,RSP PUSH RBX MOV RBX,RSI MOVZX EAX,BH LEA RCX,[0x3ea0f0] MOV RAX,qword ptr [RCX + RAX*0x8] TEST RAX,RAX JZ 0x0013b824 MOVZX ECX,BL MOV AL,byte ptr [RAX + RCX*0x1] JMP 0x0013b826 LAB_0013b824: XOR EAX,EAX LAB_0013b826: MOV byte ptr [RDX],AL ...
ulong my_wc_mb_tis620(int8 param_1,ulong param_2,char *param_3,char *param_4) { char cVar1; ulong uVar2; uVar2 = 0xffffff9b; if (param_3 < param_4) { if (*(long *)(uni_to_cs + (param_2 >> 8 & 0xff) * 8) == 0) { cVar1 = '\0'; } else { cVar1 = *(char *)(*(long *)(uni_to_cs + (param_2 ...
56,931
Acore::Impl::StringConvertImpl::For<unsigned short, void>::FromString(std::basic_string_view<char, std::char_traits<char>>, int)
SylCore-WoTLK/src/common/Utilities/StringConvert.h
static Optional<T> FromString(std::string_view str, int base = 10) { if (base == 0) { if (StringEqualI(str.substr(0, 2), "0x")) { base = 16; str.remove_prefix(2); } else if (StringEqua...
O0
c
Acore::Impl::StringConvertImpl::For<unsigned short, void>::FromString(std::basic_string_view<char, std::char_traits<char>>, int): subq $0xa8, %rsp movq %rdi, 0x90(%rsp) movq %rsi, 0x98(%rsp) movl %edx, 0x8c(%rsp) cmpl $0x0, 0x8c(%rsp) jne 0xf9f94 leaq 0x90(%rsp), %rdi xorl %eax, %eax movl %eax, %esi movl $0x2, %edx cal...
_ZN5Acore4Impl17StringConvertImpl3ForIavE10FromStringESt17basic_string_viewIcSt11char_traitsIcEEi: sub rsp, 0A8h mov [rsp+0A8h+var_18], rdi mov [rsp+0A8h+var_10], rsi mov [rsp+0A8h+var_1C], edx cmp [rsp+0A8h+var_1C], 0 jnz loc_F9F94 lea rdi, [rsp+0A8h+var_18] xor eax, eax mov esi, ea...
__int16 Acore::Impl::StringConvertImpl::For<signed char,void>::FromString( long long a1, long long a2, unsigned int a3) { long long v3; // rdx long long v4; // rdx int v5; // edx long long v7; // [rsp+18h] [rbp-90h] char v8; // [rsp+2Fh] [rbp-79h] BYREF long long v9; // [rsp+30h] [r...
FromString: SUB RSP,0xa8 MOV qword ptr [RSP + 0x90],RDI MOV qword ptr [RSP + 0x98],RSI MOV dword ptr [RSP + 0x8c],EDX CMP dword ptr [RSP + 0x8c],0x0 JNZ 0x001f9f94 LEA RDI,[RSP + 0x90] XOR EAX,EAX MOV ESI,EAX MOV EDX,0x2 CALL 0x00191270 MOV qword ptr [RSP + 0x78],RAX MOV qword ptr [RSP + 0x80],RDX LEA RDI,[RSP + 0x68] ...
/* Acore::Impl::StringConvertImpl::For<signed char, void>::FromString(std::basic_string_view<char, std::char_traits<char> >, int) */ int2 __thiscall Acore::Impl::StringConvertImpl::For<signed_char,void>::FromString (For<signed_char,void> *this,int8 param_2,int param_3) { ulong uVar1; long lVar2; i...
56,932
LefDefParser::defiPath::addTaperRule(char const*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiPath.cpp
void defiPath::addTaperRule(const char* l) { int len = strlen(l)+1; if (numUsed_ == numAllocated_) bumpSize(numAllocated_ * 2); keys_[numUsed_] = 'R' ; data_[numUsed_] = malloc(len); strcpy((char*)(data_[numUsed_]), defData->DEFCASE(l)); (numUsed_)++; }
O0
cpp
LefDefParser::defiPath::addTaperRule(char const*): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x8(%rsp) movq 0x18(%rsp), %rdi callq 0x70e0 movq 0x8(%rsp), %rcx addq $0x1, %rax movl %eax, 0x14(%rsp) movl 0x10(%rcx), %eax cmpl 0x14(%rcx), %eax jne 0x1b786 movq 0x8(%rsp),...
_ZN12LefDefParser8defiPath12addTaperRuleEPKc: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_10], rsi mov rax, [rsp+28h+var_8] mov [rsp+28h+var_20], rax mov rdi, [rsp+28h+var_10] call _strlen mov rcx, [rsp+28h+var_20] add rax, 1 mov [rsp+28h+var_14], eax mov eax, [rcx+...
LefDefParser::defrData ** LefDefParser::defiPath::addTaperRule(LefDefParser::defrData **this, const char *a2) { long long v2; // rax long long v3; // rdx LefDefParser::defrData **result; // rax long long v5; // [rsp+0h] [rbp-28h] int v6; // [rsp+14h] [rbp-14h] v6 = strlen(a2) + 1; if ( *((_DWORD *)this +...
addTaperRule: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x8],RAX MOV RDI,qword ptr [RSP + 0x18] CALL 0x001070e0 MOV RCX,qword ptr [RSP + 0x8] ADD RAX,0x1 MOV dword ptr [RSP + 0x14],EAX MOV EAX,dword ptr [RCX + 0x10] CMP EAX,dword ptr [...
/* LefDefParser::defiPath::addTaperRule(char const*) */ void __thiscall LefDefParser::defiPath::addTaperRule(defiPath *this,char *param_1) { char *__dest; size_t sVar1; void *pvVar2; char *__src; sVar1 = strlen(param_1); if (*(int *)(this + 0x10) == *(int *)(this + 0x14)) { bumpSize(this,*(int *)(...
56,933
my_wildcmp_bin_impl
eloqsql/strings/ctype-bin.c
static int my_wildcmp_bin_impl(CHARSET_INFO *cs, const char *str,const char *str_end, const char *wildstr,const char *wildend, int escape, int w_one, int w_many, int recurse_level) { int result= -1; /* Not found, using wildcards */ if (my_st...
O0
c
my_wildcmp_bin_impl: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movl 0x20(%rbp), %eax movl 0x18(%rbp), %eax movl 0x10(%rbp), %eax movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movl %r9d, -0x34(%rbp) movl $0xffffffff, -0x38(%rbp) # imm = 0xFFFFFFFF lea...
my_wildcmp_bin_impl: push rbp mov rbp, rsp sub rsp, 60h mov eax, [rbp+arg_10] mov eax, [rbp+arg_8] mov eax, [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_34], r9d mov [rbp+var_38], ...
long long my_wildcmp_bin_impl( int a1, unsigned __int8 *a2, unsigned __int8 *a3, char *a4, char *a5, int a6, int a7, int a8, unsigned int a9) { char *v9; // rax unsigned __int8 *v10; // rcx char *v11; // rax unsigned __int8 *v12; // rax ...
my_wildcmp_bin_impl: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV EAX,dword ptr [RBP + 0x20] MOV EAX,dword ptr [RBP + 0x18] MOV EAX,dword 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 dword ptr...
uint my_wildcmp_bin_impl(int8 param_1,byte *param_2,byte *param_3,byte *param_4,byte *param_5, uint param_6,int param_7,int param_8,int param_9) { int iVar1; uint uVar2; byte *pbVar3; bool bVar4; byte local_41; uint local_40; byte *local_30; byte *local_20; uint local_c; ...
56,934
js_reflect_deleteProperty
bluesky950520[P]quickjs/quickjs.c
static JSValue js_reflect_deleteProperty(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue obj; JSAtom atom; int ret; obj = argv[0]; if (JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT) return JS_ThrowTypeErrorNotAnObject(ctx); atom = J...
O0
c
js_reflect_deleteProperty: subq $0x58, %rsp movq %rsi, 0x38(%rsp) movq %rdx, 0x40(%rsp) movq %rdi, 0x30(%rsp) movl %ecx, 0x2c(%rsp) movq %r8, 0x20(%rsp) movq 0x20(%rsp), %rax movq (%rax), %rcx movq %rcx, 0x10(%rsp) movq 0x8(%rax), %rax movq %rax, 0x18(%rsp) movq 0x18(%rsp), %rax cmpl $-0x1, %eax je 0xd8185 movq 0x30(%r...
js_reflect_deleteProperty: sub rsp, 58h mov [rsp+58h+var_20], rsi mov [rsp+58h+var_18], rdx mov [rsp+58h+var_28], rdi mov [rsp+58h+var_2C], ecx mov [rsp+58h+var_38], r8 mov rax, [rsp+58h+var_38] mov rcx, [rax] mov [rsp+58h+var_48], rcx mov rax, [rax+8] mov [rsp+58h+var_40], r...
long long js_reflect_deleteProperty( long long a1, long long a2, long long a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, long long a12, long long *a13, long lo...
js_reflect_deleteProperty: SUB RSP,0x58 MOV qword ptr [RSP + 0x38],RSI MOV qword ptr [RSP + 0x40],RDX MOV qword ptr [RSP + 0x30],RDI MOV dword ptr [RSP + 0x2c],ECX MOV qword ptr [RSP + 0x20],R8 MOV RAX,qword ptr [RSP + 0x20] MOV RCX,qword ptr [RAX] MOV qword ptr [RSP + 0x10],RCX MOV RAX,qword ptr [RAX + 0x8] MOV qword ...
int1 [16] js_reflect_deleteProperty(int8 param_1) { int8 uVar1; int8 uVar2; int iVar3; int iVar4; int8 *in_R8; int1 auVar5 [16]; int4 local_10; int4 uStack_c; int8 local_8; uVar1 = *in_R8; uVar2 = in_R8[1]; if ((int)uVar2 == -1) { iVar3 = JS_ValueToAtom(param_1,in_R8[2],in_R8[3]); ...
56,935
js_reflect_deleteProperty
bluesky950520[P]quickjs/quickjs.c
static JSValue js_reflect_deleteProperty(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue obj; JSAtom atom; int ret; obj = argv[0]; if (JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT) return JS_ThrowTypeErrorNotAnObject(ctx); atom = J...
O1
c
js_reflect_deleteProperty: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %r15 movq 0x8(%r8), %r12 cmpl $-0x1, %r12d jne 0x1281f movq (%r8), %r13 movq 0x10(%r8), %rsi movq 0x18(%r8), %rdx movq %r15, %rdi callq 0x2347f pushq $0x6 popq %r14 testl %eax, %eax je 0x1284b movl %eax, %...
js_reflect_deleteProperty: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r15, rdi mov r12, [r8+8] cmp r12d, 0FFFFFFFFh jnz short loc_1281F mov r13, [r8] mov rsi, [r8+10h] mov rdx, [r8+18h] mov rdi, r15 call JS_ValueToAtom push 6 pop r14...
_BOOL8 js_reflect_deleteProperty(long long a1, long long a2, int a3, int a4, long long *a5, int a6) { long long v6; // r12 long long v7; // r13 unsigned int v8; // eax unsigned int v9; // ebp long long v10; // rbx int v11; // r12d v6 = a5[1]; if ( (_DWORD)v6 == -1 ) { v7 = *a5; v8 = JS_Value...
js_reflect_deleteProperty: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R15,RDI MOV R12,qword ptr [R8 + 0x8] CMP R12D,-0x1 JNZ 0x0011281f MOV R13,qword ptr [R8] MOV RSI,qword ptr [R8 + 0x10] MOV RDX,qword ptr [R8 + 0x18] MOV RDI,R15 CALL 0x0012347f PUSH 0x6 POP R14 TEST EAX,EAX JZ 0x0011284b MOV E...
bool js_reflect_deleteProperty(int8 param_1) { int8 uVar1; int8 uVar2; int iVar3; int iVar4; int8 *in_R8; bool bVar5; uVar1 = in_R8[1]; if ((int)uVar1 == -1) { uVar2 = *in_R8; iVar3 = JS_ValueToAtom(param_1,in_R8[2],in_R8[3]); if (iVar3 == 0) { return false; } iVar4 = JS_D...
56,936
js_reflect_deleteProperty
bluesky950520[P]quickjs/quickjs.c
static JSValue js_reflect_deleteProperty(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue obj; JSAtom atom; int ret; obj = argv[0]; if (JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT) return JS_ThrowTypeErrorNotAnObject(ctx); atom = J...
O3
c
js_reflect_deleteProperty: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %r15 movq 0x8(%r8), %r12 cmpl $-0x1, %r12d jne 0x12ecb movq (%r8), %r13 movq 0x10(%r8), %rsi movq 0x18(%r8), %rdx movq %r15, %rdi callq 0x23ad1 pushq $0x6 popq %r14 testl %eax, %eax je 0x12ef7 movl %eax, %...
js_reflect_deleteProperty: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r15, rdi mov r12, [r8+8] cmp r12d, 0FFFFFFFFh jnz short loc_12ECB mov r13, [r8] mov rsi, [r8+10h] mov rdx, [r8+18h] mov rdi, r15 call JS_ValueToAtom push 6 pop r14...
_BOOL8 js_reflect_deleteProperty(long long a1, long long a2, int a3, int a4, long long *a5, int a6) { long long v6; // r12 long long v7; // r13 unsigned int v8; // eax unsigned int v9; // ebp long long v10; // rbx int v11; // r12d v6 = a5[1]; if ( (_DWORD)v6 == -1 ) { v7 = *a5; v8 = JS_Value...
js_reflect_deleteProperty: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R15,RDI MOV R12,qword ptr [R8 + 0x8] CMP R12D,-0x1 JNZ 0x00112ecb MOV R13,qword ptr [R8] MOV RSI,qword ptr [R8 + 0x10] MOV RDX,qword ptr [R8 + 0x18] MOV RDI,R15 CALL 0x00123ad1 PUSH 0x6 POP R14 TEST EAX,EAX JZ 0x00112ef7 MOV E...
bool js_reflect_deleteProperty(int8 param_1) { int8 uVar1; int8 uVar2; int iVar3; int iVar4; int8 *in_R8; bool bVar5; uVar1 = in_R8[1]; if ((int)uVar1 == -1) { uVar2 = *in_R8; iVar3 = JS_ValueToAtom(param_1,in_R8[2],in_R8[3]); if (iVar3 == 0) { return false; } iVar4 = JS_D...
56,937
my_strnncoll_8bit_bin
eloqsql/strings/ctype-bin.c
static int my_strnncoll_8bit_bin(CHARSET_INFO * cs __attribute__((unused)), const uchar *s, size_t slen, const uchar *t, size_t tlen, my_bool t_is_prefix) { size_t len=MY_MIN(slen,tlen); int cmp= memcmp(s,t,len); re...
O0
c
my_strnncoll_8bit_bin: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movb %r9b, %al movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movb %al, -0x29(%rbp) movq -0x18(%rbp), %rax cmpq -0x28(%rbp), %rax jae 0x3cda6 movq -0x18(%rbp), %rax movq %rax, -0x48(%rbp)...
my_strnncoll_8bit_bin: push rbp mov rbp, rsp sub rsp, 60h mov al, r9b mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov [rbp+var_29], al mov rax, [rbp+var_18] cmp rax, [rbp+var_28] jnb short loc_3CDA6 mov ...
long long my_strnncoll_8bit_bin( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, char a6) { int v7; // [rsp+8h] [rbp-58h] unsigned long long v9; // [rsp+18h] [rbp-48h] unsigned int v10; // [rsp+24h] [rbp-3Ch] int v12; // [r...
my_strnncoll_8bit_bin: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV AL,R9B MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV byte ptr [RBP + -0x29],AL MOV RAX,qword ptr [RBP + -0x18] CMP RAX,qword ptr [RBP + -0x28] ...
int my_strnncoll_8bit_bin (int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5, char param_6) { ulong local_60; int local_54; size_t local_50; local_50 = param_5; if (param_3 < param_5) { local_50 = param_3; } local_54 = memcmp(param_2,param_4,local_50...
56,938
long minja::Value::get<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long) const
monkey531[P]llama/common/minja.hpp
T get(const std::string & key, T default_value) const { if (!contains(key)) return default_value; return at(key).get<T>(); }
O3
cpp
long minja::Value::get<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rcx, %r14 movq %rdx, %r12 movq %rsi, %r15 movq %rdi, %rbx movq %rsi, %rdi movq %rdx, %rsi callq 0xb6d50 testb %al, %al je 0x...
_ZNK5minja5Value3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_RKS7_S8_: push r15 push r14 push r12 push rbx sub rsp, 58h mov r14, rcx mov r12, rdx mov r15, rsi mov rbx, rdi mov rdi, rsi mov rsi, rdx call _ZNK5minja5Value8containsERKNSt7__cxx1112basic_stringIcSt1...
long long minja::Value::get<std::string>(long long a1, minja::Value *a2, long long a3, long long a4) { _QWORD *v7; // rax long long v8; // rdi signed __int32 v9; // eax _OWORD *v10; // rax _BYTE v12[8]; // [rsp+8h] [rbp-70h] BYREF long long v13; // [rsp+10h] [rbp-68h] volatile signed __int32 *v14; // [rs...
get<std::__cxx11::string>: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R14,RCX MOV R12,RDX MOV R15,RSI MOV RBX,RDI MOV RDI,RSI MOV RSI,RDX CALL 0x001b6d50 TEST AL,AL JZ 0x001d1c72 LEA R14,[RSP + 0x8] MOV RDI,R14 MOV RSI,R12 CALL 0x001ad8f0 LAB_001d1bf8: MOV RDI,R15 MOV RSI,R14 CALL 0x001b68f2 MOV RDI,RBX MOV R...
/* std::__cxx11::string minja::Value::get<std::__cxx11::string >(std::__cxx11::string const&, std::__cxx11::string) const */ long * minja::Value::get<std::__cxx11::string> (long *param_1,Value *param_2,string *param_3,int8 *param_4) { long *plVar1; int *piVar2; long lVar3; char cVar4; i...
56,939
compMSL(LefDefParser::defrCallbackType_e, LefDefParser::defiComponentMaskShiftLayer*, void*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/defdiff/diffDefRW.cpp
int compMSL(defrCallbackType_e c, defiComponentMaskShiftLayer* co, defiUserData ud) { int i; checkType(c); if (ud != userData) dataError(); if (co->numMaskShiftLayers()) { fprintf(fout, "\nCOMPONENTMASKSHIFT "); for (i = 0; i < co->numMaskShiftLayers(); i++) { fprintf(fout, "%s ", co->maskShi...
O3
cpp
compMSL(LefDefParser::defrCallbackType_e, LefDefParser::defiComponentMaskShiftLayer*, void*): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movq %rsi, %rbx cmpl $0x68, %edi jb 0x685a movq 0x5ca0c(%rip), %rcx # 0x63250 leaq 0x37c44(%rip), %rdi # 0x3e48f movl $0x27, %esi movl $0x1, %edx c...
_Z7compMSLN12LefDefParser18defrCallbackType_eEPNS_27defiComponentMaskShiftLayerEPv: push rbp push r15 push r14 push rbx push rax mov r14, rdx mov rbx, rsi cmp edi, 68h ; 'h' jb short loc_685A mov rcx, cs:fout lea rdi, aErrorCallbackT; "ERROR: callback type is out of bounds!"... m...
long long compMSL(unsigned int a1, LefDefParser::defiComponentMaskShiftLayer *a2, long long a3) { int v4; // ebp long long v5; // r15 const char *v6; // rax if ( a1 >= 0x68 ) fwrite("ERROR: callback type is out of bounds!\n", 39LL, 1LL, fout); if ( userData != a3 ) fwrite("ERROR: returned user data ...
compMSL: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV RBX,RSI CMP EDI,0x68 JC 0x0010685a MOV RCX,qword ptr [0x00163250] LEA RDI,[0x13e48f] MOV ESI,0x27 MOV EDX,0x1 CALL 0x00106350 LAB_0010685a: CMP qword ptr [0x00163258],R14 JZ 0x00106880 MOV RCX,qword ptr [0x00163250] LEA RDI,[0x13e464] MOV ESI,0x2a MO...
/* compMSL(LefDefParser::defrCallbackType_e, LefDefParser::defiComponentMaskShiftLayer*, void*) */ int8 compMSL(uint param_1,defiComponentMaskShiftLayer *param_2,long param_3) { FILE *__stream; int iVar1; int iVar2; int8 uVar3; if (0x67 < param_1) { fwrite("ERROR: callback type is out of bounds!\n",...
56,940
mbr_join_square
eloqsql/storage/myisam/rt_split.c
static double mbr_join_square(const double *a, const double *b, int n_dim) { const double *end = a + n_dim * 2; double square = 1.0; do { square *= ((a[1] < b[1]) ? b[1] : a[1]) - ((a[0] > b[0]) ? b[0] : a[0]); a += 2; b += 2; }while (a != end); /* Check if not finite (i.e. infinity or...
O0
c
mbr_join_square: 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) movsd 0x82d1a(%rip), %xmm0 # 0x158c58 movsd %xmm0, -0x28(%rbp) movq -0x8(%rbp...
mbr_join_square_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rax, [rbp+var_8] mov ecx, [rbp+var_14] shl ecx, 1 movsxd rcx, ecx shl rcx, 3 add rax, rcx mov [rbp+var_20], rax movsd xmm0, cs:qword_158C58 movsd [rbp+var_28], xm...
double mbr_join_square_0(double *a1, double *a2, int a3) { double v4; // [rsp+0h] [rbp-40h] double v5; // [rsp+10h] [rbp-30h] double v6; // [rsp+18h] [rbp-28h] double *v8; // [rsp+38h] [rbp-8h] v8 = a1; v6 = 1.0; do { if ( a2[1] <= v8[1] ) v5 = v8[1]; else v5 = a2[1]; if ( *v8 ...
mbr_join_square: 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 MOVSD XMM0,qword ptr [0x00258c58] MOVSD q...
double mbr_join_square(double *param_1,double *param_2,int param_3) { double local_48; double local_38; double local_30; double *local_18; double *local_10; local_30 = DAT_00258c58; local_18 = param_2; local_10 = param_1; do { if (local_18[1] <= local_10[1]) { local_38 = local_10[1]; ...
56,941
resolve_collation
eloqsql/mysys/charset.c
my_bool resolve_collation(const char *cl_name, CHARSET_INFO *default_cl, CHARSET_INFO **cl, myf my_flags) { *cl= get_charset_by_name(cl_name, my_flags); if (*cl == NULL) { *cl= default_cl; return TRUE; } return FALSE; }
O3
c
resolve_collation: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0xc0, %rsp movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %rsi movq %fs:0x28, %rax movq %rax, -0x18(%rbp) leaq -0xc8(%rbp), %rdi movb $0x0, (%rdi) leaq -0x13af(%rip), %rax # 0x776f2 movq %rax, 0x80(%rdi) leaq -0x13ae(%rip), %rax # 0x77701 mov...
resolve_collation: push rbp mov rbp, rsp push r14 push rbx sub rsp, 0C0h mov rbx, rdx mov r14, rsi mov rsi, rdi mov rax, fs:28h mov [rbp+var_18], rax lea rdi, [rbp+var_C8] mov byte ptr [rdi], 0 lea rax, my_once_alloc_c mov [rdi+80h], rax lea rax, my_malloc_c mov ...
bool resolve_collation(long long a1, long long a2, long long *a3, long long a4) { long long v6; // rcx bool result; // al char v8[128]; // [rsp+8h] [rbp-C8h] BYREF long long ( *v9)(long long); // [rsp+88h] [rbp-48h] long long ( *v10)(long long); // [rsp+90h] [rbp-40h] long long ( *v11)(long long, long long...
resolve_collation: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0xc0 MOV RBX,RDX MOV R14,RSI MOV RSI,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX LEA RDI,[RBP + -0xc8] MOV byte ptr [RDI],0x0 LEA RAX,[0x1776f2] MOV qword ptr [RDI + 0x80],RAX LEA RAX,[0x177701] MOV qword ptr [RDI + 0x88],RAX LEA RAX,...
bool resolve_collation(int8 param_1,long param_2,long *param_3,int8 param_4) { long lVar1; long in_FS_OFFSET; int1 local_d0 [128]; code *local_50; code *local_48; code *local_40; code *local_38; int *local_30; code *local_28; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); local_d...
56,942
my_is_symlink
eloqsql/mysys/my_symlink.c
int my_is_symlink(const char *filename __attribute__((unused))) { #if defined (HAVE_LSTAT) && defined (S_ISLNK) struct stat stat_buff; if (lstat(filename, &stat_buff)) return 0; MSAN_STAT_WORKAROUND(&stat_buff); return !!S_ISLNK(stat_buff.st_mode); #elif defined (_WIN32) DWORD dwAttr = GetFileAttributes(f...
O0
c
my_is_symlink: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi leaq -0xa0(%rbp), %rsi callq 0x2a4f0 cmpl $0x0, %eax je 0xfd9bd movl $0x0, -0x4(%rbp) jmp 0xfd9dc movl -0x88(%rbp), %eax andl $0xf000, %eax # imm = 0xF000 cmpl $0xa000, %eax # imm = 0xA000 sete %...
my_is_symlink: push rbp mov rbp, rsp sub rsp, 0A0h mov [rbp+var_10], rdi mov rdi, [rbp+var_10] lea rsi, [rbp+var_A0] call _lstat64 cmp eax, 0 jz short loc_FD9BD mov [rbp+var_4], 0 jmp short loc_FD9DC loc_FD9BD: mov eax, [rbp+var_88] and eax, 0F000h cmp eax, 0A000h ...
_BOOL8 my_is_symlink(long long a1) { _BYTE v2[24]; // [rsp+0h] [rbp-A0h] BYREF int v3; // [rsp+18h] [rbp-88h] long long v4; // [rsp+90h] [rbp-10h] v4 = a1; return !(unsigned int)lstat64(a1, v2) && (v3 & 0xF000) == 40960; }
my_is_symlink: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV qword ptr [RBP + -0x10],RDI MOV RDI,qword ptr [RBP + -0x10] LEA RSI,[RBP + -0xa0] CALL 0x0012a4f0 CMP EAX,0x0 JZ 0x001fd9bd MOV dword ptr [RBP + -0x4],0x0 JMP 0x001fd9dc LAB_001fd9bd: MOV EAX,dword ptr [RBP + -0x88] AND EAX,0xf000 CMP EAX,0xa000 SETZ AL XOR AL,0xff X...
bool my_is_symlink(char *param_1) { int iVar1; stat64 local_a8; char *local_18; local_18 = param_1; iVar1 = lstat64(param_1,&local_a8); return iVar1 == 0 && (local_a8.st_mode & 0xf000) == 0xa000; }
56,943
my_is_symlink
eloqsql/mysys/my_symlink.c
int my_is_symlink(const char *filename __attribute__((unused))) { #if defined (HAVE_LSTAT) && defined (S_ISLNK) struct stat stat_buff; if (lstat(filename, &stat_buff)) return 0; MSAN_STAT_WORKAROUND(&stat_buff); return !!S_ISLNK(stat_buff.st_mode); #elif defined (_WIN32) DWORD dwAttr = GetFileAttributes(f...
O3
c
my_is_symlink: pushq %rbp movq %rsp, %rbp pushq %rbx subq $0x98, %rsp leaq -0x98(%rbp), %rbx movq %rbx, %rsi callq 0x2a520 movl 0x18(%rbx), %edx andl $0xf000, %edx # imm = 0xF000 xorl $0xa000, %edx # imm = 0xA000 xorl %ecx, %ecx orl %eax, %edx sete %cl movl %ecx, %eax addq $0x98, %rsp popq %rbx popq...
my_is_symlink: push rbp mov rbp, rsp push rbx sub rsp, 98h lea rbx, [rbp+var_98] mov rsi, rbx call _lstat64 mov edx, [rbx+18h] and edx, 0F000h xor edx, 0A000h xor ecx, ecx or edx, eax setz cl mov eax, ecx add rsp, 98h pop rbx pop rbp retn
_BOOL8 my_is_symlink(long long a1) { int v1; // eax _BYTE v3[24]; // [rsp+8h] [rbp-98h] BYREF __int16 v4; // [rsp+20h] [rbp-80h] v1 = lstat64(a1, v3); return (v1 | v4 & 0xF000 ^ 0xA000) == 0; }
my_is_symlink: PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x98 LEA RBX,[RBP + -0x98] MOV RSI,RBX CALL 0x0012a520 MOV EDX,dword ptr [RBX + 0x18] AND EDX,0xf000 XOR EDX,0xa000 XOR ECX,ECX OR EDX,EAX SETZ CL MOV EAX,ECX ADD RSP,0x98 POP RBX POP RBP RET
bool my_is_symlink(char *param_1) { int iVar1; stat64 local_a0; iVar1 = lstat64(param_1,&local_a0); return (local_a0.st_mode & 0xf000) == 0xa000 && iVar1 == 0; }
56,944
ma_bitmap_find_new_place
eloqsql/storage/maria/ma_bitmap.c
my_bool _ma_bitmap_find_new_place(MARIA_HA *info, MARIA_ROW *row, pgcache_page_no_t page, uint free_size, MARIA_BITMAP_BLOCKS *blocks) { MARIA_SHARE *share= info->s; my_bool res= 1; uint position; uint head_length, row_length, rest_length, exte...
O3
c
ma_bitmap_find_new_place: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %ecx, -0x2c(%rbp) movq %rdx, %rbx movq %rsi, %r13 movq %rdi, %r12 movq (%rdi), %r14 xorl %eax, %eax movl %eax, 0x8(%r8) movq %r8, -0x38(%rbp) movw $0x0, 0xc(%r8) movl %eax, 0xac(%rsi) movl $...
_ma_bitmap_find_new_place: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rbp+var_2C], ecx mov rbx, rdx mov r13, rsi mov r12, rdi mov r14, [rdi] xor eax, eax mov [r8+8], eax mov [rbp+var_38], r8 mov word ptr [r8+0Ch], 0 ...
long long ma_bitmap_find_new_place(long long a1, long long a2, unsigned long long a3, unsigned int a4, long long a5) { unsigned int v5; // r15d long long v9; // r14 long long v10; // rdi long long v11; // rcx unsigned long long v12; // rdx int v13; // r15d int v14; // edx int v15; // esi unsigned int...
_ma_bitmap_find_new_place: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV dword ptr [RBP + -0x2c],ECX MOV RBX,RDX MOV R13,RSI MOV R12,RDI MOV R14,qword ptr [RDI] XOR EAX,EAX MOV dword ptr [R8 + 0x8],EAX MOV qword ptr [RBP + -0x38],R8 MOV word ptr [R8 + 0xc],0x0 MOV dword ptr [RSI + 0...
ulong _ma_bitmap_find_new_place(long *param_1,long param_2,ulong param_3,uint param_4,long *param_5) { pthread_mutex_t *__mutex; ushort uVar1; int iVar2; long lVar3; long lVar4; ulong *puVar5; uint uVar6; int iVar7; char cVar8; uint uVar9; int iVar10; byte bVar11; long lVar12; long lVar13;...
56,945
my_strnncollsp_padspace_bin
eloqsql/strings/ctype-bin.c
int my_strnncollsp_padspace_bin(const uchar *str, size_t length) { for ( ; length ; str++, length--) { if (*str < ' ') return -1; else if (*str > ' ') return 1; } return 0; }
O3
c
my_strnncollsp_padspace_bin: pushq %rbp movq %rsp, %rbp testq %rsi, %rsi je 0x30dc0 xorl %eax, %eax cmpb $0x20, (%rdi,%rax) jb 0x30dc4 jne 0x30dcb incq %rax cmpq %rax, %rsi jne 0x30db0 xorl %eax, %eax jmp 0x30dd0 movl $0xffffffff, %eax # imm = 0xFFFFFFFF jmp 0x30dd0 movl $0x1, %eax popq %rbp retq
my_strnncollsp_padspace_bin: push rbp mov rbp, rsp test rsi, rsi jz short loc_30DC0 xor eax, eax loc_30DB0: cmp byte ptr [rdi+rax], 20h ; ' ' jb short loc_30DC4 jnz short loc_30DCB inc rax cmp rsi, rax jnz short loc_30DB0 loc_30DC0: xor eax, eax jmp short loc_30DD0 lo...
long long my_strnncollsp_padspace_bin(long long a1, long long a2) { long long v2; // rax if ( !a2 ) return 0LL; v2 = 0LL; while ( 1 ) { if ( *(_BYTE *)(a1 + v2) < 0x20u ) return 0xFFFFFFFFLL; if ( *(_BYTE *)(a1 + v2) != 32 ) break; if ( a2 == ++v2 ) return 0LL; } return...
my_strnncollsp_padspace_bin: PUSH RBP MOV RBP,RSP TEST RSI,RSI JZ 0x00130dc0 XOR EAX,EAX LAB_00130db0: CMP byte ptr [RDI + RAX*0x1],0x20 JC 0x00130dc4 JNZ 0x00130dcb INC RAX CMP RSI,RAX JNZ 0x00130db0 LAB_00130dc0: XOR EAX,EAX JMP 0x00130dd0 LAB_00130dc4: MOV EAX,0xffffffff JMP 0x00130dd0 LAB_00130dcb: MOV EAX,0x1 LAB_...
int8 my_strnncollsp_padspace_bin(long param_1,long param_2) { long lVar1; if (param_2 != 0) { lVar1 = 0; do { if (*(byte *)(param_1 + lVar1) < 0x20) { return 0xffffffff; } if (*(byte *)(param_1 + lVar1) != 0x20) { return 1; } lVar1 = lVar1 + 1; } while ...
56,946
google::protobuf::compiler::csharp::Generator::Generate(google::protobuf::FileDescriptor const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::compiler::GeneratorContext*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/csharp/csharp_generator.cc
bool Generator::Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* generator_context, std::string* error) const { std::vector<std::pair<std::string, std::string> > options; ParseGeneratorParameter(parameter,...
O0
cpp
google::protobuf::compiler::csharp::Generator::Generate(google::protobuf::FileDescriptor const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::compiler::GeneratorContext*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*) const: s...
_ZNK6google8protobuf8compiler6csharp9Generator8GenerateEPKNS0_14FileDescriptorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPNS1_16GeneratorContextEPSC_: sub rsp, 248h mov [rsp+248h+var_10], rdi mov [rsp+248h+var_18], rsi mov [rsp+248h+var_20], rdx mov [rsp+248h+var_28], rcx mov [rsp+24...
char google::protobuf::compiler::csharp::Generator::Generate( long long a1, google::protobuf::compiler::csharp *a2, long long a3, long long a4, long long a5) { const char *v5; // rsi long long v6; // rax long long v7; // rax long long v8; // rax long long v9; // rax ...
Generate: SUB RSP,0x248 MOV qword ptr [RSP + 0x238],RDI MOV qword ptr [RSP + 0x230],RSI MOV qword ptr [RSP + 0x228],RDX MOV qword ptr [RSP + 0x220],RCX MOV qword ptr [RSP + 0x218],R8 LEA RDI,[RSP + 0x200] MOV qword ptr [RSP + 0x40],RDI CALL 0x00137240 MOV RSI,qword ptr [RSP + 0x40] MOV RDI,qword ptr [RSP + 0x228] LAB_0...
/* google::protobuf::compiler::csharp::Generator::Generate(google::protobuf::FileDescriptor const*, std::__cxx11::string const&, google::protobuf::compiler::GeneratorContext*, std::__cxx11::string*) const */ ulong __thiscall google::protobuf::compiler::csharp::Generator::Generate (Generator *this,File...
56,947
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 0x4f240 cmpl $0x0, %eax jne 0x4ec13 movl $0x0, -0x4(%rbp) jmp 0x4ec4a jmp 0x4ec15 movq -0x10(%rbp), %rdi callq 0x4ed70 cmpl $0x4, (%rax) jne 0x4ec3c movq -0x10(%rbp), %rdi callq 0x4f290 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_4EC13 mov [rbp+var_4], 0 jmp short loc_4EC4A loc_4EC13: jmp short $+2 loc_4EC15: 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 0x0014f240 CMP EAX,0x0 JNZ 0x0014ec13 MOV dword ptr [RBP + -0x4],0x0 JMP 0x0014ec4a LAB_0014ec13: JMP 0x0014ec15 LAB_0014ec15: MOV RDI,qword ptr [RBP + -0x10] CALL 0x0014ed70 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...
56,948
inline_mysql_cond_signal
eloqsql/include/mysql/psi/mysql_thread.h
static inline int inline_mysql_cond_signal( mysql_cond_t *that) { int result; #ifdef HAVE_PSI_COND_INTERFACE if (psi_likely(that->m_psi != NULL)) PSI_COND_CALL(signal_cond)(that->m_psi); #endif result= pthread_cond_signal(&that->m_cond); return result; }
O0
c
inline_mysql_cond_signal: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax cmpq $0x0, 0x30(%rax) setne %al andb $0x1, %al movzbl %al, %eax cmpl $0x0, %eax setne %al andb $0x1, %al movzbl %al, %eax cltq cmpq $0x0, %rax je 0xfa19b leaq 0x1c6fd1(%rip), %rax # 0x2c1158 movq (%rax),...
inline_mysql_cond_signal_4: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rax, [rbp+var_8] cmp qword ptr [rax+30h], 0 setnz al and al, 1 movzx eax, al cmp eax, 0 setnz al and al, 1 movzx eax, al cdqe cmp rax, 0 jz short loc_FA19B lea rax, PSI_server ...
long long inline_mysql_cond_signal_4(long long a1) { if ( *(_QWORD *)(a1 + 48) ) ((void ( *)(_QWORD))PSI_server[46])(*(_QWORD *)(a1 + 48)); return (unsigned int)pthread_cond_signal(a1); }
inline_mysql_cond_signal: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX + 0x30],0x0 SETNZ AL AND AL,0x1 MOVZX EAX,AL CMP EAX,0x0 SETNZ AL AND AL,0x1 MOVZX EAX,AL CDQE CMP RAX,0x0 JZ 0x001fa19b LEA RAX,[0x3c1158] MOV RAX,qword ptr [RAX] MOV RAX,qword p...
int inline_mysql_cond_signal(pthread_cond_t *param_1) { int iVar1; if (param_1[1].__align != 0) { (**(code **)(PSI_server + 0x170))(param_1[1].__align); } iVar1 = pthread_cond_signal(param_1); return iVar1; }
56,949
my_uni_utf32
eloqsql/strings/ctype-ucs2.c
static int my_uni_utf32(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { if (s + 4 > e) return MY_CS_TOOSMALL4; if (wc > 0x10FFFF) return MY_CS_ILUNI; s[0]= (uchar) (wc >> 24); s[1]= (uchar) (wc >> 16) & 0xFF; s[2]= (uchar) (wc >> 8) & 0xFF; s[3]= (uchar...
O3
c
my_uni_utf32: pushq %rbp movq %rsp, %rbp pushq %rbx movq %rsi, %rbx leaq 0x4(%rdx), %rsi movl $0xffffff98, %eax # imm = 0xFFFFFF98 cmpq %rcx, %rsi ja 0x47e94 xorl %eax, %eax cmpq $0x10ffff, %rbx # imm = 0x10FFFF ja 0x47e94 movb $0x0, (%rdx) movl %ebx, %eax shrl $0x10, %eax movb %al, 0x1(%rdx) movb %bh, 0x...
my_uni_utf32: push rbp mov rbp, rsp push rbx mov rbx, rsi lea rsi, [rdx+4] mov eax, 0FFFFFF98h cmp rsi, rcx ja short loc_47E94 xor eax, eax cmp rbx, offset unk_10FFFF ja short loc_47E94 mov byte ptr [rdx], 0 mov eax, ebx shr eax, 10h mov [rdx+1], al mov [r...
long long my_uni_utf32(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax result = 4294967192LL; if ( (unsigned long long)(a3 + 4) <= a4 ) { result = 0LL; if ( a2 <= (unsigned long long)&unk_10FFFF ) { *a3 = 0; a3[1] = BYTE2(a2); a3[...
my_uni_utf32: PUSH RBP MOV RBP,RSP PUSH RBX MOV RBX,RSI LEA RSI,[RDX + 0x4] MOV EAX,0xffffff98 CMP RSI,RCX JA 0x00147e94 XOR EAX,EAX CMP RBX,0x10ffff JA 0x00147e94 MOV byte ptr [RDX],0x0 MOV EAX,EBX SHR EAX,0x10 MOV byte ptr [RDX + 0x1],AL MOV byte ptr [RDX + 0x2],BH MOV byte ptr [RDX + 0x3],BL MOV EAX,0x4 LAB_00147e94...
int8 my_uni_utf32(int8 param_1,ulong param_2,int1 *param_3,int1 *param_4) { int8 uVar1; uVar1 = 0xffffff98; if ((param_3 + 4 <= param_4) && (uVar1 = 0, param_2 < 0x110000)) { *param_3 = 0; param_3[1] = (char)(param_2 >> 0x10); param_3[2] = (char)(param_2 >> 8); param_3[3] = (char)param_2; ...
56,950
ggml_compute_forward_clamp_f32(ggml_compute_params const*, ggml_tensor*)
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
static void ggml_compute_forward_clamp_f32( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; float min; float max; memcpy(&min, (float *) dst->op_params + 0, sizeof(float)); memcpy(&max, (float *) dst->op_params + 1, sizeof(float)); ...
O0
cpp
ggml_compute_forward_clamp_f32(ggml_compute_params const*, ggml_tensor*): subq $0x78, %rsp movq %rdi, 0x70(%rsp) movq %rsi, 0x68(%rsp) movq 0x68(%rsp), %rax movq 0x98(%rax), %rax movq %rax, 0x60(%rsp) movq 0x68(%rsp), %rax movl 0x54(%rax), %eax movl %eax, 0x5c(%rsp) movq 0x68(%rsp), %rax movl 0x58(%rax), %eax movl %eax...
_ZL30ggml_compute_forward_clamp_f32PK19ggml_compute_paramsP11ggml_tensor: sub rsp, 78h mov [rsp+78h+var_8], rdi mov [rsp+78h+var_10], rsi mov rax, [rsp+78h+var_10] mov rax, [rax+98h] mov [rsp+78h+var_18], rax mov rax, [rsp+78h+var_10] mov eax, [rax+54h] mov [rsp+78h+var_1C], eax mov ...
long long ggml_compute_forward_clamp_f32(unsigned int *a1, long long a2) { long long result; // rax unsigned int j; // [rsp+Ch] [rbp-6Ch] long long v28; // [rsp+10h] [rbp-68h] long long v29; // [rsp+18h] [rbp-60h] unsigned int i; // [rsp+24h] [rbp-54h] long long v31; // [rsp+28h] [rbp-50h] long long v32;...
ggml_compute_forward_clamp_f32: SUB RSP,0x78 MOV qword ptr [RSP + 0x70],RDI MOV qword ptr [RSP + 0x68],RSI MOV RAX,qword ptr [RSP + 0x68] MOV RAX,qword ptr [RAX + 0x98] MOV qword ptr [RSP + 0x60],RAX MOV RAX,qword ptr [RSP + 0x68] MOV EAX,dword ptr [RAX + 0x54] MOV dword ptr [RSP + 0x5c],EAX MOV RAX,qword ptr [RSP + 0x...
/* ggml_compute_forward_clamp_f32(ggml_compute_params const*, ggml_tensor*) */ void ggml_compute_forward_clamp_f32(ggml_compute_params *param_1,ggml_tensor *param_2) { float fVar1; float fVar2; int iVar3; long lVar4; int8 uVar5; long lVar6; long lVar7; long lVar8; int iVar9; long lVar10; float ...
56,951
free_tree
eloqsql/mysys/tree.c
static int free_tree(TREE *tree, my_bool abort, myf free_flags) { int error, first_error= 0; DBUG_ENTER("free_tree"); DBUG_PRINT("enter",("tree: %p", tree)); if (tree->root) /* If initialized */ { if (tree->with_delete) { if ((error= delete_tree_element(tree, tree->root, abort))) { ...
O3
c
free_tree: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %esi, %r15d movq %rdi, %rbx movq (%rdi), %rsi testq %rsi, %rsi je 0xa4069 cmpb $0x0, 0x278(%rbx) je 0xa406e movsbl %r15b, %edx movq %rbx, %rdi callq 0xa4cc2 movl %eax, %r15d jmp 0xa40d8 xorl %r15d, %r15d jmp 0xa40d8 movq %rdx, %r14 m...
free_tree: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r15d, esi mov rbx, rdi mov rsi, [rdi] test rsi, rsi jz short loc_A4069 cmp byte ptr [rbx+278h], 0 jz short loc_A406E movsx edx, r15b mov rdi, rbx call delete_tree_element mov r15d, eax j...
long long free_tree(long long *a1, char a2, char a3) { long long v4; // rsi unsigned int v5; // r15d void ( *v7)(_QWORD, _QWORD, long long); // rax v4 = *a1; if ( *a1 ) { if ( *((_BYTE *)a1 + 632) ) { v5 = delete_tree_element(a1, v4, (unsigned int)a2); } else { v7 = (void (...
free_tree: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R15D,ESI MOV RBX,RDI MOV RSI,qword ptr [RDI] TEST RSI,RSI JZ 0x001a4069 CMP byte ptr [RBX + 0x278],0x0 JZ 0x001a406e MOVSX EDX,R15B MOV RDI,RBX CALL 0x001a4cc2 MOV R15D,EAX JMP 0x001a40d8 LAB_001a4069: XOR R15D,R15D JMP 0x001a40d8 LAB_001a406e: MOV...
int4 free_tree(long *param_1,char param_2,int8 param_3) { int4 uVar1; long lVar2; lVar2 = *param_1; if (lVar2 == 0) { uVar1 = 0; } else if ((char)param_1[0x4f] == '\0') { if ((code *)param_1[0x50] == (code *)0x0) { uVar1 = 0; } else { if (param_1[0x43] != 0) { (*(cod...
56,952
JS_NewRuntime2
bluesky950520[P]quickjs/quickjs.c
JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque) { JSRuntime *rt; JSMallocState ms; memset(&ms, 0, sizeof(ms)); ms.opaque = opaque; ms.malloc_limit = 0; rt = mf->js_calloc(opaque, 1, sizeof(JSRuntime)); if (!rt) return NULL; rt->mf = *mf; if (!rt->mf.js_...
O1
c
JS_NewRuntime2: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r14 movq %rdi, %r15 movl $0x1, %esi movl $0x228, %edx # imm = 0x228 movq %r14, %rdi callq *(%r15) testq %rax, %rax jne 0x1ccb8 xorl %ebx, %ebx movq %rbx, %rax addq $0x8, %rsp popq %rbx popq %r12 popq %r13...
JS_NewRuntime2: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r14, rsi mov r15, rdi mov esi, 1 mov edx, 228h mov rdi, r14 call qword ptr [r15] test rax, rax jnz short loc_1CCB8 loc_1CCA4: xor ebx, ebx loc_1CCA6: mov rax, rbx add rsp, 8 ...
long long JS_NewRuntime2(__int128 *a1, long long a2) { long long v2; // rax long long v3; // rbx long long v5; // rax __int128 v6; // xmm0 long long v7; // rax unsigned int v8; // r12d const char *v9; // r14 unsigned int v10; // ebp int v11; // r15d v2 = (*(long long ( **)(long long, long long, lo...
JS_NewRuntime2: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,RSI MOV R15,RDI MOV ESI,0x1 MOV EDX,0x228 MOV RDI,R14 CALL qword ptr [R15] TEST RAX,RAX JNZ 0x0011ccb8 LAB_0011cca4: XOR EBX,EBX LAB_0011cca6: MOV RAX,RBX ADD RSP,0x8 POP RBX POP R12 POP R13 POP R14 POP R15 POP RBP RET LAB_0011ccb8: ...
int4 * JS_NewRuntime2(int8 *param_1,int8 param_2) { int4 uVar1; int4 uVar2; int4 uVar3; int4 uVar4; int4 uVar5; int4 uVar6; int4 uVar7; int iVar8; int4 *puVar9; long lVar10; size_t sVar11; ulong uVar12; char cVar13; uint uVar14; char *__s; puVar9 = (int4 *)(*(code *)*param_1)(param_...
56,953
JS_NewRuntime2
bluesky950520[P]quickjs/quickjs.c
JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque) { JSRuntime *rt; JSMallocState ms; memset(&ms, 0, sizeof(ms)); ms.opaque = opaque; ms.malloc_limit = 0; rt = mf->js_calloc(opaque, 1, sizeof(JSRuntime)); if (!rt) return NULL; rt->mf = *mf; if (!rt->mf.js_...
O3
c
JS_NewRuntime2: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r14 movq %rdi, %r15 movl $0x1, %esi movl $0x228, %edx # imm = 0x228 movq %r14, %rdi callq *(%r15) testq %rax, %rax jne 0x1d5a0 xorl %ebx, %ebx movq %rbx, %rax addq $0x8, %rsp popq %rbx popq %r12 popq %r13...
JS_NewRuntime2: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r14, rsi mov r15, rdi mov esi, 1 mov edx, 228h mov rdi, r14 call qword ptr [r15] test rax, rax jnz short loc_1D5A0 loc_1D58C: xor ebx, ebx loc_1D58E: mov rax, rbx add rsp, 8 ...
long long JS_NewRuntime2(__int128 *a1, long long a2) { long long v2; // rax long long v3; // rbx long long ( *v5)(); // rax __int128 v6; // xmm0 long long v7; // rax unsigned int v8; // r12d const char *v9; // r14 unsigned int v10; // ebp int v11; // r15d v2 = (*(long long ( **)(long long, long lo...
JS_NewRuntime2: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,RSI MOV R15,RDI MOV ESI,0x1 MOV EDX,0x228 MOV RDI,R14 CALL qword ptr [R15] TEST RAX,RAX JNZ 0x0011d5a0 LAB_0011d58c: XOR EBX,EBX LAB_0011d58e: MOV RAX,RBX ADD RSP,0x8 POP RBX POP R12 POP R13 POP R14 POP R15 POP RBP RET LAB_0011d5a0: ...
int4 * JS_NewRuntime2(int8 *param_1,int8 param_2) { int4 uVar1; int4 uVar2; int4 uVar3; int4 uVar4; int4 uVar5; int4 uVar6; int4 uVar7; int iVar8; int4 *puVar9; code *pcVar10; long lVar11; size_t sVar12; ulong uVar13; char cVar14; uint uVar15; char *__s; puVar9 = (int4 *)(*(code *...
56,954
mi_reset
eloqsql/storage/myisam/mi_extra.c
int mi_reset(MI_INFO *info) { int error= 0; MYISAM_SHARE *share=info->s; DBUG_ENTER("mi_reset"); /* Free buffers and reset the following flags: EXTRA_CACHE, EXTRA_WRITE_CACHE, EXTRA_KEYREAD, EXTRA_QUICK If the row buffer cache is large (for dynamic tables), reduce it to save memory. */ if (...
O0
c
mi_reset: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl $0x0, -0xc(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x18(%rbp) movq -0x8(%rbp), %rax movl 0x1c8(%rax), %eax andl $0x12, %eax cmpl $0x0, %eax je 0xaf5f6 movq -0x8(%rbp), %rax movl 0x1c8(%rax), %ecx andl $-0x13, %ecx movl %e...
mi_reset: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], 0 mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_18], rax mov rax, [rbp+var_8] mov eax, [rax+1C8h] and eax, 12h cmp eax, 0 jz short loc_AF5F6 mov rax, [rbp+var_8] mov ecx, [ra...
long long mi_reset(long long *a1) { long long v2; // [rsp+8h] [rbp-18h] unsigned int v3; // [rsp+14h] [rbp-Ch] v3 = 0; v2 = *a1; if ( (a1[57] & 0x12) != 0 ) { *((_DWORD *)a1 + 114) &= 0xFFFFFFED; v3 = end_io_cache(a1 + 68); } if ( *(_DWORD *)(v2 + 392) ) mi_alloc_rec_buff(a1, -1LL, a1 + 36...
mi_reset: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x8] MOV EAX,dword ptr [RAX + 0x1c8] AND EAX,0x12 CMP EAX,0x0 JZ 0x001af5f6 MOV RAX,qword ptr [RBP + ...
int4 mi_reset(long *param_1) { long lVar1; int4 local_14; local_14 = 0; lVar1 = *param_1; if ((*(uint *)(param_1 + 0x39) & 0x12) != 0) { *(uint *)(param_1 + 0x39) = *(uint *)(param_1 + 0x39) & 0xffffffed; local_14 = end_io_cache(param_1 + 0x44); } if (*(int *)(lVar1 + 0x188) != 0) { mi_al...
56,955
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...
llama.cpp/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 0x00179ebc 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 0x001859e8 LEA RDI,[RBX + 0x80] LAB_00185948: 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...
56,956
add_slave_statements
eloqsql/client/mysqldump.c
static int add_slave_statements(void) { if (opt_comments) fprintf(md_result_file, "\n--\n-- start slave statement to make a recovery dump)\n--\n\n"); if (multi_source) fprintf(md_result_file, "START ALL SLAVES;\n"); else fprintf(md_result_file, "START SLAVE;\n"); return(0); }
O0
c
add_slave_statements: pushq %rbp movq %rsp, %rbp cmpb $0x0, 0x3c4eef(%rip) # 0x4015ea je 0x3c712 movq 0x3c4dac(%rip), %rdi # 0x4014b0 leaq 0xa2bb3(%rip), %rsi # 0xdf2be movb $0x0, %al callq 0x381d0 cmpl $0x0, 0x3c4f07(%rip) # 0x401620 je 0x3c732 movq 0x3c4d8e(%rip), %rdi # 0x4014b0 leaq 0xa2bd0(%rip), %...
add_slave_statements: push rbp mov rbp, rsp cmp cs:opt_comments, 0 jz short loc_3C712 mov rdi, cs:md_result_file lea rsi, aStartSlaveStat; "\n--\n-- start slave statement to make "... mov al, 0 call _fprintf loc_3C712: cmp cs:multi_source, 0 jz short loc_3C732 mov rdi, cs:md_...
long long add_slave_statements() { if ( opt_comments ) fprintf(md_result_file, "\n--\n-- start slave statement to make a recovery dump)\n--\n\n"); if ( multi_source ) fprintf(md_result_file, "START ALL SLAVES;\n"); else fprintf(md_result_file, "START SLAVE;\n"); return 0LL; }
add_slave_statements: PUSH RBP MOV RBP,RSP CMP byte ptr [0x005015ea],0x0 JZ 0x0013c712 MOV RDI,qword ptr [0x005014b0] LEA RSI,[0x1df2be] MOV AL,0x0 CALL 0x001381d0 LAB_0013c712: CMP dword ptr [0x00501620],0x0 JZ 0x0013c732 MOV RDI,qword ptr [0x005014b0] LEA RSI,[0x1df2f9] MOV AL,0x0 CALL 0x001381d0 JMP 0x0013c747 LAB_0...
int8 add_slave_statements(void) { if (opt_comments != '\0') { fprintf(md_result_file,"\n--\n-- start slave statement to make a recovery dump)\n--\n\n"); } if (multi_source == 0) { fprintf(md_result_file,"START SLAVE;\n"); } else { fprintf(md_result_file,"START ALL SLAVES;\n"); } return 0; } ...
56,957
my_rmtree
eloqsql/mysys/my_delete.c
int my_rmtree(const char *dir, myf MyFlags) { char path[FN_REFLEN]; char sep[] = { FN_LIBCHAR, 0 }; int err = 0; uint i; MY_DIR *dir_info = my_dir(dir, MYF(MY_DONT_SORT | MY_WANT_STAT)); if (!dir_info) return 1; for (i = 0; i < dir_info->number_of_files; i++) { FILEINFO *file = dir_info->dir_e...
O3
c
my_rmtree: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x228, %rsp # imm = 0x228 movq %rsi, -0x240(%rbp) movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movw $0x2f, -0x232(%rbp) movl $0x4000, %esi # imm = 0x4000 movq %rdi, -0x248(%rbp) callq 0x59be1 testq %rax...
my_rmtree: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 228h mov [rbp+var_240], rsi mov rax, fs:28h mov [rbp+var_30], rax mov [rbp+var_232], 2Fh ; '/' mov esi, 4000h mov [rbp+var_248], rdi call my_dir test rax, rax jz loc_58631 ...
long long my_rmtree(long long a1, long long a2) { long long v2; // rax long long v3; // r15 unsigned int v4; // eax long long v5; // r14 unsigned long long i; // r12 long long v7; // r13 _BYTE *v8; // r8 unsigned int v9; // eax unsigned int v10; // r13d char v12; // [rsp+0h] [rbp-250h] __int16 v1...
my_rmtree: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x228 MOV qword ptr [RBP + -0x240],RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV word ptr [RBP + -0x232],0x2f MOV ESI,0x4000 MOV qword ptr [RBP + -0x248],RDI CALL 0x00159be1 TEST RAX,RAX JZ 0x00158631 MOV R15,RAX ...
int my_rmtree(char *param_1,int8 param_2) { long lVar1; char *pcVar2; uint uVar3; int iVar4; long *plVar5; ulong uVar6; long lVar7; long in_FS_OFFSET; int2 local_23a; int1 local_238 [512]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); local_23a = 0x2f; plVar5 = (long *)my_di...
56,958
testing::AssertionResult& testing::AssertionResult::operator<<<char [12]>(char const (&) [12])
giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h
AssertionResult& operator<<(const T& value) { AppendMessage(Message() << value); return *this; }
O3
c
testing::AssertionResult& testing::AssertionResult::operator<<<char [12]>(char const (&) [12]): pushq %r15 pushq %r14 pushq %rbx subq $0x10, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x8(%rsp), %r15 movq %r15, %rdi callq 0x1c968 movq (%r15), %rdi addq $0x10, %rdi movq %r14, %rsi callq 0x18140 leaq 0x8(%rsp), %rsi movq ...
_ZN7testing15AssertionResultlsINS_14TestPartResultEEERS0_RKT_: push r15 push r14 push rbx sub rsp, 10h mov r14, rsi mov rbx, rdi lea r15, [rsp+28h+var_20] mov rdi, r15; this call _ZN7testing7MessageC2Ev; testing::Message::Message(void) mov rdi, [r15] add rdi, 10h mov rsi, r14...
testing::AssertionResult * testing::AssertionResult::operator<<<testing::TestPartResult>( testing::AssertionResult *this, int *a2) { _QWORD v3[4]; // [rsp+8h] [rbp-20h] BYREF testing::Message::Message((testing::Message *)v3); testing::operator<<(v3[0] + 16LL, a2); testing::AssertionResult::Appe...
operator<<: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x10 MOV R14,RSI MOV RBX,RDI LEA R15,[RSP + 0x8] MOV RDI,R15 CALL 0x0011c968 MOV RDI,qword ptr [R15] ADD RDI,0x10 LAB_00136c29: MOV RSI,R14 CALL 0x00118140 LEA RSI,[RSP + 0x8] MOV RDI,RBX CALL 0x0010e5d6 LAB_00136c3e: MOV RDI,qword ptr [RSP + 0x8] TEST RDI,RDI JZ 0x00136c4...
/* testing::AssertionResult& testing::AssertionResult::TEMPNAMEPLACEHOLDERVALUE(testing::TestPartResult const&) */ AssertionResult * __thiscall testing::AssertionResult::operator<<(AssertionResult *this,TestPartResult *param_1) { long *local_20; Message::Message((Message *)&local_20); /...
56,959
nglog::LogDestination::~LogDestination()
ng-log[P]ng-log/src/logging.cc
void LogDestination::SetLoggerImpl(base::Logger* logger) { if (logger_ == logger) { // Prevent releasing currently held sink on reset return; } if (logger_ && logger_ != &fileobject_) { // Delete user-specified logger set via SetLogger(). delete logger_; } logger_ = logger; }
O1
cpp
nglog::LogDestination::~LogDestination(): pushq %rbx movq %rdi, %rbx movq 0xc8(%rdi), %rdi cmpq %rbx, %rdi je 0xa97a testq %rdi, %rdi je 0xa973 movq (%rdi), %rax callq *0x8(%rax) movq %rbx, 0xc8(%rbx) movq %rbx, %rdi popq %rbx jmp 0xa980
_ZN5nglog14LogDestinationD2Ev: push rbx; Alternative name is 'nglog::LogDestination::~LogDestination()' mov rbx, rdi mov rdi, [rdi+0C8h] cmp rdi, rbx jz short loc_A97A test rdi, rdi jz short loc_A973 mov rax, [rdi] call qword ptr [rax+8] loc_A973: mov [rbx+0C8h], rbx loc_A97A: mov...
void nglog::LogDestination::~LogDestination(nglog::LogDestination *this) { nglog::LogDestination *v2; // rdi v2 = (nglog::LogDestination *)*((_QWORD *)this + 25); if ( v2 != this ) { if ( v2 ) (*(void ( **)(nglog::LogDestination *))(*(_QWORD *)v2 + 8LL))(v2); *((_QWORD *)this + 25) = this; } ...
~LogDestination: PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0xc8] CMP RDI,RBX JZ 0x0010a97a TEST RDI,RDI JZ 0x0010a973 MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x8] LAB_0010a973: MOV qword ptr [RBX + 0xc8],RBX LAB_0010a97a: MOV RDI,RBX POP RBX JMP 0x0010a980
/* nglog::LogDestination::~LogDestination() */ void __thiscall nglog::LogDestination::~LogDestination(LogDestination *this) { LogDestination *pLVar1; pLVar1 = *(LogDestination **)(this + 200); if (pLVar1 != this) { if (pLVar1 != (LogDestination *)0x0) { (**(code **)(*(long *)pLVar1 + 8))(); } ...
56,960
nglog::LogDestination::~LogDestination()
ng-log[P]ng-log/src/logging.cc
void LogDestination::SetLoggerImpl(base::Logger* logger) { if (logger_ == logger) { // Prevent releasing currently held sink on reset return; } if (logger_ && logger_ != &fileobject_) { // Delete user-specified logger set via SetLogger(). delete logger_; } logger_ = logger; }
O3
cpp
nglog::LogDestination::~LogDestination(): pushq %r14 pushq %rbx pushq %rax movq %rdi, %r14 movq 0xc8(%rdi), %rdi cmpq %rsi, %rdi je 0xa885 movq %rsi, %rbx testq %rdi, %rdi sete %al cmpq %r14, %rdi sete %cl orb %al, %cl jne 0xa87e movq (%rdi), %rax callq *0x8(%rax) movq %rbx, 0xc8(%r14) addq $0x8, %rsp popq %rbx popq %r...
_ZN5nglog14LogDestination13SetLoggerImplEPNS_4base6LoggerE: push r14 push rbx push rax mov r14, rdi mov rdi, [rdi+0C8h] cmp rdi, rsi jz short loc_A885 mov rbx, rsi test rdi, rdi setz al cmp rdi, r14 setz cl or cl, al jnz short loc_A87E mov rax, [rdi] call qword...
char nglog::LogDestination::SetLoggerImpl(nglog::LogDestination *this, nglog::base::Logger *a2) { nglog::base::Logger *v3; // rdi char result; // al v3 = (nglog::base::Logger *)*((_QWORD *)this + 25); if ( v3 != a2 ) { result = v3 == 0LL; if ( v3 != 0LL && v3 != this ) result = (*(long long ( ...
SetLoggerImpl: PUSH R14 PUSH RBX PUSH RAX MOV R14,RDI MOV RDI,qword ptr [RDI + 0xc8] CMP RDI,RSI JZ 0x0010a885 MOV RBX,RSI TEST RDI,RDI SETZ AL CMP RDI,R14 SETZ CL OR CL,AL JNZ 0x0010a87e MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x8] LAB_0010a87e: MOV qword ptr [R14 + 0xc8],RBX LAB_0010a885: ADD RSP,0x8 POP RBX PO...
/* nglog::LogDestination::SetLoggerImpl(nglog::base::Logger*) */ void __thiscall nglog::LogDestination::SetLoggerImpl(LogDestination *this,Logger *param_1) { Logger *pLVar1; pLVar1 = *(Logger **)(this + 200); if (pLVar1 != param_1) { if (pLVar1 != (Logger *)this && pLVar1 != (Logger *)0x0) { (**(c...
56,961
common_init()
llama.cpp/common/common.cpp
void common_init() { llama_log_set([](ggml_log_level level, const char * text, void * /*user_data*/) { if (LOG_DEFAULT_LLAMA <= common_log_verbosity_thold) { common_log_add(common_log_main(), level, "%s", text); } }, NULL); #ifdef NDEBUG const char * build_type = ""; #else c...
O3
cpp
common_init(): pushq %rax leaq 0x45cf(%rip), %rdi # 0x57be6 xorl %esi, %esi callq 0x17a00 leaq 0x256eb(%rip), %rax # 0x78d10 cmpl $0x0, (%rax) js 0x53679 callq 0x59b9f leaq 0x2546a(%rip), %rcx # 0x78aa0 movl (%rcx), %ecx leaq 0x25469(%rip), %rdx # 0x78aa8 movq (%rdx), %r8 leaq 0x25467(%rip), %rdx #...
_Z11common_initv: push rax lea rdi, _ZZ11common_initvEN3$_08__invokeE14ggml_log_levelPKcPv; common_init(void)::$_0::__invoke(ggml_log_level,char const*,void *) xor esi, esi call _llama_log_set lea rax, common_log_verbosity_thold cmp dword ptr [rax], 0 js short loc_53679 call _Z15common_log...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> common_init(void) { int v0; // eax llama_log_set(common_init(void)::$_0::__invoke, 0LL); if ( common_log_verbosity_thold >= 0 ) { v0 = common_log_main(); common_log_add( v0, 2, (unsigned int)"build: %d (%s) with %s for %s%s\n", LLAM...
common_init: PUSH RAX LEA RDI,[0x157be6] XOR ESI,ESI CALL 0x00117a00 LEA RAX,[0x178d10] CMP dword ptr [RAX],0x0 JS 0x00153679 CALL 0x00159b9f LEA RCX,[0x178aa0] MOV ECX,dword ptr [RCX] LEA RDX,[0x178aa8] MOV R8,qword ptr [RDX] LEA RDX,[0x178ab0] MOV R9,qword ptr [RDX] LEA R10,[0x178ab8] LEA R11,[0x15bc4c] LEA RDX,[0x16...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* common_init() */ int8 common_init(void) { int8 in_RAX; int8 uVar1; llama_log_set(common_init()::$_0::__invoke,0); if (-1 < common_log_verbosity_thold) { uVar1 = common_log_main(); common_log_add(uVar1,2,"build: %d (%s)...
56,962
gguf_set_val_i8
llama.cpp/ggml/src/gguf.cpp
void gguf_set_val_i8(struct gguf_context * ctx, const char * key, int8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O3
cpp
gguf_set_val_i8: pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %rsi, 0x8(%rsp) movb %dl, 0x6(%rsp) leaq 0x10(%rsp), %r15 leaq 0x7(%rsp), %rdx movq %r15, %rdi callq 0x17d20 leaq 0x1bff1(%rip), %rsi # 0x59da2 movq %r15, %rdi callq 0x163d0 testl %eax, %eax je 0x3de03 leaq 0x20(...
gguf_set_val_i8: push r15 push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi mov [rsp+48h+var_40], rsi mov [rsp+48h+var_42], dl lea r15, [rsp+48h+var_38] lea rdx, [rsp+48h+var_41] mov rdi, r15 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; ...
long long gguf_set_val_i8(long long a1, long long a2, char a3) { int v3; // ecx int v4; // r8d int v5; // r9d char v7; // [rsp+6h] [rbp-42h] BYREF char v8; // [rsp+7h] [rbp-41h] BYREF long long v9; // [rsp+8h] [rbp-40h] BYREF void *v10[2]; // [rsp+10h] [rbp-38h] BYREF long long v11; // [rsp+20h] [rbp-2...
gguf_set_val_i8: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x8],RSI MOV byte ptr [RSP + 0x6],DL LEA R15,[RSP + 0x10] LEA RDX,[RSP + 0x7] MOV RDI,R15 CALL 0x00117d20 LEA RSI,[0x159da2] MOV RDI,R15 CALL 0x001163d0 TEST EAX,EAX JZ 0x0013de03 LEA RAX,[RSP + 0x20] MOV RDI,qword ptr...
void gguf_set_val_i8(long param_1,char *param_2,int1 param_3) { int iVar1; int1 local_42; allocator local_41; char *local_40; long *local_38 [2]; long local_28 [2]; local_42 = param_3; local_40 = param_2; std::__cxx11::string::string<std::allocator<char>>((string *)local_38,param_2,&local_41); ...
56,963
my_strxfrm_pad_nweights_unicode
eloqsql/strings/ctype-utf8.c
size_t my_strxfrm_pad_nweights_unicode(uchar *str, uchar *strend, size_t nweights) { uchar *str0; DBUG_ASSERT(str && str <= strend); for (str0= str; str < strend && nweights; nweights--) { *str++= 0x00; if (str < strend) *str++= 0x20; } return str - str0; }
O3
c
my_strxfrm_pad_nweights_unicode: cmpq %rsi, %rdi setae %al testq %rdx, %rdx sete %cl orb %al, %cl movq %rdi, %rax jne 0xd1455 pushq %rbp movq %rsp, %rbp decq %rdx movq %rdi, %rcx leaq 0x1(%rcx), %rax movb $0x0, (%rcx) cmpq %rsi, %rax jae 0xd143f movb $0x20, 0x1(%rcx) addq $0x2, %rcx movq %rcx, %rax addq $-0x1, %rdx set...
my_strxfrm_pad_nweights_unicode: cmp rdi, rsi setnb al test rdx, rdx setz cl or cl, al mov rax, rdi jnz short loc_D1455 push rbp mov rbp, rsp dec rdx mov rcx, rdi loc_D1428: lea rax, [rcx+1] mov byte ptr [rcx], 0 cmp rax, rsi jnb short loc_D143F mov byte ptr [...
long long my_strxfrm_pad_nweights_unicode(_BYTE *a1, unsigned long long a2, long long a3) { _BYTE *v3; // rax long long v4; // rdx _BYTE *v5; // rcx bool v6; // cf v3 = a1; if ( (unsigned long long)a1 < a2 && a3 != 0 ) { v4 = a3 - 1; v5 = a1; do { v3 = v5 + 1; *v5 = 0; ...
my_strxfrm_pad_nweights_unicode: CMP RDI,RSI SETNC AL TEST RDX,RDX SETZ CL OR CL,AL MOV RAX,RDI JNZ 0x001d1455 PUSH RBP MOV RBP,RSP DEC RDX MOV RCX,RDI LAB_001d1428: LEA RAX,[RCX + 0x1] MOV byte ptr [RCX],0x0 CMP RAX,RSI JNC 0x001d143f MOV byte ptr [RCX + 0x1],0x20 ADD RCX,0x2 MOV RAX,RCX LAB_001d143f: ADD RDX,-0x1 SET...
long my_strxfrm_pad_nweights_unicode(int1 *param_1,int1 *param_2,long param_3) { int1 *puVar1; int1 *puVar2; bool bVar3; puVar2 = param_1; if (param_3 != 0 && param_1 < param_2) { param_3 = param_3 + -1; puVar1 = param_1; do { puVar2 = puVar1 + 1; *puVar1 = 0; if (puVar2 < p...
56,964
glfwInitHint
untodesu[P]riteg/build_O0/_deps/glfw-src/src/init.c
GLFWAPI void glfwInitHint(int hint, int value) { switch (hint) { case GLFW_JOYSTICK_HAT_BUTTONS: _glfwInitHints.hatButtons = value; return; case GLFW_COCOA_CHDIR_RESOURCES: _glfwInitHints.ns.chdir = value; return; case GLFW_COCOA_MENUBAR: ...
O0
c
glfwInitHint: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movl %edi, -0x4(%rbp) movl %esi, -0x8(%rbp) movl -0x4(%rbp), %eax movl %eax, -0xc(%rbp) subl $0x50001, %eax # imm = 0x50001 je 0x22875 jmp 0x2285d movl -0xc(%rbp), %eax subl $0x51001, %eax # imm = 0x51001 je 0x22880 jmp 0x22869 movl -0xc(%rbp),...
glfwInitHint: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_4], edi mov [rbp+var_8], esi mov eax, [rbp+var_4] mov [rbp+var_C], eax sub eax, 50001h jz short loc_22875 jmp short $+2 loc_2285D: mov eax, [rbp+var_C] sub eax, 51001h jz short loc_22880 jmp short $+2 ...
long long glfwInitHint(int a1, unsigned int a2) { long long result; // rax switch ( a1 ) { case 327681: result = a2; LODWORD(glfwInitHints) = a2; break; case 331777: result = a2; dword_E0600 = a2; break; case 331778: result = a2; HIDWORD(glfwInitHints)...
glfwInitHint: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI MOV dword ptr [RBP + -0x8],ESI MOV EAX,dword ptr [RBP + -0x4] MOV dword ptr [RBP + -0xc],EAX SUB EAX,0x50001 JZ 0x00122875 JMP 0x0012285d LAB_0012285d: MOV EAX,dword ptr [RBP + -0xc] SUB EAX,0x51001 JZ 0x00122880 JMP 0x00122869 LAB_00122869:...
void glfwInitHint(int param_1,int4 param_2) { int4 uVar1; int4 uVar2; int4 uVar3; uVar1 = param_2; uVar2 = _glfwInitHints._4_4_; uVar3 = DAT_001e0600; if (((param_1 != 0x50001) && (uVar1 = (int4)_glfwInitHints, uVar3 = param_2, param_1 != 0x51001)) && (uVar2 = param_2, uVar3 = DAT_001e0600...
56,965
AST::Node::getValue[abi:cxx11]() const
11AgReS1SoR11[P]Graph/Common/AST/src/Node.hpp
std::string getValue() const noexcept { return value; }
O1
cpp
AST::Node::getValue[abi:cxx11]() const: pushq %rbx movq %rdi, %rbx leaq 0x10(%rdi), %rax movq %rax, (%rdi) movq (%rsi), %rax movq 0x8(%rsi), %rdx addq %rax, %rdx movq %rax, %rsi callq 0x18bd6 movq %rbx, %rax popq %rbx retq movq %rax, %rdi callq 0x18aef
_ZNK3AST4Node8getValueB5cxx11Ev: push rbx mov rbx, rdi lea rax, [rdi+10h] mov [rdi], rax mov rax, [rsi] mov rdx, [rsi+8] add rdx, rax mov rsi, rax call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag; std::string::_M_construct<char...
_QWORD * AST::Node::getValue[abi:cxx11](_QWORD *a1, _QWORD *a2) { *a1 = a1 + 2; std::string::_M_construct<char *>(a1, *a2, *a2 + a2[1]); return a1; }
getValue[abi:cxx11]: PUSH RBX MOV RBX,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RDI],RAX MOV RAX,qword ptr [RSI] MOV RDX,qword ptr [RSI + 0x8] ADD RDX,RAX LAB_00118b31: MOV RSI,RAX CALL 0x00118bd6 MOV RAX,RBX POP RBX RET
/* AST::Node::getValue[abi:cxx11]() const */ void AST::Node::getValue_abi_cxx11_(void) { long *in_RSI; long *in_RDI; *in_RDI = (long)(in_RDI + 2); /* try { // try from 00118b31 to 00118b38 has its CatchHandler @ 00118b3e */ std::__cxx11::string::_M_construct<char*>(in_RDI,*in_RSI,in_RS...
56,966
AST::Node::getValue[abi:cxx11]() const
11AgReS1SoR11[P]Graph/Common/AST/src/Node.hpp
std::string getValue() const noexcept { return value; }
O3
cpp
AST::Node::getValue[abi:cxx11]() const: pushq %rbx movq %rdi, %rbx leaq 0x10(%rdi), %rax movq %rax, (%rdi) movq (%rsi), %rax movq 0x8(%rsi), %rdx addq %rax, %rdx movq %rax, %rsi callq 0x18c02 movq %rbx, %rax popq %rbx retq movq %rax, %rdi callq 0x18b14
_ZNK3AST4Node8getValueB5cxx11Ev: push rbx mov rbx, rdi lea rax, [rdi+10h] mov [rdi], rax mov rax, [rsi] mov rdx, [rsi+8] add rdx, rax mov rsi, rax call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag; std::string::_M_construct<char...
_QWORD * AST::Node::getValue[abi:cxx11](_QWORD *a1, _QWORD *a2) { *a1 = a1 + 2; std::string::_M_construct<char *>(a1, *a2, *a2 + a2[1]); return a1; }
getValue[abi:cxx11]: PUSH RBX MOV RBX,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RDI],RAX MOV RAX,qword ptr [RSI] MOV RDX,qword ptr [RSI + 0x8] ADD RDX,RAX LAB_00118b57: MOV RSI,RAX CALL 0x00118c02 MOV RAX,RBX POP RBX RET
/* AST::Node::getValue[abi:cxx11]() const */ void AST::Node::getValue_abi_cxx11_(void) { long *in_RSI; long *in_RDI; *in_RDI = (long)(in_RDI + 2); /* try { // try from 00118b57 to 00118b5e has its CatchHandler @ 00118b64 */ std::__cxx11::string::_M_construct<char*>(in_RDI,*in_RSI,in_RS...
56,967
my_mb_wc_utf8mb3_quick
eloqsql/strings/ctype-utf8.h
static inline int my_mb_wc_utf8mb3_quick(my_wc_t * pwc, const uchar *s, const uchar *e) { uchar c; if (s >= e) return MY_CS_TOOSMALL; c= s[0]; if (c < 0x80) { *pwc = c; return 1; } else if (c < 0xc2) return MY_CS_ILSEQ; else if (c < 0xe0) { if (s+2 > e) /* We need 2 characters */...
O0
c
my_mb_wc_utf8mb3_quick: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jb 0x59c76 movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x59df3 movq -0x18(%rbp), %rax movb (%rax), %al movb %al, -0x21(%rbp) movzbl -0x21(%rbp), %...
my_mb_wc_utf8mb3_quick: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] cmp rax, [rbp+var_20] jb short loc_59C76 mov [rbp+var_4], 0FFFFFF9Bh jmp loc_59DF3 loc_59C76: mov rax, [rbp+var_18] mov al, [rax] mov ...
long long my_mb_wc_utf8mb3_quick(unsigned long long *a1, unsigned __int8 *a2, unsigned long long a3) { unsigned __int8 v4; // [rsp+1h] [rbp-21h] if ( (unsigned long long)a2 < a3 ) { v4 = *a2; if ( *a2 >= 0x80u ) { if ( v4 >= 0xC2u ) { if ( v4 >= 0xE0u ) { if ( v...
my_mb_wc_utf8mb3_quick: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] CMP RAX,qword ptr [RBP + -0x20] JC 0x00159c76 MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x00159df3 LAB_00159c76: MOV RAX,qword ptr [RBP + -0x18] MO...
int4 my_mb_wc_utf8mb3_quick(ulong *param_1,byte *param_2,byte *param_3) { byte bVar1; int4 local_c; if (param_2 < param_3) { bVar1 = *param_2; if (bVar1 < 0x80) { *param_1 = (ulong)bVar1; local_c = 1; } else if (bVar1 < 0xc2) { local_c = 0; } else if (bVar1 < 0xe0) {...
56,968
mysql_reset_connection
eloqsql/libmariadb/libmariadb/mariadb_lib.c
int STDCALL mysql_reset_connection(MYSQL *mysql) { int rc; /* check if connection handler is active */ if (IS_CONNHDLR_ACTIVE(mysql)) { if (mysql->extension->conn_hdlr->plugin && mysql->extension->conn_hdlr->plugin->reset) return(mysql->extension->conn_hdlr->plugin->reset(mysql)); } /* skip resu...
O3
c
mysql_reset_connection: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rdi, %rbx movq 0x4f0(%rdi), %rax testq %rax, %rax je 0x1d6cd movq (%rax), %rax testq %rax, %rax je 0x1d6cd movq (%rax), %rax testq %rax, %rax je 0x1d6cd movq 0x80(%rax), %rax testq %rax, %rax je 0x1d6cd movq %rbx, %rdi popq %rbx popq %r14 po...
mysql_reset_connection: push rbp mov rbp, rsp push r14 push rbx mov rbx, rdi mov rax, [rdi+4F0h] test rax, rax jz short loc_1D6CD mov rax, [rax] test rax, rax jz short loc_1D6CD mov rax, [rax] test rax, rax jz short loc_1D6CD mov rax, [rax+80h] test rax, rax j...
long long mysql_reset_connection(long long a1, long long a2, long long a3, long long a4, unsigned long long a5, int a6) { long long **v6; // rax long long *v7; // rax long long v8; // rax long long ( *v9)(long long); // rax int v11; // eax long long v12; // rcx unsigned int v13; // r14d v6 = *(long lo...
mysql_reset_connection: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x4f0] TEST RAX,RAX JZ 0x0011d6cd MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x0011d6cd MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x0011d6cd MOV RAX,qword ptr [RAX + 0x80] TEST RAX,RAX JZ 0x0011d6cd MOV RDI,RBX POP RBX POP R1...
int8 mysql_reset_connection(long param_1) { long *plVar1; long lVar2; code *UNRECOVERED_JUMPTABLE; int iVar3; int8 uVar4; if ((((*(long **)(param_1 + 0x4f0) != (long *)0x0) && (plVar1 = (long *)**(long **)(param_1 + 0x4f0), plVar1 != (long *)0x0)) && (lVar2 = *plVar1, lVar2 != 0)) && ...
56,969
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
monkey531[P]llama/common/json.hpp
void dump_float(number_float_t x) { // NaN / inf if (!std::isfinite(x)) { o->write_characters("null", 4); return; } // If number_float_t is an IEEE-754 single or double precision number, // use the Grisu2 algorithm to produce short numbers whi...
O0
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10dump_floatEd: sub rsp, 28h mov [rsp+28h+var_8], rdi movsd [rsp+28h+var_10], xmm0 mov rax, [rsp+28h+var_8] mov [r...
long long nlohmann::json_abi_v3_11_3::detail::serializer<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>>::dump_float( long long a1, ...
__uninit_copy<__gnu_cxx::__normal_iterator<common_sampler_type_const*,std::vector<common_sampler_type,std::allocator<common_sampler_type>>>,common_sampler_type*>: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RSI MOV qword ptr [RSP + 0x10],RDX MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP +...
/* common_sampler_type* std::__uninitialized_copy<true>::__uninit_copy<__gnu_cxx::__normal_iterator<common_sampler_type const*, std::vector<common_sampler_type, std::allocator<common_sampler_type> > >, common_sampler_type*>(__gnu_cxx::__normal_iterator<common_sampler_type const*, std::vector<common_sampler...
56,970
my_strnncoll_win1250ch
eloqsql/strings/ctype-win1250ch.c
static int my_strnncoll_win1250ch(CHARSET_INFO *cs __attribute__((unused)), const uchar *s1, size_t len1, const uchar *s2, size_t len2, my_bool s2_is_prefix) { int v1, v2; const uchar *p1, * p2; int pass1 = 0, pass2 = 0; int diff; if ...
O3
c
my_strnncoll_win1250ch: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx cmpq %r8, %rdx movq %r8, %rax cmovbq %rdx, %rax testb %r9b, %r9b cmoveq %rdx, %rax movq %rax, -0x70(%rbp) movslq %eax, %rdx movq %r8, -0x78(%rbp) movslq %r8d, %r9 movl $0x1, %eax movl $0x1, %edi subq %rsi, %rdi mov...
my_strnncoll_win1250ch: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx cmp rdx, r8 mov rax, r8 cmovb rax, rdx test r9b, r9b cmovz rax, rdx mov [rbp+var_70], rax movsxd rdx, eax mov [rbp+var_78], r8 movsxd r9, r8d mov eax, 1 mov edi, 1 sub rd...
long long my_strnncoll_win1250ch( long long a1, _BYTE *a2, unsigned long long a3, unsigned __int8 *a4, unsigned long long a5, char a6) { int v6; // eax long long v7; // rdx long long v8; // r9 long long v9; // r13 _BYTE *v10; // r15 unsigned __int8 *v11; // r...
my_strnncoll_win1250ch: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX CMP RDX,R8 MOV RAX,R8 CMOVC RAX,RDX TEST R9B,R9B CMOVZ RAX,RDX MOV qword ptr [RBP + -0x70],RAX MOVSXD RDX,EAX MOV qword ptr [RBP + -0x78],R8 MOVSXD R9,R8D MOV EAX,0x1 MOV EDI,0x1 SUB RDI,RSI MOV qword ptr [RBP + -0x60],RDI SUB RAX...
int my_strnncoll_win1250ch (int8 param_1,byte *param_2,ulong param_3,byte *param_4,ulong param_5, char param_6) { bool bVar1; bool bVar2; byte *pbVar3; byte *pbVar4; byte *pbVar5; byte bVar6; int iVar7; ulong uVar9; int1 *puVar10; long lVar11; int iVar12; uint uVar1...
56,971
tprint
eloqsql/storage/maria/ma_recovery_util.c
void tprint(FILE *trace_file __attribute__ ((unused)), const char *format __attribute__ ((unused)), ...) { va_list args; #ifndef DBUG_OFF { char buff[1024]; size_t length; va_start(args, format); length= my_vsnprintf(buff, sizeof(buff)-1, format, args); if (length && buff[length-1] =...
O3
c
tprint: pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rsi, %r10 leaq -0xd0(%rbp), %rsi movq %rdx, 0x10(%rsi) movq %rcx, 0x18(%rsi) movq %r8, 0x20(%rsi) movq %r9, 0x28(%rsi) testb %al, %al je 0x3f677 movaps %xmm0, -0xa0(%rbp) movaps %xmm1, -0x90(%rbp) movaps %xmm2, -0x80(%rbp) movaps %xmm3, -0x70(%rbp) movaps %xmm4,...
tprint: push rbp mov rbp, rsp sub rsp, 0D0h mov r10, rsi lea rsi, [rbp+var_D0] mov [rsi+10h], rdx mov [rsi+18h], rcx mov [rsi+20h], r8 mov [rsi+28h], r9 test al, al jz short loc_3F677 movaps [rbp+var_A0], xmm0 movaps [rbp+var_90], xmm1 movaps [rbp+var_80], xmm2 movaps [rbp...
long long tprint( long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14, char...
tprint: PUSH RBP MOV RBP,RSP SUB RSP,0xd0 MOV R10,RSI LEA RSI,[RBP + -0xd0] MOV qword ptr [RSI + 0x10],RDX MOV qword ptr [RSI + 0x18],RCX MOV qword ptr [RSI + 0x20],R8 MOV qword ptr [RSI + 0x28],R9 TEST AL,AL JZ 0x0013f677 MOVAPS xmmword ptr [RBP + -0xa0],XMM0 MOVAPS xmmword ptr [RBP + -0x90],XMM1 MOVAPS xmmword ptr [R...
void tprint(int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int8 param_7,int8 param_8,long param_9, int8 param_10,int8 param_11,int8 param_12,int8 param_13, int8 param_14) { char in_AL; int1 local_d8 [16]; int8 local_c8; int8 local_c0; int8 loc...
56,972
ma_checksum
eloqsql/storage/maria/ma_checksum.c
ha_checksum _ma_checksum(MARIA_HA *info, const uchar *record) { ha_checksum crc=0; uint i,end; MARIA_COLUMNDEF *base_column= info->s->columndef; uint16 *column_nr= info->s->column_nr; if (info->s->base.null_bytes) crc= my_checksum(crc, record, info->s->base.null_bytes); for (i= 0, end= info->s->base.f...
O0
c
ma_checksum: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl $0x0, -0x14(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x588(%rax), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x5a8(%rax), %rax movq %rax, -0x30(%rbp) movq -0x8(%rbp), %rax m...
_ma_checksum: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], 0 mov rax, [rbp+var_8] mov rax, [rax] mov rax, [rax+588h] mov [rbp+var_28], rax mov rax, [rbp+var_8] mov rax, [rax] mov rax, [rax+5A8h] mov [rbp+var_30], r...
long long ma_checksum(long long a1, long long a2) { unsigned int v3; // [rsp+14h] [rbp-4Ch] long long v4; // [rsp+18h] [rbp-48h] long long v5; // [rsp+18h] [rbp-48h] unsigned __int8 *v6; // [rsp+20h] [rbp-40h] long long v7; // [rsp+28h] [rbp-38h] long long v8; // [rsp+30h] [rbp-30h] long long v9; // [rsp...
_ma_checksum: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x588] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV...
int4 _ma_checksum(long *param_1,long param_2) { uint uVar1; long lVar2; long lVar3; ushort uVar4; int *piVar5; long lVar6; ushort *local_48; uint local_20; int4 local_1c; local_1c = 0; lVar2 = *(long *)(*param_1 + 0x588); lVar3 = *(long *)(*param_1 + 0x5a8); if (*(int *)(*param_1 + 0x3fc)...
56,973
google::protobuf::Reflection::AddEnumValueInternal(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, int) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc
void Reflection::AddEnumValueInternal(Message* message, const FieldDescriptor* field, int value) const { if (field->is_extension()) { MutableExtensionSet(message)->AddEnum(field->number(), field->type(), ...
O0
cpp
google::protobuf::Reflection::AddEnumValueInternal(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, int) const: subq $0x48, %rsp movq %rdi, 0x40(%rsp) movq %rsi, 0x38(%rsp) movq %rdx, 0x30(%rsp) movl %ecx, 0x2c(%rsp) movq 0x40(%rsp), %rax movq %rax, 0x20(%rsp) movq 0x30(%rsp), %rdi callq 0x73300 te...
_ZNK6google8protobuf10Reflection20AddEnumValueInternalEPNS0_7MessageEPKNS0_15FieldDescriptorEi: sub rsp, 48h mov [rsp+48h+var_8], rdi mov [rsp+48h+var_10], rsi mov [rsp+48h+var_18], rdx mov [rsp+48h+var_1C], ecx mov rax, [rsp+48h+var_8] mov [rsp+48h+var_28], rax mov rdi, [rsp+48h+var_18]...
long long google::protobuf::Reflection::AddEnumValueInternal( google::protobuf::Reflection *this, google::protobuf::Message *a2, const google::protobuf::FieldDescriptor *a3, int a4) { google::protobuf::FieldOptions *v4; // rax char v5; // al unsigned __int8 v7; // [rsp+Fh] [rbp-39...
56,974
google::protobuf::Reflection::AddEnumValueInternal(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, int) const
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc
void Reflection::AddEnumValueInternal(Message* message, const FieldDescriptor* field, int value) const { if (field->is_extension()) { MutableExtensionSet(message)->AddEnum(field->number(), field->type(), ...
O3
cpp
google::protobuf::Reflection::AddEnumValueInternal(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, int) const: pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movl %ecx, %ebx movq %rdx, %r15 movq %rsi, %r14 testb $0x8, 0x1(%rdx) jne 0x6a260 addq $0x8, %rdi movq %r15, %rsi c...
_ZNK6google8protobuf10Reflection20AddEnumValueInternalEPNS0_7MessageEPKNS0_15FieldDescriptorEi: push rbp push r15 push r14 push r12 push rbx sub rsp, 10h mov ebx, ecx mov r15, rdx mov r14, rsi test byte ptr [rdx+1], 8 jnz short loc_6A260 add rdi, 8; this mov rsi, r15; googl...
long long google::protobuf::Reflection::AddEnumValueInternal( google::protobuf::Reflection *this, google::protobuf::Message *a2, const google::protobuf::FieldDescriptor *a3, long long a4, long long a5, long long a6) { int v6; // ebx unsigned int FieldOffset; // eax ...
AddEnumValueInternal: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV EBX,ECX MOV R15,RDX MOV R14,RSI TEST byte ptr [RDX + 0x1],0x8 JNZ 0x0016a260 ADD RDI,0x8 MOV RSI,R15 CALL 0x0016ea6a MOV EAX,EAX LEA R15,[R14 + RAX*0x1] MOV R12D,dword ptr [R14 + RAX*0x1] CMP R12D,dword ptr [R14 + RAX*0x1 + 0x4] JNZ 0x0...
/* google::protobuf::Reflection::AddEnumValueInternal(google::protobuf::Message*, google::protobuf::FieldDescriptor const*, int) const */ void __thiscall google::protobuf::Reflection::AddEnumValueInternal (Reflection *this,Message *param_1,FieldDescriptor *param_2,int param_3) { RepeatedField<int> *th...
56,975
testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char>>*)
giladroyz[P]FindPeaks/build_O0/_deps/googletest-src/googletest/src/gtest.cc
std::string StringStreamToString(::std::stringstream* ss) { const ::std::string& str = ss->str(); const char* const start = str.c_str(); const char* const end = start + str.length(); std::string result; result.reserve(static_cast<size_t>(2 * (end - start))); for (const char* ch = start; ch != end; ++ch) { ...
O0
cpp
testing::internal::StringStreamToString(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char>>*): pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x70(%rbp) movq %rdi, %rax movq %rax, -0x88(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rsi leaq -0x38(%rbp), ...
_ZN7testing8internal20StringStreamToStringEPNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE: push rbp mov rbp, rsp sub rsp, 90h mov [rbp+var_70], rdi mov rax, rdi mov [rbp+var_88], rax mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rsi, [rbp+var_10] lea rdi, [rbp+var_38...
long long testing::internal::StringStreamToString(long long a1, long long a2) { long long v3; // [rsp+18h] [rbp-78h] _BYTE *i; // [rsp+28h] [rbp-68h] _BYTE *v5; // [rsp+48h] [rbp-48h] _BYTE v6[32]; // [rsp+58h] [rbp-38h] BYREF _BYTE *v7; // [rsp+78h] [rbp-18h] long long v8; // [rsp+80h] [rbp-10h] long lo...
StringStreamToString: PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV qword ptr [RBP + -0x70],RDI MOV RAX,RDI MOV qword ptr [RBP + -0x88],RAX MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RSI,qword ptr [RBP + -0x10] LEA RDI,[RBP + -0x38] MOV qword ptr [RBP + -0x80],RDI CALL 0x0010a5f0 MOV RAX,qword ptr [RBP ...
/* WARNING: Removing unreachable block (ram,0x001263ac) */ /* testing::internal::StringStreamToString(std::__cxx11::stringstream*) */ internal * __thiscall testing::internal::StringStreamToString(internal *this,stringstream *param_1) { long lVar1; char *pcVar2; char *local_70; string local_40 [32]; string ...
56,976
ma_ft_add
eloqsql/storage/maria/ma_ft_update.c
int _ma_ft_add(MARIA_HA *info, uint keynr, uchar *keybuf, const uchar *record, my_off_t pos) { int error= -1; FT_WORD *wlist; DBUG_ENTER("_ma_ft_add"); DBUG_PRINT("enter",("keynr: %d",keynr)); if ((wlist= _ma_ft_parserecord(info, keynr, record, &info->ft_memroot))) error= _ma_ft_store(info,keynr,...
O3
c
ma_ft_add: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %r8, %r14 movq %rdx, %r15 movl %esi, %r12d movq %rdi, %r13 leaq 0x328(%rdi), %rbx movq %rcx, %rdx movq %rbx, %rcx callq 0x6b4f0 testq %rax, %rax je 0x6ba2d movq %r13, %rdi movl %r12d, %esi movq %r15, %rdx movq %...
_ma_ft_add: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r14, r8 mov r15, rdx mov r12d, esi mov r13, rdi lea rbx, [rdi+328h] mov rdx, rcx mov rcx, rbx call _ma_ft_parserecord test rax, rax jz short loc_6BA2D mov rdi, ...
long long ma_ft_add(_QWORD *a1, unsigned int a2, char *a3, long long a4, long long a5, __m128i a6) { _QWORD *v8; // rax unsigned int v9; // r14d v8 = ma_ft_parserecord(a1, a2, a4, (long long)(a1 + 101)); if ( v8 ) v9 = ma_ft_store(a1, a2, a3, v8, a5, a6); else v9 = -1; free_root(a1 + 101, 2LL); ...
_ma_ft_add: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,R8 MOV R15,RDX MOV R12D,ESI MOV R13,RDI LEA RBX,[RDI + 0x328] MOV RDX,RCX MOV RCX,RBX CALL 0x0016b4f0 TEST RAX,RAX JZ 0x0016ba2d MOV RDI,R13 MOV ESI,R12D MOV RDX,R15 MOV RCX,RAX MOV R8,R14 CALL 0x0016b96a MOV R14D,EAX JMP 0x0...
int4 _ma_ft_add(long param_1,ulong param_2,int8 param_3,int8 param_4,int8 param_5) { int4 uVar1; long lVar2; lVar2 = _ma_ft_parserecord(param_1,param_2,param_4,param_1 + 0x328); if (lVar2 == 0) { uVar1 = 0xffffffff; } else { uVar1 = _ma_ft_store(param_1,param_2 & 0xffffffff,param_3,lVar2,param_...
56,977
my_set_max_open_files
eloqsql/mysys/my_file.c
uint my_set_max_open_files(uint files) { struct st_my_file_info *tmp; DBUG_ENTER("my_set_max_open_files"); DBUG_PRINT("enter",("files: %u my_file_limit: %u", files, my_file_limit)); files+= MY_FILE_MIN; files= set_max_open_files(MY_MIN(files, OS_FILE_LIMIT)); if (files <= MY_NFILE) DBUG_RETURN(files);...
O3
c
my_set_max_open_files: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movl %edi, %r14d leaq -0x38(%rbp), %rsi movl $0x7, %edi callq 0x29340 testl %eax, %eax je 0x9e5fe movl %r14d, %ebx cmpl $0x41, %ebx jb 0x9e661 leaq 0xb6a12f(%rip), %rax # 0xc08694 movl (%rax), %e...
my_set_max_open_files: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r14d, edi lea rsi, [rbp+var_38] mov edi, 7 call _getrlimit64 test eax, eax jz loc_9E5FE loc_9E552: mov ebx, r14d loc_9E555: cmp ebx, 41h ; 'A' jb loc_9...
long long my_set_max_open_files(unsigned int a1) { unsigned int v1; // ebx long long v2; // rax char *v3; // r14 long long v4; // rdx long long v5; // rdx void *v6; // r15 _QWORD v8[7]; // [rsp+8h] [rbp-38h] BYREF if ( (unsigned int)getrlimit64(7LL, v8) || (v1 = v8[0], v8[0] == -1LL) || v8[0] >= (unsi...
my_set_max_open_files: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R14D,EDI LEA RSI,[RBP + -0x38] MOV EDI,0x7 CALL 0x00129340 TEST EAX,EAX JZ 0x0019e5fe LAB_0019e552: MOV EBX,R14D LAB_0019e555: CMP EBX,0x41 JC 0x0019e661 LEA RAX,[0xd08694] MOV EDI,dword ptr [RAX] MOV ESI,EBX SHL R...
/* WARNING: Enum "__rlimit_resource": Some values do not have unique names */ ulong my_set_max_open_files(uint param_1) { uint uVar1; int *puVar2; rlim64_t rVar3; int iVar4; int *__dest; ulong uVar5; uint uVar6; rlim64_t rVar7; rlimit64 local_40; rVar7 = (rlim64_t)param_1; iVar4 = getrlimit6...
56,978
YogaTest_layoutable_children_contents_leaf_node_Test::TestBody()
yoga-mod/tests/YGLayoutableChildrenTest.cpp
TEST(YogaTest, layoutable_children_contents_leaf_node) { YGNodeRef root = YGNodeNew(); YGNodeRef root_child0 = YGNodeNew(); YGNodeRef root_child1 = YGNodeNew(); YGNodeRef root_child2 = YGNodeNew(); YGNodeInsertChild(root, root_child0, 0); YGNodeInsertChild(root, root_child1, 1); YGNodeInsertChild(root, ...
O3
cpp
YogaTest_layoutable_children_contents_leaf_node_Test::TestBody(): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp callq 0x366b25 movq %rax, %r12 callq 0x366b25 movq %rax, %rbx callq 0x366b25 movq %rax, %r15 callq 0x366b25 movq %rax, %r14 movq %r12, %rdi movq %rbx, %rsi...
_ZN52YogaTest_layoutable_children_contents_leaf_node_Test8TestBodyEv: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h call YGNodeNew mov r12, rax call YGNodeNew mov rbx, rax call YGNodeNew mov r15, rax call YGNodeNew mov r14, rax mov ...
void YogaTest_layoutable_children_contents_leaf_node_Test::TestBody( YogaTest_layoutable_children_contents_leaf_node_Test *this) { facebook::yoga::Node *v1; // r12 facebook::yoga::Node *v2; // rbx facebook::yoga::Node *v3; // r15 facebook::yoga::Node *v4; // r14 char *v5; // r15 long long v6; // ra...
TestBody: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 CALL 0x00466b25 MOV R12,RAX CALL 0x00466b25 MOV RBX,RAX CALL 0x00466b25 MOV R15,RAX CALL 0x00466b25 MOV R14,RAX MOV RDI,R12 MOV RSI,RBX XOR EDX,EDX CALL 0x0046703b MOV EDX,0x1 MOV RDI,R12 MOV RSI,R15 CALL 0x0046703b MOV EDX,0x2 MOV...
/* YogaTest_layoutable_children_contents_leaf_node_Test::TestBody() */ void YogaTest_layoutable_children_contents_leaf_node_Test::TestBody(void) { int8 *puVar1; int8 uVar2; long lVar3; int8 uVar4; ulong uVar5; char *pcVar6; int8 in_R9; Node **ppNVar7; Node **local_90 [2]; long local_80; Node *l...
56,979
get_all_kv_cache_types[abi:cxx11]()
monkey531[P]llama/common/arg.cpp
static std::string get_all_kv_cache_types() { std::ostringstream msg; for (const auto & type : kv_cache_types) { msg << ggml_type_name(type) << (&type == &kv_cache_types.back() ? "" : ", "); } return msg.str(); }
O3
cpp
get_all_kv_cache_types[abi:cxx11](): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x188, %rsp # imm = 0x188 movq %rdi, 0x8(%rsp) leaq 0x10(%rsp), %rdi callq 0x1aba0 movq 0xdee64(%rip), %r12 # 0x12cd78 movq 0xdee65(%rip), %r13 # 0x12cd80 cmpq %r13, %r12 je 0x4dfa9 leaq 0x984...
_ZL22get_all_kv_cache_typesB5cxx11v: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 188h mov [rsp+1B8h+var_1B0], rdi lea rdi, [rsp+1B8h+var_1A8] call __ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev; std::ostringstream::basic_ostringstream(void) mov ...
void get_all_kv_cache_types[abi:cxx11](long long a1) { unsigned int *v1; // r12 long long i; // r13 long long v3; // rax long long v4; // r15 long long v5; // rax char *v6; // rsi long long v7; // [rsp+10h] [rbp-1A8h] BYREF _BYTE v8[104]; // [rsp+18h] [rbp-1A0h] BYREF _BYTE v9[312]; // [rsp+80h] [rbp...
get_all_kv_cache_types[abi:cxx11]: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x188 MOV qword ptr [RSP + 0x8],RDI LEA RDI,[RSP + 0x10] CALL 0x0011aba0 MOV R12,qword ptr [0x0022cd78] MOV R13,qword ptr [0x0022cd80] CMP R12,R13 JZ 0x0014dfa9 LEA RBP,[0x1e6381] LEA RBX,[0x1ef643] LEA R14,[RSP + 0x10] LAB...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* get_all_kv_cache_types[abi:cxx11]() */ void get_all_kv_cache_types_abi_cxx11_(void) { int4 *puVar1; char *pcVar2; size_t sVar3; int4 *puVar4; long local_1a8 [4]; uint auStack_188 [20]; ios_base local_138 [264]; std::__...
56,980
js_atomics_wait
bluesky950520[P]quickjs/quickjs.c
static JSValue js_atomics_wait(JSContext *ctx, JSValue this_obj, int argc, JSValue *argv) { int64_t v; int32_t v32; void *ptr; int64_t timeout; JSAtomicsWaiter waiter_s, *waiter; int ret, size_log2, res; double d; ptr = js_at...
O1
c
js_atomics_wait: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movq %r8, %r12 movq %rdi, %rbx movq (%r8), %r8 movq 0x8(%r12), %r9 movupd 0x10(%r12), %xmm0 movupd %xmm0, (%rsp) movl $0x2, 0x10(%rsp) xorl %r13d, %r13d leaq 0x24(%rsp), %rdx xorl %esi, %esi xorl %ecx, %ecx callq 0x7edcd...
js_atomics_wait: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov r12, r8 mov rbx, rdi mov r8, [r8] mov r9, [r12+8] movupd xmm0, xmmword ptr [r12+10h] movupd [rsp+0C8h+var_C8], xmm0 mov [rsp+0C8h+var_B8], 2 xor r13d, r13d lea rdx, [rsp+0C8h+var_A...
unsigned long long js_atomics_wait( long long a1, double a2, __m128 a3, __m128 a4, __m128 a5, double a6, double a7, __m128 a8, __m128 a9, long long a10, long long a11, long long a12, long long a13) { long long v14...
js_atomics_wait: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV R12,R8 MOV RBX,RDI MOV R8,qword ptr [R8] MOV R9,qword ptr [R12 + 0x8] MOVUPD XMM0,xmmword ptr [R12 + 0x10] MOVUPD xmmword ptr [RSP],XMM0 MOV dword ptr [RSP + 0x10],0x2 XOR R13D,R13D LEA RDX,[RSP + 0x24] XOR ESI,ESI XOR ECX,ECX CALL ...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int1 [16] js_atomics_wait(long param_1) { int iVar1; long *plVar2; long lVar3; int8 *in_R8; ulong uVar4; long lVar5; int *piVar6; int8 uVar7; bool bVar8; int1 auVar9 [16]; int local_a4; long local_a0; int ...
56,981
js_atomics_wait
bluesky950520[P]quickjs/quickjs.c
static JSValue js_atomics_wait(JSContext *ctx, JSValue this_obj, int argc, JSValue *argv) { int64_t v; int32_t v32; void *ptr; int64_t timeout; JSAtomicsWaiter waiter_s, *waiter; int ret, size_log2, res; double d; ptr = js_at...
O3
c
js_atomics_wait: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movq %r8, %r12 movq %rdi, %rbx movq (%r8), %r8 movq 0x8(%r12), %r9 movupd 0x10(%r12), %xmm0 movupd %xmm0, (%rsp) movl $0x2, 0x10(%rsp) xorl %r13d, %r13d leaq 0x24(%rsp), %rdx xorl %esi, %esi xorl %ecx, %ecx callq 0x81840...
js_atomics_wait: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov r12, r8 mov rbx, rdi mov r8, [r8] mov r9, [r12+8] movupd xmm0, xmmword ptr [r12+10h] movupd [rsp+0C8h+var_C8], xmm0 mov [rsp+0C8h+var_B8], 2 xor r13d, r13d lea rdx, [rsp+0C8h+var_A...
unsigned long long js_atomics_wait( long long a1, double a2, __m128 a3, __m128 a4, __m128 a5, double a6, double a7, __m128 a8, __m128 a9, long long a10, long long a11, long long a12, long long a13) { long long v14...
js_atomics_wait: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV R12,R8 MOV RBX,RDI MOV R8,qword ptr [R8] MOV R9,qword ptr [R12 + 0x8] MOVUPD XMM0,xmmword ptr [R12 + 0x10] MOVUPD xmmword ptr [RSP],XMM0 MOV dword ptr [RSP + 0x10],0x2 XOR R13D,R13D LEA RDX,[RSP + 0x24] XOR ESI,ESI XOR ECX,ECX CALL ...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ int1 [16] js_atomics_wait(long param_1) { int iVar1; long *plVar2; int8 *in_R8; ulong uVar3; long lVar4; int *piVar5; int8 uVar6; bool bVar7; int1 auVar8 [16]; int local_a4; long local_a0; int local_94; do...
56,982
ggml_compute_forward_hardswish
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c
static void ggml_compute_forward_hardswish( const struct ggml_compute_params * params, struct ggml_tensor * dst) { const struct ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_hardswish_f32(params, dst); ...
O0
c
ggml_compute_forward_hardswish: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x98(%rax), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movl (%rax), %eax testl %eax, %eax jne 0x3905a jmp 0x3904b movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi call...
ggml_compute_forward_hardswish: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_10] mov rax, [rax+98h] mov [rbp+var_18], rax mov rax, [rbp+var_18] mov eax, [rax] test eax, eax jnz short loc_3905A jmp short $+2 loc_3904B: m...
double ggml_compute_forward_hardswish(long long a1, long long a2) { double result; // xmm0_8 if ( **(_DWORD **)(a2 + 152) ) return ggml_abort( "/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c", 6788LL, "fatal error"); ggml...
ggml_compute_forward_hardswish: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x98] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] TEST EAX,EAX JNZ 0x0013905a JMP 0x001390...
void ggml_compute_forward_hardswish(int8 param_1,long param_2) { if (**(int **)(param_2 + 0x98) == 0) { ggml_compute_forward_hardswish_f32(param_1,param_2); } else { ggml_abort("/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c" ,0x1a84,"fatal ...
56,983
pvio_socket_set_timeout
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
my_bool pvio_socket_set_timeout(MARIADB_PVIO *pvio, enum enum_pvio_timeout type, int timeout) { struct st_pvio_socket *csock= NULL; if (!pvio) return 1; csock= (struct st_pvio_socket *)pvio->data; pvio->timeout[type]= (timeout > 0) ? timeout * 1000 : -1; if (csock) return pvio_socket_change_timeout(pv...
O0
c
pvio_socket_set_timeout: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) movq $0x0, -0x20(%rbp) cmpq $0x0, -0x10(%rbp) jne 0x48df7 movb $0x1, -0x1(%rbp) jmp 0x48e4f movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) cmpl $0x0, -0x18(%rbp) jle...
pvio_socket_set_timeout: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx mov [rbp+var_20], 0 cmp [rbp+var_10], 0 jnz short loc_48DF7 mov [rbp+var_1], 1 jmp short loc_48E4F loc_48DF7: mov rax, [rbp+var_10] mov rax, [r...
char pvio_socket_set_timeout(_QWORD *a1, unsigned int a2, int a3) { int v4; // [rsp+Ch] [rbp-24h] long long v5; // [rsp+10h] [rbp-20h] if ( !a1 ) return 1; v5 = *a1; if ( a3 <= 0 ) v4 = -1; else v4 = 1000 * a3; *((_DWORD *)a1 + a2 + 9) = v4; if ( v5 ) return pvio_socket_change_timeout(...
pvio_socket_set_timeout: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX MOV qword ptr [RBP + -0x20],0x0 CMP qword ptr [RBP + -0x10],0x0 JNZ 0x00148df7 MOV byte ptr [RBP + -0x1],0x1 JMP 0x00148e4f LAB_00148df7: MOV RAX,qword ptr [RBP + -0...
int1 pvio_socket_set_timeout(long *param_1,uint param_2,int param_3) { long lVar1; int local_2c; int1 local_9; if (param_1 == (long *)0x0) { local_9 = 1; } else { lVar1 = *param_1; if (param_3 < 1) { local_2c = -1; } else { local_2c = param_3 * 1000; } *(int *)((...
56,984
pvio_socket_set_timeout
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
my_bool pvio_socket_set_timeout(MARIADB_PVIO *pvio, enum enum_pvio_timeout type, int timeout) { struct st_pvio_socket *csock= NULL; if (!pvio) return 1; csock= (struct st_pvio_socket *)pvio->data; pvio->timeout[type]= (timeout > 0) ? timeout * 1000 : -1; if (csock) return pvio_socket_change_timeout(pv...
O3
c
pvio_socket_set_timeout: pushq %rbp movq %rsp, %rbp testq %rdi, %rdi je 0x33a55 movl %edx, %eax imull $0x3e8, %edx, %edx # imm = 0x3E8 testl %eax, %eax movl $0xffffffff, %eax # imm = 0xFFFFFFFF cmovgl %edx, %eax movl %esi, %ecx cmpq $0x0, (%rdi) movl %eax, 0x24(%rdi,%rcx,4) je 0x33a59 popq %rbp jmp 0x346ac m...
pvio_socket_set_timeout: push rbp mov rbp, rsp test rdi, rdi jz short loc_33A55 mov eax, edx imul edx, 3E8h test eax, eax mov eax, 0FFFFFFFFh cmovg eax, edx mov ecx, esi cmp qword ptr [rdi], 0 mov [rdi+rcx*4+24h], eax jz short loc_33A59 pop rbp jmp pvio_socket_cha...
char pvio_socket_set_timeout(_QWORD *a1, unsigned int a2, int a3) { int v4; // edx bool v5; // cc int v6; // eax bool v7; // zf if ( !a1 ) return 1; v4 = 1000 * a3; v5 = a3 <= 0; v6 = -1; if ( !v5 ) v6 = v4; v7 = *a1 == 0LL; *((_DWORD *)a1 + a2 + 9) = v6; if ( v7 ) return 0; else...
pvio_socket_set_timeout: PUSH RBP MOV RBP,RSP TEST RDI,RDI JZ 0x00133a55 MOV EAX,EDX IMUL EDX,EDX,0x3e8 TEST EAX,EAX MOV EAX,0xffffffff CMOVG EAX,EDX MOV ECX,ESI CMP qword ptr [RDI],0x0 MOV dword ptr [RDI + RCX*0x4 + 0x24],EAX JZ 0x00133a59 POP RBP JMP 0x001346ac LAB_00133a55: MOV AL,0x1 JMP 0x00133a5b LAB_00133a59: XO...
int8 pvio_socket_set_timeout(long *param_1,uint param_2,int param_3) { long lVar1; int iVar2; int8 uVar3; if (param_1 == (long *)0x0) { uVar3 = 1; } else { iVar2 = -1; if (0 < param_3) { iVar2 = param_3 * 1000; } lVar1 = *param_1; *(int *)((long)param_1 + (ulong)param_2 * ...
56,985
stbtt__csctx_rccurve_to
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-truetype.h
static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) { float cx1 = ctx->x + dx1; float cy1 = ctx->y + dy1; float cx2 = cx1 + dx2; float cy2 = cy1 + dy2; ctx->x = cx2 + dx3; ctx->y = cy2 + dy3; stbtt__csctx_v(ctx, STBTT_vcubic, (int...
O1
c
stbtt__csctx_rccurve_to: pushq %rax addss 0x10(%rdi), %xmm0 addss 0x14(%rdi), %xmm1 addss %xmm0, %xmm2 addss %xmm1, %xmm3 addss %xmm2, %xmm4 movss %xmm4, 0x10(%rdi) addss %xmm3, %xmm5 movss %xmm5, 0x14(%rdi) cvttss2si %xmm4, %edx cvttss2si %xmm5, %ecx cvttss2si %xmm0, %r8d cvttss2si %xmm1, %r9d cvttss2si %xmm2, %eax cv...
stbtt__csctx_rccurve_to: push rax addss xmm0, dword ptr [rdi+10h] addss xmm1, dword ptr [rdi+14h] addss xmm2, xmm0 addss xmm3, xmm1 addss xmm4, xmm2 movss dword ptr [rdi+10h], xmm4 addss xmm5, xmm3 movss dword ptr [rdi+14h], xmm5 cvttss2si edx, xmm4 cvttss2si ecx, xmm5 cvttss2si r8d, xmm0 cvttss2si r...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm0,xmm4,xmm5> stbtt__csctx_rccurve_to( long long a1, float a2, float a3, float a4, float a5, float a6, float a7) { float v7; // xmm0_4 float v8; // xmm1_4 float v9; // xmm2_4 float v10; // xmm3_4 float v11; // xmm4_...
stbtt__csctx_rccurve_to: PUSH RAX ADDSS XMM0,dword ptr [RDI + 0x10] ADDSS XMM1,dword ptr [RDI + 0x14] ADDSS XMM2,XMM0 ADDSS XMM3,XMM1 ADDSS XMM4,XMM2 MOVSS dword ptr [RDI + 0x10],XMM4 ADDSS XMM5,XMM3 MOVSS dword ptr [RDI + 0x14],XMM5 CVTTSS2SI EDX,XMM4 CVTTSS2SI ECX,XMM5 CVTTSS2SI R8D,XMM0 CVTTSS2SI R9D,XMM1 CVTTSS2SI ...
int8 stbtt__csctx_rccurve_to (float param_1,float param_2,float param_3,float param_4,float param_5,float param_6, long param_7) { int8 in_RAX; int4 in_register_00000094; param_1 = param_1 + *(float *)(param_7 + 0x10); param_2 = param_2 + *(float *)(param_7 + 0x14); param_3 = param_3 ...
56,986
glfwPlatformGetWindowSize
untodesu[P]riteg/build_O3/_deps/glfw-src/src/x11_window.c
void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) { XWindowAttributes attribs; XGetWindowAttributes(_glfw.x11.display, window->x11.handle, &attribs); if (width) *width = attribs.width; if (height) *height = attribs.height; }
O3
c
glfwPlatformGetWindowSize: pushq %r14 pushq %rbx subq $0x88, %rsp movq %rdx, %rbx movq %rsi, %r14 leaq 0x8588a(%rip), %rax # 0xa8638 movq 0x1fec0(%rax), %rax movq 0x348(%rdi), %rsi movq %rsp, %rdx movq %rax, %rdi callq 0xcf20 testq %r14, %r14 je 0x22dd3 movl 0x8(%rsp), %eax movl %eax, (%r14) testq %rbx, %rbx je 0x2...
_glfwPlatformGetWindowSize: push r14 push rbx sub rsp, 88h mov rbx, rdx mov r14, rsi lea rax, _glfw mov rax, [rax+1FEC0h] mov rsi, [rdi+348h] mov rdx, rsp mov rdi, rax call _XGetWindowAttributes test r14, r14 jz short loc_22DD3 mov eax, [rsp+98h+var_90] mov [r14]...
long long glfwPlatformGetWindowSize(long long a1, unsigned int *a2, unsigned int *a3) { long long result; // rax long long v5; // [rsp+0h] [rbp-98h] BYREF unsigned int v6; // [rsp+8h] [rbp-90h] unsigned int v7; // [rsp+Ch] [rbp-8Ch] result = XGetWindowAttributes(*(_QWORD *)&glfw[32688], *(_QWORD *)(a1 + 840...
_glfwPlatformGetWindowSize: PUSH R14 PUSH RBX SUB RSP,0x88 MOV RBX,RDX MOV R14,RSI LEA RAX,[0x1a8638] MOV RAX,qword ptr [RAX + 0x1fec0] MOV RSI,qword ptr [RDI + 0x348] MOV RDX,RSP MOV RDI,RAX CALL 0x0010cf20 TEST R14,R14 JZ 0x00122dd3 MOV EAX,dword ptr [RSP + 0x8] MOV dword ptr [R14],EAX LAB_00122dd3: TEST RBX,RBX JZ 0...
void _glfwPlatformGetWindowSize(long param_1,int4 *param_2,int4 *param_3) { int1 auStack_98 [8]; int4 local_90; int4 local_8c; XGetWindowAttributes(DAT_001c84f8,*(int8 *)(param_1 + 0x348),auStack_98); if (param_2 != (int4 *)0x0) { *param_2 = local_90; } if (param_3 != (int4 *)0x0) { *param_3 ...
56,987
keys_free
eloqsql/storage/maria/ma_write.c
static int keys_free(void* key_arg, TREE_FREE mode, void *param_arg) { /* Probably I can use info->lastkey here, but I'm not sure, and to be safe I'd better use local lastkey. */ bulk_insert_param *param= (bulk_insert_param*)param_arg; MARIA_SHARE *share= param->info->s; uchar lastkey[MARIA_MAX_KEY_BU...
O3
c
keys_free: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xa08, %rsp # imm = 0xA08 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq (%rdx), %rax movq (%rax), %r13 movl 0x8(%rdx), %eax imulq $0x118, %rax, %rbx # imm = 0x118 addq 0x570(%r13), %rbx cmpl $0x2, %esi j...
keys_free: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 0A08h mov rax, fs:28h mov [rbp+var_30], rax mov rax, [rdx] mov r13, [rax] mov eax, [rdx+8] imul rbx, rax, 118h add rbx, [r13+570h] cmp esi, 2 jz loc_59146 cmp esi, 1 j...
long long keys_free(unsigned __int8 *a1, int a2, unsigned int *a3) { long long v3; // r13 long long v4; // rax long long v5; // rbx long long v6; // rdi int v8; // eax int v9; // ecx long long *v10; // rbx long long v11; // rdi long long v12; // rbx __int128 v14; // [rsp+0h] [rbp-A30h] BYREF int ...
keys_free: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa08 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RDX] MOV R13,qword ptr [RAX] MOV EAX,dword ptr [RDX + 0x8] IMUL RBX,RAX,0x118 ADD RBX,qword ptr [R13 + 0x570] CMP ESI,0x2 JZ 0x00159146 CMP ESI,0x1 JZ...
int8 keys_free(int8 param_1,int param_2,long *param_3) { long lVar1; long lVar2; long lVar3; long in_FS_OFFSET; int1 *local_a38; long local_a30; int local_a28; int local_a24; int local_a20; int1 local_a18 [2528]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); lVar1 = *(long *)*...
56,988
my_close
eloqsql/mysys/my_open.c
int my_close(File fd, myf MyFlags) { int err; char *name= NULL; DBUG_ENTER("my_close"); DBUG_PRINT("my",("fd: %d MyFlags: %lu",fd, MyFlags)); if (!(MyFlags & (MY_WME | MY_FAE))) MyFlags|= my_global_flags; if ((uint) fd < my_file_limit && my_file_info[fd].type != UNOPEN) { name= my_file_info[fd]....
O0
c
my_close: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq $0x0, -0x20(%rbp) jmp 0x2fcb9 movq -0x10(%rbp), %rax andq $0x18, %rax cmpq $0x0, %rax jne 0x2fcd9 leaq 0x35606a(%rip), %rax # 0x385d38 movq (%rax), %rax orq -0x10(%rbp), %rax movq %rax, -0x10(%rbp) movl -0x4(%rbp)...
my_close: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_20], 0 jmp short $+2 loc_2FCB9: mov rax, [rbp+var_10] and rax, 18h cmp rax, 0 jnz short loc_2FCD9 lea rax, my_global_flags mov rax, [rax] or rax, [rbp+var_10] mov ...
long long my_close(unsigned int a1, __int16 a2) { unsigned int *v2; // rax int v4; // [rsp+24h] [rbp-2Ch] long long v5; // [rsp+30h] [rbp-20h] unsigned int v6; // [rsp+3Ch] [rbp-14h] __int16 v7; // [rsp+40h] [rbp-10h] v7 = a2; v5 = 0LL; if ( (a2 & 0x18) == 0 ) v7 = a2 | my_global_flags; if ( a1 ...
my_close: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x20],0x0 JMP 0x0012fcb9 LAB_0012fcb9: MOV RAX,qword ptr [RBP + -0x10] AND RAX,0x18 CMP RAX,0x0 JNZ 0x0012fcd9 LEA RAX,[0x485d38] MOV RAX,qword ptr [RAX] OR RAX,qword ptr [RBP + -0x10] MOV qw...
int my_close(uint param_1,ulong param_2) { int iVar1; int iVar2; int *piVar3; long local_28; ulong local_18; local_28 = 0; local_18 = param_2; if ((param_2 & 0x18) == 0) { local_18 = my_global_flags | param_2; } if ((param_1 < my_file_limit) && (*(int *)(my_file_info + (long)(int)param_1 * ...
56,989
js_finrec_mark
bluesky950520[P]quickjs/quickjs.c
static void js_finrec_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func) { JSFinalizationRegistryData *frd = JS_GetOpaque(val, JS_CLASS_FINALIZATION_REGISTRY); if (frd) { JS_MarkValue(rt, frd->cb, mark_func); struct list_head *el; list_for_each(el, &frd->entries) { JSFi...
O0
c
js_finrec_mark: subq $0x38, %rsp movq %rsi, 0x28(%rsp) movq %rdx, 0x30(%rsp) movq %rdi, 0x20(%rsp) movq %rcx, 0x18(%rsp) movq 0x28(%rsp), %rdi movq 0x30(%rsp), %rsi movl $0x3b, %edx callq 0x37090 movq %rax, 0x10(%rsp) cmpq $0x0, 0x10(%rsp) je 0xe42d7 movq 0x20(%rsp), %rdi movq 0x10(%rsp), %rax movq 0x18(%rsp), %rcx mov...
js_finrec_mark: sub rsp, 38h mov [rsp+38h+var_10], rsi mov [rsp+38h+var_8], rdx mov [rsp+38h+var_18], rdi mov [rsp+38h+var_20], rcx mov rdi, [rsp+38h+var_10] mov rsi, [rsp+38h+var_8] mov edx, 3Bh ; ';' call JS_GetOpaque mov [rsp+38h+var_28], rax cmp [rsp+38h+var_28], 0 jz ...
long long js_finrec_mark(long long a1, long long a2, int a3, long long ( *a4)(long long, long long)) { long long result; // rax _QWORD *i; // [rsp+8h] [rbp-30h] _QWORD *v6; // [rsp+10h] [rbp-28h] result = JS_GetOpaque(a2, a3, 59); v6 = (_QWORD *)result; if ( result ) { JS_MarkValue(a1, *(_QWORD *)(r...
js_finrec_mark: SUB RSP,0x38 MOV qword ptr [RSP + 0x28],RSI MOV qword ptr [RSP + 0x30],RDX MOV qword ptr [RSP + 0x20],RDI MOV qword ptr [RSP + 0x18],RCX MOV RDI,qword ptr [RSP + 0x28] MOV RSI,qword ptr [RSP + 0x30] MOV EDX,0x3b CALL 0x00137090 MOV qword ptr [RSP + 0x10],RAX CMP qword ptr [RSP + 0x10],0x0 JZ 0x001e42d7 ...
void js_finrec_mark(int8 param_1,int8 param_2,int8 param_3,int8 param_4) { long lVar1; int8 local_30; lVar1 = JS_GetOpaque(param_2,param_3,0x3b); if (lVar1 != 0) { JS_MarkValue(param_1,*(int8 *)(lVar1 + 0x18),*(int8 *)(lVar1 + 0x20),param_4); for (local_30 = *(long *)(lVar1 + 8); local_30 != lVar1;...
56,990
my_caseup_utf8mb3
eloqsql/strings/ctype-utf8.c
static size_t my_caseup_utf8mb3(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen) { my_wc_t wc; int srcres, dstres; const char *srcend= src + srclen; char *dstend= dst + dstlen, *dst0= dst; MY_UNICASE_INFO *uni_plane= cs...
O0
c
my_caseup_utf8mb3: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x20(%rbp), %rax addq -0x28(%rbp), %rax movq %rax, -0x48(%rbp) movq -...
my_caseup_utf8mb3: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_40], rax mov rax, [rbp+var_20] add rax, [rbp+var_2...
_BYTE * my_caseup_utf8mb3(long long a1, unsigned long long a2, long long a3, _BYTE *a4, long long a5, long long a6) { bool v7; // [rsp+7h] [rbp-59h] long long v8; // [rsp+8h] [rbp-58h] unsigned long long v10; // [rsp+18h] [rbp-48h] unsigned long long v11; // [rsp+20h] [rbp-40h] int v12; // [rsp+28h] [rbp-38h]...
my_caseup_utf8mb3: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword...
long my_caseup_utf8mb3(long param_1,ulong param_2,long param_3,long param_4,long param_5) { int8 uVar1; bool bVar2; int iVar3; int local_3c; int8 local_38; long local_30; long local_28; long local_20; ulong local_18; long local_10; uVar1 = *(int8 *)(param_1 + 0x78); local_30 = param_5; lo...
56,991
SDL_PollEventInmplementation(SDL::Application&, SDL_Event*)
SDL3Lite/source/SDL3/SDL_Events.cpp
int SDL_PollEventInmplementation(SDL::Application& application, SDL_Event* dest) { SDL_Event event; if (application.PollEvent(event)) { memcpy(dest, &event, sizeof(SDL_Event)); return 1; } application.PollEvents(); return 0; }
O3
cpp
SDL_PollEventInmplementation(SDL::Application&, SDL_Event*): subq $0x28, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movq 0x18(%rsp), %rdi movq %rsp, %rsi callq 0x221a0 testb $0x1, %al jne 0x2cad1 jmp 0x2caf0 movq 0x10(%rsp), %rax movq (%rsp), %rcx movq %rcx, (%rax) movq 0x8(%rsp), %rcx movq %rcx, 0x8(%rax) movl $...
_Z28SDL_PollEventInmplementationRN3SDL11ApplicationEP9SDL_Event: sub rsp, 28h mov [rsp+28h+var_10], rdi mov [rsp+28h+var_18], rsi mov rdi, [rsp+28h+var_10] mov rsi, rsp call __ZN3SDL11Application9PollEventER9SDL_Event; SDL::Application::PollEvent(SDL_Event &) test al, 1 jnz short loc_2CAD1...
long long SDL_PollEventInmplementation(SDL::Application *a1, _QWORD *a2) { _QWORD *v2; // rax _QWORD v4[2]; // [rsp+0h] [rbp-28h] BYREF _QWORD *v5; // [rsp+10h] [rbp-18h] SDL::Application *v6; // [rsp+18h] [rbp-10h] v6 = a1; v5 = a2; if ( (SDL::Application::PollEvent(a1, v4) & 1) != 0 ) { v2 = v5;...
SDL_PollEventInmplementation: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV RDI,qword ptr [RSP + 0x18] MOV RSI,RSP CALL 0x001221a0 TEST AL,0x1 JNZ 0x0012cad1 JMP 0x0012caf0 LAB_0012cad1: MOV RAX,qword ptr [RSP + 0x10] MOV RCX,qword ptr [RSP] MOV qword ptr [RAX],RCX MOV RCX,qword ptr [RS...
/* SDL_PollEventInmplementation(SDL::Application&, SDL_Event*) */ bool SDL_PollEventInmplementation(Application *param_1,SDL_Event *param_2) { ulong uVar1; bool bVar2; int8 local_28; int8 local_20; SDL_Event *local_18; Application *local_10; local_18 = param_2; local_10 = param_1; uVar1 = SDL::A...
56,992
POINTonE2_affine_on_curve
corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/e2.c
static bool_t POINTonE2_affine_on_curve(const POINTonE2_affine *p) { vec384x XXX, YY; sqr_fp2(XXX, p->X); mul_fp2(XXX, XXX, p->X); /* X^3 */ add_fp2(XXX, XXX, B_E2); /* X^3 + B */ sqr_fp2(YY, p->Y); /* Y^2 */ ...
O0
c
POINTonE2_affine_on_curve: pushq %rbp movq %rsp, %rbp subq $0xd0, %rsp movq %rdi, -0x8(%rbp) leaq -0x70(%rbp), %rdi movq -0x8(%rbp), %rsi callq 0xb6750 leaq -0x70(%rbp), %rdi leaq -0x70(%rbp), %rsi movq -0x8(%rbp), %rdx callq 0xb66e0 leaq -0x70(%rbp), %rdi leaq -0x70(%rbp), %rsi leaq 0x3d694(%rip), %rdx # 0xe9340 c...
POINTonE2_affine_on_curve: push rbp mov rbp, rsp sub rsp, 0D0h mov [rbp+var_8], rdi lea rdi, [rbp+var_70] mov rsi, [rbp+var_8] call sqr_fp2 lea rdi, [rbp+var_70] lea rsi, [rbp+var_70] mov rdx, [rbp+var_8] call mul_fp2 lea rdi, [rbp+var_70] lea rsi, [rbp+var_70] lea r...
unsigned long long POINTonE2_affine_on_curve(long long a1) { _BYTE v2[96]; // [rsp+0h] [rbp-D0h] BYREF _BYTE v3[104]; // [rsp+60h] [rbp-70h] BYREF long long v4; // [rsp+C8h] [rbp-8h] v4 = a1; sqr_fp2(v3, a1); mul_fp2(v3, v3, v4); add_fp2(v3, v3, &B_E2); sqr_fp2(v2, v4 + 96); return vec_is_equal((lon...
POINTonE2_affine_on_curve: PUSH RBP MOV RBP,RSP SUB RSP,0xd0 MOV qword ptr [RBP + -0x8],RDI LEA RDI,[RBP + -0x70] MOV RSI,qword ptr [RBP + -0x8] CALL 0x001b6750 LEA RDI,[RBP + -0x70] LEA RSI,[RBP + -0x70] MOV RDX,qword ptr [RBP + -0x8] CALL 0x001b66e0 LEA RDI,[RBP + -0x70] LEA RSI,[RBP + -0x70] LEA RDX,[0x1e9340] CALL ...
void POINTonE2_affine_on_curve(long param_1) { int1 local_d8 [96]; int1 local_78 [104]; long local_10; local_10 = param_1; sqr_fp2(local_78,param_1); mul_fp2(local_78,local_78,local_10); add_fp2(local_78,local_78,B_E2); sqr_fp2(local_d8,local_10 + 0x60); vec_is_equal(local_78,local_d8,0x60); re...
56,993
minja::SetTemplateToken::SetTemplateToken(minja::Location const&, minja::SpaceHandling, minja::SpaceHandling, 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::ba...
llama.cpp/common/minja/minja.hpp
SetTemplateToken(const Location & loc, SpaceHandling pre, SpaceHandling post, const std::string & ns, const std::vector<std::string> & vns, std::shared_ptr<Expression> && v) : TemplateToken(Type::Set, loc, pre, post), ns(ns), var_names(vns), value(std::move(v)) {}
O3
cpp
minja::SetTemplateToken::SetTemplateToken(minja::Location const&, minja::SpaceHandling, minja::SpaceHandling, 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::ba...
_ZN5minja16SetTemplateTokenC2ERKNS_8LocationENS_13SpaceHandlingES4_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorISA_SaISA_EEOSt10shared_ptrINS_10ExpressionEE: push r15 push r14 push r13 push r12 push rbx mov r14, r9 mov rbx, rdi lea r12, _ZTVN5minja13TemplateTokenE; `vtabl...
long long minja::SetTemplateToken::SetTemplateToken( long long a1, _QWORD *a2, int a3, int a4, long long a5, _QWORD *a6, __int128 *a7) { long long v8; // rax long long result; // rax __int128 v10; // xmm0 *(_QWORD *)a1 = &`vtable for'minja::TemplateToken...
SetTemplateToken: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R14,R9 MOV RBX,RDI LEA R12,[0x1fe960] ADD R12,0x10 MOV qword ptr [RDI],R12 MOV dword ptr [RDI + 0x8],0xa MOV RAX,qword ptr [RSI] MOV qword ptr [RDI + 0x10],RAX MOV RAX,qword ptr [RSI + 0x8] MOV qword ptr [RDI + 0x18],RAX TEST RAX,RAX JZ 0x001a401f MOV R...
/* minja::SetTemplateToken::SetTemplateToken(minja::Location const&, minja::SpaceHandling, minja::SpaceHandling, std::__cxx11::string const&, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&, std::shared_ptr<minja::Expression>&&) */ void __thiscall minja::SetTemplateToken::SetTem...
56,994
char const* fmt::v8::detail::parse_width<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&)
aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/fmt/bundled/core.h
FMT_CONSTEXPR auto parse_width(const Char* begin, const Char* end, Handler&& handler) -> const Char* { using detail::auto_id; struct width_adapter { Handler& handler; FMT_CONSTEXPR void operator()() { handler.on_dynamic_width(auto_id()); } FMT_CONSTEXPR void operator()(in...
O3
c
char const* fmt::v8::detail::parse_width<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdx, %r15 movq %rsi, %r14 movq %rdi, ...
_ZN3fmt2v86detail11parse_widthIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_: push r15 push r14 push r12 push rbx sub rsp, 58h mov r15, rdx mov r14, rsi mov [rsp+78h+var_58], rdi mov al, [rdi] lea ecx, [rax-30h] cmp cl, 9 ja short loc_30558 lea rdi, [rs...
char * fmt::v8::detail::parse_width<char,fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>> &>( char *a1, char *a2, _DWORD **a3) { int v5; // eax char *v6; // rbx char *v7; // rbx int v8; // eax int v9; // esi int v10; // edx int v11; // ecx int v12; // r8d in...
parse_width<char,fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R15,RDX MOV R14,RSI MOV qword ptr [RSP + 0x20],RDI MOV AL,byte ptr [RDI] LEA ECX,[RAX + -0x30] CMP CL,0x9 JA 0x00130558 LEA RDI,[RSP + 0x20] MOV RSI,R14 MOV EDX,0xffffffff CALL 0...
/* char const* fmt::v8::detail::parse_width<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&) */ char * fmt::v8::detail:: parse_width<char,fmt::v8::detail::specs_checker<fmt::v8::...
56,995
my_fstat
eloqsql/mysys/my_lib.c
int my_fstat(File Filedes, MY_STAT *stat_area, myf MyFlags __attribute__((unused))) { DBUG_ENTER("my_fstat"); DBUG_PRINT("my",("fd: %d MyFlags: %lu", Filedes, MyFlags)); #ifdef _WIN32 DBUG_RETURN(my_win_fstat(Filedes, stat_area)); #elif defined HAVE_valgrind { int s= fstat(Filedes, stat_area);...
O0
c
my_fstat: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) jmp 0x38eb5 jmp 0x38eb7 movl -0x4(%rbp), %edi movq -0x10(%rbp), %rsi callq 0x255f0 movl %eax, -0x1c(%rbp) movl -0x1c(%rbp), %eax addq $0x20, %rsp popq %rbp retq nop
my_fstat: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx jmp short $+2 loc_38EB5: jmp short $+2 loc_38EB7: mov edi, [rbp+var_4] mov rsi, [rbp+var_10] call _fstat64 mov [rbp+var_1C], eax mov eax, [rbp+var_1C] add r...
long long my_fstat(unsigned int a1, long long a2) { return (unsigned int)fstat64(a1, a2); }
my_fstat: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX JMP 0x00138eb5 LAB_00138eb5: JMP 0x00138eb7 LAB_00138eb7: MOV EDI,dword ptr [RBP + -0x4] MOV RSI,qword ptr [RBP + -0x10] CALL 0x001255f0 MOV dword ptr [RBP + -0x1c],EAX MOV EAX,dwor...
int my_fstat(int param_1,stat64 *param_2) { int iVar1; iVar1 = fstat64(param_1,param_2); return iVar1; }
56,996
plutovg_surface_create_for_data
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-surface.c
plutovg_surface_t* plutovg_surface_create_for_data(unsigned char* data, int width, int height, int stride) { plutovg_surface_t* surface = malloc(sizeof(plutovg_surface_t)); surface->ref_count = 1; surface->width = width; surface->height = height; surface->stride = stride; surface->data = data; ...
O0
c
plutovg_surface_create_for_data: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) movl %ecx, -0x14(%rbp) movl $0x18, %edi callq 0xb4d0 movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax movl $0x1, (%rax) movl -0xc(%rbp), %ecx movq -0x20(%rbp), %rax movl %ecx, 0x4...
plutovg_surface_create_for_data: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx mov [rbp+var_14], ecx mov edi, 18h call _malloc mov [rbp+var_20], rax mov rax, [rbp+var_20] mov dword ptr [rax], 1 mov ecx, [rbp+var_C] mo...
long long plutovg_surface_create_for_data(long long a1, int a2, int a3, int a4) { long long result; // rax result = malloc(24LL); *(_DWORD *)result = 1; *(_DWORD *)(result + 4) = a2; *(_DWORD *)(result + 8) = a3; *(_DWORD *)(result + 12) = a4; *(_QWORD *)(result + 16) = a1; return result; }
plutovg_surface_create_for_data: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV dword ptr [RBP + -0x14],ECX MOV EDI,0x18 CALL 0x0010b4d0 MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV dword ptr [RAX],0x1 MOV ECX,dw...
int4 * plutovg_surface_create_for_data (int8 param_1,int4 param_2,int4 param_3,int4 param_4) { int4 *puVar1; puVar1 = (int4 *)malloc(0x18); *puVar1 = 1; puVar1[1] = param_2; puVar1[2] = param_3; puVar1[3] = param_4; *(int8 *)(puVar1 + 4) = param_1; return puVar1; }
56,997
psi_mutex_trylock
eloqsql/mysys/my_thr_init.c
ATTRIBUTE_COLD int psi_mutex_trylock(mysql_mutex_t *that, const char *file, uint line) { PSI_mutex_locker_state state; PSI_mutex_locker *locker= PSI_MUTEX_CALL(start_mutex_wait) (&state, that->m_psi, PSI_MUTEX_TRYLOCK, file, line); # ifdef SAFE_MUTEX int result= safe_mutex...
O0
c
psi_mutex_trylock: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) leaq 0x1ac65e(%rip), %rax # 0x1d57e8 movq (%rax), %rax movq 0x190(%rax), %rax movq -0x8(%rbp), %rcx movq 0x40(%rcx), %rsi movq -0x10(%rbp), %rcx movl -0x14(%rbp), %r8d leaq -0x48(%rbp), ...
psi_mutex_trylock: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx lea rax, PSI_server mov rax, [rax] mov rax, [rax+190h] mov rcx, [rbp+var_8] mov rsi, [rcx+40h] mov rcx, [rbp+var_10] mov r8d, [rbp+var_14] lea rdi...
long long psi_mutex_trylock(long long a1, long long a2, unsigned int a3) { unsigned int v4; // [rsp+Ch] [rbp-54h] long long v5; // [rsp+10h] [rbp-50h] _BYTE v6[52]; // [rsp+18h] [rbp-48h] BYREF unsigned int v7; // [rsp+4Ch] [rbp-14h] long long v8; // [rsp+50h] [rbp-10h] long long v9; // [rsp+58h] [rbp-8h] ...
psi_mutex_trylock: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX LEA RAX,[0x2d57e8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x190] MOV RCX,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RCX + 0x40] MOV RCX,qword ptr [RBP + -0x10] MOV...
int psi_mutex_trylock(pthread_mutex_t *param_1,int8 param_2,int4 param_3) { int iVar1; long lVar2; int1 local_50 [52]; int4 local_1c; int8 local_18; pthread_mutex_t *local_10; local_1c = param_3; local_18 = param_2; local_10 = param_1; lVar2 = (**(code **)(PSI_server + 400)) ...
56,998
ImPlotInputMap::ImPlotInputMap()
zkingston[P]unknot/build_O1/_deps/implot-src/implot.cpp
void MapInputDefault(ImPlotInputMap* dst) { ImPlotInputMap& map = dst ? *dst : GetInputMap(); map.Pan = ImGuiMouseButton_Left; map.PanMod = ImGuiMod_None; map.Fit = ImGuiMouseButton_Left; map.Menu = ImGuiMouseButton_Right; map.Select = ImGuiMo...
O1
cpp
ImPlotInputMap::ImPlotInputMap(): movaps 0x1ec495(%rip), %xmm0 # 0x299860 movups %xmm0, 0x20(%rdi) movaps 0x1ec49a(%rip), %xmm0 # 0x299870 movups %xmm0, (%rdi) movaps 0x1ec4a0(%rip), %xmm0 # 0x299880 movups %xmm0, 0x10(%rdi) retq
_ZN14ImPlotInputMapC2Ev: movaps xmm0, cs:xmmword_299860 movups xmmword ptr [rdi+20h], xmm0 movaps xmm0, cs:xmmword_299870 movups xmmword ptr [rdi], xmm0 movaps xmm0, cs:xmmword_299880 movups xmmword ptr [rdi+10h], xmm0 retn
void ImPlotInputMap::ImPlotInputMap(ImPlotInputMap *this) { *((_OWORD *)this + 2) = xmmword_299860; *(_OWORD *)this = xmmword_299870; *((_OWORD *)this + 1) = xmmword_299880; }
ImPlotInputMap: MOVAPS XMM0,xmmword ptr [0x00399860] MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVAPS XMM0,xmmword ptr [0x00399870] MOVUPS xmmword ptr [RDI],XMM0 MOVAPS XMM0,xmmword ptr [0x00399880] MOVUPS xmmword ptr [RDI + 0x10],XMM0 RET
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* ImPlotInputMap::ImPlotInputMap() */ void __thiscall ImPlotInputMap::ImPlotInputMap(ImPlotInputMap *this) { int8 uVar1; uVar1 = _UNK_00399868; *(int8 *)(this + 0x20) = _DAT_00399860; *(int8 *)(this + 0x28) = uVar1; uV...
56,999
my_charpos_utf16
eloqsql/strings/ctype-ucs2.c
static size_t my_charpos_utf16(CHARSET_INFO *cs, const char *b, const char *e, size_t pos) { const char *b0= b; uint charlen; for ( ; pos; b+= charlen, pos--) { if (!(charlen= my_ismbchar(cs, b, e))) return (e + 2 - b0); /* Error, return pos outside the string */ } return (size...
O0
c
my_charpos_utf16: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x30(%rbp) cmpq $0x0, -0x28(%rbp) je 0x6ac85 movq -0x10(%rbp), %rdi movq -0x18(%rbp), %rsi movq -0x20(%rbp), %rdx callq 0x6e320 mov...
my_charpos_utf16: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_18] mov [rbp+var_30], rax loc_6AC30: cmp [rbp+var_28], 0 jz short loc_6AC85 mov rdi, [rbp+var_10] mov rsi, [r...
long long my_charpos_utf16(long long a1, long long a2, long long a3, long long a4) { unsigned int v5; // [rsp+Ch] [rbp-34h] long long v8; // [rsp+28h] [rbp-18h] v8 = a2; while ( a4 ) { v5 = my_ismbchar_1(a1, v8, a3); if ( !v5 ) return a3 + 2 - a2; v8 += v5; --a4; } return v8 - a2; ...
my_charpos_utf16: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x30],RAX LAB_0016ac30: CMP qword ptr [RBP + -0x28],0x0 JZ 0x0016ac85 MOV RDI,qword pt...
/* WARNING: Removing unreachable block (ram,0x0016ac8c) */ long my_charpos_utf16(int8 param_1,long param_2,long param_3,long param_4) { uint uVar1; long local_30; long local_20; local_30 = param_4; local_20 = param_2; while( true ) { if (local_30 == 0) { return local_20 - param_2; } ...