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
24,200
my_like_range_simple
eloqsql/strings/ctype-simple.c
my_bool my_like_range_simple(CHARSET_INFO *cs, const char *ptr, size_t ptr_length, pbool escape, pbool w_one, pbool w_many, size_t res_length, char *min_str,char *max_str, size_t *min_length, size_t *max_length) { const char *end= ptr + ptr_length; char *min_org=min_str; ch...
O0
c
my_like_range_simple: pushq %rbp movq %rsp, %rbp movl %r8d, -0x60(%rbp) movl %ecx, %eax movl -0x60(%rbp), %ecx movl %eax, -0x5c(%rbp) movq %rdx, %rax movl -0x5c(%rbp), %edx movq %rax, -0x58(%rbp) movq %rsi, %rax movq -0x58(%rbp), %rsi movq %rax, -0x50(%rbp) movq %rdi, %r8 movq -0x50(%rbp), %rdi movb %r9b, %al movq 0x30...
my_like_range_simple: push rbp mov rbp, rsp mov [rbp+var_60], r8d mov eax, ecx mov ecx, [rbp+var_60] mov [rbp+var_5C], eax mov rax, rdx mov edx, [rbp+var_5C] mov [rbp+var_58], rax mov rax, rsi mov rsi, [rbp+var_58] mov [rbp+var_50], rax mov r8, rdi mov rdi, [rbp+va...
char my_like_range_simple( long long a1, _BYTE *a2, long long a3, char a4, char a5, char a6, unsigned long long a7, _BYTE *a8, _BYTE *a9, unsigned long long *a10, _QWORD *a11) { char v11; // cl _BYTE *v12; // rax _BYTE *v13; ...
my_like_range_simple: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x60],R8D MOV EAX,ECX MOV ECX,dword ptr [RBP + -0x60] MOV dword ptr [RBP + -0x5c],EAX MOV RAX,RDX MOV EDX,dword ptr [RBP + -0x5c] MOV qword ptr [RBP + -0x58],RAX MOV RAX,RSI MOV RSI,qword ptr [RBP + -0x58] MOV qword ptr [RBP + -0x50],RAX MOV R8,RDI MOV RD...
int8 my_like_range_simple (long param_1,char *param_2,long param_3,char param_4,char param_5,char param_6, ulong param_7,char *param_8,char *param_9,ulong *param_10,ulong *param_11) { char cVar1; char *pcVar2; char *pcVar3; ulong uVar4; bool bVar5; ulong local_78; ulong local_50; c...
24,201
google::protobuf::internal::DuplicateIfNonNullInternal(google::protobuf::MessageLite*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_util.cc
MessageLite* DuplicateIfNonNullInternal(MessageLite* message) { if (message) { MessageLite* ret = message->New(); ret->CheckTypeAndMergeFrom(*message); return ret; } else { return nullptr; } }
O0
cpp
google::protobuf::internal::DuplicateIfNonNullInternal(google::protobuf::MessageLite*): subq $0x18, %rsp movq %rdi, 0x8(%rsp) cmpq $0x0, 0x8(%rsp) je 0x1ab159 movq 0x8(%rsp), %rdi callq 0x104e90 movq %rax, (%rsp) movq (%rsp), %rdi movq 0x8(%rsp), %rsi movq (%rdi), %rax callq *0x38(%rax) movq (%rsp), %rax movq %rax, 0x1...
_ZN6google8protobuf8internal26DuplicateIfNonNullInternalEPNS0_11MessageLiteE: sub rsp, 18h mov [rsp+18h+var_10], rdi cmp [rsp+18h+var_10], 0 jz short loc_1AB159 mov rdi, [rsp+18h+var_10]; this call _ZNK6google8protobuf11MessageLite3NewEv; google::protobuf::MessageLite::New(void) mov [rsp+18h...
long long google::protobuf::internal::DuplicateIfNonNullInternal( google::protobuf::internal *this, google::protobuf::MessageLite *a2) { long long v3; // [rsp+0h] [rbp-18h] if ( !this ) return 0LL; v3 = google::protobuf::MessageLite::New(this); (*(void ( **)(long long, google::protobuf::in...
24,202
google::protobuf::internal::DuplicateIfNonNullInternal(google::protobuf::MessageLite*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_util.cc
MessageLite* DuplicateIfNonNullInternal(MessageLite* message) { if (message) { MessageLite* ret = message->New(); ret->CheckTypeAndMergeFrom(*message); return ret; } else { return nullptr; } }
O3
cpp
google::protobuf::internal::DuplicateIfNonNullInternal(google::protobuf::MessageLite*): pushq %r14 pushq %rbx pushq %rax testq %rdi, %rdi je 0x9cabe movq %rdi, %rbx movq (%rdi), %rax xorl %esi, %esi callq *0x18(%rax) movq %rax, %r14 movq (%rax), %rax movq %r14, %rdi movq %rbx, %rsi callq *0x38(%rax) jmp 0x9cac1 xorl %r...
_ZN6google8protobuf8internal26DuplicateIfNonNullInternalEPNS0_11MessageLiteE: push r14 push rbx push rax test rdi, rdi jz short loc_9CABE mov rbx, rdi mov rax, [rdi] xor esi, esi call qword ptr [rax+18h] mov r14, rax mov rax, [rax] mov rdi, r14 mov rsi, rbx call qword ...
long long google::protobuf::internal::DuplicateIfNonNullInternal( google::protobuf::internal *this, google::protobuf::MessageLite *a2) { long long v2; // r14 if ( !this ) return 0LL; v2 = (*(long long ( **)(google::protobuf::internal *, _QWORD))(*(_QWORD *)this + 24LL))(this, 0LL); (*(void...
DuplicateIfNonNullInternal: PUSH R14 PUSH RBX PUSH RAX TEST RDI,RDI JZ 0x0019cabe MOV RBX,RDI MOV RAX,qword ptr [RDI] XOR ESI,ESI CALL qword ptr [RAX + 0x18] MOV R14,RAX MOV RAX,qword ptr [RAX] MOV RDI,R14 MOV RSI,RBX CALL qword ptr [RAX + 0x38] JMP 0x0019cac1 LAB_0019cabe: XOR R14D,R14D LAB_0019cac1: MOV RAX,R14 ADD R...
/* google::protobuf::internal::DuplicateIfNonNullInternal(google::protobuf::MessageLite*) */ long * google::protobuf::internal::DuplicateIfNonNullInternal(MessageLite *param_1) { long *plVar1; if (param_1 == (MessageLite *)0x0) { plVar1 = (long *)0x0; } else { plVar1 = (long *)(**(code **)(*(long ...
24,203
spdlog::details::os::getenv[abi:cxx11](char const*)
AlayaLite/build_O3/_deps/spdlog-src/include/spdlog/details/os-inl.h
std::string SPDLOG_INLINE getenv(const char *field) { #if defined(_MSC_VER) #if defined(__cplusplus_winrt) return std::string{}; // not supported under uwp #else size_t len = 0; char buf[128]; bool ok = ::getenv_s(&len, buf, sizeof(buf), field) == 0; return ok ? buf : std::string{}; #en...
O3
c
spdlog::details::os::getenv[abi:cxx11](char const*): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq %rsi, %rdi callq 0x118a0 movq %rax, %r14 leaq 0x10(%rbx), %rax movq %rax, (%rbx) testq %r14, %r14 je 0x2d0a3 movq %r14, %rdi callq 0x114d0 movq %r14, %rdx addq %rax, %rdx movq %rbx, %rdi movq %r14, %rsi callq 0x19...
_ZN6spdlog7details2os6getenvB5cxx11EPKc: push r14 push rbx push rax mov rbx, rdi mov rdi, rsi call _getenv mov r14, rax lea rax, [rbx+10h] mov [rbx], rax test r14, r14 jz short loc_2D0A3 mov rdi, r14 call _strlen mov rdx, r14 add rdx, rax mov rdi, rbx mov r...
long long spdlog::details::os::getenv[abi:cxx11](long long a1, long long a2) { _BYTE *v2; // r14 long long v3; // rax v2 = (_BYTE *)getenv(a2); *(_QWORD *)a1 = a1 + 16; if ( v2 ) { v3 = strlen(v2); std::string::_M_construct<char const*>((_QWORD *)a1, v2, (long long)&v2[v3]); } else { *(_...
getenv[abi:cxx11]: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV RDI,RSI CALL 0x001118a0 MOV R14,RAX LEA RAX,[RBX + 0x10] MOV qword ptr [RBX],RAX TEST R14,R14 JZ 0x0012d0a3 MOV RDI,R14 CALL 0x001114d0 MOV RDX,R14 ADD RDX,RAX MOV RDI,RBX MOV RSI,R14 CALL 0x00119014 JMP 0x0012d0af LAB_0012d0a3: MOV qword ptr [RBX + 0x8],0x0...
/* spdlog::details::os::getenv[abi:cxx11](char const*) */ os * __thiscall spdlog::details::os::getenv_abi_cxx11_(os *this,char *param_1) { char *__s; size_t sVar1; __s = getenv(param_1); *(os **)this = this + 0x10; if (__s == (char *)0x0) { *(int8 *)(this + 8) = 0; this[0x10] = (os)0x0; } el...
24,204
nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vect...
monkey531[P]llama/common/./json.hpp
static ::nlohmann::detail::parser<basic_json, InputAdapterType> parser( InputAdapterType adapter, detail::parser_callback_t<basic_json>cb = nullptr, const bool allow_exceptions = true, const bool ignore_comments = false ) { return ::nlohmann::...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vect...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE6parserINS0_6detail22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcS9_EEEEEENSF_6parserISD_T_EESO_St8functionIFbiNSF_13parse_event_tERSD_EEbb: push...
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>::parser<nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__norm...
parser<nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<char_const*,std::__cxx11::string>>>: PUSH RBX SUB RSP,0x30 MOV RBX,RDI MOV qword ptr [RSP + 0x20],RSI MOV qword ptr [RSP + 0x28],RDX XORPS XMM0,XMM0 MOVAPS xmmword ptr [RSP],XMM0 MOV qword ptr [RSP + 0x10],0x0 MOV RAX,qword p...
/* nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned cha...
24,205
ft_stroke_border_close
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-ft-stroker.c
static void ft_stroke_border_close(PVG_FT_StrokeBorder border, PVG_FT_Bool reverse) { PVG_FT_UInt start = border->start; PVG_FT_UInt count = border->num_points; assert(border->start >= 0); /* don't record empty paths! */ if (count <= start + 1U) b...
O1
c
ft_stroke_border_close: subq $0x18, %rsp movslq 0x1c(%rdi), %rax testq %rax, %rax js 0x3e53d movl (%rdi), %ecx leal 0x1(%rax), %edx cmpl %edx, %ecx jbe 0x3e52b leal -0x1(%rcx), %edx movl %edx, (%rdi) movq 0x8(%rdi), %r10 movq %rax, %r9 shlq $0x4, %r9 movq %rdx, %r8 shlq $0x4, %r8 movups (%r10,%r8), %xmm0 movups %xmm0, ...
ft_stroke_border_close: sub rsp, 18h movsxd rax, dword ptr [rdi+1Ch] test rax, rax js loc_3E53D mov ecx, [rdi] lea edx, [rax+1] cmp ecx, edx jbe loc_3E52B lea edx, [rcx-1] mov [rdi], edx mov r10, [rdi+8] mov r9, rax shl r9, 4 mov r8, rdx shl r8, 4 movups xmm0, x...
long long ft_stroke_border_close(int *a1, char a2) { long long result; // rax int v3; // ecx long long v4; // rdx long long v5; // r8 long long v6; // r10 __int128 *v7; // rsi unsigned long long v8; // r8 bool v9; // cf long long v10; // r8 char *v11; // rsi unsigned long long v12; // rdx char ...
ft_stroke_border_close: SUB RSP,0x18 MOVSXD RAX,dword ptr [RDI + 0x1c] TEST RAX,RAX JS 0x0013e53d MOV ECX,dword ptr [RDI] LEA EDX,[RAX + 0x1] CMP ECX,EDX JBE 0x0013e52b LEA EDX,[RCX + -0x1] MOV dword ptr [RDI],EDX MOV R10,qword ptr [RDI + 0x8] MOV R9,RAX SHL R9,0x4 MOV R8,RDX SHL R8,0x4 MOVUPS XMM0,xmmword ptr [R10 + R...
void ft_stroke_border_close(uint *param_1,char param_2) { byte *pbVar1; int1 uVar2; uint uVar3; uint uVar4; long lVar5; int8 uVar6; int8 uVar7; int8 uVar8; long lVar9; ulong uVar10; int1 *puVar11; int8 *puVar12; int1 *puVar13; long lVar14; int8 *puVar15; bool bVar16; uVar3 = param...
24,206
js_compare_bigint
bluesky950520[P]quickjs/quickjs.c
static int js_compare_bigint(JSContext *ctx, OPCodeEnum op, JSValue op1, JSValue op2) { bf_t a_s, b_s, *a, *b; int res; a = JS_ToBigInt1(ctx, &a_s, op1); if (!a) { JS_FreeValue(ctx, op2); return -1; } b = JS_ToBigInt1(ctx, &b_s, op2); if (!b) { ...
O0
c
js_compare_bigint: subq $0xa8, %rsp movq %rdx, 0x90(%rsp) movq %rcx, 0x98(%rsp) movq %r8, 0x80(%rsp) movq %r9, 0x88(%rsp) movq %rdi, 0x78(%rsp) movl %esi, 0x74(%rsp) movq 0x78(%rsp), %rdi movq 0x90(%rsp), %rdx movq 0x98(%rsp), %rcx leaq 0x48(%rsp), %rsi callq 0x71dd0 movq %rax, 0x18(%rsp) cmpq $0x0, 0x18(%rsp) jne 0x71...
js_compare_bigint: sub rsp, 0A8h mov [rsp+0A8h+var_18], rdx mov [rsp+0A8h+var_10], rcx mov [rsp+0A8h+var_28], r8 mov [rsp+0A8h+var_20], r9 mov [rsp+0A8h+var_30], rdi mov [rsp+0A8h+var_34], esi mov rdi, [rsp+0A8h+var_30] mov rdx, [rsp+0A8h+var_18] mov rcx, [rsp+0A8h+var_10] lea ...
long long js_compare_bigint(long long a1, int a2, long long a3, long long a4, long long a5, long long a6) { const char *v6; // rdi unsigned int v8; // [rsp+Ch] [rbp-9Ch] long long *v9; // [rsp+10h] [rbp-98h] long long *v10; // [rsp+18h] [rbp-90h] _BYTE v11[40]; // [rsp+20h] [rbp-88h] BYREF _BYTE v12[44]; /...
js_compare_bigint: SUB RSP,0xa8 MOV qword ptr [RSP + 0x90],RDX MOV qword ptr [RSP + 0x98],RCX MOV qword ptr [RSP + 0x80],R8 MOV qword ptr [RSP + 0x88],R9 MOV qword ptr [RSP + 0x78],RDI MOV dword ptr [RSP + 0x74],ESI MOV RDI,qword ptr [RSP + 0x78] MOV RDX,qword ptr [RSP + 0x90] MOV RCX,qword ptr [RSP + 0x98] LEA RSI,[RS...
int4 js_compare_bigint(int8 param_1,int4 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6) { int1 *puVar1; int1 *puVar2; int4 local_9c; int1 local_88 [40]; int1 local_60 [44]; int4 local_34; int8 local_30; int8 local_28; int8 local_20; int8 local_18; int8 local_10; ...
24,207
js_compare_bigint
bluesky950520[P]quickjs/quickjs.c
static int js_compare_bigint(JSContext *ctx, OPCodeEnum op, JSValue op1, JSValue op2) { bf_t a_s, b_s, *a, *b; int res; a = JS_ToBigInt1(ctx, &a_s, op1); if (!a) { JS_FreeValue(ctx, op2); return -1; } b = JS_ToBigInt1(ctx, &b_s, op2); if (!b) { ...
O1
c
js_compare_bigint: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movq %r9, %r12 movq %r8, %rbx movq %rdx, %r15 movl %esi, %r13d movq %rdi, %r14 leaq 0x40(%rsp), %rsi movq %rcx, (%rsp) callq 0x430ad testq %rax, %rax je 0x42f93 movq %rax, %rbp leaq 0x18(%rsp), %rsi movq %r14, %rdi mov...
js_compare_bigint: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov r12, r9 mov rbx, r8 mov r15, rdx mov r13d, esi mov r14, rdi lea rsi, [rsp+98h+var_58] mov [rsp+98h+var_98], rcx call JS_ToBigInt1 test rax, rax jz short loc_42F93 mov ...
long long js_compare_bigint(long long a1, int a2, _DWORD *a3, long long a4, _DWORD *a5, long long a6) { long long v10; // rax _QWORD **v11; // rbp long long v12; // rax _QWORD **v13; // r12 _QWORD **v14; // rdi _QWORD **v15; // rsi long long v16; // rdi _DWORD *v17; // rsi long long v18; // rdx uns...
24,208
js_compare_bigint
bluesky950520[P]quickjs/quickjs.c
static int js_compare_bigint(JSContext *ctx, OPCodeEnum op, JSValue op1, JSValue op2) { bf_t a_s, b_s, *a, *b; int res; a = JS_ToBigInt1(ctx, &a_s, op1); if (!a) { JS_FreeValue(ctx, op2); return -1; } b = JS_ToBigInt1(ctx, &b_s, op2); if (!b) { ...
O2
c
js_compare_bigint: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movq %r9, %r15 movq %r8, %r14 movq %rdx, %r12 movl %esi, %r13d movq %rdi, %rbx leaq 0x40(%rsp), %rsi movq %rcx, (%rsp) callq 0x3abb3 testq %rax, %rax je 0x3aaf5 movq %rax, %rbp leaq 0x18(%rsp), %rsi movq %rbx, %rdi mov...
js_compare_bigint: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov r15, r9 mov r14, r8 mov r12, rdx mov r13d, esi mov rbx, rdi lea rsi, [rsp+98h+var_58] mov [rsp+98h+var_98], rcx call JS_ToBigInt1 test rax, rax jz short loc_3AAF5 mov ...
long long js_compare_bigint(const char *a1, int a2, long long a3, long long a4, long long a5, long long a6) { long long v10; // rax long long *v11; // rbp long long v12; // rax long long *v13; // r15 long long v14; // rdi long long v15; // rsi long long v16; // rsi long long v17; // rdx unsigned int ...
js_compare_bigint: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV R15,R9 MOV R14,R8 MOV R12,RDX MOV R13D,ESI MOV RBX,RDI LEA RSI,[RSP + 0x40] MOV qword ptr [RSP],RCX CALL 0x0013abb3 TEST RAX,RAX JZ 0x0013aaf5 MOV RBP,RAX LEA RSI,[RSP + 0x18] MOV RDI,RBX MOV qword ptr [RSP + 0x8],R14 MOV RDX,R14 ...
int4 js_compare_bigint(int8 param_1,int4 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6) { int4 uVar1; int1 *puVar2; int1 *puVar3; int1 *puVar4; int1 *puVar5; int1 local_80 [40]; int1 local_58 [40]; puVar2 = (int1 *)JS_ToBigInt1(param_1,local_58); if (puVar2 == (int...
24,209
OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease(float const*, int, int*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/../far/../far/../far/../vtr/../sdc/crease.h
inline void Crease::GetSharpEdgePairOfCrease(float const * incidentEdgeSharpness, int incidentEdgeCount, int sharpEdgePair[2]) const { // Only to be called when a crease is present at a vertex -- exactly two sharp // edges are expected here: // sharpEdgePair[0] = 0; ...
O0
c
OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease(float const*, int, int*) const: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq %rcx, -0x20(%rbp) movq -0x20(%rbp), %rax movl $0x0, (%rax) movq -0x10(%rbp), %rax movq -0x20(%rbp), %rcx movslq (...
_ZNK10OpenSubdiv6v3_6_03Sdc6Crease24GetSharpEdgePairOfCreaseEPKfiPi: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_20], rcx mov rax, [rbp+var_20] mov dword ptr [rax], 0 loc_11F081: mov rax, [rbp+var_10] mov rcx...
long long OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease( OpenSubdiv::v3_6_0::Sdc::Crease *this, const float *a2, int a3, int *a4) { long long result; // rax for ( *a4 = 0; (OpenSubdiv::v3_6_0::Sdc::Crease::IsSmooth(this, a2[*a4]) & 1) != 0; ++*a4 ) ; for ( a4[1] =...
24,210
OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease(float const*, int, int*) const
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../far/../far/../far/../far/../vtr/../sdc/crease.h
inline void Crease::GetSharpEdgePairOfCrease(float const * incidentEdgeSharpness, int incidentEdgeCount, int sharpEdgePair[2]) const { // Only to be called when a crease is present at a vertex -- exactly two sharp // edges are expected here: // sharpEdgePair[0] = 0; ...
O2
c
OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease(float const*, int, int*) const: pushq $-0x1 popq %rax xorps %xmm0, %xmm0 movq %rsi, %rdi incl %eax ucomiss (%rdi), %xmm0 leaq 0x4(%rdi), %rdi jae 0x6ca9f movl %eax, (%rcx) movslq %edx, %rax leaq (%rsi,%rax,4), %rax addq $-0x4, %rax xorps %xmm0, %xmm0 decl %edx u...
_ZNK10OpenSubdiv6v3_6_03Sdc6Crease24GetSharpEdgePairOfCreaseEPKfiPi: push 0FFFFFFFFFFFFFFFFh pop rax xorps xmm0, xmm0 mov rdi, rsi loc_6CA9F: inc eax ucomiss xmm0, dword ptr [rdi] lea rdi, [rdi+4] jnb short loc_6CA9F mov [rcx], eax movsxd rax, edx lea rax, [rsi+rax*4] add rax, 0FFF...
float * OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease( OpenSubdiv::v3_6_0::Sdc::Crease *this, float *a2, int a3, int *a4) { int v4; // eax float *v5; // rdi bool v6; // cf float *result; // rax v4 = -1; v5 = a2; do { ++v4; v6 = *v5++ > 0.0; } whil...
GetSharpEdgePairOfCrease: PUSH -0x1 POP RAX XORPS XMM0,XMM0 MOV RDI,RSI LAB_0016ca9f: INC EAX UCOMISS XMM0,dword ptr [RDI] LEA RDI,[RDI + 0x4] JNC 0x0016ca9f MOV dword ptr [RCX],EAX MOVSXD RAX,EDX LEA RAX,[RSI + RAX*0x4] ADD RAX,-0x4 XORPS XMM0,XMM0 LAB_0016caba: DEC EDX UCOMISS XMM0,dword ptr [RAX] LEA RAX,[RAX + -0x4...
/* OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease(float const*, int, int*) const */ void __thiscall OpenSubdiv::v3_6_0::Sdc::Crease::GetSharpEdgePairOfCrease (Crease *this,float *param_1,int param_2,int *param_3) { float fVar1; int iVar2; float *pfVar3; iVar2 = -1; pfVar3 = param_1;...
24,211
ma_crypt_get_index_page_header_space
eloqsql/storage/maria/ma_crypt.c
uint ma_crypt_get_index_page_header_space(MARIA_SHARE *share) { if (share->base.born_transactional) { return CRYPT_SCHEME_1_KEY_VERSION_SIZE; } else { /* if the index is not transactional, we add 7 bytes LSN anyway to be used for counter block */ return LSN_STORE_SIZE + CRYPT_SCHEME_1_K...
O0
c
ma_crypt_get_index_page_header_space: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax cmpb $0x0, 0x44c(%rax) je 0x5d8be movl $0x4, -0x4(%rbp) jmp 0x5d8c5 movl $0xb, -0x4(%rbp) movl -0x4(%rbp), %eax popq %rbp retq nopw (%rax,%rax)
ma_crypt_get_index_page_header_space: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov rax, [rbp+var_10] cmp byte ptr [rax+44Ch], 0 jz short loc_5D8BE mov [rbp+var_4], 4 jmp short loc_5D8C5 loc_5D8BE: mov [rbp+var_4], 0Bh loc_5D8C5: mov eax, [rbp+var_4] pop rbp retn
long long ma_crypt_get_index_page_header_space(long long a1) { if ( *(_BYTE *)(a1 + 1100) ) return 4; else return 11; }
ma_crypt_get_index_page_header_space: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RBP + -0x10] CMP byte ptr [RAX + 0x44c],0x0 JZ 0x0015d8be MOV dword ptr [RBP + -0x4],0x4 JMP 0x0015d8c5 LAB_0015d8be: MOV dword ptr [RBP + -0x4],0xb LAB_0015d8c5: MOV EAX,dword ptr [RBP + -0x4] POP RBP RET
int4 ma_crypt_get_index_page_header_space(long param_1) { int4 local_c; if (*(char *)(param_1 + 0x44c) == '\0') { local_c = 0xb; } else { local_c = 4; } return local_c; }
24,212
nglog::NullStream::~NullStream()
ng-log[P]ng-log/src/ng-log/logging.h
class NGLOG_EXPORT NullStream : public LogMessage::LogStream { public: // Initialize the LogStream so the messages can be written somewhere // (they'll never be actually displayed). This will be needed if a // NullStream& is implicitly converted to LogStream&, in which case // the overloaded NullStream::operat...
O1
c
nglog::NullStream::~NullStream(): pushq %r14 pushq %rbx pushq %rax movq (%rdi), %rax movq -0x18(%rax), %rax leaq (%rdi,%rax), %rbx leaq 0x1e30e(%rip), %rcx # 0x30898 leaq 0x18(%rcx), %rdx leaq (%rdi,%rax), %r14 addq $0x60, %r14 movq %rdx, -0x60(%r14) addq $0x40, %rcx movq %rcx, (%r14) movq 0x1e990(%rip), %rcx #...
_ZTv0_n24_N5nglog10NullStreamD0Ev: push r14 push rbx push rax mov rax, [rdi] mov rax, [rax-18h] lea rbx, [rdi+rax] lea rcx, _ZTCN5nglog10NullStreamE0_NS_10LogMessage9LogStreamE; `construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream lea rdx, [rcx+18h] lea r14, [rdi+r...
void `virtual thunk to'nglog::NullStream::~NullStream(nglog::NullStream *this) { _QWORD *v1; // rbx v1 = (_QWORD *)((char *)this + *(_QWORD *)(*(_QWORD *)this - 24LL)); *v1 = (char *)&`construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream + 24; v1[12] = (char *)&`construction vtable for'ng...
~NullStream: PUSH R14 PUSH RBX PUSH RAX MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + -0x18] LEA RBX,[RDI + RAX*0x1] LEA RCX,[0x130898] LEA RDX,[RCX + 0x18] LEA R14,[RDI + RAX*0x1] ADD R14,0x60 MOV qword ptr [R14 + -0x60],RDX ADD RCX,0x40 MOV qword ptr [R14],RCX MOV RCX,qword ptr [0x00130f38] ADD RCX,0x10 MOV qword ...
/* virtual thunk to nglog::NullStream::~NullStream() */ void __thiscall nglog::NullStream::~NullStream(NullStream *this) { NullStream *pNVar1; long lVar2; lVar2 = *(long *)(*(long *)this + -0x18); pNVar1 = this + lVar2; *(int8 *)pNVar1 = 0x1308b0; *(int8 *)(pNVar1 + 0x60) = 0x1308d8; *(int **)(pNVar...
24,213
nglog::NullStream::~NullStream()
ng-log[P]ng-log/src/ng-log/logging.h
class NGLOG_EXPORT NullStream : public LogMessage::LogStream { public: // Initialize the LogStream so the messages can be written somewhere // (they'll never be actually displayed). This will be needed if a // NullStream& is implicitly converted to LogStream&, in which case // the overloaded NullStream::operat...
O2
c
nglog::NullStream::~NullStream(): pushq %rbx movq %rdi, %rbx leaq 0x1fe19(%rip), %rsi # 0x308a0 addq $0x8, %rsi callq 0xb208 addq $0x60, %rbx movq %rbx, %rdi popq %rbx jmp 0x8190 nop
_ZN5nglog10NullStreamD1Ev: push rbx mov rbx, rdi lea rsi, _ZTTN5nglog10NullStreamE; `VTT for'nglog::NullStream add rsi, 8 call _ZN5nglog10LogMessage9LogStreamD2Ev; nglog::LogMessage::LogStream::~LogStream() add rbx, 60h ; '`' mov rdi, rbx; this pop rbx jmp __ZNSt8ios_baseD2Ev; std::ios...
void nglog::NullStream::~NullStream(nglog::NullStream *this) { nglog::LogMessage::LogStream::~LogStream(this, (long long *)&`VTT for'nglog::NullStream[1]); std::ios_base::~ios_base((nglog::NullStream *)((char *)this + 96)); }
~NullStream: PUSH RBX MOV RBX,RDI LEA RSI,[0x1308a0] ADD RSI,0x8 CALL 0x0010b208 ADD RBX,0x60 MOV RDI,RBX POP RBX JMP 0x00108190
/* nglog::NullStream::~NullStream() */ void __thiscall nglog::NullStream::~NullStream(NullStream *this) { LogMessage::LogStream::~LogStream((LogStream *)this); std::ios_base::~ios_base((ios_base *)(this + 0x60)); return; }
24,214
nglog::NullStream::~NullStream()
ng-log[P]ng-log/src/ng-log/logging.h
class NGLOG_EXPORT NullStream : public LogMessage::LogStream { public: // Initialize the LogStream so the messages can be written somewhere // (they'll never be actually displayed). This will be needed if a // NullStream& is implicitly converted to LogStream&, in which case // the overloaded NullStream::operat...
O3
c
nglog::NullStream::~NullStream(): pushq %rbx movq (%rdi), %rax movq -0x18(%rax), %rax leaq 0x1e6b1(%rip), %rcx # 0x308d8 leaq 0x18(%rcx), %rdx leaq (%rdi,%rax), %rbx addq $0x60, %rbx movq %rdx, -0x60(%rbx) addq $0x40, %rcx movq %rcx, (%rbx) movq 0x1ecf3(%rip), %rcx # 0x30f38 addq $0x10, %rcx movq %rcx, -0x58(%r...
_ZTv0_n24_N5nglog10NullStreamD1Ev: push rbx mov rax, [rdi] mov rax, [rax-18h] lea rcx, _ZTCN5nglog10NullStreamE0_NS_10LogMessage9LogStreamE; `construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream lea rdx, [rcx+18h] lea rbx, [rdi+rax] add rbx, 60h ; '`' mov [rbx-60h], r...
void `virtual thunk to'nglog::NullStream::~NullStream(nglog::NullStream *this) { long long v1; // rax std::ios_base *v2; // rbx v1 = *(_QWORD *)(*(_QWORD *)this - 24LL); v2 = (nglog::NullStream *)((char *)this + v1 + 96); *((_QWORD *)v2 - 12) = (char *)&`construction vtable for'nglog::LogMessage::LogStream-...
~NullStream: PUSH RBX MOV RAX,qword ptr [RDI] MOV RAX,qword ptr [RAX + -0x18] LEA RCX,[0x1308d8] LEA RDX,[RCX + 0x18] LEA RBX,[RDI + RAX*0x1] ADD RBX,0x60 MOV qword ptr [RBX + -0x60],RDX ADD RCX,0x40 MOV qword ptr [RBX],RCX MOV RCX,qword ptr [0x00130f38] ADD RCX,0x10 MOV qword ptr [RBX + -0x58],RCX ADD RDI,RAX ADD RDI,...
/* virtual thunk to nglog::NullStream::~NullStream() */ void __thiscall nglog::NullStream::~NullStream(NullStream *this) { NullStream *pNVar1; long lVar2; lVar2 = *(long *)(*(long *)this + -0x18); pNVar1 = this + lVar2; *(int8 *)pNVar1 = 0x1308f0; *(int8 *)(pNVar1 + 0x60) = 0x130918; *(int **)(pNVar...
24,215
maria_ft_parse_internal
eloqsql/storage/maria/ma_ft_parser.c
static int maria_ft_parse_internal(MYSQL_FTPARSER_PARAM *param, const char *doc_arg, int doc_len) { uchar *doc= (uchar*) doc_arg; uchar *end= doc + doc_len; MY_FT_PARSER_PARAM *ft_param=param->mysql_ftparam; TREE *wtree= ft_param->wtree; FT...
O3
c
maria_ft_parse_internal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx leaq -0x48(%rbp), %r14 movq %rsi, (%r14) movslq %edx, %r15 addq %rsi, %r15 movq 0x18(%rdi), %rax movq (%rax), %r12 leaq -0x40(%rbp), %r13 movq 0x230(%r12), %rdi movq %r14, %rsi mov...
maria_ft_parse_internal: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov rbx, rdi lea r14, [rbp+var_48] mov [r14], rsi movsxd r15, edx add r15, rsi mov rax, [rdi+18h] mov r12, [rax] lea r13, [rbp+var_40] loc_46655: mov rdi, [...
long long maria_ft_parse_internal(long long a1, _BYTE *a2, int a3) { unsigned long long v3; // r15 long long v4; // r12 _BYTE *v6; // [rsp+8h] [rbp-48h] BYREF long long v7; // [rsp+10h] [rbp-40h] BYREF unsigned int v8; // [rsp+18h] [rbp-38h] v6 = a2; v3 = (unsigned long long)&a2[a3]; v4 = **(_QWORD **...
maria_ft_parse_internal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RBX,RDI LEA R14,[RBP + -0x48] MOV qword ptr [R14],RSI MOVSXD R15,EDX ADD R15,RSI MOV RAX,qword ptr [RDI + 0x18] MOV R12,qword ptr [RAX] LEA R13,[RBP + -0x40] LAB_00146655: MOV RDI,qword ptr [R12 + 0x230] MOV RSI,...
int8 maria_ft_parse_internal(long param_1,long param_2,int param_3) { long lVar1; char cVar2; int iVar3; long local_50; int8 local_48; int4 local_40; lVar1 = **(long **)(param_1 + 0x18); local_50 = param_2; do { cVar2 = maria_ft_simple_get_word (*(int8 *)(lVar1 + 0x230),...
24,216
ggml_backend_cpu_aarch64_buffer_set_tensor(ggml_backend_buffer*, ggml_tensor*, void const*, unsigned long, unsigned long)
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
static void ggml_backend_cpu_aarch64_buffer_set_tensor(ggml_backend_buffer_t buffer, struct ggml_tensor * tensor, const void * data, size_t offset, size_t size) { GGML_ASSERT(offset == 0); GGML_ASSERT(size == ggml_nbytes(tensor)); auto tensor_traits = ...
O2
cpp
ggml_backend_cpu_aarch64_buffer_set_tensor(ggml_backend_buffer*, ggml_tensor*, void const*, unsigned long, unsigned long): pushq %r15 pushq %r14 pushq %rbx testq %rcx, %rcx jne 0x187e7 movq %r8, %rbx movq %rdx, %r14 movq %rsi, %r15 movq %rsi, %rdi callq 0xb0e0 cmpq %rbx, %rax jne 0x18803 movq 0x140(%r15), %rdi movq (%r...
_ZL42ggml_backend_cpu_aarch64_buffer_set_tensorP19ggml_backend_bufferP11ggml_tensorPKvmm: push r15 push r14 push rbx test rcx, rcx jnz short loc_187E7 mov rbx, r8 mov r14, rdx mov r15, rsi mov rdi, rsi call _ggml_nbytes cmp rax, rbx jnz short loc_18803 mov rdi, [r15+140h] ...
long long ggml_backend_cpu_aarch64_buffer_set_tensor( long long a1, long long a2, long long a3, long long a4, long long a5) { long long result; // rax if ( a4 ) { ggml_abort( "/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu-...
ggml_backend_cpu_aarch64_buffer_set_tensor: PUSH R15 PUSH R14 PUSH RBX TEST RCX,RCX JNZ 0x001187e7 MOV RBX,R8 MOV R14,RDX MOV R15,RSI MOV RDI,RSI CALL 0x0010b0e0 CMP RAX,RBX JNZ 0x00118803 MOV RDI,qword ptr [R15 + 0x140] MOV RAX,qword ptr [RDI] MOV RSI,R15 MOV RDX,R14 MOV RCX,RBX CALL qword ptr [RAX + 0x20] TEST EAX,EA...
/* ggml_backend_cpu_aarch64_buffer_set_tensor(ggml_backend_buffer*, ggml_tensor*, void const*, unsigned long, unsigned long) */ void ggml_backend_cpu_aarch64_buffer_set_tensor (ggml_backend_buffer *param_1,ggml_tensor *param_2,void *param_3,ulong param_4, ulong param_5) { int iVar1...
24,217
row_log_event_uncompress(Format_description_log_event const*, bool, unsigned char const*, unsigned long, unsigned char*, unsigned long, bool*, unsigned char**, unsigned long*)
eloqsql/sql/log_event.cc
int row_log_event_uncompress(const Format_description_log_event *description_event, bool contain_checksum, const uchar *src, ulong src_len, uchar* buf, ulong buf_size, bool* is_malloc, uchar **dst, ulong *newlen) { Log_event_type type= (Log_ev...
O0
cpp
row_log_event_uncompress(Format_description_log_event const*, bool, unsigned char const*, unsigned long, unsigned char*, unsigned long, bool*, unsigned char**, unsigned long*): pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movb %sil, %al movq 0x20(%rbp), %rsi movq 0x18(%rbp), %rsi movq 0x10(%rbp), %rsi movq %rdi, -0x10(%...
_Z24row_log_event_uncompressPK28Format_description_log_eventbPKhmPhmPbPS4_Pm: push rbp mov rbp, rsp sub rsp, 0A0h mov al, sil mov rsi, [rbp+arg_10] mov rsi, [rbp+arg_8] mov rsi, [rbp+arg_0] mov [rbp+var_10], rdi and al, 1 mov [rbp+var_11], al mov [rbp+var_20], rdx mov [rbp...
long long row_log_event_uncompress( const Format_description_log_event *a1, char a2, unsigned __int8 *a3, unsigned long long a4, unsigned __int8 *a5, unsigned long long a6, bool *a7, unsigned __int8 **a8, unsigned long long *a9) { int v9; // ecx...
fix_after_pullout: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV AL,CL MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX AND AL,0x1 MOV byte ptr [RBP + -0x19],AL MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x28],RAX MOV RCX,qword ptr [RAX + 0xf0] MOV RDI,qword ptr [RCX] MOV...
/* Item_ref::fix_after_pullout(st_select_lex*, Item**, bool) */ void __thiscall Item_ref::fix_after_pullout(Item_ref *this,st_select_lex *param_1,Item **param_2,bool param_3) { st_select_lex *psVar1; (**(code **)(*(long *)**(int8 **)(this + 0xf0) + 0x58)) ((long *)**(int8 **)(this + 0xf0),param_1,...
24,218
my_thread_global_init
eloqsql/mysys/my_thr_init.c
my_bool my_thread_global_init(void) { int pth_ret; /* Normally this should never be called twice */ DBUG_ASSERT(my_thread_global_init_done == 0); if (my_thread_global_init_done) return 0; my_thread_global_init_done= 1; /* THR_KEY_mysys is deleted in my_end() as DBUG libraries are using it even ...
O0
c
my_thread_global_init: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp jmp 0x5a31a cmpb $0x0, 0x3b4c1f(%rip) # 0x40ef40 je 0x5a329 movb $0x0, -0x1(%rbp) jmp 0x5a39c movb $0x1, 0x3b4c10(%rip) # 0x40ef40 leaq 0x3b4945(%rip), %rax # 0x40ec7c cmpb $0x0, (%rax) jne 0x5a375 leaq 0x3b4c01(%rip), %rdi # 0x40ef44 xorl %...
my_thread_global_init: push rbp mov rbp, rsp sub rsp, 10h jmp short $+2 loc_5A31A: cmp cs:my_thread_global_init_done, 0 jz short loc_5A329 mov [rbp+var_1], 0 jmp short loc_5A39C loc_5A329: mov cs:my_thread_global_init_done, 1 lea rax, my_thr_key_mysys_exists cmp byte ptr [rax...
char my_thread_global_init() { int v1; // [rsp+8h] [rbp-8h] if ( my_thread_global_init_done ) return 0; my_thread_global_init_done = 1; if ( my_thr_key_mysys_exists || (v1 = pthread_key_create(&THR_KEY_mysys, 0LL)) == 0 ) { my_thr_key_mysys_exists = 1; my_thread_init_internal_mutex(); if ( (u...
my_thread_global_init: PUSH RBP MOV RBP,RSP SUB RSP,0x10 JMP 0x0015a31a LAB_0015a31a: CMP byte ptr [0x0050ef40],0x0 JZ 0x0015a329 MOV byte ptr [RBP + -0x1],0x0 JMP 0x0015a39c LAB_0015a329: MOV byte ptr [0x0050ef40],0x1 LEA RAX,[0x50ec7c] CMP byte ptr [RAX],0x0 JNZ 0x0015a375 LEA RDI,[0x50ef44] XOR EAX,EAX MOV ESI,EAX C...
int1 my_thread_global_init(void) { char cVar1; uint uVar2; int1 local_9; if (my_thread_global_init_done == '\0') { my_thread_global_init_done = '\x01'; if ((my_thr_key_mysys_exists == '\0') && (uVar2 = pthread_key_create(&THR_KEY_mysys,(__destr_function *)0x0), uVar2 != 0)) { fprintf(*...
24,219
my_thread_global_init
eloqsql/mysys/my_thr_init.c
my_bool my_thread_global_init(void) { int pth_ret; /* Normally this should never be called twice */ DBUG_ASSERT(my_thread_global_init_done == 0); if (my_thread_global_init_done) return 0; my_thread_global_init_done= 1; /* THR_KEY_mysys is deleted in my_end() as DBUG libraries are using it even ...
O3
c
my_thread_global_init: cmpb $0x0, 0x38b6f9(%rip) # 0x3d1ae0 je 0x463ec xorl %eax, %eax retq pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movb $0x1, 0x38b6e7(%rip) # 0x3d1ae0 leaq 0x38b41c(%rip), %rbx # 0x3d181c cmpb $0x0, (%rbx) je 0x46423 movb $0x1, (%rbx) callq 0x4623b callq 0x4645d movl %eax, %ecx movb ...
my_thread_global_init: cmp cs:my_thread_global_init_done, 0 jz short loc_463EC xor eax, eax retn loc_463EC: push rbp mov rbp, rsp push rbx push rax mov cs:my_thread_global_init_done, 1 lea rbx, my_thr_key_mysys_exists cmp byte ptr [rbx], 0 jz short loc_46423 loc_46405: mov ...
char my_thread_global_init(void *a1, long long a2, long long a3, long long a4) { char result; // al char v5; // cl int v6; // eax if ( my_thread_global_init_done ) return 0; my_thread_global_init_done = 1; if ( my_thr_key_mysys_exists || (a1 = &THR_KEY_mysys, (v6 = pthread_key_create(&THR_KEY_mysys, 0...
my_thread_global_init: CMP byte ptr [0x004d1ae0],0x0 JZ 0x001463ec XOR EAX,EAX RET LAB_001463ec: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV byte ptr [0x004d1ae0],0x1 LEA RBX,[0x4d181c] CMP byte ptr [RBX],0x0 JZ 0x00146423 LAB_00146405: MOV byte ptr [RBX],0x1 CALL 0x0014623b CALL 0x0014645d MOV ECX,EAX MOV AL,0x1 TEST C...
bool my_thread_global_init(void) { char cVar1; int iVar2; if (my_thread_global_init_done != '\0') { return false; } my_thread_global_init_done = 1; if ((my_thr_key_mysys_exists == '\0') && (iVar2 = pthread_key_create(&THR_KEY_mysys,(__destr_function *)0x0), iVar2 != 0)) { __fprintf_chk(*(i...
24,220
MyCTX_nopad::finish(unsigned char*, unsigned int*)
eloqsql/mysys_ssl/my_crypt.cc
int finish(uchar *dst, uint *dlen) { if (source_tail_len) { /* Not much we can do, block ciphers cannot encrypt data that aren't a multiple of the block length. At least not without padding. Let's do something CTR-like for the last partial block. */ uchar mask[MY_AES_...
O3
cpp
MyCTX_nopad::finish(unsigned char*, unsigned int*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdx, %r14 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) xorl %ebx, %ebx cmpl $0x0, 0xdc(%rdi) movl $0x0, %r13d je 0x2e94b movq %rsi, %r15 movq %rdi, %r12 leaq 0xe0(%r...
_ZN11MyCTX_nopad6finishEPhPj: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r14, rdx mov rax, fs:28h mov [rbp+var_30], rax xor ebx, ebx cmp dword ptr [rdi+0DCh], 0 mov r13d, 0 jz short loc_2E94B mov r15, rsi mov r12, rd...
long long MyCTX_nopad::finish(MyCTX_nopad *this, unsigned __int8 *a2, unsigned int *a3) { unsigned int v4; // ebx unsigned long long v5; // r13 unsigned int v6; // eax unsigned long long v7; // rax int v9; // [rsp+Ch] [rbp-44h] BYREF _BYTE v10[16]; // [rsp+10h] [rbp-40h] BYREF unsigned long long v11; // ...
finish: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R14,RDX MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX XOR EBX,EBX CMP dword ptr [RDI + 0xdc],0x0 MOV R13D,0x0 JZ 0x0012e94b MOV R15,RSI MOV R12,RDI LEA RDX,[RDI + 0xe0] MOV EAX,dword ptr [RDI + 0xd8] XOR R13D,R13D L...
/* MyCTX_nopad::finish(unsigned char*, unsigned int*) */ int __thiscall MyCTX_nopad::finish(MyCTX_nopad *this,uchar *param_1,uint *param_2) { int iVar1; ulong uVar2; uint uVar3; long in_FS_OFFSET; int1 local_4c [4]; byte local_48 [16]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); uV...
24,221
ggml_compute_forward_silu_f32
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c
static void ggml_compute_forward_silu_f32( const struct ggml_compute_params * params, struct ggml_tensor * dst) { const struct ggml_tensor * src0 = dst->src[0]; assert(ggml_is_contiguous_1(src0)); assert(ggml_is_contiguous_1(dst)); assert(ggml_are_same_shape(src0, dst)); const int...
O0
c
ggml_compute_forward_silu_f32: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x98(%rax), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rdi callq 0xd030 testb $0x1, %al jne 0x3a57e jmp 0x3a580 jmp 0x3a59f leaq 0x3a6a2(%rip), %rdi # 0x74c29 leaq ...
ggml_compute_forward_silu_f32: push rbp mov rbp, rsp sub rsp, 50h 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 rdi, [rbp+var_18] call _ggml_is_contiguous_1 test al, 1 jnz short loc_3A57E jmp short loc_3A580...
long long ggml_compute_forward_silu_f32(int *a1, _QWORD *a2) { char is_contiguous_1; // al char v3; // al int v4; // eax long long result; // rax long long v6; // rax long long v7; // rcx bool v8; // pf int v18; // ecx int v20; // eax int v21; // [rsp+Ch] [rbp-44h] int j; // [rsp+14h] [rbp-3Ch] ...
ggml_compute_forward_silu_f32: PUSH RBP MOV RBP,RSP SUB RSP,0x50 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 RDI,qword ptr [RBP + -0x18] CALL 0x0010d030 TEST AL,0x1 JNZ 0x0013a57e JMP 0x0013a580 LAB_001...
void ggml_compute_forward_silu_f32(int *param_1,long param_2) { float fVar1; long lVar2; int iVar3; int iVar4; int iVar5; ulong uVar6; int1 auVar7 [16]; int local_4c; int local_44; int local_40; lVar2 = *(long *)(param_2 + 0x98); uVar6 = ggml_is_contiguous_1(lVar2); if ((uVar6 & 1) == 0) ...
24,222
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp
void PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( int vMask) { // This is only intended to support the case of a single boundary vertex // with no boundary edges, which can only occur with an irregular vertex static int const singleBitVertexMaskToCount[16] = { 0...
O1
cpp
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int): pushq %rax movl (%rdi), %eax testl $0x38000, %eax # imm = 0x38000 jne 0x6e41b movl $0xfee8, %ecx # imm = 0xFEE8 btq %rsi, %rcx jb 0x6e43a movslq %esi, %rcx leaq 0x4abc9(%rip), %rdx # 0xb8fb0 lea...
_ZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12PatchFaceTag38assignBoundaryPropertiesFromVertexMaskEi: push rax mov eax, [rdi] test eax, 38000h jnz short loc_6E41B mov ecx, 0FEE8h bt rcx, rsi jb short loc_6E43A movsxd rcx, esi lea rdx, _ZZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12Pat...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag *this, unsigned long long a2) { long long v2; // rcx if ( (*(_DWORD *)this & 0x38000) != 0 ) ...
assignBoundaryPropertiesFromVertexMask: PUSH RAX MOV EAX,dword ptr [RDI] TEST EAX,0x38000 JNZ 0x0016e41b MOV ECX,0xfee8 BT RCX,RSI JC 0x0016e43a MOVSXD RCX,ESI LEA RDX,[0x1b8fb0] LEA R8,[0x1b8f70] SHL ESI,0x6 MOVZX ESI,SI AND EAX,0xfffc003f OR EAX,ESI MOV ESI,dword ptr [R8 + RCX*0x4] AND ESI,0x7 SHL ESI,0xc AND EAX,0xf...
/* OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int) */ int8 __thiscall OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask (PatchFaceTag *this,int param_1) { int8 in_RAX; if ((*(uint *)this & 0x3800...
24,223
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp
void PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( int vMask) { // This is only intended to support the case of a single boundary vertex // with no boundary edges, which can only occur with an irregular vertex static int const singleBitVertexMaskToCount[16] = { 0...
O2
cpp
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int): pushq %rax movl (%rdi), %eax testl $0x38000, %eax # imm = 0x38000 jne 0x7ffb6 movl $0xfee8, %ecx # imm = 0xFEE8 btq %rsi, %rcx jb 0x7ffd5 movslq %esi, %rcx leaq 0x435d9(%rip), %rdx # 0xc3560 lea...
_ZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12PatchFaceTag38assignBoundaryPropertiesFromVertexMaskEi: push rax mov eax, [rdi] test eax, 38000h jnz short loc_7FFB6 mov ecx, 0FEE8h bt rcx, rsi jb short loc_7FFD5 movsxd rcx, esi lea rdx, _ZZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12Pat...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag *this, unsigned long long a2) { long long v2; // rcx if ( (*(_DWORD *)this & 0x38000) != 0 ) ...
assignBoundaryPropertiesFromVertexMask: PUSH RAX MOV EAX,dword ptr [RDI] TEST EAX,0x38000 JNZ 0x0017ffb6 MOV ECX,0xfee8 BT RCX,RSI JC 0x0017ffd5 MOVSXD RCX,ESI LEA RDX,[0x1c3560] LEA R8,[0x1c3520] AND ESI,0xf SHL ESI,0x6 AND EAX,0xfffc003f OR EAX,ESI MOV ESI,dword ptr [R8 + RCX*0x4] AND ESI,0x7 SHL ESI,0xc OR ESI,EAX M...
/* OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int) */ int8 __thiscall OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask (PatchFaceTag *this,int param_1) { int8 in_RAX; if ((*(uint *)this & 0x3800...
24,224
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp
void PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( int vMask) { // This is only intended to support the case of a single boundary vertex // with no boundary edges, which can only occur with an irregular vertex static int const singleBitVertexMaskToCount[16] = { 0...
O3
cpp
OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int): pushq %rax movl (%rdi), %eax testl $0x38000, %eax # imm = 0x38000 jne 0x6fa46 movl $0xfee8, %ecx # imm = 0xFEE8 btq %rsi, %rcx jb 0x6fa65 movslq %esi, %rcx leaq 0x4ccd9(%rip), %rdx # 0xbc6f0 lea...
_ZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12PatchFaceTag38assignBoundaryPropertiesFromVertexMaskEi: push rax mov eax, [rdi] test eax, 38000h jnz short loc_6FA46 mov ecx, 0FEE8h bt rcx, rsi jb short loc_6FA65 movsxd rcx, esi lea rdx, _ZZN10OpenSubdiv6v3_6_03Far17PatchTableFactory12Pat...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask( OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag *this, unsigned long long a2) { long long v2; // rcx if ( (*(_DWORD *)this & 0x38000) != 0 ) ...
assignBoundaryPropertiesFromVertexMask: PUSH RAX MOV EAX,dword ptr [RDI] TEST EAX,0x38000 JNZ 0x0016fa46 MOV ECX,0xfee8 BT RCX,RSI JC 0x0016fa65 MOVSXD RCX,ESI LEA RDX,[0x1bc6f0] LEA R8,[0x1bc6b0] AND ESI,0xf SHL ESI,0x6 AND EAX,0xfffc003f OR EAX,ESI MOV ESI,dword ptr [R8 + RCX*0x4] AND ESI,0x7 SHL ESI,0xc OR ESI,EAX M...
/* OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask(int) */ int8 __thiscall OpenSubdiv::v3_6_0::Far::PatchTableFactory::PatchFaceTag::assignBoundaryPropertiesFromVertexMask (PatchFaceTag *this,int param_1) { int8 in_RAX; if ((*(uint *)this & 0x3800...
24,225
vsort_with_comparator
davidesantangelo[P]vsort/vsort.c
VSORT_API void vsort_with_comparator(void *arr, int n, size_t size, int (*compare)(const void *, const void *)) { vsort_init(); if (!arr || n <= 1 || size == 0 || !compare) return; vsort_log_debug("Starting vsort (generic) for %d elements, size %zu (using qsort fallback).", n, size); qsort(arr, ...
O0
c
vsort_with_comparator: subq $0x28, %rsp movq %rdi, 0x20(%rsp) movl %esi, 0x1c(%rsp) movq %rdx, 0x10(%rsp) movq %rcx, 0x8(%rsp) callq 0x1750 cmpq $0x0, 0x20(%rsp) je 0x1d7b cmpl $0x1, 0x1c(%rsp) jle 0x1d7b cmpq $0x0, 0x10(%rsp) je 0x1d7b cmpq $0x0, 0x8(%rsp) jne 0x1d7d jmp 0x1dbf movl 0x1c(%rsp), %esi movq 0x10(%rsp), %...
vsort_with_comparator: sub rsp, 28h mov [rsp+28h+var_8], rdi mov [rsp+28h+var_C], esi mov [rsp+28h+var_18], rdx mov [rsp+28h+var_20], rcx call vsort_init cmp [rsp+28h+var_8], 0 jz short loc_1D7B cmp [rsp+28h+var_C], 1 jle short loc_1D7B cmp [rsp+28h+var_18], 0 jz short l...
long long vsort_with_comparator(long long a1, int a2, long long a3, long long a4) { int v4; // ecx int v5; // r8d int v6; // r9d int v7; // edx int v8; // ecx int v9; // r8d int v10; // r9d long long result; // rax vsort_init(); if ( a1 && a2 > 1 && a3 ) { if ( a4 ) { vsort_log_deb...
vsort_with_comparator: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV dword ptr [RSP + 0x1c],ESI MOV qword ptr [RSP + 0x10],RDX MOV qword ptr [RSP + 0x8],RCX CALL 0x00101750 CMP qword ptr [RSP + 0x20],0x0 JZ 0x00101d7b CMP dword ptr [RSP + 0x1c],0x1 JLE 0x00101d7b CMP qword ptr [RSP + 0x10],0x0 JZ 0x00101d7b CMP qword...
void vsort_with_comparator(void *param_1,int param_2,size_t param_3,__compar_fn_t param_4) { vsort_init(); if ((((param_1 != (void *)0x0) && (1 < param_2)) && (param_3 != 0)) && (param_4 != (__compar_fn_t)0x0)) { vsort_log_debug("Starting vsort (generic) for %d elements, size %zu (using qsort fallback)."...
24,226
my_getcputime
eloqsql/mysys/my_getsystime.c
ulonglong my_getcputime() { #ifdef CLOCK_THREAD_CPUTIME_ID struct timespec tp; if (clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tp)) return 0; return (ulonglong)tp.tv_sec*10000000+(ulonglong)tp.tv_nsec/100; #elif defined(__NR_clock_gettime) struct timespec tp; if (syscall(__NR_clock_gettime, CLOCK_THREAD_CPUTI...
O0
c
my_getcputime: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movl $0x3, %edi leaq -0x18(%rbp), %rsi callq 0x24270 cmpl $0x0, %eax je 0x2e645 movq $0x0, -0x8(%rbp) jmp 0x2e66d imulq $0x989680, -0x18(%rbp), %rax # imm = 0x989680 movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movl $0x64, %ecx xorl %edx, %edx divq %rcx movq %...
my_getcputime: push rbp mov rbp, rsp sub rsp, 20h mov edi, 3 lea rsi, [rbp+var_18] call _clock_gettime cmp eax, 0 jz short loc_2E645 mov [rbp+var_8], 0 jmp short loc_2E66D loc_2E645: imul rax, [rbp+var_18], 989680h mov [rbp+var_20], rax mov rax, [rbp+var_10] mov ecx...
unsigned long long my_getcputime() { long long v1; // [rsp+8h] [rbp-18h] BYREF unsigned long long v2; // [rsp+10h] [rbp-10h] if ( (unsigned int)clock_gettime(3LL, &v1) ) return 0LL; else return v2 / 0x64 + 10000000 * v1; }
my_getcputime: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV EDI,0x3 LEA RSI,[RBP + -0x18] CALL 0x00124270 CMP EAX,0x0 JZ 0x0012e645 MOV qword ptr [RBP + -0x8],0x0 JMP 0x0012e66d LAB_0012e645: IMUL RAX,qword ptr [RBP + -0x18],0x989680 MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x10] MOV ECX,0x64 XOR EDX,EDX DIV ...
long my_getcputime(void) { int iVar1; timespec local_20; long local_10; iVar1 = clock_gettime(3,&local_20); if (iVar1 == 0) { local_10 = local_20.tv_sec * 10000000 + (ulong)local_20.tv_nsec / 100; } else { local_10 = 0; } return local_10; }
24,227
minja::Parser::parseMathPow()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseMathPow() { auto left = parseMathPlusMinus(); if (!left) throw std::runtime_error("Expected left side of 'math pow' expression"); while (!consumeToken("**").empty()) { auto right = parseMathPlusMinus(); if (!right) throw std::runtime_erro...
O3
cpp
minja::Parser::parseMathPow(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rsi, %r14 movq %rdi, %rbx callq 0x883d2 cmpq $0x0, (%rbx) je 0x88324 leaq 0x30(%rsp), %rbp leaq 0x20(%rsp), %r13 leaq 0xa47cc(%rip), %rax # 0x12c968 addq $0x10, %rax movq %rax, 0x40(%rsp) movq %rb...
_ZN5minja6Parser12parseMathPowEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov r14, rsi mov rbx, rdi call _ZN5minja6Parser18parseMathPlusMinusEv; minja::Parser::parseMathPlusMinus(void) cmp qword ptr [rbx], 0 jz loc_88324 lea rbp, [rsp+78h+var_48] ...
minja::Parser * minja::Parser::parseMathPow(volatile signed __int32 **this, long long a2) { volatile signed __int32 *v3; // r15 volatile signed __int32 *v4; // rax long long **v5; // r15 volatile signed __int32 *v6; // rdi std::runtime_error *v8; // r15 std::runtime_error *exception; // r15 void *v10; // ...
parseMathPow: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R14,RSI MOV RBX,RDI CALL 0x001883d2 CMP qword ptr [RBX],0x0 JZ 0x00188324 LEA RBP,[RSP + 0x30] LEA R13,[RSP + 0x20] LEA RAX,[0x22c968] ADD RAX,0x10 MOV qword ptr [RSP + 0x40],RAX LAB_001881a5: MOV qword ptr [RSP + 0x20],RBP LAB_001881a...
/* minja::Parser::parseMathPow() */ void minja::Parser::parseMathPow(void) { _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1; int8 *puVar2; runtime_error *prVar3; int8 *in_RSI; long *in_RDI; long *local_78; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_70; long local_68 [2]; long *local_...
24,228
translog_recover_page_up_to_sector
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_recover_page_up_to_sector(uchar *page, uint16 offset) { uint16 chunk_offset= translog_get_first_chunk_offset(page), valid_chunk_end; DBUG_ENTER("translog_recover_page_up_to_sector"); DBUG_PRINT("enter", ("offset: %u first chunk: %u", (uint) offset, (uint) chunk_offs...
O0
c
translog_recover_page_up_to_sector: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movw %si, %ax movq %rdi, -0x10(%rbp) movw %ax, -0x12(%rbp) movq -0x10(%rbp), %rdi callq 0x52720 movsbl %al, %eax movw %ax, -0x14(%rbp) jmp 0x58dc5 jmp 0x58dc7 movzwl -0x14(%rbp), %ecx movzwl -0x12(%rbp), %edx xorl %eax, %eax cmpl %edx, %ecx...
translog_recover_page_up_to_sector: push rbp mov rbp, rsp sub rsp, 20h mov ax, si mov [rbp+var_10], rdi mov [rbp+var_12], ax mov rdi, [rbp+var_10] call translog_get_first_chunk_offset movsx eax, al mov [rbp+var_14], ax jmp short $+2 loc_58DC5: jmp short $+2 loc_58DC7: movzx ...
char translog_recover_page_up_to_sector(long long a1, unsigned __int16 a2) { bool v3; // [rsp+5h] [rbp-1Bh] unsigned __int16 v4; // [rsp+6h] [rbp-1Ah] unsigned __int16 total_chunk_length; // [rsp+8h] [rbp-18h] unsigned __int16 j; // [rsp+Ah] [rbp-16h] unsigned __int16 i; // [rsp+Ch] [rbp-14h] for ( i = tr...
translog_recover_page_up_to_sector: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV AX,SI MOV qword ptr [RBP + -0x10],RDI MOV word ptr [RBP + -0x12],AX MOV RDI,qword ptr [RBP + -0x10] CALL 0x00152720 MOVSX EAX,AL MOV word ptr [RBP + -0x14],AX JMP 0x00158dc5 LAB_00158dc5: JMP 0x00158dc7 LAB_00158dc7: MOVZX ECX,word ptr [RBP + -0x...
int1 translog_recover_page_up_to_sector(long param_1,ushort param_2) { char cVar1; ushort uVar2; bool bVar3; ushort local_1c; cVar1 = translog_get_first_chunk_offset(param_1); local_1c = (ushort)cVar1; while( true ) { bVar3 = false; if (local_1c < param_2) { bVar3 = *(char *)(param_1 + ...
24,229
stop_logging
eloqsql/plugin/server_audit/server_audit.c
static int stop_logging() { last_error_buf[0]= 0; if (output_type == OUTPUT_FILE && logfile) { logger_close(logfile); logfile= NULL; } else if (output_type == OUTPUT_SYSLOG) { closelog(); } error_header(); fprintf(stderr, "logging was stopped.\n"); is_active= 0; return 0; }
O3
c
stop_logging: pushq %rbp movq %rsp, %rbp movb $0x0, 0x7b3f(%rip) # 0xefa0 movq 0x78a0(%rip), %rax # 0xed08 cmpq $0x1, %rax sete %cl movq 0x789a(%rip), %rdi # 0xed10 testq %rdi, %rdi setne %dl andb %cl, %dl cmpb $0x1, %dl jne 0x7495 callq 0x3080 movq $0x0, 0x787d(%rip) # 0xed10 jmp 0x749f testq %rax, %rax...
stop_logging: push rbp mov rbp, rsp mov cs:last_error_buf, 0 mov rax, cs:output_type cmp rax, 1 setz cl mov rdi, cs:logfile test rdi, rdi setnz dl and dl, cl cmp dl, 1 jnz short loc_7495 call __loc_logger_close mov cs:logfile, 0 jmp short loc_749F loc_7495: test ...
long long stop_logging() { long long result; // rax last_error_buf = 0; if ( output_type == 1 && logfile != 0 ) { _loc_logger_close((unsigned int *)logfile); logfile = 0LL; } else if ( !output_type ) { closelog(); } error_header(); result = __fprintf_chk(stderr, 1LL, "logging was stoppe...
stop_logging: PUSH RBP MOV RBP,RSP MOV byte ptr [0x0010efa0],0x0 MOV RAX,qword ptr [0x0010ed08] CMP RAX,0x1 SETZ CL MOV RDI,qword ptr [0x0010ed10] TEST RDI,RDI SETNZ DL AND DL,CL CMP DL,0x1 JNZ 0x00107495 CALL 0x00103080 MOV qword ptr [0x0010ed10],0x0 JMP 0x0010749f LAB_00107495: TEST RAX,RAX JNZ 0x0010749f CALL 0x0010...
void stop_logging(void) { last_error_buf[0] = 0; if (logfile == 0 || output_type != 1) { if (output_type == 0) { closelog(); } } else { loc_logger_close(); logfile = 0; } error_header(); __fprintf_chk(*(int8 *)PTR_stderr_0010bff8,1,"logging was stopped.\n"); is_active = 0; retu...
24,230
MyCTX_nopad::finish(unsigned char*, unsigned int*)
eloqsql/mysys_ssl/my_crypt.cc
int finish(uchar *dst, uint *dlen) { if (source_tail_len) { /* Not much we can do, block ciphers cannot encrypt data that aren't a multiple of the block length. At least not without padding. Let's do something CTR-like for the last partial block. */ uchar mask[MY_AES_...
O0
cpp
MyCTX_nopad::finish(unsigned char*, unsigned int*): pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x30(%rbp) movq %rsi, -0x38(%rbp) movq %rdx, -0x40(%rbp) movq -0x30(%rbp), %rax movq %rax, -0x58(%rbp) cmpl $0x0, 0xdc(%rax) je 0xfdcf8 movq -0x58(%rbp), %rax movq %rax, ...
_ZN11MyCTX_nopad6finishEPhPj: push rbp mov rbp, rsp sub rsp, 80h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_30], rdi mov [rbp+var_38], rsi mov [rbp+var_40], rdx mov rax, [rbp+var_30] mov [rbp+var_58], rax cmp dword ptr [rax+0DCh], 0 jz loc_FDCF8 mov rax, [rbp+v...
long long MyCTX_nopad::finish(MyCTX_nopad *this, unsigned __int8 *a2, unsigned int *a3) { unsigned int i; // [rsp+34h] [rbp-4Ch] unsigned int v5; // [rsp+38h] [rbp-48h] int v6; // [rsp+3Ch] [rbp-44h] BYREF unsigned int *v7; // [rsp+40h] [rbp-40h] unsigned __int8 *v8; // [rsp+48h] [rbp-38h] MyCTX_nopad *v9;...
finish: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x30],RDI MOV qword ptr [RBP + -0x38],RSI MOV qword ptr [RBP + -0x40],RDX MOV RAX,qword ptr [RBP + -0x30] MOV qword ptr [RBP + -0x58],RAX CMP dword ptr [RAX + 0xdc],0x0 JZ 0x001fdcf8 MOV RAX,qword ...
/* MyCTX_nopad::finish(unsigned char*, unsigned int*) */ int __thiscall MyCTX_nopad::finish(MyCTX_nopad *this,uchar *param_1,uint *param_2) { long in_FS_OFFSET; uint local_54; int1 local_4c [4]; uint *local_48; uchar *local_40; MyCTX_nopad *local_38; int local_2c; byte local_28 [24]; long local_10;...
24,231
add_compiled_collation
eloqsql/mysys/charset.c
void add_compiled_collation(struct charset_info_st *cs) { DBUG_ASSERT(cs->number < array_elements(all_charsets)); all_charsets[cs->number]= cs; cs->state|= MY_CS_AVAILABLE; if ((my_hash_insert(&charset_name_hash, (uchar*) cs))) { #ifndef DBUG_OFF CHARSET_INFO *org= (CHARSET_INFO*) my_hash_search(&charset_...
O3
c
add_compiled_collation: pushq %rbp movq %rsp, %rbp movq %rdi, %rsi movl (%rdi), %eax leaq 0x38926f(%rip), %rcx # 0x3d1b20 movq %rdi, (%rcx,%rax,8) orb $0x2, 0xd(%rdi) leaq 0x38d260(%rip), %rdi # 0x3d5b20 popq %rbp jmp 0x4a276
add_compiled_collation: push rbp mov rbp, rsp mov rsi, rdi mov eax, [rdi] lea rcx, all_charsets mov [rcx+rax*8], rdi or byte ptr [rdi+0Dh], 2 lea rdi, charset_name_hash pop rbp jmp my_hash_insert
long long add_compiled_collation(unsigned int *a1) { all_charsets[*a1] = a1; *((_BYTE *)a1 + 13) |= 2u; return my_hash_insert(&charset_name_hash, a1); }
add_compiled_collation: PUSH RBP MOV RBP,RSP MOV RSI,RDI MOV EAX,dword ptr [RDI] LEA RCX,[0x4d1b20] MOV qword ptr [RCX + RAX*0x8],RDI OR byte ptr [RDI + 0xd],0x2 LEA RDI,[0x4d5b20] POP RBP JMP 0x0014a276
void add_compiled_collation(uint *param_1) { (&all_charsets)[*param_1] = param_1; *(byte *)((long)param_1 + 0xd) = *(byte *)((long)param_1 + 0xd) | 2; my_hash_insert(charset_name_hash,param_1); return; }
24,232
minja::Value::pop(minja::Value const&)
monkey531[P]llama/common/minja.hpp
Value pop(const Value& index) { if (is_array()) { if (array_->empty()) throw std::runtime_error("pop from empty list"); if (index.is_null()) { auto ret = array_->back(); array_->pop_back(); return ret; } else if (!index.is_number_integer()) { throw std::runt...
O2
cpp
minja::Value::pop(minja::Value const&): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x40, %rsp movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r14 movq 0x10(%rsi), %rax testq %rax, %rax je 0x6cbb5 movq (%rax), %rcx cmpq 0x8(%rax), %rcx je 0x6cc70 movq %rbx, %rdi callq 0x634ea testb %al, %al je 0x6cc0b movq...
_ZN5minja5Value3popERKS0_: push rbp push r15 push r14 push r12 push rbx sub rsp, 40h mov rbx, rdx mov r15, rsi mov r14, rdi mov rax, [rsi+10h] test rax, rax jz short loc_6CBB5 mov rcx, [rax] cmp rcx, [rax+8] jz loc_6CC70 mov rdi, rbx; this call _ZNK5minja5V...
minja::Value * minja::Value::pop(minja::Value *this, const minja::Value *a2, unsigned __int8 *a3, __m128d a4) { _QWORD *v5; // rax unsigned __int8 *v6; // r12 int v7; // eax int v8; // ecx _QWORD *v9; // rax const minja::Value *v10; // r12 std::runtime_error *exception; // r14 void *v13; // r14 void *...
pop: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x40 MOV RBX,RDX MOV R15,RSI MOV R14,RDI MOV RAX,qword ptr [RSI + 0x10] TEST RAX,RAX JZ 0x0016cbb5 MOV RCX,qword ptr [RAX] CMP RCX,qword ptr [RAX + 0x8] JZ 0x0016cc70 MOV RDI,RBX CALL 0x001634ea TEST AL,AL JZ 0x0016cc0b MOV RAX,qword ptr [R15 + 0x10] MOV RSI,qwo...
/* minja::Value::pop(minja::Value const&) */ Value * minja::Value::pop(Value *param_1) { long *plVar1; char cVar2; uint uVar3; long lVar4; runtime_error *prVar5; Value *in_RDX; bool bVar6; long in_RSI; int iVar7; Value *pVVar8; int1 auStack_68 [32]; string local_48 [32]; plVar1 = *(long ...
24,233
add_module_variables
bluesky950520[P]quickjs/quickjs.c
static int add_module_variables(JSContext *ctx, JSFunctionDef *fd) { int i, idx; JSModuleDef *m = fd->module; JSExportEntry *me; JSGlobalVar *hf; /* The imported global variables were added as closure variables in js_parse_import(). We add here the module global variables. */ for...
O0
c
add_module_variables: subq $0x68, %rsp movq %rdi, 0x58(%rsp) movq %rsi, 0x50(%rsp) movq 0x50(%rsp), %rax movq 0x220(%rax), %rax movq %rax, 0x40(%rsp) movl $0x0, 0x4c(%rsp) movl 0x4c(%rsp), %eax movq 0x50(%rsp), %rcx cmpl 0x124(%rcx), %eax jge 0xb23e1 movq 0x50(%rsp), %rax movq 0x130(%rax), %rax movslq 0x4c(%rsp), %rcx ...
add_module_variables: sub rsp, 68h mov [rsp+68h+var_10], rdi mov [rsp+68h+var_18], rsi mov rax, [rsp+68h+var_18] mov rax, [rax+220h] mov [rsp+68h+var_28], rax mov [rsp+68h+var_1C], 0 loc_B2337: mov eax, [rsp+68h+var_1C] mov rcx, [rsp+68h+var_18] cmp eax, [rcx+124h] jge loc_B2...
long long add_module_variables( long long a1, long long a2, __m128 a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10) { double v10; // xmm4_8 double v11; // xmm5_8 long long v13; // [rsp+30h] [rbp-38h] ...
add_module_variables: SUB RSP,0x68 MOV qword ptr [RSP + 0x58],RDI MOV qword ptr [RSP + 0x50],RSI MOV RAX,qword ptr [RSP + 0x50] MOV RAX,qword ptr [RAX + 0x220] MOV qword ptr [RSP + 0x40],RAX MOV dword ptr [RSP + 0x4c],0x0 LAB_001b2337: MOV EAX,dword ptr [RSP + 0x4c] MOV RCX,qword ptr [RSP + 0x50] CMP EAX,dword ptr [RCX...
int4 add_module_variables(int8 param_1,long param_2) { long lVar1; int iVar2; long lVar3; int *piVar4; int local_1c; lVar1 = *(long *)(param_2 + 0x220); for (local_1c = 0; local_1c < *(int *)(param_2 + 0x124); local_1c = local_1c + 1) { lVar3 = *(long *)(param_2 + 0x130) + (long)local_1c * 0x10; ...
24,234
std::unique_ptr<juce::Slider, std::default_delete<juce::Slider>> sapphire_plugins::shared::makeThreePositionSwitch<sapphire_plugins::gravy::GravyEditor>(sapphire_plugins::gravy::GravyEditor*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::cha...
sapphire-plugins/src/shared/editor_interactions.h
std::unique_ptr<juce::Slider> makeThreePositionSwitch(Editor *editor, const std::string &prefix, const std::string pos) { auto r = Sapphire::FindComponent(prefix, pos); auto cx = r.cx; auto cy = r.cy; static constexpr float dx = 2; static constexpr float dy ...
O3
c
std::unique_ptr<juce::Slider, std::default_delete<juce::Slider>> sapphire_plugins::shared::makeThreePositionSwitch<sapphire_plugins::gravy::GravyEditor>(sapphire_plugins::gravy::GravyEditor*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::cha...
_ZN16sapphire_plugins6shared23makeThreePositionSwitchINS_5gravy11GravyEditorEEESt10unique_ptrIN4juce6SliderESt14default_deleteIS6_EEPT_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESH_: push r15 push r14 push r12 push rbx sub rsp, 48h mov r15, rsi mov rbx, rdi mov rdi, rdx mov rs...
juce::Slider ** sapphire_plugins::shared::makeThreePositionSwitch<sapphire_plugins::gravy::GravyEditor>( juce::Slider **a1, long long a2, long long a3, long long a4, __m128 a5) { juce::Slider *v5; // r14 float v6; // xmm1_4 unsigned int v8; // [rsp+2Ch] [rbp-3Ch] BYREF _B...
makeThreePositionSwitch<sapphire_plugins::gravy::GravyEditor>: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R15,RSI MOV RBX,RDI MOV RDI,RDX MOV RSI,RCX CALL 0x00473480 MOVAPS xmmword ptr [RSP + 0x10],XMM0 MOV EDI,0x1a8 CALL 0x001863c0 MOV R14,RAX LAB_001fa263: MOV RDI,RAX CALL 0x0026ed2a MOV qword ptr [RBX],R14...
/* std::unique_ptr<juce::Slider, std::default_delete<juce::Slider> > sapphire_plugins::shared::makeThreePositionSwitch<sapphire_plugins::gravy::GravyEditor>(sapphire_plugins::gravy::GravyEditor*, std::__cxx11::string const&, std::__cxx11::string) */ shared * __thiscall sapphire_plugins::shared::makeThreePositio...
24,235
emittra::Emittra::remove_all_listeners(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
angrymouse[P]emittra/src/emittra.cpp
void Emittra::remove_all_listeners(const std::string& event_name) { auto event_data = get_or_create_event_data(event_name); std::unique_lock<std::shared_mutex> lock(event_data->mutex); event_data->listeners.clear(); }
O1
cpp
emittra::Emittra::remove_all_listeners(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r14 pushq %rbx subq $0x28, %rsp movq %rsi, %rdx movq %rdi, %rsi leaq 0x8(%rsp), %rbx movq %rbx, %rdi callq 0x4c50 movq (%rbx), %rbx leaq 0x280(%rbx), %rax leaq 0x18(%rsp), %rdi movq %rax...
_ZN7emittra7Emittra20remove_all_listenersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r14 push rbx sub rsp, 28h mov rdx, rsi mov rsi, rdi lea rbx, [rsp+38h+var_30] mov rdi, rbx call _ZN7emittra7Emittra24get_or_create_event_dataERKNSt7__cxx1112basic_stringIcSt11char_traitsIc...
long long emittra::Emittra::remove_all_listeners(std::__shared_mutex_pthread *a1, long long a2) { _QWORD *v2; // rbx long long result; // rax _QWORD *v4; // [rsp+8h] [rbp-30h] BYREF volatile signed __int32 *v5; // [rsp+10h] [rbp-28h] _QWORD *v6; // [rsp+18h] [rbp-20h] BYREF char v7; // [rsp+20h] [rbp-18h] ...
remove_all_listeners: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RDX,RSI MOV RSI,RDI LEA RBX,[RSP + 0x8] MOV RDI,RBX CALL 0x00104c50 MOV RBX,qword ptr [RBX] LEA RAX,[RBX + 0x280] LEA RDI,[RSP + 0x18] MOV qword ptr [RDI],RAX MOV byte ptr [RDI + 0x8],0x0 LAB_001056b0: CALL 0x001078e6 LAB_001056b5: LEA R14,[RSP + 0x18] MOV byte p...
/* emittra::Emittra::remove_all_listeners(std::__cxx11::string const&) */ void emittra::Emittra::remove_all_listeners(string *param_1) { vector<std::function<void(std::function<void(std::any_const&)>const&,std::vector<std::any,std::allocator<std::any>>const&)>,std::allocator<std::function<void(std::function<void(s...
24,236
emittra::Emittra::remove_all_listeners(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
angrymouse[P]emittra/src/emittra.cpp
void Emittra::remove_all_listeners(const std::string& event_name) { auto event_data = get_or_create_event_data(event_name); std::unique_lock<std::shared_mutex> lock(event_data->mutex); event_data->listeners.clear(); }
O2
cpp
emittra::Emittra::remove_all_listeners(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbx subq $0x20, %rsp movq %rsi, %rdx movq %rdi, %rsi movq %rsp, %rbx movq %rbx, %rdi callq 0x4932 movl $0x280, %esi # imm = 0x280 addq (%rbx), %rsi leaq 0x10(%rsp), %rdi callq...
_ZN7emittra7Emittra20remove_all_listenersERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbx sub rsp, 20h mov rdx, rsi mov rsi, rdi mov rbx, rsp mov rdi, rbx call _ZN7emittra7Emittra24get_or_create_event_dataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE; emittra::Emittr...
long long emittra::Emittra::remove_all_listeners(std::__shared_mutex_pthread *a1, long long a2) { long long v3; // [rsp+0h] [rbp-28h] BYREF long long v4; // [rsp+8h] [rbp-20h] BYREF _BYTE v5[24]; // [rsp+10h] [rbp-18h] BYREF emittra::Emittra::get_or_create_event_data((long long)&v3, a1, a2); std::unique_loc...
remove_all_listeners: PUSH RBX SUB RSP,0x20 MOV RDX,RSI MOV RSI,RDI MOV RBX,RSP MOV RDI,RBX CALL 0x00104932 MOV ESI,0x280 ADD RSI,qword ptr [RBX] LAB_00105224: LEA RDI,[RSP + 0x10] CALL 0x00105d80 LAB_0010522e: LEA RBX,[RSP + 0x8] MOV RDI,qword ptr [RBX + -0x8] CALL 0x00105ed4 LEA RDI,[RSP + 0x10] CALL 0x00105d96 MOV R...
/* emittra::Emittra::remove_all_listeners(std::__cxx11::string const&) */ void emittra::Emittra::remove_all_listeners(string *param_1) { vector<std::function<void(std::function<void(std::any_const&)>const&,std::vector<std::any,std::allocator<std::any>>const&)>,std::allocator<std::function<void(std::function<void(s...
24,237
getTimezoneOffset
bluesky950520[P]quickjs/quickjs.c
static int getTimezoneOffset(int64_t time) { #if defined(_WIN32) DWORD r; TIME_ZONE_INFORMATION t; r = GetTimeZoneInformation(&t); if (r == TIME_ZONE_ID_INVALID) return 0; if (r == TIME_ZONE_ID_DAYLIGHT) return (int)(t.Bias + t.DaylightBias); return (int)t.Bias; #else time_t...
O2
c
getTimezoneOffset: pushq %rbx subq $0x40, %rsp movq %rdi, %rax movl $0x3e8, %ecx # imm = 0x3E8 cqto idivq %rcx movq %rsp, %rdi movq %rax, (%rdi) leaq 0x8(%rsp), %rbx movq %rbx, %rsi callq 0xe0f0 movq 0x28(%rbx), %rax pushq $-0x3c popq %rcx cqto idivq %rcx addq $0x40, %rsp popq %rbx retq
getTimezoneOffset: push rbx sub rsp, 40h mov rax, rdi mov ecx, 3E8h cqo idiv rcx mov rdi, rsp mov [rdi], rax lea rbx, [rsp+48h+var_40] mov rsi, rbx call _localtime_r mov rax, [rbx+28h] push 0FFFFFFFFFFFFFFC4h pop rcx cqo idiv rcx add rsp, 40h pop rbx retn
long long getTimezoneOffset(long long a1) { long long v2; // [rsp+0h] [rbp-48h] BYREF char v3; // [rsp+8h] [rbp-40h] BYREF long long v4; // [rsp+30h] [rbp-18h] v2 = a1 / 1000; localtime_r(&v2, &v3, a1 % 1000); return v4 / -60; }
getTimezoneOffset: PUSH RBX SUB RSP,0x40 MOV RAX,RDI MOV ECX,0x3e8 CQO IDIV RCX MOV RDI,RSP MOV qword ptr [RDI],RAX LEA RBX,[RSP + 0x8] MOV RSI,RBX CALL 0x0010e0f0 MOV RAX,qword ptr [RBX + 0x28] PUSH -0x3c POP RCX CQO IDIV RCX ADD RSP,0x40 POP RBX RET
long getTimezoneOffset(long param_1) { long local_48; tm local_40; local_48 = param_1 / 1000; localtime_r(&local_48,&local_40); return local_40.tm_gmtoff / -0x3c; }
24,238
count_square
eloqsql/storage/maria/ma_rt_split.c
static double count_square(const double *a, int n_dim) { const double *end= a + n_dim * 2; double square= 1.0; do { square *= a[1] - a[0]; a+= 2; } while (a != end); return square; }
O0
c
count_square: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rax movl -0xc(%rbp), %ecx shll %ecx movslq %ecx, %rcx shlq $0x3, %rcx addq %rcx, %rax movq %rax, -0x18(%rbp) movsd 0xd8ce6(%rip), %xmm0 # 0x15f860 movsd %xmm0, -0x20(%rbp) movq -0x8(%rbp), %rax movsd 0x8(%rax), %xm...
count_square: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi mov rax, [rbp+var_8] mov ecx, [rbp+var_C] shl ecx, 1 movsxd rcx, ecx shl rcx, 3 add rax, rcx mov [rbp+var_18], rax movsd xmm0, cs:qword_15F860 movsd [rbp+var_20], xmm0 loc_86B7F: mov rax, [rbp+v...
double count_square(double *a1, int a2) { double v3; // [rsp+0h] [rbp-20h] double *v4; // [rsp+18h] [rbp-8h] v4 = a1; v3 = 1.0; do { v3 = (v4[1] - *v4) * v3; v4 += 2; } while ( v4 != &a1[2 * a2] ); return v3; }
count_square: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RBP + -0xc] SHL ECX,0x1 MOVSXD RCX,ECX SHL RCX,0x3 ADD RAX,RCX MOV qword ptr [RBP + -0x18],RAX MOVSD XMM0,qword ptr [0x0025f860] MOVSD qword ptr [RBP + -0x20],XMM0 LAB_00186...
double count_square(double *param_1,int param_2) { double local_28; double *local_10; local_28 = DAT_0025f860; local_10 = param_1; do { local_28 = (local_10[1] - *local_10) * local_28; local_10 = local_10 + 2; } while (local_10 != param_1 + (param_2 << 1)); return local_28; }
24,239
testing::internal::(anonymous namespace)::UnitTestFilter::MatchesName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const
AlayaLite/build_O3/_deps/googletest-src/googletest/src/gtest.cc
bool MatchesName(const std::string& name) const { return exact_match_patterns_.find(name) != exact_match_patterns_.end() || std::any_of(glob_patterns_.begin(), glob_patterns_.end(), [&name](const std::string& pattern) { return PatternMatchesString( ...
O3
cpp
testing::internal::(anonymous namespace)::UnitTestFilter::MatchesName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r14 movq %rdi, %rbx addq $0x18, %rdi callq 0x7886a movq %rax, %rcx ...
_ZNK7testing8internal12_GLOBAL__N_114UnitTestFilter11MatchesNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r14, rsi mov rbx, rdi add rdi, 18h call _ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_t...
char testing::internal::`anonymous namespace'::UnitTestFilter::MatchesName(long long *a1, long long *a2) { long long v2; // rcx char result; // al long long v4; // r12 long long v5; // rcx long long v6; // rbx long long v7; // r14 long long v8; // rax long long v9; // r15 long long v10; // rbp long...
MatchesName: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,RSI MOV RBX,RDI ADD RDI,0x18 CALL 0x0017886a MOV RCX,RAX MOV AL,0x1 TEST RCX,RCX JNZ 0x0015d109 MOV R12,qword ptr [RBX] MOV RCX,qword ptr [RBX + 0x8] MOV RBX,qword ptr [R14] MOV R14,qword ptr [R14 + 0x8] MOV RAX,RCX SUB RAX,R12 MOV RBP,...
/* testing::internal::(anonymous namespace)::UnitTestFilter::MatchesName(std::__cxx11::string const&) const */ bool __thiscall testing::internal::(anonymous_namespace)::UnitTestFilter::MatchesName (UnitTestFilter *this,string *param_1) { long lVar1; _Iter_pred<testing::internal::(anonymous_namespace...
24,240
nglog::tools::AlsoErrorWrite(nglog::LogSeverity, char const*, char const*)
ng-log[P]ng-log/src/utilities.cc
void AlsoErrorWrite(LogSeverity severity, const char* tag, const char* message) noexcept { #if defined(NGLOG_OS_WINDOWS) (void)severity; (void)tag; // On Windows, also output to the debugger ::OutputDebugStringA(message); #elif defined(NGLOG_OS_ANDROID) constexpr int android_log_levels[] =...
O1
cpp
nglog::tools::AlsoErrorWrite(nglog::LogSeverity, char const*, char const*): retq
_ZN5nglog5tools14AlsoErrorWriteENS_11LogSeverityEPKcS3_: retn
void nglog::tools::AlsoErrorWrite() { ; }
AlsoErrorWrite: RET
/* nglog::tools::AlsoErrorWrite(nglog::LogSeverity, char const*, char const*) */ void nglog::tools::AlsoErrorWrite(void) { return; }
24,241
SchemaConverter::SchemaConverter(std::function<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-schema-to-grammar.cpp
SchemaConverter( const std::function<json(const std::string &)> & fetch_json, bool dotall, bool compact_spaces) : _fetch_json(fetch_json), _dotall(dotall) { _rules["space"] = compact_spaces ? "\" \"?" : SPACE_RULE; }
O2
cpp
SchemaConverter::SchemaConverter(std::function<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::...
_ZN15SchemaConverterC2ERKSt8functionIFN8nlohmann16json_abi_v3_11_310basic_jsonINS2_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS2_14adl_serializerES5_IhSaIhEEvEERKSB_EEbb: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov ebp, ecx mov ...
void SchemaConverter::SchemaConverter(long long a1, long long a2, char a3, int a4) { long long v6; // rax _QWORD v7[4]; // [rsp+8h] [rbp-70h] BYREF _QWORD v8[10]; // [rsp+28h] [rbp-50h] BYREF std::function<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,b...
SchemaConverter: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV EBP,ECX MOV R14D,EDX MOV RBX,RDI CALL 0x0018d1c0 MOV byte ptr [RBX + 0x20],R14B LEA RAX,[RBX + 0x30] AND dword ptr [RBX + 0x30],0x0 AND qword ptr [RBX + 0x38],0x0 MOV qword ptr [RBX + 0x40],RAX MOV qword ptr [RBX + 0x48],RAX AND qwo...
/* SchemaConverter::SchemaConverter(std::function<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 ...
24,242
ma_delete_static_record
eloqsql/storage/maria/ma_statrec.c
my_bool _ma_delete_static_record(MARIA_HA *info, const uchar *record __attribute__ ((unused))) { uchar temp[9]; /* 1+sizeof(uint32) */ info->state->del++; info->state->empty+=info->s->base.pack_reclength; temp[0]= '\0'; /* Mark that record is de...
O3
c
ma_delete_static_record: pushq %rbp movq %rsp, %rbp pushq %rbx subq $0x18, %rsp movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x10(%rbp) movq 0x20(%rdi), %rax incq 0x8(%rax) movq (%rdi), %rax movq 0x20(%rdi), %rcx movq 0x3a0(%rax), %rax addq %rax, 0x10(%rcx) leaq -0x18(%rbp), %rsi movb $0x0, -0x1(%rsi) movq (%rdi), %...
_ma_delete_static_record: push rbp mov rbp, rsp push rbx sub rsp, 18h mov rbx, rdi mov rax, fs:28h mov [rbp+var_10], rax mov rax, [rdi+20h] inc qword ptr [rax+8] mov rax, [rdi] mov rcx, [rdi+20h] mov rax, [rax+3A0h] add [rcx+10h], rax lea rsi, [rbp+var_18] mov b...
bool ma_delete_static_record(long long *a1) { long long v1; // rcx char v3; // [rsp+7h] [rbp-19h] BYREF char v4[8]; // [rsp+8h] [rbp-18h] BYREF unsigned long long v5; // [rsp+10h] [rbp-10h] v5 = __readfsqword(0x28u); ++*(_QWORD *)(a1[4] + 8); *(_QWORD *)(a1[4] + 16) += *(_QWORD *)(*a1 + 928); v3 = 0; ...
_ma_delete_static_record: PUSH RBP MOV RBP,RSP PUSH RBX SUB RSP,0x18 MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RDI + 0x20] INC qword ptr [RAX + 0x8] MOV RAX,qword ptr [RDI] MOV RCX,qword ptr [RDI + 0x20] MOV RAX,qword ptr [RAX + 0x3a0] ADD qword ptr [RCX + 0x10],RAX LEA ...
bool _ma_delete_static_record(long *param_1) { long lVar1; long in_FS_OFFSET; int1 local_21; int1 local_20 [8]; long local_18; local_18 = *(long *)(in_FS_OFFSET + 0x28); *(long *)(param_1[4] + 8) = *(long *)(param_1[4] + 8) + 1; *(long *)(param_1[4] + 0x10) = *(long *)(param_1[4] + 0x10) + *(long *...
24,243
fmt::v11::basic_appender<char> fmt::v11::detail::write_escaped_cp<fmt::v11::basic_appender<char>, char>(fmt::v11::basic_appender<char>, fmt::v11::detail::find_escape_result<char> const&)
zkingston[P]unknot/build_O0/_deps/fmt-src/include/fmt/format.h
auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape) -> OutputIt { auto c = static_cast<Char>(escape.cp); switch (escape.cp) { case '\n': *out++ = static_cast<Char>('\\'); c = static_cast<Char>('n'); break; case '\r': *out++ = static_cast<Char>('\\'); c = static_ca...
O0
c
fmt::v11::basic_appender<char> fmt::v11::detail::write_escaped_cp<fmt::v11::basic_appender<char>, char>(fmt::v11::basic_appender<char>, fmt::v11::detail::find_escape_result<char> const&): subq $0xb8, %rsp movq %rdi, 0xa8(%rsp) movq %rsi, 0xa0(%rsp) movq 0xa0(%rsp), %rax movb 0x10(%rax), %al movb %al, 0x9f(%rsp) movq 0x...
_ZN3fmt3v116detail16write_escaped_cpINS0_14basic_appenderIcEEcEET_S5_RKNS1_18find_escape_resultIT0_EE: sub rsp, 0B8h mov [rsp+0B8h+var_10], rdi mov [rsp+0B8h+var_18], rsi mov rax, [rsp+0B8h+var_18] mov al, [rax+10h] mov [rsp+0B8h+var_19], al mov rax, [rsp+0B8h+var_18] mov eax, [rax+10h] ...
long long fmt::v11::detail::write_escaped_cp<fmt::v11::basic_appender<char>,char>(long long a1, long long a2) { long long **v2; // rax long long **v3; // rax long long **v4; // rax long long **v5; // rax long long v6; // rax long long **v7; // rax char v9; // [rsp+7h] [rbp-B1h] long long v10; // [rsp+8...
write_escaped_cp<fmt::v11::basic_appender<char>,char>: SUB RSP,0xb8 MOV qword ptr [RSP + 0xa8],RDI MOV qword ptr [RSP + 0xa0],RSI MOV RAX,qword ptr [RSP + 0xa0] MOV AL,byte ptr [RAX + 0x10] MOV byte ptr [RSP + 0x9f],AL MOV RAX,qword ptr [RSP + 0xa0] MOV EAX,dword ptr [RAX + 0x10] MOV dword ptr [RSP + 0x14],EAX SUB EAX,...
/* fmt::v11::basic_appender<char> fmt::v11::detail::write_escaped_cp<fmt::v11::basic_appender<char>, char>(fmt::v11::basic_appender<char>, fmt::v11::detail::find_escape_result<char> const&) */ int8 fmt::v11::detail::write_escaped_cp<fmt::v11::basic_appender<char>,char> (int8 param_1,long *param_2) { i...
24,244
translog_finish_page
eloqsql/storage/maria/ma_loghandler.c
static void translog_finish_page(TRANSLOG_ADDRESS *horizon, struct st_buffer_cursor *cursor) { uint16 left= TRANSLOG_PAGE_SIZE - cursor->current_page_fill; uchar *page= cursor->ptr - cursor->current_page_fill; DBUG_ENTER("translog_finish_page"); DBUG_PRINT("enter", ("Buffer: #%u...
O3
c
translog_finish_page: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq 0x28(%rsi), %rax movq 0x100010(%rax), %rax xorq (%rdi), %rax shrq $0x20, %rax jne 0x3811d movq %rsi, %r14 cmpb $0x0, 0x38(%rsi) jne 0x3811d movzwl 0x30(%r14), %r13d movq 0x20(%r14), %rbx movb $0x1, 0x...
translog_finish_page: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rax, [rsi+28h] mov rax, ds:qword_100010[rax] xor rax, [rdi] shr rax, 20h jnz loc_3811D mov r14, rsi cmp byte ptr [rsi+38h], 0 jnz loc_3811D movzx r13d, word pt...
unsigned long long translog_finish_page(_QWORD *a1, long long a2) { unsigned long long result; // rax long long v3; // r13 long long v4; // rbx long long v5; // r12 long long v6; // rbx result = (*a1 ^ *(unsigned long long *)((char *)&qword_100010 + *(_QWORD *)(a2 + 40))) >> 32; if ( !result && !*(_BYTE...
translog_finish_page: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RAX,qword ptr [RSI + 0x28] MOV RAX,qword ptr [RAX + 0x100010] XOR RAX,qword ptr [RDI] SHR RAX,0x20 JNZ 0x0013811d MOV R14,RSI CMP byte ptr [RSI + 0x38],0x0 JNZ 0x0013811d MOVZX R13D,word ptr [R14 + 0x30] MOV RBX,qword p...
void translog_finish_page(ulong *param_1,long param_2) { ushort uVar1; void *__s; int4 uVar2; long lVar3; uint uVar4; ulong __n; if (((*(ulong *)(Elf64_Ehdr_00100000.e_ident_pad + *(long *)(param_2 + 0x28) + 7) ^ *param_1) >> 0x20 == 0) && (*(char *)(param_2 + 0x38) == '\0')) { uVar1 = *(u...
24,245
tree_search
eloqsql/mysys/tree.c
void *tree_search(TREE *tree, void *key, void *custom_arg) { int cmp; TREE_ELEMENT *element=tree->root; for (;;) { if (element == &null_element) return (void*) 0; if ((cmp = (*tree->compare)(custom_arg, ELEMENT_KEY(tree,element), key)) == 0) return ELEMENT_KE...
O0
c
tree_search: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x30(%rbp) leaq 0x1c478a(%rip), %rax # 0x2bfc60 cmpq %rax, -0x30(%rbp) jne 0xfb4e9 movq $0x0, -0x8(%rbp) jmp 0xfb5a8 movq -0x10(%rbp), %ra...
tree_search: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_30], rax loc_FB4CF: lea rax, null_element cmp [rbp+var_30], rax jnz short loc_FB4E9 mov [rbp+var_8], 0 jm...
long long * tree_search(long long ***a1, long long a2, long long a3) { int v3; // eax long long *v6; // [rsp+10h] [rbp-40h] long long **v7; // [rsp+20h] [rbp-30h] v7 = *a1; while ( 1 ) { if ( v7 == (long long **)&null_element ) return 0LL; v6 = (long long *)a1[69]; v3 = *((_DWORD *)a1 + 1...
tree_search: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x30],RAX LAB_001fb4cf: LEA RAX,[0x3bfc60] CMP qword ptr [RBP + -0x30],RAX JNZ 0x001fb4e9 MOV qword...
long tree_search(int8 *param_1,int8 param_2,int8 param_3) { int iVar1; long local_58; long local_50; int8 *local_38; local_38 = (int8 *)*param_1; while( true ) { if (local_38 == (int8 *)null_element) { return 0; } if (*(int *)(param_1 + 0x41) == 0) { local_50 = local_38[3]; ...
24,246
ma_checkpoint_init
eloqsql/storage/maria/ma_checkpoint.c
int ma_checkpoint_init(ulong interval) { int res= 0; DBUG_ENTER("ma_checkpoint_init"); if (ma_service_thread_control_init(&checkpoint_control)) res= 1; else if (interval > 0) { size_t intv= interval; compile_time_assert(sizeof(void *) >= sizeof(ulong)); if ((res= mysql_thread_create(key_thread...
O0
c
ma_checkpoint_init: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl $0x0, -0xc(%rbp) leaq 0x225966(%rip), %rdi # 0x2c6050 callq 0xa24c0 cmpl $0x0, %eax je 0xa06fd movl $0x1, -0xc(%rbp) jmp 0xa074c cmpq $0x0, -0x8(%rbp) jbe 0xa0743 movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) jmp 0xa070e leaq 0...
ma_checkpoint_init: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], 0 lea rdi, checkpoint_control call ma_service_thread_control_init cmp eax, 0 jz short loc_A06FD mov [rbp+var_C], 1 jmp short loc_A074C loc_A06FD: cmp [rbp+var_8], 0 jbe short l...
long long ma_checkpoint_init(long long a1) { unsigned int v2; // [rsp+14h] [rbp-Ch] v2 = 0; if ( (unsigned int)ma_service_thread_control_init(&checkpoint_control) ) { return 1; } else if ( a1 ) { v2 = inline_mysql_thread_create_0(key_thread_checkpoint, &checkpoint_control, 0LL, ma_checkpoint_bac...
ma_checkpoint_init: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],0x0 LEA RDI,[0x3c6050] CALL 0x001a24c0 CMP EAX,0x0 JZ 0x001a06fd MOV dword ptr [RBP + -0xc],0x1 JMP 0x001a074c LAB_001a06fd: CMP qword ptr [RBP + -0x8],0x0 JBE 0x001a0743 MOV RAX,qword ptr [RBP + -0x8] MOV qw...
int ma_checkpoint_init(long param_1) { int iVar1; int local_14; local_14 = 0; iVar1 = ma_service_thread_control_init(checkpoint_control); if (iVar1 == 0) { if (param_1 == 0) { checkpoint_control[8] = 1; } else { local_14 = inline_mysql_thread_create (key...
24,247
bf_set
bluesky950520[P]quickjs/libbf.c
int bf_set(bf_t *r, const bf_t *a) { if (r == a) return 0; if (bf_resize(r, a->len)) { bf_set_nan(r); return BF_ST_MEM_ERROR; } r->sign = a->sign; r->expn = a->expn; if (a->len > 0) memcpy(r->tab, a->tab, a->len * sizeof(limb_t)); return 0; }
O0
c
bf_set: subq $0x18, %rsp movq %rdi, 0x8(%rsp) movq %rsi, (%rsp) movq 0x8(%rsp), %rax cmpq (%rsp), %rax jne 0xec5d5 movl $0x0, 0x14(%rsp) jmp 0xec655 movq 0x8(%rsp), %rdi movq (%rsp), %rax movq 0x18(%rax), %rsi callq 0xec2c0 cmpl $0x0, %eax je 0xec600 movq 0x8(%rsp), %rdi callq 0xec490 movl $0x20, 0x14(%rsp) jmp 0xec655...
bf_set: sub rsp, 18h mov [rsp+18h+var_10], rdi mov [rsp+18h+var_18], rsi mov rax, [rsp+18h+var_10] cmp rax, [rsp+18h+var_18] jnz short loc_EC5D5 mov [rsp+18h+var_4], 0 jmp loc_EC655 loc_EC5D5: mov rdi, [rsp+18h+var_10] mov rax, [rsp+18h+var_18] mov rsi, [rax+18h] call bf_r...
long long bf_set(long long a1, long long a2) { if ( a1 == a2 ) { return 0; } else if ( (unsigned int)bf_resize((_QWORD *)a1, *(_QWORD *)(a2 + 24)) ) { bf_set_nan(a1); return 32; } else { *(_DWORD *)(a1 + 8) = *(_DWORD *)(a2 + 8); *(_QWORD *)(a1 + 16) = *(_QWORD *)(a2 + 16); if (...
bf_set: SUB RSP,0x18 MOV qword ptr [RSP + 0x8],RDI MOV qword ptr [RSP],RSI MOV RAX,qword ptr [RSP + 0x8] CMP RAX,qword ptr [RSP] JNZ 0x001ec5d5 MOV dword ptr [RSP + 0x14],0x0 JMP 0x001ec655 LAB_001ec5d5: MOV RDI,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RSP] MOV RSI,qword ptr [RAX + 0x18] CALL 0x001ec2c0 CMP EAX,0x0 JZ ...
int4 bf_set(long param_1,long param_2) { int iVar1; int4 local_4; if (param_1 == param_2) { local_4 = 0; } else { iVar1 = bf_resize(param_1,*(int8 *)(param_2 + 0x18)); if (iVar1 == 0) { *(int4 *)(param_1 + 8) = *(int4 *)(param_2 + 8); *(int8 *)(param_1 + 0x10) = *(int8 *)(param_2 ...
24,248
bf_set
bluesky950520[P]quickjs/libbf.c
int bf_set(bf_t *r, const bf_t *a) { if (r == a) return 0; if (bf_resize(r, a->len)) { bf_set_nan(r); return BF_ST_MEM_ERROR; } r->sign = a->sign; r->expn = a->expn; if (a->len > 0) memcpy(r->tab, a->tab, a->len * sizeof(limb_t)); return 0; }
O2
c
bf_set: pushq %r15 pushq %r14 pushq %rbx xorl %ebx, %ebx cmpq %rsi, %rdi je 0x7326c movq %rsi, %r15 movq %rdi, %r14 movq 0x18(%rsi), %rsi callq 0x730bf testl %eax, %eax je 0x73242 movq %r14, %rdi callq 0x7317d pushq $0x20 popq %rbx jmp 0x7326c movl 0x8(%r15), %eax movl %eax, 0x8(%r14) movq 0x10(%r15), %rax movq %rax, 0...
bf_set: push r15 push r14 push rbx xor ebx, ebx cmp rdi, rsi jz short loc_7326C mov r15, rsi mov r14, rdi mov rsi, [rsi+18h] call bf_resize test eax, eax jz short loc_73242 mov rdi, r14 call bf_set_nan push 20h ; ' ' pop rbx jmp short loc_7326C loc_73242: m...
long long bf_set(long long a1, long long a2) { unsigned int v2; // ebx long long v3; // rdx v2 = 0; if ( a1 != a2 ) { if ( (unsigned int)bf_resize(a1, *(_QWORD *)(a2 + 24)) ) { bf_set_nan(a1); return 32; } else { *(_DWORD *)(a1 + 8) = *(_DWORD *)(a2 + 8); *(_QWORD...
bf_set: PUSH R15 PUSH R14 PUSH RBX XOR EBX,EBX CMP RDI,RSI JZ 0x0017326c MOV R15,RSI MOV R14,RDI MOV RSI,qword ptr [RSI + 0x18] CALL 0x001730bf TEST EAX,EAX JZ 0x00173242 MOV RDI,R14 CALL 0x0017317d PUSH 0x20 POP RBX JMP 0x0017326c LAB_00173242: MOV EAX,dword ptr [R15 + 0x8] MOV dword ptr [R14 + 0x8],EAX MOV RAX,qword ...
int8 bf_set(long param_1,long param_2) { int iVar1; int8 uVar2; uVar2 = 0; if (param_1 != param_2) { iVar1 = bf_resize(param_1,*(int8 *)(param_2 + 0x18)); if (iVar1 == 0) { *(int4 *)(param_1 + 8) = *(int4 *)(param_2 + 8); *(int8 *)(param_1 + 0x10) = *(int8 *)(param_2 + 0x10); if (...
24,249
translog_buffer_flush
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_buffer_flush(struct st_translog_buffer *buffer) { uint32 i, pg; TRANSLOG_ADDRESS offset= buffer->offset; TRANSLOG_FILE *file= buffer->file; uint8 ver= buffer->ver; uint skipped_data; DBUG_ENTER("translog_buffer_flush"); DBUG_PRINT("enter", ("Buffer: #%u %p file: %d of...
O3
c
translog_buffer_flush: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq 0x100038(%rdi), %r12 testq %r12, %r12 je 0x474eb movq %rdi, %rbx movq 0x100010(%rdi), %r13 movb 0x1000d9(%rdi), %r14b callq 0x496a0 movq 0x100038(%rbx), %rax cmpq %r12, %rax jne 0x474eb cmpq %r...
translog_buffer_flush: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov r12, [rdi+100038h] test r12, r12 jz loc_474EB mov rbx, rdi mov r13, [rdi+100010h] mov r14b, [rdi+1000D9h] call translog_wait_for_writers mov rax, [rbx+10003...
long long translog_buffer_flush(long long a1) { unsigned int v1; // r14d long long v2; // r12 long long v4; // r13 char v5; // r14 long long v6; // rax long long v8; // r12 int v9; // eax int v10; // r13d unsigned int v11; // r15d long long v12; // rax long long *v13; // r14 long long v14; // r...
translog_buffer_flush: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R12,qword ptr [RDI + 0x100038] TEST R12,R12 JZ 0x001474eb MOV RBX,RDI MOV R13,qword ptr [RDI + 0x100010] MOV R14B,byte ptr [RDI + 0x1000d9] CALL 0x001496a0 MOV RAX,qword ptr [RBX + 0x100038] CMP RAX,R12 JNZ 0x00147...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ ulong translog_buffer_flush(long param_1) { pthread_mutex_t *__mutex; char *pcVar1; long lVar2; char cVar3; int iVar4; long lVar5; long lVar6; uint uVar7; int8 unaff_R14; pthread_cond_t *__cond; uint uVar8; u...
24,250
sound::play_entity(entt::entity, char const*, bool, float)
untodesu[P]voxelius/game/client/sound.cc
void sound::play_entity(entt::entity entity, const char *sound, bool looping, float pitch) { if(sound) sound::play_entity(entity, resource::load<SoundEffect>(sound), looping, pitch); else sound::play_entity(entity, static_cast<const char *>(nullptr), looping, pitch); }
O3
cpp
sound::play_entity(entt::entity, char const*, bool, float): pushq %rbp pushq %r14 pushq %rbx subq $0x20, %rsp movss %xmm0, 0xc(%rsp) movl %edx, %ebx movq %rsi, %rax movl %edi, %ebp movq %rax, %rsi movl $0x0, %eax testq %rsi, %rsi je 0x6ea20 leaq 0x10(%rsp), %r14 movq %r14, %rdi xorl %edx, %edx callq 0x6cb84 movzbl %bl,...
_ZN5sound11play_entityEN4entt6entityEPKcbf: push rbp push r14 push rbx sub rsp, 20h movss [rsp+38h+var_2C], xmm0 mov ebx, edx mov rax, rsi mov ebp, edi loc_6EA20: mov rsi, rax mov eax, 0 test rsi, rsi jz short loc_6EA20 lea r14, [rsp+38h+var_28] mov rdi, r14 xor ed...
long long sound::play_entity(unsigned int a1, long long a2, unsigned __int8 a3, float a4) { long long v6; // rsi long long result; // rax long long v8; // [rsp+10h] [rbp-28h] BYREF volatile signed __int32 *v9; // [rsp+18h] [rbp-20h] do { v6 = a2; a2 = 0LL; } while ( !v6 ); resource::load<Sou...
play_entity: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x20 MOVSS dword ptr [RSP + 0xc],XMM0 MOV EBX,EDX MOV RAX,RSI MOV EBP,EDI LAB_0016ea20: MOV RSI,RAX MOV EAX,0x0 TEST RSI,RSI JZ 0x0016ea20 LEA R14,[RSP + 0x10] MOV RDI,R14 XOR EDX,EDX CALL 0x0016cb84 LAB_0016ea3c: MOVZX EDX,BL MOV EDI,EBP MOV RSI,R14 MOVSS XMM0,dword ptr ...
/* sound::play_entity(entt::entity, char const*, bool, float) */ void sound::play_entity(int4 param_1,int4 param_2,long param_3,int1 param_4) { long lVar1; char local_28 [8]; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_20; do { lVar1 = param_3; param_3 = 0; } while (lVar1 == 0); resour...
24,251
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/./minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { auto result = Value::array(); for (const auto& e : elements) { if (!e) throw std::runtime_error("Array element is null"); result.push_back(e->evaluate(context)); } return result; }
O0
cpp
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: subq $0xe8, %rsp movq %rdi, 0x20(%rsp) movq %rdi, %rax movq %rax, 0x10(%rsp) movq %rdi, 0xe0(%rsp) movq %rsi, 0xd8(%rsp) movq %rdx, 0xd0(%rsp) movq 0xd8(%rsp), %rax movq %rax, 0x18(%rsp) movb $0x0, 0xcf(%rsp) xorps %xmm0, %xmm0 movaps %xmm0, 0...
_ZNK5minja9ArrayExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: sub rsp, 0E8h mov [rsp+0E8h+var_C8], rdi mov rax, rdi mov [rsp+0E8h+var_D8], rax mov [rsp+0E8h+var_8], rdi mov [rsp+0E8h+var_10], rsi mov [rsp+0E8h+var_18], rdx mov rax, [rsp+0E8h+var_10] mov [rsp+0E8h+var_D0], rax mov...
minja::Value * minja::ArrayExpr::do_evaluate(minja::Value *a1, long long a2, long long a3) { int v3; // edx int v4; // ecx int v5; // r8d int v6; // r9d void (***v7)(void); // rax std::runtime_error *exception; // [rsp+8h] [rbp-E0h] _BYTE v10[80]; // [rsp+30h] [rbp-B8h] BYREF _QWORD *v11; // [rsp+80h] [...
__advance<__gnu_cxx::__normal_iterator<std::pair<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>const,mi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* void std::__advance<__gnu_cxx::__normal_iterator<std::pair<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, nloh...
24,252
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/./minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { auto result = Value::array(); for (const auto& e : elements) { if (!e) throw std::runtime_error("Array element is null"); result.push_back(e->evaluate(context)); } return result; }
O2
cpp
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x70, %rsp movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx xorps %xmm0, %xmm0 movq %rsp, %rsi movaps %xmm0, (%rsi) andq $0x0, 0x10(%rsi) callq 0x4a008 movq %rsp, %rdi callq 0x4982a m...
_ZNK5minja9ArrayExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: push r15 push r14 push r13 push r12 push rbx sub rsp, 70h mov r14, rdx mov r15, rsi mov rbx, rdi xorps xmm0, xmm0 mov rsi, rsp movaps xmmword ptr [rsi], xmm0 and qword ptr [rsi+10h], 0 call _ZN5minja5Value5arr...
minja::Value * minja::ArrayExpr::do_evaluate(minja::Value *this, long long a2, int a3, int a4, int a5, int a6) { void (****v6)(void); // r12 void (****v7)(void); // r13 std::runtime_error *exception; // r15 _BYTE v10[32]; // [rsp+0h] [rbp-98h] BYREF _BYTE v11[120]; // [rsp+20h] [rbp-78h] BYREF minja::Value...
24,253
ma_bitmap_unlock
eloqsql/storage/maria/ma_bitmap.c
void _ma_bitmap_unlock(MARIA_SHARE *share) { MARIA_FILE_BITMAP *bitmap= &share->bitmap; uint send_signal; DBUG_ENTER("_ma_bitmap_unlock"); if (!share->now_transactional) DBUG_VOID_RETURN; DBUG_ASSERT(bitmap->flush_all_requested > 0 && bitmap->non_flushable == 1); mysql_mutex_lock(&bitmap->bitmap_lock)...
O0
c
ma_bitmap_unlock: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax addq $0xa10, %rax # imm = 0xA10 movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rax cmpb $0x0, 0x7e7(%rax) jne 0x4749e jmp 0x47499 jmp 0x47525 jmp 0x474a0 jmp 0x474a2 movq -0x10(%rbp), %rdi addq $0x88, %rdi lea...
_ma_bitmap_unlock: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] add rax, 0A10h mov [rbp+var_10], rax mov rax, [rbp+var_8] cmp byte ptr [rax+7E7h], 0 jnz short loc_4749E jmp short $+2 loc_47499: jmp loc_47525 loc_4749E: jmp short $+2 loc_...
long long ma_bitmap_unlock(long long a1) { long long result; // rax int v2; // eax int v3; // [rsp+Ch] [rbp-14h] result = a1; if ( *(_BYTE *)(a1 + 2023) ) { inline_mysql_mutex_lock_3( a1 + 2712, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_bitmap.c", 0x279u);...
_ma_bitmap_unlock: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] ADD RAX,0xa10 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x8] CMP byte ptr [RAX + 0x7e7],0x0 JNZ 0x0014749e JMP 0x00147499 LAB_00147499: JMP 0x00147525 LAB_0014749e: JMP 0x001474a0 LAB_00147...
void _ma_bitmap_unlock(long param_1) { int iVar1; uint local_1c; if (*(char *)(param_1 + 0x7e7) != '\0') { inline_mysql_mutex_lock (param_1 + 0xa98,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_bitmap.c", 0x279); *(int4 *)(param_1 + 0xa48) = 0; _ma_bitmap...
24,254
my_mb_wc_cp932
eloqsql/strings/ctype-cp932.c
static int my_mb_wc_cp932(CHARSET_INFO *cs __attribute__((unused)), my_wc_t *pwc, const uchar *s, const uchar *e){ int hi; if (s >= e) return MY_CS_TOOSMALL; if ((hi= s[0]) < 0x80) /* ASCII: [00-7F] -> [U+0000..U+007F] */ { *pwc= hi; return 1; } /* JIS-X-0201 Half width Katakana: [A1...
O0
c
my_mb_wc_cp932: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0x42cda movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x42e38 movq -0x20(%rbp), %rax movzbl (%rax), %eax movl %eax, -0x2c(%rbp) cm...
my_mb_wc_cp932: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_42CDA mov [rbp+var_4], 0FFFFFF9Bh jmp loc_42E38 loc_42CDA: mov rax, [rbp+var_20] movzx ...
long long my_mb_wc_cp932(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4) { long long v4; // rax unsigned int v5; // eax bool v7; // [rsp+1h] [rbp-2Fh] char v8; // [rsp+2h] [rbp-2Eh] char v9; // [rsp+3h] [rbp-2Dh] unsigned int v10; // [rsp+4h] [rbp-2Ch] if ( (unsigned long long)a3 <...
my_mb_wc_cp932: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x00142cda MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x00142e38 LAB_00142cda: MOV RAX,qw...
int4 my_mb_wc_cp932(int8 param_1,ulong *param_2,byte *param_3,byte *param_4) { ushort uVar1; bool bVar2; uint uVar3; int4 local_c; if (param_3 < param_4) { uVar3 = (uint)*param_3; if (uVar3 < 0x80) { *param_2 = (long)(int)uVar3; local_c = 1; } else if ((uVar3 < 0xa1) || (0xdf ...
24,255
my_multi_malloc_large
eloqsql/mysys/mulalloc.c
void *my_multi_malloc_large(PSI_memory_key key, myf myFlags, ...) { va_list args; char **ptr,*start,*res; ulonglong tot_length,length; DBUG_ENTER("my_multi_malloc"); va_start(args,myFlags); tot_length=0; while ((ptr=va_arg(args, char **))) { length=va_arg(args,ulonglong); tot_length+=ALIGN_SIZE...
O0
c
my_multi_malloc_large: pushq %rbp movq %rsp, %rbp subq $0x170, %rsp # imm = 0x170 testb %al, %al je 0x7e6d1 movaps %xmm0, -0xe0(%rbp) movaps %xmm1, -0xd0(%rbp) movaps %xmm2, -0xc0(%rbp) movaps %xmm3, -0xb0(%rbp) movaps %xmm4, -0xa0(%rbp) movaps %xmm5, -0x90(%rbp) movaps %xmm6, -0x80(%rbp) movaps %xmm7, -0x70...
my_multi_malloc_large: push rbp mov rbp, rsp sub rsp, 170h test al, al jz short loc_7E6D1 movaps [rbp+var_E0], xmm0 movaps [rbp+var_D0], xmm1 movaps [rbp+var_C0], xmm2 movaps [rbp+var_B0], xmm3 movaps [rbp+var_A0], xmm4 movaps [rbp+var_90], xmm5 movaps [rbp+var_80], xmm6 movaps [rbp+var_70], ...
long long my_multi_malloc_large(unsigned int a1, long long a2, ...) { _QWORD *overflow_arg_area; // rax _QWORD *v3; // rax _QWORD *v4; // rax _QWORD *v5; // rax long long i; // [rsp+120h] [rbp-50h] long long j; // [rsp+128h] [rbp-48h] long long v9; // [rsp+130h] [rbp-40h] va_list va; // [rsp+140h] [rbp-...
my_multi_malloc_large: PUSH RBP MOV RBP,RSP SUB RSP,0x170 TEST AL,AL JZ 0x0017e6d1 MOVAPS xmmword ptr [RBP + -0xe0],XMM0 MOVAPS xmmword ptr [RBP + -0xd0],XMM1 MOVAPS xmmword ptr [RBP + -0xc0],XMM2 MOVAPS xmmword ptr [RBP + -0xb0],XMM3 MOVAPS xmmword ptr [RBP + -0xa0],XMM4 MOVAPS xmmword ptr [RBP + -0x90],XMM5 MOVAPS xm...
/* WARNING: Restarted to delay deadcode elimination for space: stack */ long my_multi_malloc_large (int8 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5,int8 param_6,int8 param_7,int8 param_8, int4 param_9,int8 param_10,int8 param_11,int8 param_12, ...
24,256
common_sampler_sample(common_sampler*, llama_context*, int, bool)
monkey531[P]llama/common/sampling.cpp
llama_token common_sampler_sample(struct common_sampler * gsmpl, struct llama_context * ctx, int idx, bool grammar_first) { gsmpl->set_logits(ctx, idx); auto & grmr = gsmpl->grmr; auto & chain = gsmpl->chain; auto & cur_p = gsmpl->cur_p; // initialized by set_logits if (grammar_first) { l...
O1
cpp
common_sampler_sample(common_sampler*, llama_context*, int, bool): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movl %ecx, %r12d movl %edx, %ebp movq %rsi, %r15 movq %rdi, %rbx callq 0xcfeee leaq 0x198(%rbx), %r14 testl %r12d, %r12d je 0xced81 movq 0x138(%rbx), %rdi movq %r14, %rsi...
_Z21common_sampler_sampleP14common_samplerP13llama_contextib: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r12d, ecx mov ebp, edx mov r15, rsi mov rbx, rdi call _ZN14common_sampler10set_logitsEP13llama_contexti; common_sampler::set_logits(llama_context ...
long long common_sampler_sample(_QWORD *a1, long long a2, unsigned int a3, int a4) { _QWORD *v6; // r14 long long v7; // rax unsigned int v8; // r13d long long v9; // rax double v11; // xmm0_8 int v12; // [rsp+Ch] [rbp-5Ch] BYREF double v13; // [rsp+10h] [rbp-58h] BYREF _QWORD v14[3]; // [rsp+18h] [rbp...
common_sampler_sample: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R12D,ECX MOV EBP,EDX MOV R15,RSI MOV RBX,RDI CALL 0x001cfeee LEA R14,[RBX + 0x198] TEST R12D,R12D JZ 0x001ced81 MOV RDI,qword ptr [RBX + 0x138] MOV RSI,R14 CALL 0x0011bdb0 LAB_001ced81: MOV RDI,qword ptr [RBX + 0x140] MOV RSI,...
/* common_sampler_sample(common_sampler*, llama_context*, int, bool) */ int4 common_sampler_sample(common_sampler *param_1,llama_context *param_2,int param_3,bool param_4) { common_sampler *pcVar1; int7 in_register_00000009; char *pcVar2; int8 uVar3; int4 uVar4; int4 local_5c; ulong local_58; int4 *l...
24,257
strmake_root
eloqsql/mysys/my_alloc.c
char *strmake_root(MEM_ROOT *root, const char *str, size_t len) { char *pos; if ((pos=alloc_root(root,len+1))) { if (len) memcpy(pos,str,len); pos[len]=0; } return pos; }
O3
c
strmake_root: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %rbx movq %rsi, %r14 leaq 0x1(%rdx), %rsi callq 0x2e303 movq %rax, %r15 testq %rax, %rax je 0x2e6fe testq %rbx, %rbx je 0x2e6f9 movq %r15, %rdi movq %r14, %rsi movq %rbx, %rdx callq 0x24240 movb $0x0, (%r15,%rbx) movq %r15, ...
strmake_root: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdx mov r14, rsi lea rsi, [rdx+1] call alloc_root mov r15, rax test rax, rax jz short loc_2E6FE test rbx, rbx jz short loc_2E6F9 mov rdi, r15 mov rsi, r14 mov rdx, rbx call ...
char * strmake_root(long long a1, long long a2, long long a3) { char *v4; // rax char *v5; // r15 v4 = alloc_root(a1, a3 + 1); v5 = v4; if ( v4 ) { if ( a3 ) memcpy(v4, a2, a3); v5[a3] = 0; } return v5; }
strmake_root: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RSI LEA RSI,[RDX + 0x1] CALL 0x0012e303 MOV R15,RAX TEST RAX,RAX JZ 0x0012e6fe TEST RBX,RBX JZ 0x0012e6f9 MOV RDI,R15 MOV RSI,R14 MOV RDX,RBX CALL 0x00124240 LAB_0012e6f9: MOV byte ptr [R15 + RBX*0x1],0x0 LAB_0012e6fe: MOV RAX,R1...
void * strmake_root(int8 param_1,void *param_2,size_t param_3) { void *__dest; __dest = (void *)alloc_root(param_1,param_3 + 1); if (__dest != (void *)0x0) { if (param_3 != 0) { memcpy(__dest,param_2,param_3); } *(int1 *)((long)__dest + param_3) = 0; } return __dest; }
24,258
JS_ReadTypedArray
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_ReadTypedArray(BCReaderState *s) { JSContext *ctx = s->ctx; JSValue obj = JS_UNDEFINED, array_buffer = JS_UNDEFINED; uint8_t array_tag; JSValue args[3]; uint32_t offset, len, idx; if (bc_get_u8(s, &array_tag)) return JS_EXCEPTION; if (array_tag >= JS_TYPED_ARRAY_CO...
O0
c
JS_ReadTypedArray: subq $0xd8, %rsp movq %rdi, 0xc0(%rsp) movq 0xc0(%rsp), %rax movq (%rax), %rax movq %rax, 0xb8(%rsp) movq 0x91747(%rip), %rax # 0x10c210 movq %rax, 0xa8(%rsp) movq 0x91740(%rip), %rax # 0x10c218 movq %rax, 0xb0(%rsp) movq 0x91729(%rip), %rax # 0x10c210 movq %rax, 0x98(%rsp) movq 0x91722(%...
JS_ReadTypedArray: sub rsp, 0D8h mov [rsp+0D8h+var_18], rdi mov rax, [rsp+0D8h+var_18] mov rax, [rax] mov [rsp+0D8h+var_20], rax mov rax, cs:qword_10C210 mov [rsp+0D8h+var_30], rax mov rax, cs:qword_10C218 mov [rsp+0D8h+var_28], rax mov rax, cs:qword_10C210 mov [rsp+0D8h+var_...
long long JS_ReadTypedArray( long long *a1, __m128 a2, __m128 a3, __m128 a4, __m128 a5, double a6, double a7, __m128 a8, __m128 a9) { long long v9; // rdx long long v10; // rcx long long v11; // r8 long long v12; // r9 __m128 v13; // xmm...
JS_ReadTypedArray: SUB RSP,0xd8 MOV qword ptr [RSP + 0xc0],RDI MOV RAX,qword ptr [RSP + 0xc0] MOV RAX,qword ptr [RAX] MOV qword ptr [RSP + 0xb8],RAX MOV RAX,qword ptr [0x0020c210] MOV qword ptr [RSP + 0xa8],RAX MOV RAX,qword ptr [0x0020c218] MOV qword ptr [RSP + 0xb0],RAX MOV RAX,qword ptr [0x0020c210] MOV qword ptr [R...
int1 [16] JS_ReadTypedArray(int8 *param_1) { uint uVar1; int iVar2; long lVar3; int1 auVar4 [16]; uint uStack_d4; int4 local_80; int4 local_7c; int1 local_78 [16]; int1 local_68 [16]; int1 local_58 [16]; byte local_41; int1 local_40 [16]; int1 local_30 [16]; int8 local_20; int8 *local_1...
24,259
JS_ReadTypedArray
bluesky950520[P]quickjs/quickjs.c
static JSValue JS_ReadTypedArray(BCReaderState *s) { JSContext *ctx = s->ctx; JSValue obj = JS_UNDEFINED, array_buffer = JS_UNDEFINED; uint8_t array_tag; JSValue args[3]; uint32_t offset, len, idx; if (bc_get_u8(s, &array_tag)) return JS_EXCEPTION; if (array_tag >= JS_TYPED_ARRAY_CO...
O3
c
JS_ReadTypedArray: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdi, %r15 movq (%rdi), %r14 leaq 0x7(%rsp), %rsi callq 0x46998 movl $0x6, %ebx testl %eax, %eax je 0x47689 xorl %r13d, %r13d movq %r13, %rax movq %rbx, %rdx addq $0x58, %rsp popq %rbx popq %r12 popq %r13 popq %r1...
JS_ReadTypedArray: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov r15, rdi mov r14, [rdi] lea rsi, [rsp+88h+var_81] call bc_get_u8 mov ebx, 6 test eax, eax jz short loc_47689 loc_47671: xor r13d, r13d loc_47674: mov rax, r13 mov rdx, r...
unsigned long long JS_ReadTypedArray( long long a1, __m128 a2, __m128 a3, __m128 a4, __m128 a5, double a6, double a7, __m128 a8, __m128 a9, long long a10, long long a11, long long a12, int a13, int a14) { ...
JS_ReadTypedArray: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R15,RDI MOV R14,qword ptr [RDI] LEA RSI,[RSP + 0x7] CALL 0x00146998 MOV EBX,0x6 TEST EAX,EAX JZ 0x00147689 LAB_00147671: XOR R13D,R13D LAB_00147674: MOV RAX,R13 MOV RDX,RBX ADD RSP,0x58 POP RBX POP R12 POP R13 POP R14 POP R15 POP ...
int1 [16] JS_ReadTypedArray(long *param_1) { uint uVar1; long lVar2; int8 uVar3; int iVar4; int1 auVar7 [16]; int1 auVar8 [16]; byte local_81; uint local_80; uint local_7c; ulong local_78; int *local_70; int *local_68; ulong local_60; double local_58; int8 local_50; double local_48; ...
24,260
testing::internal::FormatDeathTestOutput(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest-death-test.cc
static ::std::string FormatDeathTestOutput(const ::std::string& output) { ::std::string ret; for (size_t at = 0;;) { const size_t line_end = output.find('\n', at); ret += "[ DEATH ] "; if (line_end == ::std::string::npos) { ret += output.substr(at); break; } ret += output.substr(a...
O1
cpp
testing::internal::FormatDeathTestOutput(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x10(%rdi), %rax movq %rax, 0x20(%rsp) movq %rax, (%rdi) movq $0x0, 0x8...
_ZN7testing8internalL21FormatDeathTestOutputERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r14, rsi mov rbx, rdi lea rax, [rdi+10h] mov [rsp+58h+var_38], rax mov [rdi], rax mov qword ptr [rdi+8...
long long testing::internal::FormatDeathTestOutput(long long a1, long long a2) { long long v2; // r15 long long v3; // r13 void *v5; // [rsp+0h] [rbp-58h] BYREF _QWORD v6[9]; // [rsp+10h] [rbp-48h] BYREF v6[2] = a1 + 16; *(_QWORD *)a1 = a1 + 16; *(_QWORD *)(a1 + 8) = 0LL; *(_BYTE *)(a1 + 16) = 0; v2...
FormatDeathTestOutput: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R14,RSI MOV RBX,RDI LEA RAX,[RDI + 0x10] MOV qword ptr [RSP + 0x20],RAX MOV qword ptr [RDI],RAX MOV qword ptr [RDI + 0x8],0x0 MOV byte ptr [RDI + 0x10],0x0 XOR R15D,R15D MOV R12,RSP LAB_001106b1: MOV RDI,R14 MOV ESI,0xa MOV RD...
/* testing::internal::FormatDeathTestOutput(std::__cxx11::string const&) */ internal * __thiscall testing::internal::FormatDeathTestOutput(internal *this,string *param_1) { long lVar1; long *local_58 [2]; long local_48 [2]; internal *local_38; local_38 = this + 0x10; *(internal **)this = local_38; *...
24,261
ma_pvio_tls_check_fp
eloqsql/libmariadb/libmariadb/ma_tls.c
my_bool ma_pvio_tls_check_fp(MARIADB_TLS *ctls, const char *fp, const char *fp_list) { unsigned int cert_fp_len= 64; char *cert_fp= NULL; my_bool rc=1; MYSQL *mysql= ctls->pvio->mysql; cert_fp= (char *)malloc(cert_fp_len); if ((cert_fp_len= ma_tls_get_finger_print(ctls, cert_fp, cert_fp_len)) < 1) got...
O3
c
ma_pvio_tls_check_fp: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x118, %rsp # imm = 0x118 movq %rdx, %rbx movq %rsi, %r12 movq %rdi, %r15 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq 0x8(%rdi), %rax movq 0x40(%rax), %rax movq %rax, -0x138(%rbp) movl $0x40, %ed...
ma_pvio_tls_check_fp: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 118h mov rbx, rdx mov r12, rsi mov r15, rdi mov rax, fs:28h mov [rbp+var_30], rax mov rax, [rdi+8] mov rax, [rax+40h] mov [rbp+var_138], rax mov edi, 40h ; '@' ...
long long ma_pvio_tls_check_fp(long long a1, long long a2, long long a3) { _BYTE *v3; // r13 long long v5; // r14 unsigned int finger_print; // eax unsigned int v7; // r15d unsigned int v8; // eax long long v10; // rax long long v11; // r12 _BYTE *v12; // rax unsigned int v13; // eax long long v14;...
ma_pvio_tls_check_fp: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x118 MOV RBX,RDX MOV R12,RSI MOV R15,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RDI + 0x8] MOV RAX,qword ptr [RAX + 0x40] MOV qword ptr [RBP + -0x138],RAX MOV EDI,0x40 CALL 0x00113600...
int4 ma_pvio_tls_check_fp(long param_1,char *param_2,long param_3) { int8 uVar1; char cVar2; int iVar3; int4 uVar4; void *__ptr; size_t sVar5; long lVar6; long lVar7; char *pcVar8; int8 unaff_R13; int7 uVar9; long in_FS_OFFSET; char local_138 [256]; long local_38; local_38 = *(long *)...
24,262
find_longest_bitstream
eloqsql/storage/myisam/mi_packrec.c
static uint find_longest_bitstream(uint16 *table, uint16 *end) { uint length= 1; uint length2; if (!(*table & IS_CHAR)) { uint16 *next= table + *table; if (next > end || next == table) { DBUG_PRINT("error", ("ERROR: illegal pointer in decode tree")); return OFFSET_TABLE_SIZE; } ...
O3
c
find_longest_bitstream: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 movswq (%rdi), %rax testq %rax, %rax js 0x82b84 leaq (%r14,%rax,2), %rdi cmpq %rbx, %rdi seta %cl testw %ax, %ax sete %al orb %cl, %al movl $0x200, %eax # imm = 0x200 jne 0x82bc7 mov...
find_longest_bitstream_0: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rsi mov r14, rdi movsx rax, word ptr [rdi] test rax, rax js short loc_82B84 lea rdi, [r14+rax*2] cmp rdi, rbx setnbe cl test ax, ax setz al or al, cl mov eax, 200h jn...
long long find_longest_bitstream_0(__int16 *a1, unsigned long long a2) { long long v3; // rax __int16 *v4; // rdi bool v5; // zf long long result; // rax unsigned int v7; // r15d long long v8; // rax unsigned long long v9; // rdi bool v10; // dl v3 = *a1; if ( v3 < 0 ) { v7 = 1; } else ...
find_longest_bitstream: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI MOVSX RAX,word ptr [RDI] TEST RAX,RAX JS 0x00182b84 LEA RDI,[R14 + RAX*0x2] CMP RDI,RBX SETA CL TEST AX,AX SETZ AL OR AL,CL MOV EAX,0x200 JNZ 0x00182bc7 MOV RSI,RBX CALL 0x00182b42 MOV R15D,EAX INC R15D JMP 0x00182b...
uint find_longest_bitstream(short *param_1,short *param_2) { short sVar1; int iVar2; uint uVar3; uint uVar4; sVar1 = *param_1; if ((long)sVar1 < 0) { uVar4 = 1; } else { if (sVar1 == 0 || param_2 < param_1 + sVar1) { return 0x200; } iVar2 = find_longest_bitstream(param_1 + sVa...
24,263
js_proxy_constructor
bluesky950520[P]quickjs/quickjs.c
static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue target, handler; JSValue obj; JSProxyData *s; target = argv[0]; handler = argv[1]; if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT || JS_VALUE_GET_T...
O1
c
js_proxy_constructor: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %r15 movq 0x8(%r8), %r12 movq 0x18(%r8), %r13 movl %r13d, %eax notl %eax movl %r12d, %ebp movl $0xffffffff, %ecx # imm = 0xFFFFFFFF xorq %rbp, %rcx orq %rcx, %rax je 0x34def leaq 0x68b44(%rip), %rsi...
js_proxy_constructor: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r15, rdi mov r12, [r8+8] mov r13, [r8+18h] mov eax, r13d not eax mov ebp, r12d mov ecx, 0FFFFFFFFh xor rcx, rbp or rax, rcx jz short loc_34DEF lea rsi, aOperan...
unsigned long long js_proxy_constructor( long long a1, __m128 a2, __m128 a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, long long a10, long long a11, long long a12, long long *a13, lon...
js_proxy_constructor: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R15,RDI MOV R12,qword ptr [R8 + 0x8] MOV R13,qword ptr [R8 + 0x18] MOV EAX,R13D NOT EAX MOV EBP,R12D MOV ECX,0xffffffff XOR RCX,RBP OR RAX,RCX JZ 0x00134def LEA RSI,[0x19d91d] XOR EBX,EBX MOV RDI,R15 XOR EAX,EAX CALL 0x00121953...
int1 [16] js_proxy_constructor(long param_1) { ulong uVar1; int8 uVar2; int *piVar3; int *piVar4; int1 uVar5; byte bVar6; int8 *puVar7; ulong uVar8; int8 *in_R8; int1 auVar9 [16]; int1 auVar10 [16]; int local_48; uVar1 = in_R8[1]; uVar2 = in_R8[3]; if ((int)uVar2 == -1 && (uVar1 & 0x...
24,264
js_proxy_constructor
bluesky950520[P]quickjs/quickjs.c
static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue target, handler; JSValue obj; JSProxyData *s; target = argv[0]; handler = argv[1]; if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT || JS_VALUE_GET_T...
O2
c
js_proxy_constructor: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdi, %r15 movq 0x8(%r8), %r13 movl %r13d, %eax notl %eax movq 0x18(%r8), %r12 movl %r12d, %ecx notl %ecx orl %eax, %ecx je 0x2e6e6 movq %r15, %rdi callq 0x1ca65 pushq $0x6 popq %rbx xorl %r14d, %r14d xorl %ecx...
js_proxy_constructor: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r15, rdi mov r13, [r8+8] mov eax, r13d not eax mov r12, [r8+18h] mov ecx, r12d not ecx or ecx, eax jz short loc_2E6E6 mov rdi, r15 call JS_ThrowTypeErrorNotAnOb...
unsigned long long js_proxy_constructor( 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, _QWORD *a13, long l...
js_proxy_constructor: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R15,RDI MOV R13,qword ptr [R8 + 0x8] MOV EAX,R13D NOT EAX MOV R12,qword ptr [R8 + 0x18] MOV ECX,R12D NOT ECX OR ECX,EAX JZ 0x0012e6e6 MOV RDI,R15 CALL 0x0011ca65 LAB_0012e6d9: PUSH 0x6 POP RBX XOR R14D,R14D XOR ECX,ECX JMP 0x00...
int1 [16] js_proxy_constructor(int8 param_1) { int8 uVar1; int8 uVar2; int *piVar3; int *piVar4; int1 uVar5; int8 *puVar6; ulong uVar7; int8 *in_R8; int1 auVar8 [16]; int1 auVar9 [16]; int local_48; uVar1 = in_R8[1]; uVar2 = in_R8[3]; if ((int)uVar2 == -1 && (int)uVar1 == -1) { piV...
24,265
js_proxy_constructor
bluesky950520[P]quickjs/quickjs.c
static JSValue js_proxy_constructor(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue target, handler; JSValue obj; JSProxyData *s; target = argv[0]; handler = argv[1]; if (JS_VALUE_GET_TAG(target) != JS_TAG_OBJECT || JS_VALUE_GET_T...
O3
c
js_proxy_constructor: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdi, %r15 movq 0x8(%r8), %rbp movl %ebp, %eax notl %eax movq 0x18(%r8), %r12 movl %r12d, %ecx notl %ecx orl %eax, %ecx je 0x35f2b leaq 0x6a9d8(%rip), %rsi # 0xa08ed xorl %ebx, %ebx movq %r15, %rdi xorl %ea...
js_proxy_constructor: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r15, rdi mov rbp, [r8+8] mov eax, ebp not eax mov r12, [r8+18h] mov ecx, r12d not ecx or ecx, eax jz short loc_35F2B lea rsi, aOperandPrototy+20h; "not an object" ...
unsigned long long js_proxy_constructor( long long a1, __m128 a2, __m128 a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, long long a10, long long a11, long long a12, _QWORD *a13, long l...
js_proxy_constructor: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R15,RDI MOV RBP,qword ptr [R8 + 0x8] MOV EAX,EBP NOT EAX MOV R12,qword ptr [R8 + 0x18] MOV ECX,R12D NOT ECX OR ECX,EAX JZ 0x00135f2b LEA RSI,[0x1a08ed] XOR EBX,EBX MOV RDI,R15 XOR EAX,EAX CALL 0x0012214f MOV R14D,0x6 XOR ECX,EC...
int1 [16] js_proxy_constructor(long param_1) { ushort uVar1; int iVar2; int8 uVar3; int8 uVar4; int *piVar5; int *piVar6; int *piVar7; int8 *puVar8; ulong uVar9; int8 *in_R8; int1 uVar10; int1 auVar11 [16]; int1 auVar12 [16]; uVar3 = in_R8[1]; uVar4 = in_R8[3]; if ((int)uVar4 == -1...
24,266
expand_tilde
eloqsql/mysys/mf_pack.c
static char * expand_tilde(char **path) { if (path[0][0] == FN_LIBCHAR) return home_dir; /* ~/ expanded to home */ #ifdef HAVE_GETPWNAM { char *str,save; struct passwd *user_entry; if (!(str=strchr(*path,FN_LIBCHAR))) str=strend(*path); save= *str; *str= '\0'; user_entry=getpwnam(*p...
O0
c
expand_tilde: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movsbl (%rax), %eax cmpl $0x2f, %eax jne 0x2fd1e leaq 0x3cf0a6(%rip), %rax # 0x3fedb8 movq (%rax), %rax movq %rax, -0x8(%rbp) jmp 0x2fd9f movq -0x10(%rbp), %rax movq (%rax), %rdi movl $0x2f, %esi...
expand_tilde: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov rax, [rbp+var_10] mov rax, [rax] movsx eax, byte ptr [rax] cmp eax, 2Fh ; '/' jnz short loc_2FD1E lea rax, home_dir mov rax, [rax] mov [rbp+var_8], rax jmp loc_2FD9F loc_2FD1E: mov rax, [rbp+v...
long long expand_tilde(char **a1) { long long v2; // [rsp+8h] [rbp-28h] char v3; // [rsp+17h] [rbp-19h] char *v4; // [rsp+18h] [rbp-18h] if ( **a1 == 47 ) return home_dir; v4 = (char *)strchr(*a1, 47LL); if ( !v4 ) v4 = (char *)strend(*a1); v3 = *v4; *v4 = 0; v2 = getpwnam(*a1); *v4 = v3; ...
expand_tilde: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOVSX EAX,byte ptr [RAX] CMP EAX,0x2f JNZ 0x0012fd1e LEA RAX,[0x4fedb8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x8],RAX JMP 0x0012fd9f LAB_0012fd1e: MOV RAX,qword ptr [RBP + -0x...
char * expand_tilde(int8 *param_1) { char cVar1; passwd *ppVar2; char *local_20; char *local_10; if (*(char *)*param_1 == '/') { local_10 = home_dir; } else { local_20 = strchr((char *)*param_1,0x2f); if (local_20 == (char *)0x0) { local_20 = (char *)strend(*param_1); } cVar...
24,267
minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
ArgumentsValue evaluate(const std::shared_ptr<Context> & context) const { ArgumentsValue vargs; for (const auto& arg : this->args) { if (auto un_expr = std::dynamic_pointer_cast<UnaryOpExpr>(arg)) { if (un_expr->op == UnaryOpExpr::Op::Expansion) { auto arr...
O2
cpp
minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xe8, %rsp movq %rdx, %r15 movq %rdi, %rbp xorps %xmm0, %xmm0 movups %xmm0, 0x20(%rdi) movups %xmm0, 0x10(%rdi) movups %xmm0, (%rdi) movq (%rsi), %r13 movq %rsi, 0x...
_ZNK5minja19ArgumentsExpression8evaluateERKSt10shared_ptrINS_7ContextEE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0E8h mov r15, rdx mov rbp, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi+20h], xmm0 movups xmmword ptr [rdi+10h], xmm0 movups xmmword ptr [rdi], xmm0 ...
_OWORD * minja::ArgumentsExpression::evaluate(_OWORD *a1, void (*****a2)(void)) { long long v2; // rbp void (****v3)(void); // r13 void (****v4)(void); // r14 int v5; // ecx void (****v6)(void); // r14 void (****v7)(void); // rbx std::runtime_error *v9; // r15 std::runtime_error *exception; // r15 lon...
evaluate: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV R15,RDX MOV RBP,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI],XMM0 MOV R13,qword ptr [RSI] MOV qword ptr [RSP + 0x20],RSI MOV R14,qword ptr [RSI + 0x8] LEA R12,[RSP +...
/* minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const */ ArgumentsExpression * __thiscall minja::ArgumentsExpression::evaluate(ArgumentsExpression *this,shared_ptr *param_1) { int8 *puVar1; long lVar2; runtime_error *prVar3; int8 *puVar4; long lVar5; long local_108; __sh...
24,268
Event_queue::Event_queue()
eloqsql/sql/event_queue.cc
Event_queue::Event_queue() :next_activation_at(0), mutex_last_locked_at_line(0), mutex_last_unlocked_at_line(0), mutex_last_attempted_lock_at_line(0), mutex_last_locked_in_func("n/a"), mutex_last_unlocked_in_func("n/a"), mutex_last_attempted_lock_in_func("n/a"), mutex_queue_data_locked(FALSE), ...
O0
cpp
Event_queue::Event_queue(): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rsi movq %rsi, -0x10(%rbp) movq $0x0, 0xb0(%rsi) movl $0x0, 0xb8(%rsi) movl $0x0, 0xbc(%rsi) movl $0x0, 0xc0(%rsi) leaq 0x5f7051(%rip), %rax # 0x13dd355 movq %rax, 0xc8(%rsi) leaq 0x5f7043(%rip), %rax #...
_ZN11Event_queueC2Ev: push rbp; Alternative name is 'Event_queue::Event_queue(void)' mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rsi, [rbp+var_8] mov [rbp+var_10], rsi mov qword ptr [rsi+0B0h], 0 mov dword ptr [rsi+0B8h], 0 mov dword ptr [rsi+0BCh], 0 mov dword ptr [rsi+0C0...
void Event_queue::Event_queue(Event_queue *this) { *((_QWORD *)this + 22) = 0LL; *((_DWORD *)this + 46) = 0; *((_DWORD *)this + 47) = 0; *((_DWORD *)this + 48) = 0; *((_QWORD *)this + 25) = "n/a"; *((_QWORD *)this + 26) = "n/a"; *((_QWORD *)this + 27) = "n/a"; *((_BYTE *)this + 224) = 0; *((_BYTE *)t...
get_item_copy<Item_func_concat>: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] CALL 0x00d2f5f0 MOV RSI,RAX MOV qword ptr [RBP + -0x48],RSI MOV EDI,0xc8 CALL 0x008ee3b0 MOV RCX,RAX MOV qword ptr [RBP + -0x40],RCX MOV byte ptr [RBP + -0x19]...
/* Item* get_item_copy<Item_func_concat>(THD*, Item_func_concat*) */ Item * get_item_copy<Item_func_concat>(THD *param_1,Item_func_concat *param_2) { st_mem_root *psVar1; Item_func_concat *this; int8 local_40; psVar1 = (st_mem_root *)get_thd_memroot(param_1); this = (Item_func_concat *)Item::operator_ne...
24,269
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...
hkr04[P]cpp-mcp/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*>(...
O0
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: sub rsp, 58h mov qword ptr [rsp+58h+var_8], rdi; char mov qword ptr [rsp+58h+var_10], rsi; int mov...
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>>: SUB RSP,0x58 MOV qword ptr [RSP + 0x50],RDI ...
/* 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...
24,270
my_copy_incomplete_char
eloqsql/strings/ctype-ucs2.c
static my_char_copy_status_t my_copy_incomplete_char(CHARSET_INFO *cs, char *dst, size_t dst_length, const char *src, size_t src_length, size_t nchars, my_bool fix) { size_t pad_length; size_t src_offset= src_length % cs->mbminlen; if (dst_le...
O0
c
my_copy_incomplete_char: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movb 0x10(%rbp), %al movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq %r9, -0x38(%rbp) movq -0x30(%rbp), %rax movq -0x10(%rbp), %rcx movl 0x98(%rcx), %ecx xorl %edx, %edx divq %rcx ...
my_copy_incomplete_char: push rbp mov rbp, rsp sub rsp, 50h mov al, [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_38], r9 mov rax, [rbp+var_30] mov rcx, [rbp+var_10] mov ecx, [rcx+9...
long long my_copy_incomplete_char( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, long long a6, char a7) { unsigned long long v8; // [rsp+8h] [rbp-48h] unsigned long long v9; // [rsp+10h] [rbp-40h] v8 = a5 % *(unsig...
my_copy_incomplete_char: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV AL,byte ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x30] MOV RCX,qw...
int4 my_copy_incomplete_char (long param_1,void *param_2,ulong param_3,void *param_4,ulong param_5,long param_6, char param_7) { int iVar1; size_t __n; int4 local_c; param_5 = param_5 % (ulong)*(uint *)(param_1 + 0x98); if ((param_3 < *(uint *)(param_1 + 0x98)) || (param_6 == 0)) { ...
24,271
ratio
eloqsql/strings/dtoa.c
static double ratio(Bigint *a, Bigint *b) { U da, db; int k, ka, kb; dval(&da)= b2d(a, &ka); dval(&db)= b2d(b, &kb); k= ka - kb + 32*(a->wds - b->wds); if (k > 0) word0(&da)+= (ULong)(k*Exp_msk1 * 1.0); else { k= -k; word0(&db)+= k*Exp_msk1; } return dval(&da) / dval(&db); }
O0
c
ratio: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi leaq -0x28(%rbp), %rsi callq 0xd1800 movsd %xmm0, -0x18(%rbp) movq -0x10(%rbp), %rdi leaq -0x2c(%rbp), %rsi callq 0xd1800 movsd %xmm0, -0x20(%rbp) movl -0x28(%rbp), %eax subl -0x2c(%rbp), %eax movq -0x8...
ratio: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8] lea rsi, [rbp+var_28] call b2d movsd [rbp+var_18], xmm0 mov rdi, [rbp+var_10] lea rsi, [rbp+var_2C] call b2d movsd [rbp+var_20], xmm0 mov eax, [rbp+var_28] sub e...
double ratio(long long a1, long long a2) { int v3; // [rsp+4h] [rbp-2Ch] BYREF int v4; // [rsp+8h] [rbp-28h] BYREF int v5; // [rsp+Ch] [rbp-24h] double v6; // [rsp+10h] [rbp-20h] double v7; // [rsp+18h] [rbp-18h] long long v8; // [rsp+20h] [rbp-10h] long long v9; // [rsp+28h] [rbp-8h] v9 = a1; v8 = ...
ratio: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] LEA RSI,[RBP + -0x28] CALL 0x001d1800 MOVSD qword ptr [RBP + -0x18],XMM0 MOV RDI,qword ptr [RBP + -0x10] LEA RSI,[RBP + -0x2c] CALL 0x001d1800 MOVSD qword ptr [RBP + -0x20],XMM0 MOV EAX...
double ratio(long param_1,long param_2) { int iVar1; double dVar2; int local_34; int local_30 [2]; int8 local_28; int8 local_20; long local_18; long local_10; local_18 = param_2; local_10 = param_1; local_20 = (double)b2d(param_1,local_30); dVar2 = (double)b2d(local_18,&local_34); iVar1 =...
24,272
ma_pvio_tls_init
eloqsql/libmariadb/libmariadb/ma_tls.c
MARIADB_TLS *ma_pvio_tls_init(MYSQL *mysql) { MARIADB_TLS *ctls= NULL; if (!ma_tls_initialized) ma_tls_start(mysql->net.last_error, MYSQL_ERRMSG_SIZE); if (!(ctls= (MARIADB_TLS *)calloc(1, sizeof(MARIADB_TLS)))) { return NULL; } /* register error routine and methods */ ctls->pvio= mysql->net.pv...
O0
c
ma_pvio_tls_init: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq $0x0, -0x18(%rbp) leaq 0x3c1a5(%rip), %rax # 0x603e0 cmpb $0x0, (%rax) jne 0x24255 movq -0x10(%rbp), %rdi addq $0x97, %rdi movl $0x200, %esi # imm = 0x200 callq 0x36840 movl $0x1, %edi movl $0x18, %esi callq 0x132c0...
ma_pvio_tls_init: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], 0 lea rax, ma_tls_initialized cmp byte ptr [rax], 0 jnz short loc_24255 mov rdi, [rbp+var_10] add rdi, 97h mov esi, 200h call ma_tls_start loc_24255: mov edi, 1 mov esi, 18h...
long long ma_pvio_tls_init(_QWORD *a1) { long long v1; // rax long long v3; // [rsp+8h] [rbp-18h] if ( !ma_tls_initialized ) ma_tls_start((char *)a1 + 151); v3 = calloc(1LL, 24LL); if ( !v3 ) return 0LL; *(_QWORD *)(v3 + 8) = *a1; v1 = ma_tls_init(a1); *(_QWORD *)(v3 + 16) = v1; if ( !v1 ) ...
ma_pvio_tls_init: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],0x0 LEA RAX,[0x1603e0] CMP byte ptr [RAX],0x0 JNZ 0x00124255 MOV RDI,qword ptr [RBP + -0x10] ADD RDI,0x97 MOV ESI,0x200 CALL 0x00136840 LAB_00124255: MOV EDI,0x1 MOV ESI,0x18 CALL 0x001132c0 MOV qword ptr [RB...
void * ma_pvio_tls_init(int8 *param_1) { long lVar1; int8 local_20; int8 local_10; if (ma_tls_initialized == '\0') { ma_tls_start((long)param_1 + 0x97,0x200); } local_20 = calloc(1,0x18); if (local_20 == (void *)0x0) { local_10 = (void *)0x0; } else { *(int8 *)((long)local_20 + 8) = *...
24,273
OpenSubdiv::v3_6_0::Bfr::tri::getInteriorRingFacets(int, int, OpenSubdiv::v3_6_0::Bfr::(anonymous namespace)::FacetArray)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/tessellation.cpp
int tri::getInteriorRingFacets(int edgeRes, int coord0, FacetArray facets) { // // Deal with trivial cases with no inner vertices: // if (edgeRes < 1) { return 0; } else if (edgeRes == 1) { return appendTri(facets, coord0, coord0+1, coord0+2); } else if (edgeRes == 2) { ...
O1
cpp
OpenSubdiv::v3_6_0::Bfr::tri::getInteriorRingFacets(int, int, OpenSubdiv::v3_6_0::Bfr::(anonymous namespace)::FacetArray): testl %edi, %edi jle 0xa1059 pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %rdx, %rbx movl %esi, %r14d movl %edi, %r12d cmpl $0x2, %edi je 0xa105c cmpl $0x...
_ZN10OpenSubdiv6v3_6_03Bfr3tri21getInteriorRingFacetsEiiNS1_12_GLOBAL__N_110FacetArrayE: test edi, edi jle short loc_A1059 push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov rbx, rdx mov r14d, esi mov r12d, edi cmp edi, 2 jz short loc_A105C cmp r...
long long OpenSubdiv::v3_6_0::Bfr::tri::getInteriorRingFacets(int a1, int a2, long long a3) { int *v4; // rax int *v6; // rax int *v7; // rsi int *v8; // rsi int *v9; // rax int v10; // r13d int v11; // r13d int v12; // [rsp+0h] [rbp-A0h] int v13; // [rsp+4h] [rbp-9Ch] _DWORD v14[3]; // [rsp+48h] [...
getInteriorRingFacets: TEST EDI,EDI JLE 0x001a1059 PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV RBX,RDX MOV R14D,ESI MOV R12D,EDI CMP EDI,0x2 JZ 0x001a105c CMP R12D,0x1 JNZ 0x001a10e6 MOV RAX,qword ptr [RBX] MOVSXD RCX,dword ptr [RBX + 0x8] LEA EDX,[R14 + 0x1] MOV dword ptr [RAX + RCX*0x4 + -0...
/* OpenSubdiv::v3_6_0::Bfr::tri::getInteriorRingFacets(int, int, OpenSubdiv::v3_6_0::Bfr::(anonymous namespace)::FacetArray) */ int OpenSubdiv::v3_6_0::Bfr::tri::getInteriorRingFacets(uint param_1,int param_2,long *param_3) { int *piVar1; int *piVar2; int iVar3; int iVar4; int iVar5; int iVar6; int ...
24,274
read_pack_length
eloqsql/storage/myisam/mi_packrec.c
static uint read_pack_length(uint version, const uchar *buf, ulong *length) { if (buf[0] < 254) { *length= buf[0]; return 1; } else if (buf[0] == 254) { *length= uint2korr(buf + 1); return 3; } if (version == 1) /* old format */ { *length= uint3korr(buf + 1); return 4; } else...
O0
c
read_pack_length: pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rax movzbl (%rax), %eax cmpl $0xfe, %eax jge 0xbbbc6 movq -0x10(%rbp), %rax movzbl (%rax), %eax movl %eax, %ecx movq -0x18(%rbp), %rax movq %rcx, (%rax) movl $0x1, -0x4(%rbp) jmp 0xbbc43 m...
read_pack_length_0: push rbp mov rbp, rsp mov [rbp+var_8], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_10] movzx eax, byte ptr [rax] cmp eax, 0FEh jge short loc_BBBC6 mov rax, [rbp+var_10] movzx eax, byte ptr [rax] mov ecx, eax mov rax, [rbp+var_18] m...
long long read_pack_length_0(int a1, unsigned __int8 *a2, _QWORD *a3) { if ( *a2 >= 0xFEu ) { if ( *a2 == 254 ) { *a3 = *(unsigned __int16 *)(a2 + 1); return 3; } else if ( a1 == 1 ) { *a3 = (a2[3] << 16) | (unsigned int)*(unsigned __int16 *)(a2 + 1); return 4; } ...
read_pack_length: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x8],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] CMP EAX,0xfe JGE 0x001bbbc6 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,byte ptr [RAX] MOV ECX,EAX MOV RAX,qword ptr [RBP + -0x18] ...
int4 read_pack_length(int param_1,byte *param_2,ulong *param_3) { int4 local_c; if (*param_2 < 0xfe) { *param_3 = (ulong)*param_2; local_c = 1; } else if (*param_2 == 0xfe) { *param_3 = (ulong)*(ushort *)(param_2 + 1); local_c = 3; } else if (param_1 == 1) { *param_3 = (ulong)*(uint...
24,275
nglog::LogMessage::RecordCrashReason(nglog::internal::CrashReason*)
ng-log[P]ng-log/src/logging.cc
void LogMessage::RecordCrashReason(internal::CrashReason* reason) { reason->filename = fatal_msg_data_exclusive.fullname_; reason->line_number = fatal_msg_data_exclusive.line_; reason->message = fatal_msg_data_exclusive.message_text_ + fatal_msg_data_exclusive.num_prefix_chars_; #ifdef HAVE_ST...
O3
cpp
nglog::LogMessage::RecordCrashReason(nglog::internal::CrashReason*): pushq %rbx movq %rsi, %rbx leaq 0x256c9(%rip), %rax # 0x30d80 movq 0x2cd9a(%rip), %rcx # 0x38458 movq %rcx, (%rsi) movl 0x2cd55(%rip), %ecx # 0x3841c movl %ecx, 0x8(%rsi) movq 0x2cd67(%rip), %rcx # 0x38438 leaq 0x4(%rcx,%rax), %rax mov...
_ZN5nglog10LogMessage17RecordCrashReasonEPNS_8internal11CrashReasonE: push rbx mov rbx, rsi lea rax, _ZN5nglogL24fatal_msg_data_exclusiveE; nglog::fatal_msg_data_exclusive mov rcx, cs:qword_38458 mov [rsi], rcx mov ecx, cs:dword_3841C mov [rsi+8], ecx mov rcx, cs:qword_38438; int lea ...
long long nglog::LogMessage::RecordCrashReason(long long a1, long long a2) { int v2; // ecx long long result; // rax *(_QWORD *)a2 = qword_38458; *(_DWORD *)(a2 + 8) = dword_3841C; v2 = qword_38438[0]; *(_QWORD *)(a2 + 16) = (char *)&nglog::fatal_msg_data_exclusive + *(_QWORD *)qword_38438 + 4; result =...
RecordCrashReason: PUSH RBX MOV RBX,RSI LEA RAX,[0x130d80] MOV RCX,qword ptr [0x00138458] MOV qword ptr [RSI],RCX MOV ECX,dword ptr [0x0013841c] MOV dword ptr [RSI + 0x8],ECX MOV RCX,qword ptr [0x00138438] LEA RAX,[RCX + RAX*0x1 + 0x4] MOV qword ptr [RSI + 0x10],RAX LEA RDI,[RSI + 0x18] MOV ESI,0x20 MOV EDX,0x4 CALL 0x...
/* nglog::LogMessage::RecordCrashReason(nglog::internal::CrashReason*) */ void __thiscall nglog::LogMessage::RecordCrashReason(LogMessage *this,CrashReason *param_1) { int4 uVar1; *(int8 *)param_1 = fatal_msg_data_exclusive._30424_8_; *(int4 *)(param_1 + 8) = fatal_msg_data_exclusive._30364_4_; *(long *)(...
24,276
nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v...
monkey531[P]llama/common/json.hpp
IteratorType erase(IteratorType pos) { // make sure iterator fits the current value if (JSON_HEDLEY_UNLIKELY(this != pos.m_object)) { JSON_THROW(invalid_iterator::create(202, "iterator does not fit current value", this)); } IteratorType result = end(); s...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE5eraseINS0_6detail9iter_implISD_EETnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISJ_NSG_IKSD_EEEE5valueEiE4typeELi0EEESJ_SJ_: push rbp; int ...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE5eraseINS0_6detail9iter_implISD_EETnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISJ_NSG_IKSD_EEEE5valueEiE4typeELi0EEESJ_SJ_: PUSH RBP PUSH R15...
iter_impl<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>> * _ZN8nlohmann16json_abi_v3_11_310basic_json...
24,277
ma_check_unique
eloqsql/storage/maria/ma_unique.c
my_bool _ma_check_unique(MARIA_HA *info, MARIA_UNIQUEDEF *def, const uchar *record, ha_checksum unique_hash, my_off_t disk_pos) { my_off_t lastpos=info->cur_row.lastpos; MARIA_KEYDEF *keyinfo= &info->s->keyinfo[def->key]; uchar *key_buff= info->lastkey_buff2; MA...
O0
c
ma_check_unique: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) movq %r8, -0x28(%rbp) movq -0x8(%rbp), %rax movq 0x98(%rax), %rax movq %rax, -0x30(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x570(%rax), %rax movq -0x10(%rbp)...
_ma_check_unique: push rbp mov rbp, rsp sub rsp, 80h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx mov [rbp+var_28], r8 mov rax, [rbp+var_8] mov rax, [rax+98h] mov [rbp+var_30], rax mov rax, [rbp+var_8] mov rax, [rax] mov ra...
char ma_check_unique(_QWORD *a1, long long a2, long long a3, int a4, long long a5) { long long v5; // rdi const char *v6; // rsi char v8; // [rsp+1Ch] [rbp-64h] _BYTE v9[32]; // [rsp+20h] [rbp-60h] BYREF _BYTE *v10; // [rsp+40h] [rbp-40h] long long v11; // [rsp+48h] [rbp-38h] long long v12; // [rsp+50h] ...
_ma_check_unique: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x98] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword pt...
int4 _ma_check_unique(long *param_1,long param_2,long param_3,int4 param_4,long param_5) { char cVar1; int iVar2; int4 *puVar3; int1 local_68 [32]; int *local_48; long local_40; long local_38; long local_30; int4 local_24; long local_20; long local_18; long *local_10; local_38 = param_1[0...
24,278
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 0x30d6b leaq 0x1aab51(%rip), %rax # 0x1db8a8 movq (%rax),...
inline_mysql_cond_signal_0: 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_30D6B lea rax, PSI_server ...
long long inline_mysql_cond_signal_0(long long a1) { if ( *(_QWORD *)(a1 + 48) ) (*((void ( **)(_QWORD))PSI_server[0] + 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 0x00130d6b LEA RAX,[0x2db8a8] 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; }
24,279
progress_bar::reset()
untodesu[P]voxelius/game/client/progress_bar.cc
void progress_bar::reset(void) { str_title.clear(); str_button.clear(); button_action = nullptr; }
O3
cpp
progress_bar::reset(): xorl %eax, %eax movq %rax, 0x1facde(%rip) # 0x25b4b8 movq 0x1faccf(%rip), %rcx # 0x25b4b0 movb %al, (%rcx) movq %rax, 0x1facee(%rip) # 0x25b4d8 movq 0x1facdf(%rip), %rcx # 0x25b4d0 movb %al, (%rcx) movq %rax, 0x1facf6(%rip) # 0x25b4f0 retq
_ZN12progress_bar5resetEv: xor eax, eax mov cs:qword_25B4B8, rax mov rcx, cs:_ZL9str_titleB5cxx11_1; str_title mov [rcx], al mov cs:qword_25B4D8, rax mov rcx, cs:_ZL10str_buttonB5cxx11; str_button mov [rcx], al mov cs:_ZL13button_action, rax; button_action retn
long long progress_bar::reset(progress_bar *this) { long long result; // rax result = 0LL; qword_25B4B8 = 0LL; *(_BYTE *)str_title[abi:cxx11] = 0; qword_25B4D8 = 0LL; *(_BYTE *)str_button[abi:cxx11] = 0; button_action = 0LL; return result; }
reset: XOR EAX,EAX MOV qword ptr [0x0035b4b8],RAX MOV RCX,qword ptr [0x0035b4b0] MOV byte ptr [RCX],AL MOV qword ptr [0x0035b4d8],RAX MOV RCX,qword ptr [0x0035b4d0] MOV byte ptr [RCX],AL MOV qword ptr [0x0035b4f0],RAX RET
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* progress_bar::reset() */ void progress_bar::reset(void) { DAT_0035b4b8 = 0; *str_title_abi_cxx11_ = 0; _DAT_0035b4d8 = 0; *str_button_abi_cxx11_ = 0; button_action = 0; return; }
24,280
httplib::detail::SocketStream::read(char*, unsigned long)
llama.cpp/examples/server/httplib.h
inline ssize_t SocketStream::read(char *ptr, size_t size) { #ifdef _WIN32 size = (std::min)(size, static_cast<size_t>((std::numeric_limits<int>::max)())); #else size = (std::min)(size, static_cast<size_t>((std::numeric_limits<ssize_t>::max)())); #endif if (read_buff_off_ < read_buff_con...
O3
c
httplib::detail::SocketStream::read(char*, unsigned long): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rsi, %rax movabsq $0x7fffffffffffffff, %r14 # imm = 0x7FFFFFFFFFFFFFFF cmpq %r14, %rdx cmovbq %rdx, %r14 movq %rdi, %r15 movq 0x58(%rdi), %rsi movq 0x60(%rdi), %r13 subq %r...
_ZN7httplib6detail12SocketStream4readEPcm: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov rax, rsi mov r14, 7FFFFFFFFFFFFFFFh cmp rdx, r14 cmovb r14, rdx mov r15, rdi mov rsi, [rdi+58h] mov r13, [rdi+60h] sub r13, rsi jbe short loc_49963 ad...
unsigned long long httplib::detail::SocketStream::read( httplib::detail::SocketStream *this, char *a2, unsigned long long a3) { unsigned long long v4; // r14 unsigned long long v6; // rsi unsigned long long v7; // r13 bool v8; // cc long long v9; // r13 unsigned long long v10; // rs...
read: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RAX,RSI MOV R14,0x7fffffffffffffff CMP RDX,R14 CMOVC R14,RDX MOV R15,RDI MOV RSI,qword ptr [RDI + 0x58] MOV R13,qword ptr [RDI + 0x60] SUB R13,RSI JBE 0x00149963 ADD RSI,qword ptr [R15 + 0x40] CMP R14,R13 CMOVC R13,R14 MOV RDI,RAX MOV RDX,R13 ...
/* httplib::detail::SocketStream::read(char*, unsigned long) */ ulong __thiscall httplib::detail::SocketStream::read(SocketStream *this,char *param_1,ulong param_2) { int __fd; ulong uVar1; void *__buf; char cVar2; int iVar3; int *piVar4; size_t __n; ulong __n_00; timespec local_48; void *local_3...
24,281
ma_store_blob_length
eloqsql/storage/maria/ma_dynrec.c
void _ma_store_blob_length(uchar *pos,uint pack_length,uint length) { switch (pack_length) { case 1: *pos= (uchar) length; break; case 2: int2store(pos,length); break; case 3: int3store(pos,length); break; case 4: int4store(pos,length); default: break; } return; }
O3
c
ma_store_blob_length: pushq %rbp movq %rsp, %rbp decl %esi cmpl $0x3, %esi ja 0x499f5 leaq 0x9c438(%rip), %rax # 0xe5e0c movslq (%rax,%rsi,4), %rcx addq %rax, %rcx jmpq *%rcx movb %dl, (%rdi) jmp 0x499f5 movb %dl, (%rdi) movb %dh, 0x1(%rdi) shrl $0x10, %edx movb %dl, 0x2(%rdi) jmp 0x499f5 movl %edx, (%rdi) jmp 0x49...
_ma_store_blob_length: push rbp mov rbp, rsp dec esi; switch 4 cases cmp esi, 3 ja short def_499DB; jumptable 00000000000499DB default case lea rax, jpt_499DB movsxd rcx, ds:(jpt_499DB - 0E5E0Ch)[rax+rsi*4] add rcx, rax jmp rcx; switch jump loc_499DD: mov [rdi], dl; jumptable 000000...
void ma_store_blob_length(_BYTE *a1, int a2, int a3) { switch ( a2 ) { case 1: *a1 = a3; break; case 2: *(_WORD *)a1 = a3; break; case 3: *(_WORD *)a1 = a3; a1[2] = BYTE2(a3); break; case 4: *(_DWORD *)a1 = a3; break; default: return; ...
_ma_store_blob_length: PUSH RBP MOV RBP,RSP DEC ESI CMP ESI,0x3 JA 0x001499f5 LEA RAX,[0x1e5e0c] MOVSXD RCX,dword ptr [RAX + RSI*0x4] ADD RCX,RAX switchD: JMP RCX caseD_1: MOV byte ptr [RDI],DL JMP 0x001499f5 caseD_3: MOV byte ptr [RDI],DL MOV byte ptr [RDI + 0x1],DH SHR EDX,0x10 MOV byte ptr [RDI + 0x2],DL JMP 0x00149...
void _ma_store_blob_length(int4 *param_1,int4 param_2,int4 param_3) { switch(param_2) { case 1: *(char *)param_1 = (char)param_3; break; case 2: *(short *)param_1 = (short)param_3; break; case 3: *(char *)param_1 = (char)param_3; *(char *)((long)param_1 + 1) = (char)((uint)param_3 >> 8...
24,282
psi_rwlock_trywrlock
eloqsql/mysys/my_thr_init.c
ATTRIBUTE_COLD int psi_rwlock_trywrlock(mysql_rwlock_t *that, const char *file, uint line) { PSI_rwlock_locker_state state; PSI_rwlock_locker *locker= PSI_RWLOCK_CALL(start_rwlock_wrwait) (&state, that->m_psi, PSI_RWLOCK_TRYWRITELOCK, file, line); int result= rw_trywrlock(&that->m_rwlock); if (locker) P...
O0
c
psi_rwlock_trywrlock: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) leaq 0x1a54be(%rip), %rax # 0x1d1858 movq (%rax), %rax movq 0x1b0(%rax), %rax movq -0x8(%rbp), %rcx movq 0x90(%rcx), %rsi movq -0x10(%rbp), %rcx movl -0x14(%rbp), %r8d leaq -0x48(%rbp...
psi_rwlock_trywrlock: 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+1B0h] mov rcx, [rbp+var_8] mov rsi, [rcx+90h] mov rcx, [rbp+var_10] mov r8d, [rbp+var_14] lea ...
long long psi_rwlock_trywrlock(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-8...
psi_rwlock_trywrlock: 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,[0x2d1858] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x1b0] MOV RCX,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RCX + 0x90] MOV RCX,qword ptr [RBP + -0x10] ...
int4 psi_rwlock_trywrlock(long param_1,int8 param_2,int4 param_3) { int4 uVar1; long lVar2; int1 local_50 [52]; int4 local_1c; int8 local_18; long local_10; local_1c = param_3; local_18 = param_2; local_10 = param_1; lVar2 = (**(code **)(PSI_server + 0x1b0)) (local_50,*(int8...
24,283
wt_thd_will_wait_for
eloqsql/mysys/waiting_threads.c
int wt_thd_will_wait_for(WT_THD *thd, WT_THD *blocker, const WT_RESOURCE_ID *resid) { uint i; WT_RESOURCE *rc; DBUG_ENTER("wt_thd_will_wait_for"); DBUG_PRINT("wt", ("enter: thd=%s, blocker=%s, resid=%lu", thd->name, blocker->name, (ulong)resid->value)); if (fix_t...
O0
c
wt_thd_will_wait_for: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) jmp 0xffdd6 movq -0x10(%rbp), %rdi callq 0x100050 cmpl $0x0, %eax je 0xffdf2 jmp 0xffde6 movl $0xffffffff, -0x4(%rbp) # imm = 0xFFFFFFFF jmp 0x10003f movq -0x10(%rbp), %rax cmpq $0x0, 0...
wt_thd_will_wait_for: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx jmp short $+2 loc_FFDD6: mov rdi, [rbp+var_10] call fix_thd_pins cmp eax, 0 jz short loc_FFDF2 jmp short $+2 loc_FFDE6: mov [rbp+var_4], 0FFFFFFFF...
long long wt_thd_will_wait_for(long long a1, long long *a2, long long a3) { long long v4; // [rsp+20h] [rbp-30h] BYREF unsigned int i; // [rsp+2Ch] [rbp-24h] long long v6; // [rsp+30h] [rbp-20h] long long *v7; // [rsp+38h] [rbp-18h] BYREF long long v8; // [rsp+40h] [rbp-10h] v8 = a1; v7 = a2; v6 = a3;...
wt_thd_will_wait_for: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX JMP 0x001ffdd6 LAB_001ffdd6: MOV RDI,qword ptr [RBP + -0x10] CALL 0x00200050 CMP EAX,0x0 JZ 0x001ffdf2 JMP 0x001ffde6 LAB_001ffde6: MOV dword ptr [RBP + -0x4],0xfffffff...
int4 wt_thd_will_wait_for(long param_1,long param_2,int8 param_3) { int8 uVar1; char cVar2; int iVar3; long local_38; uint local_2c; int8 local_28; long local_20; long local_18; int4 local_c; local_28 = param_3; local_20 = param_2; local_18 = param_1; iVar3 = fix_thd_pins(param_1); uVar...
24,284
composition_source_over
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c
static void composition_source_over(uint32_t* dest, int length, const uint32_t* src, uint32_t const_alpha) { if(const_alpha == 255) { for(int i = 0; i < length; i++) { uint32_t s = src[i]; if(s >= 0xff000000) { dest[i] = s; } else if (s != 0) { ...
O1
c
composition_source_over: pushq %rbp pushq %r15 pushq %r14 pushq %rbx cmpl $0xff, %ecx jne 0x4155b testl %esi, %esi jle 0x41617 movl %esi, %eax xorl %ecx, %ecx movl $0xff00ff, %esi # imm = 0xFF00FF movl $0x800080, %r8d # imm = 0x800080 movl (%rdx,%rcx,4), %r9d cmpl $0xff000000, %r9d # imm = 0xFF000...
composition_source_over: push rbp push r15 push r14 push rbx cmp ecx, 0FFh jnz loc_4155B test esi, esi jle loc_41617 mov eax, esi xor ecx, ecx mov esi, 0FF00FFh mov r8d, 800080h loc_414E1: mov r9d, [rdx+rcx*4] cmp r9d, 0FF000000h jb short loc_414F4 mov [rdi+rc...
void composition_source_over(long long a1, int a2, long long a3, int a4) { long long i; // rcx unsigned int v5; // r9d unsigned int v6; // ebx long long v7; // rax long long j; // rsi unsigned int v9; // r11d if ( a4 == 255 ) { if ( a2 > 0 ) { for ( i = 0LL; i != a2; ++i ) { ...
composition_source_over: PUSH RBP PUSH R15 PUSH R14 PUSH RBX CMP ECX,0xff JNZ 0x0014155b TEST ESI,ESI JLE 0x00141617 MOV EAX,ESI XOR ECX,ECX MOV ESI,0xff00ff MOV R8D,0x800080 LAB_001414e1: MOV R9D,dword ptr [RDX + RCX*0x4] CMP R9D,0xff000000 JC 0x001414f4 MOV dword ptr [RDI + RCX*0x4],R9D JMP 0x0014154e LAB_001414f4: T...
void composition_source_over(long param_1,uint param_2,long param_3,int param_4) { ulong uVar1; uint uVar2; uint uVar3; uint uVar4; uint uVar5; uint uVar6; if (param_4 == 0xff) { if (0 < (int)param_2) { uVar1 = 0; do { uVar4 = *(uint *)(param_3 + uVar1 * 4); if (uVar4 ...
24,285
bitmap_fast_test_and_clear
eloqsql/mysys/my_bitmap.c
my_bool bitmap_fast_test_and_clear(MY_BITMAP *map, uint bitmap_bit) { uchar *byte= (uchar*) map->bitmap + (bitmap_bit / 8); uchar bit= 1 << ((bitmap_bit) & 7); uchar res= (*byte) & bit; *byte&= ~bit; return res; }
O3
c
bitmap_fast_test_and_clear: pushq %rbp movq %rsp, %rbp movl %esi, %ecx movq (%rdi), %rdx andb $0x7, %cl movl $0x1, %edi shll %cl, %edi shrl $0x3, %esi movb (%rdx,%rsi), %cl movl %ecx, %eax andb %dil, %al notb %dil andb %cl, %dil movb %dil, (%rdx,%rsi) popq %rbp retq
bitmap_fast_test_and_clear: push rbp mov rbp, rsp mov ecx, esi mov rdx, [rdi] and cl, 7 mov edi, 1 shl edi, cl shr esi, 3 mov cl, [rdx+rsi] mov eax, ecx and al, dil not dil and dil, cl mov [rdx+rsi], dil pop rbp retn
char bitmap_fast_test_and_clear(long long *a1, unsigned int a2) { long long v2; // rdx int v3; // edi long long v4; // rsi char v5; // cl char result; // al v2 = *a1; v3 = 1 << (a2 & 7); v4 = a2 >> 3; v5 = *(_BYTE *)(v2 + v4); result = v3 & v5; *(_BYTE *)(v2 + v4) = v5 & ~(_BYTE)v3; return res...
bitmap_fast_test_and_clear: PUSH RBP MOV RBP,RSP MOV ECX,ESI MOV RDX,qword ptr [RDI] AND CL,0x7 MOV EDI,0x1 SHL EDI,CL SHR ESI,0x3 MOV CL,byte ptr [RDX + RSI*0x1] MOV EAX,ECX AND AL,DIL NOT DIL AND DIL,CL MOV byte ptr [RDX + RSI*0x1],DIL POP RBP RET
int8 bitmap_fast_test_and_clear(long *param_1,ulong param_2) { byte bVar1; ulong uVar2; byte bVar3; uVar2 = param_2 >> 3 & 0x1fffffff; bVar1 = *(byte *)(*param_1 + uVar2); bVar3 = (byte)(1 << (sbyte)(param_2 & 0xffffff07)); *(byte *)(*param_1 + uVar2) = ~bVar3 & bVar1; return CONCAT71((int7)((param...
24,286
LefDefParser::lefiMaxStackVia::Destroy()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMisc.cpp
void lefiMaxStackVia::Destroy() { if (bottomLayer_) lefFree(bottomLayer_); if (topLayer_) lefFree(topLayer_); bottomLayer_ = 0; topLayer_ = 0; hasRange_ = 0; value_ = 0; }
O3
cpp
LefDefParser::lefiMaxStackVia::Destroy(): pushq %rbx movq %rdi, %rbx movq 0x8(%rdi), %rdi testq %rdi, %rdi je 0xdce0 callq 0x322d0 movq 0x10(%rbx), %rdi testq %rdi, %rdi je 0xdcee callq 0x322d0 xorps %xmm0, %xmm0 movups %xmm0, (%rbx) movq $0x0, 0x10(%rbx) popq %rbx retq
_ZN12LefDefParser15lefiMaxStackVia7DestroyEv: push rbx mov rbx, rdi mov rdi, [rdi+8]; this test rdi, rdi jz short loc_DCE0 call _ZN12LefDefParser7lefFreeEPv; LefDefParser::lefFree(void *) loc_DCE0: mov rdi, [rbx+10h]; this test rdi, rdi jz short loc_DCEE call _ZN12LefDefParser7lefFr...
long long LefDefParser::lefiMaxStackVia::Destroy(LefDefParser::lefiMaxStackVia *this, void *a2) { LefDefParser *v3; // rdi long long result; // rax LefDefParser *v5; // rdi v3 = (LefDefParser *)*((_QWORD *)this + 1); if ( v3 ) result = LefDefParser::lefFree(v3, a2); v5 = (LefDefParser *)*((_QWORD *)th...
Destroy: PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x8] TEST RDI,RDI JZ 0x0010dce0 CALL 0x001322d0 LAB_0010dce0: MOV RDI,qword ptr [RBX + 0x10] TEST RDI,RDI JZ 0x0010dcee CALL 0x001322d0 LAB_0010dcee: XORPS XMM0,XMM0 MOVUPS xmmword ptr [RBX],XMM0 MOV qword ptr [RBX + 0x10],0x0 POP RBX RET
/* LefDefParser::lefiMaxStackVia::Destroy() */ void __thiscall LefDefParser::lefiMaxStackVia::Destroy(lefiMaxStackVia *this) { if (*(void **)(this + 8) != (void *)0x0) { lefFree(*(void **)(this + 8)); } if (*(void **)(this + 0x10) != (void *)0x0) { lefFree(*(void **)(this + 0x10)); } *(int8 *)this ...
24,287
testing::internal::CapturedStream::~CapturedStream()
AlayaLite/build_O3/_deps/googletest-src/googletest/src/gtest-port.cc
~CapturedStream() { remove(filename_.c_str()); }
O3
cpp
testing::internal::CapturedStream::~CapturedStream(): pushq %rbx movq %rdi, %rbx movq 0x8(%rdi), %rdi callq 0x11260 movq 0x8(%rbx), %rdi addq $0x18, %rbx cmpq %rbx, %rdi je 0x77f5e movq (%rbx), %rsi incq %rsi popq %rbx jmp 0x11120 popq %rbx retq
_ZN7testing8internal14CapturedStreamD2Ev: push rbx mov rbx, rdi mov rdi, [rdi+8] call _remove mov rdi, [rbx+8]; void * add rbx, 18h cmp rdi, rbx jz short loc_77F5E mov rsi, [rbx] inc rsi; unsigned __int64 pop rbx jmp __ZdlPvm; operator delete(void *,ulong) loc_77F5E: pop ...
void testing::internal::CapturedStream::~CapturedStream(testing::internal::CapturedStream *this) { _QWORD *v2; // rdi _QWORD *v3; // rbx remove(*((_QWORD *)this + 1)); v2 = (_QWORD *)*((_QWORD *)this + 1); v3 = (_QWORD *)((char *)this + 24); if ( v2 != v3 ) operator delete(v2, *v3 + 1LL); }
~CapturedStream: PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x8] CALL 0x00111260 MOV RDI,qword ptr [RBX + 0x8] ADD RBX,0x18 CMP RDI,RBX JZ 0x00177f5e MOV RSI,qword ptr [RBX] INC RSI POP RBX JMP 0x00111120 LAB_00177f5e: POP RBX RET
/* testing::internal::CapturedStream::~CapturedStream() */ void __thiscall testing::internal::CapturedStream::~CapturedStream(CapturedStream *this) { remove(*(char **)(this + 8)); if (*(CapturedStream **)(this + 8) != this + 0x18) { operator_delete(*(CapturedStream **)(this + 8),*(long *)(this + 0x18) + 1); ...
24,288
CLI::App::get_options(std::function<bool (CLI::Option const*)>) const
MikePodsytnik[P]TCRtrie/build_O2/_deps/cli11-src/include/CLI/impl/App_inl.hpp
CLI11_INLINE std::vector<const Option *> App::get_options(const std::function<bool(const Option *)> filter) const { std::vector<const Option *> options(options_.size()); std::transform( std::begin(options_), std::end(options_), std::begin(options), [](const Option_p &val) { return val.get(); }); if...
O2
cpp
CLI::App::get_options(std::function<bool (CLI::Option const*)>) const: pushq %r15 pushq %r14 pushq %rbx subq $0x10, %rsp movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx movq 0xe0(%rsi), %rsi subq 0xd8(%r15), %rsi sarq $0x3, %rsi leaq 0xf(%rsp), %rdx callq 0xe456 movq 0xd8(%r15), %rax movq 0xe0(%r15), %rcx movq (%rbx), ...
_ZNK3CLI3App11get_optionsESt8functionIFbPKNS_6OptionEEE: push r15 push r14 push rbx sub rsp, 10h mov r14, rdx mov r15, rsi mov rbx, rdi mov rsi, [rsi+0E0h] sub rsi, [r15+0D8h] sar rsi, 3 lea rdx, [rsp+28h+var_19] call _ZNSt6vectorIPKN3CLI6OptionESaIS3_EEC2EmRKS4_; std::vector...
_QWORD * CLI::App::get_options(_QWORD *a1, long long a2, long long a3) { _QWORD *v4; // rax _QWORD *v5; // rcx _QWORD *v6; // rdx long long v7; // rax _BYTE v9[25]; // [rsp+Fh] [rbp-19h] BYREF std::vector<CLI::Option const*>::vector(a1, (long long)(*(_QWORD *)(a2 + 224) - *(_QWORD *)(a2 + 216)) >> 3, v9); ...
get_options: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x10 MOV R14,RDX MOV R15,RSI MOV RBX,RDI MOV RSI,qword ptr [RSI + 0xe0] SUB RSI,qword ptr [R15 + 0xd8] SAR RSI,0x3 LEA RDX,[RSP + 0xf] CALL 0x0010e456 MOV RAX,qword ptr [R15 + 0xd8] MOV RCX,qword ptr [R15 + 0xe0] MOV RDX,qword ptr [RBX] LAB_001096c3: CMP RAX,RCX JZ 0x0010...
/* CLI::App::get_options(std::function<bool (CLI::Option const*)>) const */ vector<CLI::Option_const*,std::allocator<CLI::Option_const*>> * CLI::App::get_options (vector<CLI::Option_const*,std::allocator<CLI::Option_const*>> *param_1,long param_2, long param_3) { int8 *puVar1; int8 *puVar2; ...
24,289
parse_cpu_mask(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool (&) [512])
monkey531[P]llama/common/common.cpp
bool parse_cpu_mask(const std::string & mask, bool (&boolmask)[GGML_MAX_N_THREADS]) { // Discard potential 0x prefix size_t start_i = 0; if (mask.length() >= 2 && mask.substr(0, 2) == "0x") { start_i = 2; } size_t num_digits = mask.length() - start_i; if (num_digits > 128) num_digits = ...
O0
cpp
parse_cpu_mask(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool (&) [512]): subq $0x98, %rsp movq %rdi, 0x88(%rsp) movq %rsi, 0x80(%rsp) movq $0x0, 0x78(%rsp) movq 0x88(%rsp), %rdi callq 0x5a9f0 movq %rax, %rcx movb $0x0, 0x57(%rsp) xorl %eax, %eax cmpq $0x2, %rcx movb %al, 0x...
_Z14parse_cpu_maskRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA512_b: sub rsp, 98h mov [rsp+98h+var_10], rdi mov [rsp+98h+var_18], rsi mov [rsp+98h+var_20], 0 mov rdi, [rsp+98h+var_10] call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv; std::string::length(void) mov ...
char parse_cpu_mask(long long a1, long long a2) { long long v2; // rax int v3; // eax int v4; // r9d bool v6; // [rsp+Bh] [rbp-8Dh] bool v7; // [rsp+Ch] [rbp-8Ch] bool v8; // [rsp+Dh] [rbp-8Bh] bool v9; // [rsp+Eh] [rbp-8Ah] bool v10; // [rsp+1Dh] [rbp-7Bh] char v11; // [rsp+1Eh] [rbp-7Ah] char v12...
parse_cpu_mask: SUB RSP,0x98 MOV qword ptr [RSP + 0x88],RDI MOV qword ptr [RSP + 0x80],RSI MOV qword ptr [RSP + 0x78],0x0 MOV RDI,qword ptr [RSP + 0x88] CALL 0x0015a9f0 MOV RCX,RAX MOV byte ptr [RSP + 0x57],0x0 XOR EAX,EAX CMP RCX,0x2 MOV byte ptr [RSP + 0x1d],AL JC 0x001eb507 MOV RSI,qword ptr [RSP + 0x88] XOR EAX,EAX...
/* parse_cpu_mask(std::__cxx11::string const&, bool (&) [512]) */ int1 parse_cpu_mask(string *param_1,bool *param_2) { char cVar1; ulong uVar2; long lVar3; char *pcVar4; int8 uVar5; bool local_8d; bool local_8c; bool local_8b; bool local_8a; bool local_7b; byte local_7a; long local_78; ulon...
24,290
count_square
eloqsql/storage/myisam/rt_split.c
static double count_square(const double *a, int n_dim) { const double *end = a + n_dim * 2; double square = 1.0; do { square *= a[1] - a[0]; a += 2; }while (a != end); return square; }
O0
c
count_square: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq -0x8(%rbp), %rax movl -0xc(%rbp), %ecx shll %ecx movslq %ecx, %rcx shlq $0x3, %rcx addq %rcx, %rax movq %rax, -0x18(%rbp) movsd 0x81dde(%rip), %xmm0 # 0x15b028 movsd %xmm0, -0x20(%rbp) movq -0x8(%rbp), %rax movsd 0x8(%rax), %xm...
count_square_0: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi mov rax, [rbp+var_8] mov ecx, [rbp+var_C] shl ecx, 1 movsxd rcx, ecx shl rcx, 3 add rax, rcx mov [rbp+var_18], rax movsd xmm0, cs:qword_15B028 movsd [rbp+var_20], xmm0 loc_D924F: mov rax, [rbp...
double count_square_0(double *a1, int a2) { double v3; // [rsp+0h] [rbp-20h] double *v4; // [rsp+18h] [rbp-8h] v4 = a1; v3 = 1.0; do { v3 = (v4[1] - *v4) * v3; v4 += 2; } while ( v4 != &a1[2 * a2] ); return v3; }
count_square: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RBP + -0xc] SHL ECX,0x1 MOVSXD RCX,ECX SHL RCX,0x3 ADD RAX,RCX MOV qword ptr [RBP + -0x18],RAX MOVSD XMM0,qword ptr [0x0025b028] MOVSD qword ptr [RBP + -0x20],XMM0 LAB_001d9...
double count_square(double *param_1,int param_2) { double local_28; double *local_10; local_28 = DAT_0025b028; local_10 = param_1; do { local_28 = (local_10[1] - *local_10) * local_28; local_10 = local_10 + 2; } while (local_10 != param_1 + (param_2 << 1)); return local_28; }
24,291
lunasvg::SVGPreserveAspectRatio::getTransform(lunasvg::Rect const&, lunasvg::Size const&) const
dmazzella[P]pylunasvg/lunasvg/source/svgproperty.cpp
Transform SVGPreserveAspectRatio::getTransform(const Rect& viewBoxRect, const Size& viewportSize) const { assert(!viewBoxRect.isEmpty() && !viewportSize.isEmpty()); auto xScale = viewportSize.w / viewBoxRect.w; auto yScale = viewportSize.h / viewBoxRect.h; if(m_alignType == AlignType::None) { re...
O0
cpp
lunasvg::SVGPreserveAspectRatio::getTransform(lunasvg::Rect const&, lunasvg::Size const&) const: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x50(%rbp) movq %rdi, -0x48(%rbp) movq %rsi, -0x8(%rbp) movq %rdx, -0x10(%rbp) movq %rcx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x10(%rbp), %r...
_ZNK7lunasvg22SVGPreserveAspectRatio12getTransformERKNS_4RectERKNS_4SizeE: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_50], rdi mov [rbp+var_48], rdi mov [rbp+var_8], rsi mov [rbp+var_10], rdx mov [rbp+var_18], rcx mov rax, [rbp+var_8] mov [rbp+var_40], rax mov rdi, [rbp+v...
lunasvg::SVGPreserveAspectRatio * lunasvg::SVGPreserveAspectRatio::getTransform( lunasvg::SVGPreserveAspectRatio *this, const lunasvg::Rect *a2, const lunasvg::Size *a3, lunasvg::Size *a4, double a5, double a6, double a7, double a8, double a9, ...
getTransform: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x50],RDI MOV qword ptr [RBP + -0x48],RDI MOV qword ptr [RBP + -0x8],RSI MOV qword ptr [RBP + -0x10],RDX MOV qword ptr [RBP + -0x18],RCX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x40],RAX MOV RDI,qword ptr [RBP + -0x10] CALL 0x0010e850 MO...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* lunasvg::SVGPreserveAspectRatio::getTransform(lunasvg::Rect const&, lunasvg::Size const&) const */ Rect * lunasvg::SVGPreserveAspectRatio::getTransform(Rect *param_1,Size *param_2) { int iVar1; uint uVar2; float *pfVar3...
24,292
my_clear_highest_bit(unsigned int)
eloqsql/include/my_bit.h
static inline uint32 my_clear_highest_bit(uint32 v) { uint32 w=v >> 1; w|= w >> 1; w|= w >> 2; w|= w >> 4; w|= w >> 8; w|= w >> 16; return v & w; }
O0
c
my_clear_highest_bit(unsigned int): pushq %rbp movq %rsp, %rbp movl %edi, -0x4(%rbp) movl -0x4(%rbp), %eax shrl %eax movl %eax, -0x8(%rbp) movl -0x8(%rbp), %eax shrl %eax orl -0x8(%rbp), %eax movl %eax, -0x8(%rbp) movl -0x8(%rbp), %eax shrl $0x2, %eax orl -0x8(%rbp), %eax movl %eax, -0x8(%rbp) movl -0x8(%rbp), %eax shr...
_ZL20my_clear_highest_bitj: push rbp mov rbp, rsp mov [rbp+var_4], edi mov eax, [rbp+var_4] shr eax, 1 mov [rbp+var_8], eax mov eax, [rbp+var_8] shr eax, 1 or eax, [rbp+var_8] mov [rbp+var_8], eax mov eax, [rbp+var_8] shr eax, 2 or eax, [rbp+var_8] mov [rbp+var_8...
long long my_clear_highest_bit(unsigned int a1) { unsigned int v2; // [rsp+0h] [rbp-8h] unsigned int v3; // [rsp+0h] [rbp-8h] v2 = (a1 >> 1) | (a1 >> 2) | (((a1 >> 1) | (a1 >> 2)) >> 2); v3 = v2 | (v2 >> 4) | ((v2 | (v2 >> 4)) >> 8); return (v3 | HIWORD(v3)) & a1; }
my_clear_highest_bit: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI MOV EAX,dword ptr [RBP + -0x4] SHR EAX,0x1 MOV dword ptr [RBP + -0x8],EAX MOV EAX,dword ptr [RBP + -0x8] SHR EAX,0x1 OR EAX,dword ptr [RBP + -0x8] MOV dword ptr [RBP + -0x8],EAX MOV EAX,dword ptr [RBP + -0x8] SHR EAX,0x2 OR EAX,dword ptr [RBP + -...
/* my_clear_highest_bit(unsigned int) */ uint my_clear_highest_bit(uint param_1) { uint uVar1; uVar1 = param_1 >> 1 | param_1; uVar1 = uVar1 >> 3 | uVar1 >> 1; uVar1 = uVar1 >> 4 | uVar1; uVar1 = uVar1 >> 8 | uVar1; return param_1 & (uVar1 >> 0x10 | uVar1); }
24,293
SEMANTICANALYZER::SemanticAnalyzer::checkRelation(SEMANTICANALYZER::Relation const&, int)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/SemanticAnalyzer.cpp
void SEMANTICANALYZER::SemanticAnalyzer::checkRelation(const Relation &rel, int statementNumber) { if (!isObjectDeclared(rel.id1)) { throw SemanticError("Объект " + rel.id1 + " не объявлен.", statementNumber); } if (!isObjectDeclared(rel.id2)) { throw SemanticError("Объект " + rel.i...
O2
cpp
SEMANTICANALYZER::SemanticAnalyzer::checkRelation(SEMANTICANALYZER::Relation const&, int): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x48, %rsp movl %edx, %ebp movq %rsi, %r14 movq %rdi, %rbx callq 0x10760 testb %al, %al je 0x13946 leaq 0x40(%r14), %r15 movq %rbx, %rdi movq %r15, %rsi callq 0x10760 testb %al, %...
_ZN16SEMANTICANALYZER16SemanticAnalyzer13checkRelationERKNS_8RelationEi: push rbp push r15 push r14 push rbx sub rsp, 48h mov ebp, edx mov r14, rsi mov rbx, rdi call __ZNK16SEMANTICANALYZER16SemanticAnalyzer16isObjectDeclaredERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE; SEMANTI...
long long SEMANTICANALYZER::SemanticAnalyzer::checkRelation( SEMANTICANALYZER::SemanticAnalyzer *this, const SEMANTICANALYZER::Relation *a2, unsigned int a3) { long long result; // rax long long v5; // r15 long long v6; // r14 long long v7; // rax void *v8; // rbx void *v9; // rbx ...
checkRelation: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x48 MOV EBP,EDX MOV R14,RSI MOV RBX,RDI CALL 0x00110760 TEST AL,AL JZ 0x00113946 LEA R15,[R14 + 0x40] MOV RDI,RBX MOV RSI,R15 CALL 0x00110760 TEST AL,AL JZ 0x001139a8 LEA RSI,[0x11b0f8] MOV RDI,R14 CALL 0x001116e0 TEST AL,AL JNZ 0x001138f5 LEA RSI,[0x11b0fe] M...
/* SEMANTICANALYZER::SemanticAnalyzer::checkRelation(SEMANTICANALYZER::Relation const&, int) */ void __thiscall SEMANTICANALYZER::SemanticAnalyzer::checkRelation (SemanticAnalyzer *this,Relation *param_1,int param_2) { string *psVar1; Property *pPVar2; long lVar3; ConstraintInfo *pCVar4; Semantic...
24,294
mi_fetch_keypage
eloqsql/storage/myisam/mi_page.c
uchar *_mi_fetch_keypage(register MI_INFO *info, MI_KEYDEF *keyinfo, my_off_t page, int level, uchar *buff, int return_buffer) { uchar *tmp; uint page_size; DBUG_ENTER("_mi_fetch_keypage"); DBUG_PRINT("enter",("page: %ld", (long) page)); tmp=(uchar*) key_cache_read(info->s->key_...
O0
c
mi_fetch_keypage: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movq %r8, -0x30(%rbp) movl %r9d, -0x34(%rbp) jmp 0xbe041 movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x278(%rax), %rdi movq -0x10(%rbp), %rax movq (%rax), %rax movl...
_mi_fetch_keypage: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_30], r8 mov [rbp+var_34], r9d jmp short $+2 loc_BE041: mov rax, [rbp+var_10] mov rax, [rax] mov rdi, [rax+278h] mo...
unsigned __int16 * mi_fetch_keypage(_QWORD *a1, long long a2, long long a3, int a4, int a5, int a6) { const char *v6; // rsi const char *v7; // rsi unsigned int v9; // [rsp+1Ch] [rbp-44h] unsigned __int16 *v10; // [rsp+20h] [rbp-40h] v10 = (unsigned __int16 *)key_cache_read( *(_...
_mi_fetch_keypage: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV qword ptr [RBP + -0x30],R8 MOV dword ptr [RBP + -0x34],R9D JMP 0x001be041 LAB_001be041: MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword p...
byte * _mi_fetch_keypage(long *param_1,long param_2,long param_3,int4 param_4, int8 param_5,int4 param_6) { uint uVar1; int4 *puVar2; byte *local_48; local_48 = (byte *)key_cache_read(*(int8 *)(*param_1 + 0x278), *(int4 *)(*param_1 + 0x350),param_...
24,295
restore_cs_variables
eloqsql/client/mysqldump.c
static void restore_cs_variables(FILE *sql_file, const char *delimiter) { fprintf(sql_file, "/*!50003 SET character_set_client = @saved_cs_client */ %s\n" "/*!50003 SET character_set_results = @saved_cs_results */ %s\n" "/*!50003 SET collation_connection...
O0
c
restore_cs_variables: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rdx movq -0x10(%rbp), %rcx movq -0x10(%rbp), %r8 leaq 0x97b71(%rip), %rsi # 0xdd078 movb $0x0, %al callq 0x381d0 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax...
restore_cs_variables: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rdi, [rbp+var_8] mov rdx, [rbp+var_10] mov rcx, [rbp+var_10] mov r8, [rbp+var_10] lea rsi, a50003SetCharac; "/*!50003 SET character_set_client = @s"... mov al, 0 call _f...
long long restore_cs_variables(long long a1, const char *a2) { return fprintf( a1, "/*!50003 SET character_set_client = @saved_cs_client */ %s\n" "/*!50003 SET character_set_results = @saved_cs_results */ %s\n" "/*!50003 SET collation_connection = @saved_col_connection *...
restore_cs_variables: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] MOV RDX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RBP + -0x10] MOV R8,qword ptr [RBP + -0x10] LEA RSI,[0x1dd078] MOV AL,0x0 CALL 0x001381d0 ADD RSP,0x10 POP RBP RET
void restore_cs_variables(FILE *param_1,int8 param_2) { fprintf(param_1, "/*!50003 SET character_set_client = @saved_cs_client */ %s\n/*!50003 SET character_set_results = @saved_cs_results */ %s\n/*!50003 SET collation_connection = @saved_col_connection */ %s\n" ,param_2,param_2,param_2); re...
24,296
lunasvg::parseStyleSheet(std::basic_string_view<char, std::char_traits<char>>)
dmazzella[P]pylunasvg/lunasvg/source/svgparser.cpp
static RuleDataList parseStyleSheet(std::string_view input) { RuleDataList rules; while(!input.empty()) { skipOptionalSpaces(input); if(skipDelimiter(input, '@')) { int depth = 0; while(!input.empty()) { auto ch = input.front(); input.remov...
O0
cpp
lunasvg::parseStyleSheet(std::basic_string_view<char, std::char_traits<char>>): pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rdi, -0xe8(%rbp) movq %rdi, %rax movq %rax, -0xe0(%rbp) movq %rdi, -0x8(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x10(%rbp) movb $0x0, -0x19(%rbp) callq 0x3fd10 lea...
_ZN7lunasvgL15parseStyleSheetESt17basic_string_viewIcSt11char_traitsIcEE: push rbp mov rbp, rsp sub rsp, 110h mov [rbp+var_E8], rdi mov rax, rdi mov [rbp+var_E0], rax mov [rbp+var_8], rdi mov [rbp+var_18], rsi mov [rbp+var_10], rdx mov [rbp+var_19], 0 call _ZNSt6vectorIN7lunasv...
long long lunasvg::parseStyleSheet(long long a1, long long a2, long long a3) { signed int v3; // eax long long v5; // [rsp+8h] [rbp-108h] long long v6; // [rsp+38h] [rbp-D8h] BYREF long long v7; // [rsp+40h] [rbp-D0h] long long v8; // [rsp+48h] [rbp-C8h] BYREF long long v9; // [rsp+50h] [rbp-C0h] BYREF l...
parseStyleSheet: PUSH RBP MOV RBP,RSP SUB RSP,0x110 MOV qword ptr [RBP + -0xe8],RDI MOV RAX,RDI MOV qword ptr [RBP + -0xe0],RAX MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x10],RDX MOV byte ptr [RBP + -0x19],0x0 CALL 0x0013fd10 LAB_0013c1d1: LEA RDI,[RBP + -0x18] CALL 0x0012062...
/* WARNING: Removing unreachable block (ram,0x0013c510) */ /* lunasvg::parseStyleSheet(std::basic_string_view<char, std::char_traits<char> >) */ vector<lunasvg::RuleData,std::allocator<lunasvg::RuleData>> * lunasvg::parseStyleSheet (vector<lunasvg::RuleData,std::allocator<lunasvg::RuleData>> *param_1,int8 p...
24,297
minja::VariableExpr::VariableExpr(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/minja.hpp
VariableExpr(const Location & location, const std::string& n) : Expression(location), name(n) {}
O3
cpp
minja::VariableExpr::VariableExpr(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %rbx movq %rdi, %rbx leaq 0x984d9(%rip), %rax # 0x154da0 addq $0x10, %rax movq %rax, (%rdi) movq 0x20(%rdi), %rdi leaq 0x30(%rbx), %rax cmpq %rax, %rdi je 0xbc8e6 m...
_ZN5minja12VariableExprD0Ev: push rbx mov rbx, rdi lea rax, _ZTVN5minja12VariableExprE; `vtable for'minja::VariableExpr add rax, 10h mov [rdi], rax mov rdi, [rdi+20h]; void * lea rax, [rbx+30h] cmp rdi, rax jz short loc_BC8E6 mov rsi, [rax] inc rsi; unsigned __int64 call _...
void minja::VariableExpr::~VariableExpr(minja::VariableExpr *this) { char *v2; // rdi volatile signed __int32 *v3; // rdi *(_QWORD *)this = &`vtable for'minja::VariableExpr + 2; v2 = (char *)*((_QWORD *)this + 4); if ( v2 != (char *)this + 48 ) operator delete(v2, *((_QWORD *)this + 6) + 1LL); *(_QWOR...
~VariableExpr: PUSH RBX MOV RBX,RDI LEA RAX,[0x254da0] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x20] LEA RAX,[RBX + 0x30] CMP RDI,RAX JZ 0x001bc8e6 MOV RSI,qword ptr [RAX] INC RSI CALL 0x0011dc50 LAB_001bc8e6: LEA RAX,[0x254398] ADD RAX,0x10 MOV qword ptr [RBX],RAX MOV RDI,qword ptr [RBX + 0x10] T...
/* minja::VariableExpr::~VariableExpr() */ void __thiscall minja::VariableExpr::~VariableExpr(VariableExpr *this) { *(int ***)this = &PTR_do_evaluate_00254db0; if (*(VariableExpr **)(this + 0x20) != this + 0x30) { operator_delete(*(VariableExpr **)(this + 0x20),*(long *)(this + 0x30) + 1); } *(int ***)th...
24,298
backtick_string
eloqsql/strings/my_vsnprintf.c
static char *backtick_string(CHARSET_INFO *cs, char *to, const char *end, char *par, size_t par_len, char quote_char, my_bool cut) { char *last[3]= {0,0,0}; uint char_len; char *start= to; char *par_end= par + par_len; size_t buff_length= (size_t) (end...
O0
c
backtick_string: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movb %r9b, %al movb 0x10(%rbp), %r9b movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movb %al, -0x31(%rbp) leaq -0x50(%rbp), %rdi xorl %esi, %esi movl $0x18, %edx callq 0x251e0 movq -0x18(%rbp)...
backtick_string: push rbp mov rbp, rsp sub rsp, 80h mov al, r9b mov r9b, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov [rbp+var_31], al lea rdi, [rbp+var_50] xor esi, esi mov edx, 18h ca...
_BYTE * backtick_string( long long a1, _BYTE *a2, unsigned long long a3, char *a4, unsigned long long a5, char a6, char a7) { _BYTE *v7; // rax _BYTE *v8; // rax unsigned int v10; // [rsp+4h] [rbp-7Ch] char v11; // [rsp+Bh] [rbp-75h] unsigned int v12; //...
backtick_string: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV AL,R9B MOV R9B,byte ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV byte ptr [RBP + -0x31],AL LEA RDI,[RBP + -0x50] XOR ESI,ESI MOV E...
char * backtick_string(int8 param_1,char *param_2,char *param_3,char *param_4,ulong param_5, char param_6,char param_7) { char cVar1; uint uVar2; char *pcVar3; uint local_84; uint local_7c; char *local_68; long local_58 [3]; char local_39; ulong local_38; char *local_30; ch...
24,299
test_bug11037
eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c
static int test_bug11037(MYSQL *mysql) { MYSQL_STMT *stmt; int rc; const char *stmt_text; rc= mysql_query(mysql, "drop table if exists t1"); check_mysql_rc(rc, mysql); rc= mysql_query(mysql, "create table t1 (id int not null)"); check_mysql_rc(rc, mysql); rc= mysql_query(mysql, "insert into t1 values...
O0
c
test_bug11037: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rdi leaq 0x47128(%rip), %rsi # 0x664d2 callq 0x38a70 movl %eax, -0x1c(%rbp) cmpl $0x0, -0x1c(%rbp) je 0x1f404 movl -0x1c(%rbp), %eax movl %eax, -0x34(%rbp) movq -0x10(%rbp), %rdi callq 0x3c3f0 movq %rax, -0x30(%rbp)...
test_bug11037: push rbp mov rbp, rsp sub rsp, 80h mov [rbp+var_10], rdi mov rdi, [rbp+var_10] lea rsi, aDropTableIfExi; "drop table if exists t1" call mysql_query mov [rbp+var_1C], eax cmp [rbp+var_1C], 0 jz short loc_1F404 mov eax, [rbp+var_1C] mov [rbp+var_34], eax mov ...
long long test_bug11037(long long a1) { int v1; // eax int v2; // eax int v3; // eax int v4; // eax int v5; // r8d int v6; // r9d long long v7; // rax int v8; // eax int v9; // r8d int v10; // r9d int v11; // r8d int v12; // r9d int v13; // eax int v14; // r8d int v15; // r9d int v16; /...
test_bug11037: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV qword ptr [RBP + -0x10],RDI MOV RDI,qword ptr [RBP + -0x10] LEA RSI,[0x1664d2] CALL 0x00138a70 MOV dword ptr [RBP + -0x1c],EAX CMP dword ptr [RBP + -0x1c],0x0 JZ 0x0011f404 MOV EAX,dword ptr [RBP + -0x1c] MOV dword ptr [RBP + -0x34],EAX MOV RDI,qword ptr [RBP + -0x10...
int4 test_bug11037(int8 param_1) { int iVar1; int4 uVar2; int8 uVar3; long lVar4; size_t sVar5; int4 local_c; iVar1 = mysql_query(param_1,"drop table if exists t1"); if (iVar1 == 0) { iVar1 = mysql_query(param_1,"create table t1 (id int not null)"); if (iVar1 == 0) { iVar1 = mysql_que...