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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
30,900 | codegen_type_to_c_type | tsotchke[P]eshkol/src/backend/codegen/type_conversion.c | const char* codegen_type_to_c_type(Type* type) {
assert(type != NULL);
switch (type->kind) {
case TYPE_VOID:
return "void";
case TYPE_BOOLEAN:
return "bool";
case TYPE_INTEGER:
switch (type->int_size) {
case INT_SIZE_8:
... | O2 | c | codegen_type_to_c_type:
testq %rdi, %rdi
je 0x133d0
movl (%rdi), %eax
cmpq $0xd, %rax
ja 0x13345
leaq 0xbce4(%rip), %rcx # 0x1f020
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0xbe22(%rip), %rax # 0x1f16e
retq
leaq 0xbdd9(%rip), %rax # 0x1f12d
retq
leaq 0x6c37(%rip), %rax # 0x19f93
ret... | codegen_type_to_c_type:
test rdi, rdi
jz loc_133D0
mov eax, [rdi]
cmp rax, 0Dh; switch 14 cases
ja short def_13343; jumptable 0000000000013343 default case, cases 9-13
lea rcx, jpt_13343
movsxd rax, ds:(jpt_13343 - 1F020h)[rcx+rax*4]
add rax, rcx
jmp rax; switch jump
def_13343:
lea ... | const char * codegen_type_to_c_type(_DWORD *a1)
{
const char *result; // rax
unsigned long long v2; // rax
char *v3; // rcx
_DWORD *v4; // rcx
unsigned int v5; // ecx
if ( !a1 )
__assert_fail(
"type != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/backend/codegen/typ... | codegen_type_to_c_type:
TEST RDI,RDI
JZ 0x001133d0
MOV EAX,dword ptr [RDI]
CMP RAX,0xd
JA 0x00113345
LEA RCX,[0x11f020]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_9:
LEA RAX,[0x11f16e]
RET
caseD_5:
LEA RAX,[0x11f12d]
RET
caseD_4:
LEA RAX,[0x119f93]
RET
caseD_7:
LEA RAX,[0x11f133]
RET
caseD_... |
char * codegen_type_to_c_type(int4 *param_1)
{
ulong uVar1;
char *pcVar2;
uint uVar3;
int *puVar4;
if (param_1 == (int4 *)0x0) {
/* WARNING: Subroutine does not return */
__assert_fail("type != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src... | |
30,901 | codegen_type_to_c_type | tsotchke[P]eshkol/src/backend/codegen/type_conversion.c | const char* codegen_type_to_c_type(Type* type) {
assert(type != NULL);
switch (type->kind) {
case TYPE_VOID:
return "void";
case TYPE_BOOLEAN:
return "bool";
case TYPE_INTEGER:
switch (type->int_size) {
case INT_SIZE_8:
... | O3 | c | codegen_type_to_c_type:
testq %rdi, %rdi
je 0x14d98
movl (%rdi), %eax
cmpq $0xd, %rax
ja 0x14d0d
leaq 0xc2b4(%rip), %rcx # 0x20fb8
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0xc3f2(%rip), %rax # 0x21106
retq
leaq 0xc3a9(%rip), %rax # 0x210c5
retq
leaq 0x726f(%rip), %rax # 0x1bf93
ret... | codegen_type_to_c_type:
test rdi, rdi
jz loc_14D98
mov eax, [rdi]
cmp rax, 0Dh; switch 14 cases
ja short def_14D0B; jumptable 0000000000014D0B default case, cases 9-13
lea rcx, jpt_14D0B
movsxd rax, ds:(jpt_14D0B - 20FB8h)[rcx+rax*4]
add rax, rcx
jmp rax; switch jump
def_14D0B:
lea ... | const char * codegen_type_to_c_type(_DWORD *a1)
{
const char *result; // rax
unsigned long long v2; // rax
char *v3; // rcx
_DWORD *v4; // rcx
unsigned int v5; // ecx
if ( !a1 )
__assert_fail(
"type != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/backend/codegen/typ... | codegen_type_to_c_type:
TEST RDI,RDI
JZ 0x00114d98
MOV EAX,dword ptr [RDI]
CMP RAX,0xd
JA 0x00114d0d
LEA RCX,[0x120fb8]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_9:
LEA RAX,[0x121106]
RET
caseD_5:
LEA RAX,[0x1210c5]
RET
caseD_4:
LEA RAX,[0x11bf93]
RET
caseD_7:
LEA RAX,[0x1210cb]
RET
caseD_... |
char * codegen_type_to_c_type(int4 *param_1)
{
ulong uVar1;
char *pcVar2;
uint uVar3;
int *puVar4;
if (param_1 == (int4 *)0x0) {
/* WARNING: Subroutine does not return */
__assert_fail("type != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src... | |
30,902 | void nlohmann::json_abi_v3_11_3::detail::get_arithmetic_value<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_se... | monkey531[P]llama/common/json.hpp | void get_arithmetic_value(const BasicJsonType& j, ArithmeticType& val)
{
switch (static_cast<value_t>(j))
{
case value_t::number_unsigned:
{
val = static_cast<ArithmeticType>(*j.template get_ptr<const typename BasicJsonType::number_unsigned_t*>());
break;
}
... | O3 | cpp | void nlohmann::json_abi_v3_11_3::detail::get_arithmetic_value<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_se... | _ZN8nlohmann16json_abi_v3_11_36detail20get_arithmetic_valueINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEElTnNSt9enable_ifIXaasr3std13is_arithmeticIT0_EE5valuentsr3std7is_sameISH_NT_9boolean_tEEE5valueEiE4typeELi0EEEvRKSI_RSH_:
p... | _ZN8nlohmann16json_abi_v3_11_36detail20get_arithmetic_valueINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEElTnNSt9enable_ifIXaasr3std13is_arithmeticIT0_EE5valuentsr3std7is_sameISH_NT_9boolean_tEEE5valueEiE4typeELi0EEEvRKSI_RSH_:
P... |
void _ZN8nlohmann16json_abi_v3_11_36detail20get_arithmetic_valueINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEElTnNSt9enable_ifIXaasr3std13is_arithmeticIT0_EE5valuentsr3std7is_sameISH_NT_9boolean_tEEE5valueEiE4typeELi0EEEvRKSI_R... | ||
30,903 | google::protobuf::compiler::cpp::ExtensionGenerator::GenerateDeclaration(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/extension.cc | void ExtensionGenerator::GenerateDeclaration(io::Printer* printer) const {
Formatter format(printer, variables_);
// If this is a class member, it needs to be declared "static". Otherwise,
// it needs to be "extern". In the latter case, it also needs the DLL
// export/import specifier.
std::string qualifie... | O3 | cpp | google::protobuf::compiler::cpp::ExtensionGenerator::GenerateDeclaration(google::protobuf::io::Printer*) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rdi, %r14
leaq 0x110(%rdi), %rax
leaq 0x68(%rsp), %rbx
movq %rsi, -0x8(%rbx)
movq %rbx, %rdi
movq %rax, %rsi
callq 0x7e... | _ZNK6google8protobuf8compiler3cpp18ExtensionGenerator19GenerateDeclarationEPNS0_2io7PrinterE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov r14, rdi
lea rax, [rdi+110h]
lea rbx, [rsp+0C8h+var_60]
mov [rbx-8], rsi
mov rdi, rbx
mov rsi, rax
call _Z... | void google::protobuf::compiler::cpp::ExtensionGenerator::GenerateDeclaration(
google::protobuf::compiler::cpp::ExtensionGenerator *this,
google::protobuf::io::Printer *a2)
{
int v2; // r8d
int v3; // r9d
long long v4; // rdx
long long v5; // rax
__int128 *v6; // rcx
void *v7; // [rsp+0h] [... | GenerateDeclaration:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV R14,RDI
LEA RAX,[RDI + 0x110]
LEA RBX,[RSP + 0x68]
MOV qword ptr [RBX + -0x8],RSI
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0017e61e
LEA R12,[RSP + 0x10]
MOV qword ptr [R12 + -0x10],R12
MOV qword ptr [R12 + -0x8],0x0
MOV byte ptr [R12],0x0... |
/* google::protobuf::compiler::cpp::ExtensionGenerator::GenerateDeclaration(google::protobuf::io::Printer*)
const */
void __thiscall
google::protobuf::compiler::cpp::ExtensionGenerator::GenerateDeclaration
(ExtensionGenerator *this,Printer *param_1)
{
char cVar1;
long *plVar2;
long *plVar3;
int1... | |
30,904 | ggml_soft_max_impl | monkey531[P]llama/ggml/src/ggml.c | static struct ggml_tensor * ggml_soft_max_impl(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * mask,
float scale,
float max_bias,
bool inplace) {
GGML_ASSERT(ggml_is_contiguous(a));
if (m... | O0 | c | ggml_soft_max_impl:
subq $0x48, %rsp
movb %cl, %al
movq %rdi, 0x40(%rsp)
movq %rsi, 0x38(%rsp)
movq %rdx, 0x30(%rsp)
movss %xmm0, 0x2c(%rsp)
movss %xmm1, 0x28(%rsp)
andb $0x1, %al
movb %al, 0x27(%rsp)
movq 0x38(%rsp), %rdi
callq 0x40fa0
testb $0x1, %al
jne 0x4eb66
leaq 0x65a6b(%rip), %rdi # 0xb45b7
movl $0xd52, %es... | ggml_soft_max_impl:
sub rsp, 48h
mov al, cl
mov [rsp+48h+var_8], rdi
mov [rsp+48h+var_10], rsi
mov [rsp+48h+var_18], rdx
movss [rsp+48h+var_1C], xmm0
movss [rsp+48h+var_20], xmm1
and al, 1
mov [rsp+48h+var_21], al
mov rdi, [rsp+48h+var_10]
call _ggml_is_contiguous
test al, 1
jn... | long long ggml_soft_max_impl(
long long a1,
unsigned int *a2,
long long a3,
char a4,
float a5,
float a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
double v12; // xmm4_8
double v13; // xmm5_8... | ggml_soft_max_impl:
SUB RSP,0x48
MOV AL,CL
MOV qword ptr [RSP + 0x40],RDI
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x30],RDX
MOVSS dword ptr [RSP + 0x2c],XMM0
MOVSS dword ptr [RSP + 0x28],XMM1
AND AL,0x1
MOV byte ptr [RSP + 0x27],AL
MOV RDI,qword ptr [RSP + 0x38]
CALL 0x00140fa0
TEST AL,0x1
JNZ 0x0014eb66
LE... |
long ggml_soft_max_impl(int4 param_1,float param_2,int8 param_3,long param_4,
int *param_5,byte param_6)
{
ulong uVar1;
long local_40;
int4 local_38;
float local_34;
long local_30;
byte local_21;
float local_20;
int4 local_1c;
int *local_18;
long local_10;
int8 local_8;
... | |
30,905 | ggml_soft_max_impl | monkey531[P]llama/ggml/src/ggml.c | static struct ggml_tensor * ggml_soft_max_impl(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * mask,
float scale,
float max_bias,
bool inplace) {
GGML_ASSERT(ggml_is_contiguous(a));
if (m... | O1 | c | ggml_soft_max_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movl %ecx, %ebp
movss %xmm1, (%rsp)
movss %xmm0, 0x4(%rsp)
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq %rsi, %rdi
xorl %esi, %esi
callq 0x197c2
testb %al, %al
je 0x1c716
testq %rbx, %rbx
je 0x1c677
cmpl $0x2, (%rbx)
jae 0x1c770
movq %rb... | ggml_soft_max_impl:
push rbp
push r15
push r14
push rbx
push rax
mov ebp, ecx
movss [rsp+28h+var_28], xmm1
movss [rsp+28h+var_24], xmm0
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rdi, rsi
xor esi, esi
call ggml_is_contiguous_n
test al, al
jz loc_1C716
test rbx, r... | long long ggml_soft_max_impl(long long a1, long long a2, long long a3, char a4, float a5, float a6)
{
int v8; // r8d
int v9; // r9d
long long result; // rax
const char *v11; // rdi
const char *v12; // rcx
int v13; // esi
if ( !(unsigned __int8)ggml_is_contiguous_n((unsigned int *)a2, 0) )
{
v11 = ... | ggml_soft_max_impl:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV EBP,ECX
MOVSS dword ptr [RSP],XMM1
MOVSS dword ptr [RSP + 0x4],XMM0
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RDI,RSI
XOR ESI,ESI
CALL 0x001197c2
TEST AL,AL
JZ 0x0011c716
TEST RBX,RBX
JZ 0x0011c677
CMP dword ptr [RBX],0x2
JNC 0x0011c770
MOV RDI,RBX
XOR ... |
void ggml_soft_max_impl(int4 param_1,float param_2,int8 param_3,int4 *param_4,
uint *param_5,char param_6)
{
char cVar1;
long lVar2;
char *pcVar3;
int8 uVar4;
char *pcVar5;
cVar1 = ggml_is_contiguous_n(param_4,0);
if (cVar1 == '\0') {
pcVar5 = "/workspace/llm4binary/github/... | |
30,906 | real_open_cached_file | eloqsql/mysys/mf_cache.c | my_bool real_open_cached_file(IO_CACHE *cache)
{
char name_buff[FN_REFLEN];
int error=1;
DBUG_ENTER("real_open_cached_file");
if ((cache->file= create_temp_file(name_buff, cache->dir,
cache->prefix[0] ? cache->prefix : 0,
O_BINARY, MYF(MY_W... | O3 | c | real_open_cached_file:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x208, %rsp # imm = 0x208
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x10(%rbp)
movq 0xc8(%rdi), %rsi
leaq 0xd0(%rdi), %rax
xorl %edx, %edx
cmpb $0x0, 0xd0(%rdi)
cmovneq %rax, %rdx
leaq -0x210(%rbp), %rdi
movl $0x50, %r8d
xorl %ecx, %ecx... | real_open_cached_file:
push rbp
mov rbp, rsp
push rbx
sub rsp, 208h
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_10], rax
mov rsi, [rdi+0C8h]
lea rax, [rdi+0D0h]
xor edx, edx
cmp byte ptr [rdi+0D0h], 0
cmovnz rdx, rax
lea rdi, [rbp+var_210]
mov r8d, 50h ; 'P'
xor ecx,... | long long real_open_cached_file(long long a1)
{
long long v1; // rdx
unsigned int temp_file; // eax
_BYTE v4[512]; // [rsp+0h] [rbp-210h] BYREF
unsigned long long v5; // [rsp+200h] [rbp-10h]
v5 = __readfsqword(0x28u);
v1 = 0LL;
if ( *(_BYTE *)(a1 + 208) )
v1 = a1 + 208;
temp_file = create_temp_fil... | real_open_cached_file:
PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x208
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x10],RAX
MOV RSI,qword ptr [RDI + 0xc8]
LEA RAX,[RDI + 0xd0]
XOR EDX,EDX
CMP byte ptr [RDI + 0xd0],0x0
CMOVNZ RDX,RAX
LEA RDI,[RBP + -0x210]
MOV R8D,0x50
XOR ECX,ECX
CALL 0x001abb0c
MOV dwor... |
uint real_open_cached_file(long param_1)
{
uint uVar1;
long lVar2;
long in_FS_OFFSET;
int1 local_218 [512];
long local_18;
local_18 = *(long *)(in_FS_OFFSET + 0x28);
lVar2 = 0;
if (*(char *)(param_1 + 0xd0) != '\0') {
lVar2 = param_1 + 0xd0;
}
uVar1 = create_temp_file(local_218,*(int8 *)(pa... | |
30,907 | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/fvarLevel.cpp | void
FVarLevel::resizeComponents() {
// Per-face members:
_faceVertValues.resize(_level.getNumFaceVerticesTotal());
// Per-edge members:
ETag edgeTagMatch;
edgeTagMatch.clear();
_edgeTags.resize(_level.getNumEdges(), edgeTagMatch);
// Per-vertex members:
_vertSiblingCounts.resize(_... | O0 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents():
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq %rax, %rcx
addq $0x18, %rcx
movq %rcx, -0x40(%rbp)
movq (%rax), %rdi
callq 0xc3700
movq -0x40(%rbp), %rdi
movslq %eax, %rsi
callq 0xc9aa0
... | _ZN10OpenSubdiv6v3_6_03Vtr8internal9FVarLevel16resizeComponentsEv:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_20], rax
mov rcx, rax
add rcx, 18h
mov [rbp+var_40], rcx
mov rdi, [rax]; this
call __ZNK10OpenSubdiv6v3_6_03Vtr8internal5... | long long OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(
OpenSubdiv::v3_6_0::Vtr::internal::Level **this)
{
int NumFaceVerticesTotal; // eax
int NumEdges; // eax
int NumVertices; // eax
int v4; // eax
int NumVertexFacesTotal; // eax
__int16 v7; // [rsp+34h] [rbp-Ch] BYREF
char v8... | resizeComponents:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RAX
MOV RCX,RAX
ADD RCX,0x18
MOV qword ptr [RBP + -0x40],RCX
MOV RDI,qword ptr [RAX]
CALL 0x001c3700
MOV RDI,qword ptr [RBP + -0x40]
MOVSXD RSI,EAX
CALL 0x001c9aa0
LEA RDI,[RBP +... |
/* OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() */
void __thiscall OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(FVarLevel *this)
{
int iVar1;
ushort local_14;
ETag local_11;
FVarLevel *local_10;
local_10 = this;
iVar1 = Level::getNumFaceVerticesTotal(*(Level **)th... | |
30,908 | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/fvarLevel.cpp | void
FVarLevel::resizeComponents() {
// Per-face members:
_faceVertValues.resize(_level.getNumFaceVerticesTotal());
// Per-edge members:
ETag edgeTagMatch;
edgeTagMatch.clear();
_edgeTags.resize(_level.getNumEdges(), edgeTagMatch);
// Per-vertex members:
_vertSiblingCounts.resize(_... | O1 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents():
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
addq $0x18, %rdi
movq (%rbx), %rax
movq 0x38(%rax), %rcx
subq 0x30(%rax), %rcx
shrq $0x2, %rcx
movslq %ecx, %rsi
callq 0x39690
leaq 0xd(%rsp), %rdx
movb $0x0, (%rdx)
leaq 0x30(%rbx), %rdi
movq (%rbx), %rax
movs... | _ZN10OpenSubdiv6v3_6_03Vtr8internal9FVarLevel16resizeComponentsEv:
push rbx
sub rsp, 10h
mov rbx, rdi
add rdi, 18h
mov rax, [rbx]
mov rcx, [rax+38h]
sub rcx, [rax+30h]
shr rcx, 2
movsxd rsi, ecx
call __ZNSt6vectorIiSaIiEE6resizeEm; std::vector<int>::resize(ulong)
lea rdx, [rsp+18h... | long long OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(
OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel *this)
{
long long v2; // rsi
char v4; // [rsp+Dh] [rbp-Bh] BYREF
_WORD v5[5]; // [rsp+Eh] [rbp-Ah] BYREF
std::vector<int>::resize(
(char *)this + 24,
(int)((*(_QWORD *)(*(_QW... | resizeComponents:
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
ADD RDI,0x18
MOV RAX,qword ptr [RBX]
MOV RCX,qword ptr [RAX + 0x38]
SUB RCX,qword ptr [RAX + 0x30]
SHR RCX,0x2
MOVSXD RSI,ECX
CALL 0x00139690
LEA RDX,[RSP + 0xd]
MOV byte ptr [RDX],0x0
LEA RDI,[RBX + 0x30]
MOV RAX,qword ptr [RBX]
MOVSXD RSI,dword ptr [RAX + 0x4]
CALL ... |
/* OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() */
void __thiscall OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(FVarLevel *this)
{
ETag local_b;
ushort local_a;
std::vector<int,std::allocator<int>>::resize
((vector<int,std::allocator<int>> *)(this + 0x18),
... | |
30,909 | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/fvarLevel.cpp | void
FVarLevel::resizeComponents() {
// Per-face members:
_faceVertValues.resize(_level.getNumFaceVerticesTotal());
// Per-edge members:
ETag edgeTagMatch;
edgeTagMatch.clear();
_edgeTags.resize(_level.getNumEdges(), edgeTagMatch);
// Per-vertex members:
_vertSiblingCounts.resize(_... | O3 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents():
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
addq $0x18, %rdi
movq (%rbx), %rax
movq 0x38(%rax), %rcx
subq 0x30(%rax), %rcx
shrq $0x2, %rcx
movslq %ecx, %rsi
callq 0x39670
leaq 0xd(%rsp), %rdx
movb $0x0, (%rdx)
leaq 0x30(%rbx), %rdi
movq (%rbx), %rax
movs... | _ZN10OpenSubdiv6v3_6_03Vtr8internal9FVarLevel16resizeComponentsEv:
push rbx
sub rsp, 10h
mov rbx, rdi
add rdi, 18h
mov rax, [rbx]
mov rcx, [rax+38h]
sub rcx, [rax+30h]
shr rcx, 2
movsxd rsi, ecx
call __ZNSt6vectorIiSaIiEE6resizeEm; std::vector<int>::resize(ulong)
lea rdx, [rsp+18h... | long long OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(
OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel *this)
{
long long v2; // rsi
char v4; // [rsp+Dh] [rbp-Bh] BYREF
_WORD v5[5]; // [rsp+Eh] [rbp-Ah] BYREF
std::vector<int>::resize(
(char *)this + 24,
(int)((*(_QWORD *)(*(_QW... | resizeComponents:
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
ADD RDI,0x18
MOV RAX,qword ptr [RBX]
MOV RCX,qword ptr [RAX + 0x38]
SUB RCX,qword ptr [RAX + 0x30]
SHR RCX,0x2
MOVSXD RSI,ECX
CALL 0x00139670
LEA RDX,[RSP + 0xd]
MOV byte ptr [RDX],0x0
LEA RDI,[RBX + 0x30]
MOV RAX,qword ptr [RBX]
MOVSXD RSI,dword ptr [RAX + 0x4]
CALL ... |
/* OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents() */
void __thiscall OpenSubdiv::v3_6_0::Vtr::internal::FVarLevel::resizeComponents(FVarLevel *this)
{
ETag local_b;
ushort local_a;
std::vector<int,std::allocator<int>>::resize
((vector<int,std::allocator<int>> *)(this + 0x18),
... | |
30,910 | log2_ceil | corpus-core[P]colibri-stateless/src/util/ssz_merkle.c | static inline uint32_t log2_ceil(uint32_t val) {
if (val < 2) return 0;
// Use MSVC intrinsic for counting leading zeros
unsigned long index;
#if defined(_MSC_VER)
_BitScanReverse(&index, val);
uint32_t floor_log2 = index;
#else
uint32_t floor_log2 = 31 - __builtin_clz(val);
#endif
return (val & (val - 1... | O2 | c | log2_ceil:
xorl %eax, %eax
cmpl $0x2, %edi
jb 0x13980
bsrl %edi, %ecx
movl %ecx, %eax
xorl $-0x20, %eax
leal -0x1(%rdi), %edx
addl $0x21, %eax
testl %edx, %edi
cmovel %ecx, %eax
retq
| log2_ceil:
xor eax, eax
cmp edi, 2
jb short locret_13980
bsr ecx, edi
mov eax, ecx
xor eax, 0FFFFFFE0h
lea edx, [rdi-1]
add eax, 21h ; '!'
test edi, edx
cmovz eax, ecx
locret_13980:
retn
| long long log2_ceil(unsigned int a1)
{
long long result; // rax
unsigned int v2; // ecx
result = 0LL;
if ( a1 >= 2 )
{
_BitScanReverse(&v2, a1);
result = (v2 ^ 0xFFFFFFE0) + 33;
if ( ((a1 - 1) & a1) == 0 )
return v2;
}
return result;
}
| log2_ceil:
XOR EAX,EAX
CMP EDI,0x2
JC 0x00113980
BSR ECX,EDI
MOV EAX,ECX
XOR EAX,0xffffffe0
LEA EDX,[RDI + -0x1]
ADD EAX,0x21
TEST EDI,EDX
CMOVZ EAX,ECX
LAB_00113980:
RET
|
uint log2_ceil(uint param_1)
{
uint uVar1;
uint uVar2;
uVar2 = 0;
if (1 < param_1) {
uVar1 = 0x1f;
if (param_1 != 0) {
for (; param_1 >> uVar1 == 0; uVar1 = uVar1 - 1) {
}
}
uVar2 = (uVar1 ^ 0xffffffe0) + 0x21;
if ((param_1 & param_1 - 1) == 0) {
uVar2 = uVar1;
}
... | |
30,911 | Delete_rows_log_event_old::do_after_row_operations(TABLE*, int) | eloqsql/sql/log_event_old.cc | int Delete_rows_log_event_old::do_after_row_operations(TABLE *table, int error)
{
/*error= ToDo:find out what this should really be, this triggers close_scan in nbd, returning error?*/
table->file->ha_index_or_rnd_end();
my_free(m_memory); // Free for multi_malloc
m_memory= NULL;
m_after_image= NULL;
m_key=... | O0 | cpp | Delete_rows_log_event_old::do_after_row_operations(TABLE*, int):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rdi
callq 0x5760e0
movq -0x20(%rbp), %rax
movq 0x110(%rax)... | _ZN25Delete_rows_log_event_old23do_after_row_operationsEP5TABLEi:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov rax, [rbp+var_8]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov rdi, [rax+8]; this
call _ZN7handler19ha_ind... | long long Delete_rows_log_event_old::do_after_row_operations(
Delete_rows_log_event_old *this,
handler **a2,
unsigned int a3)
{
handler::ha_index_or_rnd_end(a2[1]);
my_free(*((_QWORD *)this + 34));
*((_QWORD *)this + 34) = 0LL;
*((_QWORD *)this + 33) = 0LL;
*((_QWORD *)this + 32) = 0L... | not_null_tables:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
XOR EAX,EAX
POP RBP
RET
|
/* Item_func_ifnull::not_null_tables() const */
int8 Item_func_ifnull::not_null_tables(void)
{
return 0;
}
| |
30,912 | ma_writeinfo | eloqsql/storage/maria/ma_locking.c | int _ma_writeinfo(register MARIA_HA *info, uint operation)
{
int error,olderror;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_writeinfo");
DBUG_PRINT("info",("operation: %u tot_locks: %u", operation,
share->tot_locks));
error=0;
if (share->tot_locks == 0 && !share->base.born_transactional)
{
... | O3 | c | ma_writeinfo:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq (%rdi), %r14
cmpl $0x0, 0x7b8(%r14)
jne 0x37e07
cmpb $0x0, 0x44c(%r14)
je 0x37e22
xorl %ebx, %ebx
testl %esi, %esi
je 0x37e15
movb $0x1, 0x7de(%r14)
movl %ebx, %eax
addq $0x8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
test... | _ma_writeinfo:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, [rdi]
cmp dword ptr [r14+7B8h], 0
jnz short loc_37E07
cmp byte ptr [r14+44Ch], 0
jz short loc_37E22
loc_37E07:
xor ebx, ebx
test esi, esi
jz short loc_37E15
mov byte ptr [r14+7DEh], ... | long long ma_writeinfo(long long *a1, long long a2, long long a3, long long a4, long long a5)
{
long long v5; // r14
unsigned int v6; // ebx
int v8; // r15d
long long v9; // rdi
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
v5 = *a1;
if ( *(_DWORD *)(*a1 + 1976) || *(_BYTE *)(v5 +... | _ma_writeinfo:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,qword ptr [RDI]
CMP dword ptr [R14 + 0x7b8],0x0
JNZ 0x00137e07
CMP byte ptr [R14 + 0x44c],0x0
JZ 0x00137e22
LAB_00137e07:
XOR EBX,EBX
TEST ESI,ESI
JZ 0x00137e15
MOV byte ptr [R14 + 0x7de],0x1
LAB_00137e15:
MOV EAX,EBX
ADD RSP,0x8
POP RBX
PO... |
int _ma_writeinfo(long *param_1,int param_2)
{
long lVar1;
int iVar2;
int4 *puVar3;
int4 uVar4;
lVar1 = *param_1;
if ((*(int *)(lVar1 + 0x7b8) == 0) && (*(char *)(lVar1 + 0x44c) == '\0')) {
if (param_2 == 0) {
iVar2 = 0;
}
else {
puVar3 = (int4 *)_my_thread_var();
uVar4 = ... | |
30,913 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> testing::internal::StreamableToString<char*>(char* const&) | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/include/gtest/gtest-message.h | std::string StreamableToString(const T& streamable) {
return (Message() << streamable).GetString();
} | O1 | c | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> testing::internal::StreamableToString<char*>(char* const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x20c50
movq (%r14), %rsi
movq %r15, %rdi
callq 0x20d50
... | _ZN7testing8internal18StreamableToStringIPwEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:
push r15
push r14
push rbx
sub rsp, 10h
mov r14, rsi
mov rbx, rdi
lea r15, [rsp+28h+var_20]
mov rdi, r15; this
call _ZN7testing7MessageC2Ev; testing::Message::Message(void)
mov rsi,... | long long testing::internal::StreamableToString<wchar_t *>(long long a1)
{
long long v2[4]; // [rsp+8h] [rbp-20h] BYREF
testing::Message::Message((testing::Message *)v2);
testing::Message::operator<<(v2);
testing::internal::StringStreamToString(a1, v2[0]);
if ( v2[0] )
(*(void ( **)(long long))(*(_QWORD... | StreamableToString<wchar_t*>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RSP + 0x8]
MOV RDI,R15
CALL 0x00120c50
MOV RSI,qword ptr [R14]
LAB_0013f7d9:
MOV RDI,R15
CALL 0x00120d50
MOV RSI,qword ptr [RSP + 0x8]
MOV RDI,RBX
CALL 0x00120eb3
LAB_0013f7ee:
MOV RDI,qword ptr [RSP + 0x8]
TEST RDI,R... |
/* std::__cxx11::string testing::internal::StreamableToString<wchar_t*>(wchar_t* const&) */
internal * __thiscall
testing::internal::StreamableToString<wchar_t*>(internal *this,wchar_t **param_1)
{
long *local_20;
Message::Message((Message *)&local_20);
/* try { // try from 0013f7d9 to 001... | |
30,914 | get_var_ref | bluesky950520[P]quickjs/quickjs.c | static JSVarRef *get_var_ref(JSContext *ctx, JSStackFrame *sf,
int var_idx, BOOL is_arg)
{
JSVarRef *var_ref;
struct list_head *el;
list_for_each(el, &sf->var_ref_list) {
var_ref = list_entry(el, JSVarRef, header.link);
if (var_ref->var_idx == var_idx && var_ref... | O2 | c | get_var_ref:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movl %ecx, %r14d
movl %edx, %ebp
movq %rsi, %rbx
leaq 0x28(%rsi), %r15
leaq 0x30(%rsi), %rax
movq (%rax), %rax
cmpq %r15, %rax
je 0x37c41
movzwl -0x2(%rax), %ecx
cmpl %ebp, %ecx
jne 0x37c3b
movzbl -0x3(%rax), %ecx
shrl %ecx
andl $0x1, %ecx
cmpl %r14d, ... | get_var_ref:
push rbp
push r15
push r14
push rbx
push rax
mov r14d, ecx
mov ebp, edx
mov rbx, rsi
lea r15, [rsi+28h]
lea rax, [rsi+30h]
loc_37C1D:
mov rax, [rax]
cmp rax, r15
jz short loc_37C41
movzx ecx, word ptr [rax-2]
cmp ecx, ebp
jnz short loc_37C3B
movzx ... | long long get_var_ref(long long a1, long long a2, int a3, int a4)
{
long long v6; // r15
long long *i; // rax
long long v8; // rax
long long result; // rax
long long v10; // rdx
v6 = a2 + 40;
for ( i = (long long *)(a2 + 48); ; i = (long long *)(v8 + 8) )
{
v8 = *i;
if ( v8 == v6 )
break... | get_var_ref:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14D,ECX
MOV EBP,EDX
MOV RBX,RSI
LEA R15,[RSI + 0x28]
LEA RAX,[RSI + 0x30]
LAB_00137c1d:
MOV RAX,qword ptr [RAX]
CMP RAX,R15
JZ 0x00137c41
MOVZX ECX,word ptr [RAX + -0x2]
CMP ECX,EBP
JNZ 0x00137c3b
MOVZX ECX,byte ptr [RAX + -0x3]
SHR ECX,0x1
AND ECX,0x1
CMP ... |
int4 * get_var_ref(int8 param_1,long param_2,uint param_3,uint param_4)
{
long lVar1;
long *plVar2;
int4 *puVar3;
plVar2 = (long *)(param_2 + 0x30);
while( true ) {
lVar1 = *plVar2;
if (lVar1 == param_2 + 0x28) {
puVar3 = (int4 *)js_malloc(param_1,0x30);
if (puVar3 == (int4 *)0x0) {
... | |
30,915 | js_dataview_get_byteLength | bluesky950520[P]quickjs/quickjs.c | static JSValue js_dataview_get_byteLength(JSContext *ctx, JSValue this_val)
{
JSArrayBuffer *abuf;
JSTypedArray *ta;
JSObject *p;
p = get_dataview(ctx, this_val);
if (!p)
return JS_EXCEPTION;
if (dataview_is_oob(p))
return JS_ThrowTypeErrorArrayBufferOOB(ctx);
ta = p->u.type... | O0 | c | js_dataview_get_byteLength:
subq $0x48, %rsp
movq %rsi, 0x28(%rsp)
movq %rdx, 0x30(%rsp)
movq %rdi, 0x20(%rsp)
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
movq 0x30(%rsp), %rdx
callq 0xe4fe0
movq %rax, 0x8(%rsp)
cmpq $0x0, 0x8(%rsp)
jne 0xe44ea
movl $0x0, 0x38(%rsp)
movq $0x6, 0x40(%rsp)
jmp 0xe4571
movq 0x8(%rsp), %rd... | js_dataview_get_byteLength:
sub rsp, 48h
mov [rsp+48h+var_20], rsi
mov [rsp+48h+var_18], rdx
mov [rsp+48h+var_28], rdi
mov rdi, [rsp+48h+var_28]
mov rsi, [rsp+48h+var_20]
mov rdx, [rsp+48h+var_18]
call get_dataview
mov [rsp+48h+var_40], rax
cmp [rsp+48h+var_40], 0
jnz short lo... | long long js_dataview_get_byteLength(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v11; // rdx
long long v12; // rcx
long long... | js_dataview_get_byteLength:
SUB RSP,0x48
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x20],RDI
MOV RDI,qword ptr [RSP + 0x20]
MOV RSI,qword ptr [RSP + 0x28]
MOV RDX,qword ptr [RSP + 0x30]
CALL 0x001e4fe0
MOV qword ptr [RSP + 0x8],RAX
CMP qword ptr [RSP + 0x8],0x0
JNZ 0x001e44ea
MO... |
int1 [16]
js_dataview_get_byteLength(int8 param_1,int8 param_2,int8 param_3)
{
int iVar1;
long lVar2;
int1 auVar3 [16];
int4 local_10;
int4 uStack_c;
int8 local_8;
lVar2 = get_dataview(param_1,param_2,param_3);
if (lVar2 == 0) {
local_10 = 0;
local_8 = 6;
}
else {
iVar1 = dataview_... | |
30,916 | js_dataview_get_byteLength | bluesky950520[P]quickjs/quickjs.c | static JSValue js_dataview_get_byteLength(JSContext *ctx, JSValue this_val)
{
JSArrayBuffer *abuf;
JSTypedArray *ta;
JSObject *p;
p = get_dataview(ctx, this_val);
if (!p)
return JS_EXCEPTION;
if (dataview_is_oob(p))
return JS_ThrowTypeErrorArrayBufferOOB(ctx);
ta = p->u.type... | O1 | c | js_dataview_get_byteLength:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rdi, %r14
movq %rsi, 0x8(%rsp)
cmpl $-0x1, %edx
jne 0x83964
movq 0x8(%rsp), %r15
cmpw $0x21, 0x6(%r15)
je 0x83978
leaq 0x1edde(%rip), %rsi # 0xa2749
xorl %r15d, %r15d
movq %r14, %rdi
xorl %eax, %eax
callq 0x22567
movl $0x6, %ebx
tes... | js_dataview_get_byteLength:
push r15
push r14
push rbx
sub rsp, 10h
mov r14, rdi
mov [rsp+28h+var_20], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_83964
mov r15, [rsp+28h+var_20]
cmp word ptr [r15+6], 21h ; '!'
jz short loc_83978
loc_83964:
lea rsi, aNotADataview; "not a DataView... | long long js_dataview_get_byteLength(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m1... | js_dataview_get_byteLength:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R14,RDI
MOV qword ptr [RSP + 0x8],RSI
CMP EDX,-0x1
JNZ 0x00183964
MOV R15,qword ptr [RSP + 0x8]
CMP word ptr [R15 + 0x6],0x21
JZ 0x00183978
LAB_00183964:
LEA RSI,[0x1a2749]
XOR R15D,R15D
MOV RDI,R14
XOR EAX,EAX
CALL 0x00122567
LAB_00183978:
MOV EBX... |
int1 [16] js_dataview_get_byteLength(int8 param_1,long param_2,int param_3)
{
long lVar1;
int iVar2;
double dVar3;
ulong uVar4;
uint uVar5;
int8 uVar6;
double dVar7;
int1 auVar8 [16];
if ((param_3 != -1) || (*(short *)(param_2 + 6) != 0x21)) {
param_2 = 0;
JS_ThrowTypeError(param_1,"not ... | |
30,917 | ma_insert | eloqsql/storage/maria/ma_write.c | int _ma_insert(register MARIA_HA *info, MARIA_KEY *key,
MARIA_PAGE *anc_page, uchar *key_pos, uchar *key_buff,
MARIA_PAGE *father_page, uchar *father_key_pos,
my_bool insert_last)
{
uint a_length, nod_flag, org_anc_length;
int t_length;
uchar *endpos, *prev_key, *anc_b... | O3 | c | ma_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movq %r9, -0x58(%rbp)
movq %rcx, %r12
movq %rdx, %rbx
movq %rsi, %r10
movq %rdi, -0x30(%rbp)
movq (%rdi), %rax
movl 0x20(%rdx), %edx
movl 0x28(%rbx), %esi
movq 0x10(%rbx), %rcx
movq %rdx, -0x48(%rbp)
leaq (%rcx... | _ma_insert:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov [rbp+var_58], r9
mov r12, rcx
mov rbx, rdx
mov r10, rsi
mov [rbp+var_30], rdi
mov rax, [rdi]
mov edx, [rdx+20h]
mov esi, [rbx+28h]
mov rcx, [rbx+10h]
mov [rb... | long long ma_insert(
_DWORD *a1,
unsigned __int8 **a2,
long long a3,
long long a4,
long long a5,
long long a6,
long long a7,
char a8)
{
long long v11; // rax
long long v12; // rsi
long long v13; // rcx
long long v14; // r13
long long v15; // rax... | _ma_insert:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV qword ptr [RBP + -0x58],R9
MOV R12,RCX
MOV RBX,RDX
MOV R10,RSI
MOV qword ptr [RBP + -0x30],RDI
MOV RAX,qword ptr [RDI]
MOV EDX,dword ptr [RDX + 0x20]
MOV ESI,dword ptr [RBX + 0x28]
MOV RCX,qword ptr [RBX + 0x10]
MOV qword ptr... |
int8
_ma_insert(long *param_1,int8 *param_2,long param_3,void *param_4,void *param_5,long param_6,
int8 param_7,char param_8)
{
void *pvVar1;
byte bVar2;
byte *pbVar3;
long *plVar4;
char cVar5;
uint uVar6;
uint uVar7;
int iVar8;
int8 uVar9;
long lVar10;
long lVar11;
void *pvVar12;
... | |
30,918 | voxel_registry::construct(char const*, voxel_type, bool, bool) | untodesu[P]voxelius/game/shared/voxel_registry.cc | VoxelInfoBuilder &voxel_registry::construct(const char *name, voxel_type type, bool animated, bool blending)
{
const auto it = voxel_registry::builders.find(name);
if(it != voxel_registry::builders.cend())
return it->second;
return voxel_registry::builders.emplace(name, VoxelInfoBuilder(name, type, ... | O0 | cpp | voxel_registry::construct(char const*, voxel_type, bool, bool):
pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movb %cl, %al
movb %dl, %cl
movw %si, %dx
movq %rdi, -0x10(%rbp)
movw %dx, -0x12(%rbp)
andb $0x1, %cl
movb %cl, -0x13(%rbp)
andb $0x1, %al
movb %al, -0x14(%rbp)
movq -0x10(%rbp), %rax
mo... | _ZN14voxel_registry9constructEPKc10voxel_typebb:
push rbp
mov rbp, rsp
sub rsp, 140h
mov al, cl
mov cl, dl
mov dx, si
mov [rbp+var_10], rdi
mov [rbp+var_12], dx
and cl, 1
mov [rbp+var_13], cl
and al, 1
mov [rbp+var_14], al
mov rax, [rbp+var_10]
mov [rbp+var_118], r... | long long voxel_registry::construct(long long a1, long long a2, char a3, char a4)
{
char v4; // dl
_BYTE v6[136]; // [rsp+48h] [rbp-F8h] BYREF
long long v7; // [rsp+D0h] [rbp-70h] BYREF
char v8; // [rsp+D8h] [rbp-68h]
long long v9; // [rsp+E0h] [rbp-60h] BYREF
char v10; // [rsp+FFh] [rbp-41h] BYREF
_BYTE... | |||
30,919 | voxel_registry::construct(char const*, voxel_type, bool, bool) | untodesu[P]voxelius/game/shared/voxel_registry.cc | VoxelInfoBuilder &voxel_registry::construct(const char *name, voxel_type type, bool animated, bool blending)
{
const auto it = voxel_registry::builders.find(name);
if(it != voxel_registry::builders.cend())
return it->second;
return voxel_registry::builders.emplace(name, VoxelInfoBuilder(name, type, ... | O1 | cpp | voxel_registry::construct(char const*, voxel_type, bool, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x98, %rsp
movl %ecx, %ebx
movl %edx, %ebp
movl %esi, %r14d
movq %rdi, %rsi
movq %rdi, 0x8(%rsp)
leaq 0x10(%rsp), %rdi
leaq 0x7(%rsp), %rdx
callq 0x30012
leaq 0x1de693(%rip), %rdi # 0x2613e8
leaq 0x10(%r... | _ZN14voxel_registry9constructEPKc10voxel_typebb:
push rbp
push r15
push r14
push rbx
sub rsp, 98h
mov ebx, ecx
mov ebp, edx
mov r14d, esi
mov rsi, rdi
mov [rsp+0B8h+var_B0], rdi
lea rdi, [rsp+0B8h+var_A8]
lea rdx, [rsp+0B8h+var_B1]
call _ZNSt7__cxx1112basic_stringIcSt11cha... | long long voxel_registry::construct(long long a1, unsigned __int16 a2, char a3, char a4)
{
long long v6; // r15
int v7; // ecx
int v8; // r8d
int v9; // r9d
long long v11; // [rsp+8h] [rbp-B0h] BYREF
void *v12[2]; // [rsp+10h] [rbp-A8h] BYREF
long long v13; // [rsp+20h] [rbp-98h] BYREF
v11 = a1;
std... | construct:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x98
MOV EBX,ECX
MOV EBP,EDX
MOV R14D,ESI
MOV RSI,RDI
MOV qword ptr [RSP + 0x8],RDI
LAB_00182d3f:
LEA RDI,[RSP + 0x10]
LEA RDX,[RSP + 0x7]
CALL 0x00130012
LAB_00182d4e:
LEA RDI,[0x3613e8]
LEA RSI,[RSP + 0x10]
CALL 0x0018420c
LAB_00182d5f:
MOV R15,RAX
LEA RAX,[RSP +... |
/* voxel_registry::construct(char const*, voxel_type, bool, bool) */
long voxel_registry::construct
(char *param_1,int2 param_2,int1 param_3,int1 param_4)
{
long lVar1;
allocator local_b1;
char *local_b0;
long *local_a8 [2];
long local_98 [15];
/* try { // try from 001... | |
30,920 | voxel_registry::construct(char const*, voxel_type, bool, bool) | untodesu[P]voxelius/game/shared/voxel_registry.cc | VoxelInfoBuilder &voxel_registry::construct(const char *name, voxel_type type, bool animated, bool blending)
{
const auto it = voxel_registry::builders.find(name);
if(it != voxel_registry::builders.cend())
return it->second;
return voxel_registry::builders.emplace(name, VoxelInfoBuilder(name, type, ... | O2 | cpp | voxel_registry::construct(char const*, voxel_type, bool, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xa0, %rsp
movl %ecx, %ebp
movl %edx, %r14d
movl %esi, %r15d
movq %rdi, %rbx
movq %rdi, 0x10(%rsp)
leaq 0x18(%rsp), %rdi
leaq 0xf(%rsp), %rdx
movq %rbx, %rsi
callq 0x2a464
leaq 0x1dba48(%rip), %r... | _ZN14voxel_registry9constructEPKc10voxel_typebb:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 0A0h
mov ebp, ecx
mov r14d, edx
mov r15d, esi
mov rbx, rdi
mov [rsp+0C8h+var_B8], rdi
lea rdi, [rsp+0C8h+var_B0]
lea rdx, [rsp+0C8h+var_B9]
mov rsi, rbx
call _ZNSt... | long long voxel_registry::construct(long long a1, unsigned __int16 a2, unsigned __int8 a3, unsigned __int8 a4)
{
long long v6; // r12
long long v7; // r9
long long v9; // [rsp+10h] [rbp-B8h] BYREF
_QWORD v10[22]; // [rsp+18h] [rbp-B0h] BYREF
v9 = a1;
std::string::basic_string<std::allocator<char>>(v10, a1... | construct:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xa0
MOV EBP,ECX
MOV R14D,EDX
MOV R15D,ESI
MOV RBX,RDI
MOV qword ptr [RSP + 0x10],RDI
LAB_0017c9e7:
LEA RDI,[RSP + 0x18]
LEA RDX,[RSP + 0xf]
MOV RSI,RBX
CALL 0x0012a464
LAB_0017c9f9:
LEA RDI,[0x358448]
LEA RSI,[RSP + 0x18]
CALL 0x0017deba
LAB_0017ca0a:
MOV... |
/* voxel_registry::construct(char const*, voxel_type, bool, bool) */
long voxel_registry::construct
(char *param_1,int2 param_2,int1 param_3,int1 param_4)
{
long lVar1;
allocator local_b9;
char *local_b8;
string local_b0 [136];
/* try { // try from 0017c9e7 to 0017c9f8 h... | |
30,921 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | JSON_HEDLEY_RETURNS_NON_NULL
const char* type_name() const noexcept
{
switch (m_data.m_type)
{
case value_t::null:
return "null";
case value_t::object:
return "object";
case value_t::array:
return "array";
... | 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_IhSaIhEEvE9type_nameEv:
movzx eax, byte ptr [rdi]
cmp rax, 9
ja short loc_6AD82
lea rcx, unk_D0AB4
movsxd rax, dword ptr [rcx+rax*4]
add rax, rcx
r... | const char * 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>::type_name(
unsigned __int8 *a1)
{
unsigned long long v1; // rax
v1 =... | type_name:
MOVZX EAX,byte ptr [RDI]
CMP RAX,0x9
JA 0x0016ad82
LEA RCX,[0x1d0ab4]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
RET
LAB_0016ad82:
LEA RAX,[0x1d03e2]
RET
|
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::type_name() const */
char * _... | |
30,922 | ma_update_state_lsns_sub | eloqsql/storage/maria/ma_create.c | int _ma_update_state_lsns_sub(MARIA_SHARE *share, LSN lsn, TrID create_trid,
my_bool do_sync,
my_bool update_create_rename_lsn)
{
uchar buf[LSN_STORE_SIZE * 3], *ptr;
uchar trid_buff[8];
File file= share->kfile.file;
DBUG_ENTER("_ma_update_state_lsns_s... | O3 | c | ma_update_state_lsns_sub:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %r8d, %r12d
movl %ecx, %r14d
movq %rdx, %rbx
movq %rdi, %r15
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq %rsi, -0x60(%rbp)
movl 0x760(%rdi), %r13d
testq %rsi, %rsi
je 0x458bd
movq %rsi, ... | _ma_update_state_lsns_sub:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r12d, r8d
mov r14d, ecx
mov rbx, rdx
mov r15, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov [rbp+var_60], rsi
mov r13d, [rdi+760h]
test rsi, rsi
jz... | long long ma_update_state_lsns_sub(long long a1, long long a2, long long a3, char a4, char a5)
{
unsigned int v9; // r13d
unsigned long long v10; // rdi
long long v11; // rax
char v12; // al
unsigned int v13; // ebx
long long v14; // rax
int v15; // eax
_OWORD v17[2]; // [rsp+20h] [rbp-B0h] BYREF
lon... | _ma_update_state_lsns_sub:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R12D,R8D
MOV R14D,ECX
MOV RBX,RDX
MOV R15,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV qword ptr [RBP + -0x60],RSI
MOV R13D,dword ptr [RDI + 0x760]
TEST RSI,RSI
JZ 0x001458bd
LAB_001457fa... |
uint _ma_update_state_lsns_sub
(long param_1,long param_2,int8 param_3,char param_4,char param_5)
{
int4 uVar1;
char cVar2;
long lVar3;
uint uVar4;
ulong uVar5;
long in_FS_OFFSET;
int1 local_b8 [32];
int8 local_98;
long local_90;
int local_6c;
long local_68;
int1 local_60;
int... | |
30,923 | my_casefold_ujis | eloqsql/strings/ctype-ujis.c | static size_t
my_casefold_ujis(CHARSET_INFO *cs,
const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)),
const uchar * const map,
size_t is_upper)
{
const char *srcend= src + srclen, *dst0= dst;
while (src < srcend)
{
... | O0 | c | my_casefold_ujis:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x20(%rbp), %rax
movq %rax... | my_casefold_ujis:
push rbp
mov rbp, rsp
sub rsp, 70h
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_38], rax
... | _BYTE * my_casefold_ujis(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
long long a6,
long long a7)
{
unsigned int v7; // eax
unsigned __int8 *v8; // rax
unsigned __int8 *v9; // rax
unsigned __int8 *v10; // rax
unsig... | my_casefold_ujis:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword pt... |
long my_casefold_ujis(int8 param_1,byte *param_2,long param_3,byte *param_4,int8 param_5
,long param_6,long param_7)
{
uint uVar1;
ulong uVar2;
byte *pbVar3;
byte *pbVar4;
int local_6c;
int *local_68;
byte *local_28;
byte *local_18;
local_28 = param_4;
local_18 = param_2;
... | |
30,924 | my_casefold_ujis | eloqsql/strings/ctype-ujis.c | static size_t
my_casefold_ujis(CHARSET_INFO *cs,
const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)),
const uchar * const map,
size_t is_upper)
{
const char *srcend= src + srclen, *dst0= dst;
while (src < srcend)
{
... | O3 | c | my_casefold_ujis:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, -0x40(%rbp)
movq %rcx, %rbx
movq %rcx, -0x30(%rbp)
testq %rdx, %rdx
jle 0x4cdf7
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %r13
addq %rsi, %r15
xorl %eax, %eax
testq %r9, %r9
sete %al
shll $0x2... | my_casefold_ujis:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], r8
mov rbx, rcx
mov [rbp+var_30], rcx
test rdx, rdx
jle loc_4CDF7
mov r15, rdx
mov r12, rsi
mov r13, rdi
add r15, rsi
xor eax, eax
test ... | _BYTE * my_casefold_ujis(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
long long a6)
{
unsigned __int8 *v6; // rbx
unsigned __int8 *v7; // r12
unsigned long long v8; // r15
long long v9; // rax
long long v10; // rcx
long ... | my_casefold_ujis:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],R8
MOV RBX,RCX
MOV qword ptr [RBP + -0x30],RCX
TEST RDX,RDX
JLE 0x0014cdf7
MOV R15,RDX
MOV R12,RSI
MOV R13,RDI
ADD R15,RSI
XOR EAX,EAX
TEST R9,R9
SETZ AL
SHL EAX,0x2
MOV qword ptr [RBP + -0x38],R... |
long my_casefold_ujis(long param_1,byte *param_2,long param_3,byte *param_4,long param_5,
long param_6)
{
byte *pbVar1;
byte bVar2;
uint uVar3;
int iVar4;
long lVar6;
byte *pbVar7;
byte *pbVar8;
ulong uVar5;
pbVar7 = param_4;
if (0 < param_3) {
pbVar8 = param_2 + param_... | |
30,925 | ggml_graph_compute_thread_sync | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c | static inline void ggml_graph_compute_thread_sync(struct ggml_compute_state * state) {
// TSAN doesn't support standalone fence yet, we use a dummy read-modify-write instead
#ifdef GGML_TSAN_ENABLED
atomic_fetch_add_explicit(&state->threadpool->n_graph, 0, memory_order_seq_cst);
#else
atomic_thread_... | O0 | c | ggml_graph_compute_thread_sync:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
mfence
popq %rbp
retq
nopl (%rax)
| ggml_graph_compute_thread_sync:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mfence
pop rbp
retn
| void ggml_graph_compute_thread_sync()
{
_mm_mfence();
}
| ggml_graph_compute_thread_sync:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MFENCE
POP RBP
RET
|
void ggml_graph_compute_thread_sync(void)
{
return;
}
| |
30,926 | JS_DupAtom | bluesky950520[P]quickjs/quickjs.c | JSAtom JS_DupAtom(JSContext *ctx, JSAtom v)
{
JSRuntime *rt;
JSAtomStruct *p;
if (!__JS_AtomIsConst(v)) {
rt = ctx->rt;
p = rt->atom_array[v];
p->header.ref_count++;
}
return v;
} | O0 | c | JS_DupAtom:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movl %esi, 0x1c(%rsp)
movl 0x1c(%rsp), %edi
callq 0x2e2f0
cmpl $0x0, %eax
jne 0x2e2db
movq 0x20(%rsp), %rax
movq 0x18(%rax), %rax
movq %rax, 0x10(%rsp)
movq 0x10(%rsp), %rax
movq 0x68(%rax), %rax
movl 0x1c(%rsp), %ecx
movq (%rax,%rcx,8), %rax
movq %rax, 0x8(%rsp)
movq ... | JS_DupAtom:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_C], esi
mov edi, [rsp+28h+var_C]
call __JS_AtomIsConst
cmp eax, 0
jnz short loc_2E2DB
mov rax, [rsp+28h+var_8]
mov rax, [rax+18h]
mov [rsp+28h+var_18], rax
mov rax, [rsp+28h+var_18]
mov rax, [rax+68h]
mov ... | long long JS_DupAtom(long long a1, unsigned int a2)
{
_DWORD *v2; // rax
if ( !(unsigned int)_JS_AtomIsConst(a2) )
{
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(a1 + 24) + 104LL) + 8LL * a2);
++*v2;
}
return a2;
}
| JS_DupAtom:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV dword ptr [RSP + 0x1c],ESI
MOV EDI,dword ptr [RSP + 0x1c]
CALL 0x0012e2f0
CMP EAX,0x0
JNZ 0x0012e2db
MOV RAX,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RSP + 0x10]
MOV RAX,qword ptr [RAX + 0x68]
MOV ... |
uint JS_DupAtom(long param_1,uint param_2)
{
int *piVar1;
int iVar2;
iVar2 = __JS_AtomIsConst(param_2);
if (iVar2 == 0) {
piVar1 = *(int **)(*(long *)(*(long *)(param_1 + 0x18) + 0x68) + (ulong)param_2 * 8);
*piVar1 = *piVar1 + 1;
}
return param_2;
}
| |
30,927 | JS_DupAtom | bluesky950520[P]quickjs/quickjs.c | JSAtom JS_DupAtom(JSContext *ctx, JSAtom v)
{
JSRuntime *rt;
JSAtomStruct *p;
if (!__JS_AtomIsConst(v)) {
rt = ctx->rt;
p = rt->atom_array[v];
p->header.ref_count++;
}
return v;
} | O1 | c | JS_DupAtom:
movl %esi, %eax
cmpl $0xe0, %esi
jl 0x23e1b
movq 0x18(%rdi), %rcx
movq 0x68(%rcx), %rcx
movl %eax, %edx
movq (%rcx,%rdx,8), %rcx
incl (%rcx)
retq
| JS_DupAtom:
mov eax, esi
cmp esi, 0E0h
jl short locret_23E1B
mov rcx, [rdi+18h]
mov rcx, [rcx+68h]
mov edx, eax
mov rcx, [rcx+rdx*8]
inc dword ptr [rcx]
locret_23E1B:
retn
| long long JS_DupAtom(long long a1, int a2)
{
long long result; // rax
_DWORD *v3; // rcx
result = (unsigned int)a2;
if ( a2 >= 224 )
{
v3 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(a1 + 24) + 104LL) + 8LL * (unsigned int)a2);
++*v3;
}
return result;
}
| JS_DupAtom:
MOV EAX,ESI
CMP ESI,0xe0
JL 0x00123e1b
MOV RCX,qword ptr [RDI + 0x18]
MOV RCX,qword ptr [RCX + 0x68]
MOV EDX,EAX
MOV RCX,qword ptr [RCX + RDX*0x8]
INC dword ptr [RCX]
LAB_00123e1b:
RET
|
void JS_DupAtom(long param_1,uint param_2)
{
int *piVar1;
if (0xdf < (int)param_2) {
piVar1 = *(int **)(*(long *)(*(long *)(param_1 + 0x18) + 0x68) + (ulong)param_2 * 8);
*piVar1 = *piVar1 + 1;
}
return;
}
| |
30,928 | ArenaAllocator::~ArenaAllocator() | BhuvanGudi[P]LexiParse/src/arena.hpp | ~ArenaAllocator()
{
// No destructors are called for the stored objects. Thus, memory
// leaks are possible (e.g. when storing std::vector objects or
// other non-trivially destructable objects in the allocator).
// Although this could be changed, it would come with additional
... | O0 | cpp | ArenaAllocator::~ArenaAllocator():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x10(%rbp)
cmpq $0x0, %rax
je 0x16737
movq -0x10(%rbp), %rdi
callq 0x3240
addq $0x10, %rsp
popq %rbp
retq
nopl (%rax)
| _ZN14ArenaAllocatorD2Ev:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov [rbp+var_10], rax
cmp rax, 0
jz short loc_16737
mov rdi, [rbp+var_10]; void *
call __ZdaPv; operator delete[](void *)
loc_16737:
add rsp, 10h
pop ... | void ArenaAllocator::~ArenaAllocator(ArenaAllocator *this)
{
void *v1; // [rsp+0h] [rbp-10h]
v1 = (void *)*((_QWORD *)this + 1);
if ( v1 )
operator delete[](v1);
}
| ~ArenaAllocator:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x10],RAX
CMP RAX,0x0
JZ 0x00116737
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00103240
LAB_00116737:
ADD RSP,0x10
POP RBP
RET
|
/* ArenaAllocator::~ArenaAllocator() */
void __thiscall ArenaAllocator::~ArenaAllocator(ArenaAllocator *this)
{
if (*(void **)(this + 8) != (void *)0x0) {
operator_delete__(*(void **)(this + 8));
}
return;
}
| |
30,929 | ArenaAllocator::~ArenaAllocator() | BhuvanGudi[P]LexiParse/src/arena.hpp | ~ArenaAllocator()
{
// No destructors are called for the stored objects. Thus, memory
// leaks are possible (e.g. when storing std::vector objects or
// other non-trivially destructable objects in the allocator).
// Although this could be changed, it would come with additional
... | O2 | cpp | ArenaAllocator::~ArenaAllocator():
movq 0x8(%rdi), %rdi
testq %rdi, %rdi
jne 0x21f0
retq
| _ZN14ArenaAllocatorD2Ev:
mov rdi, [rdi+8]; void *
test rdi, rdi
jnz __ZdaPv; operator delete[](void *)
retn
| void ArenaAllocator::~ArenaAllocator(ArenaAllocator *this)
{
void *v1; // rdi
v1 = (void *)*((_QWORD *)this + 1);
if ( v1 )
operator delete[](v1);
}
| LAB_001021f0:
JMP qword ptr [0x0010d0f8]
~ArenaAllocator:
MOV RDI,qword ptr [RDI + 0x8]
TEST RDI,RDI
JNZ 0x001021f0
RET
|
/* ArenaAllocator::~ArenaAllocator() */
void __thiscall ArenaAllocator::~ArenaAllocator(ArenaAllocator *this)
{
if (*(long *)(this + 8) == 0) {
return;
}
(*(code *)PTR_operator_delete___0010d0f8)();
return;
}
| |
30,930 | my_caseup_str_utf8mb4 | eloqsql/strings/ctype-utf8.c | static size_t
my_caseup_str_utf8mb4(CHARSET_INFO *cs, char *src)
{
my_wc_t wc;
int srcres, dstres;
char *dst= src, *dst0= src;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
DBUG_ASSERT(cs->caseup_multiply == 1);
while (*src &&
(srcres= my_mb_wc_utf8mb4_no_range(cs, &wc, (uchar *) src)) > 0)
{
my... | O3 | c | my_caseup_str_utf8mb4:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
cmpb $0x0, (%rsi)
movq %rsi, %r14
je 0x6ee6b
movq 0x78(%rdi), %r15
movq %rbx, %r12
movq %rbx, %r14
leaq -0x30(%rbp), %rdi
movq %r12, %rsi
callq 0x721af
testl %eax, %eax
je 0x6ee6b
movl %ea... | my_caseup_str_utf8mb4:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rsi
cmp byte ptr [rsi], 0
mov r14, rsi
jz short loc_6EE6B
mov r15, [rdi+78h]
mov r12, rbx
mov r14, rbx
loc_6EE0D:
lea rdi, [rbp+var_30]
mov rsi, r12
c... | long long my_caseup_str_utf8mb4(long long a1, _BYTE *a2)
{
long long v2; // rax
_BYTE *v3; // r14
_QWORD *v4; // r15
_BYTE *v5; // r12
unsigned int v6; // eax
unsigned int v7; // r13d
long long v8; // rdi
long long v9; // rax
unsigned int v10; // eax
bool v11; // zf
_QWORD v13[6]; // [rsp+0h] [rb... | my_caseup_str_utf8mb4:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
CMP byte ptr [RSI],0x0
MOV R14,RSI
JZ 0x0016ee6b
MOV R15,qword ptr [RDI + 0x78]
MOV R12,RBX
MOV R14,RBX
LAB_0016ee0d:
LEA RDI,[RBP + -0x30]
MOV RSI,R12
CALL 0x001721af
TEST EAX,EAX
JZ 0x0016ee6b
MOV R13D,EAX
MO... |
long my_caseup_str_utf8mb4(long param_1,char *param_2)
{
char *pcVar1;
ulong *puVar2;
long lVar3;
uint uVar4;
uint uVar5;
ulong in_RAX;
char *pcVar6;
char *pcVar7;
ulong local_38;
pcVar7 = param_2;
if (*param_2 != '\0') {
puVar2 = *(ulong **)(param_1 + 0x78);
pcVar6 = param_2;
loc... | |
30,931 | my_register_filename | eloqsql/mysys/my_open.c | File my_register_filename(File fd, const char *FileName, enum file_type
type_of_file, uint error_message_number, myf MyFlags)
{
DBUG_ENTER("my_register_filename");
if ((int) fd >= MY_FILE_MIN)
{
my_atomic_add32_explicit(&my_file_opened, 1, MY_MEMORY_ORDER_RELAXED);
if ((uint) fd >= my_file_limit || (... | O0 | c | my_register_filename:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl %ecx, -0x18(%rbp)
movq %r8, -0x20(%rbp)
cmpl $0x0, -0x8(%rbp)
jl 0x668f6
movl $0x1, -0x24(%rbp)
movl -0x24(%rbp), %eax
leaq 0x3a8f40(%rip), %rcx # 0x40f794
lock
xaddl %eax, (%rcx... | my_register_filename:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_18], ecx
mov [rbp+var_20], r8
cmp [rbp+var_8], 0
jl loc_668F6
mov [rbp+var_24], 1
mov eax, [rbp+var_24]
lea rcx, my_file_opened
lock ... | long long my_register_filename(unsigned int a1, long long a2, int a3, unsigned int a4, __int16 a5)
{
unsigned int *v5; // rax
int v7; // [rsp+24h] [rbp-2Ch]
if ( (a1 & 0x80000000) != 0 )
{
v7 = *(_DWORD *)__errno_location();
*(_DWORD *)my_thread_var() = v7;
if ( (a5 & 0x19) != 0 )
{
if (... | my_register_filename:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
CMP dword ptr [RBP + -0x8],0x0
JL 0x001668f6
MOV dword ptr [RBP + -0x24],0x1
MOV EAX,dword ptr [RBP + -0x2... |
uint my_register_filename
(uint param_1,int8 param_2,int4 param_3,int4 param_4,ulong param_5)
{
int iVar1;
int8 uVar2;
int *piVar3;
int4 *puVar4;
int4 local_20;
uint local_c;
if ((int)param_1 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_va... | |
30,932 | report_cut_value_error(THD*, unsigned int, char const*) | eloqsql/sql/item_sum.cc | static void report_cut_value_error(THD *thd, uint row_count, const char *fname)
{
size_t fn_len= strlen(fname);
char *fname_upper= (char *) my_alloca(fn_len + 1);
if (!fname_upper)
fname_upper= (char*) fname; // Out of memory
else
memcpy(fname_upper, fname, fn_len+1);
my_caseup_str(&my... | O0 | cpp | report_cut_value_error(THD*, unsigned int, char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x20(%rbp), %rdi
callq 0x7585f0
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rcx
addq $0x10, %rcx
andq $-... | _ZL22report_cut_value_errorP3THDjPKc:
push rbp
mov rbp, rsp
sub rsp, 30h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov rdi, [rbp+var_20]
call _strlen
mov [rbp+var_28], rax
mov rcx, [rbp+var_28]
add rcx, 10h
an... | unsigned long long report_cut_value_error(THD *a1, unsigned int a2, const char *a3)
{
char *v4; // [rsp+0h] [rbp-30h] BYREF
long long v5; // [rsp+8h] [rbp-28h]
const char *v6; // [rsp+10h] [rbp-20h]
unsigned int v7; // [rsp+1Ch] [rbp-14h]
THD *v8; // [rsp+20h] [rbp-10h]
unsigned long long v9; // [rsp+28h] ... | size_of:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV EAX,0x100
POP RBP
RET
|
/* Field_vers_trx_id::size_of() const */
int8 Field_vers_trx_id::size_of(void)
{
return 0x100;
}
| |
30,933 | apply_one_rule | eloqsql/strings/ctype-uca.c | static my_bool
apply_one_rule(MY_CHARSET_LOADER *loader,
MY_COLL_RULES *rules, MY_COLL_RULE *r,
MY_UCA_WEIGHT_LEVEL *dst)
{
size_t nweights;
size_t nreset= my_coll_rule_reset_length(r); /* Length of reset sequence */
size_t nshift= my_coll_rule_shift_length(r); /* Length of shift seq... | O0 | c | apply_one_rule:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rdi
callq 0x56690
movq %rax, -0x38(%rbp)
movq -0x20(%rbp), %rdi
callq 0x566b0
movq %rax, -0x40(%rbp)
movq -0x18(%rbp), %rax
cmpl $0x1, 0x30(%rax)
jne... | apply_one_rule:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rdi, [rbp+var_20]
call my_coll_rule_reset_length
mov [rbp+var_38], rax
mov rdi, [rbp+var_20]
call my_coll_rule_shift_length
mov ... | char apply_one_rule(long long a1, long long a2, long long a3, _QWORD *a4)
{
long long v5; // [rsp+0h] [rbp-60h]
char v6; // [rsp+17h] [rbp-49h]
long long inited; // [rsp+18h] [rbp-48h]
unsigned long long v8; // [rsp+20h] [rbp-40h]
long long v9; // [rsp+28h] [rbp-38h]
long long v10; // [rsp+30h] [rbp-30h] B... | apply_one_rule:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RDI,qword ptr [RBP + -0x20]
CALL 0x00156690
MOV qword ptr [RBP + -0x38],RAX
MOV RDI,qword ptr [RBP + -0x20]
CALL 0x001566b0
MOV qword ptr ... |
int8 apply_one_rule(int8 param_1,long param_2,long param_3,long param_4)
{
char extraout_AL;
int iVar1;
ulong uVar2;
int7 extraout_var;
int8 uVar3;
int7 uVar4;
int7 extraout_var_00;
char local_51;
int8 local_50;
int8 local_40;
int8 local_38;
long local_30;
long local_28;
long local_20;
i... | |
30,934 | my_lengthsp_utf32 | eloqsql/strings/ctype-ucs2.c | static size_t
my_lengthsp_utf32(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr, size_t length)
{
const char *end= ptr + length;
DBUG_ASSERT((length % 4) == 0);
while (end > ptr + 3 && end[-1] == ' ' && !end[-2] && !end[-3] && !end[-4])
end-= 4;
return (size_t) (end - ptr);
} | O0 | c | my_lengthsp_utf32:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x20(%rbp)
jmp 0x5bcce
jmp 0x5bcd0
movq -0x20(%rbp), %rcx
movq -0x10(%rbp), %rdx
addq $0x3, %rdx
xorl %eax, %eax
cmpq %rdx, %rcx
movb %al, -0x21(%rb... | my_lengthsp_utf32:
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]
add rax, [rbp+var_18]
mov [rbp+var_20], rax
jmp short $+2
loc_5BCCE:
jmp short $+2
loc_5BCD0:
mov rcx, [rbp+var_20]
mov rdx, [rbp+var_10]
add ... | long long my_lengthsp_utf32(long long a1, long long a2, long long a3)
{
char v4; // [rsp+1h] [rbp-21h]
unsigned long long i; // [rsp+2h] [rbp-20h]
for ( i = a3 + a2; ; i -= 4LL )
{
v4 = 0;
if ( i > a2 + 3 )
{
v4 = 0;
if ( *(_BYTE *)(i - 1) == 32 )
{
v4 = 0;
if ( !... | my_lengthsp_utf32:
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]
ADD RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x20],RAX
JMP 0x0015bcce
LAB_0015bcce:
JMP 0x0015bcd0
LAB_0015bcd0:
MOV RCX,qword ptr [RBP + -0x20]... |
long my_lengthsp_utf32(int8 param_1,long param_2,long param_3)
{
bool bVar1;
int8 local_28;
local_28 = param_2 + param_3;
while( true ) {
bVar1 = false;
if ((((param_2 + 3U < local_28) && (bVar1 = false, *(char *)(local_28 - 1) == ' ')) &&
(bVar1 = false, *(char *)(local_28 - 2) == '\0')) &... | |
30,935 | 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 start_object(std::size_t len)
{
// check callback for object start
const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded);
keep_stack.push_back(keep);
auto val = handle_value(BasicJsonType::value_t::object, true);
ref_stac... | 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_IhSaIhEEvEEE12start_objectEm:
sub rsp, 0A8h
mov qword ptr [rsp+0A8h+var_8], rdi
mov [rsp+0A8h+var_10], rsi
mov ... | start_object:
SUB RSP,0xa8
MOV qword ptr [RSP + 0xa0],RDI
MOV qword ptr [RSP + 0x98],RSI
MOV RDI,qword ptr [RSP + 0xa0]
MOV qword ptr [RSP + 0x20],RDI
MOV RAX,RDI
ADD RAX,0x80
MOV qword ptr [RSP + 0x18],RAX
ADD RDI,0x8
CALL 0x001adbd0
MOV RDI,qword ptr [RSP + 0x18]
MOV RCX,qword ptr [RSP + 0x20]
MOV ESI,EAX
ADD RCX,0xa... |
/* 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... | ||
30,936 | js_typed_array_reverse | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_reverse(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSObject *p;
int len;
len = js_typed_array_get_length_unsafe(ctx, this_val);
if (len < 0)
return JS_EXCEPTION;
if (len > 0) {
p = JS_VALUE_GET_OBJ... | O0 | c | js_typed_array_reverse:
subq $0xb8, %rsp
movq %rsi, 0x98(%rsp)
movq %rdx, 0xa0(%rsp)
movq %rdi, 0x90(%rsp)
movl %ecx, 0x8c(%rsp)
movq %r8, 0x80(%rsp)
movq 0x90(%rsp), %rdi
movq 0x98(%rsp), %rsi
movq 0xa0(%rsp), %rdx
callq 0xce340
movl %eax, 0x74(%rsp)
cmpl $0x0, 0x74(%rsp)
jge 0xe0012
movl $0x0, 0xa8(%rsp)
movq $0x6, 0... | js_typed_array_reverse:
sub rsp, 0B8h
mov [rsp+0B8h+var_20], rsi
mov [rsp+0B8h+var_18], rdx
mov [rsp+0B8h+var_28], rdi
mov [rsp+0B8h+var_2C], ecx
mov [rsp+0B8h+var_38], r8
mov rdi, [rsp+0B8h+var_28]
mov rsi, [rsp+0B8h+var_20]
mov rdx, [rsp+0B8h+var_18]
call js_typed_array_get_leng... | _DWORD * js_typed_array_reverse(
const char *a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a... | js_typed_array_reverse:
SUB RSP,0xb8
MOV qword ptr [RSP + 0x98],RSI
MOV qword ptr [RSP + 0xa0],RDX
MOV qword ptr [RSP + 0x90],RDI
MOV dword ptr [RSP + 0x8c],ECX
MOV qword ptr [RSP + 0x80],R8
MOV RDI,qword ptr [RSP + 0x90]
MOV RSI,qword ptr [RSP + 0x98]
MOV RDX,qword ptr [RSP + 0xa0]
CALL 0x001ce340
MOV dword ptr [RSP +... |
int1 [16] js_typed_array_reverse(int8 param_1,long param_2,int8 param_3)
{
int1 uVar1;
int2 uVar2;
int4 uVar3;
int8 uVar4;
int iVar5;
int1 auVar6 [16];
int8 *local_a0;
int8 *local_98;
int4 *local_88;
int4 *local_80;
int2 *local_70;
int2 *local_68;
int1 *local_58;
int1 *local_50;
int4 lo... | |
30,937 | get_sys_var_lower_case_table_names | eloqsql/client/mysqldump.c | static int get_sys_var_lower_case_table_names()
{
int lower_case_table_names = 0;
MYSQL_RES *table_res;
MYSQL_ROW row;
const char *show_var_query = "SHOW VARIABLES LIKE 'lower_case_table_names'";
if (mysql_query_with_error_report(mysql, &table_res, show_var_query))
return 0; /* In case of error, assume ... | O0 | c | get_sys_var_lower_case_table_names:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl $0x0, -0x8(%rbp)
leaq 0x97c55(%rip), %rax # 0xde32b
movq %rax, -0x20(%rbp)
movq 0x3bade7(%rip), %rdi # 0x4014c8
movq -0x20(%rbp), %rdx
leaq -0x10(%rbp), %rsi
callq 0x39350
cmpl $0x0, %eax
je 0x466fc
movl $0x0, -0x4(%rbp)
jmp 0x4... | get_sys_var_lower_case_table_names:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], 0
lea rax, aShowVariablesL; "SHOW VARIABLES LIKE 'lower_case_table_n"...
mov [rbp+var_20], rax
mov rdi, cs:mysql
mov rdx, [rbp+var_20]
lea rsi, [rbp+var_10]
call mysql_query_with_error_report
cm... | long long get_sys_var_lower_case_table_names()
{
long long row; // [rsp+8h] [rbp-18h]
long long v2; // [rsp+10h] [rbp-10h] BYREF
unsigned int v3; // [rsp+18h] [rbp-8h]
v3 = 0;
if ( (unsigned int)mysql_query_with_error_report(mysql, &v2, (long long)"SHOW VARIABLES LIKE 'lower_case_table_names'") )
{
ret... | get_sys_var_lower_case_table_names:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x8],0x0
LEA RAX,[0x1de32b]
MOV qword ptr [RBP + -0x20],RAX
MOV RDI,qword ptr [0x005014c8]
MOV RDX,qword ptr [RBP + -0x20]
LEA RSI,[RBP + -0x10]
CALL 0x00139350
CMP EAX,0x0
JZ 0x001466fc
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0014... |
int get_sys_var_lower_case_table_names(void)
{
int iVar1;
long lVar2;
int8 local_18;
int local_10;
int local_c;
local_10 = 0;
iVar1 = mysql_query_with_error_report
(mysql,&local_18,"SHOW VARIABLES LIKE \'lower_case_table_names\'");
if (iVar1 == 0) {
lVar2 = mysql_fetch_row(l... | |
30,938 | fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>, std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char>>>, long, std::ratio<1l, 1000000000l>>::on_24_hour_time() | aimrt_mujoco_sim/_deps/fmt-src/include/fmt/chrono.h | void on_24_hour_time() {
if (handle_nan_inf()) {
*out++ = ':';
handle_nan_inf();
return;
}
write(hour(), 2);
*out++ = ':';
write(minute(), 2);
} | O3 | c | fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>, std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char>>>, long, std::ratio<1l, 1000000000l>>::on_24_hour_time():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x20(%rdi), %rax
shrq $0x... | _ZN3fmt3v106detail16chrono_formatterINS0_20basic_format_contextINS0_8appenderEcEESt20back_insert_iteratorINS0_19basic_memory_bufferIcLm500ESaIcEEEElSt5ratioILl1ELl1000000000EEE15on_24_hour_timeEv:
push r14
push rbx
push rax
mov rbx, rdi
mov rax, [rdi+20h]
shr rax, 4
mov rcx, 91A2B3C4D5E6F81h
mu... | long long fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender,char>,std::back_insert_iterator<fmt::v10::basic_memory_buffer<char,500ul,std::allocator<char>>>,long,std::ratio<1l,1000000000l>>::on_24_hour_time(
long long a1)
{
long long v1; // r14
long long v2; // rax
long ... | on_24_hour_time:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x20]
SHR RAX,0x4
MOV RCX,0x91a2b3c4d5e6f81
MUL RCX
MOV RSI,RDX
SHR RSI,0x3
MOV RCX,0xaaaaaaaaaaaaaab
MOV RAX,RSI
MUL RCX
SHL RDX,0x3
LEA RAX,[RDX + RDX*0x2]
SUB RSI,RAX
MOV EDX,0x2
XOR ECX,ECX
CALL 0x001f392e
MOV R14,qword ptr [RBX + 0x8]... |
/* fmt::v10::detail::chrono_formatter<fmt::v10::basic_format_context<fmt::v10::appender, char>,
std::back_insert_iterator<fmt::v10::basic_memory_buffer<char, 500ul, std::allocator<char> > >,
long, std::ratio<1l, 1000000000l> >::on_24_hour_time() */
void __thiscall
fmt::v10::detail::
chrono_formatter<fmt::v10::b... | |
30,939 | TextInsert | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtext.c | char *TextInsert(const char *text, const char *insert, int position)
{
int textLen = TextLength(text);
int insertLen = TextLength(insert);
char *result = (char *)RL_MALLOC(textLen + insertLen + 1);
for (int i = 0; i < position; i++) result[i] = text[i];
for (int i = position; i < insertLen + posit... | O0 | c | TextInsert:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq -0x8(%rbp), %rdi
callq 0xe5fe0
movl %eax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0xe5fe0
movl %eax, -0x1c(%rbp)
movl -0x18(%rbp), %eax
addl -0x1c(%rbp), %eax
addl $0x1, %eax
movslq %eax, %r... | TextInsert:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov rdi, [rbp+var_8]
call TextLength
mov [rbp+var_18], eax
mov rdi, [rbp+var_10]
call TextLength
mov [rbp+var_1C], eax
mov eax, [rbp+var_18]
add eax, [rbp+... | long long TextInsert(_BYTE *a1, _BYTE *a2, int a3)
{
int k; // [rsp+Ch] [rbp-34h]
int j; // [rsp+10h] [rbp-30h]
int i; // [rsp+14h] [rbp-2Ch]
long long v7; // [rsp+18h] [rbp-28h]
int v8; // [rsp+24h] [rbp-1Ch]
int v9; // [rsp+28h] [rbp-18h]
v9 = TextLength(a1);
v8 = TextLength(a2);
v7 = malloc(v8 + ... | TextInsert:
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 RDI,qword ptr [RBP + -0x8]
CALL 0x001e5fe0
MOV dword ptr [RBP + -0x18],EAX
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x001e5fe0
MOV dword ptr [RBP + -0x1c],EAX
MOV EAX,dword ptr [R... |
void * TextInsert(long param_1,long param_2,int param_3)
{
int iVar1;
int iVar2;
void *pvVar3;
int4 local_3c;
int4 local_38;
int4 local_34;
iVar1 = TextLength(param_1);
iVar2 = TextLength(param_2);
pvVar3 = malloc((long)(iVar1 + iVar2 + 1));
for (local_34 = 0; local_38 = param_3, local_34 < par... | |
30,940 | mysql_stmt_internal_reset | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | static my_bool mysql_stmt_internal_reset(MYSQL_STMT *stmt, my_bool is_close)
{
MYSQL *mysql= stmt->mysql;
my_bool ret= 1;
unsigned int flags= MADB_RESET_LONGDATA | MADB_RESET_BUFFER | MADB_RESET_ERROR;
if (!mysql)
{
/* connection could be invalid, e.g. after mysql_stmt_close or failed reconnect
at... | O3 | c | mysql_stmt_internal_reset:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x38(%rdi), %r12
testq %r12, %r12
je 0x24698
movl %esi, %r15d
movq %rbx, %rdi
movl $0xb, %esi
callq 0x25230
movl %eax, %r14d
cmpq $0x0, 0x40(%rbx)
je 0x246ef
movl 0x50(%rbx), %eax... | mysql_stmt_internal_reset:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
mov r12, [rdi+38h]
test r12, r12
jz loc_24698
mov r15d, esi
mov rdi, rbx
mov esi, 0Bh
call madb_reset_stmt
mov r14d, eax
cmp qword ptr [rbx+... | long long mysql_stmt_internal_reset(long long a1, char a2)
{
long long v2; // r12
unsigned int v3; // r14d
unsigned int v4; // eax
long long v5; // rcx
int v6; // r13d
v2 = *(_QWORD *)(a1 + 56);
if ( v2 )
{
v3 = madb_reset_stmt(a1, 11LL);
if ( *(_QWORD *)(a1 + 64) )
{
v4 = *(_DWORD *... | mysql_stmt_internal_reset:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV R12,qword ptr [RDI + 0x38]
TEST R12,R12
JZ 0x00124698
MOV R15D,ESI
MOV RDI,RBX
MOV ESI,0xb
CALL 0x00125230
MOV R14D,EAX
CMP qword ptr [RBX + 0x40],0x0
JZ 0x001246ef
MOV EAX,dword ptr [RBX + 0x50]
MOV RC... |
int4 mysql_stmt_internal_reset(long param_1,char param_2)
{
long lVar1;
int4 uVar2;
int iVar3;
int4 uVar4;
lVar1 = *(long *)(param_1 + 0x38);
if (lVar1 == 0) {
*(int4 *)(param_1 + 0x108) = 0x7dd;
strncpy((char *)(param_1 + 0x30d),SQLSTATE_UNKNOWN,5);
*(int1 *)(param_1 + 0x312) = 0;
strn... | |
30,941 | mi_find_half_pos | eloqsql/storage/myisam/mi_write.c | uchar *_mi_find_half_pos(uint nod_flag, MI_KEYDEF *keyinfo, uchar *page,
uchar *key, uint *return_key_length,
uchar **after_key)
{
uint keys,length,key_ref_length;
uchar *end,*lastpos;
DBUG_ENTER("_mi_find_half_pos");
key_ref_length=2+nod_flag;
length=mi_getint(page)-key_ref_length;
page+=key_ref_l... | O0 | c | mi_find_half_pos:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movl %edi, -0xc(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movl -0xc(%rbp), %eax
addl $0x2, %eax
movl %eax, -0x44(%rbp)
movq -0x20(%rbp), %rax
movzbl 0x1(%rax), %eax
movzwl %ax, %eax... | _mi_find_half_pos:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_C], edi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov eax, [rbp+var_C]
add eax, 2
mov [rbp+var_44], eax
mov rax, [rbp+var_20]
movzx ea... | unsigned __int16 * mi_find_half_pos(
unsigned int a1,
long long a2,
unsigned __int16 *a3,
_BYTE *a4,
_DWORD *a5,
unsigned __int16 **a6)
{
unsigned __int16 *v7; // [rsp+8h] [rbp-58h]
char *v8; // [rsp+10h] [rbp-50h]
unsigned __int16 *v9; // [rsp+10h] [rbp-50h]
unsi... | _mi_find_half_pos:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV dword ptr [RBP + -0xc],EDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV EAX,dword ptr [RBP + -0xc]
ADD EAX,0x2
MOV dword ptr [RBP + -0x44],EAX
MOV... |
byte * _mi_find_half_pos(int param_1,long param_2,byte *param_3,int1 *param_4,uint *param_5,
int8 *param_6)
{
byte *pbVar1;
uint uVar2;
uint uVar3;
byte *pbVar4;
byte *local_28;
long local_20;
int local_14;
byte *local_10;
uVar2 = param_1 + 2;
uVar3 = ((uint)param_3[1] |... | |
30,942 | mi_new | eloqsql/storage/myisam/mi_page.c | my_off_t _mi_new(register MI_INFO *info, MI_KEYDEF *keyinfo, int level)
{
my_off_t pos;
uchar buff[8];
DBUG_ENTER("_mi_new");
if ((pos= info->s->state.key_del[keyinfo->block_size_index]) ==
HA_OFFSET_ERROR)
{
if (info->state->key_file_length >=
info->s->base.max_key_file_length - keyinfo->block_le... | O3 | c | mi_new:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x18, %rsp
movl %edx, %ecx
movq %rsi, %r15
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x20(%rbp)
movq (%rdi), %rax
movq 0xa0(%rax), %rdx
movzwl 0x18(%rsi), %esi
movq (%rdx,%rsi,8), %rbx
cmpq $-0x1, %rbx
je 0x89198
movq 0x278(%rax), %rdi
movl... | _mi_new:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 18h
mov ecx, edx
mov r15, rsi
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_20], rax
mov rax, [rdi]
mov rdx, [rax+0A0h]
movzx esi, word ptr [rsi+18h]
mov rbx, [rdx+rsi*8]
cmp rbx, 0FFFFFFFFFFFFFFFFh
... | long long mi_new(_QWORD *a1, long long a2)
{
long long v3; // rax
const char *v4; // rsi
unsigned long long v5; // rbx
long long v6; // rcx
long long v7; // rdx
long long v8; // rax
unsigned long long v10; // [rsp+8h] [rbp-28h]
v3 = *a1;
v4 = (const char *)*(unsigned __int16 *)(a2 + 24);
v5 = *(_Q... | _mi_new:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV ECX,EDX
MOV R15,RSI
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RAX + 0xa0]
MOVZX ESI,word ptr [RSI + 0x18]
MOV RBX,qword ptr [RDX + RSI*0x8]
CMP RBX,-0x1
JZ 0x00189198
MOV RD... |
ulong _mi_new(long *param_1,long param_2,int4 param_3)
{
long lVar1;
int4 *puVar2;
ulong uVar3;
long in_FS_OFFSET;
ulong local_30;
long local_28;
local_28 = *(long *)(in_FS_OFFSET + 0x28);
lVar1 = *param_1;
uVar3 = *(ulong *)(*(long *)(lVar1 + 0xa0) + (ulong)*(ushort *)(param_2 + 0x18) * 8);
if... | |
30,943 | nglog::ReprintFatalMessage() | ng-log[P]ng-log/src/logging.cc | void ReprintFatalMessage() {
if (fatal_message[0]) {
const size_t n = strlen(fatal_message);
if (!FLAGS_logtostderr) {
// Also write to stderr (don't color to avoid terminal checks)
WriteToStderr(fatal_message, n);
}
LogDestination::LogToAllLogfiles(NGLOG_ERROR, fatal_time, fatal_message, ... | O3 | cpp | nglog::ReprintFatalMessage():
cmpb $0x0, 0x34f9e(%rip) # 0x40be0
je 0xbc7c
pushq %rbx
leaq 0x34f94(%rip), %rdi # 0x40be0
callq 0x71f0
movq %rax, %rbx
leaq 0x25e1f(%rip), %rax # 0x31a7a
cmpb $0x0, (%rax)
je 0xbc7d
leaq 0x35079(%rip), %rsi # 0x40ce0
leaq 0x34f72(%rip), %rdx # 0x40be0
movl $0x2, %edi
m... | _ZN5nglog19ReprintFatalMessageEv:
cmp cs:_ZN5nglogL13fatal_messageE, 0; nglog::fatal_message
jz short locret_BC7C
push rbx
lea rdi, _ZN5nglogL13fatal_messageE; nglog::fatal_message
call _strlen
mov rbx, rax
lea rax, _ZN3fLB17FLAGS_logtostderrE; fLB::FLAGS_logtostderr
cmp byte ptr [rax], 0... | void nglog::ReprintFatalMessage(nglog *this)
{
long long v1; // rbx
if ( nglog::fatal_message )
{
v1 = strlen(&nglog::fatal_message);
if ( !fLB::FLAGS_logtostderr )
nglog::ReprintFatalMessage(v1);
nglog::LogDestination::LogToAllLogfiles(2LL, &nglog::fatal_time, &nglog::fatal_message, v1);
}
... | ReprintFatalMessage:
CMP byte ptr [0x00140be0],0x0
JZ 0x0010bc7c
PUSH RBX
LEA RDI,[0x140be0]
CALL 0x001071f0
MOV RBX,RAX
LEA RAX,[0x131a7a]
CMP byte ptr [RAX],0x0
JZ 0x0010bc7d
LAB_0010bc60:
LEA RSI,[0x140ce0]
LEA RDX,[0x140be0]
MOV EDI,0x2
MOV RCX,RBX
POP RBX
JMP 0x001115e8
LAB_0010bc7c:
RET
LAB_0010bc7d:
MOV RDI,RBX
... |
/* nglog::ReprintFatalMessage() */
void nglog::ReprintFatalMessage(void)
{
nglog *this;
if (fatal_message != '\0') {
this = (nglog *)strlen(&fatal_message);
if (fLB::FLAGS_logtostderr == '\0') {
ReprintFatalMessage(this);
}
LogDestination::LogToAllLogfiles(2,&fatal_time,&fatal_message,th... | |
30,944 | fmt::v10::detail::utf8_to_utf16::utf8_to_utf16(fmt::v10::basic_string_view<char>) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format-inl.h | FMT_FUNC detail::utf8_to_utf16::utf8_to_utf16(string_view s) {
for_each_codepoint(s, [this](uint32_t cp, string_view) {
if (cp == invalid_code_point) FMT_THROW(std::runtime_error("invalid utf8"));
if (cp <= 0xFFFF) {
buffer_.push_back(static_cast<wchar_t>(cp));
} else {
cp -= 0x10000;
bu... | O0 | c | fmt::v10::detail::utf8_to_utf16::utf8_to_utf16(fmt::v10::basic_string_view<char>):
subq $0x78, %rsp
movq %rsi, 0x68(%rsp)
movq %rdx, 0x70(%rsp)
movq %rdi, 0x60(%rsp)
movq 0x60(%rsp), %rax
movq %rax, 0x10(%rsp)
movq %rax, 0x8(%rsp)
leaq 0x5f(%rsp), %rdi
movq %rdi, 0x18(%rsp)
callq 0x142d0
movq 0x10(%rsp), %rdi
movq 0x18... | _ZN3fmt3v106detail13utf8_to_utf16C2ENS0_17basic_string_viewIcEE:
sub rsp, 78h
mov qword ptr [rsp+78h+var_10], rsi
mov qword ptr [rsp+78h+var_10+8], rdx
mov [rsp+78h+var_18], rdi
mov rax, [rsp+78h+var_18]
mov [rsp+78h+var_68], rax
mov [rsp+78h+var_70], rax
lea rdi, [rsp+78h+var_19]
mov ... | long long fmt::v10::detail::utf8_to_utf16::utf8_to_utf16(long long a1, long long a2, long long a3)
{
int v4; // [rsp+24h] [rbp-54h] BYREF
long long v5; // [rsp+28h] [rbp-50h]
__int128 v6; // [rsp+30h] [rbp-48h]
char v7; // [rsp+5Fh] [rbp-19h] BYREF
long long v8; // [rsp+60h] [rbp-18h]
__int128 v9; // [rsp+... | utf8_to_utf16:
SUB RSP,0x78
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x70],RDX
MOV qword ptr [RSP + 0x60],RDI
MOV RAX,qword ptr [RSP + 0x60]
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x8],RAX
LEA RDI,[RSP + 0x5f]
MOV qword ptr [RSP + 0x18],RDI
CALL 0x001142d0
MOV RDI,qword ptr [RSP + 0x10]
MOV RSI,... |
/* fmt::v10::detail::utf8_to_utf16::utf8_to_utf16(fmt::v10::basic_string_view<char>) */
void __thiscall
fmt::v10::detail::utf8_to_utf16::utf8_to_utf16
(utf8_to_utf16 *this,detail *param_2,int8 param_3)
{
wchar_t local_54;
utf8_to_utf16 *local_50;
int4 local_48;
int4 uStack_44;
int4 uStack_40;
i... | |
30,945 | nlohmann::json_abi_v3_11_3::detail::lexer<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::vecto... | hkr04[P]cpp-mcp/common/json.hpp | void reset() noexcept
{
token_buffer.clear();
token_string.clear();
token_string.push_back(char_traits<char_type>::to_char_type(current));
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<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::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE5resetEv:
push rax
mov rax, rdi
mov qword ptr [rdi+58h], ... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> nlohmann::json_abi_v3_11_3::detail::lexer<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>,nlohm... | reset:
PUSH RAX
MOV RAX,RDI
MOV qword ptr [RDI + 0x58],0x0
MOV RCX,qword ptr [RDI + 0x50]
MOV byte ptr [RCX],0x0
ADD RDI,0x38
MOV RCX,qword ptr [RAX + 0x38]
CMP qword ptr [RAX + 0x40],RCX
JZ 0x00148023
MOV qword ptr [RAX + 0x40],RCX
LAB_00148023:
MOV AL,byte ptr [RAX + 0x14]
LEA RSI,[RSP + 0x7]
MOV byte ptr [RSI],AL
LA... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<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... | |
30,946 | my_default_csname | eloqsql/mysys/charset.c | const char* my_default_csname()
{
const char* csname = NULL;
#ifdef _WIN32
char cpbuf[64];
int cp = GetConsoleCP();
if (cp == 0)
cp = GetACP();
snprintf(cpbuf, sizeof(cpbuf), "cp%d", (int)cp);
csname = my_os_charset_to_mysql_charset(cpbuf);
#elif defined(HAVE_SETLOCALE) && defined(HAVE_NL_LANGINFO)
if... | O0 | c | my_default_csname:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq $0x0, -0x8(%rbp)
xorl %edi, %edi
leaq 0x72e29(%rip), %rsi # 0xe1072
callq 0x28300
cmpq $0x0, %rax
je 0x6e275
movl $0xe, %edi
callq 0x28360
movq %rax, -0x8(%rbp)
cmpq $0x0, %rax
je 0x6e275
movq -0x8(%rbp), %rdi
callq 0x6e2a0
movq %rax, -0x8(%rbp)
cm... | my_default_csname:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], 0
xor edi, edi
lea rsi, asc_E106E+4; ""
call _setlocale
cmp rax, 0
jz short loc_6E275
mov edi, 0Eh
call _nl_langinfo
mov [rbp+var_8], rax
cmp rax, 0
jz short loc_6E275
mov rdi, [rbp+var_8]
c... | const char *my_default_csname()
{
long long v2; // [rsp+8h] [rbp-8h]
v2 = 0LL;
if ( setlocale(0LL, "") )
{
v2 = nl_langinfo(14LL);
if ( v2 )
v2 = my_os_charset_to_mysql_charset(v2);
}
if ( v2 )
return (const char *)v2;
else
return "latin1";
}
| my_default_csname:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],0x0
XOR EDI,EDI
LEA RSI,[0x1e1072]
CALL 0x00128300
CMP RAX,0x0
JZ 0x0016e275
MOV EDI,0xe
CALL 0x00128360
MOV qword ptr [RBP + -0x8],RAX
CMP RAX,0x0
JZ 0x0016e275
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x0016e2a0
MOV qword ptr [RBP + -0x8],RAX
... |
char * my_default_csname(void)
{
char *pcVar1;
char *local_18;
char *local_10;
local_10 = (char *)0x0;
pcVar1 = setlocale(0,"");
if (pcVar1 != (char *)0x0) {
local_10 = nl_langinfo(0xe);
if (local_10 != (char *)0x0) {
local_10 = (char *)my_os_charset_to_mysql_charset(local_10);
}
}
... | |
30,947 | mbedtls_ecp_gen_privkey | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/ecp.c | mbedtls_ecp_curve_type mbedtls_ecp_get_type(const mbedtls_ecp_group *grp)
{
if (grp->G.X.p == NULL) {
return MBEDTLS_ECP_TYPE_NONE;
}
if (grp->G.Y.p == NULL) {
return MBEDTLS_ECP_TYPE_MONTGOMERY;
} else {
return MBEDTLS_ECP_TYPE_SHORT_WEIERSTRASS;
}
} | O3 | c | mbedtls_ecp_gen_privkey:
pushq %r15
pushq %r14
pushq %rbx
cmpq $0x0, 0x60(%rdi)
je 0x85e82
movq %rcx, %r8
movq %rdx, %rcx
movq %rsi, %rbx
movq %rdi, %rdx
cmpq $0x0, 0x78(%rdi)
je 0x85e8c
addq $0x98, %rdx
movl $0x1, %esi
movq %rbx, %rdi
callq 0x80f83
movl %eax, %ecx
cmpl $-0xe, %eax
movl $0xffffb300, %eax # imm = ... | mbedtls_ecp_gen_privkey:
push r15
push r14
push rbx
cmp qword ptr [rdi+60h], 0
jz short loc_85E82
mov r8, rcx
mov rcx, rdx
mov rbx, rsi
mov rdx, rdi
cmp qword ptr [rdi+78h], 0
jz short loc_85E8C
add rdx, 98h
mov esi, 1
mov rdi, rbx
call mbedtls_mpi_random
mov ... | long long mbedtls_ecp_gen_privkey(
_QWORD *a1,
long long a2,
long long ( *a3)(long long, unsigned long long, unsigned long long),
long long a4)
{
unsigned int v4; // ecx
long long result; // rax
unsigned long long v6; // r14
unsigned long long v7; // r15
if ( !a1[12] )
re... | mbedtls_ecp_gen_privkey:
PUSH R15
PUSH R14
PUSH RBX
CMP qword ptr [RDI + 0x60],0x0
JZ 0x00185e82
MOV R8,RCX
MOV RCX,RDX
MOV RBX,RSI
MOV RDX,RDI
CMP qword ptr [RDI + 0x78],0x0
JZ 0x00185e8c
ADD RDX,0x98
MOV ESI,0x1
MOV RDI,RBX
CALL 0x00180f83
MOV ECX,EAX
CMP EAX,-0xe
MOV EAX,0xffffb300
CMOVNZ EAX,ECX
JMP 0x00185f22
LAB_... |
ulong mbedtls_ecp_gen_privkey(long param_1,int8 param_2,int8 param_3,int8 param_4)
{
ulong uVar1;
uint uVar2;
ulong uVar3;
long lVar4;
if (*(long *)(param_1 + 0x60) == 0) {
uVar3 = 0xffffb080;
}
else if (*(long *)(param_1 + 0x78) == 0) {
uVar1 = *(ulong *)(param_1 + 0xb8);
lVar4 = (uVar1 ... | |
30,948 | ggml_set_i32_1d | ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu.c | void ggml_set_i32_1d(const struct ggml_tensor * tensor, int i, int32_t value) {
if (!ggml_is_contiguous(tensor)) {
int64_t id[4] = { 0, 0, 0, 0 };
ggml_unravel_index(tensor, i, &id[0], &id[1], &id[2], &id[3]);
ggml_set_i32_nd(tensor, id[0], id[1], id[2], id[3], value);
return;
}
... | O3 | c | ggml_set_i32_1d:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movl %edx, %ebx
movl %esi, %ebp
movq %rdi, %r14
callq 0xa230
testb %al, %al
je 0xcb4d
movl (%r14), %eax
leal -0x18(%rax), %ecx
cmpl $0x6, %ecx
ja 0xcb9e
leaq 0x3b5ee(%rip), %rax # 0x48118
movslq (%rax,%rcx,4), %rcx
addq %rax, %rcx
jmpq *%... | ggml_set_i32_1d:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov ebx, edx
mov ebp, esi
mov r14, rdi
call _ggml_is_contiguous
test al, al
jz short loc_CB4D
mov eax, [r14]
lea ecx, [rax-18h]; switch 7 cases
cmp ecx, 6
ja short def_CB31; jumptable 000000000000CB... | long long ggml_set_i32_1d(int *a1, int a2, unsigned int a3, __m128 _XMM0)
{
int v7; // eax
long long result; // rax
unsigned int v16; // edx
unsigned int v19; // [rsp+0h] [rbp-48h] BYREF
unsigned int v20; // [rsp+8h] [rbp-40h] BYREF
unsigned int v21; // [rsp+10h] [rbp-38h] BYREF
_DWORD v22[12]; // [rsp+1... | ggml_set_i32_1d:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV EBX,EDX
MOV EBP,ESI
MOV R14,RDI
CALL 0x0010a230
TEST AL,AL
JZ 0x0010cb4d
MOV EAX,dword ptr [R14]
LEA ECX,[RAX + -0x18]
CMP ECX,0x6
JA 0x0010cb9e
LEA RAX,[0x148118]
MOVSXD RCX,dword ptr [RAX + RCX*0x4]
ADD RCX,RAX
switchD:
JMP RCX
caseD_18:
CMP qword ... |
void ggml_set_i32_1d(int *param_1,int param_2,int param_3)
{
int iVar1;
char cVar2;
char *pcVar3;
ushort uVar4;
int8 uVar5;
float fVar6;
int8 extraout_XMM0_Qa;
int1 auVar7 [16];
int1 extraout_var [56];
ulong local_48;
ulong uStack_40;
ulong uStack_38;
ulong auStack_30 [2];
int1 auVar8 [64]... | |
30,949 | my_dirend | eloqsql/mysys/my_lib.c | void my_dirend(MY_DIR *dir)
{
MY_DIR_HANDLE *dirh= (MY_DIR_HANDLE*) dir;
DBUG_ENTER("my_dirend");
if (dirh)
{
delete_dynamic(&dirh->array);
free_root(&dirh->root, MYF(0));
my_free(dirh);
}
DBUG_VOID_RETURN;
} | O0 | c | my_dirend:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x2da72
movq -0x10(%rbp), %rdi
addq $0x10, %rdi
callq 0x32710
movq -0x10(%rbp), %rdi
addq $0x38, %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0x3b9c0
movq -0x10(%rbp), %rdi
c... | my_dirend:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
cmp [rbp+var_10], 0
jz short loc_2DA72
mov rdi, [rbp+var_10]
add rdi, 10h
call delete_dynamic
mov rdi, [rbp+var_10]
add rdi, 38h ; '8'
xor eax, eax
mov ... | long long my_dirend(long long a1)
{
long long result; // rax
result = a1;
if ( a1 )
{
delete_dynamic(a1 + 16);
free_root(a1 + 56, 0LL);
return my_free(a1);
}
return result;
}
| my_dirend:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0012da72
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x10
CALL 0x00132710
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x38
XOR EAX,EAX
MOV ESI,EAX
CALL ... |
void my_dirend(long param_1)
{
if (param_1 != 0) {
delete_dynamic(param_1 + 0x10);
free_root(param_1 + 0x38,0);
my_free(param_1);
}
return;
}
| |
30,950 | LoadDirectoryFiles | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | FilePathList LoadDirectoryFiles(const char *dirPath)
{
FilePathList files = { 0 };
unsigned int fileCounter = 0;
struct dirent *entity;
DIR *dir = opendir(dirPath);
if (dir != NULL) // It's a directory
{
// SCAN 1: Count files
while ((entity = readdir(dir)) != NULL)
{
... | O0 | c | LoadDirectoryFiles:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x18(%rbp)
leaq -0x10(%rbp), %rdi
xorl %esi, %esi
movl $0x10, %edx
callq 0xa2d0
movl $0x0, -0x1c(%rbp)
movq -0x18(%rbp), %rdi
callq 0xa810
movq %rax, -0x30(%rbp)
cmpq $0x0, -0x30(%rbp)
je 0xd180e
jmp 0xd173d
movq -0x30(%rbp), %rdi
callq 0xa860
... | LoadDirectoryFiles:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_18], rdi
lea rdi, [rbp+var_10]
xor esi, esi
mov edx, 10h
call _memset
mov [rbp+var_1C], 0
mov rdi, [rbp+var_18]
call _opendir
mov [rbp+var_30], rax
cmp [rbp+var_30], 0
jz loc_D180E
jmp short $+2... | long long LoadDirectoryFiles(long long a1)
{
int v1; // edx
int v2; // ecx
int v3; // r8d
int v4; // r9d
long long v5; // rax
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
unsigned int i; // [rsp+Ch] [rbp-34h]
long long v12; // [rsp+10h] [rbp-30h]
long long v13; // [rsp+18h] [rbp-... | LoadDirectoryFiles:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x18],RDI
LEA RDI,[RBP + -0x10]
XOR ESI,ESI
MOV EDX,0x10
CALL 0x0010a2d0
MOV dword ptr [RBP + -0x1c],0x0
MOV RDI,qword ptr [RBP + -0x18]
CALL 0x0010a810
MOV qword ptr [RBP + -0x30],RAX
CMP qword ptr [RBP + -0x30],0x0
JZ 0x001d180e
JMP 0x001d173... |
int1 [16] LoadDirectoryFiles(char *param_1)
{
int1 auVar1 [16];
int iVar2;
DIR *__dirp;
dirent *pdVar3;
void *pvVar4;
uint local_3c;
uint local_24;
uint local_18;
uint uStack_14;
void *local_10;
memset(&local_18,0,0x10);
local_24 = 0;
__dirp = opendir(param_1);
if (__dirp == (DIR *)0x0... | |
30,951 | LoadDirectoryFiles | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | FilePathList LoadDirectoryFiles(const char *dirPath)
{
FilePathList files = { 0 };
unsigned int fileCounter = 0;
struct dirent *entity;
DIR *dir = opendir(dirPath);
if (dir != NULL) // It's a directory
{
// SCAN 1: Count files
while ((entity = readdir(dir)) != NULL)
{
... | O1 | c | LoadDirectoryFiles:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)
callq 0x9810
testq %rax, %rax
je 0x7a3a1
movq %rax, %r14
movq %rax, %rdi
callq 0x9860
testq %rax, %rax
je 0x7a3aa
movq %rax, %r13
xorl %ebp, %ebp
leaq 0x6be5a(%r... | LoadDirectoryFiles:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
xorps xmm0, xmm0
movaps [rsp+48h+var_48], xmm0
call _opendir
test rax, rax
jz short loc_7A3A1
mov r14, rax
mov rdi, rax
call _readdir
test rax, rax
jz short loc_... | long long LoadDirectoryFiles(long long a1)
{
long long v1; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long v6; // r14
long long v7; // rax
long long v8; // r13
unsigned int v9; // ebp
long long v10; // r13
const char *v11; // rsi
long long v12; // rax
long long v1... | LoadDirectoryFiles:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
CALL 0x00109810
TEST RAX,RAX
JZ 0x0017a3a1
MOV R14,RAX
MOV RDI,RAX
CALL 0x00109860
TEST RAX,RAX
JZ 0x0017a3aa
MOV R13,RAX
XOR EBP,EBP
LEA R15,[0x1e61be]
LEA R12,[0x1e61bd]
LAB... |
int1 [16] LoadDirectoryFiles(char *param_1)
{
int1 auVar1 [16];
int iVar2;
DIR *__dirp;
dirent *pdVar3;
void *pvVar4;
void *pvVar5;
uint uVar6;
char *pcVar7;
ulong uVar8;
uint local_48;
uint uStack_44;
void *pvStack_40;
local_48 = 0;
uStack_44 = 0;
pvStack_40 = (void *)0x0;
__dirp ... | |
30,952 | LoadDirectoryFiles | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | FilePathList LoadDirectoryFiles(const char *dirPath)
{
FilePathList files = { 0 };
unsigned int fileCounter = 0;
struct dirent *entity;
DIR *dir = opendir(dirPath);
if (dir != NULL) // It's a directory
{
// SCAN 1: Count files
while ((entity = readdir(dir)) != NULL)
{
... | O2 | c | LoadDirectoryFiles:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)
callq 0x9800
testq %rax, %rax
je 0x63a91
movq %rax, %r14
xorl %ebp, %ebp
pushq $0x1
popq %r15
movq %r14, %rdi
callq 0x9850
testq %rax, %rax
je 0x63a31
cmpb $0x2e... | LoadDirectoryFiles:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
xorps xmm0, xmm0
movaps [rsp+48h+var_48], xmm0
call _opendir
test rax, rax
jz loc_63A91
mov r14, rax
xor ebp, ebp
push 1
pop r15
loc_639FD:
mov rdi, r14
call ... | long long LoadDirectoryFiles(long long a1)
{
long long v1; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long v6; // r14
unsigned int v7; // ebp
_BYTE *v8; // rax
int v9; // ecx
long long v10; // r15
long long i; // r13
const char *v12; // rsi
__int128 v14; // [rsp+0... | LoadDirectoryFiles:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
CALL 0x00109800
TEST RAX,RAX
JZ 0x00163a91
MOV R14,RAX
XOR EBP,EBP
PUSH 0x1
POP R15
LAB_001639fd:
MOV RDI,R14
CALL 0x00109850
TEST RAX,RAX
JZ 0x00163a31
CMP byte ptr [RAX + 0x... |
int1 [16] LoadDirectoryFiles(char *param_1)
{
int1 auVar1 [16];
DIR *__dirp;
dirent *pdVar2;
void *pvVar3;
void *pvVar4;
uint uVar5;
uint uVar6;
char *pcVar7;
ulong uVar8;
uint local_48;
uint uStack_44;
void *pvStack_40;
local_48 = 0;
uStack_44 = 0;
pvStack_40 = (void *)0x0;
__dirp... | |
30,953 | LoadDirectoryFiles | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | FilePathList LoadDirectoryFiles(const char *dirPath)
{
FilePathList files = { 0 };
unsigned int fileCounter = 0;
struct dirent *entity;
DIR *dir = opendir(dirPath);
if (dir != NULL) // It's a directory
{
// SCAN 1: Count files
while ((entity = readdir(dir)) != NULL)
{
... | O3 | c | LoadDirectoryFiles:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)
callq 0xa810
testq %rax, %rax
je 0x7600e
movq %rax, %r14
movq %rax, %rdi
callq 0xa860
xorl %ebp, %ebp
testq %rax, %rax
je 0x75fac
movl $0x1, %ecx
cmpb $0x2e, 0x1... | LoadDirectoryFiles:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
xorps xmm0, xmm0
movaps [rsp+48h+var_48], xmm0
call _opendir
test rax, rax
jz loc_7600E
mov r14, rax
mov rdi, rax
call _readdir
xor ebp, ebp
loc_75F7B:
test rax, ... | long long LoadDirectoryFiles(long long a1)
{
long long v1; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long v6; // r14
_BYTE *v7; // rax
unsigned int v8; // ebp
int v9; // ecx
long long v10; // rax
long long v11; // r15
long long i; // r13
const char *v13; // rsi
... | LoadDirectoryFiles:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
CALL 0x0010a810
TEST RAX,RAX
JZ 0x0017600e
MOV R14,RAX
MOV RDI,RAX
CALL 0x0010a860
XOR EBP,EBP
LAB_00175f7b:
TEST RAX,RAX
JZ 0x00175fac
MOV ECX,0x1
CMP byte ptr [RAX + 0x13],0... |
int1 [16] LoadDirectoryFiles(char *param_1)
{
int1 auVar1 [16];
DIR *__dirp;
dirent *pdVar2;
void *pvVar3;
void *pvVar4;
uint uVar5;
uint uVar6;
char *pcVar7;
ulong uVar8;
uint local_48;
uint uStack_44;
void *pvStack_40;
local_48 = 0;
uStack_44 = 0;
pvStack_40 = (void *)0x0;
__dirp... | |
30,954 | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | monkey531[P]llama/common/./json.hpp | static std::string hex_bytes(std::uint8_t byte)
{
std::string result = "FF";
constexpr const char* nibble_to_hex = "0123456789ABCDEF";
result[0] = nibble_to_hex[byte / 16];
result[1] = nibble_to_hex[byte % 16];
return result;
} | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE9hex_bytesEh:
push r14
push rbx
push rax
mov ebx, esi
mov r14, rdi
lea rsi, aInvalidStringS_0+41h; "FF"
lea ... | _QWORD * nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::hex_bytes(
_QWORD *a1,
... | hex_bytes:
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,ESI
MOV R14,RDI
LEA RSI,[0x1f4767]
LEA RDX,[RSP + 0x7]
CALL 0x0013bddc
MOV EAX,EBX
SHR EAX,0x4
LEA RCX,[0x1f3993]
MOV AL,byte ptr [RAX + RCX*0x1]
MOV RDX,qword ptr [R14]
MOV byte ptr [RDX],AL
AND EBX,0xf
MOV AL,byte ptr [RBX + RCX*0x1]
MOV RCX,qword ptr [R14]
MOV byte ptr [... |
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
30,955 | translog_set_lsn_for_files | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_set_lsn_for_files(uint32 from_file, uint32 to_file,
LSN lsn, my_bool is_locked)
{
uint32 file;
DBUG_ENTER("translog_set_lsn_for_files");
DBUG_PRINT("enter", ("From: %lu to: %lu lsn: " LSN_FMT " locked: %d",
(ulong) from_fi... | O3 | c | translog_set_lsn_for_files:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movl %ecx, %r12d
movq %rdx, %rbx
movl %esi, %r14d
movl %edi, %r15d
testb %r12b, %r12b
jne 0x6f83a
callq 0x68f5f
cmpl %r14d, 0xb99e4b(%rip) # 0xc0968c
jne 0x6f856
cmpq %rbx, 0xb99e86(%rip) ... | translog_set_lsn_for_files:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r12d, ecx
mov rbx, rdx
mov r14d, esi
mov r15d, edi
test r12b, r12b
jnz short loc_6F83A
call translog_lock
loc_6F83A:
cmp dword ptr cs:qword_C09688+4, r1... | char translog_set_lsn_for_files(unsigned int a1, long long a2, long long a3, char a4)
{
unsigned int v6; // r14d
unsigned int v7; // r15d
long long v8; // r12
long long v9; // rdx
long long v10; // rcx
int v11; // r8d
int v12; // r9d
int v14; // eax
unsigned int v15; // r12d
BOOL v16; // r13d
lon... | translog_set_lsn_for_files:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R12D,ECX
MOV RBX,RDX
MOV R14D,ESI
MOV R15D,EDI
TEST R12B,R12B
JNZ 0x0016f83a
CALL 0x00168f5f
LAB_0016f83a:
CMP dword ptr [0x00d0968c],R14D
JNZ 0x0016f856
CMP qword ptr [0x00d096d0],RBX
JGE 0x0016f853
MOV qword... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 translog_set_lsn_for_files(uint param_1,uint param_2,long param_3,char param_4)
{
char cVar1;
char cVar2;
int iVar3;
long lVar4;
int4 extraout_var;
int1 local_b8 [72];
long local_70 [7];
int local_34;
if (p... | |
30,956 | ImPlot::SetupAxisScale(int, double (*)(double, void*), double (*)(double, void*), void*) | zkingston[P]unknot/build_O1/_deps/implot-src/implot.cpp | void SetupAxisScale(ImAxis idx, ImPlotTransform fwd, ImPlotTransform inv, void* data) {
ImPlotContext& gp = *GImPlot;
IM_ASSERT_USER_ERROR(gp.CurrentPlot != nullptr && !gp.CurrentPlot->SetupLocked,
"Setup needs to be called after BeginPlot and before any setup locking functions (e.g. Plo... | O1 | cpp | ImPlot::SetupAxisScale(int, double (*)(double, void*), double (*)(double, void*), void*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r15
movl %edi, %ebp
movq 0x27e22a(%rip), %r12 # 0x336ca0
movq 0x50(%r12), %rax
testq %rax, %rax
je 0xb8a89
cmpb $0x1, 0x9de(%rax... | _ZN6ImPlot14SetupAxisScaleEiPFddPvES2_S0_:
push rbp
push r15
push r14
push r12
push rbx
mov rbx, rcx
mov r14, rdx
mov r15, rsi
mov ebp, edi
mov r12, cs:GImPlot
mov rax, [r12+50h]
test rax, rax
jz short loc_B8A89
cmp byte ptr [rax+9DEh], 1
jnz short loc_B8A95
loc_B8... | long long ImPlot::SetupAxisScale(
ImPlot *this,
const char *a2,
double (*a3)(double, void *),
double (*a4)(double, void *),
void *a5)
{
ImGui *v7; // r12
long long v8; // rax
long long result; // rax
long long v10; // rcx
long long v11; // r12
v7 = GImPlot;
v8 = *... | SetupAxisScale:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RCX
MOV R14,RDX
MOV R15,RSI
MOV EBP,EDI
MOV R12,qword ptr [0x00436ca0]
MOV RAX,qword ptr [R12 + 0x50]
TEST RAX,RAX
JZ 0x001b8a89
CMP byte ptr [RAX + 0x9de],0x1
JNZ 0x001b8a95
LAB_001b8a89:
LEA RDI,[0x394f44]
CALL 0x003161f4
LAB_001b8a95:
MOV RAX,qword... |
/* ImPlot::SetupAxisScale(int, double (*)(double, void*), double (*)(double, void*), void*) */
void ImPlot::SetupAxisScale
(int param_1,_func_double_double_void_ptr *param_2,
_func_double_double_void_ptr *param_3,void *param_4)
{
long lVar1;
lVar1 = GImPlot;
if ((*(long *)(GImP... | |
30,957 | mpvio_info | eloqsql/libmariadb/plugins/auth/my_auth.c | void mpvio_info(MARIADB_PVIO *pvio, MYSQL_PLUGIN_VIO_INFO *info)
{
memset(info, 0, sizeof(*info));
switch (pvio->type) {
case PVIO_TYPE_SOCKET:
info->protocol= MYSQL_VIO_TCP;
ma_pvio_get_handle(pvio, &info->socket);
return;
case PVIO_TYPE_UNIXSOCKET:
info->protocol= MYSQL_VIO_SOCKET;
ma_pvio... | O0 | c | mpvio_info:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq $0x0, (%rax)
movq -0x8(%rbp), %rax
movl 0x20(%rax), %eax
movl %eax, -0x14(%rbp)
testl %eax, %eax
je 0x3f852
jmp 0x3f82b
movl -0x14(%rbp), %eax
subl $0x1, %eax
jne 0x3f86f
jmp 0x3f835
movq -0x... | mpvio_info:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov qword ptr [rax], 0
mov rax, [rbp+var_8]
mov eax, [rax+20h]
mov [rbp+var_14], eax
test eax, eax
jz short loc_3F852
jmp short $+2
loc_3F82B:
mov eax, [... | char mpvio_info(long long a1, _QWORD *a2)
{
char result; // al
int v3; // [rsp+Ch] [rbp-14h]
*a2 = 0LL;
v3 = *(_DWORD *)(a1 + 32);
if ( v3 )
{
result = v3 - 1;
if ( v3 == 1 )
{
*(_DWORD *)a2 = 1;
return ma_pvio_get_handle(a1, (long long)a2 + 4);
}
}
else
{
*(_DWORD *)... | mpvio_info:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x20]
MOV dword ptr [RBP + -0x14],EAX
TEST EAX,EAX
JZ 0x0013f852
JMP 0x0013f82b
LAB_0013f82b:
MOV E... |
void mpvio_info(long param_1,int8 *param_2)
{
*param_2 = 0;
if (*(int *)(param_1 + 0x20) == 0) {
*(int4 *)param_2 = 2;
ma_pvio_get_handle(param_1,(long)param_2 + 4);
}
else if (*(int *)(param_1 + 0x20) == 1) {
*(int4 *)param_2 = 1;
ma_pvio_get_handle(param_1,(long)param_2 + 4);
}
return;
}... | |
30,958 | gguf_find_key | ngxson[P]ggml-easy/ggml/src/gguf.cpp | int64_t gguf_find_key(const struct gguf_context * ctx, const char * key) {
// return -1 if key not found
int64_t keyfound = -1;
const int64_t n_kv = gguf_get_n_kv(ctx);
for (int64_t i = 0; i < n_kv; ++i) {
if (strcmp(key, gguf_get_key(ctx, i)) == 0) {
keyfound = i;
brea... | O0 | cpp | gguf_find_key:
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movq $-0x1, 0x20(%rsp)
movq 0x30(%rsp), %rdi
callq 0x47ba0
movq %rax, 0x18(%rsp)
movq $0x0, 0x10(%rsp)
movq 0x10(%rsp), %rax
cmpq 0x18(%rsp), %rax
jge 0x8ed24
movq 0x28(%rsp), %rax
movq %rax, 0x8(%rsp)
movq 0x30(%rsp), %rdi
movq 0x10(%rsp), %rs... | gguf_find_key:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
mov [rsp+38h+var_18], 0FFFFFFFFFFFFFFFFh
mov rdi, [rsp+38h+var_8]
call _gguf_get_n_kv
mov [rsp+38h+var_20], rax
mov [rsp+38h+var_28], 0
loc_8ECCF:
mov rax, [rsp+38h+var_28]
cmp rax, [rsp+38h+var_20]
jge... | long long gguf_find_key(long long a1, long long a2)
{
long long key; // rax
long long i; // [rsp+10h] [rbp-28h]
long long n_kv; // [rsp+18h] [rbp-20h]
long long v6; // [rsp+20h] [rbp-18h]
v6 = -1LL;
n_kv = gguf_get_n_kv(a1);
for ( i = 0LL; i < n_kv; ++i )
{
key = gguf_get_key(a1, i);
if ( !(un... | gguf_find_key:
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x20],-0x1
MOV RDI,qword ptr [RSP + 0x30]
CALL 0x00147ba0
MOV qword ptr [RSP + 0x18],RAX
MOV qword ptr [RSP + 0x10],0x0
LAB_0018eccf:
MOV RAX,qword ptr [RSP + 0x10]
CMP RAX,qword ptr [RSP + 0x18]
JGE 0x0018ed2... |
long gguf_find_key(int8 param_1,char *param_2)
{
int iVar1;
long lVar2;
char *__s2;
long local_28;
lVar2 = gguf_get_n_kv(param_1);
local_28 = 0;
while( true ) {
if (lVar2 <= local_28) {
return -1;
}
__s2 = (char *)gguf_get_key(param_1,local_28);
iVar1 = strcmp(param_2,__s2);
... | |
30,959 | mi_ft_convert_to_ft2 | eloqsql/storage/myisam/ft_update.c | uint _mi_ft_convert_to_ft2(MI_INFO *info, uint keynr, uchar *key)
{
my_off_t root;
DYNAMIC_ARRAY *da=info->ft1_to_ft2;
MI_KEYDEF *keyinfo=&info->s->ft2_keyinfo;
uchar *key_ptr= (uchar*) dynamic_array_ptr(da, 0), *end;
uint length, key_length;
DBUG_ENTER("_mi_ft_convert_to_ft2");
/* we'll generate one pag... | O0 | c | mi_ft_convert_to_ft2:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x88(%rax), %rax
movq %rax, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
addq $0x1a8, %rax # imm = 0x1A8
movq %rax, -0x38(%rbp)
movq -0x30... | _mi_ft_convert_to_ft2:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax+88h]
mov [rbp+var_30], rax
mov rax, [rbp+var_10]
mov rax, [rax]
add rax, 1A8h
mov [rbp+var_38], rax
mov r... | long long mi_ft_convert_to_ft2(_QWORD *a1, unsigned int a2, unsigned __int8 *a3)
{
int v3; // eax
int v5; // [rsp+0h] [rbp-60h]
unsigned int v6; // [rsp+10h] [rbp-50h]
unsigned int v7; // [rsp+14h] [rbp-4Ch]
unsigned int v8; // [rsp+14h] [rbp-4Ch]
unsigned long long v9; // [rsp+18h] [rbp-48h]
long long v... | _mi_ft_convert_to_ft2:
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 RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x88]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
ADD RAX,0x1a8
MO... |
int4 _mi_ft_convert_to_ft2(long *param_1,uint param_2,byte *param_3)
{
long *plVar1;
long lVar2;
void *__src;
long lVar3;
long lVar4;
short sVar5;
int iVar6;
int iVar7;
long lVar8;
uint local_58;
uint local_54;
ulong local_48;
long local_30;
byte *local_28;
uint local_1c;
long *local_1... | |
30,960 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsign... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp | json_sax_dom_callback_parser(BasicJsonType& r,
parser_callback_t cb,
const bool allow_exceptions_ = true,
lexer_t* lexer_ = nullptr)
: root(r), callback(std::move(cb)), allow_exceptions(allow_exceptions_), m_lexer... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsign... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEEC2ERSF_St8functionIFbiNS1_13parse_event_tESO_EEbPNS1_5le... | long long nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_input... | json_sax_dom_callback_parser:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R12,R8
MOV EBP,ECX
MOV R14,RDI
MOV qword ptr [RDI],RSI
LEA RBX,[RDI + 0x20]
LEA R15,[RDI + 0x80]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x8],XMM0
MOVUPS xmmword ptr [RDI + 0x18],XMM0
MOVUPS xmmword ptr [RDI + 0x28],XMM0
... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, voi... | |
30,961 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsign... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp | json_sax_dom_callback_parser(BasicJsonType& r,
parser_callback_t cb,
const bool allow_exceptions_ = true,
lexer_t* lexer_ = nullptr)
: root(r), callback(std::move(cb)), allow_exceptions(allow_exceptions_), m_lexer... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsign... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEEC2ERSF_St8functionIFbiNS1_13parse_event_tESO_EEbPNS1_5le... | long long nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_input... | json_sax_dom_callback_parser:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBP,R8
MOV RBX,RDI
MOV qword ptr [RDI],RSI
LEA R14,[RDI + 0x20]
LEA RSI,[RDI + 0x80]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x80],XMM0
MOV qword ptr [RDI + 0x90],0x0
MOVUPS xmmword ptr [RDI + 0x8],XMM0
MOVUPS xmmword ptr... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, voi... | |
30,962 | ma_ft_cmp | eloqsql/storage/maria/ma_ft_update.c | int _ma_ft_cmp(MARIA_HA *info, uint keynr, const uchar *rec1, const uchar *rec2)
{
FT_SEG_ITERATOR ftsi1, ftsi2;
CHARSET_INFO *cs=info->s->keyinfo[keynr].seg->charset;
DBUG_ENTER("_ma_ft_cmp");
_ma_ft_segiterator_init(info, keynr, rec1, &ftsi1);
_ma_ft_segiterator_init(info, keynr, rec2, &ftsi2);
while (_... | O0 | c | ma_ft_cmp:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x570(%rax), %rax
movl -0x14(%rbp), %ecx
imulq $0x118, %rcx, %rcx # imm = 0x118
addq %rcx, %rax
movq 0xc0(%rax), %rax
movq... | _ma_ft_cmp:
push rbp
mov rbp, rsp
sub rsp, 80h
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]
mov rax, [rax+570h]
mov ecx, [rbp+var_14]
imul rcx, 118h
add rax, rcx
mov rax, [rax+0C0h]
mov ... | long long ma_ft_cmp(long long a1, unsigned int a2, long long a3, long long a4)
{
bool v5; // [rsp+Fh] [rbp-71h]
long long v6; // [rsp+10h] [rbp-70h]
_BYTE v7[4]; // [rsp+18h] [rbp-68h] BYREF
unsigned int v8; // [rsp+1Ch] [rbp-64h]
long long v9; // [rsp+30h] [rbp-50h]
_BYTE v10[4]; // [rsp+38h] [rbp-48h] BY... | _ma_ft_cmp:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
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]
MOV RAX,qword ptr [RAX + 0x570]
MOV ECX,dword ptr [RBP + -0x14]
IMUL RCX,RCX,0x118
ADD RAX... |
int4 _ma_ft_cmp(long *param_1,uint param_2,int8 param_3,int8 param_4)
{
int8 uVar1;
int iVar2;
bool bVar3;
int1 local_70 [4];
int4 local_6c;
long local_58;
int1 local_50 [4];
int4 local_4c;
long local_38;
int8 local_30;
int8 local_28;
uint local_1c;
long *local_18;
uVar1 = **(int8 **)(*... | |
30,963 | ftxui::ComponentBase::Add(std::shared_ptr<ftxui::ComponentBase>) | Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/component/component.cpp | void ComponentBase::Add(Component child) {
child->Detach();
child->parent_ = this;
children_.push_back(std::move(child));
} | O2 | cpp | ftxui::ComponentBase::Add(std::shared_ptr<ftxui::ComponentBase>):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq (%rsi), %rdi
callq 0x21b16
movq (%rbx), %rax
movq %r14, 0x20(%rax)
addq $0x8, %r14
movq %r14, %rdi
movq %rbx, %rsi
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x21e38
nop
| _ZN5ftxui13ComponentBase3AddESt10shared_ptrIS0_E:
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rdi, [rsi]; this
call _ZN5ftxui13ComponentBase6DetachEv; ftxui::ComponentBase::Detach(void)
mov rax, [rbx]
mov [rax+20h], r14
add r14, 8
mov rdi, r14
mov rsi, rbx
add ... | long long ftxui::ComponentBase::Add(long long a1, ftxui::ComponentBase **a2)
{
ftxui::ComponentBase::Detach(*a2);
*((_QWORD *)*a2 + 4) = a1;
return std::vector<std::shared_ptr<ftxui::ComponentBase>>::emplace_back<std::shared_ptr<ftxui::ComponentBase>>(
a1 + 8,
a2);
}
| Add:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RDI,qword ptr [RSI]
CALL 0x00121b16
MOV RAX,qword ptr [RBX]
MOV qword ptr [RAX + 0x20],R14
ADD R14,0x8
MOV RDI,R14
MOV RSI,RBX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x00121e38
|
/* ftxui::ComponentBase::Add(std::shared_ptr<ftxui::ComponentBase>) */
void __thiscall ftxui::ComponentBase::Add(ComponentBase *this,shared_ptr *param_2)
{
Detach(*(ComponentBase **)param_2);
*(ComponentBase **)(*(long *)param_2 + 0x20) = this;
std::
vector<std::shared_ptr<ftxui::ComponentBase>,std::allocato... | |
30,964 | fmt::v10::appender fmt::v10::detail::write_escaped_string<char, fmt::v10::appender>(fmt::v10::appender, fmt::v10::basic_string_view<char>) | AlayaLite/build_O3/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h | auto write_escaped_string(OutputIt out, basic_string_view<Char> str)
-> OutputIt {
*out++ = static_cast<Char>('"');
auto begin = str.begin(), end = str.end();
do {
auto escape = find_escape(begin, end);
out = copy_str<Char>(begin, escape.begin, out);
begin = escape.end;
if (!begin) break;
... | O3 | c | fmt::v10::appender fmt::v10::detail::write_escaped_string<char, fmt::v10::appender>(fmt::v10::appender, fmt::v10::basic_string_view<char>):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq 0x10(%rdi), %rax
leaq 0x1(%rax), %rsi
cmpq %rsi, 0x18(%rdi)
jae 0x... | _ZN3fmt3v106detail20write_escaped_stringIcNS0_8appenderEEET0_S4_NS0_17basic_string_viewIT_EE:
push r15
push r14
push r12
push rbx
sub rsp, 18h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov rax, [rdi+10h]
lea rsi, [rax+1]
cmp [rdi+18h], rsi
jnb short loc_4E008
mov rax, [rbx]
... | long long fmt::v10::detail::write_escaped_string<char,fmt::v10::appender>(
long long a1,
unsigned long long a2,
long long a3)
{
long long v5; // rbx
long long v6; // rax
long long v7; // rsi
long long v8; // rcx
unsigned __int8 *v9; // r14
long long v10; // rax
long long v11; // r... | write_escaped_string<char,fmt::v10::appender>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x10]
LEA RSI,[RAX + 0x1]
CMP qword ptr [RDI + 0x18],RSI
JNC 0x0014e008
MOV RAX,qword ptr [RBX]
MOV RDI,RBX
CALL qword ptr [RAX]
MOV RAX,qword ptr [RBX + 0x10]
LEA... |
/* fmt::v10::appender fmt::v10::detail::write_escaped_string<char,
fmt::v10::appender>(fmt::v10::appender, fmt::v10::basic_string_view<char>) */
buffer<char> * __thiscall
fmt::v10::detail::write_escaped_string<char,fmt::v10::appender>
(detail *this,detail *param_2,long param_3)
{
long lVar1;
ulong u... | |
30,965 | string_from[abi:cxx11](bool) | monkey531[P]llama/common/common.cpp | std::string string_from(bool value) {
return value ? "true" : "false";
} | O1 | cpp | string_from[abi:cxx11](bool):
pushq %rbx
movq %rdi, %rbx
leaq 0x78d7f(%rip), %rcx # 0xea9da
leaq 0x7ba61(%rip), %rax # 0xed6c3
testl %esi, %esi
cmovneq %rcx, %rax
leaq 0x10(%rdi), %rcx
movq %rcx, (%rdi)
movl %esi, %edx
xorq $0x5, %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x21d38
movq %rbx, %rax
popq %rbx
retq
| _Z11string_fromB5cxx11b:
push rbx
mov rbx, rdi
lea rcx, aTrue; "true"
lea rax, aAdvancedOption+0ABh; "false"
test esi, esi
cmovnz rax, rcx
lea rcx, [rdi+10h]
mov [rdi], rcx
mov edx, esi
xor rdx, 5
add rdx, rax
mov rsi, rax
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIc... | _QWORD * string_from[abi:cxx11](_QWORD *a1, unsigned int a2)
{
char *v2; // rax
v2 = "false";
if ( a2 )
v2 = "true";
*a1 = a1 + 2;
std::string::_M_construct<char const*>(a1, v2, (long long)&v2[a2 ^ 5LL]);
return a1;
}
| |||
30,966 | string_from[abi:cxx11](bool) | monkey531[P]llama/common/common.cpp | std::string string_from(bool value) {
return value ? "true" : "false";
} | O2 | cpp | string_from[abi:cxx11](bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2a8, %rsp # imm = 0x2A8
leaq 0x58(%rsp), %rax
movq %rax, -0x30(%rax)
movq $0x1, -0x28(%rax)
xorps %xmm0, %xmm0
movups %xmm0, -0x20(%rax)
movl $0x3f800000, -0x10(%rax) # imm = 0x3F800000
movups %xmm0, -0x8(... | _Z26cpu_get_num_physical_coresv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2A8h
lea rax, [rsp+2D8h+var_280]
mov [rax-30h], rax
mov qword ptr [rax-28h], 1
xorps xmm0, xmm0
movups xmmword ptr [rax-20h], xmm0
mov dword ptr [rax-10h], 3F800000h
movups xmmword p... | long long cpu_get_num_physical_cores(std::thread *a1)
{
unsigned long long v1; // rsi
unsigned int i; // r13d
_QWORD *v3; // rax
unsigned int v4; // ebx
unsigned int v5; // eax
_QWORD v7[2]; // [rsp+8h] [rbp-2D0h] BYREF
char v8; // [rsp+18h] [rbp-2C0h] BYREF
_QWORD v9[2]; // [rsp+28h] [rbp-2B0h] BYREF
... | cpu_get_num_physical_cores:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2a8
LEA RAX,[RSP + 0x58]
MOV qword ptr [RAX + -0x30],RAX
MOV qword ptr [RAX + -0x28],0x1
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX + -0x20],XMM0
MOV dword ptr [RAX + -0x10],0x3f800000
MOVUPS xmmword ptr [RAX + -0x8],XMM0
XOR ESI,E... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* cpu_get_num_physical_cores() */
ulong cpu_get_num_physical_cores(void)
{
char cVar1;
uint uVar2;
istream *piVar3;
ulong uVar4;
int1 *local_2d0;
int8 local_2c8;
int1 local_2c0 [16];
int8 *local_2b0;
int8 local_2a8;
int... | |
30,967 | write_hook_for_redo | eloqsql/storage/maria/ma_blockrec.c | my_bool write_hook_for_redo(enum translog_record_type type
__attribute__ ((unused)),
TRN *trn, MARIA_HA *tbl_info
__attribute__ ((unused)),
LSN *lsn, void *hook_arg
__attribute__ (... | O3 | c | write_hook_for_redo:
pushq %rbp
movq %rsp, %rbp
cmpq $0x0, 0x90(%rsi)
jne 0x4d2ec
movq (%rcx), %rax
movq %rax, 0x90(%rsi)
xorl %eax, %eax
popq %rbp
retq
| write_hook_for_redo:
push rbp
mov rbp, rsp
cmp qword ptr [rsi+90h], 0
jnz short loc_4D2EC
mov rax, [rcx]
mov [rsi+90h], rax
loc_4D2EC:
xor eax, eax
pop rbp
retn
| long long write_hook_for_redo(long long a1, long long a2, long long a3, _QWORD *a4)
{
if ( !*(_QWORD *)(a2 + 144) )
*(_QWORD *)(a2 + 144) = *a4;
return 0LL;
}
| write_hook_for_redo:
PUSH RBP
MOV RBP,RSP
CMP qword ptr [RSI + 0x90],0x0
JNZ 0x0014d2ec
MOV RAX,qword ptr [RCX]
MOV qword ptr [RSI + 0x90],RAX
LAB_0014d2ec:
XOR EAX,EAX
POP RBP
RET
|
int8
write_hook_for_redo(int8 param_1,long param_2,int8 param_3,int8 *param_4)
{
if (*(long *)(param_2 + 0x90) == 0) {
*(int8 *)(param_2 + 0x90) = *param_4;
}
return 0;
}
| |
30,968 | ma_zlib_ctx_init | eloqsql/libmariadb/plugins/compress/c_zlib.c | static ma_compress_ctx *ma_zlib_ctx_init(int compression_level)
{
ma_compress_ctx *ctx;
if (!(ctx = (ma_compress_ctx *)calloc(1, sizeof(ma_compress_ctx))))
return NULL;
ctx->compression_level= (compression_level == COMPRESSION_LEVEL_DEFAULT) ?
Z_DEFAULT_COMPRESSION : compression_le... | O3 | c | ma_zlib_ctx_init:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movl %edi, %ebx
movl $0x1, %edi
movl $0x20, %esi
callq 0x132e0
testq %rax, %rax
je 0x322a6
cmpl $0x7fffffff, %ebx # imm = 0x7FFFFFFF
movl $0xffffffff, %ecx # imm = 0xFFFFFFFF
cmovnel %ebx, %ecx
movl %ecx, 0x10(%rax)
addq $0x8, %rsp
popq %rbx... | ma_zlib_ctx_init:
push rbp
mov rbp, rsp
push rbx
push rax
mov ebx, edi
mov edi, 1
mov esi, 20h ; ' '
call _calloc
test rax, rax
jz short loc_322A6
cmp ebx, 7FFFFFFFh
mov ecx, 0FFFFFFFFh
cmovnz ecx, ebx
mov [rax+10h], ecx
loc_322A6:
add rsp, 8
pop rbx
pop rbp
... | long long ma_zlib_ctx_init(int a1)
{
long long result; // rax
int v2; // ecx
result = calloc(1LL, 32LL);
if ( result )
{
v2 = -1;
if ( a1 != 0x7FFFFFFF )
v2 = a1;
*(_DWORD *)(result + 16) = v2;
}
return result;
}
| ma_zlib_ctx_init:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV EBX,EDI
MOV EDI,0x1
MOV ESI,0x20
CALL 0x001132e0
TEST RAX,RAX
JZ 0x001322a6
CMP EBX,0x7fffffff
MOV ECX,0xffffffff
CMOVNZ ECX,EBX
MOV dword ptr [RAX + 0x10],ECX
LAB_001322a6:
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void ma_zlib_ctx_init(int param_1)
{
void *pvVar1;
int iVar2;
pvVar1 = calloc(1,0x20);
if (pvVar1 != (void *)0x0) {
iVar2 = -1;
if (param_1 != 0x7fffffff) {
iVar2 = param_1;
}
*(int *)((long)pvVar1 + 0x10) = iVar2;
}
return;
}
| |
30,969 | google::protobuf::FileDescriptorTables::FindFieldByLowercaseName(void const*, google::protobuf::stringpiece_internal::StringPiece) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | inline const FieldDescriptor* FileDescriptorTables::FindFieldByLowercaseName(
const void* parent, StringPiece lowercase_name) const {
internal::call_once(
fields_by_lowercase_name_once_,
&FileDescriptorTables::FieldsByLowercaseNamesLazyInitStatic, this);
return FindPtrOrNull(
*fields_by_lowerc... | O0 | cpp | google::protobuf::FileDescriptorTables::FindFieldByLowercaseName(void const*, google::protobuf::stringpiece_internal::StringPiece) const:
subq $0x58, %rsp
movq %rdx, 0x48(%rsp)
movq %rcx, 0x50(%rsp)
movq %rdi, 0x40(%rsp)
movq %rsi, 0x38(%rsp)
movq 0x40(%rsp), %rax
movq %rax, (%rsp)
movq %rax, %rdi
addq $0x38, %rdi
leaq... | _ZNK6google8protobuf20FileDescriptorTables24FindFieldByLowercaseNameEPKvNS0_20stringpiece_internal11StringPieceE:
sub rsp, 58h
mov [rsp+58h+var_10], rdx
mov [rsp+58h+var_8], rcx
mov [rsp+58h+var_18], rdi
mov [rsp+58h+var_20], rsi
mov rax, [rsp+58h+var_18]
mov [rsp+58h+var_58], rax
mov rd... | long long google::protobuf::FileDescriptorTables::FindFieldByLowercaseName(
long long a1,
long long a2,
long long a3,
long long a4)
{
long long v5; // [rsp+8h] [rbp-50h]
_BYTE v6[24]; // [rsp+10h] [rbp-48h] BYREF
long long v7; // [rsp+28h] [rbp-30h] BYREF
google::protobuf::FileD... | FindFieldByLowercaseName:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDX
MOV qword ptr [RSP + 0x50],RCX
MOV qword ptr [RSP + 0x40],RDI
MOV qword ptr [RSP + 0x38],RSI
MOV RAX,qword ptr [RSP + 0x40]
MOV qword ptr [RSP],RAX
MOV RDI,RAX
ADD RDI,0x38
LEA RCX,[0x133630]
MOV qword ptr [RSP + 0x30],RCX
MOV qword ptr [RSP + 0x28],... |
/* google::protobuf::FileDescriptorTables::FindFieldByLowercaseName(void const*,
google::protobuf::stringpiece_internal::StringPiece) const */
void google::protobuf::FileDescriptorTables::FindFieldByLowercaseName
(FileDescriptorTables *param_1,int8 param_2,int8 param_3,
int8 param_4)
... | |
30,970 | cxxopts::values::abstract_value<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::get_implicit_value() const | shubhamoy[P]dir2txt/include/cxxopts.hpp | std::string
get_implicit_value() const override
{
return m_implicit_value;
} | O1 | cpp | cxxopts::values::abstract_value<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::get_implicit_value() const:
pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
movq 0x58(%rsi), %rax
movq 0x60(%rsi), %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x9eca
movq %rbx, %rax
popq %r... | _ZNK7cxxopts6values14abstract_valueINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE18get_implicit_valueEv:
push rbx
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
mov rax, [rsi+58h]
mov rdx, [rsi+60h]
add rdx, rax
mov rsi, rax
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcES... | long long * cxxopts::values::abstract_value<std::string>::get_implicit_value(long long *a1, long long a2)
{
*a1 = (long long)(a1 + 2);
std::string::_M_construct<char *>(a1, *(_BYTE **)(a2 + 88), *(_QWORD *)(a2 + 88) + *(_QWORD *)(a2 + 96));
return a1;
}
| get_implicit_value:
PUSH RBX
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RSI + 0x58]
MOV RDX,qword ptr [RSI + 0x60]
ADD RDX,RAX
MOV RSI,RAX
CALL 0x00109eca
MOV RAX,RBX
POP RBX
RET
|
/* cxxopts::values::abstract_value<std::__cxx11::string >::get_implicit_value() const */
void cxxopts::values::abstract_value<std::__cxx11::string>::get_implicit_value(void)
{
long in_RSI;
long *in_RDI;
*in_RDI = (long)(in_RDI + 2);
std::__cxx11::string::_M_construct<char*>
(in_RDI,*(long *)(i... | |
30,971 | cxxopts::values::abstract_value<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::get_implicit_value() const | shubhamoy[P]dir2txt/include/cxxopts.hpp | std::string
get_implicit_value() const override
{
return m_implicit_value;
} | O3 | cpp | cxxopts::values::abstract_value<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::get_implicit_value() const:
pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
movq 0x58(%rsi), %rax
movq 0x60(%rsi), %rdx
addq %rax, %rdx
movq %rax, %rsi
callq 0x9ed8
movq %rbx, %rax
popq %r... | _ZNK7cxxopts6values14abstract_valueIbE18get_implicit_valueB5cxx11Ev:
push rbx
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
mov rax, [rsi+58h]
mov rdx, [rsi+60h]
add rdx, rax
mov rsi, rax
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_it... | _QWORD * cxxopts::values::abstract_value<bool>::get_implicit_value[abi:cxx11](_QWORD *a1, long long a2)
{
*a1 = a1 + 2;
std::string::_M_construct<char *>(a1, *(_BYTE **)(a2 + 88), *(_QWORD *)(a2 + 88) + *(_QWORD *)(a2 + 96));
return a1;
}
| get_implicit_value[abi:cxx11]:
PUSH RBX
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RSI + 0x58]
MOV RDX,qword ptr [RSI + 0x60]
ADD RDX,RAX
MOV RSI,RAX
CALL 0x00109ed8
MOV RAX,RBX
POP RBX
RET
|
/* cxxopts::values::abstract_value<bool>::get_implicit_value[abi:cxx11]() const */
void cxxopts::values::abstract_value<bool>::get_implicit_value_abi_cxx11_(void)
{
long in_RSI;
long *in_RDI;
*in_RDI = (long)(in_RDI + 2);
std::__cxx11::string::_M_construct<char*>
(in_RDI,*(long *)(in_RSI + 0x5... | |
30,972 | write_hook_for_undo_key_insert | eloqsql/storage/maria/ma_key_recover.c | my_bool write_hook_for_undo_key_insert(enum translog_record_type type,
TRN *trn, MARIA_HA *tbl_info,
LSN *lsn, void *hook_arg)
{
struct st_msg_to_write_hook_for_undo_key *msg=
(struct st_msg_to_write_hook_for_undo_key *) hook_arg;
MAR... | O0 | c | write_hook_for_undo_key_insert:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x28(%rbp), %rax
movq %rax, -0x30(%rbp)
movq -0x18(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x38(%rbp)
movq -0x30(%rbp), %ra... | write_hook_for_undo_key_insert:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov rax, [rbp+var_28]
mov [rbp+var_30], rax
mov rax, [rbp+var_18]
mov rax, [rax]
mov [rbp+var_... | long long write_hook_for_undo_key_insert(unsigned int a1, long long a2, long long *a3, long long a4, long long a5)
{
long long v5; // rcx
long long v7; // [rsp+8h] [rbp-38h]
v7 = *a3;
if ( *(_QWORD *)(a5 + 24) )
{
if ( *(_QWORD *)(v7 + 216) >= *(_QWORD *)(a5 + 24) )
{
if ( *(_QWORD *)(a5 + 24)... | write_hook_for_undo_key_insert:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x18]
... |
void write_hook_for_undo_key_insert
(int4 param_1,int8 param_2,long *param_3,int8 param_4,long param_5)
{
long lVar1;
lVar1 = *param_3;
if (*(long *)(param_5 + 0x18) != 0) {
if (*(ulong *)(lVar1 + 0xd8) < *(ulong *)(param_5 + 0x18)) {
*(long *)(lVar1 + 0x610) = *(long *)(lVar1 + 0xd8... | |
30,973 | ggml_thread_apply_affinity | ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu.c | static bool ggml_thread_apply_affinity(const bool * mask) {
cpu_set_t cpuset;
int err;
CPU_ZERO(&cpuset);
for (uint32_t i = 0; i < GGML_MAX_N_THREADS; i++) {
if (mask[i]) {
GGML_PRINT_DEBUG("Thread %lx: adding %d to cpuset\n", pthread_self(), i);
CPU_SET(i, &cpuset);
... | O1 | c | ggml_thread_apply_affinity:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x80, %rsp
movq %rdi, %rbx
vxorps %xmm0, %xmm0, %xmm0
vmovups %ymm0, 0x60(%rsp)
vmovups %ymm0, 0x40(%rsp)
vmovups %ymm0, 0x20(%rsp)
vmovups %ymm0, (%rsp)
xorl %eax, %eax
movl $0x1, %ecx
cmpb $0x1, (%rbx,%rax)
jne 0x1053b
shlxq %rax, %rcx, %rdx
movq %rax... | ggml_thread_apply_affinity:
push rbp
push r14
push rbx
sub rsp, 80h
mov rbx, rdi
vxorps xmm0, xmm0, xmm0
vmovups [rsp+98h+var_38], ymm0
vmovups [rsp+98h+var_58], ymm0
vmovups [rsp+98h+var_78], ymm0
vmovups [rsp+98h+var_98], ymm0
xor eax, eax
mov ecx, 1
loc_10525:
cmp byte ptr [rbx+rax], 1
... | long long ggml_thread_apply_affinity(
long long a1,
unsigned long long a2,
long long a3,
__m128 _XMM0,
long long a5,
long long a6,
long long a7)
{
unsigned long long i; // rax
long long v10; // rax
long long result; // rax
int v12; // ebp
long long v13;... | ggml_thread_apply_affinity:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x80
MOV RBX,RDI
VXORPS XMM0,XMM0,XMM0
VMOVUPS ymmword ptr [RSP + 0x60],YMM0
VMOVUPS ymmword ptr [RSP + 0x40],YMM0
VMOVUPS ymmword ptr [RSP + 0x20],YMM0
VMOVUPS ymmword ptr [RSP],YMM0
XOR EAX,EAX
MOV ECX,0x1
LAB_00110525:
CMP byte ptr [RBX + RAX*0x1],0x1
JN... |
void ggml_thread_apply_affinity(long param_1)
{
FILE *__stream;
uint __errnum;
ulong uVar1;
pthread_t __th;
char *pcVar2;
int1 auVar3 [16];
int1 local_98 [64];
int1 local_58 [32];
int1 local_38 [32];
auVar3 = ZEXT816(0) << 0x40;
local_58 = ZEXT1632(auVar3);
local_98._32_32_ = ZEXT1632(auVar... | |
30,974 | virtual thunk to nglog::NullStream::~NullStream() | ng-log[P]ng-log/src/ng-log/logging.h | class NGLOG_EXPORT NullStream : public LogMessage::LogStream {
public:
// Initialize the LogStream so the messages can be written somewhere
// (they'll never be actually displayed). This will be needed if a
// NullStream& is implicitly converted to LogStream&, in which case
// the overloaded NullStream::operat... | O0 | c | virtual thunk to nglog::NullStream::~NullStream():
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq (%rdi), %rax
movq -0x18(%rax), %rax
addq %rax, %rdi
popq %rbp
jmp 0x1b1e0
nopl (%rax)
| _ZTv0_n24_N5nglog10NullStreamD0Ev:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
mov rax, [rdi]
mov rax, [rax-18h]
add rdi, rax; this
pop rbp
jmp _ZN5nglog10NullStreamD0Ev; nglog::NullStream::~NullStream()
| void `virtual thunk to'nglog::NullStream::~NullStream(nglog::NullStream *this)
{
nglog::NullStream::~NullStream((nglog::NullStream *)((char *)this + *(_QWORD *)(*(_QWORD *)this - 24LL)));
}
| ~NullStream:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + -0x18]
ADD RDI,RAX
POP RBP
JMP 0x0011b1e0
|
/* virtual thunk to nglog::NullStream::~NullStream() */
void __thiscall nglog::NullStream::~NullStream(NullStream *this)
{
~NullStream(this + *(long *)(*(long *)this + -0x18));
return;
}
| |
30,975 | virtual thunk to nglog::NullStream::~NullStream() | ng-log[P]ng-log/src/ng-log/logging.h | class NGLOG_EXPORT NullStream : public LogMessage::LogStream {
public:
// Initialize the LogStream so the messages can be written somewhere
// (they'll never be actually displayed). This will be needed if a
// NullStream& is implicitly converted to LogStream&, in which case
// the overloaded NullStream::operat... | O1 | c | virtual thunk to nglog::NullStream::~NullStream():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x1d212(%rip), %rax # 0x2e898
leaq 0x18(%rax), %rcx
movq %rcx, (%rdi)
leaq 0x60(%rdi), %r14
addq $0x40, %rax
movq %rax, 0x60(%rdi)
movq 0x1d898(%rip), %rax # 0x2ef38
addq $0x10, %rax
movq %rax, 0x8(%rdi)
add... | _ZN5nglog10NullStreamD0Ev:
push r14
push rbx
push rax
mov rbx, rdi
lea rax, _ZTCN5nglog10NullStreamE0_NS_10LogMessage9LogStreamE; `construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream
lea rcx, [rax+18h]
mov [rdi], rcx
lea r14, [rdi+60h]
add rax, 40h ; '@'
mov [r... | void nglog::NullStream::~NullStream(nglog::NullStream *this)
{
*(_QWORD *)this = (char *)&`construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream + 24;
*((_QWORD *)this + 12) = (char *)&`construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream + 64;
*((_QWORD *)this + 1) = (ch... | ~NullStream:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[0x12e898]
LEA RCX,[RAX + 0x18]
MOV qword ptr [RDI],RCX
LEA R14,[RDI + 0x60]
ADD RAX,0x40
MOV qword ptr [RDI + 0x60],RAX
MOV RAX,qword ptr [0x0012ef38]
ADD RAX,0x10
MOV qword ptr [RDI + 0x8],RAX
ADD RDI,0x40
CALL 0x00107760
MOV RDI,R14
CALL 0x00107160
MOV ESI,... |
/* nglog::NullStream::~NullStream() */
void __thiscall nglog::NullStream::~NullStream(NullStream *this)
{
*(int8 *)this = 0x12e8b0;
*(int8 *)(this + 0x60) = 0x12e8d8;
*(int **)(this + 8) = PTR_vtable_0012ef38 + 0x10;
std::locale::~locale((locale *)(this + 0x40));
std::ios_base::~ios_base((ios_base *)(this ... | |
30,976 | virtual thunk to nglog::NullStream::~NullStream() | ng-log[P]ng-log/src/ng-log/logging.h | class NGLOG_EXPORT NullStream : public LogMessage::LogStream {
public:
// Initialize the LogStream so the messages can be written somewhere
// (they'll never be actually displayed). This will be needed if a
// NullStream& is implicitly converted to LogStream&, in which case
// the overloaded NullStream::operat... | O2 | c | virtual thunk to nglog::NullStream::~NullStream():
movq (%rdi), %rax
addq -0x18(%rax), %rdi
jmp 0xec84
| _ZTv0_n24_N5nglog10NullStreamD1Ev:
mov rax, [rdi]
add rdi, [rax-18h]; this
jmp _ZN5nglog10NullStreamD1Ev; nglog::NullStream::~NullStream()
| void `virtual thunk to'nglog::NullStream::~NullStream(nglog::NullStream *this)
{
nglog::NullStream::~NullStream((nglog::NullStream *)((char *)this + *(_QWORD *)(*(_QWORD *)this - 24LL)));
}
| ~NullStream:
MOV RAX,qword ptr [RDI]
ADD RDI,qword ptr [RAX + -0x18]
JMP 0x0010ec84
|
/* virtual thunk to nglog::NullStream::~NullStream() */
void __thiscall nglog::NullStream::~NullStream(NullStream *this)
{
~NullStream(this + *(long *)(*(long *)this + -0x18));
return;
}
| |
30,977 | virtual thunk to nglog::NullStream::~NullStream() | ng-log[P]ng-log/src/ng-log/logging.h | class NGLOG_EXPORT NullStream : public LogMessage::LogStream {
public:
// Initialize the LogStream so the messages can be written somewhere
// (they'll never be actually displayed). This will be needed if a
// NullStream& is implicitly converted to LogStream&, in which case
// the overloaded NullStream::operat... | O3 | c | virtual thunk to nglog::NullStream::~NullStream():
pushq %r14
pushq %rbx
pushq %rax
movq (%rdi), %rax
movq -0x18(%rax), %rax
leaq (%rdi,%rax), %rbx
leaq 0x1d410(%rip), %rcx # 0x2e8d8
leaq 0x18(%rcx), %rdx
leaq (%rdi,%rax), %r14
addq $0x60, %r14
movq %rdx, -0x60(%r14)
addq $0x40, %rcx
movq %rcx, (%r14)
movq 0x1da52(... | _ZTv0_n24_N5nglog10NullStreamD0Ev:
push r14
push rbx
push rax
mov rax, [rdi]
mov rax, [rax-18h]
lea rbx, [rdi+rax]
lea rcx, _ZTCN5nglog10NullStreamE0_NS_10LogMessage9LogStreamE; `construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream
lea rdx, [rcx+18h]
lea r14, [rdi+r... | void `virtual thunk to'nglog::NullStream::~NullStream(nglog::NullStream *this)
{
_QWORD *v1; // rbx
v1 = (_QWORD *)((char *)this + *(_QWORD *)(*(_QWORD *)this - 24LL));
*v1 = (char *)&`construction vtable for'nglog::LogMessage::LogStream-in-nglog::NullStream + 24;
v1[12] = (char *)&`construction vtable for'ng... | ~NullStream:
PUSH R14
PUSH RBX
PUSH RAX
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + -0x18]
LEA RBX,[RDI + RAX*0x1]
LEA RCX,[0x12e8d8]
LEA RDX,[RCX + 0x18]
LEA R14,[RDI + RAX*0x1]
ADD R14,0x60
MOV qword ptr [R14 + -0x60],RDX
ADD RCX,0x40
MOV qword ptr [R14],RCX
MOV RCX,qword ptr [0x0012ef38]
ADD RCX,0x10
MOV qword ... |
/* virtual thunk to nglog::NullStream::~NullStream() */
void __thiscall nglog::NullStream::~NullStream(NullStream *this)
{
NullStream *pNVar1;
long lVar2;
lVar2 = *(long *)(*(long *)this + -0x18);
pNVar1 = this + lVar2;
*(int8 *)pNVar1 = 0x12e8f0;
*(int8 *)(pNVar1 + 0x60) = 0x12e918;
*(int **)(pNVar... | |
30,978 | my_casefold_ujis | eloqsql/strings/ctype-ujis.c | static size_t
my_casefold_ujis(CHARSET_INFO *cs,
const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)),
const uchar * const map,
size_t is_upper)
{
const char *srcend= src + srclen, *dst0= dst;
while (src < srcend)
{
... | O3 | c | my_casefold_ujis:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, -0x40(%rbp)
movq %rcx, %rbx
movq %rcx, -0x30(%rbp)
testq %rdx, %rdx
jle 0x83663
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %r13
addq %rsi, %r15
xorl %eax, %eax
testq %r9, %r9
sete %al
shll $0x2... | my_casefold_ujis:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], r8
mov rbx, rcx
mov [rbp+var_30], rcx
test rdx, rdx
jle loc_83663
mov r15, rdx
mov r12, rsi
mov r13, rdi
add r15, rsi
xor eax, eax
test ... | _BYTE * my_casefold_ujis(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
long long a6)
{
unsigned __int8 *v6; // rbx
unsigned __int8 *v7; // r12
unsigned long long v8; // r15
long long v9; // rax
long long v10; // rcx
long ... | my_casefold_ujis:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],R8
MOV RBX,RCX
MOV qword ptr [RBP + -0x30],RCX
TEST RDX,RDX
JLE 0x00183663
MOV R15,RDX
MOV R12,RSI
MOV R13,RDI
ADD R15,RSI
XOR EAX,EAX
TEST R9,R9
SETZ AL
SHL EAX,0x2
MOV qword ptr [RBP + -0x38],R... |
long my_casefold_ujis(long param_1,byte *param_2,long param_3,byte *param_4,long param_5,
long param_6)
{
byte *pbVar1;
byte bVar2;
uint uVar3;
int iVar4;
long lVar6;
byte *pbVar7;
byte *pbVar8;
ulong uVar5;
pbVar7 = param_4;
if (0 < param_3) {
pbVar8 = param_2 + param_... | |
30,979 | minja::ElifTemplateToken::~ElifTemplateToken() | monkey531[P]llama/common/minja.hpp | ElifTemplateToken(const Location & location, SpaceHandling pre, SpaceHandling post, std::shared_ptr<Expression> && c) : TemplateToken(Type::Elif, location, pre, post), condition(std::move(c)) {} | O1 | cpp | minja::ElifTemplateToken::~ElifTemplateToken():
pushq %rbx
movq %rdi, %rbx
leaq 0x9482d(%rip), %rax # 0x131b68
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x38(%rdi), %rdi
testq %rdi, %rdi
je 0x9d350
callq 0x71c94
leaq 0x93f91(%rip), %rax # 0x1312e8
addq $0x10, %rax
movq %rax, (%rbx)
movq 0x18(%rbx), %rdi
testq %rd... | _ZN5minja17ElifTemplateTokenD0Ev:
push rbx
mov rbx, rdi
lea rax, _ZTVN5minja17ElifTemplateTokenE; `vtable for'minja::ElifTemplateToken
add rax, 10h
mov [rdi], rax
mov rdi, [rdi+38h]
test rdi, rdi
jz short loc_9D350
call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_release... | void minja::ElifTemplateToken::~ElifTemplateToken(minja::ElifTemplateToken *this)
{
volatile signed __int32 *v2; // rdi
volatile signed __int32 *v3; // rdi
*(_QWORD *)this = &`vtable for'minja::ElifTemplateToken + 2;
v2 = (volatile signed __int32 *)*((_QWORD *)this + 7);
if ( v2 )
std::_Sp_counted_base<... | ~ElifTemplateToken:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x231b68]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x38]
TEST RDI,RDI
JZ 0x0019d350
CALL 0x00171c94
LAB_0019d350:
LEA RAX,[0x2312e8]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
MOV RDI,qword ptr [RBX + 0x18]
TEST RDI,RDI
JZ 0x0019d36c
CALL 0x00171c94
LAB_0... |
/* minja::ElifTemplateToken::~ElifTemplateToken() */
void __thiscall minja::ElifTemplateToken::~ElifTemplateToken(ElifTemplateToken *this)
{
*(int ***)this = &PTR__ElifTemplateToken_00231b78;
if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) !=
(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2... | |
30,980 | printSettings(Settings const&) | 666mxvbee[P]BattleShip/lib/Utils/PrintUtils.cpp | void printSettings(const Settings& settings) {
std::cout << "===== Current Settings =====\n"
<< "Mode: " << settings.getMode() << "\n"
<< "Width: " << settings.getWidth() << "\n"
<< "Height: " << settings.getHeight() << "\n"
<< "Ship Counts:\n";
for (auto&... | O0 | cpp | printSettings(Settings const&):
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x8(%rbp)
movq 0x1ee0a(%rip), %rdi # 0x5df90
leaq 0x2ab1(%rip), %rsi # 0x41c3e
callq 0x7380
movq %rax, %rdi
leaq 0x2ac0(%rip), %rsi # 0x41c5c
callq 0x7380
movq %rax, -0x80(%rbp)
movq -0x8(%rbp), %rsi
leaq -0x28(%rbp), ... | _Z13printSettingsRK8Settings:
push rbp
mov rbp, rsp
sub rsp, 0E0h
mov [rbp+var_8], rdi
mov rdi, cs:_ZSt4cout_ptr
lea rsi, aCurrentSetting; "===== Current Settings =====\n"
call __ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc; std::operator<<<std::char_traits<char>>(std::ostream &,char... | long long printSettings(const Settings *a1)
{
long long v1; // rax
long long v2; // rax
long long v3; // rax
long long v4; // rax
long long v5; // rax
long long v6; // rdi
const char *v7; // rsi
long long v8; // rax
long long v9; // rax
long long v10; // rdi
const char *v11; // rsi
long long v1... | printSettings:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [0x0015df90]
LEA RSI,[0x141c3e]
CALL 0x00107380
MOV RDI,RAX
LEA RSI,[0x141c5c]
CALL 0x00107380
MOV qword ptr [RBP + -0x80],RAX
MOV RSI,qword ptr [RBP + -0x8]
LEA RDI,[RBP + -0x28]
MOV qword ptr [RBP + -0x78],RDI
CALL 0x001... |
/* printSettings(Settings const&) */
void printSettings(Settings *param_1)
{
byte bVar1;
ostream *poVar2;
ulong uVar3;
pair *ppVar4;
type *ptVar5;
type *ptVar6;
char *pcVar7;
int8 local_58;
int8 local_50;
map<int,unsigned_long,std::less<int>,std::allocator<std::pair<int_const,unsigned_long>>> *lo... | |
30,981 | printSettings(Settings const&) | 666mxvbee[P]BattleShip/lib/Utils/PrintUtils.cpp | void printSettings(const Settings& settings) {
std::cout << "===== Current Settings =====\n"
<< "Mode: " << settings.getMode() << "\n"
<< "Width: " << settings.getWidth() << "\n"
<< "Height: " << settings.getHeight() << "\n"
<< "Ship Counts:\n";
for (auto&... | O1 | cpp | printSettings(Settings const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r15
movq 0xbef0(%rip), %rbx # 0x24fa0
leaq 0x2aec(%rip), %rsi # 0x1bba3
movl $0x1d, %edx
movq %rbx, %rdi
callq 0x5420
leaq 0x2af6(%rip), %rsi # 0x1bbc1
movl $0x6, %edx
movq %rbx,... | _Z13printSettingsRK8Settings:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r15, rdi
mov rbx, cs:_ZSt4cout_ptr
lea rsi, aCurrentSetting; "===== Current Settings =====\n"
mov edx, 1Dh
mov rdi, rbx
call __ZSt16__ostream_insertIcSt11char_traitsIcEERSt13... | long long printSettings(const Settings *this)
{
long long v1; // rbx
long long Width; // rax
long long v3; // rbx
long long Height; // rax
long long v5; // rbx
long long ShipCounts; // rax
long long v7; // r15
long long i; // r14
long long v9; // r13
long long v10; // rax
unsigned __int8 Start; /... | printSettings:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDI
MOV RBX,qword ptr [0x00124fa0]
LEA RSI,[0x11bba3]
MOV EDX,0x1d
MOV RDI,RBX
CALL 0x00105420
LEA RSI,[0x11bbc1]
MOV EDX,0x6
MOV RDI,RBX
CALL 0x00105420
LEA R14,[RSP + 0x8]
MOV RDI,R14
MOV RSI,R15
CALL 0x001062be
MOV RSI,qword pt... |
/* printSettings(Settings const&) */
void printSettings(Settings *param_1)
{
int *puVar1;
byte bVar2;
ostream *poVar3;
long lVar4;
_Rb_tree_node_base *p_Var5;
char *pcVar6;
char *pcVar7;
long *local_50;
long local_48;
long local_40 [2];
puVar1 = PTR_cout_00124fa0;
std::__ostream_insert<cha... | |
30,982 | printSettings(Settings const&) | 666mxvbee[P]BattleShip/lib/Utils/PrintUtils.cpp | void printSettings(const Settings& settings) {
std::cout << "===== Current Settings =====\n"
<< "Mode: " << settings.getMode() << "\n"
<< "Width: " << settings.getWidth() << "\n"
<< "Height: " << settings.getHeight() << "\n"
<< "Ship Counts:\n";
for (auto&... | O2 | cpp | printSettings(Settings const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r15
movq 0xeb64(%rip), %rdi # 0x24f98
leaq 0x2781(%rip), %rsi # 0x18bbc
callq 0x5360
leaq 0x2793(%rip), %rsi # 0x18bda
movq %rax, %rdi
callq 0x5360
movq %rax, %rbx
leaq 0x8(%rsp)... | _Z13printSettingsRK8Settings:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r15, rdi
mov rdi, cs:_ZSt4cout_ptr
lea rsi, aCurrentSetting; "===== Current Settings =====\n"
call __ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc; std::operator<<<std::char... | long long printSettings(const Settings *this)
{
long long v1; // rax
long long v2; // rbx
long long v3; // rax
long long v4; // rax
long long v5; // rbx
long long Width; // rax
long long v7; // rax
long long v8; // rax
long long v9; // rbx
long long Height; // rax
long long v11; // rax
long lon... | printSettings:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDI
MOV RDI,qword ptr [0x00124f98]
LEA RSI,[0x118bbc]
CALL 0x00105360
LEA RSI,[0x118bda]
MOV RDI,RAX
CALL 0x00105360
MOV RBX,RAX
LEA R14,[RSP + 0x8]
MOV RDI,R14
MOV RSI,R15
CALL 0x00105ef8
LAB_00116462:
MOV RDI,RBX
MOV RSI,R14
CAL... |
/* printSettings(Settings const&) */
void printSettings(Settings *param_1)
{
int *puVar1;
char cVar2;
ostream *poVar3;
long lVar4;
_Rb_tree_node_base *p_Var5;
char *pcVar6;
char *pcVar7;
string local_50 [32];
poVar3 = std::operator<<((ostream *)PTR_cout_00124f98,"===== Current Settings =====\n")... | |
30,983 | printSettings(Settings const&) | 666mxvbee[P]BattleShip/lib/Utils/PrintUtils.cpp | void printSettings(const Settings& settings) {
std::cout << "===== Current Settings =====\n"
<< "Mode: " << settings.getMode() << "\n"
<< "Width: " << settings.getWidth() << "\n"
<< "Height: " << settings.getHeight() << "\n"
<< "Ship Counts:\n";
for (auto&... | O3 | cpp | printSettings(Settings const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r15
movq 0xbf88(%rip), %rbx # 0x24fa0
leaq 0x2bba(%rip), %rsi # 0x1bbd9
movl $0x1d, %edx
movq %rbx, %rdi
callq 0x5420
leaq 0x2bc4(%rip), %rsi # 0x1bbf7
movl $0x6, %edx
movq %rbx,... | _Z13printSettingsRK8Settings:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r15, rdi
mov rbx, cs:_ZSt4cout_ptr
lea rsi, aCurrentSetting; "===== Current Settings =====\n"
mov edx, 1Dh
mov rdi, rbx
call __ZSt16__ostream_insertIcSt11char_traitsIcEERSt13... | long long printSettings(const Settings *this)
{
long long v1; // rbx
long long Width; // rax
long long v3; // rbx
long long Height; // rax
long long v5; // rbx
long long ShipCounts; // rax
long long v7; // r15
long long i; // r14
long long v9; // r13
long long v10; // rax
unsigned __int8 Start; /... | printSettings:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDI
MOV RBX,qword ptr [0x00124fa0]
LEA RSI,[0x11bbd9]
MOV EDX,0x1d
MOV RDI,RBX
CALL 0x00105420
LEA RSI,[0x11bbf7]
MOV EDX,0x6
MOV RDI,RBX
CALL 0x00105420
LEA R14,[RSP + 0x8]
MOV RDI,R14
MOV RSI,R15
CALL 0x00106272
MOV RSI,qword pt... |
/* printSettings(Settings const&) */
void printSettings(Settings *param_1)
{
int *puVar1;
byte bVar2;
ostream *poVar3;
long lVar4;
_Rb_tree_node_base *p_Var5;
char *pcVar6;
char *pcVar7;
long *local_50;
long local_48;
long local_40 [2];
puVar1 = PTR_cout_00124fa0;
std::__ostream_insert<cha... | |
30,984 | my_strtod | eloqsql/strings/dtoa.c | double my_strtod(const char *str, char **end, int *error)
{
char buf[DTOA_BUFF_SIZE];
double res;
DBUG_ASSERT(end != NULL && ((str != NULL && *end != NULL) ||
(str == NULL && *end == NULL)) &&
error != NULL);
res= my_strtod_int(str, end, error, buf, sizeof(buf));
r... | O0 | c | my_strtod:
pushq %rbp
movq %rsp, %rbp
subq $0xea0, %rsp # imm = 0xEA0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0xe78(%rbp)
movq %rsi, -0xe80(%rbp)
movq %rdx, -0xe88(%rbp)
jmp 0x79c1f
movq -0xe78(%rbp), %rdi
movq -0xe80(%rbp), %rsi
movq -0xe88(%rbp), %rdx
leaq -0xe70(%rbp), %rcx
movl $0xe60, %r8d... | my_strtod:
push rbp
mov rbp, rsp
sub rsp, 0EA0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_E78], rdi
mov [rbp+var_E80], rsi
mov [rbp+var_E88], rdx
jmp short $+2
loc_79C1F:
mov rdi, [rbp+var_E78]
mov rsi, [rbp+var_E80]
mov rdx, [rbp+var_E88]
lea rcx, [rbp+var_E70... | double my_strtod(long long a1, long long a2, _DWORD *a3)
{
__m128d v3; // xmm1
double v4; // xmm0_8
double v6; // [rsp+8h] [rbp-E98h]
double v7; // [rsp+10h] [rbp-E90h]
_BYTE v9[3688]; // [rsp+30h] [rbp-E70h] BYREF
unsigned long long v10; // [rsp+E98h] [rbp-8h]
v10 = __readfsqword(0x28u);
v7 = my_strt... | my_strtod:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xea0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0xe78],RDI
MOV qword ptr [RBP + -0xe80],RSI
MOV qword ptr [RBP + -0xe88],RDX
JMP 0x00179c1f
LAB_00179c1f:
MOV RDI,qword ptr [RBP + -0xe78]
MOV RSI,qword ptr [RBP + -0xe80]
MOV RDX,qword ptr [RB... |
double my_strtod(int8 param_1,int8 param_2,int *param_3)
{
long in_FS_OFFSET;
double local_ea0;
int1 local_e78 [3688];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_ea0 = (double)my_strtod_int(param_1,param_2,param_3,local_e78,0xe60);
if (*param_3 != 0) {
local_ea0 = (double)(~-... | |
30,985 | mysql_stmt_internal_reset | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | static my_bool mysql_stmt_internal_reset(MYSQL_STMT *stmt, my_bool is_close)
{
MYSQL *mysql= stmt->mysql;
my_bool ret= 1;
unsigned int flags= MADB_RESET_LONGDATA | MADB_RESET_BUFFER | MADB_RESET_ERROR;
if (!mysql)
{
/* connection could be invalid, e.g. after mysql_stmt_close or failed reconnect
at... | O0 | c | mysql_stmt_internal_reset:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %sil, %al
movq %rdi, -0x10(%rbp)
movb %al, -0x11(%rbp)
movq -0x10(%rbp), %rax
movq 0x38(%rax), %rax
movq %rax, -0x20(%rbp)
movb $0x1, -0x21(%rbp)
movl $0xb, -0x28(%rbp)
cmpq $0x0, -0x20(%rbp)
jne 0x42e7e
jmp 0x42e12
movq -0x10(%rbp), %rax
movl ... | mysql_stmt_internal_reset:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, sil
mov [rbp+var_10], rdi
mov [rbp+var_11], al
mov rax, [rbp+var_10]
mov rax, [rax+38h]
mov [rbp+var_20], rax
mov [rbp+var_21], 1
mov [rbp+var_28], 0Bh
cmp [rbp+var_20], 0
jnz short loc_42E7E
jmp ... | char mysql_stmt_internal_reset(long long a1, char a2)
{
char v3; // [rsp+Fh] [rbp-21h]
long long v4; // [rsp+10h] [rbp-20h]
v4 = *(_QWORD *)(a1 + 56);
if ( v4 )
{
v3 = madb_reset_stmt(a1, 11LL);
if ( *(_QWORD *)(a1 + 64) )
{
if ( *(_DWORD *)(a1 + 80) > 2u && *(_DWORD *)(*(_QWORD *)(a1 + 56... | mysql_stmt_internal_reset:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,SIL
MOV qword ptr [RBP + -0x10],RDI
MOV byte ptr [RBP + -0x11],AL
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV byte ptr [RBP + -0x21],0x1
MOV dword ptr [RBP + -0x28],0xb
CMP qword ptr [RBP + -0x20],... |
int1 mysql_stmt_internal_reset(long param_1,char param_2)
{
long lVar1;
int iVar2;
int1 local_29;
int1 local_9;
lVar1 = *(long *)(param_1 + 0x38);
if (lVar1 == 0) {
*(int4 *)(param_1 + 0x108) = 0x7dd;
strncpy((char *)(param_1 + 0x30d),SQLSTATE_UNKNOWN,5);
*(int1 *)(param_1 + 0x312) = 0;
... | |
30,986 | minja::Parser::parseConstant() | monkey531[P]llama/common/minja.hpp | std::shared_ptr<Value> parseConstant() {
auto start = it;
consumeSpaces();
if (it == end) return nullptr;
if (*it == '"' || *it == '\'') {
auto str = parseString();
if (str) return std::make_shared<Value>(*str);
}
static std::regex prim_tok(R"(true\b|True\b|false\b|Fa... | O3 | cpp | minja::Parser::parseConstant():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x20(%rsi), %r14
movq 0x18(%rsi), %r12
movq 0x20(%rsi), %r13
movq %r13, %rbp
cmpq %r12, %r13
je 0x8aa57
movq %r13, %rbp
movsbl (%rbp), %edi
callq 0x1b0c0
testl %eax, %e... | _ZN5minja6Parser13parseConstantEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r15, rsi
mov rbx, rdi
lea r14, [rsi+20h]
mov r12, [rsi+18h]
mov r13, [rsi+20h]
mov rbp, r13
cmp r13, r12
jz short loc_8AA57
mov rbp, r13
loc_8AA3F:
movsx ... | minja::Parser * minja::Parser::parseConstant(minja::Parser *this, unsigned __int8 **a2)
{
unsigned __int8 **v2; // r14
char *v3; // r12
unsigned __int8 *v4; // r13
unsigned __int8 *v5; // rbp
int v6; // eax
void *exception; // r14
char v9; // [rsp+7h] [rbp-71h] BYREF
int v10[2]; // [rsp+8h] [rbp-70h] BY... | parseConstant:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R15,RSI
MOV RBX,RDI
LEA R14,[RSI + 0x20]
MOV R12,qword ptr [RSI + 0x18]
MOV R13,qword ptr [RSI + 0x20]
MOV RBP,R13
CMP R13,R12
JZ 0x0018aa57
MOV RBP,R13
LAB_0018aa3f:
MOVSX EDI,byte ptr [RBP]
CALL 0x0011b0c0
TEST EAX,EAX
JZ 0x0018aa57... |
/* minja::Parser::parseConstant() */
void minja::Parser::parseConstant(void)
{
char *pcVar1;
char *pcVar2;
int iVar3;
runtime_error *this;
char *pcVar4;
__normal_iterator *in_RSI;
int8 *in_RDI;
string *local_70;
long local_68;
long local_60 [2];
int8 local_50 [4];
pcVar1 = *(char **)(in_RS... | |
30,987 | translog_stop_writing | eloqsql/storage/maria/ma_loghandler.c | void translog_stop_writing()
{
DBUG_ENTER("translog_stop_writing");
DBUG_PRINT("error", ("errno: %d my_errno: %d", errno, my_errno));
translog_status= (translog_status == TRANSLOG_SHUTDOWN ?
TRANSLOG_UNINITED :
TRANSLOG_READONLY);
log_descriptor.is_everything_flushed= 1... | O0 | c | translog_stop_writing:
pushq %rbp
movq %rsp, %rbp
jmp 0xb11186
jmp 0xb11188
movl 0xae65e2(%rip), %edx # 0x15f7770
movl $0x2, %eax
xorl %ecx, %ecx
cmpl $0x3, %edx
cmovel %ecx, %eax
movl %eax, 0xae65cf(%rip) # 0x15f7770
movb $0x1, 0x12e86a8(%rip) # 0x1df9850
movl $0x0, 0xae77da(%rip) # 0x15f898c
jmp 0xb111b4
j... | translog_stop_writing:
push rbp
mov rbp, rsp
jmp short $+2
loc_B11186:
jmp short $+2
loc_B11188:
mov edx, cs:translog_status
mov eax, 2
xor ecx, ecx
cmp edx, 3
cmovz eax, ecx
mov cs:translog_status, eax
mov cs:byte_1DF9850, 1
mov cs:dword_15F898C, 0
jmp short $+2
loc_B11... | long long translog_stop_writing()
{
long long result; // rax
result = 2LL;
if ( translog_status == 3 )
result = 0LL;
translog_status = result;
byte_1DF9850 = 1;
dword_15F898C = 0;
return result;
}
| operator++:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x28],RDI
MOV dword ptr [RBP + -0x2c],ESI
MOV RDI,qword ptr [RBP + -0x28]
MOVUPS XMM0,xmmword ptr [RDI]
MOVAPS xmmword ptr [RBP + -0x20],XMM0
CALL 0x00b11690
MOV EAX,dword ptr [RBP + -0x18]
MOV... |
/* std::_Bit_iterator::TEMPNAMEPLACEHOLDERVALUE(int) */
int1 [16] __thiscall std::_Bit_iterator::operator++(_Bit_iterator *this,int param_1)
{
long lVar1;
int1 auVar2 [12];
long in_FS_OFFSET;
int1 auVar3 [16];
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
auVar2 = *(int1 (*) [12])this;
_Bit_iterator_base... | |
30,988 | stbi__decode_jpeg_header | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan)
{
int m;
z->jfif = 0;
z->app14_color_transform = -1; // valid values are 0,1,2
z->marker = STBI__MARKER_none; // initialize cached marker to empty
m = stbi__get_marker(z);
if (!stbi__SOI(m)) return stbi__err("no SOI","Corrupt JPEG");
if (... | O0 | c | stbi__decode_jpeg_header:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rax
movl $0x0, 0x4848(%rax)
movq -0x10(%rbp), %rax
movl $0xffffffff, 0x484c(%rax) # imm = 0xFFFFFFFF
movq -0x10(%rbp), %rax
movb $-0x1, 0x4828(%rax)
movq -0x10(%rbp), %rdi
callq 0x26470... | stbi__decode_jpeg_header:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rax, [rbp+var_10]
mov dword ptr [rax+4848h], 0
mov rax, [rbp+var_10]
mov dword ptr [rax+484Ch], 0FFFFFFFFh
mov rax, [rbp+var_10]
mov byte ptr [rax+4828h], 0FFh
mov ... | long long stbi__decode_jpeg_header(long long a1, unsigned int a2)
{
bool v3; // [rsp+7h] [rbp-19h]
unsigned int marker; // [rsp+8h] [rbp-18h]
*(_DWORD *)(a1 + 18504) = 0;
*(_DWORD *)(a1 + 18508) = -1;
*(_BYTE *)(a1 + 18472) = -1;
if ( (unsigned __int8)stbi__get_marker(a1) == 216 )
{
if ( a2 == 1 )
... | stbi__decode_jpeg_header:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RAX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX + 0x4848],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX + 0x484c],0xffffffff
MOV RAX,qword ptr [RBP + -0x10]
MOV byte ptr [RAX + 0x4828]... |
int4 stbi__decode_jpeg_header(int8 *param_1,int param_2)
{
char cVar1;
int4 uVar2;
int iVar3;
bool bVar4;
int4 local_c;
*(int4 *)(param_1 + 0x909) = 0;
*(int4 *)((long)param_1 + 0x484c) = 0xffffffff;
*(int1 *)(param_1 + 0x905) = 0xff;
cVar1 = stbi__get_marker(param_1);
if (cVar1 == -0x28) {
... | |
30,989 | minja::MethodCallExpr::MethodCallExpr(minja::Location const&, std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::VariableExpr>&&, minja::ArgumentsExpression&&) | monkey531[P]llama/common/minja.hpp | MethodCallExpr(const Location & location, std::shared_ptr<Expression> && obj, std::shared_ptr<VariableExpr> && m, ArgumentsExpression && a)
: Expression(location), object(std::move(obj)), method(std::move(m)), args(std::move(a)) {} | O2 | cpp | minja::MethodCallExpr::MethodCallExpr(minja::Location const&, std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::VariableExpr>&&, minja::ArgumentsExpression&&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rcx, %r14
movq %rdx, %r15
movq %rdi, %r12
callq 0x626b6
leaq 0x902e8(%rip... | _ZN5minja14MethodCallExprC2ERKNS_8LocationEOSt10shared_ptrINS_10ExpressionEEOS4_INS_12VariableExprEEONS_19ArgumentsExpressionE:
push r15
push r14
push r12
push rbx
push rax
mov rbx, r8
mov r14, rcx
mov r15, rdx
mov r12, rdi
call _ZN5minja10ExpressionC2ERKNS_8LocationE; minja::Expressio... | long long minja::MethodCallExpr::MethodCallExpr(
long long a1,
_QWORD *a2,
__int128 *a3,
__int128 *a4,
long long a5)
{
__int128 v8; // xmm0
__int128 v9; // xmm0
minja::Expression::Expression((_QWORD *)a1, a2);
*(_QWORD *)a1 = &`vtable for'minja::MethodCallExpr + 2;
*(... | MethodCallExpr:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R14,RCX
MOV R15,RDX
MOV R12,RDI
CALL 0x001626b6
LEA RAX,[0x1fb820]
ADD RAX,0x10
MOV qword ptr [R12],RAX
AND qword ptr [R12 + 0x28],0x0
MOVUPS XMM0,xmmword ptr [R15]
AND qword ptr [R15 + 0x8],0x0
MOVUPS xmmword ptr [R12 + 0x20],XMM0
AND qword pt... |
/* minja::MethodCallExpr::MethodCallExpr(minja::Location const&,
std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::VariableExpr>&&,
minja::ArgumentsExpression&&) */
void __thiscall
minja::MethodCallExpr::MethodCallExpr
(MethodCallExpr *this,Location *param_1,shared_ptr *param_2,shared_ptr *... | |
30,990 | ma_mmap_pread | eloqsql/storage/maria/ma_dynrec.c | size_t _ma_mmap_pread(MARIA_HA *info, uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
DBUG_PRINT("info", ("maria_read with mmap %d\n", info->dfile.file));
if (info->s->lock_key_trees)
mysql_rwlock_rdlock(&info->s->mmap_lock);
/*
The following test may fail in the following cases:
... | O0 | c | ma_mmap_pread:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
jmp 0x4a90e
movq -0x10(%rbp), %rax
movq (%rax), %rax
cmpb $0x0, 0x7e3(%rax)
je 0x4a93d
movq -0x10(%rbp), %rax
movq (%rax), %rdi
addq $0xb78, %rdi ... | _ma_mmap_pread:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
jmp short $+2
loc_4A90E:
mov rax, [rbp+var_10]
mov rax, [rax]
cmp byte ptr [rax+7E3h], 0
jz short loc_4A93D
... | long long ma_mmap_pread(_DWORD *a1, long long a2, long long a3, long long a4, long long a5)
{
if ( *(_BYTE *)(*(_QWORD *)a1 + 2019LL) )
inline_mysql_rwlock_rdlock_2(
*(_QWORD *)a1 + 2936LL,
"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_dynrec.c",
132LL);
if ( *(_QWORD *)(*(_QWORD... | _ma_mmap_pread:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
JMP 0x0014a90e
LAB_0014a90e:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
CMP byte ptr [RAX + 0x7e3]... |
int8
_ma_mmap_pread(long *param_1,void *param_2,size_t param_3,long param_4,int8 param_5)
{
int8 local_10;
if (*(char *)(*param_1 + 0x7e3) != '\0') {
inline_mysql_rwlock_rdlock
(*param_1 + 0xb78,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_dynrec.c"
,0x84);
}
... | |
30,991 | google::protobuf::compiler::objectivec::ImportWriter::ImportWriter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> ... | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc | ImportWriter::ImportWriter(
const std::string& generate_for_named_framework,
const std::string& named_framework_to_proto_path_mappings_path,
const std::string& runtime_import_prefix, bool include_wkt_imports)
: generate_for_named_framework_(generate_for_named_framework),
named_framework_to_proto_p... | O3 | cpp | google::protobuf::compiler::objectivec::ImportWriter::ImportWriter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> ... | _ZN6google8protobuf8compiler10objectivec12ImportWriterC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESB_SB_b:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, r8d
mov r15, rcx
mov r12, rdx
mov rbx, rdi
lea rax, [rdi+10h]
mov [rsp+38h+var_38],... | long long google::protobuf::compiler::objectivec::ImportWriter::ImportWriter(
long long a1,
long long a2,
long long a3,
long long a4,
char a5)
{
long long result; // rax
*(_QWORD *)a1 = a1 + 16;
std::string::_M_construct<char *>(a1, *(_BYTE **)a2, *(_QWORD *)a2 + *(_QWORD... | ImportWriter:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,R8D
MOV R15,RCX
MOV R12,RDX
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RSP],RAX
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RSI]
MOV RDX,qword ptr [RSI + 0x8]
ADD RDX,RAX
MOV RSI,RAX
CALL 0x0012586a
LEA R14,[RBX + 0x20]
LEA R13,[RB... |
/* google::protobuf::compiler::objectivec::ImportWriter::ImportWriter(std::__cxx11::string const&,
std::__cxx11::string const&, std::__cxx11::string const&, bool) */
void __thiscall
google::protobuf::compiler::objectivec::ImportWriter::ImportWriter
(ImportWriter *this,string *param_1,string *param_2,stri... | |
30,992 | ma_open | eloqsql/libmariadb/libmariadb/ma_io.c | MA_FILE *ma_open(const char *location, const char *mode, MYSQL *mysql)
{
int CodePage= -1;
FILE *fp= NULL;
MA_FILE *ma_file= NULL;
if (!location || !location[0])
return NULL;
#ifdef HAVE_REMOTEIO
if (strstr(location, "://"))
goto remote;
#endif
#ifdef _WIN32
if (mysql && mysql->charset)
CodePa... | O3 | c | ma_open:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x500, %rsp # imm = 0x500
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
testq %rdi, %rdi
je 0x27bf4
movq %rdi, %r12
cmpb $0x0, (%rdi)
je 0x27bf4
movq %rdx, %r15
movq %rsi, %r14
leaq 0xcf7c(%rip), %rsi # 0x34af5
movq %r12,... | ma_open:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 500h
mov rax, fs:28h
mov [rbp+var_28], rax
test rdi, rdi
jz loc_27BF4
mov r12, rdi
cmp byte ptr [rdi], 0
jz loc_27BF4
mov r15, rdx
mov r14, rsi
lea rsi, asc_34AF5; "://"
mov rd... | long long ma_open(
_BYTE *a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v12; // rcx
long long v13; // r8
long long v14; // r9
double v1... | ma_open:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x500
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
TEST RDI,RDI
JZ 0x00127bf4
MOV R12,RDI
CMP byte ptr [RDI],0x0
JZ 0x00127bf4
MOV R15,RDX
MOV R14,RSI
LEA RSI,[0x134af5]
MOV RDI,R12
CALL 0x00113100
TEST RAX,RAX
JZ 0x00127bc3
LEA R1... |
int4 * ma_open(char *param_1,char *param_2,int8 param_3)
{
char *pcVar1;
int4 *puVar2;
FILE *__stream;
long in_FS_OFFSET;
int1 local_528 [1272];
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
if ((param_1 != (char *)0x0) && (*param_1 != '\0')) {
pcVar1 = strstr(param_1,"://");
if... | |
30,993 | minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | ArgumentsValue evaluate(const std::shared_ptr<Context> & context) const {
ArgumentsValue vargs;
for (const auto& arg : this->args) {
if (auto un_expr = std::dynamic_pointer_cast<UnaryOpExpr>(arg)) {
if (un_expr->op == UnaryOpExpr::Op::Expansion) {
auto arr... | O2 | cpp | minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xe8, %rsp
movq %rdx, %r15
movq %rdi, %rbp
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rdi)
movups %xmm0, 0x10(%rdi)
movups %xmm0, (%rdi)
movq (%rsi), %r13
movq %rsi, 0x... | _ZNK5minja19ArgumentsExpression8evaluateERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E8h
mov r15, rdx
mov rbp, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+20h], xmm0
movups xmmword ptr [rdi+10h], xmm0
movups xmmword ptr [rdi], xmm0
... | _OWORD * minja::ArgumentsExpression::evaluate(_OWORD *a1, void (*****a2)(void))
{
long long v2; // rbp
void (****v3)(void); // r13
void (****v4)(void); // r14
int v5; // ecx
void (****v6)(void); // r14
void (****v7)(void); // rbx
std::runtime_error *v9; // r15
std::runtime_error *exception; // r15
lon... | evaluate:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV R15,RDX
MOV RBP,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x20],XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
MOV R13,qword ptr [RSI]
MOV qword ptr [RSP + 0x20],RSI
MOV R14,qword ptr [RSI + 0x8]
LEA R12,[RSP +... |
/* minja::ArgumentsExpression::evaluate(std::shared_ptr<minja::Context> const&) const */
ArgumentsExpression * __thiscall
minja::ArgumentsExpression::evaluate(ArgumentsExpression *this,shared_ptr *param_1)
{
int8 *puVar1;
long lVar2;
runtime_error *prVar3;
int8 *puVar4;
long lVar5;
long local_108;
__sh... | |
30,994 | minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const | monkey531[P]llama/common/minja.hpp | Value call(const std::shared_ptr<Context> & context, ArgumentsValue & args) const {
if (!callable_) throw std::runtime_error("Value is not callable: " + dump());
return (*callable_)(context, args);
} | O2 | cpp | minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq 0x30(%rsi), %rsi
testq %rsi, %rsi
je 0x6d8ec
movq %rdi, %rbx
callq 0x6e84e
movq %rbx, %rax
addq $0x40, %rsp
popq %rbx
popq %r14
popq %rbp
retq
pushq $0x10
popq... | _ZNK5minja5Value4callERKSt10shared_ptrINS_7ContextEERNS_14ArgumentsValueE:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rsi
mov rsi, [rsi+30h]
test rsi, rsi
jz short loc_6D8EC
mov rbx, rdi
call _ZNKSt8functionIFN5minja5ValueERKSt10shared_ptrINS0_7ContextEERNS0_14ArgumentsValueEEE... | long long minja::Value::call(long long a1, long long a2)
{
void *exception; // rbx
_BYTE v4[32]; // [rsp+0h] [rbp-58h] BYREF
_BYTE v5[56]; // [rsp+20h] [rbp-38h] BYREF
if ( !*(_QWORD *)(a2 + 48) )
{
exception = __cxa_allocate_exception(0x10uLL);
minja::Value::dump[abi:cxx11]((long long)v4, a2, 0xFFF... | call:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RSI,qword ptr [RSI + 0x30]
TEST RSI,RSI
JZ 0x0016d8ec
MOV RBX,RDI
CALL 0x0016e84e
MOV RAX,RBX
ADD RSP,0x40
POP RBX
POP R14
POP RBP
RET
LAB_0016d8ec:
PUSH 0x10
POP RDI
CALL 0x00124460
MOV RBX,RAX
LAB_0016d8f7:
MOV RDI,RSP
PUSH -0x1
POP RDX
MOV RSI,R14
XOR ECX... |
/* minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const */
shared_ptr * minja::Value::call(shared_ptr *param_1,ArgumentsValue *param_2)
{
runtime_error *this;
int1 auStack_58 [32];
string local_38 [32];
if (*(ArgumentsValue **)(param_2 + 0x30) != (ArgumentsValue *)0x0) ... | |
30,995 | common_embd_similarity_cos(float const*, float const*, int) | monkey531[P]llama/common/common.cpp | float common_embd_similarity_cos(const float * embd1, const float * embd2, int n){
double sum = 0.0;
double sum1 = 0.0;
double sum2 = 0.0;
for (int i = 0; i < n; i++) {
sum += embd1[i] * embd2[i];
sum1 += embd1[i] * embd1[i];
sum2 += embd2[i] * embd2[i];
}
// Handle t... | O0 | cpp | common_embd_similarity_cos(float const*, float const*, int):
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
movl %edx, 0x3c(%rsp)
xorps %xmm0, %xmm0
movsd %xmm0, 0x30(%rsp)
xorps %xmm0, %xmm0
movsd %xmm0, 0x28(%rsp)
xorps %xmm0, %xmm0
movsd %xmm0, 0x20(%rsp)
movl $0x0, 0x1c(%rsp)
movl 0x1c(%rsp), %eax
cmp... | _Z26common_embd_similarity_cosPKfS0_i:
sub rsp, 58h
mov [rsp+58h+var_10], rdi
mov [rsp+58h+var_18], rsi
mov [rsp+58h+var_1C], edx
xorps xmm0, xmm0
movsd [rsp+58h+var_28], xmm0
xorps xmm0, xmm0
movsd [rsp+58h+var_30], xmm0
xorps xmm0, xmm0
movsd [rsp+58h+var_38], xmm0
mov [rsp+58h+var_3C]... | float common_embd_similarity_cos(const float *a1, const float *a2, int a3)
{
double v5; // [rsp+8h] [rbp-50h]
int i; // [rsp+1Ch] [rbp-3Ch]
double v7; // [rsp+20h] [rbp-38h]
double v8; // [rsp+28h] [rbp-30h]
double v9; // [rsp+30h] [rbp-28h]
v9 = 0.0;
v8 = 0.0;
v7 = 0.0;
for ( i = 0; i < a3; ++i )
... | common_embd_similarity_cos:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDI
MOV qword ptr [RSP + 0x40],RSI
MOV dword ptr [RSP + 0x3c],EDX
XORPS XMM0,XMM0
MOVSD qword ptr [RSP + 0x30],XMM0
XORPS XMM0,XMM0
MOVSD qword ptr [RSP + 0x28],XMM0
XORPS XMM0,XMM0
MOVSD qword ptr [RSP + 0x20],XMM0
MOV dword ptr [RSP + 0x1c],0x0
LAB_0... |
/* common_embd_similarity_cos(float const*, float const*, int) */
float common_embd_similarity_cos(float *param_1,float *param_2,int param_3)
{
double dVar1;
double dVar2;
int local_3c;
double local_38;
double local_30;
double local_28;
float local_4;
local_28 = 0.0;
local_30 = 0.0;
local_38 =... | |
30,996 | sp_get_linestring_mbr | eloqsql/storage/myisam/sp_key.c | static int sp_get_linestring_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order, double *mbr)
{
uint n_points;
n_points = uint4korr(*wkb);
(*wkb) += 4;
for (; n_points > 0; --n_points)
{
/* Add next point to mbr */
if (sp_add_point_to_mbr(wkb, end, n_dims,... | O3 | c | sp_get_linestring_mbr:
pushq %rbp
movq %rsp, %rbp
movq (%rdi), %rax
movl (%rax), %ecx
addq $0x4, %rax
movq %rax, (%rdi)
testl %ecx, %ecx
je 0x499f6
addq $-0x8, %rsi
movb $0x1, %r8b
xorl %r9d, %r9d
movq (%rdi), %rax
cmpq %rsi, %rax
ja 0x499ef
movsd (%rax), %xmm0
addq $0x8, %rax
movq %rax, (%rdi)
movsd (%rdx,%r9), %xmm1
... | sp_get_linestring_mbr:
push rbp
mov rbp, rsp
mov rax, [rdi]
mov ecx, [rax]
add rax, 4
mov [rdi], rax
test ecx, ecx
jz short loc_499F6
add rsi, 0FFFFFFFFFFFFFFF8h
loc_49997:
mov r8b, 1
xor r9d, r9d
loc_4999D:
mov rax, [rdi]
cmp rax, rsi
ja short loc_499EF
movsd x... | long long sp_get_linestring_mbr(double **a1, long long a2, long long a3)
{
int v3; // ecx
unsigned long long v4; // rsi
char v5; // r8
long long v6; // r9
double *v7; // rax
double v8; // xmm0_8
long long result; // rax
bool v10; // zf
v3 = *(_DWORD *)*a1;
*a1 = (double *)((char *)*a1 + 4);
if (... | sp_get_linestring_mbr:
PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [RDI]
MOV ECX,dword ptr [RAX]
ADD RAX,0x4
MOV qword ptr [RDI],RAX
TEST ECX,ECX
JZ 0x001499f6
ADD RSI,-0x8
LAB_00149997:
MOV R8B,0x1
XOR R9D,R9D
LAB_0014999d:
MOV RAX,qword ptr [RDI]
CMP RAX,RSI
JA 0x001499ef
MOVSD XMM0,qword ptr [RAX]
ADD RAX,0x8
MOV qword p... |
int8 sp_get_linestring_mbr(int8 *param_1,long param_2,long param_3)
{
double dVar1;
double *pdVar2;
bool bVar3;
int iVar4;
bool bVar5;
ulong uVar6;
iVar4 = *(int *)*param_1;
*param_1 = (int *)*param_1 + 1;
if (iVar4 != 0) {
do {
uVar6 = 0;
bVar3 = true;
do {
bVar5 = ... | |
30,997 | 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... | O0 | c | inline_mysql_file_tell:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
leaq 0x1e7020(%rip), %rax # 0x2cb4e0
movq (%rax), %rax
movq 0x158(%rax), %rax
movl -0x18(%rbp), %esi
leaq -0x78(%rbp), %rdi
movl $0x9, %edx
callq *%rax
movq ... | inline_mysql_file_tell_0:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+158h]
mov esi, [rbp+var_18]
lea rdi, [rbp+var_78]
mov edx, 9
call ra... | long long inline_mysql_file_tell_0(long long a1, unsigned int a2, unsigned int a3, long long a4)
{
_BYTE v5[72]; // [rsp+8h] [rbp-78h] BYREF
long long v6; // [rsp+50h] [rbp-30h]
long long v7; // [rsp+58h] [rbp-28h]
long long v8; // [rsp+60h] [rbp-20h]
unsigned int v9; // [rsp+68h] [rbp-18h]
unsigned int v1... | inline_mysql_file_tell:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
LEA RAX,[0x3cb4e0]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x158]
MOV ESI,dword ptr [RBP + -0x18]
LEA RDI,[RBP + -0x78]
MOV E... |
int8
inline_mysql_file_tell(int8 param_1,int4 param_2,int4 param_3,int8 param_4)
{
int1 local_80 [72];
long local_38;
int8 local_30;
int8 local_28;
int4 local_20;
int4 local_1c;
int8 local_18;
int8 local_10;
local_28 = param_4;
local_20 = param_3;
local_1c = param_2;
local_18 = param_1;
l... | |
30,998 | lf_hash_destroy | eloqsql/mysys/lf_hash.cc | void lf_hash_destroy(LF_HASH *hash)
{
LF_SLIST *el, **head= (LF_SLIST **)lf_dynarray_value(&hash->array, 0);
if (head)
{
el= *head;
while (el)
{
intptr next= el->link;
if (el->hashnr & 1)
lf_alloc_direct_free(&hash->alloc, el); /* normal node */
else
my_free(el); /* ... | O3 | cpp | lf_hash_destroy:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
xorl %esi, %esi
callq 0xa5628
testq %rax, %rax
je 0xa58c2
movq (%rax), %r14
testq %r14, %r14
je 0xa58c2
movq (%r14), %r15
testb $0x1, 0x18(%r14)
je 0xa58b2
movq 0x88(%rbx), %rax
testq %rax, %rax
je 0xa58b2
movq %r14,... | lf_hash_destroy:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
xor esi, esi
call lf_dynarray_value
test rax, rax
jz short loc_A58C2
mov r14, [rax]
test r14, r14
jz short loc_A58C2
loc_A5897:
mov r15, [r14]
test byte ptr [r14+18h], 1
jz ... | long long lf_hash_destroy(long long a1)
{
long long *v1; // rax
long long v2; // r14
long long v3; // r15
void ( *v4)(long long); // rax
v1 = (long long *)lf_dynarray_value(a1, 0);
if ( v1 )
{
v2 = *v1;
if ( *v1 )
{
do
{
v3 = *(_QWORD *)v2;
if ( (*(_BYTE *)(v2 + 2... | lf_hash_destroy:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
XOR ESI,ESI
CALL 0x001a5628
TEST RAX,RAX
JZ 0x001a58c2
MOV R14,qword ptr [RAX]
TEST R14,R14
JZ 0x001a58c2
LAB_001a5897:
MOV R15,qword ptr [R14]
TEST byte ptr [R14 + 0x18],0x1
JZ 0x001a58b2
MOV RAX,qword ptr [RBX + 0x88]
TEST RAX,RAX
J... |
void lf_hash_destroy(long param_1)
{
int8 *puVar1;
int8 *puVar2;
puVar2 = (int8 *)lf_dynarray_value(param_1,0);
if (puVar2 != (int8 *)0x0) {
puVar2 = (int8 *)*puVar2;
while (puVar2 != (int8 *)0x0) {
puVar1 = (int8 *)*puVar2;
if (((*(byte *)(puVar2 + 3) & 1) != 0) && (*(code **)(param_1 ... | |
30,999 | ma_memmap_file | eloqsql/storage/maria/ma_packrec.c | my_bool _ma_memmap_file(MARIA_HA *info)
{
MARIA_SHARE *share= info->s;
DBUG_ENTER("maria_memmap_file");
if (!info->s->file_map)
{
if (mysql_file_seek(info->dfile.file, 0L, MY_SEEK_END, MYF(0)) <
share->state.state.data_file_length+MEMMAP_EXTRA_MARGIN)
{
DBUG_PRINT("warning",("File isn't e... | O0 | c | ma_memmap_file:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
cmpq $0x0, 0x5f0(%rax)
jne 0x39d0d
movq -0x10(%rbp), %rax
movl 0x480(%rax), %edx
leaq 0x118bd1(%rip), %rdi # 0x15288a
movl $0x610... | _ma_memmap_file:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
mov rax, [rax]
cmp qword ptr [rax+5F0h], 0
jnz short loc_39D0D
mov rax, [rbp+var_10]
mov edx, [rax+480h]
lea r... | char ma_memmap_file(long long a1)
{
_QWORD *v2; // [rsp+8h] [rbp-18h]
v2 = *(_QWORD **)a1;
if ( *(_QWORD *)(*(_QWORD *)a1 + 1520LL) )
goto LABEL_6;
if ( inline_mysql_file_seek(
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_packrec.c",
0x610u,
*(_DWORD *)(... | _ma_memmap_file:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
CMP qword ptr [RAX + 0x5f0],0x0
JNZ 0x00139d0d
MOV RAX,qword ptr [RBP + -0x10]
MOV EDX,dword ... |
int1 _ma_memmap_file(long *param_1)
{
long lVar1;
char cVar2;
ulong uVar3;
lVar1 = *param_1;
if (*(long *)(*param_1 + 0x5f0) == 0) {
uVar3 = inline_mysql_file_seek
("/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_packrec.c",0x610,
(int)param_1[0... |
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.