index int64 0 66.5k | func_name stringlengths 2 5.36k | func_dep stringlengths 16 2.19k | func stringlengths 8 55.3k | test stringlengths 0 7.07k | opt stringclasses 4
values | language stringclasses 2
values | asm stringlengths 0 45.4k | ida_asm stringlengths 0 44.7k | ida_pseudo stringlengths 0 44.3k | ghidra_asm stringlengths 0 49.1k | ghidra_pseudo stringlengths 0 64.7k |
|---|---|---|---|---|---|---|---|---|---|---|---|
56,200 | ma_set_index_pagecache_callbacks | eloqsql/storage/maria/ma_open.c | void _ma_set_index_pagecache_callbacks(PAGECACHE_FILE *file,
MARIA_SHARE *share)
{
pagecache_file_set_null_hooks(file);
file->callback_data= (uchar*) share;
file->flush_log_callback= &maria_flush_log_for_page_none; /* Do nothing */
file->post_write_hook= maria_page_write_f... | O0 | c | ma_set_index_pagecache_callbacks:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
callq 0x5b510
movq -0x10(%rbp), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x40(%rax)
movq -0x8(%rbp), %rax
leaq -0x68a0(%rip), %rcx # 0x5d020
movq %rcx, 0x38(%rax)
movq -0x8(%... | _ma_set_index_pagecache_callbacks:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
call pagecache_file_set_null_hooks
mov rcx, [rbp+var_10]
mov rax, [rbp+var_8]
mov [rax+40h], rcx
mov rax, [rbp+var_8]
lea rcx, maria_flush_l... | _QWORD * ma_set_index_pagecache_callbacks(_QWORD *a1, long long a2)
{
pagecache_file_set_null_hooks(a1);
a1[8] = a2;
a1[7] = maria_flush_log_for_page_none;
a1[6] = maria_page_write_failure;
if ( *(_BYTE *)(a2 + 2009) )
{
a1[4] = maria_page_crc_check_none;
a1[5] = maria_page_filler_set_none;
}
el... | _ma_set_index_pagecache_callbacks:
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]
CALL 0x0015b510
MOV RCX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x40],RCX
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[0x15d02... |
/* WARNING: Removing unreachable block (ram,0x0016397c) */
void _ma_set_index_pagecache_callbacks(long param_1,long param_2)
{
pagecache_file_set_null_hooks(param_1);
*(long *)(param_1 + 0x40) = param_2;
*(code **)(param_1 + 0x38) = maria_flush_log_for_page_none;
*(code **)(param_1 + 0x30) = maria_page_write... | |
56,201 | c4_state_get_data_request_by_id | corpus-core[P]colibri-stateless/src/util/state.c | data_request_t* c4_state_get_data_request_by_id(c4_state_t* state, bytes32_t id) {
data_request_t* data_request = state->requests;
while (data_request) {
if (memcmp(data_request->id, id, 32) == 0) return data_request;
data_request = data_request->next;
}
return NULL;
} | O0 | c | c4_state_get_data_request_by_id:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x20(%rbp)
cmpq $0x0, -0x20(%rbp)
je 0x22345
movq -0x20(%rbp), %rdi
addq $0x58, %rdi
movq -0x18(%rbp), %rsi
movl $0x20, %edx
callq 0x5310
cmpl $... | c4_state_get_data_request_by_id:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_20], rax
loc_2230B:
cmp [rbp+var_20], 0
jz short loc_22345
mov rdi, [rbp+var_20]
add rdi, 58h ; 'X'
mov rs... | long long c4_state_get_data_request_by_id(long long *a1, long long a2)
{
long long i; // [rsp+0h] [rbp-20h]
for ( i = *a1; i; i = *(_QWORD *)(i + 80) )
{
if ( !(unsigned int)memcmp(i + 88, a2, 32LL) )
return i;
}
return 0LL;
}
| c4_state_get_data_request_by_id:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x20],RAX
LAB_0012230b:
CMP qword ptr [RBP + -0x20],0x0
JZ 0x00122345
MOV RDI,qword ptr [RBP + -0x20]
ADD RDI,0... |
long c4_state_get_data_request_by_id(long *param_1,void *param_2)
{
int iVar1;
long local_28;
local_28 = *param_1;
while( true ) {
if (local_28 == 0) {
return 0;
}
iVar1 = memcmp((void *)(local_28 + 0x58),param_2,0x20);
if (iVar1 == 0) break;
local_28 = *(long *)(local_28 + 0x50);... | |
56,202 | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | int
CatmarkPatchBuilder::convertSourcePatch(SourcePatch const & sourcePatch,
PatchDescriptor::Type patchType,
SparseMatrix<REAL> & matrix) const {
assert(_schemeType == Sdc::SCHEME_CATMARK);
//
// XXXX (barfowl) - consider... | O0 | cpp | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %rbp
movq %rsp, %rbp
subq $0x760, %rsp # imm = 0x760
movq %rdi, -0x8(%rbp)
movq ... | _ZNK10OpenSubdiv6v3_6_03Far19CatmarkPatchBuilder18convertSourcePatchIdEEiRKNS1_11SourcePatchENS1_15PatchDescriptor4TypeERNS1_12SparseMatrixIT_EE:
push rbp
mov rbp, rsp
sub rsp, 760h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_20], rcx
mov rax, [rbp+var_8]... | long long OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(
long long a1,
long long a2,
int a3,
long long a4)
{
_BYTE v5[8]; // [rsp+0h] [rbp-760h] BYREF
_BYTE v6[928]; // [rsp+8h] [rbp-758h] BYREF
_BYTE v7[920]; // [rsp+3A8h] [rbp-3B8h] BYREF
long long v... | |||
56,203 | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | int
CatmarkPatchBuilder::convertSourcePatch(SourcePatch const & sourcePatch,
PatchDescriptor::Type patchType,
SparseMatrix<REAL> & matrix) const {
assert(_schemeType == Sdc::SCHEME_CATMARK);
//
// XXXX (barfowl) - consider... | O1 | cpp | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x740, %rsp # imm = 0x740
cmpl $0x1, 0x1c(%rdi)... | _ZNK10OpenSubdiv6v3_6_03Far19CatmarkPatchBuilder18convertSourcePatchIdEEiRKNS1_11SourcePatchENS1_15PatchDescriptor4TypeERNS1_12SparseMatrixIT_EE:
push r15
push r14
push rbx
sub rsp, 740h
cmp dword ptr [rdi+1Ch], 1
jnz loc_4DB2E
mov rbx, rcx
cmp edx, 3
jz loc_4DB11
cmp edx, 6
jz ... | long long OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(
long long a1,
long long a2,
int a3,
unsigned int *a4)
{
long long j; // r15
long long i; // r15
long long v8; // [rsp+0h] [rbp-758h] BYREF
_BYTE v9[912]; // [rsp+8h] [rbp-750h] BYREF
_BYTE v11[... | convertSourcePatch<double>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x740
CMP dword ptr [RDI + 0x1c],0x1
JNZ 0x0014db2e
MOV RBX,RCX
CMP EDX,0x3
JZ 0x0014db11
CMP EDX,0x6
JZ 0x0014dabf
CMP EDX,0x9
JNZ 0x0014db4d
LEA RDI,[RSP + 0x8]
MOV RDX,RBX
CALL 0x0013b340
LEA R14,[RSP + 0x2f8]
XOR R15D,R15D
LAB_0014da88:
MOV RDI,qword pt... |
/* int
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(OpenSubdiv::v3_6_0::Far::SourcePatch
const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type,
OpenSubdiv::v3_6_0::Far::SparseMatrix<double>&) const */
int __thiscall
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatc... | |
56,204 | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | int
CatmarkPatchBuilder::convertSourcePatch(SourcePatch const & sourcePatch,
PatchDescriptor::Type patchType,
SparseMatrix<REAL> & matrix) const {
assert(_schemeType == Sdc::SCHEME_CATMARK);
//
// XXXX (barfowl) - consider... | O2 | cpp | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %r14
pushq %rbx
subq $0x748, %rsp # imm = 0x748
cmpl $0x1, 0x1c(%rdi)
jne 0x650a... | _ZNK10OpenSubdiv6v3_6_03Far19CatmarkPatchBuilder18convertSourcePatchIdEEiRKNS1_11SourcePatchENS1_15PatchDescriptor4TypeERNS1_12SparseMatrixIT_EE:
push r14
push rbx
sub rsp, 748h
cmp dword ptr [rdi+1Ch], 1
jnz short loc_650A8
mov rbx, rcx
cmp edx, 3
jz short loc_6508B
cmp edx, 6
jz ... | long long OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(
long long a1,
long long a2,
int a3,
unsigned int *a4)
{
char *v5; // rdi
long long v7; // [rsp+8h] [rbp-750h] BYREF
_BYTE v8[8]; // [rsp+10h] [rbp-748h] BYREF
char v9; // [rsp+18h] [rbp-740h] BYR... | convertSourcePatch<double>:
PUSH R14
PUSH RBX
SUB RSP,0x748
CMP dword ptr [RDI + 0x1c],0x1
JNZ 0x001650a8
MOV RBX,RCX
CMP EDX,0x3
JZ 0x0016508b
CMP EDX,0x6
JZ 0x00165072
CMP EDX,0x9
JNZ 0x001650c7
LEA R14,[RSP + 0x3b0]
MOV RDI,R14
MOV RDX,RBX
CALL 0x00154380
MOV RDI,R14
JMP 0x00165084
LAB_00165072:
LEA RDI,[RSP + 0x10]... |
/* int
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(OpenSubdiv::v3_6_0::Far::SourcePatch
const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type,
OpenSubdiv::v3_6_0::Far::SparseMatrix<double>&) const */
int __thiscall
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatc... | |
56,205 | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | int
CatmarkPatchBuilder::convertSourcePatch(SourcePatch const & sourcePatch,
PatchDescriptor::Type patchType,
SparseMatrix<REAL> & matrix) const {
assert(_schemeType == Sdc::SCHEME_CATMARK);
//
// XXXX (barfowl) - consider... | O3 | cpp | int OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<float>(OpenSubdiv::v3_6_0::Far::SourcePatch const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type, OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x740, %rsp # imm = 0x740
cmpl $0x1, 0x1c(%rdi)... | _ZNK10OpenSubdiv6v3_6_03Far19CatmarkPatchBuilder18convertSourcePatchIdEEiRKNS1_11SourcePatchENS1_15PatchDescriptor4TypeERNS1_12SparseMatrixIT_EE:
push r15
push r14
push rbx
sub rsp, 740h
cmp dword ptr [rdi+1Ch], 1
jnz loc_500E8
mov rbx, rcx
cmp edx, 3
jz loc_500CB
cmp edx, 6
jz ... | long long OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(
long long a1,
long long a2,
int a3,
unsigned int *a4)
{
long long j; // r15
long long i; // r15
long long v8; // [rsp+0h] [rbp-758h] BYREF
_BYTE v9[912]; // [rsp+8h] [rbp-750h] BYREF
_BYTE v11[... | convertSourcePatch<double>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x740
CMP dword ptr [RDI + 0x1c],0x1
JNZ 0x001500e8
MOV RBX,RCX
CMP EDX,0x3
JZ 0x001500cb
CMP EDX,0x6
JZ 0x00150079
CMP EDX,0x9
JNZ 0x00150107
LEA RDI,[RSP + 0x8]
MOV RDX,RBX
CALL 0x0013b300
LEA R14,[RSP + 0x2f8]
XOR R15D,R15D
LAB_00150042:
MOV RDI,qword pt... |
/* int
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatch<double>(OpenSubdiv::v3_6_0::Far::SourcePatch
const&, OpenSubdiv::v3_6_0::Far::PatchDescriptor::Type,
OpenSubdiv::v3_6_0::Far::SparseMatrix<double>&) const */
int __thiscall
OpenSubdiv::v3_6_0::Far::CatmarkPatchBuilder::convertSourcePatc... | |
56,206 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O0 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
sub rsp, 0C8h
mov [rsp+0C8h+var_8], rd... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long l... | |||
56,207 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14;... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long lo... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x4... |
long _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::json_... | |
56,208 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
S... |
char * _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::... | ||
56,209 | minja::FilterNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override {
if (!filter) throw std::runtime_error("FilterNode.filter is null");
if (!body) throw std::runtime_error("FilterNode.body is null");
auto filter_value = filter->evaluate(context);
if (!filt... | O2 | cpp | minja::FilterNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x110, %rsp # imm = 0x110
movq %rsi, %rbx
movq 0x20(%rdi), %rsi
testq %rsi, %rsi
je ... | _ZNK5minja10FilterNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 110h
mov rbx, rsi
mov rsi, [rdi+20h]
test rsi, rsi
jz loc_73127
mov r15, rdi
cmp qword ptr [rdi+30... | void minja::FilterNode::do_render(long long a1, long long a2)
{
void (***v3)(void); // rsi
std::runtime_error *exception; // r14
void *v5; // r14
_BYTE v6[32]; // [rsp+0h] [rbp-138h] BYREF
_BYTE v7[24]; // [rsp+20h] [rbp-118h] BYREF
__int128 v8; // [rsp+38h] [rbp-100h]
long long v9; // [rsp+48h] [rbp-F0h... | do_render:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x110
MOV RBX,RSI
MOV RSI,qword ptr [RDI + 0x20]
TEST RSI,RSI
JZ 0x00173127
MOV R15,RDI
CMP qword ptr [RDI + 0x30],0x0
JZ 0x00173143
MOV R14,RDX
LEA R12,[RSP + 0xc0]
MOV RDI,R12
CALL 0x0015fa48
CMP qword ptr [R12 + 0x30],0x0
JZ 0x00173173
MOV RSI,qword ptr... |
/* minja::FilterNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context>
const&) const */
void minja::FilterNode::do_render(ostringstream *param_1,shared_ptr *param_2)
{
runtime_error *prVar1;
string asStack_138 [32];
vector<minja::Value,std::allocator<minja::Value>> local_118 [24];
i... | |
56,210 | mysql_reset_connection@libmariadbclient_18 | eloqsql/libmariadb/libmariadb/mariadb_lib.c | int STDCALL mysql_reset_connection(MYSQL *mysql)
{
int rc;
/* check if connection handler is active */
if (IS_CONNHDLR_ACTIVE(mysql))
{
if (mysql->extension->conn_hdlr->plugin && mysql->extension->conn_hdlr->plugin->reset)
return(mysql->extension->conn_hdlr->plugin->reset(mysql));
}
/* skip resu... | O0 | c | mysql_reset_connection@libmariadbclient_18:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
cmpq $0x0, 0x4f0(%rax)
je 0x2d662
movq -0x10(%rbp), %rax
movq 0x4f0(%rax), %rax
cmpq $0x0, (%rax)
je 0x2d662
movq -0x10(%rbp), %rax
movq 0x4f0(%rax), %rax
movq (%rax), %rax
cmpq $0x0, (%... | mysql_reset_connection@libmariadbclient_18:
push rbp; Alternative name is 'mysql_reset_connection'
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
cmp qword ptr [rax+4F0h], 0
jz short loc_2D662
mov rax, [rbp+var_10]
mov rax, [rax+4F0h]
cmp qword ptr [rax], 0... | long long mysql_reset_connection_libmariadbclient_18(
long long a1,
long long a2,
long long a3,
long long a4,
int a5,
int a6)
{
int v7; // [rsp+Ch] [rbp-14h]
if ( *(_QWORD *)(a1 + 1264)
&& **(_QWORD **)(a1 + 1264)
&& ***(_QWORD ***)(a1 + 1264)
&& *(_QWOR... | mysql_reset_connection:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x4f0],0x0
JZ 0x0012d662
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x4f0]
CMP qword ptr [RAX],0x0
JZ 0x0012d662
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr ... |
int4 mysql_reset_connection(long param_1)
{
int local_1c;
int4 local_c;
if ((((*(long *)(param_1 + 0x4f0) == 0) || (**(long **)(param_1 + 0x4f0) == 0)) ||
(*(long *)**(int8 **)(param_1 + 0x4f0) == 0)) ||
(*(long *)(*(long *)**(int8 **)(param_1 + 0x4f0) + 0x80) == 0)) {
if (((*(int *)(param_1 +... | |
56,211 | my_multi_malloc | eloqsql/mysys/mulalloc.c | void* my_multi_malloc(PSI_memory_key key, myf myFlags, ...)
{
va_list args;
char **ptr,*start,*res;
size_t 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,uint);
tot_length+=ALIGN_SIZE(length);
}
... | O0 | c | my_multi_malloc:
pushq %rbp
movq %rsp, %rbp
subq $0x170, %rsp # imm = 0x170
testb %al, %al
je 0xec1b1
movaps %xmm0, -0xe0(%rbp)
movaps %xmm1, -0xd0(%rbp)
movaps %xmm2, -0xc0(%rbp)
movaps %xmm3, -0xb0(%rbp)
movaps %xmm4, -0xa0(%rbp)
movaps %xmm5, -0x90(%rbp)
movaps %xmm6, -0x80(%rbp)
movaps %xmm7, -0x70(%rbp)... | my_multi_malloc:
push rbp
mov rbp, rsp
sub rsp, 170h
test al, al
jz short loc_EC1B1
movaps [rbp+var_E0], xmm0
movaps [rbp+var_D0], xmm1
movaps [rbp+var_C0], xmm2
movaps [rbp+var_B0], xmm3
movaps [rbp+var_A0], xmm4
movaps [rbp+var_90], xmm5
movaps [rbp+var_80], xmm6
movaps [rbp+var_70], xmm7
l... | long long my_multi_malloc(unsigned int a1, long long a2, ...)
{
_QWORD *overflow_arg_area; // rax
unsigned int *v3; // rax
_QWORD *v4; // rax
unsigned int *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]... | my_multi_malloc:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x170
TEST AL,AL
JZ 0x001ec1b1
MOVAPS xmmword ptr [RBP + -0xe0],XMM0
MOVAPS xmmword ptr [RBP + -0xd0],XMM1
MOVAPS xmmword ptr [RBP + -0xc0],XMM2
MOVAPS xmmword ptr [RBP + -0xb0],XMM3
MOVAPS xmmword ptr [RBP + -0xa0],XMM4
MOVAPS xmmword ptr [RBP + -0x90],XMM5
MOVAPS xmmword ... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
long my_multi_malloc(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int4 param_9,int8 param_10,int8 param_11,int8 param_12,
int... | |
56,212 | my_mb_wc_gbk | eloqsql/strings/ctype-gbk.c | static int
my_mb_wc_gbk(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int hi;
if (s >= e)
return MY_CS_TOOSMALL;
hi=s[0];
if (hi<0x80)
{
pwc[0]=hi;
return 1;
}
if (s+2>e)
return MY_CS_TOOSMALL2;
if (!IS_MB2_CHAR(hi, s[1]... | O0 | c | my_mb_wc_gbk:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x7363e
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x73719
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
movl %eax,... | my_mb_wc_gbk:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_7363E
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_73719
loc_7363E:
mov rax, [rbp+v... | long long my_mb_wc_gbk(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
int v4; // eax
unsigned int v6; // [rsp+4h] [rbp-2Ch]
if ( (unsigned long long)a3 < a4 )
{
v6 = *a3;
if ( v6 >= 0x80 )
{
if ( (unsigned long long)(a3 + 2) <= a4 )
{
if ( (unsigned __i... | my_mb_wc_gbk:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x0017363e
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x00173719
LAB_0017363e:... |
int4 my_mb_wc_gbk(int8 param_1,long *param_2,byte *param_3,byte *param_4)
{
uint uVar1;
int iVar2;
int4 local_c;
if (param_3 < param_4) {
uVar1 = (uint)*param_3;
if (uVar1 < 0x80) {
*param_2 = (long)(int)uVar1;
local_c = 1;
}
else if (param_4 < param_3 + 2) {
local_c = 0xf... | |
56,213 | sapphire_plugins::gravy::Patch::floatMd() | sapphire-plugins/src/gravy/patch.h | static md_t floatMd() { return md_t().asFloat().withFlags(floatFlags); } | O3 | c | sapphire_plugins::gravy::Patch::floatMd():
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x348, %rsp # imm = 0x348
movq %rdi, %rbx
leaq 0x20(%rsp), %r12
leaq 0x8(%rsp), %r14
xorl %r15d, %r15d
movl $0x1a0, %edx # imm = 0x1A0
movq %r14, %rdi
xorl %esi, %esi
callq 0x86820
movq %r12, 0x8(%r14)
mov... | _ZN16sapphire_plugins5gravy5Patch7floatMdEv:
push r15
push r14
push r12
push rbx
sub rsp, 348h
mov rbx, rdi
lea r12, [rsp+368h+var_348]
lea r14, [rsp+368h+var_360]
xor r15d, r15d
mov edx, 1A0h
mov rdi, r14
xor esi, esi
call _memset
mov [r14+8], r12
mov [r14+18h], r... | sapphire_plugins::gravy::Patch * sapphire_plugins::gravy::Patch::floatMd(
sapphire_plugins::gravy::Patch *this)
{
_BYTE v2[8]; // [rsp+8h] [rbp-360h] BYREF
char *v3; // [rsp+10h] [rbp-358h]
char v4; // [rsp+20h] [rbp-348h] BYREF
char *v5; // [rsp+30h] [rbp-338h]
char v6; // [rsp+40h] [rbp-328h] BYREF
... | floatMd:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x348
MOV RBX,RDI
LEA R12,[RSP + 0x20]
LEA R14,[RSP + 0x8]
XOR R15D,R15D
MOV EDX,0x1a0
MOV RDI,R14
XOR ESI,ESI
CALL 0x00186820
MOV qword ptr [R14 + 0x8],R12
MOV byte ptr [R14 + 0x18],R15B
LEA RCX,[RSP + 0x40]
MOV qword ptr [RCX + -0x10],RCX
MOV byte ptr [RCX],R15B
MO... |
/* sapphire_plugins::gravy::Patch::floatMd() */
Patch * __thiscall sapphire_plugins::gravy::Patch::floatMd(Patch *this)
{
ParamMetaData local_360 [8];
int1 *local_358;
int1 local_348 [16];
int1 *local_338;
int1 local_328 [20];
int4 local_314;
int4 local_30c;
int8 local_308;
int1 local_300;
int4 l... | |
56,214 | minja::Parser::unterminated(minja::TemplateToken const&) const | monkey531[P]llama/common/minja.hpp | std::runtime_error unterminated(const TemplateToken & token) const {
return std::runtime_error("Unterminated " + TemplateToken::typeToString(token.type)
+ error_location_suffix(*template_str, token.location.pos));
} | O1 | cpp | minja::Parser::unterminated(minja::TemplateToken const&) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movl 0x8(%rdx), %esi
leaq 0x68(%rsp), %r12
movq %r12, %rdi
callq 0x5e144
leaq 0x51930(%rip), %rcx # 0xaef8c
movl $0xd, %r8d
movq %r12, %rdi
xor... | _ZNK5minja6Parser12unterminatedERKNS_13TemplateTokenE:
push r15; int
push r14; int
push r12; int
push rbx; int
sub rsp, 88h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov esi, [rdx+8]
lea r12, [rsp+0A8h+var_40]
mov rdi, r12
call _ZN5minja13TemplateToken12typeToStringB5cxx11ENS0_4T... | minja::Parser * minja::Parser::unterminated(minja::Parser *this, long long **a2, long long a3)
{
long long v4; // rax
__int128 *v5; // rcx
unsigned long long v6; // rax
unsigned long long v7; // rsi
unsigned long long v8; // rsi
void **v9; // rax
__int128 *v10; // rcx
void *v12[2]; // [rsp+8h] [rbp-A0h]... | unterminated:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV ESI,dword ptr [RDX + 0x8]
LEA R12,[RSP + 0x68]
MOV RDI,R12
CALL 0x0015e144
LAB_0015d655:
LEA RCX,[0x1aef8c]
MOV R8D,0xd
MOV RDI,R12
XOR ESI,ESI
XOR EDX,EDX
CALL 0x00118750
LEA R12,[RSP + 0x38]
MOV qword ptr [R12 + -0x... |
/* minja::Parser::unterminated(minja::TemplateToken const&) const */
TemplateToken * minja::Parser::unterminated(TemplateToken *param_1)
{
long *plVar1;
int8 *puVar2;
ulong *puVar3;
long in_RDX;
int8 *in_RSI;
ulong uVar4;
long *local_a0;
int8 local_98;
long local_90;
int8 uStack_88;
ulong *loca... | |
56,215 | ma_retrieve_auto_increment | eloqsql/storage/maria/ma_key.c | ulonglong ma_retrieve_auto_increment(const uchar *key, uint8 key_type)
{
ulonglong value= 0; /* Store unsigned values here */
longlong s_value= 0; /* Store signed values here */
switch (key_type) {
case HA_KEYTYPE_INT8:
s_value= (longlong) *(const signed char*) key;
break;
case HA_KEYTYPE_BINARY:... | O0 | c | ma_retrieve_auto_increment:
pushq %rbp
movq %rsp, %rbp
movb %sil, %al
movq %rdi, -0x8(%rbp)
movb %al, -0x9(%rbp)
movq $0x0, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movzbl -0x9(%rbp), %eax
addl $-0x2, %eax
movl %eax, %ecx
movq %rcx, -0x38(%rbp)
subl $0xc, %eax
ja 0x367e7
movq -0x38(%rbp), %rax
leaq 0x123a11(%rip), %rcx # ... | ma_retrieve_auto_increment:
push rbp
mov rbp, rsp
mov al, sil
mov [rbp+var_8], rdi
mov [rbp+var_9], al
mov [rbp+var_18], 0
mov [rbp+var_20], 0
movzx eax, [rbp+var_9]
add eax, 0FFFFFFFEh; switch 13 cases
mov ecx, eax
mov [rbp+var_38], rcx
sub eax, 0Ch
ja def_36626; jumpt... | long long ma_retrieve_auto_increment(float *a1, char a2)
{
long long v4; // [rsp+8h] [rbp-50h]
long long v5; // [rsp+10h] [rbp-48h]
signed int v6; // [rsp+1Ch] [rbp-3Ch]
long long v7; // [rsp+38h] [rbp-20h]
long long v8; // [rsp+40h] [rbp-18h]
v8 = 0LL;
v7 = 0LL;
switch ( a2 )
{
case 2:
v8... | ma_retrieve_auto_increment:
PUSH RBP
MOV RBP,RSP
MOV AL,SIL
MOV qword ptr [RBP + -0x8],RDI
MOV byte ptr [RBP + -0x9],AL
MOV qword ptr [RBP + -0x18],0x0
MOV qword ptr [RBP + -0x20],0x0
MOVZX EAX,byte ptr [RBP + -0x9]
ADD EAX,-0x2
MOV ECX,EAX
MOV qword ptr [RBP + -0x38],RCX
SUB EAX,0xc
JA 0x001367e7
MOV RAX,qword ptr [RB... |
double ma_retrieve_auto_increment(double *param_1,int1 param_2)
{
float fVar1;
double dVar2;
double local_60;
double local_58;
double local_50;
uint local_44;
double local_28;
double local_20;
local_20 = 0.0;
local_28 = 0.0;
switch(param_2) {
case 2:
local_20 = (double)(ulong)*(byte *)p... | |
56,216 | alaya::SQ4QuantizerTest_Encode_Test::TestBody() | AlayaLite/tests/space/quant/sq4_test.cpp | TEST_F(SQ4QuantizerTest, Encode) {
float raw_data[] = {0.0, 5.0, 10.0, 7.5};
uint8_t encoded_data[2] = {0};
quantizer_.min_vector_ = {0.0, 0.0, 0.0, 0.0};
quantizer_.max_vector_ = {10.0, 10.0, 10.0, 10.0};
quantizer_.encode(raw_data, encoded_data);
EXPECT_EQ(encoded_data[0], (0x00 << 4) | 0x07);
EXPECT_... | O0 | cpp | alaya::SQ4QuantizerTest_Encode_Test::TestBody():
pushq %rax
movq %rdi, (%rsp)
movq (%rsp), %rdi
callq 0x1ee70
popq %rax
retq
| _ZN5alaya28SQ4QuantizerTest_Encode_TestD2Ev:
push rax
mov [rsp+8+var_8], rdi
mov rdi, [rsp+8+var_8]; this
call _ZN5alaya16SQ4QuantizerTestD2Ev; alaya::SQ4QuantizerTest::~SQ4QuantizerTest()
pop rax
retn
| void alaya::SQ4QuantizerTest_Encode_Test::~SQ4QuantizerTest_Encode_Test(
alaya::SQ4QuantizerTest_Encode_Test *this)
{
alaya::SQ4QuantizerTest::~SQ4QuantizerTest(this);
}
| ~SQ4QuantizerTest_Encode_Test:
PUSH RAX
MOV qword ptr [RSP],RDI
MOV RDI,qword ptr [RSP]
CALL 0x0011ee70
POP RAX
RET
|
/* alaya::SQ4QuantizerTest_Encode_Test::~SQ4QuantizerTest_Encode_Test() */
SQ4QuantizerTest_Encode_Test * __thiscall
alaya::SQ4QuantizerTest_Encode_Test::~SQ4QuantizerTest_Encode_Test
(SQ4QuantizerTest_Encode_Test *this)
{
SQ4QuantizerTest::~SQ4QuantizerTest((SQ4QuantizerTest *)this);
return this;
}
| |
56,217 | my_uca_coll_init_utf8mb3 | eloqsql/strings/ctype-uca.c | static my_bool
my_uca_coll_init_utf8mb3(struct charset_info_st *cs, MY_CHARSET_LOADER *loader)
{
if (my_coll_init_uca(cs, loader))
return TRUE;
if (my_uca_collation_can_optimize_no_contractions(cs))
my_uca_handler_map(cs, &my_uca_package_utf8mb3,
&my_uca_package_no_contractions_utf8mb... | O0 | c | my_uca_coll_init_utf8mb3:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0x49160
cmpb $0x0, %al
je 0x4a5f7
movb $0x1, -0x1(%rbp)
jmp 0x4a61f
movq -0x10(%rbp), %rdi
callq 0x55150
cmpb $0x0, %al
je 0x4a61b
movq -0x10(%rbp), %rd... | my_uca_coll_init_utf8mb3:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_18]
call my_coll_init_uca
cmp al, 0
jz short loc_4A5F7
mov [rbp+var_1], 1
jmp short loc_4A61F
loc_4A5F7:
mov rdi, [rbp+var_1... | char my_uca_coll_init_utf8mb3(long long a1, long long a2)
{
if ( (unsigned __int8)my_coll_init_uca(a1, a2) )
return 1;
if ( (unsigned __int8)my_uca_collation_can_optimize_no_contractions(a1) )
my_uca_handler_map(a1, my_uca_package_utf8mb3, my_uca_package_no_contractions_utf8mb3);
return 0;
}
| my_uca_coll_init_utf8mb3:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
CALL 0x00149160
CMP AL,0x0
JZ 0x0014a5f7
MOV byte ptr [RBP + -0x1],0x1
JMP 0x0014a61f
LAB_0014a5f7:
MOV RDI,qword ptr [RBP + -0x10]
... |
int1 my_uca_coll_init_utf8mb3(int8 param_1,int8 param_2)
{
char cVar1;
int1 local_9;
cVar1 = my_coll_init_uca(param_1,param_2);
if (cVar1 == '\0') {
cVar1 = my_uca_collation_can_optimize_no_contractions(param_1);
if (cVar1 != '\0') {
my_uca_handler_map(param_1,my_uca_package_utf8mb3,my_uca_pa... | |
56,218 | uf_varchar1 | eloqsql/storage/myisam/mi_packrec.c | static void uf_varchar1(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff,
uchar *to, uchar *end __attribute__((unused)))
{
if (get_bit(bit_buff))
to[0]= 0; /* Zero lengths */
else
{
ulong length=get_bits(bit_buff,rec->space_length_bits);
*to= (uchar) length;
decode_bytes(rec,bit_buff,to+1,to+1... | O0 | c | uf_varchar1:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x4(%rax)
je 0xbd9d7
movq -0x10(%rbp), %rax
movl (%rax), %eax
movq -0x10(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
movl %ecx, 0x4(... | uf_varchar1_0:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_10]
cmp dword ptr [rax+4], 0
jz short loc_BD9D7
mov rax, [rbp+var_10]
mov eax, [rax]
mov rdx, [rbp+var_10]
mov ... | long long uf_varchar1_0(long long a1, int *a2, _BYTE *a3)
{
int v3; // eax
int v4; // ecx
long long result; // rax
unsigned int v6; // eax
int v7; // ecx
int bits_0; // [rsp+4h] [rbp-2Ch]
if ( a2[1] )
{
v3 = *a2;
v4 = a2[1] - 1;
a2[1] = v4;
if ( ((1 << v4) & v3) == 0 )
goto LABEL... | uf_varchar1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x001bd9d7
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV RDX,qword ... |
void uf_varchar1(long param_1,uint *param_2,int1 *param_3)
{
uint uVar1;
uint local_34;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar1 = *param_2 & 0x80000000;
}
else {
uVar1 = param_2[1];
param_2[1] = uVar1 - 1;
uVar1 = *param_2 & 1 << ((byte)(uVar1 - 1) & ... | |
56,219 | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*) | llama.cpp/ggml/src/ggml-backend.cpp | static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, const struct ggml_tensor * tensor, const struct ggml_tensor * op) {
ggml_backend_buffer_t buffer = tensor->view_src ? tensor->view_src->buffer : tensor->buffer;
if (buffer == NULL) {
return -1;
}
// find highest prio ... | O3 | cpp | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq 0xe8(%rsi), %rax
testq %rax, %rax
cmoveq %rsi, %rax
movq 0x8(%rax), %r12
movl $0xffffffff, %ebx # imm = 0xFFFFFFFF
testq %r12, %r12
je 0x28bbe
movq %rdi,... | _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_:
push r15
push r14
push r13
push r12
push rbx
mov rax, [rsi+0E8h]
test rax, rax
cmovz rax, rsi
mov r12, [rax+8]
mov ebx, 0FFFFFFFFh
test r12, r12
jz short loc_28BBE
mov r15, rdi
cmp dword p... | long long ggml_backend_sched_backend_from_buffer(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long v4; // r12
unsigned int v5; // ebx
long long v8; // r13
long long v9; // rdi
long long v10; // rdi
v3 = *(_QWORD *)(a2 + 232);
if ( !v3 )
v3 = a2;
v4 = *(_QWORD *)(v3 + 8);... | ggml_backend_sched_backend_from_buffer:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RAX,qword ptr [RSI + 0xe8]
TEST RAX,RAX
CMOVZ RAX,RSI
MOV R12,qword ptr [RAX + 0x8]
MOV EBX,0xffffffff
TEST R12,R12
JZ 0x00128bbe
MOV R15,RDI
CMP dword ptr [RDI + 0x4],0x0
JLE 0x00128bbe
MOV R14,RDX
XOR R13D,R13D
LAB_00128b85:
MOV ... |
/* ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor
const*) */
ulong ggml_backend_sched_backend_from_buffer
(ggml_backend_sched *param_1,ggml_tensor *param_2,ggml_tensor *param_3)
{
long lVar1;
char cVar2;
ggml_tensor *pgVar3;
ulong uVar4;
pg... | |
56,220 | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int, OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | int
Level::gatherQuadRegularPartialRingAroundVertex(
Index vIndex, VSpan const & span, int ringPoints[], int fvarChannel) const {
Level const& level = *this;
assert(! level.isVertexNonManifold(vIndex));
ConstIndexArray vFaces = level.getVertexFaces(vIndex);
ConstLocalIndexArray vInFaces = ... | O2 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int, OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movl %r8d, 0x4(%rsp)
movq %rcx, %r14
movslq %esi, %rax
movq 0x1b0(%rdi), %r... | _ZNK10OpenSubdiv6v3_6_03Vtr8internal5Level40gatherQuadRegularPartialRingAroundVertexEiRKNS3_5VSpanEPii:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov [rsp+58h+var_54], r8d
mov r14, rcx
movsxd rax, esi
mov rcx, [rdi+1B0h]
test byte ptr [rcx+rax*2], 1
jnz ... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2,
unsigned __int16 *a3,
long long a4,
int a5)
{
int v7; // edx
int v8; // ebx
int v9; // r13d
unsigned int v10; // ebp
in... | gatherQuadRegularPartialRingAroundVertex:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV dword ptr [RSP + 0x4],R8D
MOV R14,RCX
MOVSXD RAX,ESI
MOV RCX,qword ptr [RDI + 0x1b0]
TEST byte ptr [RCX + RAX*0x2],0x1
JNZ 0x0015bf3c
MOV R15,RDX
MOV EBP,ESI
MOV RBX,RDI
CALL 0x00155df0
MOV qword ptr [RSP + ... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int,
OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const */
int __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex
(Level *this,int param_1,VSpan *param_2,... | |
56,221 | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int, OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | int
Level::gatherQuadRegularPartialRingAroundVertex(
Index vIndex, VSpan const & span, int ringPoints[], int fvarChannel) const {
Level const& level = *this;
assert(! level.isVertexNonManifold(vIndex));
ConstIndexArray vFaces = level.getVertexFaces(vIndex);
ConstLocalIndexArray vInFaces = ... | O3 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int, OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movslq %esi, %rax
movq 0x1b0(%rdi), %r9
testb $0x1, (%r9,%rax,2)
jne 0x44b8... | _ZNK10OpenSubdiv6v3_6_03Vtr8internal5Level40gatherQuadRegularPartialRingAroundVertexEiRKNS3_5VSpanEPii:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
movsxd rax, esi
mov r9, [rdi+1B0h]
test byte ptr [r9+rax*2], 1
jnz loc_44B88
movzx r10d, word ptr [rdx]
test r... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(
_QWORD *a1,
int a2,
unsigned __int16 *a3,
long long a4,
int a5)
{
int v5; // r10d
long long v7; // r9
long long v8; // rsi
long long v9; // r11
long long v10; // rbx
int v11... | gatherQuadRegularPartialRingAroundVertex:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOVSXD RAX,ESI
MOV R9,qword ptr [RDI + 0x1b0]
TEST byte ptr [R9 + RAX*0x2],0x1
JNZ 0x00144b88
MOVZX R10D,word ptr [RDX]
TEST R10D,R10D
JZ 0x00144b58
MOV EAX,ESI
LEA ESI,[0x1 + RSI*0x2]
MOVSXD R9,ESI
MOV RSI,qwor... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex(int,
OpenSubdiv::v3_6_0::Vtr::internal::Level::VSpan const&, int*, int) const */
int __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularPartialRingAroundVertex
(Level *this,int param_1,VSpan *param_2,... | |
56,222 | google::protobuf::UInt64Value::MergeImpl(google::protobuf::Message&, google::protobuf::Message const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/wrappers.pb.h | inline uint64_t UInt64Value::_internal_value() const {
return _impl_.value_;
} | O3 | c | google::protobuf::UInt64Value::MergeImpl(google::protobuf::Message&, google::protobuf::Message const&):
movq 0x10(%rsi), %rax
testq %rax, %rax
je 0xb120d
movq %rax, 0x10(%rdi)
movq 0x8(%rsi), %rsi
testb $0x1, %sil
jne 0xb1218
retq
addq $0x8, %rdi
andq $-0x4, %rsi
addq $0x8, %rsi
jmp 0x734be
nop
| _ZN6google8protobuf11UInt64Value9MergeImplERNS0_7MessageERKS2_:
mov rax, [rsi+10h]
test rax, rax
jz short loc_B120D
mov [rdi+10h], rax
loc_B120D:
mov rsi, [rsi+8]
test sil, 1
jnz short loc_B1218
retn
loc_B1218:
add rdi, 8
and rsi, 0FFFFFFFFFFFFFFFCh
add rsi, 8
jmp _ZN6google8p... | long long google::protobuf::UInt64Value::MergeImpl(
google::protobuf::UInt64Value *this,
google::protobuf::Message *a2,
const google::protobuf::Message *a3)
{
long long result; // rax
long long v4; // rsi
result = *((_QWORD *)a2 + 2);
if ( result )
*((_QWORD *)this + 2) = result;
... | MergeImpl:
MOV RAX,qword ptr [RSI + 0x10]
TEST RAX,RAX
JZ 0x001b120d
MOV qword ptr [RDI + 0x10],RAX
LAB_001b120d:
MOV RSI,qword ptr [RSI + 0x8]
TEST SIL,0x1
JNZ 0x001b1218
RET
LAB_001b1218:
ADD RDI,0x8
AND RSI,-0x4
ADD RSI,0x8
JMP 0x001734be
|
/* google::protobuf::UInt64Value::MergeImpl(google::protobuf::Message&, google::protobuf::Message
const&) */
void google::protobuf::UInt64Value::MergeImpl(Message *param_1,Message *param_2)
{
if (*(long *)(param_2 + 0x10) != 0) {
*(long *)(param_1 + 0x10) = *(long *)(param_2 + 0x10);
}
if ((*(ulong *)(p... | |
56,223 | ggml_backend_sched_reserve | ngxson[P]ggml-easy/ggml/src/ggml-backend.cpp | bool ggml_backend_sched_reserve(ggml_backend_sched_t sched, struct ggml_cgraph * measure_graph) {
GGML_ASSERT((int)sched->hash_set.size >= measure_graph->n_nodes + measure_graph->n_leafs);
ggml_backend_sched_split_graph(sched, measure_graph);
ggml_backend_sched_synchronize(sched);
if (!ggml_gallocr_r... | O0 | cpp | ggml_backend_sched_reserve:
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movq %rsi, (%rsp)
movq 0x8(%rsp), %rax
movq 0x110(%rax), %rax
movq (%rsp), %rcx
movl 0x4(%rcx), %ecx
movq (%rsp), %rdx
addl 0x8(%rdx), %ecx
cmpl %ecx, %eax
jge 0x5fa5c
leaq 0x57be7(%rip), %rdi # 0xb7629
movl $0x607, %esi # imm = 0x607
leaq... | ggml_backend_sched_reserve:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
mov [rsp+18h+var_18], rsi
mov rax, [rsp+18h+var_10]
mov rax, [rax+110h]
mov rcx, [rsp+18h+var_18]
mov ecx, [rcx+4]
mov rdx, [rsp+18h+var_18]
add ecx, [rdx+8]
cmp eax, ecx
jge short loc_5FA5C
lea rdi, aWork... | char ggml_backend_sched_reserve(long long *a1, long long a2)
{
if ( (int)a1[34] < *(_DWORD *)(a2 + 8) + *(_DWORD *)(a2 + 4) )
ggml_abort(
"/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-backend.cpp",
1543,
(long long)"GGML_ASSERT(%s) failed",
"(int)sched->hash_se... | ggml_backend_sched_reserve:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOV qword ptr [RSP],RSI
MOV RAX,qword ptr [RSP + 0x8]
MOV RAX,qword ptr [RAX + 0x110]
MOV RCX,qword ptr [RSP]
MOV ECX,dword ptr [RCX + 0x4]
MOV RDX,qword ptr [RSP]
ADD ECX,dword ptr [RDX + 0x8]
CMP EAX,ECX
JGE 0x0015fa5c
LEA RDI,[0x1b7629]
MOV ESI,0... |
bool ggml_backend_sched_reserve(ggml_backend_sched *param_1,ggml_cgraph *param_2)
{
ulong uVar1;
bool bVar2;
if ((int)*(int8 *)(param_1 + 0x110) < *(int *)(param_2 + 4) + *(int *)(param_2 + 8)) {
ggml_abort("/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-backend.cpp"
... | |
56,224 | ggml_backend_sched_reserve | ngxson[P]ggml-easy/ggml/src/ggml-backend.cpp | bool ggml_backend_sched_reserve(ggml_backend_sched_t sched, struct ggml_cgraph * measure_graph) {
GGML_ASSERT((int)sched->hash_set.size >= measure_graph->n_nodes + measure_graph->n_leafs);
ggml_backend_sched_split_graph(sched, measure_graph);
ggml_backend_sched_synchronize(sched);
if (!ggml_gallocr_r... | O1 | cpp | ggml_backend_sched_reserve:
pushq %rbp
pushq %r14
pushq %rbx
movl 0x8(%rsi), %eax
addl 0x4(%rsi), %eax
cmpl 0x110(%rdi), %eax
jg 0x2637a
movq %rdi, %rbx
callq 0x2639b
cmpl $0x0, 0x4(%rbx)
jle 0x26344
xorl %r14d, %r14d
movq 0x8(%rbx,%r14,8), %rdi
movq 0x30(%rdi), %rax
testq %rax, %rax
je 0x26338
callq *%rax
incq %r14
mo... | ggml_backend_sched_reserve:
push rbp
push r14
push rbx
mov eax, [rsi+8]
add eax, [rsi+4]
cmp eax, [rdi+110h]
jg short loc_2637A
mov rbx, rdi
call _ZL30ggml_backend_sched_split_graphP18ggml_backend_schedP11ggml_cgraph; ggml_backend_sched_split_graph(ggml_backend_sched *,ggml_cgraph *)
cm... | long long ggml_backend_sched_reserve(
long long a1,
long long a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10,
long long a11,
long long a12,
int a13,
int a14)
{
... | ggml_backend_sched_reserve:
PUSH RBP
PUSH R14
PUSH RBX
MOV EAX,dword ptr [RSI + 0x8]
ADD EAX,dword ptr [RSI + 0x4]
CMP EAX,dword ptr [RDI + 0x110]
JG 0x0012637a
MOV RBX,RDI
CALL 0x0012639b
CMP dword ptr [RBX + 0x4],0x0
JLE 0x00126344
XOR R14D,R14D
LAB_00126328:
MOV RDI,qword ptr [RBX + R14*0x8 + 0x8]
MOV RAX,qword ptr ... |
int4 ggml_backend_sched_reserve(ggml_backend_sched *param_1,ggml_cgraph *param_2)
{
int4 uVar1;
long lVar2;
if (*(int *)(param_2 + 8) + *(int *)(param_2 + 4) <= *(int *)(param_1 + 0x110)) {
ggml_backend_sched_split_graph(param_1,param_2);
if (0 < *(int *)(param_1 + 4)) {
lVar2 = 0;
do {
... | |
56,225 | ggml_backend_sched_reserve | ngxson[P]ggml-easy/ggml/src/ggml-backend.cpp | bool ggml_backend_sched_reserve(ggml_backend_sched_t sched, struct ggml_cgraph * measure_graph) {
GGML_ASSERT((int)sched->hash_set.size >= measure_graph->n_nodes + measure_graph->n_leafs);
ggml_backend_sched_split_graph(sched, measure_graph);
ggml_backend_sched_synchronize(sched);
if (!ggml_gallocr_r... | O2 | cpp | ggml_backend_sched_reserve:
pushq %rbp
pushq %rbx
pushq %rax
movl 0x8(%rsi), %eax
addl 0x4(%rsi), %eax
cmpl 0x110(%rdi), %eax
jg 0x2b33c
movq %rdi, %rbx
callq 0x2b35d
movq %rbx, %rdi
callq 0x1de10
leaq 0x158(%rbx), %rsi
movq 0x108(%rbx), %rdi
movq 0x138(%rbx), %rdx
movq 0x140(%rbx), %rcx
callq 0x1dc20
movl %eax, %ebp
t... | ggml_backend_sched_reserve:
push rbp
push rbx
push rax
mov eax, [rsi+8]
add eax, [rsi+4]
cmp eax, [rdi+110h]
jg short loc_2B33C
mov rbx, rdi
call _ZL30ggml_backend_sched_split_graphP18ggml_backend_schedP11ggml_cgraph; ggml_backend_sched_split_graph(ggml_backend_sched *,ggml_cgraph *)
mo... | long long ggml_backend_sched_reserve(
long long a1,
long long a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
long long a11,
long long a12,
long long a13,
long lo... | ggml_backend_sched_reserve:
PUSH RBP
PUSH RBX
PUSH RAX
MOV EAX,dword ptr [RSI + 0x8]
ADD EAX,dword ptr [RSI + 0x4]
CMP EAX,dword ptr [RDI + 0x110]
JG 0x0012b33c
MOV RBX,RDI
CALL 0x0012b35d
MOV RDI,RBX
CALL 0x0011de10
LEA RSI,[RBX + 0x158]
MOV RDI,qword ptr [RBX + 0x108]
MOV RDX,qword ptr [RBX + 0x138]
MOV RCX,qword ptr... |
int4 ggml_backend_sched_reserve(ggml_backend_sched *param_1,ggml_cgraph *param_2)
{
int4 uVar1;
if (*(int *)(param_2 + 8) + *(int *)(param_2 + 4) <= *(int *)(param_1 + 0x110)) {
ggml_backend_sched_split_graph(param_1,param_2);
ggml_backend_sched_synchronize(param_1);
uVar1 = ggml_gallocr_reserve_n
... | |
56,226 | apply(minja::chat_template const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsig... | llama.cpp/common/chat.cpp | static std::string apply(
const common_chat_template & tmpl,
const nlohmann::ordered_json & messages,
const nlohmann::ordered_json & tools,
bool add_generation_prompt,
const nlohmann::ordered_json & extra_context = nlohmann::ordered_json())
{
minja::chat_template_inputs tmpl_inputs;
tmpl_inp... | O3 | cpp | apply(minja::chat_template const&, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsig... | _ZL5applyRKN5minja13chat_templateERKN8nlohmann16json_abi_v3_11_310basic_jsonINS4_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS4_14adl_serializerES7_IhSaIhEEvEESJ_bSJ_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0B8h
mov [rsp+0E8h+var_E0... | long long apply(
long long a1,
_QWORD *a2,
unsigned __int8 *a3,
unsigned __int8 *a4,
char a5,
unsigned __int8 *a6)
{
unsigned long long v8; // rsi
unsigned long long v9; // rdx
bool v10; // cf
unsigned long long v11; // rsi
void *v16[2]; // [rsp+18h] [rbp-D0h] ... | apply:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xb8
MOV qword ptr [RSP + 0x8],R9
MOV dword ptr [RSP + 0x4],R8D
MOV qword ptr [RSP + 0x10],RCX
MOV RBP,RDX
MOV R12,RSI
MOV RBX,RDI
XOR R13D,R13D
LEA R14,[RSP + 0x68]
MOV byte ptr [R14],R13B
MOV qword ptr [R14 + 0x8],R13
MOV RDI,R14
MOV ESI,0x1
CALL 0x... |
/* apply(minja::chat_template const&,
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> >,... | |
56,227 | update_tot_length | eloqsql/storage/maria/ma_create.c | static ulonglong update_tot_length(ulonglong tot_length, ulonglong max_rows, uint length)
{
ulonglong tot_length_part;
if (tot_length == ULONGLONG_MAX)
return ULONGLONG_MAX;
tot_length_part= (max_rows/(ulong) ((maria_block_size -
MAX_KEYPAGE_HEADER_SIZE - KEYPAGE_CHECKSUM_SIZE)/
... | O0 | c | update_tot_length:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
cmpq $-0x1, -0x10(%rbp)
jne 0x77373
movq $-0x1, -0x8(%rbp)
jmp 0x77420
movq -0x18(%rbp), %rax
movq %rax, -0x38(%rbp)
leaq 0x25105e(%rip), %rax # 0x2c83e0
movq (%rax), %rax
subq $0x15, %rax
subq $0x4, %r... | update_tot_length:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
cmp [rbp+var_10], 0FFFFFFFFFFFFFFFFh
jnz short loc_77373
mov [rbp+var_8], 0FFFFFFFFFFFFFFFFh
jmp loc_77420
loc_77373:
mov rax, [rbp+var_18]
mov [rbp+var_38], rax
lea ... | long long update_tot_length(unsigned long long a1, unsigned long long a2, int a3)
{
unsigned long long v4; // [rsp+10h] [rbp-28h]
if ( a1 == -1LL )
return -1LL;
v4 = a2 / ((*(_QWORD *)&maria_block_size - 25LL) / (unsigned long long)(unsigned int)(2 * a3));
if ( v4 >= 0xFFFFFFFFFFFFFFFFLL / *(_QWORD *)&mar... | update_tot_length:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
CMP qword ptr [RBP + -0x10],-0x1
JNZ 0x00177373
MOV qword ptr [RBP + -0x8],-0x1
JMP 0x00177420
LAB_00177373:
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x38],RAX
LEA RAX,[0x... |
long update_tot_length(ulong param_1,ulong param_2,int param_3)
{
int1 auVar1 [16];
int8 local_10;
if (param_1 == 0xffffffffffffffff) {
local_10 = -1;
}
else {
param_2 = param_2 / ((maria_block_size - 0x19) / (ulong)(uint)(param_3 << 1));
auVar1._8_8_ = 0;
auVar1._0_8_ = maria_block_size;... | |
56,228 | mi_update_blob_record | eloqsql/storage/myisam/mi_dynrec.c | int _mi_update_blob_record(MI_INFO *info, my_off_t pos, const uchar *record)
{
uchar *rec_buff;
int error;
ulong reclength,extra;
extra= (ALIGN_SIZE(MI_MAX_DYN_BLOCK_HEADER)+MI_SPLIT_LENGTH+
MI_DYN_DELETE_BLOCK_HEADER);
reclength= (info->s->base.pack_reclength+
_mi_calc_total_blob_length(info,recor... | O3 | c | mi_update_blob_record:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, %r14
movq (%rdi), %rax
movq 0x148(%rax), %r12
movq %rdx, %rsi
callq 0x318e8
leaq (%r12,%rax), %rsi
addq $0x5c, %rsi
xorl %edi, %edi
xorl %edx, %edx
callq 0x5d09d... | _mi_update_blob_record:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15, rdx
mov rbx, rsi
mov r14, rdi
mov rax, [rdi]
mov r12, [rax+148h]
mov rsi, rdx
call _mi_calc_total_blob_length
lea rsi, [r12+rax]
add rsi, 5Ch ; '\'
xor... | long long mi_update_blob_record(long long *a1, long long a2, char *a3)
{
long long v5; // r12
const char *v6; // rsi
long long v7; // rax
long long v8; // r12
long long v9; // r13
unsigned int v10; // eax
unsigned int updated; // ebx
v5 = *(_QWORD *)(*a1 + 328);
v6 = (const char *)(v5 + mi_calc_tota... | _mi_update_blob_record:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI]
MOV R12,qword ptr [RAX + 0x148]
MOV RSI,RDX
CALL 0x001318e8
LEA RSI,[R12 + RAX*0x1]
ADD RSI,0x5c
XOR EDI,EDI
XOR EDX,EDX
CALL 0x0015d09d
TEST RAX,RAX
JZ 0x001319... |
int4 _mi_update_blob_record(long *param_1,int8 param_2,int8 param_3)
{
int4 uVar1;
long lVar2;
long lVar3;
int4 *puVar4;
lVar3 = *(long *)(*param_1 + 0x148);
lVar2 = _mi_calc_total_blob_length(param_1,param_3);
lVar3 = my_malloc(0,lVar3 + lVar2 + 0x5c,0);
if (lVar3 == 0) {
puVar4 = (int4 *)_my_... | |
56,229 | my_tell | eloqsql/mysys/my_seek.c | my_off_t my_tell(File fd, myf MyFlags)
{
os_off_t pos;
DBUG_ENTER("my_tell");
DBUG_PRINT("my",("fd: %d MyFlags: %lu",fd, MyFlags));
DBUG_ASSERT(fd >= 0);
#if defined (HAVE_TELL) && !defined (_WIN32) && !defined(_AIX)
pos= tell(fd);
#else
pos= my_seek(fd, 0L, MY_SEEK_CUR,0);
#endif
if (pos == (os_off_t) -... | O3 | c | my_tell:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %r15
movl %edi, %r14d
xorl %esi, %esi
movl $0x1, %edx
xorl %ecx, %ecx
callq 0xa0b78
movq %rax, %rbx
cmpq $-0x1, %rax
jne 0xa0c3d
callq 0x297b0
movl (%rax), %r12d
callq 0xa1afa
movl %r12d, (%rax)
testb $0x10, %r15b
je 0xa0c3d
movl... | my_tell:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r15, rsi
mov r14d, edi
xor esi, esi
mov edx, 1
xor ecx, ecx
call my_seek
mov rbx, rax
cmp rax, 0FFFFFFFFFFFFFFFFh
jnz short loc_A0C3D
call ___errno_location
mov r12d, [rax]
call _my_thr... | long long my_tell(long long a1, char a2)
{
long long v2; // rbx
int v3; // r12d
long long v4; // r14
unsigned int *v5; // rax
v2 = my_seek(a1, 0LL, 1LL, 0);
if ( v2 == -1 )
{
v3 = *(_DWORD *)__errno_location(a1);
*(_DWORD *)my_thread_var(a1, 0LL) = v3;
if ( (a2 & 0x10) != 0 )
{
v4 ... | my_tell:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R15,RSI
MOV R14D,EDI
XOR ESI,ESI
MOV EDX,0x1
XOR ECX,ECX
CALL 0x001a0b78
MOV RBX,RAX
CMP RAX,-0x1
JNZ 0x001a0c3d
CALL 0x001297b0
MOV R12D,dword ptr [RAX]
CALL 0x001a1afa
MOV dword ptr [RAX],R12D
TEST R15B,0x10
JZ 0x001a0c3d
MOV EDI,R14D
CALL 0x001a8f... |
long my_tell(ulong param_1,ulong param_2)
{
int iVar1;
long lVar2;
int *piVar3;
int8 uVar4;
int4 *puVar5;
lVar2 = my_seek(param_1,0,1,0);
if (lVar2 == -1) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_var();
*piVar3 = iVar1;
if ((param_2 & 0x10) != 0) ... | |
56,230 | LefDefParser::lefwViaLayerRect(double, double, double, double, int) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwViaLayerRect(double x1l,
double y1l,
double x2l,
double y2l,
int mask)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_VIA_START && lefwState != LEFW_VIA)
return LEFW_BAD_ORDER;
if (!lefwDidLayer... | O0 | cpp | LefDefParser::lefwViaLayerRect(double, double, double, double, int):
subq $0x38, %rsp
movsd %xmm0, 0x28(%rsp)
movsd %xmm1, 0x20(%rsp)
movsd %xmm2, 0x18(%rsp)
movsd %xmm3, 0x10(%rsp)
movl %edi, 0xc(%rsp)
leaq 0x1b0f9(%rip), %rax # 0x32e00
cmpq $0x0, (%rax)
jne 0x17d1a
movl $0x1, 0x34(%rsp)
jmp 0x17ea9
leaq 0x1b32f(%... | _ZN12LefDefParser16lefwViaLayerRectEddddi:
sub rsp, 38h
movsd [rsp+38h+var_10], xmm0
movsd [rsp+38h+var_18], xmm1
movsd [rsp+38h+var_20], xmm2
movsd [rsp+38h+var_2C+4], xmm3
mov dword ptr [rsp+38h+var_2C], edi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jn... | long long LefDefParser::lefwViaLayerRect(LefDefParser *this, double a2, double a3, double a4, double a5)
{
int v5; // edx
int v6; // ecx
int v7; // r8d
int v8; // r9d
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
if ( LefDefParser::lefwState == 15 || LefDefParser::lefwState == 72 )
{
if ( LefD... | lefwViaLayerRect:
SUB RSP,0x38
MOVSD qword ptr [RSP + 0x28],XMM0
MOVSD qword ptr [RSP + 0x20],XMM1
MOVSD qword ptr [RSP + 0x18],XMM2
MOVSD qword ptr [RSP + 0x10],XMM3
MOV dword ptr [RSP + 0xc],EDI
LEA RAX,[0x132e00]
CMP qword ptr [RAX],0x0
JNZ 0x00117d1a
MOV dword ptr [RSP + 0x34],0x1
JMP 0x00117ea9
LAB_00117d1a:
LEA R... |
/* LefDefParser::lefwViaLayerRect(double, double, double, double, int) */
int4
LefDefParser::lefwViaLayerRect
(double param_1,double param_2,double param_3,double param_4,int param_5)
{
ulong uVar1;
int4 local_4;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if ((lefwState == 0xf)... | |
56,231 | LefDefParser::lefwViaLayerRect(double, double, double, double, int) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwViaLayerRect(double x1l,
double y1l,
double x2l,
double y2l,
int mask)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_VIA_START && lefwState != LEFW_VIA)
return LEFW_BAD_ORDER;
if (!lefwDidLayer... | O3 | cpp | LefDefParser::lefwViaLayerRect(double, double, double, double, int):
pushq %rbx
movl %edi, %edx
leaq 0x16565(%rip), %rax # 0x24e00
movq (%rax), %rdi
testq %rdi, %rdi
je 0xe952
leaq 0x167a2(%rip), %rbx # 0x25050
movl (%rbx), %ecx
movl $0x2, %eax
cmpl $0x48, %ecx
je 0xe8c3
cmpl $0xf, %ecx
jne 0xe957
leaq 0x1678e(... | _ZN12LefDefParser16lefwViaLayerRectEddddi:
push rbx
mov edx, edi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rdi, [rax]
test rdi, rdi
jz loc_E952
lea rbx, _ZN12LefDefParser9lefwStateE; LefDefParser::lefwState
mov ecx, [rbx]
mov eax, 2
cmp ecx, 48h ; 'H'
jz ... | long long LefDefParser::lefwViaLayerRect(
LefDefParser *this,
double a2,
double a3,
double a4,
double a5,
int a6,
long long a7,
long long a8,
unsigned int a9,
unsigned int a10)
{
long long result; // rax
_DWORD *v11; // rcx
bool v12;... | lefwViaLayerRect:
PUSH RBX
MOV EDX,EDI
LEA RAX,[0x124e00]
MOV RDI,qword ptr [RAX]
TEST RDI,RDI
JZ 0x0010e952
LEA RBX,[0x125050]
MOV ECX,dword ptr [RBX]
MOV EAX,0x2
CMP ECX,0x48
JZ 0x0010e8c3
CMP ECX,0xf
JNZ 0x0010e957
LAB_0010e8c3:
LEA RCX,[0x125058]
CMP dword ptr [RCX],0x0
JZ 0x0010e957
TEST EDX,EDX
JZ 0x0010e8ee
MOV ... |
/* LefDefParser::lefwViaLayerRect(double, double, double, double, int) */
int8
LefDefParser::lefwViaLayerRect
(double param_1,double param_2,double param_3,double param_4,int param_5)
{
bool bVar1;
uint uVar2;
int8 uVar3;
uint uVar4;
if (lefwFile == (_IO_FILE *)0x0) {
uVar3 = 1;
}
else... | |
56,232 | js_is_regexp | bluesky950520[P]quickjs/quickjs.c | static int js_is_regexp(JSContext *ctx, JSValue obj)
{
JSValue m;
if (!JS_IsObject(obj))
return FALSE;
m = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_match);
if (JS_IsException(m))
return -1;
if (!JS_IsUndefined(m))
return JS_ToBoolFree(ctx, m);
return js_get_regexp(ctx, ob... | O0 | c | js_is_regexp:
subq $0x48, %rsp
movq %rsi, 0x30(%rsp)
movq %rdx, 0x38(%rsp)
movq %rdi, 0x28(%rsp)
movq 0x30(%rsp), %rdi
movq 0x38(%rsp), %rsi
callq 0x2af70
cmpl $0x0, %eax
jne 0x85c84
movl $0x0, 0x44(%rsp)
jmp 0x85d2d
movq 0x28(%rsp), %rdi
movq 0x30(%rsp), %rsi
movq 0x38(%rsp), %rdx
movl $0xd5, %ecx
callq 0x29d80
movq %... | js_is_regexp:
sub rsp, 48h
mov [rsp+48h+var_18], rsi
mov [rsp+48h+var_10], rdx
mov [rsp+48h+var_20], rdi
mov rdi, [rsp+48h+var_18]
mov rsi, [rsp+48h+var_10]
call JS_IsObject
cmp eax, 0
jnz short loc_85C84
mov [rsp+48h+var_4], 0
jmp loc_85D2D
loc_85C84:
mov rdi, [rsp+48h+va... | long long js_is_regexp(long long a1, long long a2, int a3)
{
long long v3; // rdx
long long Property; // [rsp+8h] [rbp-40h]
long long v6; // [rsp+20h] [rbp-28h]
if ( JS_IsObject(a2, a3) )
{
Property = JS_GetProperty(a1, a2, a3, 213);
v6 = v3;
if ( JS_IsException_1(Property, v3) )
{
ret... | js_is_regexp:
SUB RSP,0x48
MOV qword ptr [RSP + 0x30],RSI
MOV qword ptr [RSP + 0x38],RDX
MOV qword ptr [RSP + 0x28],RDI
MOV RDI,qword ptr [RSP + 0x30]
MOV RSI,qword ptr [RSP + 0x38]
CALL 0x0012af70
CMP EAX,0x0
JNZ 0x00185c84
MOV dword ptr [RSP + 0x44],0x0
JMP 0x00185d2d
LAB_00185c84:
MOV RDI,qword ptr [RSP + 0x28]
MOV ... |
uint js_is_regexp(int8 param_1,int8 param_2,int8 param_3)
{
int iVar1;
int8 uVar2;
long lVar3;
int8 uVar4;
int1 auVar5 [16];
int4 local_4;
iVar1 = JS_IsObject(param_2,param_3);
if (iVar1 == 0) {
local_4 = 0;
}
else {
auVar5 = JS_GetProperty(param_1,param_2,param_3,0xd5);
uVar4 = auV... | |
56,233 | js_is_regexp | bluesky950520[P]quickjs/quickjs.c | static int js_is_regexp(JSContext *ctx, JSValue obj)
{
JSValue m;
if (!JS_IsObject(obj))
return FALSE;
m = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_match);
if (JS_IsException(m))
return -1;
if (!JS_IsUndefined(m))
return JS_ToBoolFree(ctx, m);
return js_get_regexp(ctx, ob... | O1 | c | js_is_regexp:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movl %edx, %r15d
xorl %eax, %eax
movl $0xffffffff, %ecx # imm = 0xFFFFFFFF
cmpq %rcx, %r15
jne 0x4c69e
movq %rsi, %r14
movq %rdi, %rbx
movl $0xd5, %ecx
movq %rsi, %r8
movq %rdx, %r9
pushq $0x0
pushq $0x0
callq 0x22fa3
addq $0x10, %rsp
cmpl $0x3, %edx... | js_is_regexp:
push r15
push r14
push rbx
sub rsp, 10h
mov r15d, edx
xor eax, eax
mov ecx, 0FFFFFFFFh
cmp r15, rcx
jnz short loc_4C69E
mov r14, rsi
mov rbx, rdi
mov ecx, 0D5h
mov r8, rsi
mov r9, rdx
push 0
push 0
call JS_GetPropertyInternal2
add rsp, 10h
... | long long js_is_regexp(long long a1, long long a2, long long a3)
{
long long result; // rax
unsigned long long PropertyInternal2; // rax
long long v5; // rdx
long long v6; // rsi
result = 0LL;
if ( (unsigned int)a3 == 0xFFFFFFFFLL )
{
PropertyInternal2 = JS_GetPropertyInternal2(a1, a2, a3, 0xD5u, a2... | js_is_regexp:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R15D,EDX
XOR EAX,EAX
MOV ECX,0xffffffff
CMP R15,RCX
JNZ 0x0014c69e
MOV R14,RSI
MOV RBX,RDI
MOV ECX,0xd5
MOV R8,RSI
MOV R9,RDX
PUSH 0x0
PUSH 0x0
CALL 0x00122fa3
ADD RSP,0x10
CMP EDX,0x3
JZ 0x0014c680
MOV RSI,RAX
MOV EAX,0xffffffff
CMP EDX,0x6
JZ 0x0014c69e
MOV RD... |
int8 js_is_regexp(int8 param_1,long param_2,int param_3)
{
int8 uVar1;
int1 auVar2 [12];
uVar1 = 0;
if (param_3 == -1) {
auVar2 = JS_GetPropertyInternal2();
if (auVar2._8_4_ == 3) {
uVar1 = 1;
if (*(short *)(param_2 + 6) != 0x12) {
uVar1 = 0;
}
}
else {
uVar1... | |
56,234 | js_is_regexp | bluesky950520[P]quickjs/quickjs.c | static int js_is_regexp(JSContext *ctx, JSValue obj)
{
JSValue m;
if (!JS_IsObject(obj))
return FALSE;
m = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_match);
if (JS_IsException(m))
return -1;
if (!JS_IsUndefined(m))
return JS_ToBoolFree(ctx, m);
return js_get_regexp(ctx, ob... | O2 | c | js_is_regexp:
pushq %r14
pushq %rbx
pushq %rax
xorl %eax, %eax
cmpl $-0x1, %edx
jne 0x41ad7
movq %rsi, %r14
movq %rdi, %rbx
movl $0xd5, %ecx
callq 0x1b043
cmpl $0x3, %edx
je 0x41acc
cmpl $0x6, %edx
jne 0x41adf
pushq $-0x1
popq %rax
jmp 0x41ad7
xorl %eax, %eax
cmpw $0x12, 0x6(%r14)
sete %al
addq $0x8, %rsp
popq %rbx
pop... | js_is_regexp:
push r14
push rbx
push rax
xor eax, eax
cmp edx, 0FFFFFFFFh
jnz short loc_41AD7
mov r14, rsi
mov rbx, rdi
mov ecx, 0D5h
call JS_GetProperty
cmp edx, 3
jz short loc_41ACC
cmp edx, 6
jnz short loc_41ADF
push 0FFFFFFFFFFFFFFFFh
pop rax
jmp short... | long long js_is_regexp(long long a1, long long a2, int a3)
{
long long result; // rax
long long Property; // rax
long long v5; // rdx
result = 0LL;
if ( a3 == -1 )
{
Property = JS_GetProperty(a1, a2, -1, 213);
if ( (_DWORD)v5 == 3 )
{
return *(_WORD *)(a2 + 6) == 18;
}
else if ( ... | js_is_regexp:
PUSH R14
PUSH RBX
PUSH RAX
XOR EAX,EAX
CMP EDX,-0x1
JNZ 0x00141ad7
MOV R14,RSI
MOV RBX,RDI
MOV ECX,0xd5
CALL 0x0011b043
CMP EDX,0x3
JZ 0x00141acc
CMP EDX,0x6
JNZ 0x00141adf
PUSH -0x1
POP RAX
JMP 0x00141ad7
LAB_00141acc:
XOR EAX,EAX
CMP word ptr [R14 + 0x6],0x12
SETZ AL
LAB_00141ad7:
ADD RSP,0x8
POP RBX
PO... |
ulong js_is_regexp(int8 param_1,long param_2,int param_3)
{
ulong uVar1;
int1 auVar2 [12];
uVar1 = 0;
if (param_3 == -1) {
auVar2 = JS_GetProperty();
if (auVar2._8_4_ == 3) {
uVar1 = (ulong)(*(short *)(param_2 + 6) == 0x12);
}
else {
if (auVar2._8_4_ != 6) {
uVar1 = JS_T... | |
56,235 | my_strntoull_mb2_or_mb4 | eloqsql/strings/ctype-ucs2.c | static ulonglong
my_strntoull_mb2_or_mb4(CHARSET_INFO *cs,
const char *nptr, size_t l, int base,
char **endptr, int *err)
{
int negative= 0;
int overflow;
int cnv;
my_wc_t wc;
my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc;
register ulonglong ... | O0 | c | my_strntoull_mb2_or_mb4:
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movl $0x0, -0x3c(%rbp)
movq -0x10(%rbp), %rax
movq 0xb8(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x58(%rbp)
mo... | my_strntoull_mb2_or_mb4:
push rbp
mov rbp, rsp
sub rsp, 0A0h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov [rbp+var_3C], 0
mov rax, [rbp+var_10]
mov rax, [rax+0B8h]
mov rax, [rax+28... | long long my_strntoull_mb2_or_mb4(long long a1, long long a2, long long a3, int a4, _QWORD *a5, int *a6)
{
int v6; // ecx
long long v9; // [rsp+18h] [rbp-88h]
long long v10; // [rsp+20h] [rbp-80h]
long long v11; // [rsp+28h] [rbp-78h]
unsigned long long v12; // [rsp+30h] [rbp-70h]
unsigned int v13; // [rsp... | my_strntoull_mb2_or_mb4:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV dword ptr [RBP + -0x3c],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX... |
/* WARNING: Removing unreachable block (ram,0x00160024) */
/* WARNING: Removing unreachable block (ram,0x00160192) */
ulong my_strntoull_mb2_or_mb4
(long param_1,long param_2,long param_3,int param_4,long *param_5,
int4 *param_6)
{
code *pcVar1;
int1 auVar2 [16];
int1 auVar3 [16... | |
56,236 | SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float) | SDL3Lite/source/include/SDL3Lite/OpenGL/Mat4f.hpp | Mat4<T> Ortho(float left, float right, float bottom, float top, float farv, float nearv)
{
Mat4<T> result;
result._values[0] = (2.0f / (right - left));
result._values[5] = (2.0f / (top - bottom));
result._values[10] = (-1.0);
result._values[12] = (-(right + left) / (right - left));
result._values[13] = (-... | O0 | cpp | SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x28(%rbp)
movq %rdi, %rax
movq %rax, -0x20(%rbp)
movss %xmm0, -0x4(%rbp)
movss %xmm1, -0x8(%rbp)
movss %xmm2, -0xc(%rbp)
movss %xmm3, -0x10(%rbp)
movss %xmm4, -0x14(%rbp)
movss %xmm5, -... | _ZN3SDL5OrthoIfEENS_4Mat4IT_EEffffff:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_28], rdi
mov rax, rdi
mov [rbp+var_20], rax
movss [rbp+var_4], xmm0
movss [rbp+var_8], xmm1
movss [rbp+var_C], xmm2
movss [rbp+var_10], xmm3
movss [rbp+var_14], xmm4
movss [rbp+var_18], xmm5
call ... | long long SDL::Ortho<float>(long long a1, float a2, float a3, float a4, float a5, float a6, float a7)
{
long long result; // rax
__m128i v8; // xmm0
__m128i v9; // xmm0
__m128i v10; // xmm0
SDL::Mat4<float>::Mat4(a1);
result = a1;
*(float *)a1 = 2.0 / (float)(a3 - a2);
*(float *)(a1 + 20) = 2.0 / (flo... | Ortho<float>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x28],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x20],RAX
MOVSS dword ptr [RBP + -0x4],XMM0
MOVSS dword ptr [RBP + -0x8],XMM1
MOVSS dword ptr [RBP + -0xc],XMM2
MOVSS dword ptr [RBP + -0x10],XMM3
MOVSS dword ptr [RBP + -0x14],XMM4
MOVSS dword ptr [RBP + -... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float) */
SDL * __thiscall
SDL::Ortho<float>(SDL *this,float param_1,float param_2,float param_3,float param_4,float param_5,
float param_6)
{... | |
56,237 | SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float) | SDL3Lite/source/include/SDL3Lite/OpenGL/Mat4f.hpp | Mat4<T> Ortho(float left, float right, float bottom, float top, float farv, float nearv)
{
Mat4<T> result;
result._values[0] = (2.0f / (right - left));
result._values[5] = (2.0f / (top - bottom));
result._values[10] = (-1.0);
result._values[12] = (-(right + left) / (right - left));
result._values[13] = (-... | O3 | cpp | SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float):
subq $0x28, %rsp
movq %rdi, (%rsp)
movq %rdi, %rax
movq %rax, 0x8(%rsp)
movss %xmm0, 0x24(%rsp)
movss %xmm1, 0x20(%rsp)
movss %xmm2, 0x1c(%rsp)
movss %xmm3, 0x18(%rsp)
movss %xmm4, 0x14(%rsp)
movss %xmm5, 0x10(%rsp)
callq 0x21bc0
movq (%rsp),... | _ZN3SDL5OrthoIfEENS_4Mat4IT_EEffffff:
sub rsp, 28h
mov [rsp+28h+var_28], rdi
mov rax, rdi
mov [rsp+28h+var_20], rax
movss [rsp+28h+var_4], xmm0
movss [rsp+28h+var_8], xmm1
movss [rsp+28h+var_C], xmm2
movss [rsp+28h+var_10], xmm3
movss [rsp+28h+var_14], xmm4
movss [rsp+28h+var_18], xmm5
call ... | long long SDL::Ortho<float>(long long a1, float a2, float a3, float a4, float a5, float a6, float a7)
{
long long result; // rax
__m128i v8; // xmm0
__m128i v9; // xmm0
__m128i v10; // xmm0
SDL::Mat4<float>::Mat4(a1);
result = a1;
*(float *)a1 = 2.0 / (float)(a3 - a2);
*(float *)(a1 + 20) = 2.0 / (flo... | Ortho<float>:
SUB RSP,0x28
MOV qword ptr [RSP],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x8],RAX
MOVSS dword ptr [RSP + 0x24],XMM0
MOVSS dword ptr [RSP + 0x20],XMM1
MOVSS dword ptr [RSP + 0x1c],XMM2
MOVSS dword ptr [RSP + 0x18],XMM3
MOVSS dword ptr [RSP + 0x14],XMM4
MOVSS dword ptr [RSP + 0x10],XMM5
CALL 0x00121bc0
MOV RDI... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* SDL::Mat4<float> SDL::Ortho<float>(float, float, float, float, float, float) */
SDL * __thiscall
SDL::Ortho<float>(SDL *this,float param_1,float param_2,float param_3,float param_4,float param_5,
float param_6)
{... | |
56,238 | glfw_fmaxf | untodesu[P]riteg/build_O3/_deps/glfw-src/src/init.c | float _glfw_fmaxf(float a, float b)
{
if (a != a)
return b;
else if (b != b)
return a;
else if (a > b)
return a;
else
return b;
} | O3 | c | glfw_fmaxf:
ucomiss %xmm0, %xmm0
jp 0x18e8d
ucomiss %xmm1, %xmm1
jp 0x18e8a
maxss %xmm1, %xmm0
movaps %xmm0, %xmm1
movaps %xmm1, %xmm0
retq
| _glfw_fmaxf:
ucomiss xmm0, xmm0
jp short loc_18E8D
ucomiss xmm1, xmm1
jp short loc_18E8A
maxss xmm0, xmm1
loc_18E8A:
movaps xmm1, xmm0
loc_18E8D:
movaps xmm0, xmm1
retn
| float glfw_fmaxf(float a1, float a2)
{
return fmaxf(a1, a2);
}
| _glfw_fmaxf:
UCOMISS XMM0,XMM0
JP 0x00118e8d
UCOMISS XMM1,XMM1
JP 0x00118e8a
MAXSS XMM0,XMM1
LAB_00118e8a:
MOVAPS XMM1,XMM0
LAB_00118e8d:
MOVAPS XMM0,XMM1
RET
|
float _glfw_fmaxf(float param_1,float param_2)
{
if (param_1 <= param_2) {
param_1 = param_2;
}
return param_1;
}
| |
56,239 | my_bitmap_free | eloqsql/mysys/my_bitmap.c | void my_bitmap_free(MY_BITMAP *map)
{
DBUG_ENTER("my_bitmap_free");
if (map->bitmap)
{
if (map->mutex)
mysql_mutex_destroy(map->mutex);
my_free(map->bitmap);
map->bitmap=0;
}
DBUG_VOID_RETURN;
} | O3 | c | my_bitmap_free:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq (%rdi), %rdi
testq %rdi, %rdi
je 0x9e1f1
movq 0x10(%rbx), %r14
testq %r14, %r14
je 0x9e1e5
movq 0x40(%r14), %rdi
testq %rdi, %rdi
je 0x9e1da
leaq 0x2e9ef4(%rip), %rax # 0x3880c0
movq (%rax), %rax
callq *0x48(%rax)
movq $0x0, 0x40(%... | my_bitmap_free:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov rdi, [rdi]
test rdi, rdi
jz short loc_9E1F1
mov r14, [rbx+10h]
test r14, r14
jz short loc_9E1E5
mov rdi, [r14+40h]
test rdi, rdi
jz short loc_9E1DA
lea rax, PSI_server
mov rax, [rax]
cal... | long long my_bitmap_free(long long *a1)
{
long long v2; // rdi
long long v3; // r14
long long result; // rax
v2 = *a1;
if ( v2 )
{
v3 = a1[2];
if ( v3 )
{
if ( *(_QWORD *)(v3 + 64) )
{
PSI_server[9]();
*(_QWORD *)(v3 + 64) = 0LL;
}
pthread_mutex_destroy(... | my_bitmap_free:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI]
TEST RDI,RDI
JZ 0x0019e1f1
MOV R14,qword ptr [RBX + 0x10]
TEST R14,R14
JZ 0x0019e1e5
MOV RDI,qword ptr [R14 + 0x40]
TEST RDI,RDI
JZ 0x0019e1da
LEA RAX,[0x4880c0]
MOV RAX,qword ptr [RAX]
CALL qword ptr [RAX + 0x48]
MOV qword ptr [... |
void my_bitmap_free(long *param_1)
{
pthread_mutex_t *__mutex;
long lVar1;
lVar1 = *param_1;
if (lVar1 != 0) {
__mutex = (pthread_mutex_t *)param_1[2];
if (__mutex != (pthread_mutex_t *)0x0) {
if (*(long *)((long)__mutex + 0x40) != 0) {
(**(code **)(PSI_server + 0x48))();
*(in... | |
56,240 | my_hash_next | eloqsql/mysys/hash.c | uchar* my_hash_next(const HASH *hash, const uchar *key, size_t length,
HASH_SEARCH_STATE *current_record)
{
HASH_LINK *pos;
uint idx;
if (*current_record != NO_RECORD)
{
HASH_LINK *data=dynamic_element(&hash->array,0,HASH_LINK*);
for (idx=data[*current_record].next; idx != NO_RECORD... | O0 | c | my_hash_next:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x28(%rbp), %rax
cmpl $-0x1, (%rax)
je 0xde1b7
movq -0x10(%rbp), %rax
movq 0x28(%rax), %rax
movq %rax, -0x40(%rbp)
movq -0x40(%rbp), %rax
movq -0x28(%rbp), %rcx
mov... | my_hash_next:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_28]
cmp dword ptr [rax], 0FFFFFFFFh
jz loc_DE1B7
mov rax, [rbp+var_10]
mov rax, [rax+28h]
mov [rbp+var_40], rax
m... | long long my_hash_next(long long a1, long long a2, long long a3, unsigned int *a4)
{
long long v5; // [rsp+0h] [rbp-40h]
unsigned int i; // [rsp+Ch] [rbp-34h]
long long v7; // [rsp+10h] [rbp-30h]
if ( *a4 != -1 )
{
v5 = *(_QWORD *)(a1 + 40);
for ( i = *(_DWORD *)(16LL * *a4 + v5); i != -1; i = *(_DW... | my_hash_next:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x28]
CMP dword ptr [RAX],-0x1
JZ 0x001de1b7
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ... |
int8 my_hash_next(long param_1,int8 param_2,int8 param_3,uint *param_4)
{
long lVar1;
int iVar2;
uint *puVar3;
uint local_3c;
if (*param_4 != 0xffffffff) {
lVar1 = *(long *)(param_1 + 0x28);
local_3c = *(uint *)(lVar1 + (ulong)*param_4 * 0x10);
while (local_3c != 0xffffffff) {
puVar3 = ... | |
56,241 | my_hash_next | eloqsql/mysys/hash.c | uchar* my_hash_next(const HASH *hash, const uchar *key, size_t length,
HASH_SEARCH_STATE *current_record)
{
HASH_LINK *pos;
uint idx;
if (*current_record != NO_RECORD)
{
HASH_LINK *data=dynamic_element(&hash->array,0,HASH_LINK*);
for (idx=data[*current_record].next; idx != NO_RECORD... | O3 | c | my_hash_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, -0x38(%rbp)
movl (%rcx), %ebx
movl $0xffffffff, %eax # imm = 0xFFFFFFFF
cmpq %rax, %rbx
je 0x93d59
movq %rsi, %r15
movq %rdi, %r12
movq %rcx, -0x30(%rbp)
movq 0x28(%rdi), %r13
shlq $0x4, %rb... | my_hash_next:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_38], rdx
mov ebx, [rcx]
mov eax, 0FFFFFFFFh
cmp rbx, rax
jz short loc_93D59
mov r15, rsi
mov r12, rdi
mov [rbp+var_30], rcx
mov r13, [rdi+28h]
shl ... | long long my_hash_next(_QWORD *a1, long long a2, long long a3, _DWORD *a4)
{
long long v4; // rbx
long long v5; // r13
unsigned int *v6; // rbx
long long v7; // r14
v4 = (unsigned int)*a4;
if ( v4 != 0xFFFFFFFFLL )
{
v5 = a1[5];
v6 = (unsigned int *)(v5 + 16 * v4);
while ( 1 )
{
v7... | my_hash_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x38],RDX
MOV EBX,dword ptr [RCX]
MOV EAX,0xffffffff
CMP RBX,RAX
JZ 0x00193d59
MOV R15,RSI
MOV R12,RDI
MOV qword ptr [RBP + -0x30],RCX
MOV R13,qword ptr [RDI + 0x28]
SHL RBX,0x4
ADD RBX,R13
LAB_00193d12:
M... |
int8 my_hash_next(long param_1,int8 param_2,int8 param_3,uint *param_4)
{
uint uVar1;
long lVar2;
int iVar3;
long lVar4;
int8 uVar5;
uint *puVar6;
if ((ulong)*param_4 == 0xffffffff) {
LAB_00193d59:
uVar5 = 0;
}
else {
lVar2 = *(long *)(param_1 + 0x28);
puVar6 = (uint *)((ulong)*param_... | |
56,242 | cpu_count_math_cpus(int) | monkey531[P]llama/common/common.cpp | static int cpu_count_math_cpus(int n_cpu) {
int result = 0;
for (int cpu = 0; cpu < n_cpu; ++cpu) {
if (pin_cpu(cpu)) {
return -1;
}
if (is_running_on_efficiency_core()) {
continue; // efficiency cores harm lockstep threading
}
++cpu; // hyperthrea... | O0 | cpp | cpu_count_math_cpus(int):
subq $0x18, %rsp
movl %edi, 0x10(%rsp)
movl $0x0, 0xc(%rsp)
movl $0x0, 0x8(%rsp)
movl 0x8(%rsp), %eax
cmpl 0x10(%rsp), %eax
jge 0xed9fa
movl 0x8(%rsp), %edi
callq 0xf71e0
cmpl $0x0, %eax
je 0xed9ca
movl $0xffffffff, 0x14(%rsp) # imm = 0xFFFFFFFF
jmp 0xeda02
callq 0xf7280
testb $0x1, %al
jne 0x... | _ZL19cpu_count_math_cpusi:
sub rsp, 18h
mov [rsp+18h+var_8], edi
mov [rsp+18h+var_C], 0
mov [rsp+18h+var_10], 0
loc_ED9A8:
mov eax, [rsp+18h+var_10]
cmp eax, [rsp+18h+var_8]
jge short loc_ED9FA
mov edi, [rsp+18h+var_10]; int
call _ZL7pin_cpui; pin_cpu(int)
cmp eax, 0
jz short... | long long cpu_count_math_cpus(int a1)
{
int i; // [rsp+8h] [rbp-10h]
unsigned int v3; // [rsp+Ch] [rbp-Ch]
v3 = 0;
for ( i = 0; i < a1; ++i )
{
if ( (unsigned int)pin_cpu(i) )
return (unsigned int)-1;
if ( (is_running_on_efficiency_core() & 1) == 0 )
{
++i;
++v3;
}
}
re... | cpu_count_math_cpus:
SUB RSP,0x18
MOV dword ptr [RSP + 0x10],EDI
MOV dword ptr [RSP + 0xc],0x0
MOV dword ptr [RSP + 0x8],0x0
LAB_001ed9a8:
MOV EAX,dword ptr [RSP + 0x8]
CMP EAX,dword ptr [RSP + 0x10]
JGE 0x001ed9fa
MOV EDI,dword ptr [RSP + 0x8]
CALL 0x001f71e0
CMP EAX,0x0
JZ 0x001ed9ca
MOV dword ptr [RSP + 0x14],0xffff... |
/* cpu_count_math_cpus(int) */
int cpu_count_math_cpus(int param_1)
{
int iVar1;
ulong uVar2;
int local_10;
int local_c;
local_c = 0;
local_10 = 0;
while( true ) {
if (param_1 <= local_10) {
return local_c;
}
iVar1 = pin_cpu(local_10);
if (iVar1 != 0) break;
uVar2 = is_runn... | |
56,243 | ma_update_status | eloqsql/storage/maria/ma_state.c | void _ma_update_status(void* param)
{
MARIA_HA *info=(MARIA_HA*) param;
/*
Because someone may have closed the table we point at, we only
update the state if its our own state. This isn't a problem as
we are always pointing at our own lock or at a read lock.
(This is enforced by thr_multi_lock.c)
... | O3 | c | ma_update_status:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x20(%rdi), %rax
leaq 0x28(%rdi), %rcx
cmpq %rcx, %rax
jne 0x39644
movq (%rbx), %rcx
leaq 0x18(%rcx), %rdx
movq 0x30(%rax), %rsi
movq %rsi, 0x48(%rcx)
movups (%rax), %xmm0
movups 0x10(%rax), %xmm1
movups 0x20(%rax), %xmm2
movups %xm... | _ma_update_status:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
mov rax, [rdi+20h]
lea rcx, [rdi+28h]
cmp rax, rcx
jnz short loc_39644
mov rcx, [rbx]
lea rdx, [rcx+18h]
mov rsi, [rax+30h]
mov [rcx+48h], rsi
movups xmm0, xmmword ptr [rax]
movups xmm1, xmmword pt... | long long ma_update_status(_QWORD *a1)
{
long long result; // rax
long long v2; // rcx
long long v3; // rdx
__int128 v4; // xmm0
__int128 v5; // xmm1
result = a1[4];
if ( (_QWORD *)result == a1 + 5 )
{
v2 = *a1;
v3 = *a1 + 24LL;
*(_QWORD *)(v2 + 72) = *(_QWORD *)(result + 48);
v4 = *(_... | _ma_update_status:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x20]
LEA RCX,[RDI + 0x28]
CMP RAX,RCX
JNZ 0x00139644
MOV RCX,qword ptr [RBX]
LEA RDX,[RCX + 0x18]
MOV RSI,qword ptr [RAX + 0x30]
MOV qword ptr [RCX + 0x48],RSI
MOVUPS XMM0,xmmword ptr [RAX]
MOVUPS XMM1,xmmword ptr [RAX + 0x1... |
void _ma_update_status(long *param_1)
{
long *plVar1;
long lVar2;
int4 uVar3;
int4 uVar4;
int4 uVar5;
int4 uVar6;
int4 uVar7;
int4 uVar8;
long lVar9;
long lVar10;
long lVar11;
long lVar12;
long lVar13;
plVar1 = (long *)param_1[4];
if (plVar1 == param_1 + 5) {
lVar2 = *param_1;
... | |
56,244 | mysql_stmt_send_long_data@libmariadbclient_18 | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | my_bool STDCALL mysql_stmt_send_long_data(MYSQL_STMT *stmt, uint param_number,
const char *data, unsigned long length)
{
CLEAR_CLIENT_ERROR(stmt->mysql);
CLEAR_CLIENT_STMT_ERROR(stmt);
if (stmt->state < MYSQL_STMT_PREPARED || !stmt->params)
{
SET_CLIENT_STMT_ERROR(stmt, CR_NO_PREPARE_STMT, SQLSTATE_UNK... | O0 | c | mysql_stmt_send_long_data@libmariadbclient_18:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq 0x38(%rax), %rax
movl $0x0, 0x90(%rax)
movq -0x10(%rbp), %rax
movq 0x38(%rax), %rdi
addq $0x297, %rdi ... | mysql_stmt_send_long_data@libmariadbclient_18:
push rbp; Alternative name is 'mysql_stmt_send_long_data'
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_10]
mov rax, [rax+38h]
mov dword ptr [rax+90... | char mysql_stmt_send_long_data_libmariadbclient_18(long long a1, unsigned int a2, long long a3, long long a4)
{
char *v4; // rax
long long v6; // [rsp+20h] [rbp-40h]
int v7; // [rsp+34h] [rbp-2Ch]
*(_DWORD *)(*(_QWORD *)(a1 + 56) + 144LL) = 0;
strcpy(*(_QWORD *)(a1 + 56) + 663LL, "00000");
*(_BYTE *)(*(_Q... | mysql_stmt_send_long_data:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x38]
MOV dword ptr [RAX + 0x90],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV R... |
int1 mysql_stmt_send_long_data(long param_1,uint param_2,void *param_3,size_t param_4)
{
int iVar1;
int1 *__ptr;
char *local_60;
int1 local_9;
*(int4 *)(*(long *)(param_1 + 0x38) + 0x90) = 0;
strcpy((char *)(*(long *)(param_1 + 0x38) + 0x297),"00000");
*(int1 *)(*(long *)(param_1 + 0x38) + 0x97) = 0;... | |
56,245 | my_strcasecmp_utf8mb3 | eloqsql/strings/ctype-utf8.c | static
int my_strcasecmp_utf8mb3(CHARSET_INFO *cs, const char *s, const char *t)
{
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
while (s[0] && t[0])
{
my_wc_t s_wc,t_wc;
if ((uchar) s[0] < 128)
{
/*
s[0] is between 0 and 127.
It represents a single byte character.
Conv... | O3 | c | my_strcasecmp_utf8mb3:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r13
movb (%rsi), %al
testb %al, %al
je 0xcc6b0
movq %rsi, %r14
movq 0x78(%rdi), %r15
leaq 0x30b27b(%rip), %r12 # 0x3d7860
cmpb $0x0, (%r13)
je 0xcc6ab
testb %al, %al
js 0xcc609
movzbl... | my_strcasecmp_utf8mb3:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r13, rdx
mov al, [rsi]
test al, al
jz loc_CC6B0
mov r14, rsi
mov r15, [rdi+78h]
lea r12, my_unicase_default_page00
loc_CC5E5:
cmp byte ptr [r13+0], 0
jz ... | long long my_strcasecmp_utf8mb3(long long a1, unsigned __int8 *a2, unsigned __int8 *a3)
{
unsigned __int8 v4; // al
unsigned __int8 *v5; // r14
long long v6; // r15
unsigned long long v7; // rbx
int v8; // eax
long long v9; // rax
long long v10; // rax
unsigned long long v11; // rax
int v12; // eax
... | my_strcasecmp_utf8mb3:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R13,RDX
MOV AL,byte ptr [RSI]
TEST AL,AL
JZ 0x001cc6b0
MOV R14,RSI
MOV R15,qword ptr [RDI + 0x78]
LEA R12,[0x4d7860]
LAB_001cc5e5:
CMP byte ptr [R13],0x0
JZ 0x001cc6ab
TEST AL,AL
JS 0x001cc609
MOVZX EAX,AL
LEA RAX,... |
int my_strcasecmp_utf8mb3(long param_1,byte *param_2,byte *param_3)
{
long lVar1;
long lVar2;
byte bVar3;
uint uVar4;
int iVar5;
ulong uVar6;
ulong local_40;
ulong local_38;
bVar3 = *param_2;
if (bVar3 == 0) {
uVar4 = 0;
}
else {
lVar1 = *(long *)(param_1 + 0x78);
do {
if ... | |
56,246 | ftb_check_phrase_internal | eloqsql/storage/myisam/ft_boolean_search.c | static int ftb_check_phrase_internal(MYSQL_FTPARSER_PARAM *param,
const char *document, int len)
{
FT_WORD word;
MY_FTB_PHRASE_PARAM *phrase_param= param->mysql_ftparam;
const uchar *docend= (uchar*) document + len;
while (ft_simple_get_word(phrase_param->cs, (uchar**) &docu... | O0 | c | ftb_check_phrase_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq -0x8(%rbp), %rax
movq 0x18(%rax), %rax
movq %rax, -0x38(%rbp)
movq -0x10(%rbp), %rax
movslq -0x14(%rbp), %rcx
addq %rcx, %rax
movq %rax, -0x40(%rbp)
movq -0x38(%rbp), %rax
movq... | ftb_check_phrase_internal:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov rax, [rbp+var_8]
mov rax, [rax+18h]
mov [rbp+var_38], rax
mov rax, [rbp+var_10]
movsxd rcx, [rbp+var_14]
add rax, rcx
mov [rbp+var_40], rax
l... | long long ftb_check_phrase_internal(long long a1, long long a2, int a3)
{
long long v4; // [rsp+0h] [rbp-40h]
long long v5; // [rsp+8h] [rbp-38h]
long long v6; // [rsp+10h] [rbp-30h] BYREF
long long v7; // [rsp+20h] [rbp-20h]
int v8; // [rsp+2Ch] [rbp-14h]
long long v9; // [rsp+30h] [rbp-10h] BYREF
long ... | ftb_check_phrase_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RBP + -0x38],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOVSXD RCX,dword ptr [RBP + -0x14]
ADD... |
int8 ftb_check_phrase_internal(long param_1,long param_2,int param_3)
{
long lVar1;
char cVar2;
int8 local_38 [2];
ulong local_28;
int local_1c;
long local_18;
long local_10;
lVar1 = *(long *)(param_1 + 0x18);
local_1c = param_3;
local_18 = param_2;
local_10 = param_1;
do {
cVar2 = ft_s... | |
56,247 | my_wildcmp_8bit_impl | eloqsql/strings/ctype-simple.c | static
int my_wildcmp_8bit_impl(CHARSET_INFO *cs,
const char *str,const char *str_end,
const char *wildstr,const char *wildend,
int escape, int w_one, int w_many, int recurse_level)
{
int result= -1; /* Not found, using wildcards */
if (m... | O3 | c | my_wildcmp_8bit_impl:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r8, %r12
movq %rcx, %r13
movq %rdx, %rbx
movq %rsi, %r14
movl 0x20(%rbp), %r10d
leaq 0xb559a5(%rip), %rax # 0xc12068
movq (%rax), %rax
testq %rax, %rax
je 0xbc6f6
movq %rbx, -0x30(%rbp)
movq... | my_wildcmp_8bit_impl:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r12, r8
mov r13, rcx
mov rbx, rdx
mov r14, rsi
mov r10d, [rbp+arg_10]
lea rax, my_string_stack_guard
mov rax, [rax]
test rax, rax
jz short loc_BC6F6
mov... | long long my_wildcmp_8bit_impl(
long long a1,
unsigned __int8 *a2,
unsigned __int8 *a3,
char *a4,
char *a5,
int a6,
int a7,
int a8,
unsigned int a9)
{
unsigned __int8 *v11; // rbx
unsigned int v13; // r10d
int v14; // r15d
int v15; // eax
... | my_wildcmp_8bit_impl:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R12,R8
MOV R13,RCX
MOV RBX,RDX
MOV R14,RSI
MOV R10D,dword ptr [RBP + 0x20]
LEA RAX,[0xd12068]
MOV RAX,qword ptr [RAX]
TEST RAX,RAX
JZ 0x001bc6f6
MOV qword ptr [RBP + -0x30],RBX
MOV RBX,RDI
MOV EDI,R10D
MOV R15D,R9D
... |
uint my_wildcmp_8bit_impl
(long param_1,byte *param_2,byte *param_3,byte *param_4,byte *param_5,ulong param_6,
uint param_7,uint param_8,int param_9)
{
char cVar1;
byte bVar2;
int iVar3;
uint uVar4;
byte *pbVar5;
uint uVar6;
byte *pbVar7;
bool bVar8;
if (my_string_st... | |
56,248 | glfwGetVersion | untodesu[P]riteg/build_O3/_deps/glfw-src/src/init.c | GLFWAPI void glfwGetVersion(int* major, int* minor, int* rev)
{
if (major != NULL)
*major = GLFW_VERSION_MAJOR;
if (minor != NULL)
*minor = GLFW_VERSION_MINOR;
if (rev != NULL)
*rev = GLFW_VERSION_REVISION;
} | O3 | c | glfwGetVersion:
testq %rdi, %rdi
je 0x19449
movl $0x3, (%rdi)
testq %rsi, %rsi
je 0x19454
movl $0x3, (%rsi)
testq %rdx, %rdx
je 0x1945f
movl $0x0, (%rdx)
retq
| glfwGetVersion:
test rdi, rdi
jz short loc_19449
mov dword ptr [rdi], 3
loc_19449:
test rsi, rsi
jz short loc_19454
mov dword ptr [rsi], 3
loc_19454:
test rdx, rdx
jz short locret_1945F
mov dword ptr [rdx], 0
locret_1945F:
retn
| void glfwGetVersion(_DWORD *a1, _DWORD *a2, _DWORD *a3)
{
if ( a1 )
*a1 = 3;
if ( a2 )
*a2 = 3;
if ( a3 )
*a3 = 0;
}
| glfwGetVersion:
TEST RDI,RDI
JZ 0x00119449
MOV dword ptr [RDI],0x3
LAB_00119449:
TEST RSI,RSI
JZ 0x00119454
MOV dword ptr [RSI],0x3
LAB_00119454:
TEST RDX,RDX
JZ 0x0011945f
MOV dword ptr [RDX],0x0
LAB_0011945f:
RET
|
void glfwGetVersion(int4 *param_1,int4 *param_2,int4 *param_3)
{
if (param_1 != (int4 *)0x0) {
*param_1 = 3;
}
if (param_2 != (int4 *)0x0) {
*param_2 = 3;
}
if (param_3 != (int4 *)0x0) {
*param_3 = 0;
}
return;
}
| |
56,249 | ma_apply_redo_index_new_page | eloqsql/storage/maria/ma_key_recover.c | uint _ma_apply_redo_index_new_page(MARIA_HA *info, LSN lsn,
const uchar *header, uint length)
{
pgcache_page_no_t root_page= page_korr(header);
pgcache_page_no_t free_page= page_korr(header + PAGE_STORE_SIZE);
uint key_nr= key_nr_korr(header + PAGE_STORE_SIZE * 2);
my_... | O3 | c | ma_apply_redo_index_new_page:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %r13
movq %rsi, %r15
movq %rdi, %rbx
movl (%rdx), %r10d
movl 0x5(%rdx), %edi
movzbl 0x4(%rdx), %r8d
shlq $0x20, %r8
leaq (%r8,%r10), %rdx
movzbl 0x9(%r13), %esi
movzbl 0xa(%r13), %... | _ma_apply_redo_index_new_page:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r13, rdx
mov r15, rsi
mov rbx, rdi
mov r10d, [rdx]
mov edi, [rdx+5]
movzx r8d, byte ptr [rdx+4]
shl r8, 20h
lea rdx, [r8+r10]
movzx esi, byte ptr [... | _BOOL8 ma_apply_redo_index_new_page(long long *a1, signed long long a2, unsigned int *a3, long long *a4)
{
long long v7; // rdi
unsigned long long v8; // rdx
long long v9; // rsi
long long v10; // rax
char v11; // r9
long long v12; // r14
long long v13; // r10
unsigned long long v14; // r11
long long... | _ma_apply_redo_index_new_page:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R13,RDX
MOV R15,RSI
MOV RBX,RDI
MOV R10D,dword ptr [RDX]
MOV EDI,dword ptr [RDX + 0x5]
MOVZX R8D,byte ptr [RDX + 0x4]
SHL R8,0x20
LEA RDX,[R8 + R10*0x1]
MOVZX ESI,byte ptr [R13 + 0x9]
MOVZX EAX,byte ptr [R1... |
bool _ma_apply_redo_index_new_page(long *param_1,long param_2,uint5 *param_3,long *param_4)
{
byte bVar1;
long lVar2;
uint5 uVar3;
uint5 uVar4;
char cVar5;
ushort *puVar6;
int *piVar7;
int4 *puVar8;
ulong uVar9;
ulong uVar10;
long lVar11;
bool bVar12;
int8 local_70;
int4 local_68;
int1 l... | |
56,250 | JS_DetachArrayBuffer | bluesky950520[P]quickjs/quickjs.c | void JS_DetachArrayBuffer(JSContext *ctx, JSValue obj)
{
JSArrayBuffer *abuf = JS_GetOpaque(obj, JS_CLASS_ARRAY_BUFFER);
struct list_head *el;
if (!abuf || abuf->detached)
return;
if (abuf->free_func)
abuf->free_func(ctx->rt, abuf->opaque, abuf->data);
abuf->data = NULL;
abuf->b... | O1 | c | JS_DetachArrayBuffer:
pushq %rbx
subq $0x10, %rsp
movq %rsi, 0x8(%rsp)
cmpl $-0x1, %edx
jne 0x38f18
movq 0x8(%rsp), %rax
cmpw $0x13, 0x6(%rax)
jne 0x38f18
movq 0x30(%rax), %rbx
jmp 0x38f1a
xorl %ebx, %ebx
testq %rbx, %rbx
je 0x38f25
cmpb $0x0, 0x8(%rbx)
je 0x38f2b
addq $0x10, %rsp
popq %rbx
retq
movq 0x30(%rbx), %rax
t... | JS_DetachArrayBuffer:
push rbx
sub rsp, 10h
mov [rsp+18h+var_10], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_38F18
mov rax, [rsp+18h+var_10]
cmp word ptr [rax+6], 13h
jnz short loc_38F18
mov rbx, [rax+30h]
jmp short loc_38F1A
loc_38F18:
xor ebx, ebx
loc_38F1A:
test rbx, rbx
jz ... | void JS_DetachArrayBuffer(long long a1, long long a2, int a3)
{
long long v3; // rbx
void ( *v4)(_QWORD, _QWORD, _QWORD); // rax
long long v5; // rax
long long v6; // rbx
long long v7; // rcx
if ( a3 == -1 && *(_WORD *)(a2 + 6) == 19 )
v3 = *(_QWORD *)(a2 + 48);
else
v3 = 0LL;
if ( v3 && !*(_B... | |||
56,251 | JS_DetachArrayBuffer | bluesky950520[P]quickjs/quickjs.c | void JS_DetachArrayBuffer(JSContext *ctx, JSValue obj)
{
JSArrayBuffer *abuf = JS_GetOpaque(obj, JS_CLASS_ARRAY_BUFFER);
struct list_head *el;
if (!abuf || abuf->detached)
return;
if (abuf->free_func)
abuf->free_func(ctx->rt, abuf->opaque, abuf->data);
abuf->data = NULL;
abuf->b... | O2 | c | JS_DetachArrayBuffer:
cmpl $-0x1, %edx
jne 0x3206a
pushq %rbx
cmpw $0x13, 0x6(%rsi)
jne 0x32069
movq 0x30(%rsi), %rbx
testq %rbx, %rbx
je 0x32069
cmpb $0x0, 0x8(%rbx)
je 0x3206b
popq %rbx
retq
movq 0x30(%rbx), %rax
testq %rax, %rax
je 0x32082
movq 0x18(%rdi), %rdi
movq 0x10(%rbx), %rdx
movq 0x28(%rbx), %rsi
callq *%rax... | JS_DetachArrayBuffer:
cmp edx, 0FFFFFFFFh
jnz short locret_3206A
push rbx
cmp word ptr [rsi+6], 13h
jnz short loc_32069
mov rbx, [rsi+30h]
test rbx, rbx
jz short loc_32069
cmp byte ptr [rbx+8], 0
jz short loc_3206B
loc_32069:
pop rbx
locret_3206A:
retn
loc_3206B:
mov rax,... | void JS_DetachArrayBuffer(long long a1, long long a2, int a3)
{
long long v3; // rbx
void ( *v4)(_QWORD, _QWORD, _QWORD); // rax
long long v5; // rax
long long *i; // rbx
long long v7; // rbx
long long v8; // rcx
if ( a3 == -1 && *(_WORD *)(a2 + 6) == 19 )
{
v3 = *(_QWORD *)(a2 + 48);
if ( v3 ... | JS_DetachArrayBuffer:
CMP EDX,-0x1
JNZ 0x0013206a
PUSH RBX
CMP word ptr [RSI + 0x6],0x13
JNZ 0x00132069
MOV RBX,qword ptr [RSI + 0x30]
TEST RBX,RBX
JZ 0x00132069
CMP byte ptr [RBX + 0x8],0x0
JZ 0x0013206b
LAB_00132069:
POP RBX
LAB_0013206a:
RET
LAB_0013206b:
MOV RAX,qword ptr [RBX + 0x30]
TEST RAX,RAX
JZ 0x00132082
MOV... |
void JS_DetachArrayBuffer(long param_1,long param_2,int param_3)
{
int4 *puVar1;
int4 *puVar2;
long lVar3;
int8 *puVar4;
if ((((param_3 == -1) && (*(short *)(param_2 + 6) == 0x13)) &&
(puVar1 = *(int4 **)(param_2 + 0x30), puVar1 != (int4 *)0x0)) &&
(*(char *)(puVar1 + 2) == '\0')) {
if (*(... | |
56,252 | insert_events_waits_history_long(PFS_events_waits*) | eloqsql/storage/perfschema/pfs_events_waits.cc | void insert_events_waits_history_long(PFS_events_waits *wait)
{
if (unlikely(events_waits_history_long_size == 0))
return;
uint index= PFS_atomic::add_u32(&events_waits_history_long_index.m_u32, 1);
index= index % events_waits_history_long_size;
if (index == 0)
events_waits_history_long_full= true;
... | O0 | cpp | insert_events_waits_history_long(PFS_events_waits*):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
cmpq $0x0, 0x3b8bfc(%rip) # 0x410e80
sete %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
je 0x58293
jmp 0x582e4
leaq 0x3b8da6(%rip), %rdi # 0x411040
movl $0x1, %esi
callq 0x31670
movl %eax, ... | _Z32insert_events_waits_history_longP16PFS_events_waits:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
cmp cs:events_waits_history_long_size, 0
setz al
and al, 1
movzx eax, al
cmp eax, 0
jz short loc_58293
jmp short loc_582E4
loc_58293:
lea rdi, events_waits_histor... | long long insert_events_waits_history_long(long long a1)
{
long long result; // rax
unsigned int v2; // [rsp+4h] [rbp-Ch]
result = events_waits_history_long_size == 0;
if ( events_waits_history_long_size )
{
v2 = (unsigned int)PFS_atomic::add_u32(
(PFS_atomic *)&events_waits_his... | insert_events_waits_history_long:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [0x00510e80],0x0
SETZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JZ 0x00158293
JMP 0x001582e4
LAB_00158293:
LEA RDI,[0x511040]
MOV ESI,0x1
CALL 0x00131670
MOV dword ptr [RBP + -0xc],EAX
MOV EAX,dword ptr [RBP + ... |
/* insert_events_waits_history_long(PFS_events_waits*) */
void insert_events_waits_history_long(PFS_events_waits *param_1)
{
uint uVar1;
if (events_waits_history_long_size != 0) {
uVar1 = PFS_atomic::add_u32((uint *)events_waits_history_long_index,1);
if ((int)((ulong)uVar1 % events_waits_history_long... | |
56,253 | aria_get_capabilities | eloqsql/storage/maria/ma_backup.c | int aria_get_capabilities(File kfile, ARIA_TABLE_CAPABILITIES *cap)
{
MARIA_SHARE share;
int error= 0;
uint head_length= sizeof(share.state.header), base_pos;
uint aligned_bit_blocks;
size_t info_length;
uchar *disc_cache;
DBUG_ENTER("aria_get_capabilities");
bzero(cap, sizeof(*cap));
if (my_pread(kf... | O3 | c | aria_get_capabilities:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc48, %rsp # imm = 0xC48
movq %rsi, %rbx
movl %edi, %r15d
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rsi)
movups %xmm0, 0x10(%rsi)
movups %xmm0, (%rsi)
leaq -... | aria_get_capabilities:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C48h
mov rbx, rsi
mov r15d, edi
mov rax, fs:28h
mov [rbp+var_30], rax
xorps xmm0, xmm0
movups xmmword ptr [rsi+20h], xmm0
movups xmmword ptr [rsi+10h], xmm0
movups xmmword p... | long long aria_get_capabilities(long long a1, long long a2)
{
unsigned int v2; // r12d
long long v3; // r12
__int16 v4; // r13
long long v5; // rax
long long v6; // r14
char v7; // al
bool v8; // cl
bool v9; // zf
bool v10; // al
int v11; // edx
int v12; // ecx
int v13; // edx
int v15; // [rs... | aria_get_capabilities:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc48
MOV RBX,RSI
MOV R15D,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RSI + 0x20],XMM0
MOVUPS xmmword ptr [RSI + 0x10],XMM0
MOVUPS xmmword ptr [RSI],XMM0
LEA RSI,[RBP... |
int4 aria_get_capabilities(ulong param_1,int8 *param_2)
{
long lVar1;
long lVar2;
int4 *puVar3;
byte bVar4;
ushort uVar5;
int4 uVar6;
long in_FS_OFFSET;
int local_c70;
ushort local_c6c;
ushort local_c6a;
ushort local_c64;
byte local_c5a;
int8 local_910 [12];
int8 local_8b0;
int local_854... | |
56,254 | my_snprintf | eloqsql/strings/my_vsnprintf.c | size_t my_snprintf(char* to, size_t n, const char* fmt, ...)
{
size_t result;
va_list args;
va_start(args,fmt);
result= my_vsnprintf(to, n, fmt, args);
va_end(args);
return result;
} | O0 | c | my_snprintf:
pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
testb %al, %al
je 0x78a1b
movaps %xmm0, -0xc0(%rbp)
movaps %xmm1, -0xb0(%rbp)
movaps %xmm2, -0xa0(%rbp)
movaps %xmm3, -0x90(%rbp)
movaps %xmm4, -0x80(%rbp)
movaps %xmm5, -0x70(%rbp)
movaps %xmm6, -0x60(%rbp)
movaps %xmm7, -0x50(%rbp)
movq %r9, -0xc8(%rbp)
movq %r... | my_snprintf:
push rbp
mov rbp, rsp
sub rsp, 0F0h
test al, al
jz short loc_78A1B
movaps [rbp+var_C0], xmm0
movaps [rbp+var_B0], xmm1
movaps [rbp+var_A0], xmm2
movaps [rbp+var_90], xmm3
movaps [rbp+var_80], xmm4
movaps [rbp+var_70], xmm5
movaps [rbp+var_60], xmm6
movaps [rbp+var_50], xmm7
loc_7... | _BYTE * my_snprintf(
_BYTE *a1,
long long a2,
char *a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
char a15)... | my_snprintf:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
TEST AL,AL
JZ 0x00178a1b
MOVAPS xmmword ptr [RBP + -0xc0],XMM0
MOVAPS xmmword ptr [RBP + -0xb0],XMM1
MOVAPS xmmword ptr [RBP + -0xa0],XMM2
MOVAPS xmmword ptr [RBP + -0x90],XMM3
MOVAPS xmmword ptr [RBP + -0x80],XMM4
MOVAPS xmmword ptr [RBP + -0x70],XMM5
MOVAPS xmmword ptr [... |
int8
my_snprintf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
int8 uVar1;
int1 local_f8 [24];
int8 local_e0;
int8 l... | |
56,255 | LefDefParser::lefiLayer::minSizeWidth(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiLayer.cpp | double
lefiLayer::minSizeWidth(int index) const
{
char msg[160];
if (index < 0 || index > numMinSize_) {
sprintf(msg, "ERROR (LEFPARS-1301): The index number %d given for the layer MINSIZE is invalid.\nValid index is from 0 to %d\n", index, numMinSize_);
lefiError(0, 1301, msg);
return 0... | O3 | cpp | LefDefParser::lefiLayer::minSizeWidth(int) const:
movl %esi, %edx
testl %esi, %esi
sets %al
movl 0x528(%rdi), %ecx
cmpl %esi, %ecx
setl %sil
orb %al, %sil
cmpb $0x1, %sil
jne 0x1cc2f
pushq %rbx
subq $0xa0, %rsp
leaq 0x313bb(%rip), %rsi # 0x4dfc2
movq %rsp, %rbx
movq %rbx, %rdi
xorl %eax, %eax
callq 0x2050
xorl %edi... | _ZNK12LefDefParser9lefiLayer12minSizeWidthEi:
mov edx, esi
test esi, esi
sets al
mov ecx, [rdi+528h]
cmp ecx, esi
setl sil
or sil, al
cmp sil, 1
jnz short loc_1CC2F
push rbx
sub rsp, 0A0h
lea rsi, aErrorLefpars13_18; "ERROR (LEFPARS-1301): The index number "...
mov rbx, ... | double LefDefParser::lefiLayer::minSizeWidth(LefDefParser::lefiLayer *this, int a2)
{
int v2; // ecx
const char *v3; // rcx
_BYTE v5[168]; // [rsp-A8h] [rbp-A8h] BYREF
v2 = *((_DWORD *)this + 330);
if ( a2 >= 0 && v2 >= a2 )
return *(double *)(*((_QWORD *)this + 166) + 8LL * (unsigned int)a2);
sprintf... | minSizeWidth:
MOV EDX,ESI
TEST ESI,ESI
SETS AL
MOV ECX,dword ptr [RDI + 0x528]
CMP ECX,ESI
SETL SIL
OR SIL,AL
CMP SIL,0x1
JNZ 0x0011cc2f
PUSH RBX
SUB RSP,0xa0
LEA RSI,[0x14dfc2]
MOV RBX,RSP
MOV RDI,RBX
XOR EAX,EAX
CALL 0x00102050
XOR EDI,EDI
MOV ESI,0x515
MOV RDX,RBX
CALL 0x00127ae8
XORPS XMM0,XMM0
ADD RSP,0xa0
POP RBX... |
/* LefDefParser::lefiLayer::minSizeWidth(int) const */
int8 __thiscall LefDefParser::lefiLayer::minSizeWidth(lefiLayer *this,int param_1)
{
char acStack_a8 [160];
if (*(int *)(this + 0x528) < param_1 || param_1 < 0) {
sprintf(acStack_a8,
"ERROR (LEFPARS-1301): The index number %d given for the... | |
56,256 | common_log_entry::print(_IO_FILE*) const | monkey531[P]llama/common/log.cpp | void print(FILE * file = nullptr) const {
FILE * fcur = file;
if (!fcur) {
// stderr displays DBG messages only when their verbosity level is not higher than the threshold
// these messages will still be logged to a file
if (level == GGML_LOG_LEVEL_DEBUG && common_log... | O1 | cpp | common_log_entry::print(_IO_FILE*) const:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
testq %rsi, %rsi
jne 0xcef88
movl (%rbx), %eax
cmpl $0x1, %eax
jne 0xcef71
leaq 0x6150a(%rip), %rcx # 0x130470
cmpl $0x0, (%rcx)
jg 0xcef71
popq %rbx
popq %r14
popq %r15
retq
testl %eax, %eax
jne 0xcef7e
movq ... | _ZNK16common_log_entry5printEP8_IO_FILE:
push r15
push r14
push rbx
mov r14, rsi
mov rbx, rdi
test rsi, rsi
jnz short loc_CEF88
mov eax, [rbx]
cmp eax, 1
jnz short loc_CEF71
lea rcx, common_log_verbosity_thold
cmp dword ptr [rcx], 0
jg short loc_CEF71
pop rbx
pop ... | long long common_log_entry::print(unsigned int *a1, long long a2)
{
long long v2; // r14
long long result; // rax
long long *v4; // rax
long long v5; // r10
long long v6; // rdx
const char *v7; // rsi
char *v8; // rcx
int v9; // ecx
v2 = a2;
if ( !a2 )
{
result = *a1;
if ( (_DWORD)result... | print:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RSI
MOV RBX,RDI
TEST RSI,RSI
JNZ 0x001cef88
MOV EAX,dword ptr [RBX]
CMP EAX,0x1
JNZ 0x001cef71
LEA RCX,[0x230470]
CMP dword ptr [RCX],0x0
JG 0x001cef71
POP RBX
POP R14
POP R15
RET
LAB_001cef71:
TEST EAX,EAX
JNZ 0x001cef7e
MOV RAX,qword ptr [0x0022ef18]
JMP 0x001cef85
LAB_001cef... |
/* common_log_entry::print(_IO_FILE*) const */
void __thiscall common_log_entry::print(common_log_entry *this,_IO_FILE *param_1)
{
long lVar1;
int1 auVar2 [16];
int1 auVar3 [16];
int8 *puVar4;
char *pcVar5;
int8 uVar6;
char *__format;
int iVar7;
if (param_1 == (_IO_FILE *)0x0) {
if ((*(int *... | |
56,257 | inline_mysql_cond_destroy | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_cond_destroy(
mysql_cond_t *that)
{
#ifdef HAVE_PSI_COND_INTERFACE
if (psi_likely(that->m_psi != NULL))
{
PSI_COND_CALL(destroy_cond)(that->m_psi);
that->m_psi= NULL;
}
#endif
return pthread_cond_destroy(&that->m_cond);
} | O0 | c | inline_mysql_cond_destroy:
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 0x25484
leaq 0x1a73a9(%rip), %rax # 0x1cc810
movq (%rax)... | inline_mysql_cond_destroy:
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_25484
lea rax, PSI_server
m... | long long inline_mysql_cond_destroy(long long a1)
{
if ( *(_QWORD *)(a1 + 48) )
{
(*((void ( **)(_QWORD))PSI_server[0] + 13))(*(_QWORD *)(a1 + 48));
*(_QWORD *)(a1 + 48) = 0LL;
}
return pthread_cond_destroy(a1);
}
| inline_mysql_cond_destroy:
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 0x00125484
LEA RAX,[0x2cc810]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ... |
void inline_mysql_cond_destroy(pthread_cond_t *param_1)
{
if (param_1[1].__align != 0) {
(**(code **)(PSI_server + 0x68))(param_1[1].__align);
param_1[1].__align = 0;
}
pthread_cond_destroy(param_1);
return;
}
| |
56,258 | minja::Parser::parseIfExpression() | monkey531[P]llama/common/minja.hpp | std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>> parseIfExpression() {
auto condition = parseLogicalOr();
if (!condition) throw std::runtime_error("Expected condition expression");
static std::regex else_tok(R"(else\b)");
std::shared_ptr<Expression> else_expr;
... | O2 | cpp | minja::Parser::parseIfExpression():
pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rsp), %r15
movq %r15, %rdi
callq 0x61824
cmpq $0x0, (%r15)
je 0x61b3f
leaq 0x9d785(%rip), %rax # 0xff1d8
movb (%rax), %al
testb %al, %al
je 0x61b6f
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)... | _ZN5minja6Parser17parseIfExpressionEv:
push r15
push r14
push rbx
sub rsp, 40h
mov r14, rsi
mov rbx, rdi
lea r15, [rsp+58h+var_48]
mov rdi, r15; this
call _ZN5minja6Parser14parseLogicalOrEv; minja::Parser::parseLogicalOr(void)
cmp qword ptr [r15], 0
jz loc_61B3F
lea rax, _ZG... | minja::Parser * minja::Parser::parseIfExpression(minja::Parser *this, _QWORD *a2)
{
long long v2; // r15
long long v3; // rax
std::runtime_error *v4; // r14
__int128 v5; // xmm0
long long v6; // rax
std::runtime_error *exception; // r14
__int128 v9; // [rsp+0h] [rbp-58h] BYREF
__int128 v10; // [rsp+10h]... | parseIfExpression:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RSP + 0x10]
MOV RDI,R15
CALL 0x00161824
CMP qword ptr [R15],0x0
JZ 0x00161b3f
LEA RAX,[0x1ff1d8]
MOV AL,byte ptr [RAX]
TEST AL,AL
JZ 0x00161b6f
LAB_00161a5d:
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
LAB_00161a64:
LEA RDX,[0... |
/* minja::Parser::parseIfExpression() */
void minja::Parser::parseIfExpression(void)
{
long lVar1;
long lVar2;
long lVar3;
int iVar4;
runtime_error *prVar5;
long *in_RDI;
long local_58;
long lStack_50;
long local_48;
long lStack_40;
string local_38 [8];
long local_30 [3];
parseLogicalOr(... | |
56,259 | minja::Parser::parseIfExpression() | monkey531[P]llama/common/minja.hpp | std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>> parseIfExpression() {
auto condition = parseLogicalOr();
if (!condition) throw std::runtime_error("Expected condition expression");
static std::regex else_tok(R"(else\b)");
std::shared_ptr<Expression> else_expr;
... | O3 | cpp | minja::Parser::parseIfExpression():
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsp, %r15
movq %r15, %rdi
callq 0x84640
cmpq $0x0, (%r15)
je 0x849b6
leaq 0xa88bf(%rip), %rax # 0x12d1b8
movb (%rax), %al
testb %al, %al
je 0x849e8
leaq 0xa888e(%rip), %rdx # 0x12d198
leaq... | _ZN5minja6Parser17parseIfExpressionEv:
push r15
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
mov r15, rsp
mov rdi, r15; this
call _ZN5minja6Parser14parseLogicalOrEv; minja::Parser::parseLogicalOr(void)
cmp qword ptr [r15], 0
jz loc_849B6
lea rax, _ZGVZN5minja6Par... | minja::Parser * minja::Parser::parseIfExpression(minja::Parser *this, long long *a2)
{
long long v2; // r15
long long *v3; // rax
long long v4; // r14
std::runtime_error *v5; // r15
std::runtime_error *exception; // r14
__int128 v8; // [rsp+0h] [rbp-48h] BYREF
long long *v9; // [rsp+10h] [rbp-38h] BYREF
... | |||
56,260 | stackalloc | aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_io.c | static inline void* stackalloc(mjData* d, size_t size, size_t alignment) {
if (!d->threadpool) {
mjStackInfo stack_info = get_stack_info_from_data(d);
void* result = stackallocinternal(d, &stack_info, size, alignment);
d->pstack = stack_info.bottom - stack_info.top;
return result;
}
size_t thr... | O0 | c | stackalloc:
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
movq %rdx, 0x38(%rsp)
movq 0x48(%rsp), %rax
cmpq $0x0, 0x27b90(%rax)
jne 0xe11be
movq 0x48(%rsp), %rsi
leaq 0x18(%rsp), %rdi
callq 0xe0f60
movq 0x48(%rsp), %rdi
movq 0x40(%rsp), %rdx
movq 0x38(%rsp), %rcx
leaq 0x18(%rsp), %rsi
callq 0xe2200
movq %... | stackalloc:
sub rsp, 58h
mov [rsp+58h+var_10], rdi
mov [rsp+58h+var_18], rsi
mov [rsp+58h+var_20], rdx
mov rax, [rsp+58h+var_10]
cmp qword ptr [rax+27B90h], 0
jnz short loc_E11BE
mov rsi, [rsp+58h+var_10]
lea rdi, [rsp+58h+var_40]
call get_stack_info_from_data
mov rdi, [rsp+58... | long long stackalloc(_QWORD *a1, long long a2, long long a3)
{
long long StackInfoForThread; // [rsp+0h] [rbp-58h]
long long v5; // [rsp+8h] [rbp-50h]
long long v6; // [rsp+10h] [rbp-48h]
_QWORD v7[4]; // [rsp+18h] [rbp-40h] BYREF
long long v8; // [rsp+38h] [rbp-20h]
long long v9; // [rsp+40h] [rbp-18h]
... | stackalloc:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDI
MOV qword ptr [RSP + 0x40],RSI
MOV qword ptr [RSP + 0x38],RDX
MOV RAX,qword ptr [RSP + 0x48]
CMP qword ptr [RAX + 0x27b90],0x0
JNZ 0x001e11be
MOV RSI,qword ptr [RSP + 0x48]
LEA RDI,[RSP + 0x18]
CALL 0x001e0f60
MOV RDI,qword ptr [RSP + 0x48]
MOV RDX,qword ptr [RSP ... |
int8 stackalloc(long param_1,int8 param_2,int8 param_3)
{
int8 uVar1;
long local_40;
long local_38;
int8 local_20;
int8 local_18;
long local_10;
int8 local_8;
local_20 = param_3;
local_18 = param_2;
local_10 = param_1;
if (*(long *)(param_1 + 0x27b90) == 0) {
get_stack_info_from_data(&loc... | |
56,261 | stbi__tga_read_rgb16(stbi__context*, unsigned char*) | monkey531[P]llama/examples/llava/../../common/stb_image.h | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out)
{
stbi__uint16 px = (stbi__uint16)stbi__get16le(s);
stbi__uint16 fiveBitMask = 31;
// we have 3 channels with 5bits each
int r = (px >> 10) & fiveBitMask;
int g = (px >> 5) & fiveBitMask;
int b = px & fiveBitMask;
// Note that this sa... | O2 | c | stbi__tga_read_rgb16(stbi__context*, unsigned char*):
pushq %rbx
movq %rsi, %rbx
callq 0x3ea86
movl %eax, %ecx
shrl $0xa, %eax
andl $0x1f, %eax
imull $0xff, %eax, %eax
movw $0x1f, %si
xorl %edx, %edx
divw %si
movb %al, (%rbx)
movl %ecx, %eax
shrl $0x5, %eax
andl $0x1f, %eax
imull $0xff, %eax, %eax
xorl %edx, %edx
divw ... | _ZL20stbi__tga_read_rgb16P13stbi__contextPh:
push rbx
mov rbx, rsi
call _ZL13stbi__get16leP13stbi__context; stbi__get16le(stbi__context *)
mov ecx, eax
shr eax, 0Ah
and eax, 1Fh
imul eax, 0FFh
mov si, 1Fh
xor edx, edx
div si
mov [rbx], al
mov eax, ecx
shr eax, 5
and ... | __int16 stbi__tga_read_rgb16(long long a1, _BYTE *a2)
{
unsigned int v2; // eax
__int16 result; // ax
v2 = stbi__get16le(a1);
*a2 = (unsigned __int16)(255 * ((v2 >> 10) & 0x1F)) / 0x1Fu;
a2[1] = (unsigned __int16)(255 * ((v2 >> 5) & 0x1F)) / 0x1Fu;
result = (unsigned __int16)(255 * (v2 & 0x1F)) / 0x1Fu;
... | stbi__tga_read_rgb16:
PUSH RBX
MOV RBX,RSI
CALL 0x0013ea86
MOV ECX,EAX
SHR EAX,0xa
AND EAX,0x1f
IMUL EAX,EAX,0xff
MOV SI,0x1f
XOR EDX,EDX
DIV SI
MOV byte ptr [RBX],AL
MOV EAX,ECX
SHR EAX,0x5
AND EAX,0x1f
IMUL EAX,EAX,0xff
XOR EDX,EDX
DIV SI
MOV byte ptr [RBX + 0x1],AL
AND ECX,0x1f
IMUL EAX,ECX,0xff
XOR EDX,EDX
DIV SI
M... |
/* stbi__tga_read_rgb16(stbi__context*, unsigned char*) */
void stbi__tga_read_rgb16(stbi__context *param_1,uchar *param_2)
{
uint uVar1;
uVar1 = stbi__get16le(param_1);
*param_2 = (uchar)(((uVar1 >> 10 & 0x1f) * 0xff) / 0x1f);
param_2[1] = (uchar)(((uVar1 >> 5 & 0x1f) * 0xff) / 0x1f);
param_2[2] = (uch... | |
56,262 | my_end | eloqsql/mysys/my_init.c | void my_end(int infoflag)
{
/*
this code is suboptimal to workaround a bug in
Sun CC: Sun C++ 5.6 2004/06/02 for x86, and should not be
optimized until this compiler is not in use anymore
*/
FILE *info_file= DBUG_FILE;
my_bool print_info= (info_file != stderr);
if (!my_init_done)
return;
/... | O0 | c | my_end:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x308, %rsp # imm = 0x308
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movl %edi, -0x234(%rbp)
movq 0x1b042a(%rip), %rax # 0x1d5fd8
movq (%rax), %rax
movq %rax, -0x240(%rbp)
movq -0x240(%rbp), %rax
movq 0x1b0412(... | my_end:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 308h
mov rax, fs:28h
mov [rbp+var_30], rax
mov [rbp+var_234], edi
mov rax, cs:stderr_ptr
mov rax, [rax]
mov [rbp+var_240], rax
mov rax, [rbp+var_240]
mov rcx, cs:stderr_ptr
cmp ... | unsigned long long my_end(int a1, long long a2, long long a3, long long a4, long long a5, int a6)
{
_QWORD v7[2]; // [rsp+50h] [rbp-2E0h] BYREF
long long v8; // [rsp+60h] [rbp-2D0h]
long long v9; // [rsp+68h] [rbp-2C8h]
long long v10; // [rsp+70h] [rbp-2C0h]
long long v11; // [rsp+80h] [rbp-2B0h]
long long... | my_end:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x308
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV dword ptr [RBP + -0x234],EDI
MOV RAX,qword ptr [0x002d5fd8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x240],RAX
MOV RAX,qword ptr [RBP + -0x240]
MOV RCX,qword ptr ... |
void my_end(uint param_1)
{
int iVar1;
long in_FS_OFFSET;
bool bVar2;
bool bVar3;
rusage local_2e8;
int local_258;
int local_254;
uint local_250;
bool local_249;
FILE *local_248;
uint local_23c;
int1 local_238 [512];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
local_248 ... | |
56,263 | inline_mysql_file_tell | eloqsql/include/mysql/psi/mysql_file.h | static inline my_off_t
inline_mysql_file_tell(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File file, myf flags)
{
my_off_t result;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thread_file_descriptor_lock... | O3 | c | inline_mysql_file_tell:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x50, %rsp
movl %edi, %ebx
leaq 0x32787e(%rip), %rax # 0x386010
movq (%rax), %rax
leaq -0x60(%rbp), %rdi
movl %ebx, %esi
movl $0x9, %edx
callq *0x158(%rax)
testq %rax, %rax
jne 0x5e7bd
movl %ebx, %edi
xorl %esi, %esi
callq 0xa0ba4
addq $0... | inline_mysql_file_tell:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 50h
mov ebx, edi
lea rax, PSI_server
mov rax, [rax]
lea rdi, [rbp+var_60]
mov esi, ebx
mov edx, 9
call qword ptr [rax+158h]
test rax, rax
jnz short loc_5E7BD
mov edi, ebx
xor esi, esi
call... | long long inline_mysql_file_tell(unsigned int a1)
{
long long v1; // rax
_BYTE v3[72]; // [rsp+0h] [rbp-60h] BYREF
_QWORD v4[3]; // [rsp+48h] [rbp-18h] BYREF
v1 = ((long long ( *)(_BYTE *, _QWORD, long long))PSI_server[43])(v3, a1, 9LL);
if ( !v1 )
return my_tell(a1, 0LL);
inline_mysql_file_tell_cold_... | inline_mysql_file_tell:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV EBX,EDI
LEA RAX,[0x486010]
MOV RAX,qword ptr [RAX]
LEA RDI,[RBP + -0x60]
MOV ESI,EBX
MOV EDX,0x9
CALL qword ptr [RAX + 0x158]
TEST RAX,RAX
JNZ 0x0015e7bd
MOV EDI,EBX
XOR ESI,ESI
CALL 0x001a0ba4
LAB_0015e7b4:
ADD RSP,0x50
POP RBX
POP R14
POP... |
int8 inline_mysql_file_tell(int4 param_1)
{
long lVar1;
int1 local_68 [72];
int8 local_20;
lVar1 = (**(code **)(PSI_server + 0x158))(local_68,param_1,9);
if (lVar1 == 0) {
local_20 = my_tell(param_1,0);
}
else {
inline_mysql_file_tell_cold_1(lVar1,param_1,&local_20);
}
return local_20;
}
... | |
56,264 | unload_performance_schema() | eloqsql/storage/perfschema/unittest/pfs-t.cc | void unload_performance_schema()
{
cleanup_table_share();
cleanup_instruments();
cleanup_sync_class();
cleanup_thread_class();
cleanup_table_share();
cleanup_file_class();
cleanup_stage_class();
cleanup_statement_class();
cleanup_socket_class();
cleanup_events_waits_history_long();
cleanup_events_... | O0 | cpp | unload_performance_schema():
pushq %rbp
movq %rsp, %rbp
callq 0x41e10
callq 0x37950
callq 0x41bf0
callq 0x41d80
callq 0x41e10
callq 0x426e0
callq 0x427e0
callq 0x428e0
callq 0x429e0
callq 0x35180
callq 0x33ff0
callq 0x34b20
callq 0x41ee0
callq 0x37b30
callq 0x33310
callq 0x475b0
popq %rbp
retq
nopw %cs:(%rax,%rax)
| _Z25unload_performance_schemav:
push rbp
mov rbp, rsp
call _Z19cleanup_table_sharev; cleanup_table_share(void)
call _Z19cleanup_instrumentsv; cleanup_instruments(void)
call _Z18cleanup_sync_classv; cleanup_sync_class(void)
call _Z20cleanup_thread_classv; cleanup_thread_class(void)
call _Z19cleanup... | long long unload_performance_schema(void)
{
cleanup_table_share();
cleanup_instruments();
cleanup_sync_class();
cleanup_thread_class();
cleanup_table_share();
cleanup_file_class();
cleanup_stage_class();
cleanup_statement_class();
cleanup_socket_class();
cleanup_events_waits_history_long();
cleanu... | unload_performance_schema:
PUSH RBP
MOV RBP,RSP
CALL 0x00141e10
CALL 0x00137950
CALL 0x00141bf0
CALL 0x00141d80
CALL 0x00141e10
CALL 0x001426e0
CALL 0x001427e0
CALL 0x001428e0
CALL 0x001429e0
CALL 0x00135180
CALL 0x00133ff0
CALL 0x00134b20
CALL 0x00141ee0
CALL 0x00137b30
CALL 0x00133310
CALL 0x001475b0
POP RBP
RET
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* unload_performance_schema() */
void unload_performance_schema(void)
{
cleanup_table_share();
cleanup_instruments();
cleanup_sync_class();
cleanup_thread_class();
cleanup_table_share();
cleanup_file_class();
cleanup_stage_cl... | |
56,265 | BC_add_object_ref1 | bluesky950520[P]quickjs/quickjs.c | static int BC_add_object_ref1(BCReaderState *s, JSObject *p)
{
if (s->allow_reference) {
if (js_resize_array(s->ctx, (void *)&s->objects,
sizeof(s->objects[0]),
&s->objects_size, s->objects_count + 1))
return -1;
s->objects[s->objec... | O1 | c | BC_add_object_ref1:
xorl %eax, %eax
cmpb $0x0, 0x36(%rdi)
je 0x470c9
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movl 0x40(%rdi), %r8d
cmpl %r8d, 0x44(%rdi)
jle 0x470ca
movq 0x38(%r14), %rax
movslq 0x40(%r14), %rcx
leal 0x1(%rcx), %edx
movl %edx, 0x40(%r14)
movq %rbx, (%rax,%rcx,8)
xorl %eax, %eax
... | BC_add_object_ref1:
xor eax, eax
cmp byte ptr [rdi+36h], 0
jz short locret_470C9
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov r8d, [rdi+40h]
cmp [rdi+44h], r8d
jle short loc_470CA
loc_470AD:
mov rax, [r14+38h]
movsxd rcx, dword ptr [r14+40h]
lea edx, [rcx+1... | long long BC_add_object_ref1(long long a1, long long a2)
{
long long result; // rax
int v3; // r8d
long long v4; // rax
long long v5; // rcx
int v6; // ecx
result = 0LL;
if ( *(_BYTE *)(a1 + 54) )
{
v3 = *(_DWORD *)(a1 + 64);
if ( *(_DWORD *)(a1 + 68) > v3
|| (v6 = js_realloc_array(*(_QW... | |||
56,266 | BC_add_object_ref1 | bluesky950520[P]quickjs/quickjs.c | static int BC_add_object_ref1(BCReaderState *s, JSObject *p)
{
if (s->allow_reference) {
if (js_resize_array(s->ctx, (void *)&s->objects,
sizeof(s->objects[0]),
&s->objects_size, s->objects_count + 1))
return -1;
s->objects[s->objec... | O2 | c | BC_add_object_ref1:
pushq %r15
pushq %r14
pushq %rbx
xorl %ebx, %ebx
cmpb $0x0, 0x36(%rdi)
je 0x3d494
movq %rsi, %r14
movq %rdi, %r15
movq (%rdi), %rdi
leaq 0x38(%r15), %rsi
leaq 0x44(%r15), %rcx
movl 0x40(%r15), %r8d
incl %r8d
pushq $0x8
popq %rdx
callq 0x3b0ef
testl %eax, %eax
je 0x3d481
pushq $-0x1
popq %rbx
jmp 0x3... | BC_add_object_ref1:
push r15
push r14
push rbx
xor ebx, ebx
cmp byte ptr [rdi+36h], 0
jz short loc_3D494
mov r14, rsi
mov r15, rdi
mov rdi, [rdi]
lea rsi, [r15+38h]
lea rcx, [r15+44h]
mov r8d, [r15+40h]
inc r8d
push 8
pop rdx
call js_resize_array
test eax, ... | long long BC_add_object_ref1(long long a1, long long a2)
{
unsigned int v2; // ebx
long long v3; // rax
long long v4; // rcx
v2 = 0;
if ( *(_BYTE *)(a1 + 54) )
{
if ( (unsigned int)js_resize_array(*(_QWORD *)a1, a1 + 56, 8LL, (_DWORD *)(a1 + 68), *(_DWORD *)(a1 + 64) + 1) )
{
return (unsigne... | BC_add_object_ref1:
PUSH R15
PUSH R14
PUSH RBX
XOR EBX,EBX
CMP byte ptr [RDI + 0x36],0x0
JZ 0x0013d494
MOV R14,RSI
MOV R15,RDI
MOV RDI,qword ptr [RDI]
LEA RSI,[R15 + 0x38]
LEA RCX,[R15 + 0x44]
MOV R8D,dword ptr [R15 + 0x40]
INC R8D
PUSH 0x8
POP RDX
CALL 0x0013b0ef
TEST EAX,EAX
JZ 0x0013d481
PUSH -0x1
POP RBX
JMP 0x0013... |
int4 BC_add_object_ref1(int8 *param_1,int8 param_2)
{
int iVar1;
int4 uVar2;
uVar2 = 0;
if (*(char *)((long)param_1 + 0x36) != '\0') {
iVar1 = js_resize_array(*param_1,param_1 + 7,8,(long)param_1 + 0x44,*(int *)(param_1 + 8) + 1);
if (iVar1 == 0) {
iVar1 = *(int *)(param_1 + 8);
*(int *... | |
56,267 | yoyo::BufferQueen<yoyo::Message>::dequeen(std::vector<yoyo::Message, std::allocator<yoyo::Message>>&, unsigned long) | isyoCode[P]yoyologger/test/./../src/logger.hpp | void dequeen(std::vector<T>& vecBuffer, size_t _batchSize) {
{
std::unique_lock<std::mutex> lock(_Mtx);
_isPopCv.wait_for(lock, std::chrono::milliseconds(1),
[this]() { return !_dataQueen.isEmpty(); });
while (vecBuffer.size() < _batchSize && !_dataQueen.isEmpty()) {
... | O2 | cpp | yoyo::BufferQueen<yoyo::Message>::dequeen(std::vector<yoyo::Message, std::allocator<yoyo::Message>>&, unsigned long):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x90, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq %rsp, %r12
movq %r12, %rdi
movq %rbx, %rsi
callq 0x4b74
leaq 0x58(%rbx), %rdi... | _ZN4yoyo11BufferQueenINS_7MessageEE7dequeenERSt6vectorIS1_SaIS1_EEm:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 90h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov r12, rsp
mov rdi, r12
mov rsi, rbx
call _ZNSt11unique_lockISt5mutexEC2ERS0_; std::unique_lock<std::mutex... | long long yoyo::BufferQueen<yoyo::Message>::dequeen(_QWORD *a1, _QWORD *a2, unsigned long long a3)
{
_BYTE v5[16]; // [rsp+0h] [rbp-B8h] BYREF
_QWORD v6[21]; // [rsp+10h] [rbp-A8h] BYREF
std::unique_lock<std::mutex>::unique_lock((long long)v5, (long long)a1);
v6[0] = 1LL;
std::condition_variable::wait_for<l... | dequeen:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x90
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV R12,RSP
MOV RDI,R12
MOV RSI,RBX
CALL 0x00104b74
LEA RDI,[RBX + 0x58]
LEA RDX,[RSP + 0x10]
MOV qword ptr [RDX],0x1
LAB_00105267:
MOV RSI,R12
MOV RCX,RBX
CALL 0x00105846
LEA R12,[RBX + 0x88]
LEA R13,[RSP + 0x10]
LAB... |
/* yoyo::BufferQueen<yoyo::Message>::dequeen(std::vector<yoyo::Message,
std::allocator<yoyo::Message> >&, unsigned long) */
void __thiscall
yoyo::BufferQueen<yoyo::Message>::dequeen
(BufferQueen<yoyo::Message> *this,vector *param_1,ulong param_2)
{
unique_lock<std::mutex> auStack_b8 [16];
int8 local... | |
56,268 | my_strnxfrm_simple_nopad | eloqsql/strings/ctype-simple.c | size_t my_strnxfrm_simple_nopad(CHARSET_INFO * cs,
uchar *dst, size_t dstlen, uint nweights,
const uchar *src, size_t srclen, uint flags)
{
uchar *d0= dst;
dst= d0 + my_strnxfrm_simple_internal(cs, dst, dstlen, &nweights,
... | O0 | c | my_strnxfrm_simple_nopad:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x38(%rbp), %rax
movq %rax, -0x40(%rbp)
m... | my_strnxfrm_simple_nopad:
push rbp
mov rbp, rsp
sub rsp, 50h
mov eax, [rbp+arg_0]
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 [rbp+var_30], r9
mov rax, [rbp+var_10]
mov [rbp+var_38], rax
mov rax, [rbp+... | long long my_strnxfrm_simple_nopad(
long long a1,
unsigned __int8 *a2,
unsigned long long a3,
unsigned int a4,
unsigned __int8 *a5,
unsigned long long a6,
int a7)
{
_BYTE *v7; // rax
unsigned int v9; // [rsp+34h] [rbp-1Ch] BYREF
unsigned long long v10; // [... | my_strnxfrm_simple_nopad:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV EAX,dword ptr [RBP + 0x10]
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 qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x10]
MOV qwor... |
void my_strnxfrm_simple_nopad
(int8 param_1,long param_2,long param_3,int4 param_4,int8 param_5,
int8 param_6,int4 param_7)
{
int4 local_24;
long local_20;
long local_18;
int8 local_10;
local_24 = param_4;
local_20 = param_3;
local_18 = param_2;
local_10 = param_1;
l... | |
56,269 | OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTable.cpp | ConstIndexArray
PatchTable::GetPatchVertices(int arrayIndex, int patchIndex) const {
PatchArray const & pa = getPatchArray(arrayIndex);
int size = getPatchSize(pa.desc);
assert((pa.vertIndex + patchIndex*size)<(Index)_patchVerts.size());
return ConstIndexArray(&_patchVerts[pa.vertIndex + patchIndex*size... | O2 | cpp | OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movl %edx, %ebx
movq %rdi, %r14
callq 0x50dd0
movq %rax, %r15
movl (%rax), %eax
leaq 0xc(%rsp), %rdi
movl %eax, (%rdi)
callq 0x51580
movl %eax, %edx
movslq 0x8(%r15), %rcx
imull %eax, %ebx
movslq %eb... | _ZNK10OpenSubdiv6v3_6_03Far10PatchTable16GetPatchVerticesEii:
push r15
push r14
push rbx
sub rsp, 10h
mov ebx, edx
mov r14, rdi
call __ZNK10OpenSubdiv6v3_6_03Far10PatchTable13getPatchArrayEi; OpenSubdiv::v3_6_0::Far::PatchTable::getPatchArray(int)
mov r15, rax
mov eax, [rax]
lea rdi,... | long long OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(
OpenSubdiv::v3_6_0::Far::PatchTable *this,
int a2,
int a3)
{
_DWORD *PatchArray; // r15
long long v5; // rax
long long v6; // rcx
_DWORD v8[7]; // [rsp+Ch] [rbp-1Ch] BYREF
PatchArray = (_DWORD *)OpenSubdiv::v3_6_0::Far:... | GetPatchVertices:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV EBX,EDX
MOV R14,RDI
CALL 0x00150dd0
MOV R15,RAX
MOV EAX,dword ptr [RAX]
LEA RDI,[RSP + 0xc]
MOV dword ptr [RDI],EAX
CALL 0x00151580
MOV EDX,EAX
MOVSXD RCX,dword ptr [R15 + 0x8]
IMUL EBX,EAX
MOVSXD RAX,EBX
ADD RAX,RCX
MOV RCX,qword ptr [R14 + 0x20]
MOV RSI,qw... |
/* OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const */
int1 [16] __thiscall
OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(PatchTable *this,int param_1,int param_2)
{
int iVar1;
long lVar2;
int1 auVar3 [16];
lVar2 = getPatchArray(this,param_1);
iVar1 = getPatchSize();
lVar... | |
56,270 | OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTable.cpp | ConstIndexArray
PatchTable::GetPatchVertices(int arrayIndex, int patchIndex) const {
PatchArray const & pa = getPatchArray(arrayIndex);
int size = getPatchSize(pa.desc);
assert((pa.vertIndex + patchIndex*size)<(Index)_patchVerts.size());
return ConstIndexArray(&_patchVerts[pa.vertIndex + patchIndex*size... | O3 | cpp | OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const:
pushq %rax
movq 0x8(%rdi), %rax
movq 0x10(%rdi), %rcx
subq %rax, %rcx
shrq $0x2, %rcx
imull $0xcccccccd, %ecx, %ecx # imm = 0xCCCCCCCD
cmpl %esi, %ecx
jle 0x6afe9
movslq %esi, %rcx
leaq (%rcx,%rcx,4), %rcx
leaq (%rax,%rcx,4), %rax
movl (%rax), %esi
... | _ZNK10OpenSubdiv6v3_6_03Far10PatchTable16GetPatchVerticesEii:
push rax
mov rax, [rdi+8]
mov rcx, [rdi+10h]
sub rcx, rax
shr rcx, 2
imul ecx, 0CCCCCCCDh
cmp ecx, esi
jle short loc_6AFE9
movsxd rcx, esi
lea rcx, [rcx+rcx*4]
lea rax, [rax+rcx*4]
mov esi, [rax]
dec esi
mov ... | long long OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(
OpenSubdiv::v3_6_0::Far::PatchTable *this,
signed int a2,
int a3)
{
long long v3; // rax
_DWORD *v4; // rax
unsigned int v5; // esi
int v6; // ecx
long long v7; // rax
long long v8; // rdx
v3 = *((_QWORD *)this + 1)... | GetPatchVertices:
PUSH RAX
MOV RAX,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RDI + 0x10]
SUB RCX,RAX
SHR RCX,0x2
IMUL ECX,ECX,-0x33333333
CMP ECX,ESI
JLE 0x0016afe9
MOVSXD RCX,ESI
LEA RCX,[RCX + RCX*0x4]
LEA RAX,[RAX + RCX*0x4]
MOV ESI,dword ptr [RAX]
DEC ESI
MOV ECX,0xffffffff
CMP ESI,0x9
JA 0x0016afc1
MOV ECX,ESI
LEA ... |
/* OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(int, int) const */
int1 [16] __thiscall
OpenSubdiv::v3_6_0::Far::PatchTable::GetPatchVertices(PatchTable *this,int param_1,int param_2)
{
int *piVar1;
long lVar2;
int iVar3;
uint uVar4;
int1 auVar5 [16];
if ((int)((ulong)(*(long *)(this + 0x10)... | |
56,271 | R3D_SetLightEnergy | r3d/src/r3d_lighting.c | void R3D_SetLightEnergy(R3D_Light id, float energy)
{
r3d_get_and_check_light(light, id);
light->energy = energy;
} | O3 | c | R3D_SetLightEnergy:
pushq %rbp
movq %rsp, %rbp
movl %edi, %edx
testl %edi, %edi
je 0xbdf89
leaq 0xf1ca1(%rip), %rax # 0x1afbf0
cmpl %edx, 0x168(%rax)
jbe 0xbdf89
movq 0x128(%rax), %rsi
leal -0x1(%rdx), %ecx
cmpb $0x1, (%rsi,%rcx)
jne 0xbdf89
movq 0x108(%rax), %rsi
cmpq %rcx, 0x110(%rax)
setbe %dil
testq %rsi, %rsi
... | R3D_SetLightEnergy:
push rbp
mov rbp, rsp
mov edx, edi
test edi, edi
jz short loc_BDF89
lea rax, R3D
cmp [rax+168h], edx
jbe short loc_BDF89
mov rsi, [rax+128h]
lea ecx, [rdx-1]
cmp byte ptr [rsi+rcx], 1
jnz short loc_BDF89
mov rsi, [rax+108h]
cmp [rax+110h], rcx
s... | void R3D_SetLightEnergy(unsigned int a1, float a2)
{
unsigned long long v2; // rcx
long long v3; // rsi
if ( a1
&& *((_DWORD *)&R3D + 90) > a1
&& (v2 = a1 - 1, *(_BYTE *)(*((_QWORD *)&R3D + 37) + v2) == 1)
&& (v3 = *((_QWORD *)&R3D + 33), *((_QWORD *)&R3D + 34) > v2 && v3 != 0) )
{
*(float *)(... | R3D_SetLightEnergy:
PUSH RBP
MOV RBP,RSP
MOV EDX,EDI
TEST EDI,EDI
JZ 0x001bdf89
LEA RAX,[0x2afbf0]
CMP dword ptr [RAX + 0x168],EDX
JBE 0x001bdf89
MOV RSI,qword ptr [RAX + 0x128]
LEA ECX,[RDX + -0x1]
CMP byte ptr [RSI + RCX*0x1],0x1
JNZ 0x001bdf89
MOV RSI,qword ptr [RAX + 0x108]
CMP qword ptr [RAX + 0x110],RCX
SETBE DIL... |
void R3D_SetLightEnergy(int4 param_1,uint param_2)
{
ulong uVar1;
if (((param_2 != 0) && (param_2 < DAT_002afd58)) &&
(uVar1 = (ulong)(param_2 - 1), *(char *)(DAT_002afd18 + uVar1) == '\x01')) {
if (DAT_002afcf8 != 0 && uVar1 < DAT_002afd00) {
*(int4 *)(DAT_002afcf8 + 0x90 + uVar1 * DAT_002afd10... | |
56,272 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/./json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA11_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA11_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
_BYTE ... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA11_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
S... |
char * _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA11_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::... | |
56,273 | string_buffer_concat | bluesky950520[P]quickjs/quickjs.c | static int string_buffer_concat(StringBuffer *s, const JSString *p,
uint32_t from, uint32_t to)
{
if (to <= from)
return 0;
if (p->is_wide_char)
return string_buffer_write16(s, p->u.str16 + from, to - from);
else
return string_buffer_write8(s, p->u.str... | O0 | c | string_buffer_concat:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movl %edx, 0xc(%rsp)
movl %ecx, 0x8(%rsp)
movl 0x8(%rsp), %eax
cmpl 0xc(%rsp), %eax
ja 0x6fc5a
movl $0x0, 0x24(%rsp)
jmp 0x6fcc0
movq 0x10(%rsp), %rax
movq 0x4(%rax), %rax
shrq $0x1f, %rax
andq $0x1, %rax
cmpb $0x0, %al
je 0x6fc9a
movq 0... | string_buffer_concat:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_18], rsi
mov [rsp+28h+var_1C], edx
mov [rsp+28h+var_20], ecx
mov eax, [rsp+28h+var_20]
cmp eax, [rsp+28h+var_1C]
ja short loc_6FC5A
mov [rsp+28h+var_4], 0
jmp short loc_6FCC0
loc_6FC5A:
mov rax, [r... | long long string_buffer_concat(long long a1, long long a2, unsigned int a3, unsigned int a4)
{
if ( a4 > a3 )
{
if ( (*(_QWORD *)(a2 + 4) & 0x80000000LL) != 0 )
return (unsigned int)string_buffer_write16(a1, 2LL * a3 + a2 + 24, a4 - a3);
else
return (unsigned int)string_buffer_write8(a1, a3 + a... | string_buffer_concat:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x10],RSI
MOV dword ptr [RSP + 0xc],EDX
MOV dword ptr [RSP + 0x8],ECX
MOV EAX,dword ptr [RSP + 0x8]
CMP EAX,dword ptr [RSP + 0xc]
JA 0x0016fc5a
MOV dword ptr [RSP + 0x24],0x0
JMP 0x0016fcc0
LAB_0016fc5a:
MOV RAX,qword ptr [RSP + 0x10... |
int4 string_buffer_concat(int8 param_1,long param_2,uint param_3,uint param_4)
{
int4 local_4;
if (param_3 < param_4) {
if ((*(ulong *)(param_2 + 4) >> 0x1f & 1) == 0) {
local_4 = string_buffer_write8(param_1,param_2 + 0x18 + (ulong)param_3,param_4 - param_3);
}
else {
local_4 = string_... | |
56,274 | string_buffer_concat | bluesky950520[P]quickjs/quickjs.c | static int string_buffer_concat(StringBuffer *s, const JSString *p,
uint32_t from, uint32_t to)
{
if (to <= from)
return 0;
if (p->is_wide_char)
return string_buffer_write16(s, p->u.str16 + from, to - from);
else
return string_buffer_write8(s, p->u.str... | O1 | c | string_buffer_concat:
pushq %r15
pushq %r14
pushq %rbx
movl %ecx, %ebx
xorl %eax, %eax
subl %edx, %ebx
jbe 0x4219d
movq %rsi, %rcx
movq %rdi, %r14
addq $0x18, %rsi
testb $-0x80, 0x7(%rcx)
movl %edx, %eax
jne 0x420ee
addq %rax, %rsi
movq %r14, %rdi
movl %ebx, %edx
popq %rbx
popq %r14
popq %r15
jmp 0x42038
leaq (%rsi,%ra... | string_buffer_concat:
push r15
push r14
push rbx
mov ebx, ecx
xor eax, eax
sub ebx, edx
jbe loc_4219D
mov rcx, rsi
mov r14, rdi
add rsi, 18h
test byte ptr [rcx+7], 80h
mov eax, edx
jnz short loc_420EE
add rsi, rax
mov rdi, r14
mov edx, ebx
pop rbx
pop ... | long long string_buffer_concat(long long a1, long long a2, unsigned int a3, unsigned int a4)
{
long long result; // rax
int v5; // ebx
long long v7; // rsi
long long v8; // r15
long long v9; // rcx
long long v10; // rdx
int v11; // eax
int v12; // eax
int v13; // ecx
long long i; // rcx
result =... | |||
56,275 | google::protobuf::OneofDescriptorProto::_internal_has_options() const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.h | inline bool OneofDescriptorProto::_internal_has_options() const {
bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
PROTOBUF_ASSUME(!value || _impl_.options_ != nullptr);
return value;
} | O0 | c | google::protobuf::OneofDescriptorProto::_internal_has_options() const:
subq $0x98, %rsp
movq %rdi, 0x80(%rsp)
movq 0x80(%rsp), %rax
movq %rax, 0x20(%rsp)
addq $0x10, %rax
movq %rax, 0x90(%rsp)
movl $0x0, 0x8c(%rsp)
movq 0x90(%rsp), %rax
movslq 0x8c(%rsp), %rcx
movl (%rax,%rcx,4), %eax
andl $0x2, %eax
cmpl $0x0, %eax
se... | _ZNK6google8protobuf20OneofDescriptorProto21_internal_has_optionsEv:
sub rsp, 98h
mov [rsp+98h+var_18], rdi
mov rax, [rsp+98h+var_18]
mov [rsp+98h+var_78], rax
add rax, 10h
mov [rsp+98h+var_8], rax
mov [rsp+98h+var_C], 0
mov rax, [rsp+98h+var_8]
movsxd rcx, [rsp+98h+var_C]
mov eax, ... | bool google::protobuf::OneofDescriptorProto::_internal_has_options(
google::protobuf::OneofDescriptorProto *this)
{
return (*((_DWORD *)this + 4) & 2) != 0;
}
| rend:
SUB RSP,0x28
MOV qword ptr [RSP],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x004e8110
MOV RDI,qword ptr [RSP]
MOV qword ptr [RSP + 0x10],RAX
MOV RSI,qword ptr [RSP + 0x10]
CALL 0x004e8360
MOV RAX,qword ptr [RSP +... |
/* google::protobuf::RepeatedPtrField<std::__cxx11::string >::rend() */
reverse_iterator<google::protobuf::internal::RepeatedPtrIterator<std::__cxx11::string>> *
google::protobuf::RepeatedPtrField<std::__cxx11::string>::rend(void)
{
int8 uVar1;
RepeatedPtrField<std::__cxx11::string> *in_RSI;
reverse_iterator<g... | |
56,276 | DrawSplineLinear | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rshapes.c | void DrawSplineLinear(const Vector2 *points, int pointCount, float thick, Color color)
{
if (pointCount < 2) return;
#if defined(SUPPORT_SPLINE_MITERS)
Vector2 prevNormal = (Vector2){-(points[1].y - points[0].y), (points[1].x - points[0].x)};
float prevLength = sqrtf(prevNormal.x*prevNormal.x + prevNormal.... | O2 | c | DrawSplineLinear:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movss %xmm0, 0xc(%rsp)
cmpl $0x2, %esi
jge 0x6a546
addq $0x48, %rsp
popq %rbx
popq %r12
popq %r13
popq %r14
popq %r15
popq %rbp
retq
movl %edx, %ebx
movl %esi, %r14d
movq %rdi, %r15
decl %r14d
xorps %xmm4, %xmm4
xorl %e... | DrawSplineLinear:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
movss [rsp+78h+var_6C], xmm0
cmp esi, 2
jge short loc_6A546
loc_6A537:
add rsp, 48h
pop rbx
pop r12
pop r13
pop r14
pop r15
pop rbp
retn
loc_6A546:
mov ebx, edx
mov r1... | void DrawSplineLinear(long long a1, int a2, unsigned int a3, float a4, double a5, double a6, __m128 a7)
{
__m128 v8; // xmm4
long long v9; // rax
long long v10; // r13
__m128 v11; // xmm2
__m128 v12; // xmm0
__m128 v13; // xmm3
__m128 v14; // xmm1
__m128 v15; // xmm5
__m128 v16; // xmm7
__m128 v17;... | DrawSplineLinear:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOVSS dword ptr [RSP + 0xc],XMM0
CMP ESI,0x2
JGE 0x0016a546
LAB_0016a537:
ADD RSP,0x48
POP RBX
POP R12
POP R13
POP R14
POP R15
POP RBP
RET
LAB_0016a546:
MOV EBX,EDX
MOV R14D,ESI
MOV R15,RDI
DEC R14D
XORPS XMM4,XMM4
XOR EAX,EAX
LEA R12,... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void DrawSplineLinear(float param_1,long param_2,int param_3,int4 param_4)
{
int8 uVar1;
ulong uVar2;
float fVar3;
float fVar4;
float fVar5;
float fVar6;
int1 auVar7 [16];
int4 uStack_64;
int4 uStack_60;
int4 uSt... | |
56,277 | DrawSplineLinear | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rshapes.c | void DrawSplineLinear(const Vector2 *points, int pointCount, float thick, Color color)
{
if (pointCount < 2) return;
#if defined(SUPPORT_SPLINE_MITERS)
Vector2 prevNormal = (Vector2){-(points[1].y - points[0].y), (points[1].x - points[0].x)};
float prevLength = sqrtf(prevNormal.x*prevNormal.x + prevNormal.... | O3 | c | DrawSplineLinear:
cmpl $0x2, %esi
jl 0x7d149
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x40, %rsp
movl %edx, %ebx
movl %esi, %r14d
movq %rdi, %r15
decl %r14d
xorps %xmm4, %xmm4
xorl %eax, %eax
leaq 0x20(%rsp), %r12
movss %xmm0, 0xc(%rsp)
leaq 0x1(%rax), %r13
movsd (%r15,%rax,8), %xmm2
movsd 0x8(%r15,... | DrawSplineLinear:
cmp esi, 2
jl locret_7D149
push r15
push r14
push r13
push r12
push rbx
sub rsp, 40h
mov ebx, edx
mov r14d, esi
mov r15, rdi
dec r14d
xorps xmm4, xmm4
xor eax, eax
lea r12, [rsp+68h+var_48]
movss [rsp+68h+var_5C], xmm0
loc_7D079:
lea r13, [ra... | void DrawSplineLinear(long long a1, int a2, unsigned int a3, __m128 a4, double a5, double a6, __m128 a7)
{
__m128 v8; // xmm4
long long v9; // rax
long long v10; // r13
__m128 v11; // xmm2
__m128 v12; // xmm7
__m128 v13; // xmm3
__m128 v14; // xmm1
__m128 v15; // xmm5
__m128 v16; // xmm8
__m128 v17... | DrawSplineLinear:
CMP ESI,0x2
JL 0x0017d149
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV EBX,EDX
MOV R14D,ESI
MOV R15,RDI
DEC R14D
XORPS XMM4,XMM4
XOR EAX,EAX
LEA R12,[RSP + 0x20]
MOVSS dword ptr [RSP + 0xc],XMM0
LAB_0017d079:
LEA R13,[RAX + 0x1]
MOVSD XMM2,qword ptr [R15 + RAX*0x8]
MOVSD XMM7,qword pt... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void DrawSplineLinear(float param_1,long param_2,int param_3,int4 param_4)
{
ulong uVar1;
int8 uVar2;
ulong uVar3;
float fVar4;
float fVar5;
float fVar6;
float fVar7;
float local_48;
float fStack_44;
float fStack... | |
56,278 | my_like_range_win1250ch | eloqsql/strings/ctype-win1250ch.c | static my_bool
my_like_range_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
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)
{
int only_min_found= 1;
const char *end = ptr + ptr_... | O0 | c | my_like_range_win1250ch:
pushq %rbp
movq %rsp, %rbp
movl %r8d, -0x50(%rbp)
movl %ecx, %eax
movl -0x50(%rbp), %ecx
movl %eax, -0x4c(%rbp)
movq %rdx, %rax
movl -0x4c(%rbp), %edx
movq %rax, -0x48(%rbp)
movq %rsi, %rax
movq -0x48(%rbp), %rsi
movq %rax, -0x40(%rbp)
movq %rdi, %r8
movq -0x40(%rbp), %rdi
movb %r9b, %al
movq 0... | my_like_range_win1250ch:
push rbp
mov rbp, rsp
mov [rbp+var_50], r8d
mov eax, ecx
mov ecx, [rbp+var_50]
mov [rbp+var_4C], eax
mov rax, rdx
mov edx, [rbp+var_4C]
mov [rbp+var_48], rax
mov rax, rsi
mov rsi, [rbp+var_48]
mov [rbp+var_40], rax
mov r8, rdi
mov rdi, [rbp... | long long my_like_range_win1250ch(
long long a1,
unsigned __int8 *a2,
long long a3,
char a4,
char a5,
char a6,
long long a7,
_BYTE *a8,
_BYTE *a9,
_QWORD *a10,
_QWORD *a11)
{
_BYTE *v11; // rax
_BYTE *v12; // rax
_BYTE *v13; ... | my_like_range_win1250ch:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x50],R8D
MOV EAX,ECX
MOV ECX,dword ptr [RBP + -0x50]
MOV dword ptr [RBP + -0x4c],EAX
MOV RAX,RDX
MOV EDX,dword ptr [RBP + -0x4c]
MOV qword ptr [RBP + -0x48],RAX
MOV RAX,RSI
MOV RSI,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x40],RAX
MOV R8,RDI
MOV... |
int4
my_like_range_win1250ch
(long param_1,byte *param_2,long param_3,byte param_4,byte param_5,byte param_6,
long param_7,char *param_8,int1 *param_9,long *param_10,long *param_11)
{
char *pcVar1;
char *pcVar2;
int4 local_28;
byte *local_18;
pcVar1 = param_8;
local_28 = 1;
pcVar2... | |
56,279 | CLI::Option::matching_name[abi:cxx11](CLI::Option const&) const | MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/impl/Option_inl.hpp | CLI11_NODISCARD CLI11_INLINE const std::string &Option::matching_name(const Option &other) const {
static const std::string estring;
for(const std::string &sname : snames_)
if(other.check_sname(sname))
return sname;
for(const std::string &lname : lnames_)
if(other.check_lname(lna... | O3 | cpp | CLI::Option::matching_name[abi:cxx11](CLI::Option const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rsi, %r15
movq %rdi, %rbx
movb 0x2ecdb(%rip), %al # 0x4a900
testb %al, %al
je 0x1be09
movq 0x28(%rbx), %r14
movq %rbx, (%rsp)
movq 0x30(%rbx), %rbx
cmpq %rbx, %r... | _ZNK3CLI6Option13matching_nameB5cxx11ERKS0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r15, rsi
mov rbx, rdi
mov al, cs:_ZGVZNK3CLI6Option13matching_nameB5cxx11ERKS0_E7estringB5cxx11; `guard variable for'CLI::Option::matching_name(CLI::Option const&)::estri... | long long * CLI::Option::matching_name[abi:cxx11](long long a1, _QWORD *a2)
{
long long *v2; // r14
long long *v3; // rbx
char v4; // bp
long long *v5; // rbx
char v6; // bp
long long v7; // rbp
long long *v8; // rbx
char v9; // bp
long long v10; // r12
long long v11; // rbx
char v12; // bp
void... | matching_name[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R15,RSI
MOV RBX,RDI
MOV AL,byte ptr [0x0014a900]
TEST AL,AL
JZ 0x0011be09
LAB_0011bc2d:
MOV R14,qword ptr [RBX + 0x28]
MOV qword ptr [RSP],RBX
MOV RBX,qword ptr [RBX + 0x30]
CMP R14,RBX
JZ 0x0011bc95
LEA R13,[RSP + 0x78]
LE... |
/* CLI::Option::matching_name[abi:cxx11](CLI::Option const&) const */
long * __thiscall CLI::Option::matching_name_abi_cxx11_(Option *this,Option *param_1)
{
long *plVar1;
char cVar2;
long *plVar3;
long *plVar4;
long *local_b0 [2];
long local_a0 [2];
long *local_90 [2];
long local_80 [2];
long *loc... | |
56,280 | stbi_load_from_file_16 | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp)
{
stbi__uint16 *result;
stbi__context s;
stbi__start_file(&s,f);
result = stbi__load_and_postprocess_16bit(&s,x,y,comp,req_comp);
if (result) {
// need to 'unget' all the characters in the IO buffer
... | O0 | c | stbi_load_from_file_16:
subq $0x118, %rsp # imm = 0x118
movq %rdi, 0x110(%rsp)
movq %rsi, 0x108(%rsp)
movq %rdx, 0x100(%rsp)
movq %rcx, 0xf8(%rsp)
movl %r8d, 0xf4(%rsp)
movq 0x110(%rsp), %rsi
leaq 0x8(%rsp), %rdi
callq 0xdeb0
movq 0x108(%rsp), %rsi
movq 0x100(%rsp), %rdx
movq 0xf8(%rsp), %rcx
movl 0xf4(%rsp)... | stbi_load_from_file_16:
sub rsp, 118h
mov [rsp+118h+var_8], rdi
mov [rsp+118h+var_10], rsi
mov [rsp+118h+var_18], rdx
mov [rsp+118h+var_20], rcx
mov [rsp+118h+var_24], r8d
mov rsi, [rsp+118h+var_8]
lea rdi, [rsp+118h+var_110]
call _ZL16stbi__start_fileP13stbi__contextP8_IO_FILE; stbi_... | long long stbi_load_from_file_16(long long a1, long long a2, long long a3, long long a4, unsigned int a5)
{
_BYTE v6[192]; // [rsp+8h] [rbp-110h] BYREF
long long v7; // [rsp+C8h] [rbp-50h]
long long v8; // [rsp+D0h] [rbp-48h]
long long v9; // [rsp+E8h] [rbp-30h]
unsigned int v10; // [rsp+F4h] [rbp-24h]
lon... | stbi_load_from_file_16:
SUB RSP,0x118
MOV qword ptr [RSP + 0x110],RDI
MOV qword ptr [RSP + 0x108],RSI
MOV qword ptr [RSP + 0x100],RDX
MOV qword ptr [RSP + 0xf8],RCX
MOV dword ptr [RSP + 0xf4],R8D
MOV RSI,qword ptr [RSP + 0x110]
LEA RDI,[RSP + 0x8]
CALL 0x0010deb0
MOV RSI,qword ptr [RSP + 0x108]
MOV RDX,qword ptr [RSP +... |
long stbi_load_from_file_16(_IO_FILE *param_1,int *param_2,int *param_3,int *param_4,int param_5)
{
stbi__context local_110 [192];
int local_50;
int local_48;
long local_30;
int local_24;
int *local_20;
int *local_18;
int *local_10;
_IO_FILE *local_8;
local_24 = param_5;
local_20 = param_4;
... | |
56,281 | stbi_load_from_file_16 | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, int *comp, int req_comp)
{
stbi__uint16 *result;
stbi__context s;
stbi__start_file(&s,f);
result = stbi__load_and_postprocess_16bit(&s,x,y,comp,req_comp);
if (result) {
// need to 'unget' all the characters in the IO buffer
... | O2 | c | stbi_load_from_file_16:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xe8, %rsp
movl %r8d, %ebp
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
leaq 0x8(%rsp), %r13
movq %r13, %rdi
movq %rbx, %rsi
callq 0xbccd
movq %r13, %rdi
movq %r12, %rsi
movq %r15, %rdx
movq %r14, %rcx
mov... | stbi_load_from_file_16:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E8h
mov ebp, r8d
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
lea r13, [rsp+118h+var_110]
mov rdi, r13
mov rsi, rbx
call _ZL16stbi__start_fileP13stbi__contextP8_IO_FILE... | long long stbi_load_from_file_16(long long a1, long long a2, long long a3, long long a4, unsigned int a5)
{
long long v8; // r14
_BYTE v10[192]; // [rsp+8h] [rbp-110h] BYREF
int v11; // [rsp+C8h] [rbp-50h]
int v12; // [rsp+D0h] [rbp-48h]
stbi__start_file((long long)v10, a1);
v8 = stbi__load_and_postproces... | stbi_load_from_file_16:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV EBP,R8D
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
LEA R13,[RSP + 0x8]
MOV RDI,R13
MOV RSI,RBX
CALL 0x0010bccd
MOV RDI,R13
MOV RSI,R12
MOV RDX,R15
MOV RCX,R14
MOV R8D,EBP
CALL 0x0010be59
MOV R14,RAX
TEST RAX,RAX
JZ 0x001... |
long stbi_load_from_file_16(FILE *param_1,int *param_2,int *param_3,int *param_4,int param_5)
{
long lVar1;
stbi__context local_110 [192];
int local_50;
int local_48;
stbi__start_file(local_110,param_1);
lVar1 = stbi__load_and_postprocess_16bit(local_110,param_2,param_3,param_4,param_5);
if (lVar1 !=... | |
56,282 | google::protobuf::stringpiece_internal::StringPiece::rfind(google::protobuf::stringpiece_internal::StringPiece, unsigned long) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/stubs/stringpiece.cc | StringPiece::size_type StringPiece::rfind(StringPiece s, size_type pos) const {
if (length_ < s.length_) return npos;
const size_t ulen = length_;
if (s.length_ == 0) return std::min(ulen, pos);
const char* last = ptr_ + std::min(ulen - s.length_, pos) + s.length_;
const char* result = std::find_end(ptr_, la... | O3 | cpp | google::protobuf::stringpiece_internal::StringPiece::rfind(google::protobuf::stringpiece_internal::StringPiece, unsigned long) const:
pushq %r14
pushq %rbx
pushq %rax
movq %rcx, %rbx
movq %rdx, %rcx
movq %rsi, %rdx
movq %rdi, %r14
movq 0x8(%rdi), %rsi
movq $-0x1, %rax
movq %rsi, %rdi
subq %rcx, %rdi
jb 0xa729d
testq %r... | _ZNK6google8protobuf20stringpiece_internal11StringPiece5rfindES2_m:
push r14
push rbx
push rax
mov rbx, rcx
mov rcx, rdx
mov rdx, rsi
mov r14, rdi
mov rsi, [rdi+8]
mov rax, 0FFFFFFFFFFFFFFFFh
mov rdi, rsi
sub rdi, rcx
jb short loc_A729D
test rcx, rcx
jz short loc_A7... | long long google::protobuf::stringpiece_internal::StringPiece::rfind(
_QWORD *a1,
long long a2,
unsigned long long a3,
unsigned long long a4)
{
unsigned long long v7; // rsi
long long result; // rax
unsigned long long v9; // rbx
long long v10; // rax
long long v11; // rcx
bo... | rfind:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RCX
MOV RCX,RDX
MOV RDX,RSI
MOV R14,RDI
MOV RSI,qword ptr [RDI + 0x8]
MOV RAX,-0x1
MOV RDI,RSI
SUB RDI,RCX
JC 0x001a729d
TEST RCX,RCX
JZ 0x001a7293
CMP RDI,RBX
CMOVC RBX,RDI
MOV RDI,qword ptr [R14]
ADD RBX,RDI
ADD RBX,RCX
ADD RCX,RDX
MOV RSI,RBX
CALL 0x001a77b0
MOV RCX,RAX
SUB ... |
/* google::protobuf::stringpiece_internal::StringPiece::rfind(google::protobuf::stringpiece_internal::StringPiece,
unsigned long) const */
ulong google::protobuf::stringpiece_internal::StringPiece::rfind
(long *param_1,long param_2,ulong param_3,ulong param_4)
{
ulong uVar1;
char *pcVar2;
ul... | |
56,283 | common_sampler_init(llama_model const*, common_params_sampling const&) | monkey531[P]llama/common/sampling.cpp | struct common_sampler * common_sampler_init(const struct llama_model * model, const struct common_params_sampling & params) {
const llama_vocab * vocab = llama_model_get_vocab(model);
llama_sampler_chain_params lparams = llama_sampler_chain_default_params();
lparams.no_perf = params.no_perf;
std::vec... | O3 | cpp | common_sampler_init(llama_model const*, common_params_sampling const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %rbx
movq %rdi, 0x58(%rsp)
callq 0x1b170
movq %rax, 0x8(%rsp)
callq 0x1ad60
movb 0x61(%rbx), %bpl
xorps %xmm0, %xmm0
leaq 0x30(%rsp), %rdi
movaps %xmm0, (... | _Z19common_sampler_initPK11llama_modelRK22common_params_sampling:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov rbx, rsi
mov [rsp+98h+var_40], rdi
call _llama_model_get_vocab
mov [rsp+98h+var_90], rax
call _llama_sampler_chain_default_params
mov bpl, ... | long long common_sampler_init(long long a1, unsigned int *a2)
{
unsigned __int8 v3; // bp
void **v4; // r15
void **i; // r13
long long v6; // rsi
long long inited; // rax
long long v8; // r12
long long v9; // r14
int v10; // eax
unsigned long long v11; // rsi
long long v12; // r12
unsigned int v1... | common_sampler_init:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV RBX,RSI
MOV qword ptr [RSP + 0x58],RDI
CALL 0x0011b170
MOV qword ptr [RSP + 0x8],RAX
CALL 0x0011ad60
MOV BPL,byte ptr [RBX + 0x61]
XORPS XMM0,XMM0
LEA RDI,[RSP + 0x30]
MOVAPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x10],0x0... |
/* common_sampler_init(llama_model const*, common_params_sampling const&) */
common_params_sampling * common_sampler_init(llama_model *param_1,common_params_sampling *param_2)
{
common_params_sampling cVar1;
int8 *puVar2;
int iVar3;
int4 uVar4;
int8 uVar5;
int8 uVar6;
common_params_sampling *this;
in... | |
56,284 | nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<std::nullptr_t, 0>(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t) | monkey531[P]llama/common/json.hpp | static out_of_range create(int id_, const std::string& what_arg, BasicJsonContext context)
{
const std::string w = concat(exception::name("out_of_range", id_), exception::diagnostics(context), what_arg);
return {id_, w.c_str()};
} | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::out_of_range nlohmann::json_abi_v3_11_3::detail::out_of_range::create<std::nullptr_t, 0>(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x88, %rsp
movq %rcx, %r15
movq %rdx... | _ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
push rbp
push r15
push r14
push... | nlohmann::json_abi_v3_11_3::detail::out_of_range * ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_i... | _ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB ... |
out_of_range *
_ZN8nlohmann16json_abi_v3_11_36detail12out_of_range6createIPKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SK_
(out_of_range *... | |
56,285 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ... | monkey531[P]llama/common/json.hpp | bool start_object(std::size_t len)
{
ref_stack.push_back(handle_value(BasicJsonType::value_t::object));
if (JSON_HEDLEY_UNLIKELY(len != static_cast<std::size_t>(-1) && len > ref_stack.back()->max_size()))
{
JSON_THROW(out_of_range::create(408, concat("excessive object size: ", s... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ... | _ZN8nlohmann16json_abi_v3_11_36detail19json_sax_dom_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12start_objectEm:
push rbp; char
push r15; int
push r14; int
push rbx; int
sub rsp, 48h
mov r15, rsi
mo... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::start_object(
long long... | start_object:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV R15,RSI
MOV R14,RDI
LEA RBX,[RDI + 0x8]
LEA RSI,[RSP + 0x8]
MOV byte ptr [RSI],0x1
CALL 0x00146654
LEA RSI,[RSP + 0x28]
MOV qword ptr [RSI],RAX
MOV RDI,RBX
CALL 0x00146734
CMP R15,-0x1
JZ 0x001462f5
MOV RAX,qword ptr [R14 + 0x10]
MOV RDI,qword ptr [RAX ... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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<un... | |
56,286 | common_detokenize[abi:cxx11](llama_vocab const*, std::vector<int, std::allocator<int>> const&, bool) | llama.cpp/common/common.cpp | std::string common_detokenize(const struct llama_vocab * vocab, const std::vector<llama_token> & tokens, bool special) {
std::string text;
text.resize(std::max(text.capacity(), tokens.size()));
int32_t n_chars = llama_detokenize(vocab, tokens.data(), (int32_t)tokens.size(), &text[0], (int32_t)text.size(), f... | O3 | cpp | common_detokenize[abi:cxx11](llama_vocab const*, std::vector<int, std::allocator<int>> const&, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x10, %rsp
movl %ecx, %ebp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %r12
movq %r12, (%rdi)
movq $0x0, 0x8(%rdi)
movb $0x0, 0x10(%rdi)... | _Z17common_detokenizeB5cxx11PK11llama_vocabRKSt6vectorIiSaIiEEb:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 10h
mov ebp, ecx
mov r15, rdx
mov r14, rsi
mov rbx, rdi
lea r12, [rdi+10h]
mov [rdi], r12
mov qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
mov r... | _QWORD * common_detokenize[abi:cxx11](_QWORD *a1, long long a2, _QWORD *a3, unsigned __int8 a4)
{
_QWORD *v7; // r12
long long v8; // rsi
int v9; // eax
long long v11; // rax
long long v12; // r14
v7 = a1 + 2;
*a1 = a1 + 2;
a1[1] = 0LL;
*((_BYTE *)a1 + 16) = 0;
v8 = 15LL;
if ( (unsigned long long... | common_detokenize[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV EBP,ECX
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RAX,qword ptr [RDX + 0x8]
SUB RAX,qword ptr [RDX]
SAR RAX,0x2
CMP RAX,0x10
... |
/* common_detokenize[abi:cxx11](llama_vocab const*, std::vector<int, std::allocator<int> > const&,
bool) */
llama_vocab * common_detokenize_abi_cxx11_(llama_vocab *param_1,vector *param_2,bool param_3)
{
int iVar1;
ulong uVar2;
int1 in_CL;
int7 in_register_00000011;
long *plVar3;
ulong uVar4;
plV... | |
56,287 | ma_bitmap_lock | eloqsql/storage/maria/ma_bitmap.c | void _ma_bitmap_lock(MARIA_SHARE *share)
{
MARIA_FILE_BITMAP *bitmap= &share->bitmap;
DBUG_ENTER("_ma_bitmap_lock");
if (!share->now_transactional)
DBUG_VOID_RETURN;
mysql_mutex_lock(&bitmap->bitmap_lock);
bitmap->flush_all_requested++;
bitmap->waiting_for_non_flushable++;
while (bitmap->non_flushab... | O0 | c | ma_bitmap_lock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %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 0x4220e
jmp 0x42209
jmp 0x422a5
movq -0x10(%rbp), %rdi
addq $0x88, %rdi
leaq 0x10f463(%rip), %rsi ... | _ma_bitmap_lock:
push rbp
mov rbp, rsp
sub rsp, 10h
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_4220E
jmp short $+2
loc_42209:
jmp loc_422A5
loc_4220E:
mov rdi, [rbp+var_10... | long long ma_bitmap_lock(long long a1)
{
long long result; // rax
result = a1;
if ( *(_BYTE *)(a1 + 2023) )
{
inline_mysql_mutex_lock_4(
a1 + 2712,
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_bitmap.c",
0x256u);
++*(_DWORD *)(a1 + 2624);
++*(_DWORD *)(a1... | _ma_bitmap_lock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
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 0x0014220e
JMP 0x00142209
LAB_00142209:
JMP 0x001422a5
LAB_0014220e:
MOV RDI,qword ptr [RBP + -... |
void _ma_bitmap_lock(long param_1)
{
if (*(char *)(param_1 + 0x7e7) != '\0') {
inline_mysql_mutex_lock
(param_1 + 0xa98,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_bitmap.c",
0x256);
*(int *)(param_1 + 0xa40) = *(int *)(param_1 + 0xa40) + 1;
*(int *)(param_1 +... | |
56,288 | ma_bitmap_lock | eloqsql/storage/maria/ma_bitmap.c | void _ma_bitmap_lock(MARIA_SHARE *share)
{
MARIA_FILE_BITMAP *bitmap= &share->bitmap;
DBUG_ENTER("_ma_bitmap_lock");
if (!share->now_transactional)
DBUG_VOID_RETURN;
mysql_mutex_lock(&bitmap->bitmap_lock);
bitmap->flush_all_requested++;
bitmap->waiting_for_non_flushable++;
while (bitmap->non_flushab... | O3 | c | ma_bitmap_lock:
cmpb $0x0, 0x7e7(%rdi)
je 0x3ff98
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %r14
leaq 0xa98(%rdi), %rbx
cmpq $0x0, 0xad8(%rdi)
jne 0x3ff99
movq %rbx, %rdi
callq 0x29220
incl 0xa40(%r14)
movl 0xa4c(%r14), %eax
leal 0x1(%rax), %ecx
movl %ecx, 0xa4c(%r14)
cmpl $0x0, ... | _ma_bitmap_lock:
cmp byte ptr [rdi+7E7h], 0
jz locret_3FF98
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r14, rdi
lea rbx, [rdi+0A98h]
cmp qword ptr [rdi+0AD8h], 0
jnz loc_3FF99
mov rdi, rbx
call _pthread_mutex_lock
loc_3FEFB:
inc dword ptr [r14+0A... | void ma_bitmap_lock(long long a1)
{
long long v1; // rbx
int v2; // eax
if ( *(_BYTE *)(a1 + 2023) )
{
v1 = a1 + 2712;
if ( *(_QWORD *)(a1 + 2776) )
psi_mutex_lock(a1 + 2712, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_bitmap.c", 0x256u);
else
pthread_mutex_lo... | _ma_bitmap_lock:
CMP byte ptr [RDI + 0x7e7],0x0
JZ 0x0013ff98
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RDI
LEA RBX,[RDI + 0xa98]
CMP qword ptr [RDI + 0xad8],0x0
JNZ 0x0013ff99
MOV RDI,RBX
CALL 0x00129220
LAB_0013fefb:
INC dword ptr [R14 + 0xa40]
MOV EAX,dword ptr [R14 + 0xa4c]
LEA ECX,[RAX + 0x1... |
void _ma_bitmap_lock(long param_1)
{
pthread_mutex_t *__mutex;
int iVar1;
if (*(char *)(param_1 + 0x7e7) != '\0') {
__mutex = (pthread_mutex_t *)(param_1 + 0xa98);
if (*(long *)(param_1 + 0xad8) == 0) {
pthread_mutex_lock(__mutex);
}
else {
psi_mutex_lock(__mutex,"/workspace/llm4b... | |
56,289 | testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper() | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-test-part.cc | HasNewFatalFailureHelper::HasNewFatalFailureHelper()
: has_new_fatal_failure_(false),
original_reporter_(
GetUnitTestImpl()->GetTestPartResultReporterForCurrentThread()) {
GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this);
} | O0 | cpp | testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper():
subq $0x48, %rsp
movq %rdi, 0x40(%rsp)
movq 0x40(%rsp), %rdi
movq %rdi, 0x18(%rsp)
callq 0x1257f0
movq 0x18(%rsp), %rax
leaq 0xd23e4(%rip), %rcx # 0x1ceaa8
addq $0x10, %rcx
movq %rcx, (%rax)
movb $0x0, 0x8(%rax)
addq $0x10, %rax
movq %rax, 0x2... | _ZN7testing8internal24HasNewFatalFailureHelperC2Ev:
sub rsp, 48h
mov [rsp+48h+var_8], rdi
mov rdi, [rsp+48h+var_8]; this
mov [rsp+48h+var_30], rdi
call _ZN7testing31TestPartResultReporterInterfaceC2Ev; testing::TestPartResultReporterInterface::TestPartResultReporterInterface(void)
mov rax, [rsp+4... | long long testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper(
testing::internal::HasNewFatalFailureHelper *this)
{
testing::internal::UnitTestImpl *UnitTestImpl; // rdi
testing::internal::UnitTestImpl *v3; // [rsp+8h] [rbp-40h]
_QWORD *v5; // [rsp+20h] [rbp-28h]
testing::TestPartRes... | HasNewFatalFailureHelper:
SUB RSP,0x48
MOV qword ptr [RSP + 0x40],RDI
MOV RDI,qword ptr [RSP + 0x40]
MOV qword ptr [RSP + 0x18],RDI
CALL 0x002257f0
MOV RAX,qword ptr [RSP + 0x18]
LEA RCX,[0x2ceaa8]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
MOV byte ptr [RAX + 0x8],0x0
ADD RAX,0x10
MOV qword ptr [RSP + 0x20],RAX
LAB_001fc6d8... |
/* testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper() */
void __thiscall
testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper
(HasNewFatalFailureHelper *this)
{
UnitTestImpl *pUVar1;
int8 uVar2;
TestPartResultReporterInterface::TestPartResultReporterInterface
... | |
56,290 | google::protobuf::internal::ThreadSafeArena::Free(unsigned long*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/arena.cc | SerialArena::Memory ThreadSafeArena::Free(size_t* space_allocated) {
SerialArena::Memory mem = {nullptr, 0};
auto deallocator = GetDeallocator(alloc_policy_.get(), space_allocated);
PerSerialArena([deallocator, &mem](SerialArena* a) {
if (mem.ptr) deallocator(mem);
mem = a->Free(deallocator);
});
retu... | O3 | cpp | google::protobuf::internal::ThreadSafeArena::Free(unsigned long*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq 0x8(%rdi), %rax
andq $-0x8, %rax
je 0x92899
movq 0x18(%rax), %r14
jmp 0x9289c
xorl %r14d, %r14d
movq 0x10(%rdi), %r15
testq %r15, %r15
je 0x928e3
xorl %r12d, %r12d
xorl %eax, %e... | _ZN6google8protobuf8internal15ThreadSafeArena4FreeEPm:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rsi
mov rax, [rdi+8]
and rax, 0FFFFFFFFFFFFFFF8h
jz short loc_92899
mov r14, [rax+18h]
jmp short loc_9289C
loc_92899:
xor r14d, r14d
loc_9289C:
mov r15, [rdi+10h]
... | void * google::protobuf::internal::ThreadSafeArena::Free(
google::protobuf::internal::ThreadSafeArena *this,
unsigned long long *a2)
{
void ( *v2)(void *, long long); // r14
long long v3; // r15
long long v4; // r12
void *result; // rax
long long v6; // rdx
if ( (*((_QWORD *)this + 1) & 0xF... | Free:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV RAX,qword ptr [RDI + 0x8]
AND RAX,-0x8
JZ 0x00192899
MOV R14,qword ptr [RAX + 0x18]
JMP 0x0019289c
LAB_00192899:
XOR R14D,R14D
LAB_0019289c:
MOV R15,qword ptr [RDI + 0x10]
TEST R15,R15
JZ 0x001928e3
XOR R12D,R12D
XOR EAX,EAX
LAB_001928aa:
TEST RAX,RAX
J... |
/* google::protobuf::internal::ThreadSafeArena::Free(unsigned long*) */
int1 [16] __thiscall
google::protobuf::internal::ThreadSafeArena::Free(ThreadSafeArena *this,ulong *param_1)
{
void *pvVar1;
code *pcVar2;
long lVar3;
int1 auVar4 [16];
if ((*(ulong *)(this + 8) & 0xfffffffffffffff8) == 0) {
pc... | |
56,291 | my_uca_context_weight_find | eloqsql/strings/ctype-uca.c | static inline const MY_CONTRACTION *
my_uca_context_weight_find(my_uca_scanner *scanner, my_wc_t *wc,
size_t max_char_length)
{
const MY_CONTRACTION *cnt;
DBUG_ASSERT(scanner->level->contractions.nitems);
/*
If we have scanned a character which can have previous context,
and the... | O3 | c | my_uca_context_weight_find:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, -0x30(%rbp)
movq %rsi, %r14
movq 0x18(%rdi), %rcx
movq (%rsi), %rdx
movq 0x28(%rcx), %rsi
movl %edx, %eax
andl $0xfff, %eax # imm = 0xFFF
cmpb $0x0, (%rsi,%rax)
js 0x485d4... | my_uca_context_weight_find:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_30], rdx
mov r14, rsi
mov rcx, [rdi+18h]
mov rdx, [rsi]
mov rsi, [rcx+28h]
mov eax, edx
and eax, 0FFFh
cmp byte ptr [rsi+rax], 0
js loc_... | unsigned long long my_uca_context_weight_find(
long long a1,
_QWORD *a2,
unsigned long long a3,
long long a4,
long long a5,
long long a6)
{
_QWORD *v6; // r14
_QWORD *v7; // rcx
long long v8; // rdx
long long v9; // rax
_QWORD *v10; // r13
long long v11; // r... | my_uca_context_weight_find:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x30],RDX
MOV R14,RSI
MOV RCX,qword ptr [RDI + 0x18]
MOV RDX,qword ptr [RSI]
MOV RSI,qword ptr [RCX + 0x28]
MOV EAX,EDX
AND EAX,0xfff
CMP byte ptr [RSI + RAX*0x1],0x0
JS 0x001485d4
LAB_001485... |
long * my_uca_context_weight_find(long *param_1,long *param_2,ulong param_3)
{
uint uVar1;
int iVar2;
long *plVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
long lVar8;
long lVar9;
long *plVar10;
byte bVar11;
long local_88 [7];
long local_50;
long *local_48;
ulong local_40;
l... | |
56,292 | host_get_tx_context | corpus-core[P]colibri-stateless/src/chains/eth/verifier/call_evmone.c | static evmc_bytes32 host_get_tx_context(void* context) {
evmone_context_t* ctx = (evmone_context_t*) context;
EVM_LOG("get_tx_context called");
evmc_bytes32 result = {0};
// TODO: Return serialized transaction context
debug_print_bytes32("get_tx_context result", &result);
return result;
} | O0 | c | host_get_tx_context:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x20(%rbp)
movq %rdi, -0x18(%rbp)
movq %rsi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
jmp 0x2e48e
movq -0x20(%rbp), %rdi
xorl %esi, %esi
movl $0x20, %edx
callq 0x231c0
movq -0x20(%rbp), %rsi
leaq 0xaf550(%rip), %rdi # 0xdd9f... | host_get_tx_context:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_20], rdi
mov [rbp+var_18], rdi
mov [rbp+var_8], rsi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
jmp short $+2
loc_2E48E:
mov rdi, [rbp+var_20]
xor esi, esi
mov edx, 20h ; ' '
call _memset
mov rsi, [... | long long host_get_tx_context(long long a1)
{
memset(a1, 0LL, 32LL);
debug_print_bytes32();
return a1;
}
| host_get_tx_context:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x20],RDI
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x8],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
JMP 0x0012e48e
LAB_0012e48e:
MOV RDI,qword ptr [RBP + -0x20]
XOR ESI,ESI
MOV EDX,0x20
CALL 0x001231c0
MOV R... |
void * host_get_tx_context(void *param_1)
{
memset(param_1,0,0x20);
debug_print_bytes32("get_tx_context result",param_1);
return param_1;
}
| |
56,293 | host_get_tx_context | corpus-core[P]colibri-stateless/src/chains/eth/verifier/call_evmone.c | static evmc_bytes32 host_get_tx_context(void* context) {
evmone_context_t* ctx = (evmone_context_t*) context;
EVM_LOG("get_tx_context called");
evmc_bytes32 result = {0};
// TODO: Return serialized transaction context
debug_print_bytes32("get_tx_context result", &result);
return result;
} | O2 | c | host_get_tx_context:
movq %rdi, %rax
xorps %xmm0, %xmm0
movups %xmm0, 0x10(%rdi)
movups %xmm0, (%rdi)
retq
| host_get_tx_context:
mov rax, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+10h], xmm0
movups xmmword ptr [rdi], xmm0
retn
| _OWORD * host_get_tx_context(_OWORD *a1)
{
_OWORD *result; // rax
result = a1;
a1[1] = 0LL;
*a1 = 0LL;
return result;
}
| host_get_tx_context:
MOV RAX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
RET
|
int8 * host_get_tx_context(int8 *param_1)
{
param_1[2] = 0;
param_1[3] = 0;
*param_1 = 0;
param_1[1] = 0;
return param_1;
}
| |
56,294 | host_get_tx_context | corpus-core[P]colibri-stateless/src/chains/eth/verifier/call_evmone.c | static evmc_bytes32 host_get_tx_context(void* context) {
evmone_context_t* ctx = (evmone_context_t*) context;
EVM_LOG("get_tx_context called");
evmc_bytes32 result = {0};
// TODO: Return serialized transaction context
debug_print_bytes32("get_tx_context result", &result);
return result;
} | O3 | c | host_get_tx_context:
movq %rdi, %rax
xorps %xmm0, %xmm0
movups %xmm0, 0x10(%rdi)
movups %xmm0, (%rdi)
retq
| host_get_tx_context:
mov rax, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+10h], xmm0
movups xmmword ptr [rdi], xmm0
retn
| _OWORD * host_get_tx_context(_OWORD *a1)
{
_OWORD *result; // rax
result = a1;
a1[1] = 0LL;
*a1 = 0LL;
return result;
}
| host_get_tx_context:
MOV RAX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
RET
|
int8 * host_get_tx_context(int8 *param_1)
{
param_1[2] = 0;
param_1[3] = 0;
*param_1 = 0;
param_1[1] = 0;
return param_1;
}
| |
56,295 | my_numcells_eucjpms | eloqsql/strings/ctype-eucjpms.c | static
size_t my_numcells_eucjpms(CHARSET_INFO *cs __attribute__((unused)),
const char *str, const char *str_end)
{
size_t clen;
const uchar *b= (const uchar *) str;
const uchar *e= (const uchar *) str_end;
for (clen= 0; b < e; )
{
if (*b == 0x8E)
{
clen++;
b+... | O0 | c | my_numcells_eucjpms:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x28(%rbp), %rax
cmpq -0x30(%rbp), %rax
jae 0x43f82
movq -0x28(%rbp), %rax
movzbl (... | my_numcells_eucjpms:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
mov [rbp+var_20], 0
loc_43ED8:
mov rax, [rbp+var_28]
cmp rax, [rbp+var_30]
jn... | long long my_numcells_eucjpms(long long a1, _BYTE *a2, unsigned long long a3)
{
long long v5; // [rsp+10h] [rbp-20h]
v5 = 0LL;
while ( (unsigned long long)a2 < a3 )
{
if ( (unsigned __int8)*a2 == 142 )
{
++v5;
a2 += 2;
}
else if ( (unsigned __int8)*a2 == 143 )
{
v5 += 2LL... | my_numcells_eucjpms:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV qword ptr [RBP + -0x20],0x0
LAB_00143ed8:
MOV RAX,q... |
long my_numcells_eucjpms(int8 param_1,byte *param_2,byte *param_3)
{
byte *local_30;
long local_28;
local_28 = 0;
local_30 = param_2;
while (local_30 < param_3) {
if (*local_30 == 0x8e) {
local_28 = local_28 + 1;
local_30 = local_30 + 2;
}
else if (*local_30 == 0x8f) {
local... | |
56,296 | testing::internal::DeathTest::DeathTest() | giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest-death-test.cc | DeathTest::DeathTest() {
TestInfo* const info = GetUnitTestImpl()->current_test_info();
if (info == nullptr) {
DeathTestAbort(
"Cannot run a death test outside of a TEST or "
"TEST_F construct");
}
} | O1 | cpp | testing::internal::DeathTest::DeathTest():
pushq %r14
pushq %rbx
subq $0x28, %rsp
leaq 0x48c4a(%rip), %rax # 0x57ed8
movq %rax, (%rdi)
callq 0x19012
movq 0x4a513(%rip), %rax # 0x597b0
cmpq $0x0, 0x1e0(%rax)
je 0xf2af
addq $0x28, %rsp
popq %rbx
popq %r14
retq
leaq 0x18(%rsp), %r14
movq %r14, -0x10(%r14)
leaq 0x3... | _ZN7testing8internal9DeathTestC2Ev:
push r14
push rbx
sub rsp, 28h
lea rax, off_57ED8
mov [rdi], rax
call _ZN7testing8UnitTest11GetInstanceEv; testing::UnitTest::GetInstance(void)
mov rax, cs:qword_597B0
cmp qword ptr [rax+1E0h], 0
jz short loc_F2AF
add rsp, 28h
pop rbx
pop ... | testing::internal::UnitTestImpl * testing::internal::DeathTest::DeathTest(testing::internal::DeathTest *this)
{
testing::internal::UnitTestImpl *result; // rax
long long v2; // rbx
void *v3[2]; // [rsp+8h] [rbp-30h] BYREF
_QWORD v4[4]; // [rsp+18h] [rbp-20h] BYREF
*(_QWORD *)this = &off_57ED8;
testing::Uni... | DeathTest:
PUSH R14
PUSH RBX
SUB RSP,0x28
LEA RAX,[0x157ed8]
MOV qword ptr [RDI],RAX
CALL 0x00119012
MOV RAX,qword ptr [0x001597b0]
CMP qword ptr [RAX + 0x1e0],0x0
JZ 0x0010f2af
ADD RSP,0x28
POP RBX
POP R14
RET
LAB_0010f2af:
LEA R14,[RSP + 0x18]
MOV qword ptr [R14 + -0x10],R14
LEA RSI,[0x141f48]
LEA RDX,[0x141f85]
LEA ... |
/* testing::internal::DeathTest::DeathTest() */
void __thiscall testing::internal::DeathTest::DeathTest(DeathTest *this)
{
int8 uVar1;
long *local_30 [2];
long local_20 [2];
*(int ***)this = &PTR__DeathTest_00157ed8;
UnitTest::GetInstance();
if (*(long *)(UnitTest::GetInstance()::instance._64_8_ + 0x1... | |
56,297 | Gtid_list_log_event::print(_IO_FILE*, st_print_event_info*) | eloqsql/sql/log_event_client.cc | bool
Gtid_list_log_event::print(FILE *file, PRINT_EVENT_INFO *print_event_info)
{
if (print_event_info->short_form)
return 0;
Write_on_release_cache cache(&print_event_info->head_cache, file,
Write_on_release_cache::FLUSH_F);
char buf[21];
uint32 i;
if (print_header(&cache... | O3 | cpp | Gtid_list_log_event::print(_IO_FILE*, st_print_event_info*):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
cmpb $0x0, 0x4e2(%rdx)
je 0x4fcd1
xorl %ebx, %ebx
jmp 0x4fd36
movq %rdx, %rbx
movq %rdi, %r14
leaq 0x4e8(%rdx), %r15
... | _ZN19Gtid_list_log_event5printEP8_IO_FILEP19st_print_event_info:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rax, fs:28h
mov [rbp+var_30], rax
cmp byte ptr [rdx+4E2h], 0
jz short loc_4FCD1
xor ebx, ebx
jmp short loc_4FD36
loc_4FC... | long long Gtid_list_log_event::print(long long a1, long long a2, _BYTE *a3)
{
_BYTE *v3; // rbx
long long v4; // r15
char v5; // al
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
int v10; // edx
unsigned long long v11; // rcx
int v12; // r8d
int v13; // r9d
long long v15; // r13
... | print:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
CMP byte ptr [RDX + 0x4e2],0x0
JZ 0x0014fcd1
XOR EBX,EBX
JMP 0x0014fd36
LAB_0014fcd1:
MOV RBX,RDX
MOV R14,RDI
LEA R15,[RDX + 0x4e8]
MOV qword ptr [RBP + -0x70],R15
MOV qword ... |
/* Gtid_list_log_event::print(_IO_FILE*, st_print_event_info*) */
ulong __thiscall
Gtid_list_log_event::print(Gtid_list_log_event *this,_IO_FILE *param_1,st_print_event_info *param_2)
{
st_io_cache *psVar1;
char cVar2;
uint uVar3;
int1 *puVar4;
ulong uVar5;
long lVar6;
long in_FS_OFFSET;
st_io_cache ... | |
56,298 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | monkey531[P]llama/common/json.hpp | bool end_object()
{
if (ref_stack.back())
{
if (!callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::object_end, *ref_stack.back()))
{
// discard object
*ref_stack.back() = discarded;
}
else
{
... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10end_objectEv:
sub rsp, 0B8h
mov qword ptr [rsp+0B8h+var_8], rdi; int
mov rdi, qword ptr [rsp+0B8h+va... | end_object:
SUB RSP,0xb8
MOV qword ptr [RSP + 0xb0],RDI
MOV RDI,qword ptr [RSP + 0xb0]
MOV qword ptr [RSP + 0x18],RDI
ADD RDI,0x8
CALL 0x001b0680
CMP qword ptr [RAX],0x0
JZ 0x001af338
MOV RDI,qword ptr [RSP + 0x18]
MOV RAX,RDI
ADD RAX,0x80
MOV qword ptr [RSP + 0x8],RAX
ADD RDI,0x8
CALL 0x001b0090
MOV RDI,qword ptr [RSP... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | ||
56,299 | my_strntoul_mb2_or_mb4 | eloqsql/strings/ctype-ucs2.c | static ulong
my_strntoul_mb2_or_mb4(CHARSET_INFO *cs,
const char *nptr, size_t l, int base,
char **endptr, int *err)
{
int negative= 0;
int overflow;
int cnv;
my_wc_t wc;
my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc;
register unsigned int cutlim... | O0 | c | my_strntoul_mb2_or_mb4:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movl $0x0, -0x3c(%rbp)
movq -0x10(%rbp), %rax
movq 0xb8(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x58(%rbp)
mov... | my_strntoul_mb2_or_mb4:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov [rbp+var_3C], 0
mov rax, [rbp+var_10]
mov rax, [rax+0B8h]
mov rax, [rax+28h]... | long long my_strntoul_mb2_or_mb4(long long a1, long long a2, long long a3, unsigned int a4, _QWORD *a5, int *a6)
{
int v6; // ecx
long long v9; // [rsp+10h] [rbp-80h]
long long v10; // [rsp+18h] [rbp-78h]
long long v11; // [rsp+20h] [rbp-70h]
unsigned int v12; // [rsp+2Ch] [rbp-64h]
unsigned int v13; // [r... | my_strntoul_mb2_or_mb4:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV dword ptr [RBP + -0x3c],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,... |
/* WARNING: Removing unreachable block (ram,0x0015c574) */
/* WARNING: Removing unreachable block (ram,0x0015c6c6) */
ulong my_strntoul_mb2_or_mb4
(long param_1,long param_2,long param_3,uint param_4,long *param_5,
int4 *param_6)
{
code *pcVar1;
ulong uVar2;
long lVar3;
uint u... |
Subsets and Splits
C++ Functions With Standard Library Dependencies
Identifies C++ functions that depend on standard library components, revealing patterns in how developers utilize STL libraries and potentially highlighting common coding practices or dependencies in the dataset.
C++ Standard Library Function Analysis
Filters C++ code examples that use standard library containers and types, providing useful insights into common programming patterns and data structures in the dataset.
Random Training Function Samples
Performs basic filtering and random sampling of assembly code data without revealing meaningful patterns or relationships.
Random Training Function Samples
Retrieves a random sample of 1000 records from the training dataset, providing basic data exploration but offering limited analytical value beyond seeing raw entries.