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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
35,600 | OpenSubdiv::v3_6_0::Bfr::Tessellation::GetRates(int*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/../bfr/../bfr/parameterization.h | int GetFaceSize() const { return _faceSize; } | O3 | c | OpenSubdiv::v3_6_0::Bfr::Tessellation::GetRates(int*) const:
movzwl 0x2(%rdi), %eax
movl 0x10(%rdi), %r8d
movl %r8d, %ecx
subl %eax, %ecx
cmovgel %eax, %r8d
testl %r8d, %r8d
jle 0xa1fc0
movq 0x28(%rdi), %rdx
movl %r8d, %r8d
xorl %r9d, %r9d
movl (%rdx,%r9,4), %r10d
movl %r10d, (%rsi,%r9,4)
incq %r9
cmpq %r9, %r8
jne 0xa... | _ZNK10OpenSubdiv6v3_6_03Bfr12Tessellation8GetRatesEPi:
movzx eax, word ptr [rdi+2]
mov r8d, [rdi+10h]
mov ecx, r8d
sub ecx, eax
cmovge r8d, eax
test r8d, r8d
jle short loc_A1FC0
mov rdx, [rdi+28h]
mov r8d, r8d
xor r9d, r9d
loc_A1FB0:
mov r10d, [rdx+r9*4]
mov [rsi+r9*4], r10d
in... | long long OpenSubdiv::v3_6_0::Bfr::Tessellation::GetRates(
OpenSubdiv::v3_6_0::Bfr::Tessellation *this,
int *a2)
{
long long v2; // rax
int v3; // r8d
int v4; // ecx
long long v5; // rdx
long long i; // r9
int *v7; // rax
long long j; // rdx
v2 = *((unsigned __int16 *)this + 1);
v3 =... | GetRates:
MOVZX EAX,word ptr [RDI + 0x2]
MOV R8D,dword ptr [RDI + 0x10]
MOV ECX,R8D
SUB ECX,EAX
CMOVGE R8D,EAX
TEST R8D,R8D
JLE 0x001a1fc0
MOV RDX,qword ptr [RDI + 0x28]
MOV R8D,R8D
XOR R9D,R9D
LAB_001a1fb0:
MOV R10D,dword ptr [RDX + R9*0x4]
MOV dword ptr [RSI + R9*0x4],R10D
INC R9
CMP R8,R9
JNZ 0x001a1fb0
LAB_001a1fc0... |
/* OpenSubdiv::v3_6_0::Bfr::Tessellation::GetRates(int*) const */
int4 __thiscall
OpenSubdiv::v3_6_0::Bfr::Tessellation::GetRates(Tessellation *this,int *param_1)
{
ushort uVar1;
long lVar2;
uint uVar3;
uint uVar4;
ulong uVar5;
uVar1 = *(ushort *)(this + 2);
uVar4 = *(uint *)(this + 0x10);
uVar3 =... | |
35,601 | mysql_stmt_store_result | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | int STDCALL mysql_stmt_store_result(MYSQL_STMT *stmt)
{
unsigned int last_server_status;
if (!stmt->mysql)
{
SET_CLIENT_STMT_ERROR(stmt, CR_SERVER_LOST, SQLSTATE_UNKNOWN, 0);
return(1);
}
if (!stmt->field_count)
return(0);
/* test_pure_coverage requires checking of error_no */
if (stmt->las... | O3 | c | mysql_stmt_store_result:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq 0x38(%rdi), %rdi
testq %rdi, %rdi
je 0x24056
xorl %r14d, %r14d
cmpl $0x0, 0x60(%rbx)
je 0x240ae
cmpl $0x0, 0x108(%rbx)
jne 0x240a8
c... | mysql_stmt_store_result:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov rdi, [rdi+38h]
test rdi, rdi
jz loc_24056
xor r14d, r14d
cmp dword ptr [rbx+60h], 0
jz loc_240AE
... | long long mysql_stmt_store_result(long long a1)
{
long long v2; // rdi
unsigned int v3; // r14d
long long v4; // rdi
char *v5; // rsi
int v7; // r15d
int v8; // eax
long long v9; // rax
long long v10; // rsi
long long v11; // rax
int v12; // ecx
long long v13; // rax
long long v14; // rcx
__i... | mysql_stmt_store_result:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV RDI,qword ptr [RDI + 0x38]
TEST RDI,RDI
JZ 0x00124056
XOR R14D,R14D
CMP dword ptr [RBX + 0x60],0x0
JZ 0x001240ae
CMP dword ptr [RBX + 0x108]... |
int8 mysql_stmt_store_result(long param_1)
{
uint uVar1;
int8 uVar2;
int iVar3;
long lVar4;
char *__src;
int8 uVar5;
long in_FS_OFFSET;
int1 local_40;
int1 local_3f;
int1 local_3e;
int1 local_3d;
int4 local_3c;
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
lVar4 = *(long *... | |
35,602 | string_replace_all(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, 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&) | monkey531[P]llama/common/common.cpp | void string_replace_all(std::string & s, const std::string & search, const std::string & replace) {
if (search.empty()) {
return;
}
std::string builder;
builder.reserve(s.length());
size_t pos = 0;
size_t last_pos = 0;
while ((pos = s.find(search, last_pos)) != std::string::npos) {
... | O0 | cpp | string_replace_all(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, 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&):
subq $0x68, %rsp
movq %rdi, 0x60(%rsp)
movq %... | _Z18string_replace_allRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS4_S7_:
sub rsp, 68h
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_10], rsi
mov [rsp+68h+var_18], rdx
mov rdi, [rsp+68h+var_10]
call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv; std::string::empty(void)
t... | void string_replace_all(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long i; // rax
long long v5; // [rsp+10h] [rbp-58h]
long long v6; // [rsp+18h] [rbp-50h]
_BYTE v7[32]; // [rsp+30h] [rbp-38h] BYREF
long long v8; // [rsp+50h] [rbp-18h]
long long v9; // [rsp+58h] [rbp-10h]
lon... | string_replace_all:
SUB RSP,0x68
MOV qword ptr [RSP + 0x60],RDI
MOV qword ptr [RSP + 0x58],RSI
MOV qword ptr [RSP + 0x50],RDX
MOV RDI,qword ptr [RSP + 0x58]
CALL 0x0015a500
TEST AL,0x1
JNZ 0x001ed7d3
JMP 0x001ed7d8
LAB_001ed7d3:
JMP 0x001ed8d4
LAB_001ed7d8:
LEA RDI,[RSP + 0x30]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x0015... |
/* string_replace_all(std::__cxx11::string&, std::__cxx11::string const&, std::__cxx11::string
const&) */
void string_replace_all(string *param_1,string *param_2,string *param_3)
{
ulong uVar1;
long lVar2;
long lVar3;
ulong local_58;
string local_38 [32];
string *local_18;
string *local_10;
string... | |
35,603 | google::protobuf::FileDescriptor::CopySourceCodeInfoTo(google::protobuf::FileDescriptorProto*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void FileDescriptor::CopySourceCodeInfoTo(FileDescriptorProto* proto) const {
if (source_code_info_ &&
source_code_info_ != &SourceCodeInfo::default_instance()) {
proto->mutable_source_code_info()->CopyFrom(*source_code_info_);
}
} | O3 | cpp | google::protobuf::FileDescriptor::CopySourceCodeInfoTo(google::protobuf::FileDescriptorProto*) const:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq 0x88(%rdi), %rsi
testq %rsi, %rsi
sete %al
cmpq 0xe13ed(%rip), %rsi # 0x101f28
sete %cl
orb %al, %cl
je 0x20b4a
addq $0x8, %rsp
popq %rbx
popq %r14
retq
movq %r... | _ZNK6google8protobuf14FileDescriptor20CopySourceCodeInfoToEPNS0_19FileDescriptorProtoE:
push r14
push rbx
push rax
mov r14, rsi
mov rsi, [rdi+88h]
test rsi, rsi
setz al
cmp rsi, cs:_ZN6google8protobuf33_SourceCodeInfo_default_instance_E_ptr
setz cl
or cl, al
jz short loc_20B4A
ad... | char google::protobuf::FileDescriptor::CopySourceCodeInfoTo(
google::protobuf::FileDescriptor *this,
google::protobuf::FileDescriptorProto *a2)
{
const google::protobuf::SourceCodeInfo *v3; // rsi
char result; // al
google::protobuf::SourceCodeInfo *v6; // rdi
_QWORD *v7; // rdi
v3 = (const ... | CopySourceCodeInfoTo:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RSI,qword ptr [RDI + 0x88]
TEST RSI,RSI
SETZ AL
CMP RSI,qword ptr [0x00201f28]
SETZ CL
OR CL,AL
JZ 0x00120b4a
ADD RSP,0x8
POP RBX
POP R14
RET
LAB_00120b4a:
MOV RBX,RDI
OR byte ptr [R14 + 0x10],0x10
MOV RDI,qword ptr [R14 + 0xd0]
TEST RDI,RDI
JNZ 0x00120b8... |
/* google::protobuf::FileDescriptor::CopySourceCodeInfoTo(google::protobuf::FileDescriptorProto*)
const */
void __thiscall
google::protobuf::FileDescriptor::CopySourceCodeInfoTo
(FileDescriptor *this,FileDescriptorProto *param_1)
{
SourceCodeInfo *this_00;
SourceCodeInfo *pSVar1;
Arena *pAVar2;
... | |
35,604 | ma_bitmap_end | eloqsql/storage/maria/ma_bitmap.c | my_bool _ma_bitmap_end(MARIA_SHARE *share)
{
my_bool res;
#ifndef DBUG_OFF
if (! share->internal_table)
mysql_mutex_assert_owner(&share->close_lock);
#endif
DBUG_ASSERT(share->bitmap.non_flushable == 0);
DBUG_ASSERT(share->bitmap.flush_all_requested == 0);
DBUG_ASSERT(share->bitmap.waiting_for_non_flusha... | O3 | c | ma_bitmap_end:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x52f15
movl %eax, %r14d
leaq 0xa98(%rbx), %r15
movq 0xad8(%rbx), %rdi
testq %rdi, %rdi
je 0x52ea3
leaq 0x339536(%rip), %rax # 0x38c3c8
movq (%rax), %rax
callq *0x48(%rax)
movq $0x0, 0xad8(%rbx)
movq %r15, %rd... | _ma_bitmap_end:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
call _ma_bitmap_flush
mov r14d, eax
lea r15, [rbx+0A98h]
mov rdi, [rbx+0AD8h]
test rdi, rdi
jz short loc_52EA3
lea rax, PSI_server
mov rax, [rax]
call qword ptr [rax+48h]
mov ... | long long ma_bitmap_end(long long a1)
{
unsigned int v2; // r14d
long long v3; // rdi
long long v4; // rdi
v2 = ma_bitmap_flush(a1);
v3 = *(_QWORD *)(a1 + 2776);
if ( v3 )
{
((void ( *)(long long))PSI_server[9])(v3);
*(_QWORD *)(a1 + 2776) = 0LL;
}
pthread_mutex_destroy(a1 + 2712);
v4 = *(... | _ma_bitmap_end:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x00152f15
MOV R14D,EAX
LEA R15,[RBX + 0xa98]
MOV RDI,qword ptr [RBX + 0xad8]
TEST RDI,RDI
JZ 0x00152ea3
LEA RAX,[0x48c3c8]
MOV RAX,qword ptr [RAX]
CALL qword ptr [RAX + 0x48]
MOV qword ptr [RBX + 0xad8],0x0
LAB_00152ea3:
MOV RDI,... |
int4 _ma_bitmap_end(long param_1)
{
int4 uVar1;
uVar1 = _ma_bitmap_flush();
if (*(long *)(param_1 + 0xad8) != 0) {
(**(code **)(PSI_server + 0x48))();
*(int8 *)(param_1 + 0xad8) = 0;
}
pthread_mutex_destroy((pthread_mutex_t *)(param_1 + 0xa98));
if (*(long *)(param_1 + 0xb10) != 0) {
(**(co... | |
35,605 | my_strnncollsp_tis620 | eloqsql/strings/ctype-tis620.c | static
int my_strnncollsp_tis620(CHARSET_INFO * cs __attribute__((unused)),
const uchar *a0, size_t a_length,
const uchar *b0, size_t b_length)
{
uchar buf[80], *end, *a, *b, *alloced= NULL;
size_t length;
int res= 0;
a= buf;
if ((a_length + b_length +2) > (int) sizeof(buf))
alloced= a= (uchar*... | O3 | c | my_strnncollsp_tis620:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r8, %r14
movq %rcx, -0x90(%rbp)
movq %rdx, %r15
movq %rsi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq (%rdx,%r8), %rsi
addq $0x2, %rsi
cmpq $0x51, %rsi
jb 0x39c74
movl $0x8, %edx
xor... | my_strnncollsp_tis620:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, r8
mov [rbp+var_90], rcx
mov r15, rdx
mov rbx, rsi
mov rax, fs:28h
mov [rbp+var_30], rax
lea rsi, [rdx+r8]
add rsi, 2
cmp rsi, 51h ; 'Q'
jb s... | long long my_strnncollsp_tis620(long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5)
{
unsigned long long v8; // rsi
unsigned __int8 *v9; // r12
unsigned long long v10; // rax
unsigned __int8 *v11; // rcx
int v12; // r13d
int v13; // edx
unsigned int v14; // r13d
long... | my_strnncollsp_tis620:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,R8
MOV qword ptr [RBP + -0x90],RCX
MOV R15,RDX
MOV RBX,RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA RSI,[RDX + R8*0x1]
ADD RSI,0x2
CMP RSI,0x51
JC 0x00139c74
MOV EDX,0x8
XOR EDI,EDI
CALL ... |
int my_strnncollsp_tis620
(int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5)
{
byte *pbVar1;
byte bVar2;
byte *__dest;
byte *pbVar3;
ulong uVar4;
int iVar5;
long in_FS_OFFSET;
byte *local_90;
byte local_88 [80];
long local_38;
local_38 = *(long *)(in_FS_OFFSE... | |
35,606 | verify_eth_local | corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_local.c | bool verify_eth_local(verify_ctx_t* ctx) {
if (strcmp(ctx->method, "eth_chainId") == 0)
ctx->data = eth_chainId(ctx);
else if (strcmp(ctx->method, "eth_accounts") == 0)
ctx->data = eth_accounts(ctx);
else if (strcmp(ctx->method, "eth_getUncleByBlockHashAndIndex") == 0)
ctx->data = eth_getUncleByBlockH... | O2 | c | verify_eth_local:
pushq %r15
pushq %r14
pushq %rbx
subq $0x50, %rsp
movq %rdi, %rbx
movq (%rdi), %r14
leaq 0x4b3c0(%rip), %rsi # 0x733fe
movq %r14, %rdi
callq 0x22310
testl %eax, %eax
je 0x28130
leaq 0x4b3b5(%rip), %rsi # 0x7340a
movq %r14, %rdi
callq 0x22310
testl %eax, %eax
je 0x28116
leaq 0x4b3dc(%rip), %rsi... | verify_eth_local:
push r15
push r14
push rbx
sub rsp, 50h
mov rbx, rdi
mov r14, [rdi]
lea rsi, aEthChainid; "eth_chainId"
mov rdi, r14
call _strcmp
test eax, eax
jz loc_28130
lea rsi, aEthAccounts; "eth_accounts"
mov rdi, r14
call _strcmp
test eax, eax
jz loc_2... | char verify_eth_local(long long *a1)
{
long long v1; // r14
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long v7; // rax
long long v8; // r14
long long v9; // rsi
char **v10; // rax
void *v11; // rax
int v12; // edx
int v13; // ecx
int v14; // r8d
int v15; // r9d
__int... | verify_eth_local:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV RBX,RDI
MOV R14,qword ptr [RDI]
LEA RSI,[0x1733fe]
MOV RDI,R14
CALL 0x00122310
TEST EAX,EAX
JZ 0x00128130
LEA RSI,[0x17340a]
MOV RDI,R14
CALL 0x00122310
TEST EAX,EAX
JZ 0x00128116
LEA RSI,[0x173448]
MOV RDI,R14
CALL 0x00122310
TEST EAX,EAX
JZ 0x00128116
LEA ... |
int8 verify_eth_local(int8 *param_1)
{
int8 uVar1;
int iVar2;
char *pcVar3;
int1 *puVar4;
int4 uVar5;
ulong local_48;
void *pvStack_40;
int8 local_38;
int1 local_30 [24];
pcVar3 = (char *)*param_1;
iVar2 = strcmp(pcVar3,"eth_chainId");
if (iVar2 == 0) {
pvStack_40 = malloc(8);
uVar5... | |
35,607 | freeze_size | eloqsql/mysys/array.c | void freeze_size(DYNAMIC_ARRAY *array)
{
uint elements;
/*
Do nothing if we are using a static buffer
*/
if (array->malloc_flags & MY_INIT_BUFFER_USED)
return;
elements= MY_MAX(array->elements, 1);
if (array->buffer && array->max_element > elements)
{
array->buffer=(uchar*) my_realloc(array-... | O3 | c | freeze_size:
movq 0x20(%rdi), %rcx
btl $0x8, %ecx
jb 0x32dc8
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movl 0x8(%rdi), %r14d
cmpl $0x1, %r14d
adcl $0x0, %r14d
movq (%rdi), %rsi
testq %rsi, %rsi
je 0x32dc4
cmpl %r14d, 0xc(%rbx)
jbe 0x32dc4
movl 0x18(%rbx), %edi
movl 0x14(%rbx), %edx
imull %r14d, %... | freeze_size:
mov rcx, [rdi+20h]
bt ecx, 8
jb short locret_32DC8
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov r14d, [rdi+8]
cmp r14d, 1
adc r14d, 0
mov rsi, [rdi]
test rsi, rsi
jz short loc_32DC4
cmp [rbx+0Ch], r14d
jbe short loc_32DC4
mov ed... | void freeze_size(long long a1)
{
long long v1; // rcx
unsigned int v2; // r14d
v1 = *(_QWORD *)(a1 + 32);
if ( (v1 & 0x100) == 0 )
{
v2 = (*(_DWORD *)(a1 + 8) == 0) + *(_DWORD *)(a1 + 8);
if ( *(_QWORD *)a1 )
{
if ( *(_DWORD *)(a1 + 12) > v2 )
{
*(_QWORD *)a1 = my_realloc(
... | freeze_size:
MOV RCX,qword ptr [RDI + 0x20]
BT ECX,0x8
JC 0x00132dc8
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV R14D,dword ptr [RDI + 0x8]
CMP R14D,0x1
ADC R14D,0x0
MOV RSI,qword ptr [RDI]
TEST RSI,RSI
JZ 0x00132dc4
CMP dword ptr [RBX + 0xc],R14D
JBE 0x00132dc4
MOV EDI,dword ptr [RBX + 0x18]
MOV EDX,dword p... |
void freeze_size(long *param_1)
{
long lVar1;
uint uVar2;
if (((uint)param_1[4] >> 8 & 1) == 0) {
uVar2 = (int)param_1[1] + (uint)((int)param_1[1] == 0);
if ((*param_1 != 0) && (uVar2 < *(uint *)((long)param_1 + 0xc))) {
lVar1 = my_realloc((int)param_1[3],*param_1,*(int *)((long)param_1 + 0x14)... | |
35,608 | directory_file_name | eloqsql/mysys/my_lib.c | static char *directory_file_name (char * dst, const char *src)
{
/* Process as Unix format: just remove test the final slash. */
char *end;
DBUG_ASSERT(strlen(src) < (FN_REFLEN + 1));
if (src[0] == 0)
src= (char*) "."; /* Use empty as current */
end= strnmov(dst, src, FN_REFLEN ... | O0 | c | directory_file_name:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0x30e12
movq -0x10(%rbp), %rax
movsbl (%rax), %eax
cmpl $0x0, %eax
jne 0x30e29
leaq 0x5aad0(%rip), %rax # 0x8b8f5
movq %rax, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movl $0x201, %edx ... | directory_file_name:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
jmp short $+2
loc_30E12:
mov rax, [rbp+var_10]
movsx eax, byte ptr [rax]
cmp eax, 0
jnz short loc_30E29
lea rax, asc_8B8F4+1; "."
mov [rbp+var_10], rax
loc_30E29:
mov rdi, ... | _BYTE * directory_file_name(long long a1, char *a2)
{
_BYTE *v2; // rax
_BYTE *v4; // [rsp+8h] [rbp-18h]
char *v5; // [rsp+10h] [rbp-10h]
v5 = a2;
if ( !*a2 )
v5 = ".";
v4 = (_BYTE *)strnmov(a1, v5, 513LL);
if ( *(v4 - 1) != 47 )
{
v2 = v4++;
*v2 = 47;
*v4 = 0;
}
return v4;
}
| directory_file_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x00130e12
LAB_00130e12:
MOV RAX,qword ptr [RBP + -0x10]
MOVSX EAX,byte ptr [RAX]
CMP EAX,0x0
JNZ 0x00130e29
LEA RAX,[0x18b8f5]
MOV qword ptr [RBP + -0x10],RAX
LAB_00130e29:
MOV RDI,qword ptr [RBP +... |
int1 * directory_file_name(int8 param_1,char *param_2)
{
int1 *puVar1;
int1 *local_20;
char *local_18;
local_18 = param_2;
if (*param_2 == '\0') {
local_18 = ".";
}
puVar1 = (int1 *)strnmov(param_1,local_18,0x201);
local_20 = puVar1;
if (puVar1[-1] != '/') {
local_20 = puVar1 + 1;
*pu... | |
35,609 | void Common::Log::GenericLogFmt<2ul, Common::ShowMessageAlert(std::basic_string_view<char, std::char_traits<char>>, bool, Common::Log::LogType, Common::MsgType, char const*, int)::$_0::operator()() const::FMT_COMPILE_STRING, char const*, std::basic_string_view<char, std::char_traits<char>>>(Common::Log::LogLevel, Commo... | Dolphin-anty/Source/Core/Common/Logging/Log.h | void GenericLogFmt(LogLevel level, LogType type, const char* file, int line, const S& format,
const Args&... args)
{
static_assert(NumFields == sizeof...(args),
"Unexpected number of replacement fields in format string; did you pass too few or "
"too many arguments?"... | O0 | c | void Common::Log::GenericLogFmt<2ul, Common::ShowMessageAlert(std::basic_string_view<char, std::char_traits<char>>, bool, Common::Log::LogType, Common::MsgType, char const*, int)::$_0::operator()() const::FMT_COMPILE_STRING, char const*, std::basic_string_view<char, std::char_traits<char>>>(Common::Log::LogLevel, Commo... | _ZN6Common3Log13GenericLogFmtILm2EZZN4File13SetCurrentDirERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEENK3$_0clEvE18FMT_COMPILE_STRINGJA14_cS8_EEEvNS0_8LogLevelENS0_7LogTypeEPKciRKT0_DpRKT1_:
sub rsp, 0C8h
mov rax, [rsp+0C8h+arg_0]
mov [rsp+0C8h+var_34], edi
mov [rsp+0C8h+var_38], esi
mov ... | void Common::Log::GenericLogFmt<2ul,File::SetCurrentDir(std::string const&)::$_0::operator() const(void)::FMT_COMPILE_STRING,char [14],std::string>(
unsigned int a1,
unsigned int a2,
long long a3,
unsigned int a4,
long long a5,
long long a6,
long long a7)
{
lon... | operator():
SUB RSP,0xc8
MOV RAX,qword ptr [RSP + 0xd0]
MOV dword ptr [RSP + 0x94],EDI
MOV dword ptr [RSP + 0x90],ESI
MOV qword ptr [RSP + 0x88],RDX
MOV dword ptr [RSP + 0x84],ECX
MOV qword ptr [RSP + 0x78],R8
MOV qword ptr [RSP + 0x70],R9
MOV RAX,qword ptr [RSP + 0x78]
MOV qword ptr [RSP + 0x68],RAX
MOV EAX,dword ptr ... |
/* void Common::Log::GenericLogFmt<2ul, File::SetCurrentDir(std::__cxx11::string
const&)::$_0::TEMPNAMEPLACEHOLDERVALUE() const::FMT_COMPILE_STRING, char [14],
std::__cxx11::string >(Common::Log::LogLevel, Common::Log::LogType, char const*, int,
File::SetCurrentDir(std::__cxx11::string const&)::$_0::TEMPNAMEP... | |
35,610 | u32toa_pair_1pass | bluesky950520[P]quickjs/tests/test_conv.c | size_t u32toa_pair_1pass(char buf[minimum_length(11)], uint32_t n)
{
#ifdef USE_SINGLE_CASE /* 6% */
if (n < 10) {
buf[0] = (char)('0' + n);
buf[1] = '\0';
return 1;
}
#endif
char *p = buf;
/* division by known base uses multiplication */
if (n >= 100000000) {
uint32_... | O0 | c | u32toa_pair_1pass:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movl %esi, 0x1c(%rsp)
movq 0x20(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpl $0x5f5e100, 0x1c(%rsp) # imm = 0x5F5E100
jb 0x2bb5
movl 0x1c(%rsp), %eax
movl $0x5f5e100, %ecx # imm = 0x5F5E100
xorl %edx, %edx
divl %ecx
movl %eax, 0xc(%rsp)
imull $0x5f5e100, 0xc(%... | u32toa_pair_1pass:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_C], esi
mov rax, [rsp+28h+var_8]
mov [rsp+28h+var_18], rax
cmp [rsp+28h+var_C], 5F5E100h
jb loc_2BB5
mov eax, [rsp+28h+var_C]
mov ecx, 5F5E100h
xor edx, edx
div ecx
mov [rsp+28h+var_1C], eax
imul ... | long long u32toa_pair_1pass(_BYTE *a1, unsigned int a2)
{
_BYTE *v2; // rax
_BYTE *v4; // [rsp+10h] [rbp-18h]
if ( a2 < 0x5F5E100 )
{
v4 = (_BYTE *)u8toa(a1, a2);
}
else
{
*a1 = digits100[2 * (a2 / 0x5F5E100)];
v2 = &a1[*a1 != 48];
*v2 = digits100[2 * (a2 / 0x5F5E100) + 1];
v4 = (_BY... | u32toa_pair_1pass:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV dword ptr [RSP + 0x1c],ESI
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x10],RAX
CMP dword ptr [RSP + 0x1c],0x5f5e100
JC 0x00102bb5
MOV EAX,dword ptr [RSP + 0x1c]
MOV ECX,0x5f5e100
XOR EDX,EDX
DIV ECX
MOV dword ptr [RSP + 0xc],EAX
IMUL ECX,dword... |
long u32toa_pair_1pass(char *param_1,uint param_2)
{
char cVar1;
int1 *local_18;
if (param_2 < 100000000) {
local_18 = (int1 *)u8toa(param_1,param_2);
}
else {
*param_1 = digits100[param_2 / 100000000 << 1];
cVar1 = *param_1;
param_1[(int)(uint)(cVar1 != '0')] = digits100[(param_2 / 10000... | |
35,611 | inline_mysql_file_sync | eloqsql/include/mysql/psi/mysql_file.h | static inline int
inline_mysql_file_sync(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File fd, myf flags)
{
int result= 0;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thread_file_descriptor_locker)(&stat... | O3 | c | inline_mysql_file_sync:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movl %esi, %r14d
movl %edi, %r12d
leaq 0x35003a(%rip), %r13 # 0x386010
movq (%r13), %rax
leaq -0x70(%rbp), %rdi
movl $0x10, %edx
callq *0x158(%rax)
testq %rax, %rax
jne 0x3600c
m... | inline_mysql_file_sync:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, rdx
mov r14d, esi
mov r12d, edi
lea r13, PSI_server
mov rax, [r13+0]
lea rdi, [rbp+var_70]
mov edx, 10h
call qword ptr [rax+158h]
test rax, rax
jnz... | long long inline_mysql_file_sync(unsigned int a1, long long a2, long long a3)
{
long long v4; // rax
unsigned int v5; // ebx
long long v7; // r15
_BYTE v8[112]; // [rsp+0h] [rbp-70h] BYREF
v4 = ((long long ( *)(_BYTE *, long long, long long))PSI_server[43])(v8, a2, 16LL);
if ( v4 )
{
v7 = v4;
((... | inline_mysql_file_sync:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,RDX
MOV R14D,ESI
MOV R12D,EDI
LEA R13,[0x486010]
MOV RAX,qword ptr [R13]
LEA RDI,[RBP + -0x70]
MOV EDX,0x10
CALL qword ptr [RAX + 0x158]
TEST RAX,RAX
JNZ 0x0013600c
MOV EDI,R14D
MOV RSI,RBX
CALL 0x001a1070
MOV... |
int4 inline_mysql_file_sync(int4 param_1,ulong param_2,int8 param_3)
{
int4 uVar1;
long lVar2;
int1 local_78 [72];
lVar2 = (**(code **)(PSI_server + 0x158))(local_78,param_2,0x10);
if (lVar2 == 0) {
uVar1 = my_sync(param_2 & 0xffffffff,param_3);
}
else {
(**(code **)(PSI_server + 0x210))
... | |
35,612 | ggml_graph_nbytes | monkey531[P]llama/ggml/src/ggml.c | static size_t ggml_graph_nbytes(size_t size, bool grads) {
size_t hash_size = ggml_hash_size(size * 2);
void * p = 0;
incr_ptr_aligned(&p, sizeof(struct ggml_cgraph), 1);
incr_ptr_aligned(&p, size * sizeof(struct ggml_tensor *), sizeof(struct ggml_tensor *)); // nodes
incr_ptr_aligned(&p, size * siz... | O0 | c | ggml_graph_nbytes:
subq $0x28, %rsp
movb %sil, %al
movq %rdi, 0x20(%rsp)
andb $0x1, %al
movb %al, 0x1f(%rsp)
movq 0x20(%rsp), %rdi
shlq %rdi
callq 0x40330
movq %rax, 0x10(%rsp)
movq $0x0, 0x8(%rsp)
leaq 0x8(%rsp), %rdi
movl $0x50, %esi
movl $0x1, %edx
callq 0x57790
movq 0x20(%rsp), %rsi
shlq $0x3, %rsi
leaq 0x8(%rsp), ... | ggml_graph_nbytes:
sub rsp, 28h
mov al, sil
mov [rsp+28h+var_8], rdi
and al, 1
mov [rsp+28h+var_9], al
mov rdi, [rsp+28h+var_8]
shl rdi, 1
call _ggml_hash_size
mov [rsp+28h+var_18], rax
mov [rsp+28h+var_20], 0
lea rdi, [rsp+28h+var_20]
mov esi, 50h ; 'P'
mov edx, 1
cal... | long long ggml_graph_nbytes(long long a1, char a2)
{
unsigned long long v2; // rax
long long v4; // [rsp+8h] [rbp-20h] BYREF
long long v5; // [rsp+10h] [rbp-18h]
char v6; // [rsp+1Fh] [rbp-9h]
long long v7; // [rsp+20h] [rbp-8h]
v7 = a1;
v6 = a2 & 1;
v5 = ggml_hash_size(2 * a1);
v4 = 0LL;
incr_ptr... | ggml_graph_nbytes:
SUB RSP,0x28
MOV AL,SIL
MOV qword ptr [RSP + 0x20],RDI
AND AL,0x1
MOV byte ptr [RSP + 0x1f],AL
MOV RDI,qword ptr [RSP + 0x20]
SHL RDI,0x1
CALL 0x00140330
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x8],0x0
LEA RDI,[RSP + 0x8]
MOV ESI,0x50
MOV EDX,0x1
CALL 0x00157790
MOV RSI,qword ptr [RSP + ... |
int8 ggml_graph_nbytes(long param_1,byte param_2)
{
long lVar1;
int8 local_20;
long local_18;
byte local_9;
long local_8;
local_9 = param_2 & 1;
local_8 = param_1;
local_18 = ggml_hash_size(param_1 << 1);
local_20 = 0;
incr_ptr_aligned(&local_20,0x50,1);
incr_ptr_aligned(&local_20,local_8 << ... | |
35,613 | pvio_socket_wait_io_or_timeout | eloqsql/libmariadb/plugins/pvio/pvio_socket.c | int pvio_socket_wait_io_or_timeout(MARIADB_PVIO *pvio, my_bool is_read, int timeout)
{
int rc;
struct st_pvio_socket *csock= NULL;
#ifndef _WIN32
struct pollfd p_fd;
#else
struct timeval tv= {0,0};
fd_set fds, exc_fds;
#endif
if (!pvio || !pvio->data)
return 0;
if (pvio->mysql->options.extension &&... | O0 | c | pvio_socket_wait_io_or_timeout:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movb %sil, %al
movq %rdi, -0x10(%rbp)
movb %al, -0x11(%rbp)
movl %edx, -0x18(%rbp)
movq $0x0, -0x28(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x4139e
movq -0x10(%rbp), %rax
cmpq $0x0, (%rax)
jne 0x413aa
movl $0x0, -0x4(%rbp)
jmp 0x414b4
movq -0x10(%rbp),... | pvio_socket_wait_io_or_timeout:
push rbp
mov rbp, rsp
sub rsp, 40h
mov al, sil
mov [rbp+var_10], rdi
mov [rbp+var_11], al
mov [rbp+var_18], edx
mov [rbp+var_28], 0
cmp [rbp+var_10], 0
jz short loc_4139E
mov rax, [rbp+var_10]
cmp qword ptr [rax], 0
jnz short loc_413AA
... | long long pvio_socket_wait_io_or_timeout(int **a1, char a2, unsigned int a3)
{
__int16 v3; // ax
bool v5; // [rsp+Bh] [rbp-35h]
unsigned int v6; // [rsp+Ch] [rbp-34h] BYREF
int v7; // [rsp+10h] [rbp-30h] BYREF
__int16 v8; // [rsp+14h] [rbp-2Ch]
int *v9; // [rsp+18h] [rbp-28h]
unsigned int v10; // [rsp+24... | pvio_socket_wait_io_or_timeout:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV AL,SIL
MOV qword ptr [RBP + -0x10],RDI
MOV byte ptr [RBP + -0x11],AL
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x28],0x0
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0014139e
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX],0x0
JNZ 0x001413aa
... |
int pvio_socket_wait_io_or_timeout(long *param_1,char param_2,int param_3)
{
char cVar1;
int *piVar2;
bool bVar3;
int4 local_3c;
pollfd local_38;
int *local_30;
int local_24;
int local_20;
char local_19;
long *local_18;
int local_c;
local_30 = (int *)0x0;
if ((param_1 == (long *)0x0) || (... | |
35,614 | ma_redo_not_needed_for_page | eloqsql/storage/maria/ma_recovery_util.c | my_bool _ma_redo_not_needed_for_page(uint16 shortid, LSN lsn,
pgcache_page_no_t page,
my_bool index)
{
if (cmp_translog_addr(lsn, checkpoint_start) < 0)
{
/*
64-bit key is formed like this:
Most significant byte: 0 if data pag... | O0 | c | ma_redo_not_needed_for_page:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movb %cl, %al
movw %di, %cx
movq %fs:0x28, %rdi
movq %rdi, -0x8(%rbp)
movw %cx, -0x24(%rbp)
movq %rsi, -0x30(%rbp)
movq %rdx, -0x38(%rbp)
movb %al, -0x39(%rbp)
movq -0x30(%rbp), %rax
subq 0xc3896c(%rip), %rax # 0xc7bc30
cmpq $0x0, %rax
jge 0x43... | _ma_redo_not_needed_for_page:
push rbp
mov rbp, rsp
sub rsp, 60h
mov al, cl
mov cx, di
mov rdi, fs:28h
mov [rbp+var_8], rdi
mov [rbp+var_24], cx
mov [rbp+var_30], rsi
mov [rbp+var_38], rdx
mov [rbp+var_39], al
mov rax, [rbp+var_30]
sub rax, cs:checkpoint_start
cmp ... | char ma_redo_not_needed_for_page(
unsigned __int16 a1,
long long a2,
long long a3,
char a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
long long v12; // rax
long long v1... | _ma_redo_not_needed_for_page:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV AL,CL
MOV CX,DI
MOV RDI,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RDI
MOV word ptr [RBP + -0x24],CX
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],RDX
MOV byte ptr [RBP + -0x39],AL
MOV RAX,qword ptr [RBP + -0x30]
SUB RAX,qword ptr [0x... |
int8
_ma_redo_not_needed_for_page(int2 param_1,long param_2,ulong param_3,int1 param_4)
{
int8 uVar1;
long lVar2;
int8 uVar3;
long in_FS_OFFSET;
ulong local_50;
int1 local_41;
ulong local_40;
long local_38;
int2 local_2c;
int1 local_29;
int1 local_28 [24];
long local_10;
local_10 = *(long... | |
35,615 | js_iterator_get_value_done | bluesky950520[P]quickjs/quickjs.c | static __exception int js_iterator_get_value_done(JSContext *ctx, JSValue *sp)
{
JSValue obj, value;
BOOL done;
obj = sp[-1];
if (!JS_IsObject(obj)) {
JS_ThrowTypeError(ctx, "iterator must return an object");
return -1;
}
value = JS_IteratorGetCompleteValue(ctx, obj, &done);
... | O0 | c | js_iterator_get_value_done:
subq $0x78, %rsp
movq %rdi, 0x68(%rsp)
movq %rsi, 0x60(%rsp)
movq 0x60(%rsp), %rax
movq -0x10(%rax), %rcx
movq %rcx, 0x50(%rsp)
movq -0x8(%rax), %rax
movq %rax, 0x58(%rsp)
movq 0x50(%rsp), %rdi
movq 0x58(%rsp), %rsi
callq 0x29cb0
cmpl $0x0, %eax
jne 0x66c33
movq 0x68(%rsp), %rdi
leaq 0xa6015... | js_iterator_get_value_done:
sub rsp, 78h
mov [rsp+78h+var_10], rdi
mov [rsp+78h+var_18], rsi
mov rax, [rsp+78h+var_18]
mov rcx, [rax-10h]
mov [rsp+78h+var_28], rcx
mov rax, [rax-8]
mov [rsp+78h+var_20], rax
mov rdi, [rsp+78h+var_28]
mov rsi, [rsp+78h+var_20]
call JS_IsObject
c... | long long js_iterator_get_value_done(
long long a1,
long long *a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
long lon... | js_iterator_get_value_done:
SUB RSP,0x78
MOV qword ptr [RSP + 0x68],RDI
MOV qword ptr [RSP + 0x60],RSI
MOV RAX,qword ptr [RSP + 0x60]
MOV RCX,qword ptr [RAX + -0x10]
MOV qword ptr [RSP + 0x50],RCX
MOV RAX,qword ptr [RAX + -0x8]
MOV qword ptr [RSP + 0x58],RAX
MOV RDI,qword ptr [RSP + 0x50]
MOV RSI,qword ptr [RSP + 0x58]... |
int4 js_iterator_get_value_done(int8 param_1,int1 (*param_2) [16])
{
int1 (*pauVar1) [16];
int iVar2;
int1 auVar3 [16];
int4 local_3c;
int1 local_38 [16];
int8 local_28;
int8 local_20;
int1 (*local_18) [16];
int8 local_10;
int4 local_4;
local_28 = *(int8 *)param_2[-1];
local_20 = *(int8 *)(... | |
35,616 | mi_keylength_part | eloqsql/storage/myisam/mi_search.c | uint _mi_keylength_part(MI_KEYDEF *keyinfo, register uchar *key,
HA_KEYSEG *end)
{
reg1 HA_KEYSEG *keyseg;
uchar *start= key;
for (keyseg=keyinfo->seg ; keyseg != end ; keyseg++)
{
if (keyseg->flag & HA_NULL_PART)
if (!*key++)
continue;
if (keyseg->flag & (HA_SPACE_PACK | HA_BLOB_PART ... | O0 | c | mi_keylength_part:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x8(%rbp), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x18(%rbp), %rax
je 0xc4c3a
movq -0x20(%rbp), %rax
movzwl 0x12(%... | _mi_keylength_part:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_8]
mov rax, [rax+28h]
mov [rbp+var_20], rax
loc_C4B64:
mov rax, [rbp+var_20]
cmp rax, [rbp+var_18]
jz ... | unsigned __int8 * mi_keylength_part(long long a1, unsigned __int8 *a2, long long a3)
{
unsigned __int8 *v3; // rax
unsigned __int8 *v4; // rax
int v6; // [rsp+0h] [rbp-2Ch]
long long i; // [rsp+Ch] [rbp-20h]
unsigned __int8 *v8; // [rsp+1Ch] [rbp-10h]
unsigned __int8 *v9; // [rsp+1Ch] [rbp-10h]
v8 = a2;
... | _mi_keylength_part:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x20],RAX
LAB_001c4b64:
MOV RAX,qwor... |
long _mi_keylength_part(long param_1,byte *param_2,long param_3)
{
byte bVar1;
byte *pbVar2;
uint local_34;
long local_28;
byte *local_18;
local_18 = param_2;
for (local_28 = *(long *)(param_1 + 0x28); local_28 != param_3; local_28 = local_28 + 0x20) {
if (((*(ushort *)(local_28 + 0x12) & 0x10) =... | |
35,617 | mbedtls_cipher_aead_encrypt | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/cipher.c | static int mbedtls_cipher_aead_encrypt(mbedtls_cipher_context_t *ctx,
const unsigned char *iv, size_t iv_len,
const unsigned char *ad, size_t ad_len,
const unsigned char *input, size_t ilen,
... | O3 | c | mbedtls_cipher_aead_encrypt:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %r11
movq %r8, %r10
movq %rcx, %r9
movq %rdx, %r8
movq %rsi, %rcx
movq 0x50(%rsp), %r15
movq 0x48(%rsp), %r14
movq 0x40(%rsp), %rsi
movq 0x38(%rsp), %rbx
movq 0x30(%rsp), %rdx
movq (%rdi), %r12
movl 0x4(%r12), %eax
cmpl $0x8, ... | mbedtls_cipher_aead_encrypt:
push r15
push r14
push r12
push rbx
push rax
mov r11, r9
mov r10, r8
mov r9, rcx
mov r8, rdx
mov rcx, rsi
mov r15, [rsp+28h+arg_20]
mov r14, [rsp+28h+arg_18]
mov rsi, [rsp+28h+arg_10]
mov rbx, [rsp+28h+arg_8]
mov rdx, [rsp+28h+arg_0]
mo... | long long mbedtls_cipher_aead_encrypt(
_QWORD *a1,
int a2,
long long a3,
int a4,
long long a5,
long long a6,
long long a7,
long long a8,
_QWORD *a9,
long long a10,
long long a11)
{
_DWORD *v11; // r12
int v12; // eax
long lon... | mbedtls_cipher_aead_encrypt:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R11,R9
MOV R10,R8
MOV R9,RCX
MOV R8,RDX
MOV RCX,RSI
MOV R15,qword ptr [RSP + 0x50]
MOV R14,qword ptr [RSP + 0x48]
MOV RSI,qword ptr [RSP + 0x40]
MOV RBX,qword ptr [RSP + 0x38]
MOV RDX,qword ptr [RSP + 0x30]
MOV R12,qword ptr [RDI]
MOV EAX,dwo... |
int8
mbedtls_cipher_aead_encrypt
(int8 *param_1,int8 param_2,ulong param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 *param_9,int8 param_10,long param_11)
{
int *piVar1;
int8 uVar2;
piVar1 = (int *)*param_1;
if (piVar1[1] == 8) {
*param_9 = pa... | |
35,618 | minja::Parser::parseMathPlusMinus() | monkey531[P]llama/common/minja.hpp | std::shared_ptr<Expression> parseMathPlusMinus() {
static std::regex plus_minus_tok(R"(\+|-(?![}%#]\}))");
auto left = parseMathMulDiv();
if (!left) throw std::runtime_error("Expected left side of 'math plus/minus' expression");
std::string op_str;
while (!(op_str = consumeToken... | O2 | cpp | minja::Parser::parseMathPlusMinus():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x9ad21(%rip), %rax # 0xff0e8
movb (%rax), %al
testb %al, %al
movq %rdi, 0x8(%rsp)
je 0x6451e
movq %rbx, %rdi
movq %r15, %rsi
callq 0x64628
cmpq $0x0, (%rbx)
j... | _ZN5minja6Parser18parseMathPlusMinusEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov r15, rsi
mov rbx, rdi
lea rax, _ZGVZN5minja6Parser18parseMathPlusMinusEvE14plus_minus_tokB5cxx11; `guard variable for'minja::Parser::parseMathPlusMinus(void)::plus_minus_tok
m... | minja::Parser * minja::Parser::parseMathPlusMinus(minja::Parser *this, _QWORD *a2)
{
minja::Parser *v2; // rbx
long long v3; // rbx
std::runtime_error *v5; // r15
std::runtime_error *exception; // r15
int v7; // [rsp+14h] [rbp-94h] BYREF
long long v8; // [rsp+18h] [rbp-90h] BYREF
long long v9; // [rsp+20h... | parseMathPlusMinus:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV R15,RSI
MOV RBX,RDI
LEA RAX,[0x1ff0e8]
MOV AL,byte ptr [RAX]
TEST AL,AL
MOV qword ptr [RSP + 0x8],RDI
JZ 0x0016451e
LAB_001643d6:
MOV RDI,RBX
MOV RSI,R15
CALL 0x00164628
CMP qword ptr [RBX],0x0
JZ 0x00164578
LEA RAX,[RSP + 0x48]
... |
/* minja::Parser::parseMathPlusMinus() */
__shared_ptr<minja::Expression,(__gnu_cxx::_Lock_policy)2> * minja::Parser::parseMathPlusMinus(void)
{
int iVar1;
long lVar2;
runtime_error *prVar3;
__shared_ptr<minja::Expression,(__gnu_cxx::_Lock_policy)2> *in_RDI;
long local_90;
__shared_count<(__gnu_cxx::_Loc... | |
35,619 | js_map_get | bluesky950520[P]quickjs/quickjs.c | static JSValue js_map_get(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int magic)
{
JSMapState *s = JS_GetOpaque2(ctx, this_val, JS_CLASS_MAP + magic);
JSMapRecord *mr;
JSValue key;
if (!s)
return JS_EXCEPTION;
key = map_normalize_key(ctx, argv[0]);
... | O2 | c | js_map_get:
pushq %r14
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rdi, %r14
leal 0x23(%r9), %ecx
callq 0x21207
testq %rax, %rax
je 0x4472b
movq (%rbx), %rdx
movq 0x8(%rbx), %rcx
movl %ecx, %esi
xorq $0x7, %rsi
movq %rdx, %rdi
btrq $0x3f, %rdi
xorl %ebx, %ebx
orq %rsi, %rdi
cmoveq %rbx, %rdx
cmoveq %rbx, %rcx
movq %r14,... | js_map_get:
push r14
push rbx
push rax
mov rbx, r8
mov r14, rdi
lea ecx, [r9+23h]
call JS_GetOpaque2
test rax, rax
jz short loc_4472B
mov rdx, [rbx]
mov rcx, [rbx+8]
mov esi, ecx
xor rsi, 7
mov rdi, rdx
btr rdi, 3Fh ; '?'
xor ebx, ebx
or rdi, rsi
cmovz ... | unsigned long long js_map_get(long long a1, long long a2, int a3, __m128d a4, long long a5, long long a6, int a7)
{
long long Opaque2; // rax
_DWORD *v10; // rdx
long long v11; // rcx
__int128 v12; // rdi
long long v13; // rbx
long long record; // rax
unsigned long long v15; // rcx
unsigned long long v... | js_map_get:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R14,RDI
LEA ECX,[R9 + 0x23]
CALL 0x00121207
TEST RAX,RAX
JZ 0x0014472b
MOV RDX,qword ptr [RBX]
MOV RCX,qword ptr [RBX + 0x8]
MOV ESI,ECX
XOR RSI,0x7
MOV RDI,RDX
BTR RDI,0x3f
XOR EBX,EBX
OR RDI,RSI
CMOVZ RDX,RBX
CMOVZ RCX,RBX
MOV RDI,R14
MOV RSI,RAX
CALL 0x0013d80d
T... |
int1 [16] js_map_get(int8 param_1)
{
int *piVar1;
long lVar2;
ulong uVar3;
ulong uVar4;
int8 uVar5;
ulong *in_R8;
int1 auVar6 [16];
lVar2 = JS_GetOpaque2();
if (lVar2 == 0) {
uVar5 = 6;
}
else {
uVar4 = in_R8[1];
uVar3 = *in_R8;
if ((*in_R8 & 0x7fffffffffffffff) == 0 && (in_R... | |
35,620 | ma_get_status | eloqsql/storage/maria/ma_state.c | my_bool _ma_get_status(void* param, my_bool concurrent_insert)
{
MARIA_HA *info=(MARIA_HA*) param;
DBUG_ENTER("_ma_get_status");
DBUG_PRINT("info",("key_file: %ld data_file: %ld concurrent_insert: %d",
(long) info->s->state.state.key_file_length,
(long) info->s->state.state.data_file_length,
... | O0 | c | ma_get_status:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
movb %al, -0x9(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
jmp 0x2c86c
movq -0x18(%rbp), %rdi
addq $0x28, %rdi
movq -0x18(%rbp), %rax
movq (%rax), %rsi
addq $0x18, %rsi
movl $0x38, %edx
callq 0x2a0c0
movq -0x18(%rbp),... | _ma_get_status:
push rbp
mov rbp, rsp
sub rsp, 20h
mov al, sil
mov [rbp+var_8], rdi
mov [rbp+var_9], al
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
jmp short $+2
loc_2C86C:
mov rdi, [rbp+var_18]
add rdi, 28h ; '('
mov rax, [rbp+var_18]
mov rsi, [rax]
add rsi, 18h
mo... | long long ma_get_status(long long a1, char a2)
{
memcpy(a1 + 40, *(_QWORD *)a1 + 24LL, 56LL);
*(_QWORD *)(a1 + 32) = a1 + 40;
*(_BYTE *)(*(_QWORD *)(a1 + 32) + 52LL) &= ~1u;
*(_BYTE *)(a1 + 1665) = a2;
return 0LL;
}
| _ma_get_status:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV AL,SIL
MOV qword ptr [RBP + -0x8],RDI
MOV byte ptr [RBP + -0x9],AL
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
JMP 0x0012c86c
LAB_0012c86c:
MOV RDI,qword ptr [RBP + -0x18]
ADD RDI,0x28
MOV RAX,qword ptr [RBP + -0x18]
MOV RSI,qword ptr [RAX]
ADD RS... |
int8 _ma_get_status(long *param_1,int1 param_2)
{
memcpy(param_1 + 5,(void *)(*param_1 + 0x18),0x38);
param_1[4] = (long)(param_1 + 5);
*(byte *)(param_1[4] + 0x34) = *(byte *)(param_1[4] + 0x34) & 0xfe;
*(int1 *)((long)param_1 + 0x681) = param_2;
return 0;
}
| |
35,621 | common_log::set_file(char const*) | monkey531[P]llama/common/log.cpp | void set_file(const char * path) {
pause();
if (file) {
fclose(file);
}
if (path) {
file = fopen(path, "w");
} else {
file = nullptr;
}
resume();
} | O2 | cpp | common_log::set_file(char const*):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
callq 0x982d2
movq 0x60(%rbx), %rdi
testq %rdi, %rdi
je 0x985f9
callq 0x238c0
testq %r14, %r14
je 0x9860f
leaq 0x15a65(%rip), %rsi # 0xae06a
movq %r14, %rdi
callq 0x23a80
jmp 0x98611
xorl %eax, %eax
movq %rax, 0x60(%... | _ZN10common_log8set_fileEPKc:
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
call _ZN10common_log5pauseEv; common_log::pause(void)
mov rdi, [rbx+60h]
test rdi, rdi
jz short loc_985F9
call _fclose
loc_985F9:
test r14, r14
jz short loc_9860F
lea rsi, aGrpAttnW+0Bh; "w"... | long long common_log::set_file(common_log *this, const char *a2)
{
long long v3; // rdi
long long v4; // rax
common_log::pause(this);
v3 = *((_QWORD *)this + 12);
if ( v3 )
fclose(v3);
if ( a2 )
v4 = fopen(a2, "w");
else
v4 = 0LL;
*((_QWORD *)this + 12) = v4;
return common_log::resume(th... | set_file:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
CALL 0x001982d2
MOV RDI,qword ptr [RBX + 0x60]
TEST RDI,RDI
JZ 0x001985f9
CALL 0x001238c0
LAB_001985f9:
TEST R14,R14
JZ 0x0019860f
LEA RSI,[0x1ae06a]
MOV RDI,R14
CALL 0x00123a80
JMP 0x00198611
LAB_0019860f:
XOR EAX,EAX
LAB_00198611:
MOV qword ptr [RBX + 0x60]... |
/* common_log::set_file(char const*) */
void __thiscall common_log::set_file(common_log *this,char *param_1)
{
FILE *pFVar1;
pause(this);
if (*(FILE **)(this + 0x60) != (FILE *)0x0) {
fclose(*(FILE **)(this + 0x60));
}
if (param_1 == (char *)0x0) {
pFVar1 = (FILE *)0x0;
}
else {
pFVar1 =... | |
35,622 | thr_lock_data_init | eloqsql/mysys/thr_lock.c | void thr_lock_data_init(THR_LOCK *lock,THR_LOCK_DATA *data, void *param)
{
data->lock=lock;
data->type=TL_UNLOCK;
data->owner= 0; /* no owner yet */
data->status_param=param;
data->cond=0;
data->priority= 0;
data->debug_print_param= 0;
} | O3 | c | thr_lock_data_init:
pushq %rbp
movq %rsp, %rbp
movq %rdi, 0x18(%rsi)
xorl %eax, %eax
movl %eax, 0x40(%rsi)
movq %rax, (%rsi)
movq %rdx, 0x28(%rsi)
movq %rax, 0x20(%rsi)
movl %eax, 0x48(%rsi)
movq %rax, 0x30(%rsi)
popq %rbp
retq
| thr_lock_data_init:
push rbp
mov rbp, rsp
mov [rsi+18h], rdi
xor eax, eax
mov [rsi+40h], eax
mov [rsi], rax
mov [rsi+28h], rdx
mov [rsi+20h], rax
mov [rsi+48h], eax
mov [rsi+30h], rax
pop rbp
retn
| long long thr_lock_data_init(long long a1, long long a2, long long a3)
{
long long result; // rax
*(_QWORD *)(a2 + 24) = a1;
result = 0LL;
*(_DWORD *)(a2 + 64) = 0;
*(_QWORD *)a2 = 0LL;
*(_QWORD *)(a2 + 40) = a3;
*(_QWORD *)(a2 + 32) = 0LL;
*(_DWORD *)(a2 + 72) = 0;
*(_QWORD *)(a2 + 48) = 0LL;
ret... | thr_lock_data_init:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RSI + 0x18],RDI
XOR EAX,EAX
MOV dword ptr [RSI + 0x40],EAX
MOV qword ptr [RSI],RAX
MOV qword ptr [RSI + 0x28],RDX
MOV qword ptr [RSI + 0x20],RAX
MOV dword ptr [RSI + 0x48],EAX
MOV qword ptr [RSI + 0x30],RAX
POP RBP
RET
|
void thr_lock_data_init(int8 param_1,int8 *param_2,int8 param_3)
{
param_2[3] = param_1;
*(int4 *)(param_2 + 8) = 0;
*param_2 = 0;
param_2[5] = param_3;
param_2[4] = 0;
*(int4 *)(param_2 + 9) = 0;
param_2[6] = 0;
return;
}
| |
35,623 | bool fmt::v11::detail::loc_writer<char>::operator()<unsigned __int128, 0>(unsigned __int128) | zkingston[P]unknot/build_O1/_deps/fmt-src/include/fmt/format.h | auto operator()(T value) -> bool {
auto arg = make_write_int_arg(value, specs.sign());
write_int(out, static_cast<uint64_or_128_t<T>>(arg.abs_value), arg.prefix,
specs, digit_grouping<Char>(grouping, sep));
return true;
} | O1 | c | bool fmt::v11::detail::loc_writer<char>::operator()<unsigned __int128, 0>(unsigned __int128):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rdx, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movq %rdi, %r13
movq (%rdi), %r12
movq 0x8(%rdi), %r14
movl (%r14), %eax
shrl $0x8, %eax
andl $0xc,... | _ZN3fmt3v116detail10loc_writerIcEclIoTnNSt9enable_ifIXsr10is_integerIT_EE5valueEiE4typeELi0EEEbS6_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov [rsp+0C8h+var_78], rdx
mov [rsp+0C8h+var_80], rsi
mov r13, rdi
mov r12, [rdi]
mov r14, [rdi+8]
mov eax,... | char ZN3fmt3v116detail10loc_writerIcEclIoTnNSt9enable_ifIXsr10is_integerIT_EE5valueEiE4typeELi0EEEbS6_(
long long *a1,
long long a2,
long long a3)
{
long long v3; // r12
_DWORD *v4; // r14
int v5; // ebp
void *v7; // [rsp+8h] [rbp-C0h] BYREF
void *v8; // [rsp+10h] [rbp-B8h]
__int128... | _ZN3fmt3v116detail10loc_writerIcEclIoTnNSt9enable_ifIXsr10is_integerIT_EE5valueEiE4typeELi0EEEbS6_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RSP + 0x50],RDX
MOV qword ptr [RSP + 0x48],RSI
MOV R13,RDI
MOV R12,qword ptr [RDI]
MOV R14,qword ptr [RDI + 0x8]
MOV EAX,dword ptr [R14]
S... |
int8
_ZN3fmt3v116detail10loc_writerIcEclIoTnNSt9enable_ifIXsr10is_integerIT_EE5valueEiE4typeELi0EEEbS6_
(int8 *param_1,int8 param_2,int8 param_3)
{
int4 uVar1;
detail *pdVar2;
uint *puVar3;
uint *local_c0;
int8 local_b8;
uint local_b0;
int4 uStack_ac;
int4 uStack_a8;
int4 uStack_a4;
uint... | |
35,624 | translog_sync | eloqsql/storage/maria/ma_loghandler.c | void translog_sync()
{
DBUG_ENTER("ma_translog_sync");
/* The following is only true if initalization of translog succeded */
if (log_descriptor.open_files.elements != 0)
{
uint32 max= get_current_logfile()->number;
uint32 min;
min= soft_sync_min;
if (!min)
min= max;
translog_sync_f... | O3 | c | translog_sync:
cmpl $0x0, 0x3b081d(%rip) # 0x3fe9f0
je 0x4e1fe
pushq %rbp
movq %rsp, %rbp
callq 0x5023c
movl (%rax), %esi
movl 0xbb1506(%rip), %edi # 0xbff6ec
testl %edi, %edi
cmovel %esi, %edi
xorl %edx, %edx
cmpq $0x2, 0x335fab(%rip) # 0x3841a0
setae %dl
popq %rbp
jmp 0x4d542
retq
| translog_sync:
cmp cs:dword_3FE9F0, 0
jz short locret_4E1FE
push rbp
mov rbp, rsp
call get_current_logfile
mov esi, [rax]
mov edi, cs:soft_sync_min
test edi, edi
cmovz edi, esi
xor edx, edx
cmp cs:sync_log_dir, 2
setnb dl
pop rbp
jmp translog_sync_files
locret_4E1FE:
re... | void translog_sync()
{
unsigned int v0; // esi
unsigned int v1; // edi
if ( dword_3FE9F0 )
{
v0 = *(_DWORD *)get_current_logfile();
v1 = soft_sync_min;
if ( !soft_sync_min )
v1 = v0;
translog_sync_files(v1, v0, (unsigned long long)sync_log_dir >= 2);
}
}
| translog_sync:
CMP dword ptr [0x004fe9f0],0x0
JZ 0x0014e1fe
PUSH RBP
MOV RBP,RSP
CALL 0x0015023c
MOV ESI,dword ptr [RAX]
MOV EDI,dword ptr [0x00cff6ec]
TEST EDI,EDI
CMOVZ EDI,ESI
XOR EDX,EDX
CMP qword ptr [0x004841a0],0x2
SETNC DL
POP RBP
JMP 0x0014d542
LAB_0014e1fe:
RET
|
void translog_sync(void)
{
int iVar1;
int *piVar2;
if (DAT_004fe9f0 != 0) {
piVar2 = (int *)get_current_logfile();
iVar1 = soft_sync_min;
if (soft_sync_min == 0) {
iVar1 = *piVar2;
}
translog_sync_files(iVar1,*piVar2,1 < sync_log_dir);
return;
}
return;
}
| |
35,625 | my_uca_implicit_weight_put | eloqsql/strings/ctype-uca.c | static inline void
my_uca_implicit_weight_put(uint16 *to, my_wc_t code, uint level)
{
switch (level) {
case 1: to[0]= 0x0020; to[1]= 0; break; /* Secondary level */
case 2: to[0]= 0x0002; to[1]= 0; break; /* Tertiary level */
case 3: to[0]= 0x0001; to[1]= 0; break; /* Quaternary level */
default:
DBUG_ASS... | O0 | c | my_uca_implicit_weight_put:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq %rax, -0x20(%rbp)
subq $0x3, %rax
ja 0x85143
movq -0x20(%rbp), %rax
leaq 0xf31d1(%rip), %rcx # 0x1782cc
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
j... | my_uca_implicit_weight_put:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov eax, [rbp+var_14]
mov [rbp+var_20], rax
sub rax, 3; switch 4 cases
ja short def_85102; jumptable 0000000000085102 default case
mov rax, [rbp+var... | _WORD * my_uca_implicit_weight_put(_WORD *a1, unsigned long long a2, int a3)
{
_WORD *result; // rax
switch ( a3 )
{
case 1:
*a1 = 32;
a1[1] = 0;
break;
case 2:
*a1 = 2;
a1[1] = 0;
break;
case 3:
*a1 = 1;
a1[1] = 0;
break;
default:
break... | my_uca_implicit_weight_put:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV EAX,dword ptr [RBP + -0x14]
MOV qword ptr [RBP + -0x20],RAX
SUB RAX,0x3
JA 0x00185143
MOV RAX,qword ptr [RBP + -0x20]
LEA RCX,[0x2782cc]
MOVSXD RAX,dword ptr [... |
void my_uca_implicit_weight_put(short *param_1,ulong param_2,int4 param_3)
{
short sVar1;
switch(param_3) {
default:
break;
case 1:
*param_1 = 0x20;
param_1[1] = 0;
break;
case 2:
*param_1 = 2;
param_1[1] = 0;
break;
case 3:
*param_1 = 1;
param_1[1] = 0;
}
sVar1 ... | |
35,626 | close_and_clean_db | xtate/src/output-modules/mongodb-output.c | static void _close_and_clean_db() {
if (mongodb_conf.bulk) {
if (mongodb_conf.is_bulk && mongodb_conf.bulk_idx) {
bson_error_t error;
bool ret =
mongoc_bulk_operation_execute(mongodb_conf.bulk, NULL, &error);
if (!ret) {
LOG(LEVEL_E... | O3 | c | close_and_clean_db:
subq $0x208, %rsp # imm = 0x208
movq 0x17e828(%rip), %rdi # 0x1a32e8
testq %rdi, %rdi
je 0x24b27
testb $0x1, 0x17e844(%rip) # 0x1a3310
je 0x24b0d
cmpl $0x0, 0x17e82b(%rip) # 0x1a3300
je 0x24b0d
leaq 0x8(%rsp), %rdx
xorl %esi, %esi
callq 0x15630
testl %eax, %eax
jne 0x24b06
leaq 0... | _close_and_clean_db:
sub rsp, 208h
mov rdi, cs:mongodb_conf_7
test rdi, rdi
jz short loc_24B27
test cs:mongodb_conf_12, 1
jz short loc_24B0D
cmp cs:mongodb_conf_10, 0
jz short loc_24B0D
lea rdx, [rsp+208h+var_200]
xor esi, esi
call _mongoc_bulk_operation_execute
test eax, ... | long long close_and_clean_db()
{
long long v0; // rdi
int v1; // r8d
int v2; // r9d
_BYTE v4[8]; // [rsp+8h] [rbp-200h] BYREF
char v5; // [rsp+10h] [rbp-1F8h] BYREF
v0 = mongodb_conf_7;
if ( mongodb_conf_7 )
{
if ( (mongodb_conf_12 & 1) != 0 && mongodb_conf_10 )
{
if ( !(unsigned int)mong... | _close_and_clean_db:
SUB RSP,0x208
MOV RDI,qword ptr [0x002a32e8]
TEST RDI,RDI
JZ 0x00124b27
TEST byte ptr [0x002a3310],0x1
JZ 0x00124b0d
CMP dword ptr [0x002a3300],0x0
JZ 0x00124b0d
LEA RDX,[RSP + 0x8]
XOR ESI,ESI
CALL 0x00115630
TEST EAX,EAX
JNZ 0x00124b06
LEA RCX,[RSP + 0x10]
LEA RSI,[0x163a5e]
LEA RDX,[0x163a6f]
MO... |
void _close_and_clean_db(void)
{
int iVar1;
int1 local_200 [8];
int1 local_1f8 [504];
if (mongodb_conf_7 != 0) {
if ((((mongodb_conf_12 & 1) != 0) && (mongodb_conf_10 != 0)) &&
(iVar1 = mongoc_bulk_operation_execute(mongodb_conf_7,0,local_200), iVar1 == 0)) {
LOG(0xffffffff,"(MongoDB %s) %... | |
35,627 | mi_checksum | eloqsql/storage/myisam/mi_checksum.c | ha_checksum mi_checksum(MI_INFO *info, const uchar *buf)
{
ha_checksum crc=0;
const uchar *record= buf;
MI_COLUMNDEF *column= info->s->rec;
MI_COLUMNDEF *column_end= column+ info->s->base.fields;
my_bool skip_null_bits= MY_TEST(info->s->options & HA_OPTION_NULL_FIELDS);
for ( ; column != column_end ; buf+=... | O3 | c | mi_checksum:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq (%rdi), %rcx
movq 0x168(%rcx), %rax
testq %rax, %rax
je 0x5dc6d
movq 0x230(%rcx), %r12
movq 0x318(%rcx), %rcx
shlq $0x4, %rax
leaq (%rax,%rax,2), %r13
xorl %ebx, %ebx
andl $0x400, %ecx # imm =... | mi_checksum:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rcx, [rdi]
mov rax, [rcx+168h]
test rax, rax
jz loc_5DC6D
mov r12, [rcx+230h]
mov rcx, [rcx+318h]
shl rax, 4
lea r13, [rax+rax*2]
xor ebx, ebx
and ecx, 400h
... | long long mi_checksum(long long *a1, unsigned __int8 *a2)
{
long long v2; // rcx
long long v3; // rax
long long v4; // r12
long long v5; // r13
long long v6; // rbx
unsigned __int8 *v7; // r14
unsigned int v8; // r15d
int v9; // eax
unsigned long long v10; // rdx
char *v11; // rsi
long long v12; ... | mi_checksum:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RCX,qword ptr [RDI]
MOV RAX,qword ptr [RCX + 0x168]
TEST RAX,RAX
JZ 0x0015dc6d
MOV R12,qword ptr [RCX + 0x230]
MOV RCX,qword ptr [RCX + 0x318]
SHL RAX,0x4
LEA R13,[RAX + RAX*0x2]
XOR EBX,EBX
AND ECX,0x400
MOV qword ptr [RBP ... |
int4 mi_checksum(long *param_1,ushort *param_2)
{
ushort uVar1;
long lVar2;
long lVar3;
ulong uVar4;
int4 uVar5;
ulong uVar6;
long lVar7;
long lVar8;
ushort *puVar9;
ushort *puVar10;
lVar7 = *param_1;
lVar2 = *(long *)(lVar7 + 0x168);
if (lVar2 == 0) {
uVar5 = 0;
}
else {
lVar... | |
35,628 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | reference at(KeyType && key)
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward<KeyType>(ke... | O0 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_:
sub rsp, 0C8h
mov [rsp+0C8h+var_8], rdi
... | long long ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_(
long long a1,
long lon... | allocate:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV qword ptr [RSP + 0x10],RDX
MOV RDI,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x8],RAX
CALL 0x00163d00
MOV RCX,RAX
MOV RAX,qword ptr [RSP + 0x8]
CMP RAX,RCX
JBE 0x00163cdf
MOV RAX,0x7ffffffffffffff
C... |
/* __gnu_cxx::new_allocator<std::__cxx11::string >::allocate(unsigned long, void const*) */
void __gnu_cxx::new_allocator<std::__cxx11::string>::allocate(ulong param_1,void *param_2)
{
void *pvVar1;
pvVar1 = (void *)_M_max_size();
if (pvVar1 < param_2) {
if ((void *)0x7ffffffffffffff < param_2) {
... | |
35,629 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | reference at(KeyType && key)
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward<KeyType>(ke... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_:
push rbp; char
push r15; int
push r14; ... | long long ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_(
long long a1,
long lon... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48... |
long _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA13_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_
(basic_json<nlohmann::json_a... | |
35,630 | ma_enlarge_root | eloqsql/storage/maria/ma_write.c | my_bool _ma_enlarge_root(MARIA_HA *info, MARIA_KEY *key, my_off_t *root)
{
uint t_length, nod_flag;
MARIA_KEY_PARAM s_temp;
MARIA_SHARE *share= info->s;
MARIA_PINNED_PAGE tmp_page_link, *page_link= &tmp_page_link;
MARIA_KEYDEF *keyinfo= key->keyinfo;
MARIA_PAGE page;
my_bool res= 0;
DBUG_ENTER("_ma_enla... | O3 | c | ma_enlarge_root:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movq %rsi, %r15
movq (%rdi), %rbx
leaq -0xa8(%rbp), %rax
movq %rax, -0x40(%rbp)
movq 0x8(%rsi), %rax
movq %rdi, -0x90(%rbp)
movq %rax, -0x38(%rbp)
movq %rax, -0x88(%rbp)
movq 0x378(%rdi), %r12
movq %r12, ... | _ma_enlarge_root:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0D8h
mov r15, rsi
mov rbx, [rdi]
lea rax, [rbp+var_A8]
mov [rbp+var_40], rax
mov rax, [rsi+8]
mov [rbp+var_90], rdi
mov [rbp+var_38], rax
mov [rbp+var_88], rax
mov ... | char ma_enlarge_root(_QWORD *a1, long long a2, long long *a3)
{
long long v4; // rbx
long long v5; // rax
long long v6; // r12
long long v7; // rdx
unsigned int v8; // r14d
long long v9; // rsi
long long v10; // rdi
long long v11; // r15
long long v12; // r13
int v13; // eax
long long v14; // rdx... | _ma_enlarge_root:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xd8
MOV R15,RSI
MOV RBX,qword ptr [RDI]
LEA RAX,[RBP + -0xa8]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RBP + -0x90],RDI
MOV qword ptr [RBP + -0x38],RAX
MOV qword ptr [RBP + -0x88],RAX
MOV R12... |
ulong _ma_enlarge_root(long *param_1,long param_2,long *param_3)
{
long lVar1;
void *__s;
long lVar2;
char cVar3;
int iVar4;
ulong uVar5;
uint uVar6;
uint uVar7;
int1 local_100 [80];
int1 local_b0 [24];
long *local_98;
long local_90;
void *local_88;
long local_80;
uint local_78;
uint l... | |
35,631 | ggml_add_or_set | ngxson[P]ggml-easy/ggml/src/ggml.c | static void ggml_add_or_set(
struct ggml_context * ctx,
struct ggml_cgraph * cgraph,
size_t isrc,
struct ggml_tensor * tensor) {
struct ggml_tensor * src = cgraph->visited_hash_set.keys[isrc];
GGML_ASSERT(src);
if (cgraph->grads[isrc]) {
cgraph->grads... | O3 | c | ggml_add_or_set:
pushq %r15
pushq %r14
pushq %rbx
movq 0x40(%rsi), %rax
movq (%rax,%rdx,8), %r15
testq %r15, %r15
je 0x238f7
movq %rdx, %r14
movq %rsi, %rbx
movq 0x18(%rsi), %rax
movq (%rax,%rdx,8), %rsi
testq %rsi, %rsi
je 0x238be
movq 0x20(%rbx), %rdx
xorl %eax, %eax
cmpq $0x0, (%rdx,%r14,8)
setne %al
movq %rcx, %rdx... | ggml_add_or_set:
push r15
push r14
push rbx
mov rax, [rsi+40h]
mov r15, [rax+rdx*8]
test r15, r15
jz short loc_238F7
mov r14, rdx
mov rbx, rsi
mov rax, [rsi+18h]
mov rsi, [rax+rdx*8]
test rsi, rsi
jz short loc_238BE
mov rdx, [rbx+20h]
xor eax, eax
cmp qword p... | long long ggml_add_or_set(long long a1, _QWORD *a2, long long a3, _QWORD *a4, int a5, int a6)
{
long long v8; // rax
long long *v9; // rsi
if ( !*(_QWORD *)(a2[8] + 8 * a3) )
ggml_abort(
(unsigned int)"/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml.c",
5235,
(unsi... | ggml_add_or_set:
PUSH R15
PUSH R14
PUSH RBX
MOV RAX,qword ptr [RSI + 0x40]
MOV R15,qword ptr [RAX + RDX*0x8]
TEST R15,R15
JZ 0x001238f7
MOV R14,RDX
MOV RBX,RSI
MOV RAX,qword ptr [RSI + 0x18]
MOV RSI,qword ptr [RAX + RDX*0x8]
TEST RSI,RSI
JZ 0x001238be
MOV RDX,qword ptr [RBX + 0x20]
XOR EAX,EAX
CMP qword ptr [RDX + R14*... |
void ggml_add_or_set(int8 param_1,long param_2,long param_3,int8 param_4)
{
long lVar1;
long lVar2;
int8 uVar3;
lVar1 = *(long *)(*(long *)(param_2 + 0x40) + param_3 * 8);
if (lVar1 != 0) {
lVar2 = *(long *)(*(long *)(param_2 + 0x18) + param_3 * 8);
if (lVar2 == 0) {
*(int8 *)(*(long *)(par... | |
35,632 | YAML::Node const YAML::Node::operator[]<char [18]>(char const (&) [18]) const | aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/impl.h | inline const Node Node::operator[](const Key& key) const {
EnsureNodeExists();
detail::node* value =
static_cast<const detail::node&>(*m_pNode).get(key, m_pMemory);
if (!value) {
return Node(ZombieNode, key_to_string(key));
}
return Node(*value, m_pMemory);
} | O0 | c | YAML::Node const YAML::Node::operator[]<char [18]>(char const (&) [18]) const:
subq $0xc8, %rsp
movq %rdi, 0x20(%rsp)
movq %rdi, %rax
movq %rax, 0x28(%rsp)
movq %rdi, 0xc0(%rsp)
movq %rsi, 0xb8(%rsp)
movq %rdx, 0xb0(%rsp)
movq 0xb8(%rsp), %rdi
movq %rdi, 0x30(%rsp)
callq 0xcb280
movq 0x30(%rsp), %rsi
movq 0x38(%rsi), %... | _ZNK4YAML4NodeixIA6_cEEKS0_RKT_:
sub rsp, 0C8h
mov [rsp+0C8h+var_A8], rdi
mov rax, rdi
mov [rsp+0C8h+var_A0], rax
mov [rsp+0C8h+var_8], rdi
mov [rsp+0C8h+var_10], rsi
mov [rsp+0C8h+var_18], rdx
mov rdi, [rsp+0C8h+var_10]; this
mov [rsp+0C8h+var_98], rdi
call _ZNK4YAML4Node16Ensure... | _BYTE * YAML::Node::operator[]<char [6]>(_BYTE *a1, YAML::Node *a2, long long a3)
{
int v3; // ecx
int v4; // r8d
int v5; // r9d
int v6; // ecx
int v7; // r8d
int v8; // r9d
long long v10; // [rsp+8h] [rbp-C0h]
long long v11; // [rsp+38h] [rbp-90h]
int v12; // [rsp+40h] [rbp-88h]
long long v13; // [... | |||
35,633 | YAML::Node const YAML::Node::operator[]<char [18]>(char const (&) [18]) const | aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/impl.h | inline const Node Node::operator[](const Key& key) const {
EnsureNodeExists();
detail::node* value =
static_cast<const detail::node&>(*m_pNode).get(key, m_pMemory);
if (!value) {
return Node(ZombieNode, key_to_string(key));
}
return Node(*value, m_pMemory);
} | O3 | c | YAML::Node const YAML::Node::operator[]<char [18]>(char const (&) [18]) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x35db4
movq 0x28(%r12), %rax
movq 0x38(%r12), %rdi
movq %rax, 0x8(%rsp)
movq 0x30(%r12), %rax
movq %rax, 0x10... | _ZNK4YAML4NodeixIA14_cEEKS0_RKT_:
push r15
push r14
push r12
push rbx
sub rsp, 38h
mov r15, rdx
mov r12, rsi
mov rbx, rdi
mov rdi, rsi; this
call _ZNK4YAML4Node16EnsureNodeExistsEv; YAML::Node::EnsureNodeExists(void)
mov rax, [r12+28h]
mov rdi, [r12+38h]
mov [rsp+58h+var_5... | operator[]<char[14]>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x00135db4
MOV RAX,qword ptr [R12 + 0x28]
MOV RDI,qword ptr [R12 + 0x38]
MOV qword ptr [RSP + 0x8],RAX
MOV RAX,qword ptr [R12 + 0x30]
MOV qword ptr [RSP + 0x10],RAX
TEST RAX,RAX
JZ 0x00161449
MOV ... |
/* YAML::Node const YAML::Node::operator[]<char [14]>(char const (&) [14]) const */
char * YAML::Node::operator[]<char[14]>(char *param_1)
{
char cVar1;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var2;
int8 uVar3;
int *puVar4;
node *pnVar5;
char *in_RDX;
Node *in_RSI;
long *local_40;
long loca... | ||
35,634 | unicode_get_short_code | bluesky950520[P]quickjs/libunicode.c | static uint32_t unicode_get_short_code(uint32_t c)
{
static const uint16_t unicode_short_table[2] = { 0x2044, 0x2215 };
if (c < 0x80)
return c;
else if (c < 0x80 + 0x50)
return c - 0x80 + 0x300;
else
return unicode_short_table[c - 0x80 - 0x50];
} | O2 | c | unicode_get_short_code:
movl %edi, %eax
cmpl $0x80, %edi
jb 0x810df
cmpl $0xcf, %eax
ja 0x810e0
addl $0x280, %eax # imm = 0x280
retq
addl $0xffffff30, %eax # imm = 0xFFFFFF30
leaq 0x12d64(%rip), %rcx # 0x93e50
movzwl (%rcx,%rax,2), %eax
retq
| unicode_get_short_code:
mov eax, edi
cmp edi, 80h
jb short locret_810DF
cmp eax, 0CFh
ja short loc_810E0
add eax, 280h
locret_810DF:
retn
loc_810E0:
add eax, 0FFFFFF30h
lea rcx, unicode_get_short_code_unicode_short_table
movzx eax, word ptr [rcx+rax*2]
retn
| long long unicode_get_short_code(unsigned int a1)
{
long long result; // rax
result = a1;
if ( a1 >= 0x80 )
{
if ( a1 > 0xCF )
return unicode_get_short_code_unicode_short_table[a1 - 208];
else
return a1 + 640;
}
return result;
}
| unicode_get_short_code:
MOV EAX,EDI
CMP EDI,0x80
JC 0x001810df
CMP EAX,0xcf
JA 0x001810e0
ADD EAX,0x280
LAB_001810df:
RET
LAB_001810e0:
ADD EAX,0xffffff30
LEA RCX,[0x193e50]
MOVZX EAX,word ptr [RCX + RAX*0x2]
RET
|
uint unicode_get_short_code(uint param_1)
{
if (0x7f < param_1) {
if (0xcf < param_1) {
return (uint)*(ushort *)
((long)&unicode_get_short_code_unicode_short_table + (ulong)(param_1 - 0xd0) * 2
);
}
param_1 = param_1 + 0x280;
}
return param_1;
}
| |
35,635 | std::unique_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::default_delete<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> nglog::internal::MakeCheckOpString<int, int>(int const&, int const&, char const*) | ng-log[P]ng-log/src/ng-log/logging.h | std::unique_ptr<std::string> MakeCheckOpString(const T1& v1, const T2& v2,
const char* exprtext) {
CheckOpMessageBuilder comb(exprtext);
MakeCheckOpValueString(comb.ForVar1(), v1);
MakeCheckOpValueString(comb.ForVar2(), v2);
return comb.NewString();
} | O0 | c | std::unique_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::default_delete<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> nglog::internal::MakeCheckOpString<int, int>(int const&, int const&, char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x60, %... | _ZN5nglog8internal17MakeCheckOpStringINS_11LogSeverityEiEESt10unique_ptrINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt14default_deleteIS9_EERKT_RKT0_PKc:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_58], rdi
mov rax, rdi
mov [rbp+var_50], rax
mov [rbp+var_8], rdi
mov [rbp+var_... | long long nglog::internal::MakeCheckOpString<nglog::LogSeverity,int>(
long long a1,
long long a2,
unsigned int *a3,
char *a4)
{
long long v5; // [rsp+0h] [rbp-60h]
long long v6; // [rsp+20h] [rbp-40h]
char *v7[2]; // [rsp+38h] [rbp-28h] BYREF
unsigned int *v8; // [rsp+48h] [rbp-... | MakeCheckOpString<nglog::LogSeverity,int>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x50],RAX
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 RSI,qword ptr [RBP + -0x20]
LEA RDI,... |
/* std::unique_ptr<std::__cxx11::string, std::default_delete<std::__cxx11::string > >
nglog::internal::MakeCheckOpString<nglog::LogSeverity, int>(nglog::LogSeverity const&, int
const&, char const*) */
internal * __thiscall
nglog::internal::MakeCheckOpString<nglog::LogSeverity,int>
(internal *this,LogS... | |
35,636 | std::unique_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::default_delete<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> nglog::internal::MakeCheckOpString<int, int>(int const&, int const&, char const*) | ng-log[P]ng-log/src/ng-log/logging.h | std::unique_ptr<std::string> MakeCheckOpString(const T1& v1, const T2& v2,
const char* exprtext) {
CheckOpMessageBuilder comb(exprtext);
MakeCheckOpValueString(comb.ForVar1(), v1);
MakeCheckOpValueString(comb.ForVar2(), v2);
return comb.NewString();
} | O1 | c | std::unique_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::default_delete<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> nglog::internal::MakeCheckOpString<int, int>(int const&, int const&, char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %... | _ZN5nglog8internal17MakeCheckOpStringINS_11LogSeverityEiEESt10unique_ptrINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt14default_deleteIS9_EERKT_RKT0_PKc:
push r15
push r14
push r12
push rbx
push rax
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov r12, rsp
mov rdi, r12; this
mov ... | long long * nglog::internal::MakeCheckOpString<nglog::LogSeverity,int>(
long long *a1,
unsigned int *a2,
unsigned int *a3,
const char *a4)
{
long long v4; // rax
_QWORD v7[5]; // [rsp+0h] [rbp-28h] BYREF
v7[0] = v4;
nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder((... | MakeCheckOpString<nglog::LogSeverity,int>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV R12,RSP
MOV RDI,R12
MOV RSI,RCX
CALL 0x0010f0ce
MOV RDI,qword ptr [R12]
MOV ESI,dword ptr [R15]
LAB_00112d7b:
CALL 0x00107990
MOV RDI,qword ptr [RSP]
LEA RSI,[0x123aff]
MOV EDX,0x5
CALL 0x0010... |
/* std::unique_ptr<std::__cxx11::string, std::default_delete<std::__cxx11::string > >
nglog::internal::MakeCheckOpString<nglog::LogSeverity, int>(nglog::LogSeverity const&, int
const&, char const*) */
internal * __thiscall
nglog::internal::MakeCheckOpString<nglog::LogSeverity,int>
(internal *this,LogS... | |
35,637 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::subsetHasSemiSharpEdges(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset const&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp | bool
FaceVertex::subsetHasSemiSharpEdges(Subset const & subset) const {
assert(_tag.HasSemiSharpEdges());
int n = subset.GetNumFaces();
if (n > 1) {
int f = GetFaceFirst(subset);
// Reduce number of faces to visit when inspecting trailing edges:
for (int i = subset.IsBoundary(); i... | O1 | cpp | OpenSubdiv::v3_6_0::Bfr::FaceVertex::subsetHasSemiSharpEdges(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset const&) const:
pushq %rax
movswl 0x98(%rdi), %r8d
testb $0x20, %r8b
je 0x87e03
movswl 0x6(%rsi), %r9d
cmpl $0x2, %r9d
jl 0x87d9c
movswl 0x2(%rsi), %ecx
testl %ecx, %ecx
js 0x87e22
btl $0x8, %r8d
movswl 0x9a(%rdi), %ea... | _ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex23subsetHasSemiSharpEdgesERKNS1_16FaceVertexSubsetE:
push rax
movsx r8d, word ptr [rdi+98h]
test r8b, 20h
jz loc_87E03
movsx r9d, word ptr [rsi+6]
cmp r9d, 2
jl loc_87D9C
movsx ecx, word ptr [rsi+2]
test ecx, ecx
js loc_87E22
bt r8d, 8
movsx ... | long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::subsetHasSemiSharpEdges(long long a1, _WORD *a2)
{
__int16 v2; // r8
int v3; // r9d
int v4; // ecx
int v5; // eax
int v6; // ecx
long long v7; // rdx
long long v8; // rsi
int v9; // edi
int v10; // r9d
long long v11; // r11
unsigned int v12; // ecx
... | subsetHasSemiSharpEdges:
PUSH RAX
MOVSX R8D,word ptr [RDI + 0x98]
TEST R8B,0x20
JZ 0x00187e03
MOVSX R9D,word ptr [RSI + 0x6]
CMP R9D,0x2
JL 0x00187d9c
MOVSX ECX,word ptr [RSI + 0x2]
TEST ECX,ECX
JS 0x00187e22
BT R8D,0x8
MOVSX EAX,word ptr [RDI + 0x9a]
JC 0x00187da5
SUB EAX,ECX
MOVSX ECX,word ptr [RDI + 0x2]
ADD EAX,ECX... |
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::subsetHasSemiSharpEdges(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset
const&) const */
uint __thiscall
OpenSubdiv::v3_6_0::Bfr::FaceVertex::subsetHasSemiSharpEdges
(FaceVertex *this,FaceVertexSubset *param_1)
{
float fVar1;
short sVar2;
short sVar3;
bool bVar4... | |
35,638 | js_math_hypot | bluesky950520[P]quickjs/quickjs.c | static JSValue js_math_hypot(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
double r, a;
int i;
r = 0;
if (argc > 0) {
if (JS_ToFloat64(ctx, &r, argv[0]))
return JS_EXCEPTION;
if (argc == 1) {
r = fabs(r);
} else... | O2 | c | js_math_hypot:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
andq $0x0, (%rsp)
testl %ecx, %ecx
jle 0x6d81a
movq %r8, %r14
movl %ecx, %ebp
movq %rdi, %r15
movq (%r8), %rdx
movq 0x8(%r8), %rcx
movq %rsp, %rsi
callq 0x24e2f
pushq $0x6
popq %rbx
testl %eax, %eax
je 0x6d81e
xorl %r12d, ... | js_math_hypot:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
and [rsp+48h+var_48], 0
test ecx, ecx
jle short loc_6D81A
mov r14, r8
mov ebp, ecx
mov r15, rdi
mov rdx, [r8]
mov rcx, [r8+8]
mov rsi, rsp
call JS_ToFloat64
push 6
pop rbx... | unsigned long long js_math_hypot(long long a1, long long a2, long long a3, int a4, long long a5)
{
long long v7; // r12
unsigned long long v8; // rax
long long v9; // rcx
double v10; // xmm0_8
long long v11; // rbp
long long i; // r13
double v14; // [rsp+0h] [rbp-48h] BYREF
double v15; // [rsp+8h] [rbp... | js_math_hypot:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
AND qword ptr [RSP],0x0
TEST ECX,ECX
JLE 0x0016d81a
MOV R14,R8
MOV EBP,ECX
MOV R15,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
MOV RSI,RSP
CALL 0x00124e2f
PUSH 0x6
POP RBX
TEST EAX,EAX
JZ 0x0016d81e
XOR R12D,R12D
LAB_0016d816:... |
int1 [16]
js_math_hypot(int8 param_1,int8 param_2,int8 param_3,uint param_4,
int8 *param_5)
{
int iVar1;
ulong uVar2;
int8 uVar3;
ulong uVar4;
long lVar5;
int1 auVar6 [16];
double local_48;
double local_40;
double local_38;
local_48 = 0.0;
if ((int)param_4 < 1) {
local_40 = ... | |
35,639 | minja::Value::operator<(minja::Value const&) const | monkey531[P]llama/common/minja.hpp | bool operator<(const Value & other) const {
if (is_null())
throw std::runtime_error("Undefined value or reference");
if (is_number() && other.is_number()) return get<double>() < other.get<double>();
if (is_string() && other.is_string()) return get<std::string>() < other.get<std::string>();
throw s... | O2 | cpp | minja::Value::operator<(minja::Value const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0xa8, %rsp
movq %rsi, %r14
movq %rdi, %r15
callq 0x3d1f0
testb %al, %al
jne 0x527b9
movb 0x40(%r15), %al
leal -0x5(%rax), %ecx
cmpb $0x2, %cl
ja 0x52755
movb 0x40(%r14), %al
addb $-0x5, %al
cmpb $0x2, %al
ja 0x527e9
mo... | _ZNK5minja5ValueltERKS0_:
push rbp
push r15
push r14
push rbx
sub rsp, 0A8h
mov r14, rsi
mov r15, rdi
call _ZNK5minja5Value7is_nullEv; minja::Value::is_null(void)
test al, al
jnz loc_527B9
mov al, [r15+40h]
lea ecx, [rax-5]
cmp cl, 2
ja short loc_52755
mov al, [r14... | long long minja::Value::operator<(minja::Value *a1, minja::Value *a2)
{
unsigned int v2; // ebx
char v3; // al
std::runtime_error *exception; // rbx
void *v6; // rbx
_BYTE v7[32]; // [rsp+8h] [rbp-C0h] BYREF
_QWORD v8[4]; // [rsp+28h] [rbp-A0h] BYREF
_QWORD v9[4]; // [rsp+48h] [rbp-80h] BYREF
_BYTE v10... | operator<:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0xa8
MOV R14,RSI
MOV R15,RDI
CALL 0x0013d1f0
TEST AL,AL
JNZ 0x001527b9
MOV AL,byte ptr [R15 + 0x40]
LEA ECX,[RAX + -0x5]
CMP CL,0x2
JA 0x00152755
MOV AL,byte ptr [R14 + 0x40]
ADD AL,0xfb
CMP AL,0x2
JA 0x001527e9
MOV RDI,R15
CALL 0x0013c75a
MOVSD qword ptr [RSP],XMM... |
/* minja::Value::TEMPNAMEPLACEHOLDERVALUE(minja::Value const&) const */
ulong __thiscall minja::Value::operator<(Value *this,Value *param_1)
{
char cVar1;
bool bVar2;
int7 extraout_var;
runtime_error *prVar3;
int8 unaff_RBX;
ulong uVar4;
double dVar5;
double dVar6;
string local_c0 [32];
string lo... | |
35,640 | ps_fetch_double | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | static
void ps_fetch_double(MYSQL_BIND *r_param, const MYSQL_FIELD * field , unsigned char **row)
{
switch (r_param->buffer_type)
{
case MYSQL_TYPE_DOUBLE:
{
double *value= (double *)r_param->buffer;
float8get(*value, *row);
r_param->buffer_length= 8;
}
break;
default:
{
... | O0 | c | ps_fetch_double:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movl 0x60(%rax), %eax
subl $0x5, %eax
jne 0x33d0d
jmp 0x33ce2
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq -0x18(%rbp),... | ps_fetch_double:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov eax, [rax+60h]
sub eax, 5
jnz short loc_33D0D
jmp short $+2
loc_33CE2:
mov rax, [rbp+var_8]
mov rax, [rax+10h]
mov [rbp+var... | double ** ps_fetch_double(long long a1, long long a2, double **a3)
{
double **result; // rax
if ( *(_DWORD *)(a1 + 96) == 5 )
{
**(double **)(a1 + 16) = **a3;
*(_QWORD *)(a1 + 64) = 8LL;
}
else
{
convert_from_double(a1, a2, 8LL, **a3);
}
result = a3;
++*a3;
return result;
}
| ps_fetch_double:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x60]
SUB EAX,0x5
JNZ 0x00133d0d
JMP 0x00133ce2
LAB_00133ce2:
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + ... |
void ps_fetch_double(long param_1,int8 param_2,long *param_3)
{
if (*(int *)(param_1 + 0x60) == 5) {
**(int8 **)(param_1 + 0x10) = *(int8 *)*param_3;
*(int8 *)(param_1 + 0x40) = 8;
}
else {
convert_from_double(*(int8 *)*param_3,param_1,param_2,8);
}
*param_3 = *param_3 + 8;
return;
}
| |
35,641 | stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*) | llama.cpp/examples/llava/../../common/stb_image.h | static void *stbi__bmp_parse_header(stbi__context *s, stbi__bmp_data *info)
{
int hsz;
if (stbi__get8(s) != 'B' || stbi__get8(s) != 'M') return stbi__errpuc("not BMP", "Corrupt BMP");
stbi__get32le(s); // discard filesize
stbi__get16le(s); // discard reserved
stbi__get16le(s); // discard reserved
info... | O3 | c | stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq 0xc0(%rdi), %rcx
cmpq 0xc8(%rdi), %rcx
jb 0x3f3b3
cmpl $0x0, 0x30(%rbx)
je 0x3f526
movq %rbx, %rdi
callq 0x3cfb1
movq 0xc0(%rbx), %rcx
leaq 0x1(%rcx)... | _ZL22stbi__bmp_parse_headerP13stbi__contextP14stbi__bmp_data:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rcx, [rdi+0C0h]
cmp rcx, [rdi+0C8h]
jb short loc_3F3B3
cmp dword ptr [rbx+30h], 0
jz loc_3F526
mov rdi, rbx
ca... | long long stbi__bmp_parse_header(long long a1, int *a2)
{
_BYTE *v2; // rcx
_BYTE *v3; // rax
int v4; // ebp
int v5; // r15d
signed int v6; // ebp
int v7; // r15d
int v8; // r15d
int v9; // eax
long long v10; // r15
int v11; // r13d
unsigned int v12; // r12d
unsigned long long v13; // rax
con... | stbi__bmp_parse_header:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RCX,qword ptr [RDI + 0xc0]
CMP RCX,qword ptr [RDI + 0xc8]
JC 0x0013f3b3
CMP dword ptr [RBX + 0x30],0x0
JZ 0x0013f526
MOV RDI,RBX
CALL 0x0013cfb1
MOV RCX,qword ptr [RBX + 0xc0]
LAB_0013f3b3:
LEA RAX,[RCX + ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* stbi__bmp_parse_header(stbi__context*, stbi__bmp_data*) */
int8 stbi__bmp_parse_header(stbi__context *param_1,stbi__bmp_data *param_2)
{
int8 uVar1;
uint uVar2;
int iVar3;
uint uVar4;
int4 uVar5;
char *pcVar6;
long ... | |
35,642 | unicode_general_category1 | bluesky950520[P]quickjs/libunicode.c | static int unicode_general_category1(CharRange *cr, uint32_t gc_mask)
{
const uint8_t *p, *p_end;
uint32_t c, c0, b, n, v;
p = unicode_gc_table;
p_end = unicode_gc_table + countof(unicode_gc_table);
c = 0;
while (p < p_end) {
b = *p++;
n = b >> 5;
v = b & 0x1f;
i... | O1 | c | unicode_general_category1:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r14
movl %esi, %ebp
andl $0x6, %ebp
movl %esi, 0x4(%rsp)
shrl $0x2, %esi
andl $0x1, %esi
movl %esi, (%rsp)
xorl %ebx, %ebx
leaq 0x107d4(%rip), %r12 # 0xa9780
xorl %r13d, %r13d
movl %ebx, %r15d
movzbl ... | unicode_general_category1:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rdi
mov ebp, esi
and ebp, 6
mov [rsp+38h+var_34], esi
shr esi, 2
and esi, 1
mov [rsp+38h+var_38], esi
xor ebx, ebx
lea r12, unicode_gc_table
xor r13d, r13d
loc_... | long long unicode_general_category1(int *a1, unsigned int a2)
{
int v2; // ebp
unsigned int v3; // ebx
long long v4; // r13
unsigned int v5; // r15d
unsigned __int8 v6; // al
int v7; // ecx
int v8; // ecx
unsigned int v9; // eax
unsigned int i; // r15d
int v11; // esi
long long v12; // rax
long... | unicode_general_category1:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDI
MOV EBP,ESI
AND EBP,0x6
MOV dword ptr [RSP + 0x4],ESI
SHR ESI,0x2
AND ESI,0x1
MOV dword ptr [RSP],ESI
XOR EBX,EBX
LEA R12,[0x1a9780]
XOR R13D,R13D
LAB_00198faf:
MOV R15D,EBX
MOVZX EAX,byte ptr [R13 + R12*0x1]
MOV ECX,E... |
int8 unicode_general_category1(int *param_1,uint param_2)
{
byte bVar1;
uint uVar2;
int iVar3;
uint uVar4;
long lVar5;
long lVar6;
uint uVar7;
int8 local_38;
local_38 = CONCAT44(param_2,param_2 >> 2) & 0xffffffff00000001;
lVar5 = 0;
uVar7 = 0;
do {
uVar4 = (uint)((byte)(&unicode_gc_tabl... | |
35,643 | nglog::ShutdownLogging() | ng-log[P]ng-log/src/logging.cc | void ShutdownLogging() {
ShutdownLoggingUtilities();
LogDestination::DeleteLogDestinations();
logging_directories_list = nullptr;
g_prefix_formatter = nullptr;
} | O3 | cpp | nglog::ShutdownLogging():
pushq %rax
callq 0x20f43
callq 0x9646
leaq 0x30c7b(%rip), %rdi # 0x3ec00
xorl %esi, %esi
callq 0x1eb36
movq 0x21b5d(%rip), %rdi # 0x2faf0
movq $0x0, 0x21b52(%rip) # 0x2faf0
testq %rdi, %rdi
je 0xdfae
movl $0x18, %esi
popq %rax
jmp 0x7530
popq %rax
retq
| _ZN5nglog15ShutdownLoggingEv:
push rax
call _ZN5nglog5tools24ShutdownLoggingUtilitiesEv; nglog::tools::ShutdownLoggingUtilities(void)
call _ZN5nglog14LogDestination21DeleteLogDestinationsEv; nglog::LogDestination::DeleteLogDestinations(void)
lea rdi, _ZN5nglogL24logging_directories_listB5cxx11E; nglog::log... | void nglog::ShutdownLogging(nglog *this)
{
void *v1; // rdi
nglog::tools::ShutdownLoggingUtilities(this);
nglog::LogDestination::DeleteLogDestinations(this);
std::__uniq_ptr_impl<std::vector<std::string>,std::default_delete<std::vector<std::string>>>::reset(
&nglog::logging_directories_list[abi:cxx11],
... | ShutdownLogging:
PUSH RAX
CALL 0x00120f43
CALL 0x00109646
LEA RDI,[0x13ec00]
XOR ESI,ESI
CALL 0x0011eb36
MOV RDI,qword ptr [0x0012faf0]
MOV qword ptr [0x0012faf0],0x0
TEST RDI,RDI
JZ 0x0010dfae
MOV ESI,0x18
POP RAX
JMP 0x00107530
LAB_0010dfae:
POP RAX
RET
|
/* nglog::ShutdownLogging() */
int8 nglog::ShutdownLogging(void)
{
void *pvVar1;
int8 in_RAX;
int8 extraout_RAX;
tools::ShutdownLoggingUtilities();
LogDestination::DeleteLogDestinations();
std::
__uniq_ptr_impl<std::vector<std::__cxx11::string,std::allocator<std::__cxx11::string>>,std::default_delet... | |
35,644 | trnman_get_max_trid | eloqsql/storage/maria/trnman.c | TrID trnman_get_max_trid()
{
TrID id;
/* Check if trnman has been initalized */
if (short_trid_to_active_trn == NULL)
return 0;
mysql_mutex_lock(&LOCK_trn_list);
id= global_trid_generator;
mysql_mutex_unlock(&LOCK_trn_list);
return id;
} | O0 | c | trnman_get_max_trid:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
cmpq $0x0, 0xc08bb0(%rip) # 0xc80e00
jne 0x7825c
movq $0x0, -0x8(%rbp)
jmp 0x78293
leaq 0xc08f4d(%rip), %rdi # 0xc811b0
leaq 0xe019d(%rip), %rsi # 0x158407
movl $0x38c, %edx # imm = 0x38C
callq 0x77290
movq 0xc08e65(%rip), %rax # 0... | trnman_get_max_trid:
push rbp
mov rbp, rsp
sub rsp, 10h
cmp cs:short_trid_to_active_trn, 0
jnz short loc_7825C
mov [rbp+var_8], 0
jmp short loc_78293
loc_7825C:
lea rdi, LOCK_trn_list
lea rsi, aWorkspaceLlm4b_15; "/workspace/llm4binary/github2025/eloqsq"...
mov edx, 38Ch
call i... | long long trnman_get_max_trid()
{
long long v1; // [rsp+0h] [rbp-10h]
if ( !short_trid_to_active_trn )
return 0LL;
inline_mysql_mutex_lock_11(
(long long)&LOCK_trn_list,
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/trnman.c",
0x38Cu);
v1 = global_trid_generator;
inline_m... | trnman_get_max_trid:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
CMP qword ptr [0x00d80e00],0x0
JNZ 0x0017825c
MOV qword ptr [RBP + -0x8],0x0
JMP 0x00178293
LAB_0017825c:
LEA RDI,[0xd811b0]
LEA RSI,[0x258407]
MOV EDX,0x38c
CALL 0x00177290
MOV RAX,qword ptr [0x00d810e0]
MOV qword ptr [RBP + -0x10],RAX
LEA RDI,[0xd811b0]
CALL 0x00... |
int8 trnman_get_max_trid(void)
{
int8 local_10;
if (short_trid_to_active_trn == 0) {
local_10 = 0;
}
else {
inline_mysql_mutex_lock
(LOCK_trn_list,"/workspace/llm4binary/github2025/eloqsql/storage/maria/trnman.c",0x38c
);
local_10 = global_trid_generator;
inline_... | |
35,645 | lf_pinbox_init | eloqsql/mysys/lf_alloc-pin.c | void lf_pinbox_init(LF_PINBOX *pinbox, uint free_ptr_offset,
lf_pinbox_free_func *free_func, void *free_func_arg)
{
DBUG_ASSERT(free_ptr_offset % sizeof(void *) == 0);
lf_dynarray_init(&pinbox->pinarray, sizeof(LF_PINS));
pinbox->pinstack_top_ver= 0;
pinbox->pins_in_array= 0;
pinbox->free_... | O3 | c | lf_pinbox_init:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %rbx
movq %rdx, %r14
movl %esi, %r15d
movq %rdi, %r12
movl $0x78, %esi
callq 0xc5a48
xorl %eax, %eax
movl %eax, 0x3c(%r12)
movl %eax, 0x40(%r12)
movl %r15d, 0x38(%r12)
movq %r14, 0x28(%r12)
movq %rbx, 0x30(%r12)
popq %rbx
... | lf_pinbox_init:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rcx
mov r14, rdx
mov r15d, esi
mov r12, rdi
mov esi, 78h ; 'x'
call lf_dynarray_init
xor eax, eax
mov [r12+3Ch], eax
mov [r12+40h], eax
mov [r12+38h], r15d
mov [r12+28h], r14
... | long long lf_pinbox_init(long long a1, int a2, long long a3, long long a4)
{
long long result; // rax
lf_dynarray_init(a1, 120LL);
result = 0LL;
*(_DWORD *)(a1 + 60) = 0;
*(_DWORD *)(a1 + 64) = 0;
*(_DWORD *)(a1 + 56) = a2;
*(_QWORD *)(a1 + 40) = a3;
*(_QWORD *)(a1 + 48) = a4;
return result;
}
| lf_pinbox_init:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RCX
MOV R14,RDX
MOV R15D,ESI
MOV R12,RDI
MOV ESI,0x78
CALL 0x001c5a48
XOR EAX,EAX
MOV dword ptr [R12 + 0x3c],EAX
MOV dword ptr [R12 + 0x40],EAX
MOV dword ptr [R12 + 0x38],R15D
MOV qword ptr [R12 + 0x28],R14
MOV qword ptr [R12 + 0x30],RBX
P... |
void lf_pinbox_init(long param_1,int4 param_2,int8 param_3,int8 param_4)
{
lf_dynarray_init(param_1,0x78);
*(int4 *)(param_1 + 0x3c) = 0;
*(int4 *)(param_1 + 0x40) = 0;
*(int4 *)(param_1 + 0x38) = param_2;
*(int8 *)(param_1 + 0x28) = param_3;
*(int8 *)(param_1 + 0x30) = param_4;
return;
}
| |
35,646 | stbtt__GetGlyphShapeT2 | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-truetype.h | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvertices)
{
// runs the charstring twice, once to count and once to output (to avoid realloc)
stbtt__csctx count_ctx = STBTT__CSCTX_INIT(1);
stbtt__csctx output_ctx = STBTT__CSCTX_INIT(0);
if (stbtt__run_charstrin... | O0 | c | stbtt__GetGlyphShapeT2:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
leaq -0x58(%rbp), %rdi
xorl %esi, %esi
movl $0x38, %edx
callq 0xb1d0
movl $0x1, -0x58(%rbp)
leaq -0x90(%rbp), %rdi
xorl %esi, %esi
movl $0x38, %edx
callq 0xb1d0
movq -0x10(%rbp), %rdi... | stbtt__GetGlyphShapeT2:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
lea rdi, [rbp+var_58]
xor esi, esi
mov edx, 38h ; '8'
call _memset
mov [rbp+var_58], 1
lea rdi, [rbp+var_90]
xor esi, esi
mov edx, 38h ; '8'
... | long long stbtt__GetGlyphShapeT2(long long a1, unsigned int a2, long long *a3)
{
_BYTE v4[40]; // [rsp+0h] [rbp-90h] BYREF
long long v5; // [rsp+28h] [rbp-68h]
unsigned int v6; // [rsp+30h] [rbp-60h]
_DWORD v7[12]; // [rsp+38h] [rbp-58h] BYREF
int v8; // [rsp+68h] [rbp-28h]
long long *v9; // [rsp+70h] [rbp... | stbtt__GetGlyphShapeT2:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
LEA RDI,[RBP + -0x58]
XOR ESI,ESI
MOV EDX,0x38
CALL 0x0010b1d0
MOV dword ptr [RBP + -0x58],0x1
LEA RDI,[RBP + -0x90]
XOR ESI,ESI
MOV EDX,0x38
CALL 0x0010b1d0
MOV RDI,... |
int stbtt__GetGlyphShapeT2(int8 param_1,int4 param_2,int8 *param_3)
{
int iVar1;
void *pvVar2;
int1 local_98 [40];
int8 local_70;
int local_68;
int4 local_60 [12];
int local_30;
int8 *local_28;
int4 local_1c;
int8 local_18;
local_28 = param_3;
local_1c = param_2;
local_18 = param_1;
mem... | |
35,647 | my_uni_utf16 | eloqsql/strings/ctype-ucs2.c | int
my_uni_utf16(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *s, uchar *e)
{
if (wc <= 0xFFFF)
{
if (s + 2 > e)
return MY_CS_TOOSMALL2;
if (MY_UTF16_SURROGATE(wc))
return MY_CS_ILUNI;
*s++= (uchar) (wc >> 8);
*s= (uchar) (wc & 0xFF);
return 2;
}
if (... | O3 | c | my_uni_utf16:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
movq %rsi, %rbx
cmpq $0xffff, %rsi # imm = 0xFFFF
ja 0x49f7b
leaq 0x2(%rdx), %rsi
movl $0xffffff9a, %eax # imm = 0xFFFFFF9A
cmpq %rcx, %rsi
ja 0x49fc3
movl %ebx, %eax
andl $0xf800, %eax # imm = 0xF800
cmpl $0xd800, %eax # imm = 0xD8... | my_uni_utf16:
push rbp
mov rbp, rsp
push rbx
mov rbx, rsi
cmp rsi, 0FFFFh
ja short loc_49F7B
lea rsi, [rdx+2]
mov eax, 0FFFFFF9Ah
cmp rsi, rcx
ja short loc_49FC3
mov eax, ebx
and eax, 0F800h
cmp eax, 0D800h
jz short loc_49FC1
mov [rdx], bh
inc rdx
mov ... | long long my_uni_utf16(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4)
{
long long result; // rax
_BYTE *v5; // rdx
if ( a2 > 0xFFFF )
{
if ( a2 <= (unsigned long long)&unk_10FFFF )
{
result = 4294967192LL;
if ( (unsigned long long)(a3 + 4) > a4 )
return resu... | my_uni_utf16:
PUSH RBP
MOV RBP,RSP
PUSH RBX
MOV RBX,RSI
CMP RSI,0xffff
JA 0x00149f7b
LEA RSI,[RDX + 0x2]
MOV EAX,0xffffff9a
CMP RSI,RCX
JA 0x00149fc3
MOV EAX,EBX
AND EAX,0xf800
CMP EAX,0xd800
JZ 0x00149fc1
MOV byte ptr [RDX],BH
INC RDX
MOV EAX,0x2
JMP 0x00149fbd
LAB_00149f7b:
CMP RBX,0x10ffff
JA 0x00149fc1
LEA RSI,[RDX... |
int8 my_uni_utf16(int8 param_1,ulong param_2,byte *param_3,byte *param_4)
{
uint uVar1;
int8 uVar2;
byte bVar3;
bVar3 = (byte)(param_2 >> 8);
if (param_2 < 0x10000) {
if (param_4 < param_3 + 2) {
return 0xffffff9a;
}
if (((uint)param_2 & 0xf800) == 0xd800) {
return 0;
}
*p... | |
35,648 | ggml_compute_forward_dup_same_cont | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c | static void ggml_compute_forward_dup_same_cont(
const struct ggml_compute_params * params,
struct ggml_tensor * dst) {
const struct ggml_tensor * src0 = dst->src[0];
GGML_ASSERT(ggml_nelements(dst) == ggml_nelements(src0));
GGML_ASSERT(ggml_is_contiguous(dst) && ggml_is_contiguous(src0));
... | O0 | c | ggml_compute_forward_dup_same_cont:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x98(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0xdb10
movq %rax, -0x40(%rbp)
movq -0x18(%rbp), %rdi
callq 0xdb10
movq %rax, %rcx
movq -0x40(%rbp)... | ggml_compute_forward_dup_same_cont:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov rax, [rax+98h]
mov [rbp+var_18], rax
mov rdi, [rbp+var_10]
call _ggml_nelements
mov [rbp+var_40], rax
mov rdi, [rbp+var_18]
call _g... | long long ggml_compute_forward_dup_same_cont(int *a1, long long a2)
{
long long result; // rax
int v3; // [rsp+Ch] [rbp-44h]
long long v4; // [rsp+10h] [rbp-40h]
int v5; // [rsp+1Ch] [rbp-34h]
int v6; // [rsp+20h] [rbp-30h]
int v7; // [rsp+24h] [rbp-2Ch]
int v8; // [rsp+28h] [rbp-28h]
int v9; // [rsp+2... | ggml_compute_forward_dup_same_cont:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x98]
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0010db10
MOV qword ptr [RBP + -0x40],RAX
MOV RDI,qwor... |
void ggml_compute_forward_dup_same_cont(int *param_1,int *param_2)
{
int *piVar1;
int iVar2;
int iVar3;
long lVar4;
long lVar5;
ulong uVar6;
int local_4c;
piVar1 = *(int **)(param_2 + 0x26);
lVar4 = ggml_nelements(param_2);
lVar5 = ggml_nelements(piVar1);
if (lVar4 != lVar5) {
ggml_abort(... | |
35,649 | google::protobuf::internal::DynamicMapField::~DynamicMapField() | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/map_field.cc | DynamicMapField::~DynamicMapField() {
if (arena_ == nullptr) {
// DynamicMapField owns map values. Need to delete them before clearing the
// map.
for (auto& kv : map_) {
kv.second.DeleteData();
}
map_.clear();
}
Destruct();
} | O0 | cpp | google::protobuf::internal::DynamicMapField::~DynamicMapField():
subq $0x68, %rsp
movq %rdi, 0x60(%rsp)
movq 0x60(%rsp), %rax
movq %rax, 0x18(%rsp)
leaq 0x3310ee(%rip), %rcx # 0x4fbdd8
addq $0x10, %rcx
movq %rcx, (%rax)
cmpq $0x0, 0x8(%rax)
jne 0x1cad9a
movq 0x18(%rsp), %rax
addq $0x48, %rax
movq %rax, 0x58(%rsp)
mo... | _ZN6google8protobuf8internal15DynamicMapFieldD2Ev:
sub rsp, 68h
mov [rsp+68h+var_8], rdi
mov rax, [rsp+68h+var_8]
mov [rsp+68h+var_50], rax
lea rcx, _ZTVN6google8protobuf8internal15DynamicMapFieldE; `vtable for'google::protobuf::internal::DynamicMapField
add rcx, 10h
mov [rax], rcx
cmp q... | void google::protobuf::internal::DynamicMapField::~DynamicMapField(
google::protobuf::internal::DynamicMapField *this)
{
long long v1; // [rsp+20h] [rbp-48h]
_BYTE v2[24]; // [rsp+28h] [rbp-40h] BYREF
_BYTE v3[24]; // [rsp+40h] [rbp-28h] BYREF
char *v4; // [rsp+58h] [rbp-10h]
google::protobuf::intern... | |||
35,650 | google::protobuf::internal::DynamicMapField::~DynamicMapField() | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/map_field.cc | DynamicMapField::~DynamicMapField() {
if (arena_ == nullptr) {
// DynamicMapField owns map values. Need to delete them before clearing the
// map.
for (auto& kv : map_) {
kv.second.DeleteData();
}
map_.clear();
}
Destruct();
} | O3 | cpp | google::protobuf::internal::DynamicMapField::~DynamicMapField():
pushq %rbx
movq %rdi, %rbx
callq 0x9a092
movq %rbx, %rdi
popq %rbx
jmp 0x2d160
| _ZN6google8protobuf8internal15DynamicMapFieldD0Ev:
push rbx
mov rbx, rdi
call _ZN6google8protobuf8internal15DynamicMapFieldD2Ev; google::protobuf::internal::DynamicMapField::~DynamicMapField()
mov rdi, rbx; void *
pop rbx
jmp __ZdlPv; operator delete(void *)
| void google::protobuf::internal::DynamicMapField::~DynamicMapField(
google::protobuf::internal::DynamicMapField *this)
{
google::protobuf::internal::DynamicMapField::~DynamicMapField(this);
operator delete(this);
}
| ~DynamicMapField:
PUSH RBX
MOV RBX,RDI
CALL 0x0019a092
MOV RDI,RBX
POP RBX
JMP 0x0012d160
|
/* google::protobuf::internal::DynamicMapField::~DynamicMapField() */
void __thiscall google::protobuf::internal::DynamicMapField::~DynamicMapField(DynamicMapField *this)
{
~DynamicMapField(this);
operator_delete(this);
return;
}
| |
35,651 | w_search | eloqsql/storage/maria/ma_write.c | static int w_search(register MARIA_HA *info, uint32 comp_flag, MARIA_KEY *key,
my_off_t page_pos,
MARIA_PAGE *father_page, uchar *father_keypos,
my_bool insert_last)
{
int error,flag;
uchar *temp_buff,*keypos,*keybuff;
my_bool was_last_key, buff_alloced;
my_off_t ne... | O3 | c | w_search:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc8, %rsp
movq %r9, -0x68(%rbp)
movq %r8, -0x60(%rbp)
movq %rcx, %r12
movl %esi, -0x48(%rbp)
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq (%rdi), %rax
movq %rax, -0x58(%rbp)
movq %rdx, -0x70(%rbp)
movq ... | w_search:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov [rbp+var_68], r9
mov [rbp+var_60], r8
mov r12, rcx
mov [rbp+var_48], esi
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov rax, [rdi]
mov [rbp+var_58], rax
mo... | long long w_search(long long a1, unsigned int a2, unsigned __int8 **a3, int a4, long long a5, long long a6, char a7)
{
unsigned __int8 *v9; // r13
long long v10; // r15
long long v11; // rbx
unsigned long long v12; // rsi
_QWORD *v13; // rcx
unsigned long long v14; // rax
bool v15; // cc
unsigned long ... | w_search:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc8
MOV qword ptr [RBP + -0x68],R9
MOV qword ptr [RBP + -0x60],R8
MOV R12,RCX
MOV dword ptr [RBP + -0x48],ESI
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RDI]
MOV qword ptr [RBP + -0x58],R... |
uint w_search(long *param_1,int4 param_2,int8 *param_3,int8 param_4,
int8 param_5,int8 param_6,char param_7)
{
byte bVar1;
byte bVar2;
ushort uVar3;
code *pcVar4;
int8 *puVar5;
int8 uVar6;
long lVar7;
int4 uVar8;
char cVar9;
byte bVar10;
int iVar11;
int iVar12;
uint uVar13;
ul... | |
35,652 | ftxui::select(std::shared_ptr<ftxui::Node>) | Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/dom/frame.cpp | Element select(Element child) {
return std::make_shared<Select>(unpack(std::move(child)));
} | O2 | cpp | ftxui::select(std::shared_ptr<ftxui::Node>):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x80, %rsp
movq %rdi, %r14
leaq 0x48(%rsp), %rbx
movups (%rsi), %xmm0
andq $0x0, 0x8(%rsi)
movaps %xmm0, -0x8(%rbx)
andq $0x0, (%rsi)
leaq 0x10(%rsp), %rdi
leaq 0x40(%rsp), %rsi
callq 0x1d99c
pushq $0x70
popq %rdi
... | _ZN5ftxui6selectESt10shared_ptrINS_4NodeEE:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 80h
mov r14, rdi
lea rbx, [rsp+0A8h+var_60]
movups xmm0, xmmword ptr [rsi]
and qword ptr [rsi+8], 0
movaps xmmword ptr [rbx-8], xmm0
and qword ptr [rsi], 0
lea rdi, [rsp+0A8h+var_98... | _QWORD * ftxui::select(_QWORD *a1, __int128 *a2)
{
__int128 v2; // xmm0
_QWORD *v3; // r15
char v5; // [rsp+Fh] [rbp-99h] BYREF
__int128 v6; // [rsp+10h] [rbp-98h] BYREF
long long v7; // [rsp+20h] [rbp-88h]
char *v8; // [rsp+30h] [rbp-78h]
_QWORD *v9; // [rsp+38h] [rbp-70h]
__int128 v10; // [rsp+40h] [r... | select:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x80
MOV R14,RDI
LEA RBX,[RSP + 0x48]
MOVUPS XMM0,xmmword ptr [RSI]
AND qword ptr [RSI + 0x8],0x0
MOVAPS xmmword ptr [RBX + -0x8],XMM0
AND qword ptr [RSI],0x0
LAB_0012e8f8:
LEA RDI,[RSP + 0x10]
LEA RSI,[RSP + 0x40]
CALL 0x0011d99c
LAB_0012e907:
PUSH 0x70
POP ... |
/* ftxui::select(std::shared_ptr<ftxui::Node>) */
ftxui * __thiscall ftxui::select(ftxui *this,int8 *param_2)
{
int8 *puVar1;
int1 local_99;
int8 local_98;
int8 uStack_90;
int8 local_88;
int1 *local_78;
int8 *local_70;
int4 local_68;
int4 uStack_64;
int4 uStack_60;
int4 uStack_5c;
int8 local_... | |
35,653 | common_lcs(std::vector<int, std::allocator<int>> const&, std::vector<int, std::allocator<int>> const&) | monkey531[P]llama/common/common.cpp | size_t common_lcs(const llama_tokens & a, const llama_tokens & b) {
// check for empty sequences
if (a.empty() || b.empty()) {
return 0;
}
// get the lengths of the input sequences
size_t a_len = a.size();
size_t b_len = b.size();
// initialize the maximum length of the longest com... | O0 | cpp | common_lcs(std::vector<int, std::allocator<int>> const&, std::vector<int, std::allocator<int>> const&):
subq $0xd8, %rsp
movq %rdi, 0xc8(%rsp)
movq %rsi, 0xc0(%rsp)
movq 0xc8(%rsp), %rdi
callq 0xf5c80
testb $0x1, %al
jne 0xee1eb
movq 0xc0(%rsp), %rdi
callq 0xf5c80
testb $0x1, %al
jne 0xee1eb
jmp 0xee1fc
movq $0x0, 0xd0... | _Z10common_lcsRKSt6vectorIiSaIiEES3_:
sub rsp, 0D8h
mov [rsp+0D8h+var_10], rdi
mov [rsp+0D8h+var_18], rsi
mov rdi, [rsp+0D8h+var_10]
call _ZNKSt6vectorIiSaIiEE5emptyEv; std::vector<int>::empty(void)
test al, 1
jnz short loc_EE1EB
mov rdi, [rsp+0D8h+var_18]
call _ZNKSt6vectorIiSaIiEE5emp... | unsigned long long common_lcs(_QWORD *a1, _QWORD *a2)
{
int v2; // r8d
int v3; // r9d
int v4; // r8d
int v5; // r9d
unsigned long long *v6; // rax
long long v8; // [rsp+8h] [rbp-D0h]
int v9; // [rsp+14h] [rbp-C4h]
int v10; // [rsp+18h] [rbp-C0h]
int v11; // [rsp+28h] [rbp-B0h]
unsigned long long j;... | common_lcs:
SUB RSP,0xd8
MOV qword ptr [RSP + 0xc8],RDI
MOV qword ptr [RSP + 0xc0],RSI
MOV RDI,qword ptr [RSP + 0xc8]
CALL 0x001f5c80
TEST AL,0x1
JNZ 0x001ee1eb
MOV RDI,qword ptr [RSP + 0xc0]
CALL 0x001f5c80
TEST AL,0x1
JNZ 0x001ee1eb
JMP 0x001ee1fc
LAB_001ee1eb:
MOV qword ptr [RSP + 0xd0],0x0
JMP 0x001ee4d0
LAB_001ee1... |
/* common_lcs(std::vector<int, std::allocator<int> > const&, std::vector<int, std::allocator<int> >
const&) */
ulong common_lcs(vector *param_1,vector *param_2)
{
int iVar1;
long lVar2;
ulong uVar3;
int *piVar4;
int8 *puVar5;
long *plVar6;
ulong *puVar7;
ulong local_a0;
ulong local_98;
allocat... | |
35,654 | get_date | eloqsql/mysys/mf_getdate.c | void get_date(register char * to, int flag, time_t date)
{
reg2 struct tm *start_time;
time_t skr;
#if defined(HAVE_LOCALTIME_R) && defined(_REENTRANT)
struct tm tm_tmp;
#endif
skr=date ? date : (time_t) my_time(0);
#if defined(HAVE_LOCALTIME_R) && defined(_REENTRANT)
if (flag & GETDATE_GMT)
gmtime_... | O3 | c | get_date:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x50, %rsp
movl %esi, %ebx
movq %rdi, %r14
testq %rdx, %rdx
jne 0x6652b
callq 0x6a57c
movabsq $0x431bde82d7b634db, %rcx # imm = 0x431BDE82D7B634DB
mulq %rcx
shrq $0x12, %rdx
movq %rdx, -0x18(%rbp)
leaq -0x18(%rbp), %rdi
leaq -0x50(%rbp), %rsi
testb $0x8, ... | get_date:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 50h
mov ebx, esi
mov r14, rdi
test rdx, rdx
jnz short loc_6652B
call my_hrtime
mov rcx, 431BDE82D7B634DBh
mul rcx
shr rdx, 12h
loc_6652B:
mov [rbp+var_18], rdx
lea rdi, [rbp+var_18]
lea rsi, [rbp+var_50... | long long get_date(long long a1, char a2, unsigned long long a3)
{
const char *v3; // rcx
long long v4; // r8
long long v5; // r9
long long result; // rax
long long v7; // rax
long long v8; // rax
const char *v9; // rcx
int v10; // [rsp+0h] [rbp-60h]
long long v11; // [rsp+0h] [rbp-60h]
int v12; //... | get_date:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV EBX,ESI
MOV R14,RDI
TEST RDX,RDX
JNZ 0x0016652b
CALL 0x0016a57c
MOV RCX,0x431bde82d7b634db
MUL RCX
SHR RDX,0x12
LAB_0016652b:
MOV qword ptr [RBP + -0x18],RDX
LEA RDI,[RBP + -0x18]
LEA RSI,[RBP + -0x50]
TEST BL,0x8
JNZ 0x00166543
CALL 0x00137140
JMP 0x001... |
void get_date(int8 param_1,ulong param_2,ulong param_3)
{
int8 uVar1;
char *pcVar2;
tm local_58;
ulong local_20;
if (param_3 == 0) {
param_3 = my_hrtime();
param_3 = param_3 / 1000000;
}
local_20 = param_3;
if ((param_2 & 8) == 0) {
localtime_r((time_t *)&local_20,&local_58);
}
else... | |
35,655 | nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, 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, ... | llama.cpp/common/json.hpp | iterator erase(iterator first, iterator last)
{
if (first == last)
{
return first;
}
const auto elements_affected = std::distance(first, last);
const auto offset = std::distance(Container::begin(), first);
// This is the start situation. We need to delet... | O3 | cpp | nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, 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, ... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE5eraseEN9__gnu_cxx17__normal_iteratorIPSI_S9_ISI_SJ_EEESP_:
push rbp
push r15
push r14
push r13
push r12
... | long long nlohmann::json_abi_v3_11_3::ordered_map<std::string,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>,std::less<void>,std::allocator<s... | erase:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RSI
CMP RSI,RDX
JZ 0x0018cd48
MOV R15,RDX
MOV R14,RDI
MOV RAX,RDX
SUB RAX,RBX
SAR RAX,0x4
MOV RCX,-0x5555555555555555
IMUL RAX,RCX
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RDI]
MOV qword ptr [RSP + 0x8],RAX
LEA RBP,[RBX + 0x10]
M... |
/* nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::string,
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... | |
35,656 | my_strxfrm_pad_nweights_unicode | eloqsql/strings/ctype-utf8.c | size_t
my_strxfrm_pad_nweights_unicode(uchar *str, uchar *strend, size_t nweights)
{
uchar *str0;
DBUG_ASSERT(str && str <= strend);
for (str0= str; str < strend && nweights; nweights--)
{
*str++= 0x00;
if (str < strend)
*str++= 0x20;
}
return str - str0;
} | O3 | c | my_strxfrm_pad_nweights_unicode:
cmpq %rsi, %rdi
setae %al
testq %rdx, %rdx
sete %cl
orb %al, %cl
movq %rdi, %rax
jne 0xcb6f1
pushq %rbp
movq %rsp, %rbp
decq %rdx
movq %rdi, %rcx
leaq 0x1(%rcx), %rax
movb $0x0, (%rcx)
cmpq %rsi, %rax
jae 0xcb6db
movb $0x20, 0x1(%rcx)
addq $0x2, %rcx
movq %rcx, %rax
addq $-0x1, %rdx
set... | my_strxfrm_pad_nweights_unicode:
cmp rdi, rsi
setnb al
test rdx, rdx
setz cl
or cl, al
mov rax, rdi
jnz short loc_CB6F1
push rbp
mov rbp, rsp
dec rdx
mov rcx, rdi
loc_CB6C4:
lea rax, [rcx+1]
mov byte ptr [rcx], 0
cmp rax, rsi
jnb short loc_CB6DB
mov byte ptr [... | long long my_strxfrm_pad_nweights_unicode(_BYTE *a1, unsigned long long a2, long long a3)
{
_BYTE *v3; // rax
long long v4; // rdx
_BYTE *v5; // rcx
bool v6; // cf
v3 = a1;
if ( (unsigned long long)a1 < a2 && a3 != 0 )
{
v4 = a3 - 1;
v5 = a1;
do
{
v3 = v5 + 1;
*v5 = 0;
... | my_strxfrm_pad_nweights_unicode:
CMP RDI,RSI
SETNC AL
TEST RDX,RDX
SETZ CL
OR CL,AL
MOV RAX,RDI
JNZ 0x001cb6f1
PUSH RBP
MOV RBP,RSP
DEC RDX
MOV RCX,RDI
LAB_001cb6c4:
LEA RAX,[RCX + 0x1]
MOV byte ptr [RCX],0x0
CMP RAX,RSI
JNC 0x001cb6db
MOV byte ptr [RCX + 0x1],0x20
ADD RCX,0x2
MOV RAX,RCX
LAB_001cb6db:
ADD RDX,-0x1
SET... |
long my_strxfrm_pad_nweights_unicode(int1 *param_1,int1 *param_2,long param_3)
{
int1 *puVar1;
int1 *puVar2;
bool bVar3;
puVar2 = param_1;
if (param_3 != 0 && param_1 < param_2) {
param_3 = param_3 + -1;
puVar1 = param_1;
do {
puVar2 = puVar1 + 1;
*puVar1 = 0;
if (puVar2 < p... | |
35,657 | u32toa_reverse | bluesky950520[P]quickjs/tests/test_conv.c | size_t u32toa_reverse(char buf[minimum_length(11)], uint32_t n)
{
#ifdef USE_SINGLE_CASE
if (n < 10) {
buf[0] = (char)('0' + n);
buf[1] = '\0';
return 1;
}
#endif
char *end;
size_t len = 0;
while (n >= 10) {
uint32_t quo = n % 10;
n /= 10;
buf[len++] =... | O0 | c | u32toa_reverse:
movq %rdi, -0x8(%rsp)
movl %esi, -0xc(%rsp)
movq $0x0, -0x20(%rsp)
cmpl $0xa, -0xc(%rsp)
jb 0x3c1f
movl -0xc(%rsp), %eax
movl $0xa, %ecx
xorl %edx, %edx
divl %ecx
movl %edx, -0x24(%rsp)
movl -0xc(%rsp), %eax
movl $0xa, %ecx
xorl %edx, %edx
divl %ecx
movl %eax, -0xc(%rsp)
movl -0x24(%rsp), %eax
addl $0x3... | u32toa_reverse:
mov [rsp+var_8], rdi
mov [rsp+var_C], esi
mov [rsp+var_20], 0
loc_3BD2:
cmp [rsp+var_C], 0Ah
jb short loc_3C1F
mov eax, [rsp+var_C]
mov ecx, 0Ah
xor edx, edx
div ecx
mov [rsp+var_24], edx
mov eax, [rsp+var_C]
mov ecx, 0Ah
xor edx, edx
div ecx
mov ... | long long u32toa_reverse(char *a1, unsigned int a2)
{
long long v2; // rcx
long long v3; // rcx
char *v4; // rax
char *v5; // rax
char v7; // [rsp+1h] [rbp-25h]
unsigned int v8; // [rsp+2h] [rbp-24h]
long long v9; // [rsp+6h] [rbp-20h]
long long v10; // [rsp+6h] [rbp-20h]
char *i; // [rsp+Eh] [rbp-18... | u32toa_reverse:
MOV qword ptr [RSP + -0x8],RDI
MOV dword ptr [RSP + -0xc],ESI
MOV qword ptr [RSP + -0x20],0x0
LAB_00103bd2:
CMP dword ptr [RSP + -0xc],0xa
JC 0x00103c1f
MOV EAX,dword ptr [RSP + -0xc]
MOV ECX,0xa
XOR EDX,EDX
DIV ECX
MOV dword ptr [RSP + -0x24],EDX
MOV EAX,dword ptr [RSP + -0xc]
MOV ECX,0xa
XOR EDX,EDX
D... |
long u32toa_reverse(int1 *param_1,uint param_2)
{
int1 uVar1;
uint uVar2;
long lVar3;
long local_20;
int1 *local_18;
uint local_c;
int1 *local_8;
local_20 = 0;
local_c = param_2;
while (9 < local_c) {
uVar2 = local_c % 10;
local_c = local_c / 10;
param_1[local_20] = (char)uVar2 + '0... | |
35,658 | void 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, ... | monkey531[P]llama/common/json.hpp | void dump_integer(NumberType x)
{
static constexpr std::array<std::array<char, 2>, 100> digits_to_99
{
{
{{'0', '0'}}, {{'0', '1'}}, {{'0', '2'}}, {{'0', '3'}}, {{'0', '4'}}, {{'0', '5'}}, {{'0', '6'}}, {{'0', '7'}}, {{'0', '8'}}, {{'0', '9'}},
{{'1', '0'}... | O3 | cpp | void 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, ... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerIhTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... | long long ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerIhTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valu... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerIhTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... |
void _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerIhTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3... | |
35,659 | mul_fp6 | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/fp12_tower.c | static void mul_fp6(vec384fp6 ret, const vec384fp6 a, const vec384fp6 b)
{
vec768fp6 r;
mul_fp6x2(r, a, b);
redc_fp6x2(ret, r); /* narrow to normal width */
} | O1 | c | mul_fp6:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x248, %rsp # imm = 0x248
movq %rdi, %rbx
leaq -0x270(%rbp), %r12
movq %r12, %rdi
callq 0x27a83
leaq 0x18148(%rip), %r14 # 0x3fb20
movabsq $-0x760c000300030003, %r15 # imm = 0x89F3FFFCFFFCFFFD
movq %rbx, %rdi... | mul_fp6:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 248h
mov rbx, rdi
lea r12, [rbp+var_270]
mov rdi, r12
call mul_fp6x2
lea r14, BLS12_381_P
mov r15, 89F3FFFCFFFCFFFDh
mov rdi, rbx
mov rsi, r12
mov rdx, r14
mov rcx, r15
c... | long long mul_fp6(long long a1)
{
_BYTE v2[96]; // [rsp+0h] [rbp-270h] BYREF
_BYTE v3[96]; // [rsp+60h] [rbp-210h] BYREF
long long v4; // [rsp+C0h] [rbp-1B0h] BYREF
_BYTE v5[96]; // [rsp+120h] [rbp-150h] BYREF
_BYTE v6[96]; // [rsp+180h] [rbp-F0h] BYREF
_BYTE v7[144]; // [rsp+1E0h] [rbp-90h] BYREF
mul_f... | mul_fp6:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x248
MOV RBX,RDI
LEA R12,[RBP + -0x270]
MOV RDI,R12
CALL 0x00127a83
LEA R14,[0x13fb20]
MOV R15,-0x760c000300030003
MOV RDI,RBX
MOV RSI,R12
MOV RDX,R14
MOV RCX,R15
CALL 0x001344e0
LEA RDI,[RBX + 0x30]
LEA RSI,[RBP + -0x210]
MOV RDX,R14
M... |
void mul_fp6(long param_1)
{
int1 local_278 [96];
int1 local_218 [96];
int1 auStack_1b8 [96];
int1 local_158 [96];
int1 local_f8 [96];
int1 local_98 [104];
mul_fp6x2(local_278);
redc_mont_384(param_1,local_278,BLS12_381_P,0x89f3fffcfffcfffd);
redc_mont_384(param_1 + 0x30,local_218,BLS12_381_P,0x8... | |
35,660 | flux::lexer::Tokenizer::peekToken() | kvthweatt[P]FluxLang/src/lexer/tokenizer.cpp | Token Tokenizer::peekToken() {
// Save current state
size_t saved_position = position_;
size_t saved_line = line_;
size_t saved_column = column_;
// Get the next token
Token token = nextToken();
// Restore state
position_ = saved_position;
line_ = saved_line;
column_ = ... | O1 | cpp | flux::lexer::Tokenizer::peekToken():
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %rbx
movq %rdi, %r14
movups 0x20(%rsi), %xmm0
movaps %xmm0, (%rsp)
movq 0x30(%rsi), %r15
callq 0xa3d6
movaps (%rsp), %xmm0
movups %xmm0, 0x20(%rbx)
movq %r15, 0x30(%rbx)
movq %r14, %rax
addq $0x10, %rsp
popq %rbx
popq %r14... | _ZN4flux5lexer9Tokenizer9peekTokenEv:
push r15
push r14
push rbx
sub rsp, 10h
mov rbx, rsi
mov r14, rdi
movups xmm0, xmmword ptr [rsi+20h]
movaps [rsp+28h+var_28], xmm0
mov r15, [rsi+30h]
call _ZN4flux5lexer9Tokenizer9nextTokenEv; flux::lexer::Tokenizer::nextToken(void)
movaps xmm0, [rsp+... | flux::lexer::Tokenizer * flux::lexer::Tokenizer::peekToken(flux::lexer::Tokenizer *this, long long a2)
{
long long v2; // r15
__int128 v4; // [rsp+0h] [rbp-28h]
v4 = *(_OWORD *)(a2 + 32);
v2 = *(_QWORD *)(a2 + 48);
flux::lexer::Tokenizer::nextToken(this, (flux::lexer::Tokenizer *)a2);
*(_OWORD *)(a2 + 32) ... | peekToken:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RBX,RSI
MOV R14,RDI
MOVUPS XMM0,xmmword ptr [RSI + 0x20]
MOVAPS xmmword ptr [RSP],XMM0
MOV R15,qword ptr [RSI + 0x30]
CALL 0x0010a3d6
MOVAPS XMM0,xmmword ptr [RSP]
MOVUPS xmmword ptr [RBX + 0x20],XMM0
MOV qword ptr [RBX + 0x30],R15
MOV RAX,R14
ADD RSP,0x10
POP RBX
... |
/* flux::lexer::Tokenizer::peekToken() */
void flux::lexer::Tokenizer::peekToken(void)
{
int8 uVar1;
int8 uVar2;
int8 uVar3;
long in_RSI;
uVar2 = *(int8 *)(in_RSI + 0x20);
uVar3 = *(int8 *)(in_RSI + 0x28);
uVar1 = *(int8 *)(in_RSI + 0x30);
nextToken();
*(int8 *)(in_RSI + 0x20) = uVar2;
*(int8 ... | |
35,661 | tcpcon_send_raw_SYN | xtate/src/stack/stack-tcp-core.c | static void _tcpcon_send_raw_SYN(TCP_Table *tcpcon, ipaddress ip_them,
unsigned port_them, ipaddress ip_me,
unsigned port_me, uint32_t seqno_me) {
PktBuf *response = 0;
assert(ip_me.version != 0 && ip_them.version != 0);
response = stack_ge... | O3 | c | tcpcon_send_raw_SYN:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x60, %rsp
movl %ecx, %ebp
movl %edx, %r15d
movl %esi, %r12d
movq %rdi, %rbx
movq 0x30(%rdi), %rdi
callq 0x40394
movq %rax, %r14
movq 0x18(%rbx), %rdi
addq $0x8, %rax
movq 0xb8(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movups 0xa8(%rsp), %xmm0
mo... | _tcpcon_send_raw_SYN:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 60h
mov ebp, ecx
mov r15d, edx
mov r12d, esi
mov rbx, rdi
mov rdi, [rdi+30h]
call stack_get_pktbuf
mov r14, rax
mov rdi, [rbx+18h]
add rax, 8
mov rcx, [rsp+88h+arg_28]
mov [rsp+88h+v... | long long tcpcon_send_raw_SYN(
long long a1,
long long a2,
long long a3,
long long a4,
int a5,
int a6,
__int128 a7,
long long a8,
__int128 a9,
long long a10)
{
int v10; // ebp
int v11; // r15d
_QWORD *pktbuf; // r14
long long v13; ... | _tcpcon_send_raw_SYN:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x60
MOV EBP,ECX
MOV R15D,EDX
MOV R12D,ESI
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x30]
CALL 0x00140394
MOV R14,RAX
MOV RDI,qword ptr [RBX + 0x18]
ADD RAX,0x8
MOV RCX,qword ptr [RSP + 0xb8]
MOV qword ptr [RSP + 0x28],RCX
MOVUPS XMM0,xmmword ptr [R... |
void _tcpcon_send_raw_SYN
(long param_1,int4 param_2,int4 param_3,int4 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12)
{
int8 *puVar1;
int8 uVar2;
puVar1 = (int8 *)stack_get_pktbuf(*(int8 *)(par... | |
35,662 | my_b_flush_io_cache | eloqsql/mysys/mf_iocache.c | int my_b_flush_io_cache(IO_CACHE *info, int need_append_buffer_lock)
{
size_t length;
my_bool append_cache= (info->type == SEQ_READ_APPEND);
DBUG_ENTER("my_b_flush_io_cache");
DBUG_PRINT("enter", ("cache: %p", info));
if (!append_cache)
need_append_buffer_lock= 0;
if (info->type == WRITE_CACHE || app... | O3 | c | my_b_flush_io_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movl %esi, %r14d
movq %rdi, %rbx
movl 0xb0(%rdi), %r15d
xorl %r12d, %r12d
cmpl $0x3, %r15d
cmovnel %r12d, %r14d
movl %r15d, %eax
andl $-0x2, %eax
cmpl $0x2, %eax
jne 0x5129e
cmpl $-0x1, 0xd4(%rbx)
je ... | my_b_flush_io_cache:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov r14d, esi
mov rbx, rdi
mov r15d, [rdi+0B0h]
xor r12d, r12d
cmp r15d, 3
cmovnz r14d, r12d
mov eax, r15d
and eax, 0FFFFFFFEh
cmp eax, 2
jnz loc_5129E
cmp ... | long long my_b_flush_io_cache(long long *a1, int a2)
{
int v4; // r15d
unsigned int v5; // r12d
long long v6; // rdi
long long v7; // r13
long long v8; // rax
long long v9; // r12
unsigned int v10; // r15d
long long v11; // rax
long long v12; // r12
long long v13; // rax
long long v14; // rdi
l... | my_b_flush_io_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R14D,ESI
MOV RBX,RDI
MOV R15D,dword ptr [RDI + 0xb0]
XOR R12D,R12D
CMP R15D,0x3
CMOVNZ R14D,R12D
MOV EAX,R15D
AND EAX,0xfffffffe
CMP EAX,0x2
JNZ 0x0015129e
CMP dword ptr [RBX + 0xd4],-0x1
JZ 0x001512c8
LAB_001511fe:
... |
int my_b_flush_io_cache(ulong *param_1,int param_2)
{
uint uVar1;
int4 uVar2;
ulong uVar3;
char cVar4;
int iVar5;
long lVar6;
long lVar7;
ulong uVar8;
long lVar9;
int1 local_88 [72];
long local_40;
long local_38;
uVar1 = (uint)param_1[0x16];
if (uVar1 != 3) {
param_2 = 0;
}
if (... | |
35,663 | pow5mult | eloqsql/strings/dtoa.c | static Bigint *pow5mult(Bigint *b, int k, Stack_alloc *alloc)
{
Bigint *b1, *p5, *p51=NULL;
int i;
static int p05[3]= { 5, 25, 125 };
my_bool overflow= FALSE;
if ((i= k & 3))
b= multadd(b, p05[i-1], 0, alloc);
if (!(k>>= 2))
return b;
p5= p5_a;
for (;;)
{
if (k & 1)
{
b1= mult(... | O3 | c | pow5mult:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %rbx
movl %esi, %r15d
movq %rdi, %r13
movl %esi, %eax
andl $0x3, %eax
je 0x57859
decl %eax
leaq 0x280592(%rip), %rcx # 0x2d7dd8
movl (%rcx,%rax,4), %esi
movq %r13, %rdi
xorl %edx, %edx
movq %rbx, %... | pow5mult:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, rdx
mov r15d, esi
mov r13, rdi
mov eax, esi
and eax, 3
jz short loc_57859
dec eax
lea rcx, pow5mult_p05
mov esi, [rcx+rax*4]
mov rdi, r13
xor edx, edx... | long long pow5mult(long long a1, unsigned int a2, long long a3, int a4)
{
long long v5; // r13
unsigned int v6; // r15d
_UNKNOWN **v7; // rbx
char v8; // r14
long long v10; // [rsp+8h] [rbp-48h]
long long v11; // [rsp+10h] [rbp-40h]
long long v12; // [rsp+18h] [rbp-38h]
int v13; // [rsp+24h] [rbp-2Ch]
... | pow5mult:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,RDX
MOV R15D,ESI
MOV R13,RDI
MOV EAX,ESI
AND EAX,0x3
JZ 0x00157859
DEC EAX
LEA RCX,[0x3d7dd8]
MOV ESI,dword ptr [RCX + RAX*0x4]
MOV RDI,R13
XOR EDX,EDX
MOV RCX,RBX
CALL 0x00157ca6
MOV R13,RAX
LAB_00157859:
CMP R15D,0x4
JC 0... |
int8 pow5mult(int8 param_1,uint param_2,int8 param_3)
{
int1 *puVar1;
int8 uVar2;
bool bVar3;
bool bVar4;
int1 *local_48;
if ((param_2 & 3) != 0) {
param_1 = multadd(param_1,*(int4 *)(pow5mult_p05 + (ulong)((param_2 & 3) - 1) * 4),0,
param_3);
}
if (param_2 < 4) {
retu... | |
35,664 | void google::protobuf::compiler::cpp::ForEachMessage<google::protobuf::compiler::cpp::FlattenMessagesInFile(google::protobuf::FileDescriptor const*, std::vector<google::protobuf::Descriptor const*, std::allocator<google::protobuf::Descriptor const*>>*)::$_0>(google::protobuf::Descriptor const*, google::protobuf::compil... | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/helpers.h | void ForEachMessage(const Descriptor* descriptor, F&& func) {
for (int i = 0; i < descriptor->nested_type_count(); i++)
ForEachMessage(descriptor->nested_type(i), std::forward<F&&>(func));
func(descriptor);
} | O3 | c | void google::protobuf::compiler::cpp::ForEachMessage<google::protobuf::compiler::cpp::FlattenMessagesInFile(google::protobuf::FileDescriptor const*, std::vector<google::protobuf::Descriptor const*, std::allocator<google::protobuf::Descriptor const*>>*)::$_0>(google::protobuf::Descriptor const*, google::protobuf::compil... | _ZN6google8protobuf8compiler3cpp14ForEachMessageIZNS2_21FlattenMessagesInFileEPKNS0_14FileDescriptorEPSt6vectorIPKNS0_10DescriptorESaISA_EEE3$_0EEvSA_OT_:
push r15
push r14
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
cmp dword ptr [rdi+70h], 0
jle short loc_37D0E
xor r15d, r1... | long long * google::protobuf::compiler::cpp::ForEachMessage<google::protobuf::compiler::cpp::FlattenMessagesInFile(google::protobuf::FileDescriptor const*,std::vector<google::protobuf::Descriptor const*> *)::$_0>(
long long a1,
long long **a2)
{
long long v2; // rax
long long v4; // r15
long long ... | ForEachMessage<google::protobuf::compiler::cpp::FlattenMessagesInFile(google::protobuf::FileDescriptor_const*,std::vector<google::protobuf::Descriptor_const*,std::allocator<google::protobuf::Descriptor_const*>>*)::$_0>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
CMP dword ptr [RDI + 0x70],0x0
... |
/* void
google::protobuf::compiler::cpp::ForEachMessage<google::protobuf::compiler::cpp::FlattenMessagesInFile(google::protobuf::FileDescriptor
const*, std::vector<google::protobuf::Descriptor const*,
std::allocator<google::protobuf::Descriptor const*> >*)::$_0>(google::protobuf::Descriptor
const*, google... | |
35,665 | has_path | eloqsql/mysys/my_getwd.c | my_bool has_path(const char *name)
{
return MY_TEST(strchr(name, FN_LIBCHAR))
#if FN_LIBCHAR != '/'
|| MY_TEST(strchr(name, '/'))
#endif
#ifdef FN_DEVCHAR
|| MY_TEST(strchr(name, FN_DEVCHAR))
#endif
;
} | O0 | c | has_path:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movl $0x2f, %esi
callq 0x28110
movq %rax, %rdx
xorl %eax, %eax
movl $0x1, %ecx
cmpq $0x0, %rdx
cmovnel %ecx, %eax
addq $0x10, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax,%rax)
| has_path:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
mov esi, 2Fh ; '/'
call _strchr
mov rdx, rax
xor eax, eax
mov ecx, 1
cmp rdx, 0
cmovnz eax, ecx
add rsp, 10h
pop rbp
retn
| _BOOL8 has_path(long long a1)
{
return strchr(a1, 47LL) != 0;
}
| has_path:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,0x2f
CALL 0x00128110
MOV RDX,RAX
XOR EAX,EAX
MOV ECX,0x1
CMP RDX,0x0
CMOVNZ EAX,ECX
ADD RSP,0x10
POP RBP
RET
|
bool has_path(char *param_1)
{
char *pcVar1;
pcVar1 = strchr(param_1,0x2f);
return pcVar1 != (char *)0x0;
}
| |
35,666 | my_coll_parser_scan_setting | eloqsql/strings/ctype-uca.c | static int
my_coll_parser_scan_setting(MY_COLL_RULE_PARSER *p)
{
MY_COLL_RULES *rules= p->rules;
MY_COLL_LEXEM *lexem= my_coll_parser_curr(p);
if (!lex_cmp(lexem, C_STRING_WITH_LEN("[version 4.0.0]")))
{
rules->version= 400;
rules->uca= &my_uca_v400;
}
else if (!lex_cmp(lexem, C_STRING_WITH_LEN("[v... | O0 | c | my_coll_parser_scan_setting:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0xf0(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0x87ce0
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rdi
leaq 0x2e195(%rip), %rsi # 0xb64c8
movl $0xf, %edx
callq 0x88460
cmpl... | my_coll_parser_scan_setting:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax+0F0h]
mov [rbp+var_18], rax
mov rdi, [rbp+var_10]
call my_coll_parser_curr
mov [rbp+var_20], rax
mov rdi, [rbp+var_20]
lea rsi, aVersion400; "[version 4... | long long my_coll_parser_scan_setting(long long a1)
{
long long v2; // [rsp+0h] [rbp-20h]
long long v3; // [rsp+8h] [rbp-18h]
v3 = *(_QWORD *)(a1 + 240);
v2 = my_coll_parser_curr(a1);
if ( !(unsigned int)lex_cmp(v2, "[version 4.0.0]", 15LL) )
{
*(_DWORD *)v3 = 400;
*(_QWORD *)(v3 + 8) = &my_uca_v4... | my_coll_parser_scan_setting:
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 + 0xf0]
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00187ce0
MOV qword ptr [RBP + -0x20],RAX
MOV RDI,qword ptr [RBP + -0x20]
LEA RSI,[0x1b64c8]... |
int4 my_coll_parser_scan_setting(long param_1)
{
int4 *puVar1;
int iVar2;
int4 uVar3;
int8 uVar4;
puVar1 = *(int4 **)(param_1 + 0xf0);
uVar4 = my_coll_parser_curr(param_1);
iVar2 = lex_cmp(uVar4,"[version 4.0.0]",0xf);
if (iVar2 == 0) {
*puVar1 = 400;
*(int1 **)(puVar1 + 2) = my_uca_v400;
... | |
35,667 | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) | ng-log[P]ng-log/src/logging.cc | string LogSink::ToString(LogSeverity severity, const char* file, int line,
const LogMessageTime& time, const char* message,
size_t message_len) {
ostringstream stream;
stream.fill('0');
stream << LogSeverityNames[severity][0];
if (FLAGS_log_year_in_prefix) {
... | O0 | cpp | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x320, %rsp # imm = 0x320
movq %rdi, -0x1f8(%rbp)
movq %rdi, %rax
movq %rax, -0x1f0(%rbp)
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movl %esi... | _ZN5nglog7LogSink8ToStringB5cxx11ENS_11LogSeverityEPKciRKNS_14LogMessageTimeES3_m:
push rbp
mov rbp, rsp
sub rsp, 320h
mov [rbp+var_1F8], rdi
mov rax, rdi
mov [rbp+var_1F0], rax
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_1... | long long nglog::LogSink::ToString[abi:cxx11](
long long a1,
int a2,
long long a3,
unsigned int a4,
nglog::LogMessageTime *a5,
char *a6,
long long a7)
{
int v7; // eax
int v8; // eax
unsigned int v9; // eax
unsigned int v10; // eax
unsigned int v11; // ... | ToString[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x320
MOV qword ptr [RBP + -0x1f8],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x1f0],RAX
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R... |
/* nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime
const&, char const*, unsigned long) */
int8
nglog::LogSink::ToString_abi_cxx11_
(int8 param_1,uint param_2,char *param_3,int param_4,LogMessageTime *param_5,
long param_6)
{
int1 uVar1;
int4 ... | |
35,668 | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) | ng-log[P]ng-log/src/logging.cc | string LogSink::ToString(LogSeverity severity, const char* file, int line,
const LogMessageTime& time, const char* message,
size_t message_len) {
ostringstream stream;
stream.fill('0');
stream << LogSeverityNames[severity][0];
if (FLAGS_log_year_in_prefix) {
... | O2 | cpp | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x188, %rsp # imm = 0x188
movq %r9, 0x8(%rsp)
movq %r8, %r12
movl %ecx, %ebp
movq %rdx, %r15
movl %esi, ... | _ZN5nglog7LogSink8ToStringB5cxx11ENS_11LogSeverityEPKciRKNS_14LogMessageTimeES3_m:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 188h
mov [rsp+1B8h+var_1B0], r9
mov r12, r8
mov ebp, ecx
mov r15, rdx
mov r13d, esi
mov rbx, rdi
lea r14, [rsp+1B8h+var_1A8]... | long long nglog::LogSink::ToString[abi:cxx11](
long long a1,
int a2,
long long a3,
unsigned int a4,
unsigned int *a5,
const char *a6,
long long a7)
{
_BYTE *v11; // r14
_QWORD *v12; // rax
long long v13; // rax
_QWORD *v14; // rax
long long v15; // rax
... | ToString[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x188
MOV qword ptr [RSP + 0x8],R9
MOV R12,R8
MOV EBP,ECX
MOV R15,RDX
MOV R13D,ESI
MOV RBX,RDI
LEA R14,[RSP + 0x10]
MOV RDI,R14
CALL 0x001077e0
MOV RAX,qword ptr [R14]
ADD R14,qword ptr [RAX + -0x18]
LAB_0010b348:
MOV RDI,R14
CALL 0x0010... |
/* nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime
const&, char const*, unsigned long) */
int8
nglog::LogSink::ToString_abi_cxx11_
(int8 param_1,uint param_2,char *param_3,int param_4,int *param_5,long param_6)
{
long lVar1;
ostream *poVar2;
pthread_... | |
35,669 | str_to_TIME | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | int str_to_TIME(const char *str, size_t length, MYSQL_TIME *tm)
{
const char *p = str;
const char *end = str + length;
int is_time = 0;
if (!p)
goto error;
while (p < end && isspace(*p))
p++;
while (p < end && isspace(end[-1]))
end--;
if (end -p < 5)
goto error;
if (*p == '-')
{
... | O0 | c | str_to_TIME:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movl $0x0, -0x34(%rbp)
cmpq $0x0, -0x28(%rbp)
jne 0x2de8b
jmp 0x2e0ff
jmp 0x2de... | str_to_TIME:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_30], rax
mov [rbp+var_34], 0
cmp [rbp+var_28], 0
jnz ... | long long str_to_TIME(_BYTE *a1, long long a2, long long a3)
{
bool v4; // [rsp+6h] [rbp-3Ah]
bool v5; // [rsp+7h] [rbp-39h]
int i; // [rsp+8h] [rbp-38h]
BOOL v7; // [rsp+Ch] [rbp-34h]
unsigned long long v8; // [rsp+10h] [rbp-30h]
_BYTE *v9; // [rsp+18h] [rbp-28h] BYREF
long long v10; // [rsp+20h] [rbp-2... | str_to_TIME:
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 RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV dword ptr [RB... |
int4 str_to_TIME(char *param_1,long param_2,int4 *param_3)
{
int iVar1;
ushort **ppuVar2;
bool bVar3;
bool bVar4;
int local_40;
char *local_38;
char *local_30;
int4 *local_28;
long local_20;
char *local_18;
local_38 = param_1 + param_2;
bVar4 = false;
local_30 = param_1;
local_28 = para... | |
35,670 | my_strnxfrm_8bit_nopad_bin | eloqsql/strings/ctype-bin.c | static size_t
my_strnxfrm_8bit_nopad_bin(CHARSET_INFO *cs,
uchar * dst, size_t dstlen, uint nweights,
const uchar *src, size_t srclen, uint flags)
{
set_if_smaller(srclen, dstlen);
set_if_smaller(srclen, nweights);
if (dst != src)
memcpy(dst, src, srclen);... | O0 | c | my_strnxfrm_8bit_nopad_bin:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x30(%rbp), %rax
cmpq -0x18(%rbp), %rax
jbe 0xeb3a4
movq -0x18(%rbp), %rax
movq %rax,... | my_strnxfrm_8bit_nopad_bin:
push rbp
mov rbp, rsp
sub rsp, 40h
mov eax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_30]
cmp rax, [rbp+var_18]
jbe short lo... | long long my_strnxfrm_8bit_nopad_bin(
int a1,
long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
unsigned long long a6,
int a7)
{
unsigned long long v8; // [rsp+10h] [rbp-30h]
int v10; // [rsp+28h] [rbp-18h]
v10 = a3;
v8 = a6;
if ( a6 ... | my_strnxfrm_8bit_nopad_bin:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV EAX,dword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x30]
CMP RA... |
void my_strnxfrm_8bit_nopad_bin
(int8 param_1,void *param_2,ulong param_3,uint param_4,void *param_5,
ulong param_6,int4 param_7)
{
int8 local_38;
local_38 = param_6;
if (param_3 < param_6) {
local_38 = param_3;
}
if (param_4 < local_38) {
local_38 = (ulong)param_4;
... | |
35,671 | my_time_init | eloqsql/mysys/my_getsystime.c | void my_time_init()
{
#ifdef _WIN32
compile_time_assert(sizeof(LARGE_INTEGER) ==
sizeof(query_performance_frequency));
QueryPerformanceFrequency((LARGE_INTEGER *)&query_performance_frequency);
DBUG_ASSERT(query_performance_frequency);
#endif
} | O0 | c | my_time_init:
pushq %rbp
movq %rsp, %rbp
popq %rbp
retq
nopw %cs:(%rax,%rax)
| my_time_init:
push rbp
mov rbp, rsp
pop rbp
retn
| void my_time_init()
{
;
}
| my_time_init:
PUSH RBP
MOV RBP,RSP
POP RBP
RET
|
void my_time_init(void)
{
return;
}
| |
35,672 | js_typed_array_of | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_of(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj;
JSValue args[1];
int i;
args[0] = js_int32(argc);
obj = js_typed_array_create(ctx, this_val, 1, args);
if (JS_IsException(obj))
return obj;
fo... | O2 | c | js_typed_array_of:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, %r15
movl %ecx, %r12d
movq %rdi, %r13
movl %ecx, %eax
movq %rsp, %r8
movq %rax, (%r8)
andq $0x0, 0x8(%r8)
pushq $0x1
popq %rcx
callq 0x64f7c
movq %rax, %r14
movq %rdx, %rbx
cmpl $0x6, %ebx
jne 0x6e700
movabsq... | js_typed_array_of:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, r8
mov r12d, ecx
mov r13, rdi
mov eax, ecx
mov r8, rsp
mov [r8], rax
and qword ptr [r8+8], 0
push 1
pop rcx
call js_typed_array_create
mov r14, rax
mov rbx, ... | unsigned long long js_typed_array_of(
long long a1,
unsigned long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128... | js_typed_array_of:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,R8
MOV R12D,ECX
MOV R13,RDI
MOV EAX,ECX
MOV R8,RSP
MOV qword ptr [R8],RAX
AND qword ptr [R8 + 0x8],0x0
PUSH 0x1
POP RCX
CALL 0x00164f7c
MOV R14,RAX
MOV RBX,RDX
CMP EBX,0x6
JNZ 0x0016e700
LAB_0016e6ee:
MOV RAX,-0x100000000
MOV ... |
int1 [16]
js_typed_array_of(int8 param_1,int8 param_2,int8 param_3,uint param_4,long param_5
)
{
int iVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
int8 *puVar5;
int1 auVar6 [16];
int1 auVar7 [16];
auVar6 = js_typed_array_create();
uVar2 = auVar6._0_8_;
if (auVar6._8_4_ == 6) {... | |
35,673 | maria_rtree_rect_volume | eloqsql/storage/maria/ma_rt_mbr.c | double maria_rtree_rect_volume(HA_KEYSEG *keyseg, uchar *a, uint key_length)
{
double res= 1;
for (; (int)key_length > 0; keyseg += 2)
{
uint32 keyseg_length;
switch ((enum ha_base_keytype) keyseg->type) {
case HA_KEYTYPE_INT8:
RT_VOL_KORR(int8, mi_sint1korr, 1, (double));
break;
case ... | O3 | c | maria_rtree_rect_volume:
pushq %rbp
movq %rsp, %rbp
testl %edx, %edx
jle 0x6ec07
addq $0x18, %rdi
movsd 0x738e8(%rip), %xmm0 # 0xe2298
movsd 0x738f8(%rip), %xmm1 # 0xe22b0
leaq 0x73e81(%rip), %rax # 0xe2840
movq 0x6b709(%rip), %xmm2 # 0xda0d0
movapd 0x6b711(%rip), %xmm3 # 0xda0e0
movzbl (%rdi), %ecx
cmp... | maria_rtree_rect_volume:
push rbp
mov rbp, rsp
test edx, edx
jle loc_6EC07
add rdi, 18h
movsd xmm0, cs:qword_E2298
movsd xmm1, cs:qword_E22B0
lea rax, jpt_6E9E3
movq xmm2, qword ptr cs:xmmword_DA0D0
movapd xmm3, cs:xmmword_DA0E0
loc_6E9CF:
movzx ecx, byte ptr [rdi]
cmp rcx, 0Eh; swit... | double maria_rtree_rect_volume(long long a1, _WORD *a2, int a3)
{
_BYTE *v3; // rdi
double result; // xmm0_8
__m128i v5; // xmm2
double v6; // xmm4_8
double v7; // xmm5_8
int v8; // ecx
int v9; // r8d
int v10; // ecx
double v11; // xmm4_8
int v12; // ecx
int v13; // r8d
double v14; // xmm4_8
... | maria_rtree_rect_volume:
PUSH RBP
MOV RBP,RSP
TEST EDX,EDX
JLE 0x0016ec07
ADD RDI,0x18
MOVSD XMM0,qword ptr [0x001e2298]
MOVSD XMM1,qword ptr [0x001e22b0]
LEA RAX,[0x1e2840]
MOVQ XMM2,qword ptr [0x001da0d0]
MOVAPD XMM3,xmmword ptr [0x001da0e0]
LAB_0016e9cf:
MOVZX ECX,byte ptr [RDI]
CMP RCX,0xe
JA 0x0016ec11
MOVSXD R8,d... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
double maria_rtree_rect_volume(long param_1,ulong *param_2,uint param_3)
{
ushort *puVar1;
uint uVar2;
ulong uVar3;
ulong uVar4;
byte *pbVar5;
uint uVar6;
ulong uVar7;
ulong uVar8;
bool bVar9;
double dVar10;
do... | |
35,674 | minja::Parser::parseIdentifier() | monkey531[P]llama/common/minja.hpp | std::shared_ptr<VariableExpr> parseIdentifier() {
static std::regex ident_regex(R"((?!(?:not|is|and|or|del)\b)[a-zA-Z_]\w*)");
auto location = get_location();
auto ident = consumeToken(ident_regex);
if (ident.empty())
return nullptr;
return std::make_shared<VariableExpr... | O1 | cpp | minja::Parser::parseIdentifier():
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0xac0aa(%rip), %rax # 0x13e258
movb (%rax), %al
testb %al, %al
je 0x92270
movq (%r14), %rax
movq %rax, 0x10(%rsp)
movq 0x8(%r14), %rax
movq %rax, 0x18(%rsp)
testq %rax, %rax
je 0x921e3
movq 0xaadab(%rip), %... | _ZN5minja6Parser15parseIdentifierEv:
push r14
push rbx
sub rsp, 48h
mov r14, rsi
mov rbx, rdi
lea rax, _ZGVZN5minja6Parser15parseIdentifierEvE11ident_regexB5cxx11; `guard variable for'minja::Parser::parseIdentifier(void)::ident_regex
mov al, [rax]
test al, al
jz loc_92270
loc_921B8:
mo... | minja::Parser * minja::Parser::parseIdentifier(minja::Parser *this, long long *a2)
{
volatile signed __int32 *v2; // rax
char v4; // [rsp+Fh] [rbp-49h] BYREF
long long v5; // [rsp+10h] [rbp-48h] BYREF
volatile signed __int32 *v6; // [rsp+18h] [rbp-40h]
long long v7; // [rsp+20h] [rbp-38h]
void *v8[2]; // [r... | parseIdentifier:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[0x23e258]
MOV AL,byte ptr [RAX]
TEST AL,AL
JZ 0x00192270
LAB_001921b8:
MOV RAX,qword ptr [R14]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [R14 + 0x8]
MOV qword ptr [RSP + 0x18],RAX
TEST RAX,RAX
JZ 0x001921e3
MOV RCX,qword ptr [0x0023... |
/* minja::Parser::parseIdentifier() */
void minja::Parser::parseIdentifier(void)
{
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *this;
int iVar1;
long in_RSI;
int8 *in_RDI;
long *local_30;
long local_28;
long local_20 [2];
if (parseIdentifier()::ident_regex_abi_cxx11_ == '\0') {
iVar1 = __cxa_... | |
35,675 | init_one_value | eloqsql/mysys/my_getopt.c | static void init_one_value(const struct my_option *option, void *variable,
longlong value)
{
DBUG_ENTER("init_one_value");
switch ((option->var_type & GET_TYPE_MASK)) {
case GET_BOOL:
*((my_bool*) variable)= (my_bool) value;
break;
case GET_INT:
*((int*) variable)= (int) getopt_ll_limit_value(... | O0 | c | init_one_value:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x30(%rax), %rax
andl $0x3f, %eax
addq $-0x2, %rax
movq %rax, -0x30(%rbp)
subq $0xe, %rax
ja 0x87bfe
movq -0x30(%rbp), %rax
leaq 0x5eff4(%rip), %rcx # 0xe6a10
mo... | init_one_value:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov rax, [rax+30h]
and eax, 3Fh
add rax, 0FFFFFFFFFFFFFFFEh; switch 15 cases
mov [rbp+var_30], rax
sub rax, 0Eh
ja def_87A23; jumpt... | long long init_one_value(long long a1, long long *a2, long long a3)
{
long long result; // rax
int v4; // ecx
int v5; // ecx
long long v6; // rcx
long long v7; // rcx
long long v8; // rcx
double v9; // xmm0_8
long long v10; // rcx
long long v11; // [rsp+8h] [rbp-38h]
_BOOL8 v12; // [rsp+28h] [rbp-1... | init_one_value:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x30]
AND EAX,0x3f
ADD RAX,-0x2
MOV qword ptr [RBP + -0x30],RAX
SUB RAX,0xe
JA 0x00187bfe
MOV RAX,qword ptr [RBP + -0x3... |
void init_one_value(long param_1,ulong *param_2,ulong param_3)
{
int4 uVar1;
ulong uVar2;
ulong local_40;
ulong local_20;
switch((uint)*(int8 *)(param_1 + 0x30) & 0x3f) {
case 2:
*(char *)param_2 = (char)param_3;
break;
case 3:
uVar1 = getopt_ll_limit_value((long)(int)param_3,param_1,0);
... | |
35,676 | init_one_value | eloqsql/mysys/my_getopt.c | static void init_one_value(const struct my_option *option, void *variable,
longlong value)
{
DBUG_ENTER("init_one_value");
switch ((option->var_type & GET_TYPE_MASK)) {
case GET_BOOL:
*((my_bool*) variable)= (my_bool) value;
break;
case GET_INT:
*((int*) variable)= (int) getopt_ll_limit_value(... | O3 | c | init_one_value:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq 0x30(%rdi), %rax
andl $0x3f, %eax
addq $-0x2, %rax
cmpq $0xe, %rax
ja 0x2e287
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %rsi
leaq 0x3b7d4(%rip), %rcx # 0x699b0
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movq %r14, (%rbx)
jmp 0x2e287
m... | init_one_value:
push rbp
mov rbp, rsp
push r14
push rbx
mov rax, [rdi+30h]
and eax, 3Fh
add rax, 0FFFFFFFFFFFFFFFEh; switch 15 cases
cmp rax, 0Eh
ja def_2E1E3; jumptable 000000000002E1E3 default case, case 11
mov r14, rdx
mov rbx, rsi
mov rsi, rdi
lea rcx, jpt_2E1E3
mov... | long long init_one_value(long long a1, long long *a2, _BOOL8 a3)
{
long long result; // rax
long long v5; // rax
_BOOL8 v6; // rdx
result = (*(_QWORD *)(a1 + 48) & 0x3FLL) - 2;
switch ( *(_QWORD *)(a1 + 48) & 0x3FLL )
{
case 2LL:
*(_BYTE *)a2 = a3;
return result;
case 3LL:
result... | init_one_value:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RAX,qword ptr [RDI + 0x30]
AND EAX,0x3f
ADD RAX,-0x2
CMP RAX,0xe
JA 0x0012e287
MOV R14,RDX
MOV RBX,RSI
MOV RSI,RDI
LEA RCX,[0x1699b0]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_c:
MOV qword ptr [RBX],R14
JMP 0x0012e287
caseD_5:
MOV ... |
void init_one_value(long param_1,ulong *param_2,ulong param_3)
{
ulong uVar1;
int4 uVar2;
ulong uVar3;
ulong uVar4;
switch((uint)*(int8 *)(param_1 + 0x30) & 0x3f) {
case 2:
*(char *)param_2 = (char)param_3;
return;
case 3:
uVar2 = getopt_ll_limit_value((long)(int)param_3,param_1,0);
g... | |
35,677 | free | seiftnesse[P]memoryallocator/src/custom_alloc_core.c | void _free(void *ptr) {
HEAP_LOG("Free request for pointer: %p\n", ptr);
if (!ptr) {
HEAP_LOG("Ignoring free request for NULL pointer\n");
return;
}
// Check if this is a small allocation
if (is_small_allocation(ptr)) {
free_small(ptr);
return;
}
segment_t ... | O3 | c | free:
pushq %r14
pushq %rbx
pushq %rax
testq %rdi, %rdi
je 0x3560
movq %rdi, %rbx
callq 0x39f3
movq %rbx, %rdi
testl %eax, %eax
je 0x3484
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x38b6
callq 0x3bbc
testq %rax, %rax
je 0x3560
movq %rax, %rbx
movq %rax, %rdi
callq 0x4268
movq %rbx, %rdi
movl $0x1, %esi
callq 0x3cde
cmpl ... | _free:
push r14
push rbx
push rax
test rdi, rdi
jz loc_3560
mov rbx, rdi
call is_small_allocation
mov rdi, rbx
test eax, eax
jz short loc_3484
add rsp, 8
pop rbx
pop r14
jmp free_small
loc_3484:
call PtrToSegment
test rax, rax
jz loc_3560
mov rbx, rax
m... | long long free(long long a1)
{
long long result; // rax
long long v2; // rbx
long long v3; // rax
unsigned long long v4; // rdx
_DWORD *v5; // rsi
_DWORD *v6; // rdi
if ( a1 )
{
if ( (unsigned int)is_small_allocation(a1) )
return free_small();
result = PtrToSegment(a1);
if ( result )... | _free:
PUSH R14
PUSH RBX
PUSH RAX
TEST RDI,RDI
JZ 0x00103560
MOV RBX,RDI
CALL 0x001039f3
MOV RDI,RBX
TEST EAX,EAX
JZ 0x00103484
ADD RSP,0x8
POP RBX
POP R14
JMP 0x001038b6
LAB_00103484:
CALL 0x00103bbc
TEST RAX,RAX
JZ 0x00103560
MOV RBX,RAX
MOV RDI,RAX
CALL 0x00104268
MOV RDI,RBX
MOV ESI,0x1
CALL 0x00103cde
CMP dword pt... |
void _free(void *__ptr)
{
int *piVar1;
int iVar2;
int *piVar3;
long lVar4;
ulong uVar5;
if (__ptr == (void *)0x0) {
return;
}
iVar2 = is_small_allocation();
if (iVar2 != 0) {
free_small();
return;
}
piVar3 = (int *)PtrToSegment(__ptr);
if (piVar3 == (int *)0x0) {
return;
}... | |
35,678 | plutovg_font_face_load_from_file | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-font.c | plutovg_font_face_t* plutovg_font_face_load_from_file(const char* filename, int ttcindex)
{
FILE* fp = fopen(filename, "rb");
if(fp == NULL) {
return NULL;
}
fseek(fp, 0, SEEK_END);
long length = ftell(fp);
if(length == -1L) {
fclose(fp);
return NULL;
}
void* da... | O3 | c | plutovg_font_face_load_from_file:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movl %esi, %ebx
leaq 0x20725(%rip), %rsi # 0x44d56
callq 0xa380
testq %rax, %rax
je 0x246d0
movq %rax, %r14
movq %rax, %rdi
xorl %esi, %esi
movl $0x2, %edx
callq 0xa340
movq %r14, %rdi
callq 0xa030
cmpq $-0x1, %rax
je 0x246be
m... | plutovg_font_face_load_from_file:
push r15
push r14
push r13
push r12
push rbx
mov ebx, esi
lea rsi, aRb; "rb"
call _fopen
test rax, rax
jz loc_246D0
mov r14, rax
mov rdi, rax
xor esi, esi
mov edx, 2
call _fseek
mov rdi, r14
call _ftell
cmp rax, 0FFFFFFFFF... | long long plutovg_font_face_load_from_file(long long a1, unsigned int a2)
{
long long v2; // rax
long long v3; // r14
long long v4; // rax
long long v5; // r12
long long v6; // rax
long long v7; // r15
long long v8; // r13
v2 = fopen(a1, "rb");
if ( v2 )
{
v3 = v2;
fseek(v2, 0LL, 2LL);
... | plutovg_font_face_load_from_file:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV EBX,ESI
LEA RSI,[0x144d56]
CALL 0x0010a380
TEST RAX,RAX
JZ 0x001246d0
MOV R14,RAX
MOV RDI,RAX
XOR ESI,ESI
MOV EDX,0x2
CALL 0x0010a340
MOV RDI,R14
CALL 0x0010a030
CMP RAX,-0x1
JZ 0x001246be
MOV R12,RAX
MOV RDI,RAX
CALL 0x0010a3d0
TEST RAX... |
int8 plutovg_font_face_load_from_file(char *param_1)
{
FILE *__stream;
size_t __size;
void *__ptr;
size_t sVar1;
int8 uVar2;
__stream = fopen(param_1,"rb");
if (__stream != (FILE *)0x0) {
fseek(__stream,0,2);
__size = ftell(__stream);
if ((__size != 0xffffffffffffffff) && (__ptr = malloc(... | |
35,679 | get_charset_number_internal | eloqsql/mysys/charset.c | static uint
get_charset_number_internal(const char *charset_name, uint cs_flags)
{
CHARSET_INFO **cs;
for (cs= all_charsets;
cs < all_charsets + array_elements(all_charsets);
cs++)
{
if ( cs[0] && cs[0]->cs_name.str && (cs[0]->state & cs_flags) &&
!my_strcasecmp(&my_charset_latin1, c... | O0 | c | get_charset_number_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
leaq 0x38a46a(%rip), %rax # 0x3f7860
movq %rax, -0x20(%rbp)
leaq 0x38a45f(%rip), %rax # 0x3f7860
addq $0x4000, %rax # imm = 0x4000
cmpq %rax, -0x20(%rbp)
jae 0x6d487
movq -0x20(%rbp), %... | get_charset_number_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
lea rax, all_charsets
mov [rbp+var_20], rax
loc_6D3FA:
lea rax, all_charsets
add rax, 4000h
cmp [rbp+var_20], rax
jnb short loc_6D487
mov rax, [rbp+var_20]
cmp q... | long long get_charset_number_internal(long long a1, int a2)
{
unsigned int **i; // [rsp+0h] [rbp-20h]
for ( i = (unsigned int **)all_charsets; i < &all_charsets[2048]; ++i )
{
if ( *i
&& *((_QWORD *)*i + 2)
&& (a2 & (*i)[3]) != 0
&& !(*(unsigned int ( **)(void *, _QWORD, long long))(*((_QW... | get_charset_number_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
LEA RAX,[0x4f7860]
MOV qword ptr [RBP + -0x20],RAX
LAB_0016d3fa:
LEA RAX,[0x4f7860]
ADD RAX,0x4000
CMP qword ptr [RBP + -0x20],RAX
JNC 0x0016d487
MOV RAX,qword ptr [RBP + -0x20]
CMP qword ptr [... |
int4 get_charset_number_internal(int8 param_1,uint param_2)
{
int iVar1;
long *local_28;
local_28 = &all_charsets;
while( true ) {
if ((long *)0x4fb85f < local_28) {
return 0;
}
if ((((*local_28 != 0) && (*(long *)(*local_28 + 0x10) != 0)) &&
((*(uint *)(*local_28 + 0xc) & param_2... | |
35,680 | 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... | monkey531[P]llama/common/json.hpp | char_int_type get()
{
++position.chars_read_total;
++position.chars_read_current_line;
if (next_unget)
{
// just reset the next_unget variable and work with current
next_unget = false;
}
else
{
current = ia.get_character();... | 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_EEEEE3getEv:
push rbx
sub rsp, 10h
mov rbx, rdi
movdqu xmm0, ... | long long 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>,nlohmann::json_abi_v3_11_3::detail::iterat... | get:
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
MOVDQU XMM0,xmmword ptr [RDI + 0x20]
PCMPEQD XMM1,XMM1
PSUBQ XMM0,XMM1
MOVDQU xmmword ptr [RDI + 0x20],XMM0
CMP byte ptr [RDI + 0x18],0x1
JNZ 0x0011f053
MOV byte ptr [RBX + 0x18],0x0
MOV EAX,dword ptr [RBX + 0x14]
JMP 0x0011f068
LAB_0011f053:
MOV RCX,qword ptr [RBX]
CMP RCX,qword ... |
/* 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... | |
35,681 | mbedtls_sha1_ret | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/sha1.c | int mbedtls_sha1_ret(const unsigned char *input,
size_t ilen,
unsigned char output[20])
{
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
mbedtls_sha1_context ctx;
SHA1_VALIDATE_RET(ilen == 0 || input != NULL);
SHA1_VALIDATE_RET((unsigned char *) output != NUL... | O3 | c | mbedtls_sha1_ret:
pushq %r14
pushq %rbx
subq $0x68, %rsp
movq %rdx, %rbx
movq %rsi, %rdx
movq %rdi, %rsi
xorps %xmm0, %xmm0
movq %rsp, %r14
movaps %xmm0, 0x10(%r14)
movaps %xmm0, (%r14)
movups %xmm0, 0x4c(%r14)
movaps %xmm0, 0x40(%r14)
movaps %xmm0, 0x30(%r14)
movaps %xmm0, 0x20(%r14)
movaps 0x1c0c3(%rip), %xmm0 # 0... | mbedtls_sha1_ret:
push r14
push rbx
sub rsp, 68h
mov rbx, rdx
mov rdx, rsi
mov rsi, rdi
xorps xmm0, xmm0
mov r14, rsp
movaps xmmword ptr [r14+10h], xmm0
movaps xmmword ptr [r14], xmm0
movups xmmword ptr [r14+4Ch], xmm0
movaps xmmword ptr [r14+40h], xmm0
movaps xmmword ptr [r14+30h], xmm... | long long mbedtls_sha1_ret(unsigned int *a1, unsigned long long a2, _BYTE *a3)
{
long long v5; // [rsp+0h] [rbp-78h] BYREF
_OWORD v6[7]; // [rsp+8h] [rbp-70h] BYREF
memset((char *)v6 + 8, 0, 48);
v5 = 0LL;
memset((char *)&v6[3] + 8, 0, 28);
v6[0] = xmmword_B03F0;
LODWORD(v6[1]) = -1009589776;
mbedtls_... | mbedtls_sha1_ret:
PUSH R14
PUSH RBX
SUB RSP,0x68
MOV RBX,RDX
MOV RDX,RSI
MOV RSI,RDI
XORPS XMM0,XMM0
MOV R14,RSP
MOVAPS xmmword ptr [R14 + 0x10],XMM0
MOVAPS xmmword ptr [R14],XMM0
MOVUPS xmmword ptr [R14 + 0x4c],XMM0
MOVAPS xmmword ptr [R14 + 0x40],XMM0
MOVAPS xmmword ptr [R14 + 0x30],XMM0
MOVAPS xmmword ptr [R14 + 0x2... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 mbedtls_sha1_ret(int8 param_1,int8 param_2,int8 param_3)
{
int8 local_78;
int4 uStack_70;
int4 uStack_6c;
int4 local_68;
int4 uStack_64;
int8 uStack_60;
int8 local_58;
int8 uStack_50;
int8 local_48;
int8 uSt... | |
35,682 | my_casedn_8bit | eloqsql/strings/ctype-simple.c | size_t my_casedn_8bit(CHARSET_INFO * cs, const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)))
{
const char *end= src + srclen;
register const uchar *map=cs->to_lower;
DBUG_ASSERT(srclen <= dstlen);
for ( ; src != end ; src++)
*dst++= (char) map[(uchar) *src... | O3 | c | my_casedn_8bit:
movq %rdx, %rax
testq %rdx, %rdx
je 0x57e2c
pushq %rbp
movq %rsp, %rbp
movq 0x48(%rdi), %rdx
xorl %edi, %edi
movzbl (%rsi,%rdi), %r8d
movb (%rdx,%r8), %r8b
movb %r8b, (%rcx,%rdi)
incq %rdi
cmpq %rdi, %rax
jne 0x57e16
popq %rbp
retq
| my_casedn_8bit:
mov rax, rdx
test rdx, rdx
jz short locret_57E2C
push rbp
mov rbp, rsp
mov rdx, [rdi+48h]
xor edi, edi
loc_57E16:
movzx r8d, byte ptr [rsi+rdi]
mov r8b, [rdx+r8]
mov [rcx+rdi], r8b
inc rdi
cmp rax, rdi
jnz short loc_57E16
pop rbp
locret_57E2C:
retn
| long long my_casedn_8bit(long long a1, long long a2, long long a3, long long a4)
{
long long result; // rax
long long v5; // rdx
long long v6; // rdi
result = a3;
if ( a3 )
{
v5 = *(_QWORD *)(a1 + 72);
v6 = 0LL;
do
{
*(_BYTE *)(a4 + v6) = *(_BYTE *)(v5 + *(unsigned __int8 *)(a2 + v6)... | my_casedn_8bit:
MOV RAX,RDX
TEST RDX,RDX
JZ 0x00157e2c
PUSH RBP
MOV RBP,RSP
MOV RDX,qword ptr [RDI + 0x48]
XOR EDI,EDI
LAB_00157e16:
MOVZX R8D,byte ptr [RSI + RDI*0x1]
MOV R8B,byte ptr [RDX + R8*0x1]
MOV byte ptr [RCX + RDI*0x1],R8B
INC RDI
CMP RAX,RDI
JNZ 0x00157e16
POP RBP
LAB_00157e2c:
RET
|
void my_casedn_8bit(long param_1,long param_2,long param_3,long param_4)
{
long lVar1;
long lVar2;
if (param_3 != 0) {
lVar1 = *(long *)(param_1 + 0x48);
lVar2 = 0;
do {
*(int1 *)(param_4 + lVar2) = *(int1 *)(lVar1 + (ulong)*(byte *)(param_2 + lVar2));
lVar2 = lVar2 + 1;
} while (... | |
35,683 | evmc::Host::get_interface() | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/evmc/include/evmc/evmc.hpp | inline const evmc_host_interface& Host::get_interface() noexcept
{
static constexpr evmc_host_interface interface = {
::evmc::internal::account_exists,
::evmc::internal::get_storage,
::evmc::internal::set_storage,
::evmc::internal::get_balance,
::evmc::internal::get_code_size... | O0 | cpp | evmc::Host::get_interface():
pushq %rbp
movq %rsp, %rbp
leaq 0xef1b5(%rip), %rax # 0x126110
popq %rbp
retq
nopl (%rax)
| _ZN4evmc4Host13get_interfaceEv:
push rbp
mov rbp, rsp
lea rax, _ZZN4evmc4Host13get_interfaceEvE9interface; evmc::Host::get_interface(void)::interface
pop rbp
retn
| long long ( ** evmc::Host::get_interface(evmc::Host *this))()
{
return evmc::Host::get_interface(void)::interface;
}
| get_interface:
PUSH RBP
MOV RBP,RSP
LEA RAX,[0x226110]
POP RBP
RET
|
/* evmc::Host::get_interface() */
int1 * evmc::Host::get_interface(void)
{
return get_interface()::interface;
}
| |
35,684 | ggml_backend_sched_free | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_sched_free(ggml_backend_sched_t sched) {
if (sched == NULL) {
return;
}
for (int b = 0; b < sched->n_backends; b++) {
for (int c = 0; c < sched->n_copies; c++) {
ggml_backend_event_free(sched->events[b][c]);
}
}
ggml_gallocr_free(sched->galloc);
... | O1 | cpp | ggml_backend_sched_free:
testq %rdi, %rdi
je 0x27c9e
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpl $0x0, 0x4(%rdi)
jle 0x27bef
leaq 0x1c0(%rbx), %r14
xorl %r15d, %r15d
cmpl $0x0, 0x1b8(%rbx)
jle 0x27bdf
xorl %r12d, %r12d
movq (%r14,%r12,8), %rsi
testq %rsi, %rsi
je 0x27bd0
movq (%rsi), %rd... | ggml_backend_sched_free:
test rdi, rdi
jz locret_27C9E
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdi
cmp dword ptr [rdi+4], 0
jle short loc_27BEF
lea r14, [rbx+1C0h]
xor r15d, r15d
loc_27BB5:
cmp dword ptr [rbx+1B8h], 0
jle short loc_27BDF
xor r12d, r12... | long long ggml_backend_sched_free(long long a1)
{
long long v1; // r14
long long v2; // r15
long long v3; // r12
_QWORD *v4; // rsi
long long result; // rax
if ( a1 )
{
if ( *(int *)(a1 + 4) > 0 )
{
v1 = a1 + 448;
v2 = 0LL;
do
{
if ( *(int *)(a1 + 440) > 0 )
... | ggml_backend_sched_free:
TEST RDI,RDI
JZ 0x00127c9e
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP dword ptr [RDI + 0x4],0x0
JLE 0x00127bef
LEA R14,[RBX + 0x1c0]
XOR R15D,R15D
LAB_00127bb5:
CMP dword ptr [RBX + 0x1b8],0x0
JLE 0x00127bdf
XOR R12D,R12D
LAB_00127bc1:
MOV RSI,qword ptr [R14 + R12*0x8]
TEST RS... |
void ggml_backend_sched_free(void *param_1)
{
long *plVar1;
long lVar2;
long lVar3;
long lVar4;
if (param_1 != (void *)0x0) {
if (0 < *(int *)((long)param_1 + 4)) {
lVar3 = (long)param_1 + 0x1c0;
lVar4 = 0;
do {
if (0 < *(int *)((long)param_1 + 0x1b8)) {
lVar2 = 0;... | |
35,685 | ggml_backend_sched_free | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_sched_free(ggml_backend_sched_t sched) {
if (sched == NULL) {
return;
}
for (int b = 0; b < sched->n_backends; b++) {
for (int c = 0; c < sched->n_copies; c++) {
ggml_backend_event_free(sched->events[b][c]);
}
}
ggml_gallocr_free(sched->galloc);
... | O3 | cpp | ggml_backend_sched_free:
testq %rdi, %rdi
je 0x2682a
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movl 0x4(%rdi), %ecx
testl %ecx, %ecx
jle 0x2677b
leaq 0x1c0(%rbx), %r14
movl 0x1b8(%rbx), %eax
xorl %r15d, %r15d
testl %eax, %eax
jle 0x2676c
xorl %r12d, %r12d
movq (%r14,%r12,8), %rsi
testq %rsi... | ggml_backend_sched_free:
test rdi, rdi
jz locret_2682A
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdi
mov ecx, [rdi+4]
test ecx, ecx
jle short loc_2677B
lea r14, [rbx+1C0h]
mov eax, [rbx+1B8h]
xor r15d, r15d
loc_26742:
test eax, eax
jle short loc_2676C... | long long ggml_backend_sched_free(long long a1)
{
long long result; // rax
int v2; // ecx
long long v3; // r14
int v4; // eax
long long i; // r15
long long j; // r12
_QWORD *v7; // rsi
if ( a1 )
{
v2 = *(_DWORD *)(a1 + 4);
if ( v2 > 0 )
{
v3 = a1 + 448;
v4 = *(_DWORD *)(a1 + ... | ggml_backend_sched_free:
TEST RDI,RDI
JZ 0x0012682a
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV ECX,dword ptr [RDI + 0x4]
TEST ECX,ECX
JLE 0x0012677b
LEA R14,[RBX + 0x1c0]
MOV EAX,dword ptr [RBX + 0x1b8]
XOR R15D,R15D
LAB_00126742:
TEST EAX,EAX
JLE 0x0012676c
XOR R12D,R12D
LAB_00126749:
MOV RSI,qword p... |
void ggml_backend_sched_free(void *param_1)
{
long *plVar1;
int iVar2;
int iVar3;
long lVar4;
long lVar5;
long lVar6;
if (param_1 != (void *)0x0) {
iVar3 = *(int *)((long)param_1 + 4);
if (0 < iVar3) {
lVar5 = (long)param_1 + 0x1c0;
iVar2 = *(int *)((long)param_1 + 0x1b8);
l... | |
35,686 | ma_write_undo_key_insert | eloqsql/storage/maria/ma_write.c | int _ma_write_undo_key_insert(MARIA_HA *info, const MARIA_KEY *key,
my_off_t *root, my_off_t new_root, LSN *res_lsn)
{
MARIA_SHARE *share= info->s;
MARIA_KEYDEF *keyinfo= key->keyinfo;
uchar log_data[LSN_STORE_SIZE + FILEID_STORE_SIZE +
KEY_NR_STORE_SIZE];
const uc... | O0 | c | ma_write_undo_key_insert:
pushq %rbp
movq %rsp, %rbp
subq $0xae0, %rsp # imm = 0xAE0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x9f8(%rbp)
movq %rsi, -0xa00(%rbp)
movq %rdx, -0xa08(%rbp)
movq %rcx, -0xa10(%rbp)
movq %r8, -0xa18(%rbp)
movq -0x9f8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0xa20(%rb... | _ma_write_undo_key_insert:
push rbp
mov rbp, rsp
sub rsp, 0AE0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_9F8], rdi
mov [rbp+var_A00], rsi
mov [rbp+var_A08], rdx
mov [rbp+var_A10], rcx
mov [rbp+var_A18], r8
mov rax, [rbp+var_9F8]
mov rax, [rax]
mov [rbp+var_A20... | long long ma_write_undo_key_insert(long long *a1, float **a2, long long a3, long long a4, long long a5)
{
float *v5; // rax
char v6; // cl
float *v7; // rax
float *v9; // [rsp+20h] [rbp-AC0h]
float *v10; // [rsp+28h] [rbp-AB8h]
float *v11; // [rsp+30h] [rbp-AB0h]
long long v12; // [rsp+38h] [rbp-AA8h]
... | _ma_write_undo_key_insert:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xae0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x9f8],RDI
MOV qword ptr [RBP + -0xa00],RSI
MOV qword ptr [RBP + -0xa08],RDX
MOV qword ptr [RBP + -0xa10],RCX
MOV qword ptr [RBP + -0xa18],R8
MOV RAX,qword ptr [RBP + -0x9f8]
MO... |
int _ma_write_undo_key_insert
(long *param_1,long *param_2,int8 param_3,int8 param_4,int8 param_5)
{
ushort uVar1;
long lVar2;
long lVar3;
char cVar4;
uint uVar5;
int1 *puVar6;
long in_FS_OFFSET;
int1 *local_ac8;
int1 *local_ab8;
int8 local_a98;
int8 local_a90;
int8 local_a80;
... | |
35,687 | JS_NewAtomInt64 | bluesky950520[P]quickjs/quickjs.c | static JSAtom JS_NewAtomInt64(JSContext *ctx, int64_t n)
{
if ((uint64_t)n <= JS_ATOM_MAX_INT) {
return __JS_AtomFromUInt32((uint32_t)n);
} else {
char buf[24];
size_t len = i64toa(buf, n);
JSValue val = js_new_string8_len(ctx, buf, len);
if (JS_IsException(val))
... | O0 | c | JS_NewAtomInt64:
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
cmpq $0x7fffffff, 0x40(%rsp) # imm = 0x7FFFFFFF
ja 0x31dfb
movq 0x40(%rsp), %rax
movl %eax, %edi
callq 0x285b0
movl %eax, 0x54(%rsp)
jmp 0x31e69
leaq 0x20(%rsp), %rdi
movq 0x40(%rsp), %rsi
callq 0x1fb10
movq %rax, 0x18(%rsp)
movq 0x48(%rsp), ... | JS_NewAtomInt64:
sub rsp, 58h
mov [rsp+58h+var_10], rdi
mov [rsp+58h+var_18], rsi
cmp [rsp+58h+var_18], 7FFFFFFFh
ja short loc_31DFB
mov rax, [rsp+58h+var_18]
mov edi, eax
call __JS_AtomFromUInt32
mov [rsp+58h+var_4], eax
jmp short loc_31E69
loc_31DFB:
lea rdi, [rsp+58h+var_3... | long long JS_NewAtomInt64(long long a1, unsigned long long a2)
{
int v2; // edx
long long v4; // [rsp+8h] [rbp-50h]
unsigned int v5; // [rsp+18h] [rbp-40h]
unsigned long long v6[4]; // [rsp+20h] [rbp-38h] BYREF
unsigned long long v7; // [rsp+40h] [rbp-18h]
long long v8; // [rsp+48h] [rbp-10h]
v8 = a1;
... | JS_NewAtomInt64:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDI
MOV qword ptr [RSP + 0x40],RSI
CMP qword ptr [RSP + 0x40],0x7fffffff
JA 0x00131dfb
MOV RAX,qword ptr [RSP + 0x40]
MOV EDI,EAX
CALL 0x001285b0
MOV dword ptr [RSP + 0x54],EAX
JMP 0x00131e69
LAB_00131dfb:
LEA RDI,[RSP + 0x20]
MOV RSI,qword ptr [RSP + 0x40]
CALL ... |
int4 JS_NewAtomInt64(long param_1,ulong param_2)
{
int4 uVar1;
int iVar2;
int1 auVar3 [16];
int1 local_38 [32];
ulong local_18;
long local_10;
int4 local_4;
local_18 = param_2;
local_10 = param_1;
if (param_2 < 0x80000000) {
local_4 = __JS_AtomFromUInt32(param_2 & 0xffffffff);
}
else {
... | |
35,688 | JS_NewAtomInt64 | bluesky950520[P]quickjs/quickjs.c | static JSAtom JS_NewAtomInt64(JSContext *ctx, int64_t n)
{
if ((uint64_t)n <= JS_ATOM_MAX_INT) {
return __JS_AtomFromUInt32((uint32_t)n);
} else {
char buf[24];
size_t len = i64toa(buf, n);
JSValue val = js_new_string8_len(ctx, buf, len);
if (JS_IsException(val))
... | O1 | c | JS_NewAtomInt64:
cmpq $0x7fffffff, %rsi # imm = 0x7FFFFFFF
ja 0x2429b
orl $0x80000000, %esi # imm = 0x80000000
jmp 0x242e7
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
leaq 0x10(%rsp), %r14
movq %r14, %rdi
callq 0x1be08
movq %rbx, %rdi
movq %r14, %rsi
movl %eax, %edx
callq 0x201dd
movq %rax, 0x8(%... | JS_NewAtomInt64:
cmp rsi, 7FFFFFFFh
ja short loc_2429B
or esi, 80000000h
jmp short loc_242E7
loc_2429B:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_28]
mov rdi, r14
call i64toa
mov rdi, rbx
mov rsi, r14
mov edx, eax
call js_new_string8_len
... | long long JS_NewAtomInt64(long long a1, unsigned long long a2)
{
unsigned int v2; // esi
unsigned int v3; // eax
int v4; // edx
long long v6; // [rsp+0h] [rbp-30h]
_QWORD v7[5]; // [rsp+8h] [rbp-28h] BYREF
if ( a2 > 0x7FFFFFFF )
{
v3 = i64toa(v7, a2);
v6 = js_new_string8_len(a1, (long long)v7, v... | JS_NewAtomInt64:
CMP RSI,0x7fffffff
JA 0x0012429b
OR ESI,0x80000000
JMP 0x001242e7
LAB_0012429b:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x10]
MOV RDI,R14
CALL 0x0011be08
MOV RDI,RBX
MOV RSI,R14
MOV EDX,EAX
CALL 0x001201dd
MOV qword ptr [RSP + 0x8],RAX
XOR ESI,ESI
CMP EDX,0x6
JZ 0x001242e0
MOV RDI,qwo... |
uint JS_NewAtomInt64(long param_1,ulong param_2)
{
int4 uVar1;
uint uVar2;
int1 auVar3 [12];
int1 local_28 [24];
if (param_2 < 0x80000000) {
uVar2 = (uint)param_2 | 0x80000000;
}
else {
uVar1 = i64toa(local_28);
auVar3 = js_new_string8_len(param_1,local_28,uVar1);
uVar2 = 0;
if (a... | |
35,689 | JS_NewAtomInt64 | bluesky950520[P]quickjs/quickjs.c | static JSAtom JS_NewAtomInt64(JSContext *ctx, int64_t n)
{
if ((uint64_t)n <= JS_ATOM_MAX_INT) {
return __JS_AtomFromUInt32((uint32_t)n);
} else {
char buf[24];
size_t len = i64toa(buf, n);
JSValue val = js_new_string8_len(ctx, buf, len);
if (JS_IsException(val))
... | O2 | c | JS_NewAtomInt64:
cmpq $0x7fffffff, %rsi # imm = 0x7FFFFFFF
ja 0x1e3b7
orl $0x80000000, %esi # imm = 0x80000000
jmp 0x1e3f8
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movq %rsp, %r14
movq %r14, %rdi
callq 0x165ee
movq %rbx, %rdi
movq %r14, %rsi
movl %eax, %edx
callq 0x1a4e8
xorl %esi, %esi
cmpl $... | JS_NewAtomInt64:
cmp rsi, 7FFFFFFFh
ja short loc_1E3B7
or esi, 80000000h
jmp short loc_1E3F8
loc_1E3B7:
push r14
push rbx
sub rsp, 18h
mov rbx, rdi
mov r14, rsp
mov rdi, r14
call i64toa
mov rdi, rbx
mov rsi, r14
mov edx, eax
call js_new_string8_len
xor esi, ... | long long JS_NewAtomInt64(long long a1, unsigned long long a2)
{
unsigned int v2; // esi
unsigned int v3; // eax
_QWORD *v4; // rax
int v5; // edx
_BYTE v7[40]; // [rsp-28h] [rbp-28h] BYREF
if ( a2 > 0x7FFFFFFF )
{
v3 = i64toa(v7, a2);
v4 = (_QWORD *)js_new_string8_len(a1, (long long)v7, v3);
... | JS_NewAtomInt64:
CMP RSI,0x7fffffff
JA 0x0011e3b7
OR ESI,0x80000000
JMP 0x0011e3f8
LAB_0011e3b7:
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
MOV R14,RSP
MOV RDI,R14
CALL 0x001165ee
MOV RDI,RBX
MOV RSI,R14
MOV EDX,EAX
CALL 0x0011a4e8
XOR ESI,ESI
CMP EDX,0x6
JZ 0x0011e3f1
MOV RDI,qword ptr [RBX + 0x18]
PUSH 0x1
POP RDX
MO... |
uint JS_NewAtomInt64(long param_1,ulong param_2)
{
int4 uVar1;
uint uVar2;
int1 auVar3 [12];
int1 auStack_28 [24];
if (param_2 < 0x80000000) {
uVar2 = (uint)param_2 | 0x80000000;
}
else {
uVar1 = i64toa(auStack_28);
auVar3 = js_new_string8_len(param_1,auStack_28,uVar1);
uVar2 = 0;
... | |
35,690 | JS_ParseJSON | bluesky950520[P]quickjs/quickjs.c | JSValue JS_ParseJSON(JSContext *ctx, const char *buf, size_t buf_len, const char *filename)
{
JSParseState s1, *s = &s1;
JSValue val = JS_UNDEFINED;
js_parse_init(ctx, s, buf, buf_len, filename);
if (json_next_token(s))
goto fail;
val = json_parse_value(s);
if (JS_IsException(val))
... | O2 | c | JS_ParseJSON:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movq %rcx, %r13
movq %rdx, %rbp
movq %rsi, %r12
movq %rdi, %r14
leaq 0x10(%rsp), %r15
xorl %ebx, %ebx
movl $0x98, %edx
movq %r15, %rdi
xorl %esi, %esi
callq 0xe390
movq %r14, -0x8(%r15)
movq %r13, 0x10(%r15)
movabsq $0x1000... | JS_ParseJSON:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r13, rcx
mov rbp, rdx
mov r12, rsi
mov r14, rdi
lea r15, [rsp+0D8h+var_C8]
xor ebx, ebx
mov edx, 98h
mov rdi, r15
xor esi, esi
call _memset
mov [r15-8], r14
mov [r15... | long long JS_ParseJSON(
long long a1,
long long a2,
long long a3,
long long a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
long long v14; // rbx
int v15; // eax
long l... | JS_ParseJSON:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R13,RCX
MOV RBP,RDX
MOV R12,RSI
MOV R14,RDI
LEA R15,[RSP + 0x10]
XOR EBX,EBX
MOV EDX,0x98
MOV RDI,R15
XOR ESI,ESI
CALL 0x0010e390
MOV qword ptr [R15 + -0x8],R14
MOV qword ptr [R15 + 0x10],R13
MOV RAX,0x100000001
MOV qword ptr [R15 + 0x... |
int1 [16] JS_ParseJSON(int8 param_1,long param_2,long param_3,int8 param_4)
{
int iVar1;
int1 auVar2 [16];
int8 local_d0;
int1 local_c8 [8];
int8 local_c0;
int8 local_b8;
int8 local_b0;
int4 local_a8;
long local_68;
long local_60;
long local_58;
long local_50;
long local_48;
memset(loc... | |
35,691 | sp_make_key | eloqsql/storage/myisam/sp_key.c | uint sp_make_key(register MI_INFO *info, uint keynr, uchar *key,
const uchar *record, my_off_t filepos)
{
HA_KEYSEG *keyseg;
MI_KEYDEF *keyinfo = &info->s->keyinfo[keynr];
uint len = 0;
uchar *pos;
uint dlen;
uchar *dptr;
double mbr[SPDIMS * 2];
uint i;
keyseg = &keyinfo->seg[-1];
pos = (uchar... | O0 | c | sp_make_key:
pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movl %esi, -0x24(%rbp)
movq %rdx, -0x30(%rbp)
movq %rcx, -0x38(%rbp)
movq %r8, -0x40(%rbp)
movq -0x20(%rbp), %rax
movq (%rax), %rax
movq 0x218(%rax), %rax
movl -0x24(%rbp), %ecx
imulq $0x70, %rcx, %... | sp_make_key:
push rbp
mov rbp, rsp
sub rsp, 0B0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_20], rdi
mov [rbp+var_24], esi
mov [rbp+var_30], rdx
mov [rbp+var_38], rcx
mov [rbp+var_40], r8
mov rax, [rbp+var_20]
mov rax, [rax]
mov rax, [rax+218h]
mov ecx, [rbp... | long long sp_make_key(long long a1, unsigned int a2, _BYTE *a3, long long a4, unsigned long long a5)
{
long long v5; // rdi
unsigned __int8 *v6; // rax
char v7; // cl
_BYTE *v8; // rax
unsigned int v10; // [rsp+18h] [rbp-98h]
int v11; // [rsp+1Ch] [rbp-94h]
_QWORD v12[4]; // [rsp+20h] [rbp-90h] BYREF
l... | sp_make_key:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x20],RDI
MOV dword ptr [RBP + -0x24],ESI
MOV qword ptr [RBP + -0x30],RDX
MOV qword ptr [RBP + -0x38],RCX
MOV qword ptr [RBP + -0x40],R8
MOV RAX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RAX]... |
int sp_make_key(long *param_1,uint param_2,double *param_3,long param_4,int8 param_5)
{
double dVar1;
long lVar2;
double *pdVar3;
double *pdVar4;
uint uVar5;
int4 *puVar6;
long in_FS_OFFSET;
double local_98 [4];
long local_78;
int local_6c;
double *local_68;
int local_5c;
long local_58;
lo... | |
35,692 | LefDefParser::lefiPin::propNum(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp | double
lefiPin::propNum(int index) const
{
char msg[160];
if (index < 0 || index >= numProperties_) {
sprintf(msg, "ERROR (LEFPARS-1352): The index number %d given for the macro property is invalid.\nValid index is from 0 to %d", index, numProperties_);
lefiError(0, 1352, msg);
return 0;... | O3 | cpp | LefDefParser::lefiPin::propNum(int) const:
movl %esi, %edx
testl %esi, %esi
setns %al
movl 0x28c(%rdi), %ecx
cmpl %esi, %ecx
setg %sil
testb %sil, %al
je 0x2accb
movq 0x2a8(%rdi), %rax
movl %edx, %ecx
movsd (%rax,%rcx,8), %xmm0
retq
pushq %rbx
subq $0xa0, %rsp
leaq 0x27455(%rip), %rsi # 0x5212f
movq %rsp, %rbx
movq... | _ZNK12LefDefParser7lefiPin7propNumEi:
mov edx, esi
test esi, esi
setns al
mov ecx, [rdi+28Ch]
cmp ecx, esi
setnle sil
test al, sil
jz short loc_2ACCB
mov rax, [rdi+2A8h]
mov ecx, edx
movsd xmm0, qword ptr [rax+rcx*8]
retn
loc_2ACCB:
push rbx
sub rsp, 0A0h
lea rsi, aErrorLe... | double LefDefParser::lefiPin::propNum(LefDefParser::lefiPin *this, signed int a2)
{
int v2; // ecx
const char *v4; // rcx
_BYTE v5[168]; // [rsp-A8h] [rbp-A8h] BYREF
v2 = *((_DWORD *)this + 163);
if ( v2 > a2 && a2 >= 0 )
return *(double *)(*((_QWORD *)this + 85) + 8LL * (unsigned int)a2);
sprintf(
... | propNum:
MOV EDX,ESI
TEST ESI,ESI
SETNS AL
MOV ECX,dword ptr [RDI + 0x28c]
CMP ECX,ESI
SETG SIL
TEST AL,SIL
JZ 0x0012accb
MOV RAX,qword ptr [RDI + 0x2a8]
MOV ECX,EDX
MOVSD XMM0,qword ptr [RAX + RCX*0x8]
RET
LAB_0012accb:
PUSH RBX
SUB RSP,0xa0
LEA RSI,[0x15212f]
MOV RBX,RSP
MOV RDI,RBX
XOR EAX,EAX
CALL 0x00102050
XOR ED... |
/* LefDefParser::lefiPin::propNum(int) const */
int8 __thiscall LefDefParser::lefiPin::propNum(lefiPin *this,int param_1)
{
char acStack_a8 [160];
if (-1 < param_1 && param_1 < *(int *)(this + 0x28c)) {
return *(int8 *)(*(long *)(this + 0x2a8) + (ulong)(uint)param_1 * 8);
}
sprintf(acStack_a8,
... | |
35,693 | mult | eloqsql/strings/dtoa.c | static Bigint *mult(Bigint *a, Bigint *b, Stack_alloc *alloc)
{
Bigint *c;
int k, wa, wb, wc;
ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
ULong y;
ULLong carry, z;
if (a->wds < b->wds)
{
c= a;
a= b;
b= c;
}
k= a->k;
wa= a->wds;
wb= b->wds;
wc= wa + wb;
if (wc > a->maxwds)
k++;
... | O3 | c | mult:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r14
movl 0x14(%rdi), %eax
cmpl 0x14(%rsi), %eax
movq %rsi, %r12
cmovlq %rdi, %r12
cmovlq %rsi, %r14
movslq 0x14(%r14), %rax
movslq 0x14(%r12), %r13
movq %rax, -0x30(%rbp)
leaq (%rax,%r13), %r15
xorl %edi, %edi... | mult:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rdi
mov eax, [rdi+14h]
cmp eax, [rsi+14h]
mov r12, rsi
cmovl r12, rdi
cmovl r14, rsi
movsxd rax, dword ptr [r14+14h]
movsxd r13, dword ptr [r12+14h]
mov [rbp+var_30], rax
lea ... | long long mult(long long *a1, long long *a2, long long a3)
{
long long *v3; // r14
long long *v4; // r12
long long v5; // r13
long long v6; // r15
long long v7; // rbx
long long v8; // rdi
long long v9; // rcx
long long v10; // rax
unsigned long long v11; // rcx
_DWORD *v12; // rdx
unsigned long ... | mult:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDI
MOV EAX,dword ptr [RDI + 0x14]
CMP EAX,dword ptr [RSI + 0x14]
MOV R12,RSI
CMOVL R12,RDI
CMOVL R14,RSI
MOVSXD RAX,dword ptr [R14 + 0x14]
MOVSXD R13,dword ptr [R12 + 0x14]
MOV qword ptr [RBP + -0x30],RAX
LEA R15,[RAX + R13*0x1]
X... |
int8 * mult(long *param_1,long *param_2)
{
void *pvVar1;
uint *puVar2;
uint *puVar3;
int iVar4;
int iVar5;
uint uVar6;
long lVar7;
int8 *puVar8;
int *piVar9;
void *pvVar10;
uint *puVar11;
void *__s;
long lVar12;
ulong uVar13;
ulong uVar14;
long *plVar15;
int iVar16;
ulong uVar17;
... | |
35,694 | json_as_uint64 | corpus-core[P]colibri-stateless/src/util/json.c | uint64_t json_as_uint64(json_t val) {
uint8_t tmp[20] = {0};
buffer_t buffer = stack_buffer(tmp);
if (val.len > 4 && val.start[1] == '0' && val.start[2] == 'x') {
int len = hex_to_bytes(val.start + 1, val.len - 2, bytes(tmp, 20));
if (len == -1) return 0;
memmove(tmp + 8 - len, tmp, len);
memset... | O3 | c | json_as_uint64:
pushq %rbp
pushq %rbx
subq $0x48, %rsp
leaq 0x60(%rsp), %rax
xorl %ecx, %ecx
leaq 0x30(%rsp), %rdx
movl %ecx, 0x10(%rdx)
xorps %xmm0, %xmm0
movaps %xmm0, (%rdx)
movl %ecx, 0x18(%rsp)
movq %rdx, 0x20(%rsp)
movl $0xffffffec, 0x28(%rsp) # imm = 0xFFFFFFEC
movq 0x8(%rax), %rsi
cmpq $0x5, %rsi
jb 0x55a50
mov... | json_as_uint64:
push rbp
push rbx
sub rsp, 48h
lea rax, [rsp+58h+arg_0]
xor ecx, ecx
lea rdx, [rsp+58h+var_28]
mov [rdx+10h], ecx
xorps xmm0, xmm0
movaps xmmword ptr [rdx], xmm0
mov [rsp+58h+var_40], ecx
mov [rsp+58h+var_38], rdx
mov [rsp+58h+var_30], 0FFFFFFECh
mov rsi, [ra... | unsigned long long json_as_uint64(
_DWORD a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
long long a5,
long long a6,
long long a7,
unsigned long long a8,
long long a9)
{
int v9; // eax
int v10; // ebp
long long v12; // rax
unsigned int v13; // [rsp+... | json_as_uint64:
PUSH RBP
PUSH RBX
SUB RSP,0x48
LEA RAX,[RSP + 0x60]
XOR ECX,ECX
LEA RDX,[RSP + 0x30]
MOV dword ptr [RDX + 0x10],ECX
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RDX],XMM0
MOV dword ptr [RSP + 0x18],ECX
MOV qword ptr [RSP + 0x20],RDX
MOV dword ptr [RSP + 0x28],0xffffffec
MOV RSI,qword ptr [RAX + 0x8]
CMP RSI,0x5
... |
ulonglong json_as_uint64(void)
{
int iVar1;
ulonglong uVar2;
char *__nptr;
long in_stack_00000008;
int iStack0000000000000010;
int4 local_40 [2];
int8 *local_38;
int4 local_30;
int8 local_28;
int8 uStack_20;
int4 local_18;
local_38 = &local_28;
local_18 = 0;
local_28 = 0;
uStack_20 = ... | |
35,695 | ImPlot3D::ComputeActiveFaces(bool*, ImPlot3DQuat const&, ImPlot3DAxis const*, int*) | zkingston[P]unknot/build_O0/_deps/implot3d-src/implot3d.cpp | void ComputeActiveFaces(bool* active_faces, const ImPlot3DQuat& rotation, const ImPlot3DAxis* axes, int* plane_2d = nullptr) {
if (plane_2d)
*plane_2d = -1;
ImPlot3DPoint rot_face_n[3] = {
rotation * ImPlot3DPoint(1.0f, 0.0f, 0.0f),
rotation * ImPlot3DPoint(0.0f, 1.0f, 0.0f),
ro... | O0 | cpp | ImPlot3D::ComputeActiveFaces(bool*, ImPlot3DQuat const&, ImPlot3DAxis const*, int*):
subq $0xf8, %rsp
movq %rdi, 0xf0(%rsp)
movq %rsi, 0xe8(%rsp)
movq %rdx, 0xe0(%rsp)
movq %rcx, 0xd8(%rsp)
cmpq $0x0, 0xd8(%rsp)
je 0xcd580
movq 0xd8(%rsp), %rax
movl $0xffffffff, (%rax) # imm = 0xFFFFFFFF
movq 0xe8(%rsp), %rax
movq ... | _ZN8ImPlot3D18ComputeActiveFacesEPbRK12ImPlot3DQuatPK12ImPlot3DAxisPi:
sub rsp, 0F8h
mov [rsp+0F8h+var_8], rdi
mov [rsp+0F8h+var_10], rsi
mov [rsp+0F8h+var_18], rdx
mov [rsp+0F8h+var_20], rcx
cmp [rsp+0F8h+var_20], 0
jz short loc_CD580
mov rax, [rsp+0F8h+var_20]
mov dword ptr [rax],... | const ImPlot3DAxis * ImPlot3D::ComputeActiveFaces(
ImPlot3D *this,
bool *a2,
const ImPlot3DQuat *a3,
const ImPlot3DAxis *a4,
int *a5)
{
const ImPlot3DAxis *result; // rax
float v6; // xmm0_4
bool v7; // [rsp+7h] [rbp-F1h]
bool *v8; // [rsp+8h] [rbp-F0h]
bool *v9; // [rs... | ComputeActiveFaces:
SUB RSP,0xf8
MOV qword ptr [RSP + 0xf0],RDI
MOV qword ptr [RSP + 0xe8],RSI
MOV qword ptr [RSP + 0xe0],RDX
MOV qword ptr [RSP + 0xd8],RCX
CMP qword ptr [RSP + 0xd8],0x0
JZ 0x001cd580
MOV RAX,qword ptr [RSP + 0xd8]
MOV dword ptr [RAX],0xffffffff
LAB_001cd580:
MOV RAX,qword ptr [RSP + 0xe8]
MOV qword p... |
/* ImPlot3D::ComputeActiveFaces(bool*, ImPlot3DQuat const&, ImPlot3DAxis const*, int*) */
void ImPlot3D::ComputeActiveFaces
(bool *param_1,ImPlot3DQuat *param_2,ImPlot3DAxis *param_3,int *param_4)
{
ImPlot3DQuat *pIVar1;
bool bVar2;
float fVar3;
float fVar4;
float fVar5;
int4 uVar6;
bool... | |
35,696 | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long) | Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp | bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) {
if (is_array) {
std::vector<T> value;
try {
if (!gr.read(value, n)) {
return false;
}
} catch... | O0 | cpp | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(... | _Z24gguf_read_emplace_helperIdEbRK11gguf_readerRSt6vectorI7gguf_kvSaIS4_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbm:
push rbp
mov rbp, rsp
sub rsp, 0A0h
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
and al, 1
mov [rbp+var_21], al
mov [... | char gguf_read_emplace_helper<double>(long long a1, long long a2, long long a3, char a4, long long a5)
{
_BYTE v6[8]; // [rsp+30h] [rbp-70h] BYREF
int v7; // [rsp+48h] [rbp-58h]
_BYTE v8[24]; // [rsp+58h] [rbp-48h] BYREF
long long v9; // [rsp+70h] [rbp-30h]
char v10; // [rsp+7Fh] [rbp-21h]
long long v11; /... | gguf_read_emplace_helper<double>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
AND AL,0x1
MOV byte ptr [RBP + -0x21],AL
MOV qword ptr [RBP + -0x30],R8
TEST byte ptr [RBP + -0x21],0x1
JZ 0x00190b4c
LEA RDI,[RBP + -0x48]
MOV qw... |
/* bool gguf_read_emplace_helper<double>(gguf_reader const&, std::vector<gguf_kv,
std::allocator<gguf_kv> >&, std::__cxx11::string const&, bool, unsigned long) */
bool gguf_read_emplace_helper<double>
(gguf_reader *param_1,vector *param_2,string *param_3,bool param_4,ulong param_5)
{
bool bVar1;
... | |
35,697 | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long) | Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp | bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) {
if (is_array) {
std::vector<T> value;
try {
if (!gr.read(value, n)) {
return false;
}
} catch... | O1 | cpp | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long):
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdx, %rbx
movq %rsi, %r14
testl %ecx, %ecx... | _Z24gguf_read_emplace_helperIdEbRK11gguf_readerRSt6vectorI7gguf_kvSaIS4_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbm:
push rbp
push r14
push rbx
sub rsp, 20h
mov rbx, rdx
mov r14, rsi
test ecx, ecx
jz short loc_41EF2
xorps xmm0, xmm0
mov rsi, rsp
movaps xmmword ptr [rsi... | char gguf_read_emplace_helper<double>(_QWORD *a1, long long a2, long long a3, int a4, long long a5)
{
char v6; // bp
__int128 v8; // [rsp+0h] [rbp-38h] BYREF
long long v9; // [rsp+10h] [rbp-28h]
if ( a4 )
{
v8 = 0LL;
v9 = 0LL;
if ( (unsigned __int8)gguf_reader::read<double>(a1, &v8, a5) )
{
... | gguf_read_emplace_helper<double>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDX
MOV R14,RSI
TEST ECX,ECX
JZ 0x00141ef2
XORPS XMM0,XMM0
MOV RSI,RSP
MOVAPS xmmword ptr [RSI],XMM0
MOV qword ptr [RSI + 0x10],0x0
LAB_00141ed3:
MOV RDX,R8
CALL 0x00117c80
TEST AL,AL
JZ 0x00141f1d
MOV BPL,0x1
LAB_00141ee2:
MOV RDX,RSP
MO... |
/* bool gguf_read_emplace_helper<double>(gguf_reader const&, std::vector<gguf_kv,
std::allocator<gguf_kv> >&, std::__cxx11::string const&, bool, unsigned long) */
bool gguf_read_emplace_helper<double>
(gguf_reader *param_1,vector *param_2,string *param_3,bool param_4,ulong param_5)
{
bool bVar1;
... | |
35,698 | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long) | Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp | bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) {
if (is_array) {
std::vector<T> value;
try {
if (!gr.read(value, n)) {
return false;
}
} catch... | O2 | cpp | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long):
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r14
testl %ecx, %ecx
je 0x437ad... | _Z24gguf_read_emplace_helperImEbRK11gguf_readerRSt6vectorI7gguf_kvSaIS4_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbm:
push r14
push rbx
sub rsp, 18h
mov rbx, rdx
mov r14, rsi
test ecx, ecx
jz short loc_437AD
xorps xmm0, xmm0
mov rsi, rsp
movaps xmmword ptr [rsi], xmm0
and ... | char gguf_read_emplace_helper<unsigned long>(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6)
{
_BYTE v8[40]; // [rsp+0h] [rbp-28h] BYREF
if ( (_DWORD)a4 )
{
if ( (unsigned __int8)gguf_reader::read<unsigned long>(a1, v8, a5,... | gguf_read_emplace_helper<unsigned_long>:
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV RBX,RDX
MOV R14,RSI
TEST ECX,ECX
JZ 0x001437ad
XORPS XMM0,XMM0
MOV RSI,RSP
MOVAPS xmmword ptr [RSI],XMM0
AND qword ptr [RSI + 0x10],0x0
LAB_00143785:
MOV RDX,R8
CALL 0x0011d790
TEST AL,AL
JZ 0x00143852
LAB_00143795:
MOV RDX,RSP
MOV RDI,R14
MOV ... |
/* bool gguf_read_emplace_helper<unsigned long>(gguf_reader const&, std::vector<gguf_kv,
std::allocator<gguf_kv> >&, std::__cxx11::string const&, bool, unsigned long) */
bool gguf_read_emplace_helper<unsigned_long>
(gguf_reader *param_1,vector *param_2,string *param_3,bool param_4,ulong param_5)
{
... | |
35,699 | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long) | Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp | bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) {
if (is_array) {
std::vector<T> value;
try {
if (!gr.read(value, n)) {
return false;
}
} catch... | O3 | cpp | bool gguf_read_emplace_helper<unsigned char>(gguf_reader const&, std::vector<gguf_kv, std::allocator<gguf_kv>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool, unsigned long):
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdx, %rbx
movq %rsi, %r14
testl %ecx, %ecx... | _Z24gguf_read_emplace_helperIdEbRK11gguf_readerRSt6vectorI7gguf_kvSaIS4_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbm:
push rbp
push r14
push rbx
sub rsp, 20h
mov rbx, rdx
mov r14, rsi
test ecx, ecx
jz short loc_4159C
xorps xmm0, xmm0
mov rsi, rsp
movaps xmmword ptr [rsi... | char gguf_read_emplace_helper<double>(_QWORD *a1, long long a2, long long a3, int a4, long long a5)
{
char v6; // bp
__int128 v8; // [rsp+0h] [rbp-38h] BYREF
long long v9; // [rsp+10h] [rbp-28h]
if ( a4 )
{
v8 = 0LL;
v9 = 0LL;
if ( (unsigned __int8)gguf_reader::read<double>(a1, &v8, a5) )
{
... | gguf_read_emplace_helper<double>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDX
MOV R14,RSI
TEST ECX,ECX
JZ 0x0014159c
XORPS XMM0,XMM0
MOV RSI,RSP
MOVAPS xmmword ptr [RSI],XMM0
MOV qword ptr [RSI + 0x10],0x0
LAB_0014157d:
MOV RDX,R8
CALL 0x00116c80
TEST AL,AL
JZ 0x001415c7
MOV BPL,0x1
LAB_0014158c:
MOV RDX,RSP
MO... |
/* bool gguf_read_emplace_helper<double>(gguf_reader const&, std::vector<gguf_kv,
std::allocator<gguf_kv> >&, std::__cxx11::string const&, bool, unsigned long) */
bool gguf_read_emplace_helper<double>
(gguf_reader *param_1,vector *param_2,string *param_3,bool param_4,ulong param_5)
{
bool bVar1;
... |
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.