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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
2,300 | testing::internal::StreamingListener::OnTestIterationEnd(testing::UnitTest const&, int) | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-internal-inl.h | void OnTestIterationEnd(const UnitTest& unit_test,
int /* iteration */) override {
SendLn("event=TestIterationEnd&passed=" + FormatBool(unit_test.Passed()) +
"&elapsed_time=" + StreamableToString(unit_test.elapsed_time()) +
"ms");
} | O0 | c | testing::internal::StreamingListener::OnTestIterationEnd(testing::UnitTest const&, int):
subq $0x108, %rsp # imm = 0x108
movq %rdi, 0x100(%rsp)
movq %rsi, 0xf8(%rsp)
movl %edx, 0xf4(%rsp)
movq 0x100(%rsp), %rax
movq %rax, 0x8(%rsp)
movq 0xf8(%rsp), %rdi
callq 0xc9f10
movq 0x8(%rsp), %rsi
movzbl %al, %edx
lea... | _ZN7testing8internal17StreamingListener18OnTestIterationEndERKNS_8UnitTestEi:
sub rsp, 108h
mov [rsp+108h+var_8], rdi
mov [rsp+108h+var_10], rsi
mov [rsp+108h+var_14], edx
mov rax, [rsp+108h+var_8]
mov [rsp+108h+var_100], rax
mov rdi, [rsp+108h+var_10]; this
call _ZNK7testing8UnitTest6Pas... | void testing::internal::StreamingListener::OnTestIterationEnd(
testing::internal::StreamingListener *this,
const testing::UnitTest *a2,
int a3)
{
unsigned __int8 v3; // al
int v4; // ecx
int v5; // r8d
int v6; // r9d
long long v7; // [rsp+18h] [rbp-F0h] BYREF
_BYTE v8[48]; // [rsp+2... | OnTestIterationEnd:
SUB RSP,0x108
MOV qword ptr [RSP + 0x100],RDI
MOV qword ptr [RSP + 0xf8],RSI
MOV dword ptr [RSP + 0xf4],EDX
MOV RAX,qword ptr [RSP + 0x100]
MOV qword ptr [RSP + 0x8],RAX
MOV RDI,qword ptr [RSP + 0xf8]
CALL 0x001c9f10
MOV RSI,qword ptr [RSP + 0x8]
MOVZX EDX,AL
LEA RDI,[RSP + 0x50]
MOV qword ptr [RSP ... |
/* testing::internal::StreamingListener::OnTestIterationEnd(testing::UnitTest const&, int) */
void __thiscall
testing::internal::StreamingListener::OnTestIterationEnd
(StreamingListener *this,UnitTest *param_1,int param_2)
{
long local_f0;
internal local_e8 [48];
string local_b8 [32];
string local_... | |
2,301 | coro::net::tcp::server::server(coro::net::tcp::server&&) | AlayaLite/build_O3/_deps/libcoro-src/src/net/tcp/server.cpp | server::server(server&& other)
: m_io_scheduler(std::move(other.m_io_scheduler)),
m_options(std::move(other.m_options)),
m_accept_socket(std::move(other.m_accept_socket))
{
} | O3 | cpp | coro::net::tcp::server::server(coro::net::tcp::server&&):
xorl %eax, %eax
movq %rax, 0x8(%rdi)
movups (%rsi), %xmm0
movq %rax, 0x8(%rsi)
movups %xmm0, (%rdi)
movq %rax, (%rsi)
movups 0x10(%rsi), %xmm0
movups 0x1c(%rsi), %xmm1
movups %xmm1, 0x1c(%rdi)
movups %xmm0, 0x10(%rdi)
movl 0x2c(%rsi), %eax
movl $0xffffffff, 0x2c... | _ZN4coro3net3tcp6serverC2EOS2_:
xor eax, eax
mov [rdi+8], rax
movups xmm0, xmmword ptr [rsi]
mov [rsi+8], rax
movups xmmword ptr [rdi], xmm0
mov [rsi], rax
movups xmm0, xmmword ptr [rsi+10h]
movups xmm1, xmmword ptr [rsi+1Ch]
movups xmmword ptr [rdi+1Ch], xmm1
movups xmmword ptr [rdi+10h], xmm0
mo... | long long coro::net::tcp::server::server(long long a1, __int128 *a2)
{
__int128 v2; // xmm0
__int128 v3; // xmm0
long long result; // rax
*(_QWORD *)(a1 + 8) = 0LL;
v2 = *a2;
*((_QWORD *)a2 + 1) = 0LL;
*(_OWORD *)a1 = v2;
*(_QWORD *)a2 = 0LL;
v3 = a2[1];
*(_OWORD *)(a1 + 28) = *(__int128 *)((char ... | server:
XOR EAX,EAX
MOV qword ptr [RDI + 0x8],RAX
MOVUPS XMM0,xmmword ptr [RSI]
MOV qword ptr [RSI + 0x8],RAX
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RSI],RAX
MOVUPS XMM0,xmmword ptr [RSI + 0x10]
MOVUPS XMM1,xmmword ptr [RSI + 0x1c]
MOVUPS xmmword ptr [RDI + 0x1c],XMM1
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOV EAX,... |
/* coro::net::tcp::server::server(coro::net::tcp::server&&) */
void __thiscall coro::net::tcp::server::server(server *this,server *param_1)
{
int4 uVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
*(int8 *)(this + 8) = 0;
uVar2 = *(int8 *)(param_1 + 8);
*(int8 *)(param_1 + 8) = 0;
*(int8 *)this = *(int8 ... | |
2,302 | aria_read_index | eloqsql/storage/maria/ma_backup.c | int aria_read_index(File kfile, ARIA_TABLE_CAPABILITIES *cap, ulonglong block,
uchar *buffer)
{
MARIA_SHARE share;
int retry= 0;
DBUG_ENTER("aria_read_index");
share.keypage_header= cap->keypage_header;
share.block_size= cap->block_size;
do
{
int error;
size_t length;
if (... | O3 | c | aria_read_index:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc48, %rsp # imm = 0xC48
movq %rcx, %r14
movq %rdx, %rbx
movq %rsi, %r15
movl %edi, %r12d
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movl 0x14(%rsi), %r13d
movl %r13d, -0x524(%rbp)
movl 0x10(%rsi), %eax
... | aria_read_index:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C48h
mov r14, rcx
mov rbx, rdx
mov r15, rsi
mov r12d, edi
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13d, [rsi+14h]
mov [rbp+var_524], r13d
mov eax, [rsi+10h]
mov ... | long long aria_read_index(unsigned int a1, long long a2, unsigned long long a3, long long a4)
{
long long v7; // r13
unsigned int v8; // eax
long long v9; // rax
long long v10; // rcx
unsigned long long v11; // rsi
long long result; // rax
unsigned int v13; // r8d
_BYTE v14[1860]; // [rsp+8h] [rbp-C68h... | aria_read_index:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc48
MOV R14,RCX
MOV RBX,RDX
MOV R15,RSI
MOV R12D,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13D,dword ptr [RSI + 0x14]
MOV dword ptr [RBP + -0x524],R13D
MOV EAX,dword ptr [RSI + 0x10]
MOV dword ptr [RB... |
int aria_read_index(int4 param_1,ulong *param_2,ulong param_3,long param_4)
{
ushort uVar1;
char cVar2;
uint uVar3;
int iVar4;
ulong uVar5;
int *piVar6;
ulong uVar7;
ulong uVar8;
long in_FS_OFFSET;
int1 local_c70 [1860];
uint local_52c;
uint local_4b4;
long local_38;
local_38 = *(long *... | |
2,303 | init_events_statements_history_long(unsigned long) | eloqsql/storage/perfschema/pfs_events_statements.cc | int init_events_statements_history_long(size_t events_statements_history_long_sizing)
{
events_statements_history_long_size= events_statements_history_long_sizing;
events_statements_history_long_full= false;
PFS_atomic::store_u32(&events_statements_history_long_index.m_u32, 0);
if (events_statements_history_lo... | O0 | cpp | init_events_statements_history_long(unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, 0x3b8bf9(%rip) # 0x40da80
movb $0x0, 0x3b8cf2(%rip) # 0x40db80
leaq 0x3b8d2b(%rip), %rdi # 0x40dbc0
xorl %esi, %esi
callq 0x36d20
cmpq $0x0, 0x3b8bdc(%rip) ... | _Z35init_events_statements_history_longm:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov cs:events_statements_history_long_size, rax
mov cs:events_statements_history_long_full, 0
lea rdi, events_statements_history_long_index; this
xor esi, esi; unsi... | long long init_events_statements_history_long(unsigned long long a1)
{
unsigned long long i; // [rsp+8h] [rbp-28h]
events_statements_history_long_size = a1;
events_statements_history_long_full = 0;
PFS_atomic::store_u32((PFS_atomic *)&events_statements_history_long_index, 0LL);
if ( events_statements_histor... | init_events_statements_history_long:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [0x0050da80],RAX
MOV byte ptr [0x0050db80],0x0
LEA RDI,[0x50dbc0]
XOR ESI,ESI
CALL 0x00136d20
CMP qword ptr [0x0050da80],0x0
JNZ 0x00154eb2
MOV dword ptr [RBP + -0x4],0x0
... |
/* init_events_statements_history_long(unsigned long) */
int4 init_events_statements_history_long(ulong param_1)
{
ulong local_30;
int4 local_c;
events_statements_history_long_full = 0;
events_statements_history_long_size = param_1;
PFS_atomic::store_u32((uint *)events_statements_history_long_index,0);
... | |
2,304 | Json_writer_object::Json_writer_object(Json_writer*, char const*) | eloqsql/sql/my_json_writer.h | explicit Json_writer_object(Json_writer* writer, const char *str= nullptr)
: Json_writer_struct(writer)
{
#ifdef ENABLED_JSON_WRITER_CONSISTENCY_CHECKS
DBUG_ASSERT(named_item_expected());
#endif
if (unlikely(my_writer))
{
if (str)
my_writer->add_member(str);
my_writer->start_object()... | O0 | c | Json_writer_object::Json_writer_object(Json_writer*, char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x30(%rbp)
movq -0x10(%rbp), %rsi
callq 0x8cde50
movq -0x30(%rbp), %rax
leaq 0x1123ea0(%rip), %rcx # 0x19... | _ZN18Json_writer_objectC2EP11Json_writerPKc:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rdi, [rbp+var_8]
mov [rbp+var_30], rdi
mov rsi, [rbp+var_10]
call _ZN18Json_writer_structC2EP11Json_writer; Json_writer_struct::Json_... | void Json_writer_object::Json_writer_object(Json_writer_object *this, Json_writer *a2, const char *a3)
{
Json_writer_struct::Json_writer_struct(this, a2);
*(_QWORD *)this = &`vtable for'Json_writer_object + 2;
if ( *((_QWORD *)this + 1) )
{
if ( a3 )
Json_writer::add_member(*((Json_writer **)this + 1... | __cxx_global_var_init.10:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x26cb6f0]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x008fd550
POP RBP
RET
|
void __cxx_global_var_init_10(void)
{
time_round_mode_t::time_round_mode_t((time_round_mode_t *)&TIME_FRAC_NONE,0);
return;
}
| |
2,305 | LefDefParser::defiFill::clear() | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiFill.cpp | void defiFill::clear() {
hasLayer_ = 0;
layerOpc_ = 0;
numRectangles_ = 0;
hasVia_ = 0;
viaOpc_ = 0;
mask_ = 0;
} | O0 | cpp | LefDefParser::defiFill::clear():
movq %rdi, -0x8(%rsp)
movq -0x8(%rsp), %rax
movl $0x0, (%rax)
movl $0x0, 0x14(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x50(%rax)
movl $0x0, 0x64(%rax)
movl $0x0, 0x70(%rax)
retq
nopw %cs:(%rax,%rax)
| _ZN12LefDefParser8defiFill5clearEv:
mov [rsp+var_8], rdi
mov rax, [rsp+var_8]
mov dword ptr [rax], 0
mov dword ptr [rax+14h], 0
mov dword ptr [rax+18h], 0
mov dword ptr [rax+50h], 0
mov dword ptr [rax+64h], 0
mov dword ptr [rax+70h], 0
retn
| LefDefParser::defiFill * LefDefParser::defiFill::clear(LefDefParser::defiFill *this)
{
LefDefParser::defiFill *result; // rax
result = this;
*(_DWORD *)this = 0;
*((_DWORD *)this + 5) = 0;
*((_DWORD *)this + 6) = 0;
*((_DWORD *)this + 20) = 0;
*((_DWORD *)this + 25) = 0;
*((_DWORD *)this + 28) = 0;
r... | clear:
MOV qword ptr [RSP + -0x8],RDI
MOV RAX,qword ptr [RSP + -0x8]
MOV dword ptr [RAX],0x0
MOV dword ptr [RAX + 0x14],0x0
MOV dword ptr [RAX + 0x18],0x0
MOV dword ptr [RAX + 0x50],0x0
MOV dword ptr [RAX + 0x64],0x0
MOV dword ptr [RAX + 0x70],0x0
RET
|
/* LefDefParser::defiFill::clear() */
void __thiscall LefDefParser::defiFill::clear(defiFill *this)
{
*(int4 *)this = 0;
*(int4 *)(this + 0x14) = 0;
*(int4 *)(this + 0x18) = 0;
*(int4 *)(this + 0x50) = 0;
*(int4 *)(this + 100) = 0;
*(int4 *)(this + 0x70) = 0;
return;
}
| |
2,306 | Item_param::set_decimal(my_decimal const*, bool) | eloqsql/sql/item.cc | void Item_param::set_decimal(const my_decimal *dv, bool unsigned_arg)
{
DBUG_ASSERT(value.type_handler()->cmp_type() == DECIMAL_RESULT);
state= SHORT_DATA_VALUE;
my_decimal2decimal(dv, &value.m_decimal);
decimals= (uint8) value.m_decimal.frac;
collation= DTCollation_numeric();
unsigned_flag= unsigned_arg;... | O0 | cpp | Item_param::set_decimal(my_decimal const*, bool):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %dl, %al
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
andb $0x1, %al
movb %al, -0x11(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x30(%rbp)
jmp 0xd2ab11
movq -0x30(%rbp), %rsi
movl $0x2, 0x98(%rsi)
movq -0x10(%rbp), %rdi
addq... | _ZN10Item_param11set_decimalEPK10my_decimalb:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, dl
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
and al, 1
mov [rbp+var_11], al
mov rax, [rbp+var_8]
mov [rbp+var_30], rax
jmp short $+2
loc_D2AB11:
mov rsi, [rbp+var_30]
mov dword pt... | Item_param * Item_param::set_decimal(Item_param *this, const my_decimal *a2, char a3)
{
char v3; // al
Item_param *result; // rax
_QWORD v5[2]; // [rsp+8h] [rbp-28h] BYREF
char v6; // [rsp+1Fh] [rbp-11h]
my_decimal *v7; // [rsp+20h] [rbp-10h]
Item_param *v8; // [rsp+28h] [rbp-8h]
v8 = this;
v7 = a2;
... | opt_trace_disable_if_no_view_access:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
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 + 0x888]
AND RAX,0x1
CMP RAX,0x0
SETNZ AL
XOR AL,0xff
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JNZ 0x00d2... |
/* opt_trace_disable_if_no_view_access(THD*, TABLE_LIST*, TABLE_LIST*) */
void opt_trace_disable_if_no_view_access(THD *param_1,TABLE_LIST *param_2,TABLE_LIST *param_3)
{
byte bVar1;
ulong uVar2;
int1 local_88 [80];
Security_context *local_38;
int8 local_30;
Opt_trace_context *local_28;
TABLE_LIST *loc... | |
2,307 | get_unpack_function | eloqsql/storage/maria/ma_packrec.c | static void (*get_unpack_function(MARIA_COLUMNDEF *rec))
(MARIA_COLUMNDEF *, MARIA_BIT_BUFF *, uchar *, uchar *)
{
switch (rec->base_type) {
case FIELD_SKIP_ZERO:
if (rec->pack_type & PACK_TYPE_ZERO_FILL)
return &uf_zerofill_skip_zero;
return &uf_skip_zero;
case FIELD_NORMAL:
if (rec->pack_typ... | O0 | c | get_unpack_function:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movl 0x20(%rax), %eax
incl %eax
movl %eax, %ecx
movq %rcx, -0x18(%rbp)
subl $0xa, %eax
ja 0x4c0f4
movq -0x18(%rbp), %rax
leaq 0x10cd39(%rip), %rcx # 0x158c74
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movq -0x10(... | get_unpack_function:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov eax, [rax+20h]
inc eax; switch 11 cases
mov ecx, eax
mov [rbp+var_18], rcx
sub eax, 0Ah
ja def_4BF42; jumptable 000000000004BF42 default case
mov rax, [rbp+var_18]
lea rcx, jpt_4BF4... | long long ( * get_unpack_function(long long a1))()
{
long long ( *v2)(); // [rsp+10h] [rbp-8h]
switch ( *(_DWORD *)(a1 + 32) )
{
case 0:
if ( (*(_DWORD *)(a1 + 40) & 2) != 0 )
{
v2 = uf_space_normal;
}
else if ( (*(_DWORD *)(a1 + 40) & 4) != 0 )
{
v2 = uf_zerofil... | get_unpack_function:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x20]
INC EAX
MOV ECX,EAX
MOV qword ptr [RBP + -0x18],RCX
SUB EAX,0xa
JA 0x0014c0f4
MOV RAX,qword ptr [RBP + -0x18]
LEA RCX,[0x258c74]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switc... |
code * get_unpack_function(long param_1)
{
code *local_10;
switch(*(int4 *)(param_1 + 0x20)) {
case 0:
if ((*(uint *)(param_1 + 0x28) & 2) == 0) {
if ((*(uint *)(param_1 + 0x28) & 4) == 0) {
local_10 = decode_bytes;
}
else {
local_10 = uf_zerofill_normal;
}
}
... | |
2,308 | inline_mysql_file_open | eloqsql/include/mysql/psi/mysql_file.h | static inline File
inline_mysql_file_open(
#ifdef HAVE_PSI_FILE_INTERFACE
PSI_file_key key, const char *src_file, uint src_line,
#endif
const char *filename, int flags, myf myFlags)
{
File file;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL... | O0 | c | inline_mysql_file_open:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movl %r8d, -0x24(%rbp)
movq %r9, -0x30(%rbp)
leaq 0x1de300(%rip), %rax # 0x2b3618
movq (%rax), %rax
movq 0x148(%rax), %rax
movl -0x8(%rbp), %esi
movq -0x20(%r... | inline_mysql_file_open:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_20], rcx
mov [rbp+var_24], r8d
mov [rbp+var_30], r9
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+148h]
mov esi, [rbp+var_8]
mov ... | long long inline_mysql_file_open(
unsigned int a1,
long long a2,
unsigned int a3,
long long a4,
unsigned int a5,
long long a6)
{
_BYTE v7[72]; // [rsp+8h] [rbp-88h] BYREF
long long v8; // [rsp+50h] [rbp-40h] BYREF
unsigned int v9; // [rsp+5Ch] [rbp-34h]
long long... | inline_mysql_file_open:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],R8D
MOV qword ptr [RBP + -0x30],R9
LEA RAX,[0x3b3618]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x14... |
int4
inline_mysql_file_open
(int4 param_1,int8 param_2,int4 param_3,int8 param_4,
int4 param_5,int8 param_6)
{
int1 local_90 [72];
long local_48;
int4 local_3c;
int8 local_38;
int4 local_2c;
int8 local_28;
int4 local_1c;
int8 local_18;
int4 local_10;
int4 local_c;
local_38... | |
2,309 | my_thread_init_internal_mutex | eloqsql/mysys/my_thr_init.c | static void my_thread_init_internal_mutex(void)
{
mysql_mutex_init(key_THR_LOCK_threads, &THR_LOCK_threads, MY_MUTEX_INIT_FAST);
mysql_mutex_init(key_THR_LOCK_malloc, &THR_LOCK_malloc, MY_MUTEX_INIT_FAST);
mysql_cond_init(key_THR_COND_threads, &THR_COND_threads, NULL);
} | O3 | c | my_thread_init_internal_mutex:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
leaq 0xb6a458(%rip), %rax # 0xc11fdc
movl (%rax), %edi
leaq 0x2e54e3(%rip), %r15 # 0x38d070
movq (%r15), %rax
leaq 0xb6b021(%rip), %rbx # 0xc12bb8
movq %rbx, %rsi
callq *0x40(%rax)
movq %rax, 0x40(%rbx)
movq %... | my_thread_init_internal_mutex:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
lea rax, key_THR_LOCK_threads
mov edi, [rax]
lea r15, PSI_server
mov rax, [r15]
lea rbx, THR_LOCK_threads
mov rsi, rbx
call qword ptr [rax+40h]
mov [rbx+40h], rax
mov [rbx+38h],... | long long my_thread_init_internal_mutex()
{
THR_LOCK_threads[8] = ((long long ( *)(_QWORD, _QWORD *))PSI_server[8])(
key_THR_LOCK_threads,
THR_LOCK_threads);
THR_LOCK_threads[7] = THR_LOCK_threads;
*(_OWORD *)&THR_LOCK_threads[5] = 0LL;
pthread_mutex_init(THR_... | my_thread_init_internal_mutex:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
LEA RAX,[0xd11fdc]
MOV EDI,dword ptr [RAX]
LEA R15,[0x48d070]
MOV RAX,qword ptr [R15]
LEA RBX,[0xd12bb8]
MOV RSI,RBX
CALL qword ptr [RAX + 0x40]
MOV qword ptr [RBX + 0x40],RAX
MOV qword ptr [RBX + 0x38],RBX
XORPS XMM0,XMM0
MOVUPS xm... |
void my_thread_init_internal_mutex(void)
{
THR_LOCK_threads._64_8_ = (**(code **)(PSI_server + 0x40))(key_THR_LOCK_threads,THR_LOCK_threads);
THR_LOCK_threads._56_8_ = THR_LOCK_threads;
THR_LOCK_threads._40_8_ = 0;
THR_LOCK_threads._48_8_ = 0;
pthread_mutex_init((pthread_mutex_t *)THR_LOCK_threads,(pthread_... | |
2,310 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference operator[](size_type idx) const
{
// const operator[] only works for arrays
if (JSON_HEDLEY_LIKELY(is_array()))
{
return m_data.m_value.array->operator[](idx);
}
JSON_THROW(type_error::create(305, detail::concat("cannot use operator[] with a numer... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; __int64
sub rsp, 30h
mov r14, rdi
cmp byte ptr [rdi], 2
jnz short loc_A104D
mov rax... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[](
long long a1,
long long a2)
{
nlohmann::json_abi_v3_1... | operator[]:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RDI
CMP byte ptr [RDI],0x2
JNZ 0x001a104d
MOV RAX,qword ptr [R14 + 0x8]
SHL RSI,0x4
ADD RSI,qword ptr [RAX]
MOV RAX,RSI
ADD RSP,0x30
POP RBX
POP R14
POP RBP
RET
LAB_001a104d:
MOV EDI,0x20
CALL 0x0011a460
MOV RBX,RAX
MOV RDI,R14
CALL 0x0015e9cc
LEA RDX,[RSP + 0... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::operator[](unsigned long) cons... | |
2,311 | mbedtls_pem_write_buffer | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/pem.c | int mbedtls_pem_write_buffer(const char *header, const char *footer,
const unsigned char *der_data, size_t der_len,
unsigned char *buf, size_t buf_len, size_t *olen)
{
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
unsigned char *encode_buf = NULL, *c,... | O3 | c | mbedtls_pem_write_buffer:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %r15
movq %r8, 0x28(%rsp)
movq %rcx, %rbp
movq %rdx, %r14
movq %rsi, %r13
movq %rdi, %rbx
leaq 0x10(%rsp), %r12
xorl %edi, %edi
xorl %esi, %esi
movq %r12, %rdx
movq %r14, %rcx
movq %rbp, %r8
callq 0x99... | mbedtls_pem_write_buffer:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r15, r9
mov [rsp+68h+var_40], r8
mov rbp, rcx
mov r14, rdx
mov r13, rsi
mov rbx, rdi
lea r12, [rsp+68h+var_58]
xor edi, edi
xor esi, esi
mov rdx, r12
mov rcx... | long long mbedtls_pem_write_buffer(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
unsigned long long a6,
unsigned long long *a7)
{
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
long long v13; // r9
long long v1... | mbedtls_pem_write_buffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,R9
MOV qword ptr [RSP + 0x28],R8
MOV RBP,RCX
MOV R14,RDX
MOV R13,RSI
MOV RBX,RDI
LEA R12,[RSP + 0x10]
XOR EDI,EDI
XOR ESI,ESI
MOV RDX,R12
MOV RCX,R14
MOV R8,RBP
CALL 0x00199cb4
MOV qword ptr [RSP + 0x18],RBX
MOV RDI,RBX... |
int mbedtls_pem_write_buffer
(char *param_1,char *param_2,int8 param_3,int8 param_4,void *param_5,
ulong param_6,ulong *param_7)
{
char *pcVar1;
void *pvVar2;
int iVar3;
size_t sVar4;
size_t sVar5;
ulong uVar6;
void *__ptr;
ulong uVar7;
void *__src;
int1 *puVar8;
int1... | |
2,312 | my_execvpe | bluesky950520[P]quickjs/quickjs-libc.c | static int my_execvpe(const char *filename, char **argv, char **envp)
{
char *path, *p, *p_next, *p1;
char buf[PATH_MAX];
size_t filename_len, path_len;
BOOL eacces_error;
filename_len = strlen(filename);
if (filename_len == 0) {
errno = ENOENT;
return -1;
}
if (strchr(f... | O0 | c | my_execvpe:
subq $0x1068, %rsp # imm = 0x1068
movq %rdi, 0x1058(%rsp)
movq %rsi, 0x1050(%rsp)
movq %rdx, 0x1048(%rsp)
movq 0x1058(%rsp), %rdi
callq 0xe260
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x18(%rsp)
jne 0x237c4
callq 0xe0b0
movl $0x2, (%rax)
movl $0xffffffff, 0x1064(%rsp) # imm = 0xFFFFFFFF
jmp 0x239db
movq 0... | my_execvpe:
sub rsp, 1068h
mov [rsp+1068h+var_10], rdi
mov [rsp+1068h+var_18], rsi
mov [rsp+1068h+var_20], rdx
mov rdi, [rsp+1068h+var_10]
call _strlen
mov [rsp+1068h+var_1050], rax
cmp [rsp+1068h+var_1050], 0
jnz short loc_237C4
call ___errno_location
mov dword ptr [rax], 2
mo... | long long my_execvpe(long long a1, long long a2, long long a3)
{
int v4; // [rsp+8h] [rbp-1060h]
int v5; // [rsp+Ch] [rbp-105Ch]
long long v6; // [rsp+10h] [rbp-1058h]
long long v7; // [rsp+18h] [rbp-1050h]
_BYTE v8[4104]; // [rsp+20h] [rbp-1048h] BYREF
long long v9; // [rsp+1028h] [rbp-40h]
long long v1... | my_execvpe:
SUB RSP,0x1068
MOV qword ptr [RSP + 0x1058],RDI
MOV qword ptr [RSP + 0x1050],RSI
MOV qword ptr [RSP + 0x1048],RDX
MOV RDI,qword ptr [RSP + 0x1058]
CALL 0x0010e260
MOV qword ptr [RSP + 0x18],RAX
CMP qword ptr [RSP + 0x18],0x0
JNZ 0x001237c4
CALL 0x0010e0b0
MOV dword ptr [RAX],0x2
MOV dword ptr [RSP + 0x1064]... |
int my_execvpe(char *param_1,char **param_2,char **param_3)
{
int iVar1;
bool bVar2;
size_t __n;
int *piVar3;
char *pcVar4;
size_t local_1058;
char local_1048 [4104];
char *local_40;
char *local_38;
char *local_30;
char *local_28;
char **local_20;
char **local_18;
char *local_10;
int loc... | |
2,313 | mcp::sse_client::list_resources(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | hkr04[P]cpp-mcp/src/mcp_sse_client.cpp | json sse_client::list_resources(const std::string& cursor) {
json params = json::object();
if (!cursor.empty()) {
params["cursor"] = cursor;
}
return send_request("resources/list", params).result;
} | O0 | cpp | mcp::sse_client::list_resources(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
subq $0xf8, %rsp
movq %rdi, 0x10(%rsp)
movq %rdi, %rax
movq %rax, 0x18(%rsp)
movq %rdi, 0xf0(%rsp)
movq %rsi, 0xe8(%rsp)
movq %rdx, 0xe0(%rsp)
movq 0xe8(%rsp), %rax
movq %rax, 0x20(%rsp)
leaq 0xc0(%rs... | _ZN3mcp10sse_client14list_resourcesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
sub rsp, 0F8h
mov [rsp+0F8h+var_E8], rdi
mov rax, rdi
mov [rsp+0F8h+var_E0], rax
mov [rsp+0F8h+var_8], rdi
mov [rsp+0F8h+var_10], rsi
mov [rsp+0F8h+var_18], rdx
mov rax, [rsp+0F8h+var_10]
mov ... | _OWORD * mcp::sse_client::list_resources(_OWORD *a1, long long a2, long long a3)
{
_BYTE *v3; // rsi
long long v4; // rdx
int v5; // ecx
int v6; // r8d
int v7; // r9d
long long v8; // rdx
long long v10; // [rsp+8h] [rbp-F0h]
char v12; // [rsp+2Fh] [rbp-C9h] BYREF
_BYTE v13[32]; // [rsp+30h] [rbp-C8h] ... | list_resources:
SUB RSP,0xf8
MOV qword ptr [RSP + 0x10],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x18],RAX
MOV qword ptr [RSP + 0xf0],RDI
MOV qword ptr [RSP + 0xe8],RSI
MOV qword ptr [RSP + 0xe0],RDX
MOV RAX,qword ptr [RSP + 0xe8]
MOV qword ptr [RSP + 0x20],RAX
LEA RDI,[RSP + 0xc0]
CALL 0x0010fa20
MOV RSI,qword ptr [RSP + ... |
/* mcp::sse_client::list_resources(std::__cxx11::string const&) */
string * mcp::sse_client::list_resources(string *param_1)
{
ulong uVar1;
basic_json *pbVar2;
int8 in_RDX;
long *in_RSI;
allocator local_c9;
string local_c8 [32];
response local_a8 [48];
basic_json abStack_78 [48];
basic_json<nlohman... | |
2,314 | mcp::sse_client::list_resources(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | hkr04[P]cpp-mcp/src/mcp_sse_client.cpp | json sse_client::list_resources(const std::string& cursor) {
json params = json::object();
if (!cursor.empty()) {
params["cursor"] = cursor;
}
return send_request("resources/list", params).result;
} | O2 | cpp | mcp::sse_client::list_resources(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0xa0, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rsp), %rdi
xorl %esi, %esi
xorl %edx, %edx
callq 0x9ca8
cmpq $0x0, 0x8(%r15)
je 0x10dda
lea... | _ZN3mcp10sse_client14list_resourcesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r15
push r14
push rbx
sub rsp, 0A0h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
lea rdi, [rsp+0B8h+var_A8]
xor esi, esi
xor edx, edx
call _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11o... | _OWORD * mcp::sse_client::list_resources(_OWORD *a1, long long a2, long long a3)
{
long long v4; // rax
char v5; // cl
long long v6; // rcx
_BYTE v8[16]; // [rsp+10h] [rbp-A8h] BYREF
_BYTE v9[8]; // [rsp+20h] [rbp-98h] BYREF
long long v10; // [rsp+28h] [rbp-90h]
_QWORD v11[4]; // [rsp+30h] [rbp-88h] BYREF... | list_resources:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0xa0
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x10]
XOR ESI,ESI
XOR EDX,EDX
CALL 0x00109ca8
CMP qword ptr [R15 + 0x8],0x0
JZ 0x00110dda
LAB_00110d9a:
LEA RDI,[RSP + 0x20]
MOV RSI,R15
CALL 0x00112a22
LAB_00110da7:
LEA RSI,[0x139b7b]
LEA RDI,[RSP + 0x10]
CALL 0... |
/* mcp::sse_client::list_resources(std::__cxx11::string const&) */
string * mcp::sse_client::list_resources(string *param_1)
{
basic_json bVar1;
int8 uVar2;
basic_json *pbVar3;
long in_RDX;
long *in_RSI;
allocator local_a9;
basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::st... | |
2,315 | my_hash_sort_utf8mb4_nopad | eloqsql/strings/ctype-utf8.c | static void
my_hash_sort_utf8mb4_nopad(CHARSET_INFO *cs, const uchar *s, size_t slen,
ulong *nr1, ulong *nr2)
{
my_wc_t wc;
int res;
const uchar *e= s + slen;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
register ulong m1= *nr1, m2= *nr2;
while ((res= my_mb_wc_utf8mb4(cs, &wc, (uchar*) s,... | O0 | c | my_hash_sort_utf8mb4_nopad:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x40(%rbp)
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rax
movq %rax, -0x48(%rbp)... | my_hash_sort_utf8mb4_nopad:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_40], rax
mov rax, [rbp+var_8]
mov rax, [r... | _QWORD * my_hash_sort_utf8mb4_nopad(long long a1, long long a2, long long a3, long long *a4, _QWORD *a5, long long a6)
{
_QWORD *result; // rax
long long v7; // [rsp+8h] [rbp-58h]
long long v8; // [rsp+8h] [rbp-58h]
long long v9; // [rsp+10h] [rbp-50h]
long long v10; // [rsp+10h] [rbp-50h]
_QWORD *v11; // [... | my_hash_sort_utf8mb4_nopad:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x40],RAX
MOV ... |
void my_hash_sort_utf8mb4_nopad(long param_1,long param_2,long param_3,ulong *param_4,long *param_5)
{
int8 uVar1;
long lVar2;
int iVar3;
long local_60;
ulong local_58;
ulong local_38;
long *local_30;
ulong *local_28;
long local_20;
long local_18;
long local_10;
uVar1 = *(int8 *)(param_1 + ... | |
2,316 | list_reverse | eloqsql/libmariadb/libmariadb/ma_list.c | LIST *list_reverse(LIST *root)
{
LIST *last;
last=root;
while (root)
{
last=root;
root=root->next;
last->next=last->prev;
last->prev=root;
}
return last;
} | O3 | c | list_reverse:
testq %rdi, %rdi
je 0x1f4bc
pushq %rbp
movq %rsp, %rbp
movq %rdi, %rax
movq (%rdi), %rcx
movq 0x8(%rdi), %rdi
movq %rcx, 0x8(%rax)
movq %rdi, (%rax)
testq %rdi, %rdi
jne 0x1f4a4
popq %rbp
retq
xorl %eax, %eax
retq
| list_reverse:
test rdi, rdi
jz short loc_1F4BC
push rbp
mov rbp, rsp
loc_1F4A4:
mov rax, rdi
mov rcx, [rdi]
mov rdi, [rdi+8]
mov [rax+8], rcx
mov [rax], rdi
test rdi, rdi
jnz short loc_1F4A4
pop rbp
retn
loc_1F4BC:
xor eax, eax
retn
| _QWORD * list_reverse(_QWORD *a1)
{
_QWORD *result; // rax
long long v2; // rcx
if ( !a1 )
return 0LL;
do
{
result = a1;
v2 = *a1;
a1 = (_QWORD *)a1[1];
result[1] = v2;
*result = a1;
}
while ( a1 );
return result;
}
| list_reverse:
TEST RDI,RDI
JZ 0x0011f4bc
PUSH RBP
MOV RBP,RSP
LAB_0011f4a4:
MOV RAX,RDI
MOV RCX,qword ptr [RDI]
MOV RDI,qword ptr [RDI + 0x8]
MOV qword ptr [RAX + 0x8],RCX
MOV qword ptr [RAX],RDI
TEST RDI,RDI
JNZ 0x0011f4a4
POP RBP
RET
LAB_0011f4bc:
XOR EAX,EAX
RET
|
int8 * list_reverse(int8 *param_1)
{
int8 *puVar1;
int8 *puVar2;
if (param_1 == (int8 *)0x0) {
return (int8 *)0x0;
}
do {
puVar2 = param_1;
puVar1 = (int8 *)param_1[1];
param_1[1] = *param_1;
*param_1 = puVar1;
param_1 = puVar1;
} while (puVar1 != (int8 *)0x0);
return puVar2;
... | |
2,317 | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | monkey531[P]llama/common/./json.hpp | void dump_float(number_float_t x)
{
// NaN / inf
if (!std::isfinite(x))
{
o->write_characters("null", 4);
return;
}
// If number_float_t is an IEEE-754 single or double precision number,
// use the Grisu2 algorithm to produce short numbers whi... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10dump_floatEd:
movq rax, xmm0
btr rax, 3Fh ; '?'
mov rcx, 7FF0000000000000h
cmp rax, rcx
jl _ZN8nlohmann16json_... | long long nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::dump_float(
_QWORD *a1,
... | dump_float:
MOVQ RAX,XMM0
BTR RAX,0x3f
MOV RCX,0x7ff0000000000000
CMP RAX,RCX
JL 0x00167cd4
MOV RDI,qword ptr [RDI]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x8]
LEA RSI,[0x204db3]
PUSH 0x4
POP RDX
JMP RAX
|
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
2,318 | get_default_values | eloqsql/client/mysql_plugin.c | static int get_default_values()
{
char tool_path[FN_REFLEN];
char defaults_cmd[FN_REFLEN];
char defaults_file[FN_REFLEN];
char line[FN_REFLEN];
int error= 0;
int ret= 0;
FILE *file= 0;
memset(tool_path, 0, FN_REFLEN);
if ((error= find_tool("my_print_defaults" FN_EXEEXT, tool_path)))
goto exit;
... | O0 | c | get_default_values:
pushq %rbp
movq %rsp, %rbp
subq $0x840, %rsp # imm = 0x840
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl $0x0, -0x814(%rbp)
movl $0x0, -0x818(%rbp)
movq $0x0, -0x820(%rbp)
leaq -0x210(%rbp), %rdi
xorl %esi, %esi
movl $0x200, %edx # imm = 0x200
callq 0x251d0
leaq -0x210(%rbp), ... | get_default_values:
push rbp
mov rbp, rsp
sub rsp, 840h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_814], 0
mov [rbp+var_818], 0
mov [rbp+var_820], 0
lea rdi, [rbp+var_210]
xor esi, esi
mov edx, 200h
call _memset
lea rsi, [rbp+var_210]
lea rdi, aMyPrintDefault... | long long get_default_values()
{
long long v0; // rdx
long long v1; // rcx
long long v2; // r8
long long v3; // r9
unsigned int *v4; // rax
const char *v5; // rax
long long v7; // [rsp+8h] [rbp-838h]
long long value; // [rsp+18h] [rbp-828h]
long long v9; // [rsp+18h] [rbp-828h]
long long v10; // [rs... | get_default_values:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x840
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x814],0x0
MOV dword ptr [RBP + -0x818],0x0
MOV qword ptr [RBP + -0x820],0x0
LEA RDI,[RBP + -0x210]
XOR ESI,ESI
MOV EDX,0x200
CALL 0x001251d0
LEA RSI,[RBP + -0x210]
LEA RDI,[0x182569]
... |
int get_default_values(void)
{
FILE *__stream;
int *piVar1;
char *pcVar2;
long lVar3;
long in_FS_OFFSET;
long local_830;
FILE *local_828;
int local_81c;
char local_818 [512];
char local_618 [512];
char local_418 [512];
int1 local_218 [520];
long local_10;
local_10 = *(long *)(in_FS_OFFS... | |
2,319 | get_default_values | eloqsql/client/mysql_plugin.c | static int get_default_values()
{
char tool_path[FN_REFLEN];
char defaults_cmd[FN_REFLEN];
char defaults_file[FN_REFLEN];
char line[FN_REFLEN];
int error= 0;
int ret= 0;
FILE *file= 0;
memset(tool_path, 0, FN_REFLEN);
if ((error= find_tool("my_print_defaults" FN_EXEEXT, tool_path)))
goto exit;
... | O3 | c | get_default_values:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x818, %rsp # imm = 0x818
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x230(%rbp), %rbx
movl $0x200, %edx # imm = 0x200
movq %rbx, %rdi
xorl %esi, %esi
callq 0x241e0
leaq 0x3ad40(%rip),... | get_default_values:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 818h
mov rax, fs:28h
mov [rbp+var_30], rax
lea rbx, [rbp+var_230]
mov edx, 200h
mov rdi, rbx
xor esi, esi
call _memset
lea rdi, aMyPrintDefault_0; "my_print_defaults"
... | long long get_default_values()
{
unsigned int v0; // ebx
unsigned int v1; // eax
long long v2; // rax
long long v3; // rbx
long long value; // rax
long long v5; // rax
long long v6; // rax
long long v7; // rax
long long v8; // r14
unsigned int *v9; // rax
const char *v10; // rax
_BYTE v12[512]; ... | get_default_values:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x818
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA RBX,[RBP + -0x230]
MOV EDX,0x200
MOV RDI,RBX
XOR ESI,ESI
CALL 0x001241e0
LEA RDI,[0x1614fd]
MOV RSI,RBX
CALL 0x001261ba
MOV EBX,0x1
TEST EAX,EAX
JNZ 0x00126... |
int get_default_values(void)
{
int8 uVar1;
int iVar2;
int iVar3;
FILE *__stream;
char *pcVar4;
long lVar5;
int *piVar6;
long in_FS_OFFSET;
char local_838 [512];
char local_638 [512];
int1 local_438 [512];
int1 local_238 [512];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
... | |
2,320 | LefDefParser::defiNet::addShield(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiNet.cpp | void defiNet::addShield(const char* name) {
defiShield* shield;
if (numShields_ == shieldsAllocated_) {
defiShield** array;
int i;
shieldsAllocated_ = shieldsAllocated_ ?
shieldsAllocated_ * 2 : 2 ;
array = (defiShield**)malloc(sizeof(defiShield*)*shieldsAllocated_);
fo... | O0 | cpp | LefDefParser::defiNet::addShield(char const*):
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movq 0x50(%rsp), %rcx
movq %rcx, 0x18(%rsp)
movl 0x148(%rcx), %eax
cmpl 0x14c(%rcx), %eax
jne 0x3aec4
movq 0x18(%rsp), %rax
cmpl $0x0, 0x14c(%rax)
je 0x3ae1b
movq 0x18(%rsp), %rax
movl 0x14c(%rax), %eax
shll %eax... | _ZN12LefDefParser7defiNet9addShieldEPKc:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov [rsp+58h+var_10], rsi
mov rcx, [rsp+58h+var_8]
mov [rsp+58h+var_40], rcx
mov eax, [rcx+148h]
cmp eax, [rcx+14Ch]
jnz loc_3AEC4
mov rax, [rsp+58h+var_40]
cmp dword ptr [rax+14Ch], 0
jz short lo... | LefDefParser::defrData ** LefDefParser::defiNet::addShield(LefDefParser::defiNet *this, const char *a2)
{
LefDefParser::defiShield *v3; // [rsp+8h] [rbp-50h]
int v4; // [rsp+14h] [rbp-44h]
int i; // [rsp+34h] [rbp-24h]
long long v6; // [rsp+38h] [rbp-20h]
if ( *((_DWORD *)this + 82) == *((_DWORD *)this + 83)... | addShield:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
MOV qword ptr [RSP + 0x48],RSI
MOV RCX,qword ptr [RSP + 0x50]
MOV qword ptr [RSP + 0x18],RCX
MOV EAX,dword ptr [RCX + 0x148]
CMP EAX,dword ptr [RCX + 0x14c]
JNZ 0x0013aec4
MOV RAX,qword ptr [RSP + 0x18]
CMP dword ptr [RAX + 0x14c],0x0
JZ 0x0013ae1b
MOV RAX,qword pt... |
/* LefDefParser::defiNet::addShield(char const*) */
void __thiscall LefDefParser::defiNet::addShield(defiNet *this,char *param_1)
{
void *pvVar1;
defiShield *this_00;
int local_44;
int local_24;
if (*(int *)(this + 0x148) == *(int *)(this + 0x14c)) {
if (*(int *)(this + 0x14c) == 0) {
local_44... | |
2,321 | quantize_iq4_xs | ngxson[P]ggml-easy/ggml/src/ggml-quants.c | size_t quantize_iq4_xs(const float * GGML_RESTRICT src, void * GGML_RESTRICT dst, int64_t nrow, int64_t n_per_row, const float * quant_weights) {
GGML_ASSERT(n_per_row%QK_K == 0);
int64_t nblock = n_per_row/QK_K;
char * qrow = (char *)dst;
uint8_t L[QK_K];
float weight[32];
float scales[QK_K/32]... | O1 | c | quantize_iq4_xs:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1e8, %rsp # imm = 0x1E8
testb %cl, %cl
jne 0x39f95
movq %rcx, %rax
sarq $0x8, %rax
movq %rax, (%rsp)
testq %rdx, %rdx
jle 0x39f73
movq %rsi, %r12
movq %rdi, %rbp
movq (%rsp), %r9
movq %r9, %rax
shlq $0x7, %rax
leaq (%r... | quantize_iq4_xs:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1E8h
test cl, cl
jnz loc_39F95
mov rax, rcx
sar rax, 8
mov [rsp+218h+var_218], rax
test rdx, rdx
jle loc_39F73
mov r12, rsi
mov rbp, rdi
mov r9, [rsp+218h+var_218]
mov rax, r9
... | long long quantize_iq4_xs(long long a1, _WORD *a2, long long a3, long long a4, long long a5, int a6)
{
long long v8; // rax
char *v9; // r11
long long v10; // r13
long long v11; // r14
long long v12; // rax
char *v13; // rbx
long long v15; // [rsp+0h] [rbp-218h]
long long v16; // [rsp+10h] [rbp-208h]
... | quantize_iq4_xs:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1e8
TEST CL,CL
JNZ 0x00139f95
MOV RAX,RCX
SAR RAX,0x8
MOV qword ptr [RSP],RAX
TEST RDX,RDX
JLE 0x00139f73
MOV R12,RSI
MOV RBP,RDI
MOV R9,qword ptr [RSP]
MOV RAX,R9
SHL RAX,0x7
LEA RAX,[RAX + R9*0x8]
MOV qword ptr [RSP + 0x8],RAX
SHL RCX,0x... |
long quantize_iq4_xs(long param_1,long param_2,long param_3,long param_4,long param_5)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
int1 local_1d8 [32];
int1 local_1b8 [128];
int1 local_138 [264];
if ((char)param_4 == '\0') {
lVar1 = param_4 >> 8;
... | |
2,322 | quantize_iq4_xs | ngxson[P]ggml-easy/ggml/src/ggml-quants.c | size_t quantize_iq4_xs(const float * GGML_RESTRICT src, void * GGML_RESTRICT dst, int64_t nrow, int64_t n_per_row, const float * quant_weights) {
GGML_ASSERT(n_per_row%QK_K == 0);
int64_t nblock = n_per_row/QK_K;
char * qrow = (char *)dst;
uint8_t L[QK_K];
float weight[32];
float scales[QK_K/32]... | O3 | c | quantize_iq4_xs:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1e8, %rsp # imm = 0x1E8
testb %cl, %cl
jne 0x39deb
movq %rcx, %rax
sarq $0x8, %rax
movq %rax, (%rsp)
testq %rdx, %rdx
jle 0x39dc9
movq %rsi, %r12
movq %rdi, %rbp
movq (%rsp), %r9
movq %r9, %rax
shlq $0x7, %rax
leaq (%r... | quantize_iq4_xs:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1E8h
test cl, cl
jnz loc_39DEB
mov rax, rcx
sar rax, 8
mov [rsp+218h+var_218], rax
test rdx, rdx
jle loc_39DC9
mov r12, rsi
mov rbp, rdi
mov r9, [rsp+218h+var_218]
mov rax, r9
... | long long quantize_iq4_xs(long long a1, _WORD *a2, long long a3, long long a4, long long a5, int a6)
{
long long v8; // rax
char *v9; // r11
long long v10; // r13
long long v11; // r14
long long v12; // rax
char *v13; // rbx
long long v15; // [rsp+0h] [rbp-218h]
long long v16; // [rsp+10h] [rbp-208h]
... | quantize_iq4_xs:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1e8
TEST CL,CL
JNZ 0x00139deb
MOV RAX,RCX
SAR RAX,0x8
MOV qword ptr [RSP],RAX
TEST RDX,RDX
JLE 0x00139dc9
MOV R12,RSI
MOV RBP,RDI
MOV R9,qword ptr [RSP]
MOV RAX,R9
SHL RAX,0x7
LEA RAX,[RAX + R9*0x8]
MOV qword ptr [RSP + 0x8],RAX
SHL RCX,0x... |
long quantize_iq4_xs(long param_1,long param_2,long param_3,long param_4,long param_5)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
int1 local_1d8 [32];
int1 local_1b8 [128];
int1 local_138 [264];
if ((char)param_4 == '\0') {
lVar1 = param_4 >> 8;
... | |
2,323 | minja::ExpressionNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override {
if (!expr) throw std::runtime_error("ExpressionNode.expr is null");
auto result = expr->evaluate(context);
if (result.is_string()) {
out << result.get<std::string>();
} else if (result.i... | O1 | cpp | minja::ExpressionNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %r14
pushq %rbx
subq $0x78, %rsp
movq %rsi, %rbx
movq 0x20(%rdi), %rsi
testq %rsi, %rsi
je 0x7d7bb
leaq 0x28(%rsp), %r14
movq %r14, %rdi
callq 0x6... | _ZNK5minja14ExpressionNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push r14
push rbx
sub rsp, 78h
mov rbx, rsi
mov rsi, [rdi+20h]
test rsi, rsi
jz loc_7D7BB
lea r14, [rsp+88h+var_60]
mov rdi, r14
call _ZNK5minja10Expressi... | long long minja::ExpressionNode::do_render(long long a1, long long a2)
{
void (***v3)(void); // rsi
unsigned __int8 v4; // al
const char *v5; // rsi
long long result; // rax
long long v7; // rdi
std::runtime_error *exception; // r14
long long *v9; // [rsp+8h] [rbp-80h] BYREF
long long v10; // [rsp+10h]... | do_render:
PUSH R14
PUSH RBX
SUB RSP,0x78
MOV RBX,RSI
MOV RSI,qword ptr [RDI + 0x20]
TEST RSI,RSI
JZ 0x0017d7bb
LEA R14,[RSP + 0x28]
MOV RDI,R14
CALL 0x00166e66
MOVZX EAX,byte ptr [R14 + 0x40]
CMP EAX,0x4
JZ 0x0017d6ac
CMP EAX,0x3
JNZ 0x0017d6db
LAB_0017d689:
LEA RDI,[RSP + 0x8]
LEA RSI,[RSP + 0x28]
CALL 0x00168002
MOV... |
/* minja::ExpressionNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context>
const&) const */
void minja::ExpressionNode::do_render(ostringstream *param_1,shared_ptr *param_2)
{
int *piVar1;
bool bVar2;
int iVar3;
runtime_error *this;
char *pcVar4;
long *local_80;
long local_78;... | |
2,324 | mysql_free_result | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void STDCALL
mysql_free_result(MYSQL_RES *result)
{
if (result)
{
if (result->handle && result->handle->status == MYSQL_STATUS_USE_RESULT)
{
result->handle->methods->db_skip_result(result->handle);
result->handle->status=MYSQL_STATUS_READY;
}
free_rows(result->data);
if (result->fiel... | O0 | c | mysql_free_result:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
cmpq $0x0, -0x8(%rbp)
je 0x172ca
movq -0x8(%rbp), %rax
cmpq $0x0, 0x78(%rax)
je 0x17282
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rax
cmpl $0x2, 0x488(%rax)
jne 0x17282
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rax
movq 0x4d0(%rax), %rax
m... | mysql_free_result:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
cmp [rbp+var_8], 0
jz loc_172CA
mov rax, [rbp+var_8]
cmp qword ptr [rax+78h], 0
jz short loc_17282
mov rax, [rbp+var_8]
mov rax, [rax+78h]
cmp dword ptr [rax+488h], 2
jnz short loc_17282
mov ... | long long mysql_free_result(_QWORD *a1)
{
long long result; // rax
if ( a1 )
{
if ( a1[15] && *(_DWORD *)(a1[15] + 1160LL) == 2 )
{
(*(void ( **)(_QWORD))(*(_QWORD *)(a1[15] + 1232LL) + 24LL))(a1[15]);
*(_DWORD *)(a1[15] + 1160LL) = 0;
}
free_rows(a1[3]);
if ( a1[2] )
ma_fr... | mysql_free_result:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [RBP + -0x8],0x0
JZ 0x001172ca
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x78],0x0
JZ 0x00117282
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
CMP dword ptr [RAX + 0x488],0x2
JNZ 0x00117282
MOV RA... |
void mysql_free_result(void *param_1)
{
if (param_1 != (void *)0x0) {
if ((*(long *)((long)param_1 + 0x78) != 0) &&
(*(int *)(*(long *)((long)param_1 + 0x78) + 0x488) == 2)) {
(**(code **)(*(long *)(*(long *)((long)param_1 + 0x78) + 0x4d0) + 0x18))
(*(int8 *)((long)param_1 + 0x78));... | |
2,325 | mysql_free_result | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void STDCALL
mysql_free_result(MYSQL_RES *result)
{
if (result)
{
if (result->handle && result->handle->status == MYSQL_STATUS_USE_RESULT)
{
result->handle->methods->db_skip_result(result->handle);
result->handle->status=MYSQL_STATUS_READY;
}
free_rows(result->data);
if (result->fiel... | O3 | c | mysql_free_result:
testq %rdi, %rdi
je 0x16219
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x78(%rdi), %rdi
testq %rdi, %rdi
je 0x161e2
cmpl $0x2, 0x488(%rdi)
jne 0x161e2
movq 0x4d0(%rdi), %rax
callq *0x18(%rax)
movq 0x78(%rbx), %rax
movl $0x0, 0x488(%rax)
movq 0x18(%rbx), %rdi
callq 0x15942
c... | mysql_free_result:
test rdi, rdi
jz short locret_16219
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+78h]
test rdi, rdi
jz short loc_161E2
cmp dword ptr [rdi+488h], 2
jnz short loc_161E2
mov rax, [rdi+4D0h]
call qword ptr [rax+18h]
mov rax, [r... | long long mysql_free_result(_QWORD *a1)
{
long long v2; // rdi
long long v3; // rdi
long long result; // rax
if ( a1 )
{
v2 = a1[15];
if ( v2 && *(_DWORD *)(v2 + 1160) == 2 )
{
(*(void ( **)(long long))(*(_QWORD *)(v2 + 1232) + 24LL))(v2);
*(_DWORD *)(a1[15] + 1160LL) = 0;
}
... | mysql_free_result:
TEST RDI,RDI
JZ 0x00116219
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x78]
TEST RDI,RDI
JZ 0x001161e2
CMP dword ptr [RDI + 0x488],0x2
JNZ 0x001161e2
MOV RAX,qword ptr [RDI + 0x4d0]
CALL qword ptr [RAX + 0x18]
MOV RAX,qword ptr [RBX + 0x78]
MOV dword ptr [RAX + 0x488]... |
void mysql_free_result(void *param_1)
{
long lVar1;
if (param_1 != (void *)0x0) {
lVar1 = *(long *)((long)param_1 + 0x78);
if ((lVar1 != 0) && (*(int *)(lVar1 + 0x488) == 2)) {
(**(code **)(*(long *)(lVar1 + 0x4d0) + 0x18))();
*(int4 *)(*(long *)((long)param_1 + 0x78) + 0x488) = 0;
}
... | |
2,326 | ma_read_rnd_mempack_record | eloqsql/storage/maria/ma_packrec.c | static int _ma_read_rnd_mempack_record(MARIA_HA *info,
uchar *buf,
register MARIA_RECORD_POS filepos,
my_bool skip_deleted_blocks
__attribute__((unused)))
{
MARIA_BLOCK_INFO block_info;
MARIA_SHARE *share= info->s;
uchar *pos,*start;
DBUG_E... | O0 | c | ma_read_rnd_mempack_record:
pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movb %cl, %al
movq %fs:0x28, %rcx
movq %rcx, -0x8(%rbp)
movq %rdi, -0x70(%rbp)
movq %rsi, -0x78(%rbp)
movq %rdx, -0x80(%rbp)
movb %al, -0x81(%rbp)
movq -0x70(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x90(%rbp)
movq -0x80(%rbp), %rax
movq -0x90(%rb... | _ma_read_rnd_mempack_record:
push rbp
mov rbp, rsp
sub rsp, 0B0h
mov al, cl
mov rcx, fs:28h
mov [rbp+var_8], rcx
mov [rbp+var_70], rdi
mov [rbp+var_78], rsi
mov [rbp+var_80], rdx
mov [rbp+var_81], al
mov rax, [rbp+var_70]
mov rax, [rax]
mov [rbp+var_90], rax
mov ra... | long long ma_read_rnd_mempack_record(_DWORD *a1, long long a2, unsigned long long a3)
{
unsigned long long v4; // [rsp+10h] [rbp-A0h]
long long block_info; // [rsp+18h] [rbp-98h]
_BYTE v8[24]; // [rsp+50h] [rbp-60h] BYREF
long long v9; // [rsp+68h] [rbp-48h]
unsigned long long v10; // [rsp+A8h] [rbp-8h]
v... | _ma_read_rnd_mempack_record:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV AL,CL
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RCX
MOV qword ptr [RBP + -0x70],RDI
MOV qword ptr [RBP + -0x78],RSI
MOV qword ptr [RBP + -0x80],RDX
MOV byte ptr [RBP + -0x81],AL
MOV RAX,qword ptr [RBP + -0x70]
MOV RAX,qword ptr [RAX]
MOV qw... |
int4 _ma_read_rnd_mempack_record(long *param_1,int8 param_2,ulong param_3)
{
int8 uVar1;
int4 *puVar2;
long lVar3;
long in_FS_OFFSET;
int4 local_6c;
int1 local_68 [24];
long local_50;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (param_3 < *(ulong *)(*param_1 + 0x40)) {
uVar... | |
2,327 | 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 | int get_codepoint()
{
// this function only makes sense after reading `\u`
JSON_ASSERT(current == 'u');
int codepoint = 0;
const auto factors = { 12u, 8u, 4u, 0u };
for (const auto factor : factors)
{
get();
if (current >= '0' && current <= '... | O2 | 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_EEEEE13get_codepointEv:
push rbp
push r15
push r14
push r12
p... | 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_codepoint:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x10
CMP dword ptr [RDI + 0x14],0x75
JNZ 0x0012c7b7
MOV RBX,RDI
MOVAPS XMM0,xmmword ptr [0x001940c0]
MOVAPS xmmword ptr [RSP],XMM0
XOR R15D,R15D
PUSH -0x1
POP R12
XOR EBP,EBP
LAB_0012c757:
CMP R15,0x10
JZ 0x0012c79b
MOV R14D,dword ptr [RSP + R15*0x1]
M... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* 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_ab... | |
2,328 | ankerl::nanobench::detail::getEnv(char const*) | BadAccessGuards/build_O0/_deps/nanobench-src/src/include/nanobench.h | char const* getEnv(char const* name) {
# if defined(_MSC_VER)
# pragma warning(push)
# pragma warning(disable : 4996) // getenv': This function or variable may be unsafe.
# endif
return std::getenv(name); // NOLINT(concurrency-mt-unsafe)
# if defined(_MSC_VER)
# pragma warning(pop)
# ... | O0 | c | ankerl::nanobench::detail::getEnv(char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x4550
addq $0x10, %rsp
popq %rbp
retq
nopl (%rax,%rax)
| _ZN6ankerl9nanobench6detail6getEnvEPKc:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
call _getenv
add rsp, 10h
pop rbp
retn
| long long ankerl::nanobench::detail::getEnv(ankerl::nanobench::detail *this, const char *a2)
{
return getenv(this, a2);
}
| getEnv:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00104550
ADD RSP,0x10
POP RBP
RET
|
/* ankerl::nanobench::detail::getEnv(char const*) */
void ankerl::nanobench::detail::getEnv(char *param_1)
{
getenv(param_1);
return;
}
| |
2,329 | blst_scalar_from_fr | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/exports.c | void blst_scalar_from_fr(pow256 ret, const vec256 a)
{
const union {
long one;
char little;
} is_endian = { 1 };
if ((uptr_t)ret == (uptr_t)a && is_endian.little) {
from_mont_256((limb_t *)ret, a, BLS12_381_r, r0);
} else {
vec256 out;
from_mont_256(out, a, BLS12... | O3 | c | blst_scalar_from_fr:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
movabsq $-0x100000001, %rcx # imm = 0xFFFFFFFEFFFFFFFF
leaq 0x27418(%rip), %rdx # 0x8a6b0
cmpq %rsi, %rdi
je 0x632f4
leaq -0x30(%rbp), %r14
movq %r14, %rdi
callq 0x74420
cmpq %rbx, %r14
je 0x632d3
xorl %eax, %... | blst_scalar_from_fr:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 20h
mov rbx, rdi
mov rcx, 0FFFFFFFEFFFFFFFFh
lea rdx, BLS12_381_r
cmp rdi, rsi
jz short loc_632F4
lea r14, [rbp+var_30]
mov rdi, r14
call from_mont_256
cmp r14, rbx
jz short loc_632D3
xor ... | _QWORD * blst_scalar_from_fr(_QWORD *a1, _QWORD *a2)
{
_QWORD *v2; // rbx
long long i; // rax
unsigned long long v4; // rdx
long long j; // rcx
long long k; // rax
_QWORD v8[6]; // [rsp+0h] [rbp-30h] BYREF
v2 = a1;
if ( a1 == a2 )
return (_QWORD *)from_mont_256(a1, a2, &BLS12_381_r, 0xFFFFFFFEFFFFF... | blst_scalar_from_fr:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
MOV RCX,-0x100000001
LEA RDX,[0x18a6b0]
CMP RDI,RSI
JZ 0x001632f4
LEA R14,[RBP + -0x30]
MOV RDI,R14
CALL 0x00174420
CMP R14,RBX
JZ 0x001632d3
XOR EAX,EAX
LAB_001632b0:
MOV RDX,qword ptr [RBP + RAX*0x8 + -0x30]
XOR ECX,ECX
LAB_001632b7:... |
ulong * blst_scalar_from_fr(ulong *param_1,ulong *param_2)
{
long lVar1;
ulong *puVar2;
long lVar3;
ulong uVar4;
ulong local_38 [4];
if (param_1 != param_2) {
from_mont_256(local_38,param_2,BLS12_381_r);
if (local_38 != param_1) {
lVar1 = 0;
do {
uVar4 = local_38[lVar1];
... | |
2,330 | ftxui::IsCombining(unsigned int) | Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/screen/string.cpp | bool Bisearch(uint32_t ucs, const std::array<Interval, N>& table) {
if (ucs < table.front().first || ucs > table.back().last) { // NOLINT
return false;
}
int min = 0;
int max = N - 1;
while (max >= min) {
const int mid = (min + max) / 2;
if (ucs > table[mid].last) { // NOLINT
min = mid + ... | O3 | cpp | ftxui::IsCombining(unsigned int):
leal -0xe01f0(%rdi), %edx
xorl %ecx, %ecx
movl $0x0, %eax
cmpl $0xfff20110, %edx # imm = 0xFFF20110
jae 0x3a6e6
retq
movl $0x125, %esi # imm = 0x125
leaq 0x53fe(%rip), %rdx # 0x3faf0
cmpl %ecx, %esi
setge %al
jl 0x3a6e5
leal (%rsi,%rcx), %r9d
movl %r9d, %r8d
shrl ... | _ZN5ftxui11IsCombiningEj:
lea edx, [rdi-0E01F0h]
xor ecx, ecx
mov eax, 0
cmp edx, 0FFF20110h
jnb short loc_3A6E6
locret_3A6E5:
retn
loc_3A6E6:
mov esi, 125h
lea rdx, _ZN12_GLOBAL__N_119g_extend_charactersE; `anonymous namespace'::g_extend_characters
loc_3A6F2:
cmp esi, ecx
setnl al
jl ... | bool ftxui::IsCombining(ftxui *this)
{
int v1; // ecx
bool result; // al
int v3; // esi
int v4; // r8d
v1 = 0;
result = 0;
if ( (unsigned int)((_DWORD)this - 918000) >= 0xFFF20110 )
{
v3 = 293;
while ( 1 )
{
result = v3 >= v1;
if ( v3 < v1 )
break;
v4 = (v3 + v1) ... | IsCombining:
LEA EDX,[RDI + -0xe01f0]
XOR ECX,ECX
MOV EAX,0x0
CMP EDX,0xfff20110
JNC 0x0013a6e6
LAB_0013a6e5:
RET
LAB_0013a6e6:
MOV ESI,0x125
LEA RDX,[0x13faf0]
LAB_0013a6f2:
CMP ESI,ECX
SETGE AL
JL 0x0013a6e5
LEA R9D,[RSI + RCX*0x1]
MOV R8D,R9D
SHR R8D,0x1f
ADD R8D,R9D
SAR R8D,0x1
MOVSXD R9,R8D
CMP dword ptr [RDX + R9... |
/* ftxui::IsCombining(unsigned int) */
bool ftxui::IsCombining(uint param_1)
{
bool bVar1;
int iVar2;
int iVar3;
int iVar4;
iVar4 = 0;
bVar1 = false;
if (0xfff2010f < param_1 - 0xe01f0) {
iVar2 = 0x125;
do {
while( true ) {
bVar1 = iVar4 <= iVar2;
if (iVar2 < iVar4) {
... | |
2,331 | nglog::(anonymous namespace)::LogFileObject::Flush() | ng-log[P]ng-log/src/logging.cc | void LogFileObject::Flush() {
std::lock_guard<std::mutex> l{mutex_};
FlushUnlocked(std::chrono::system_clock::now());
} | O3 | cpp | nglog::(anonymous namespace)::LogFileObject::Flush():
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %r14
leaq 0x8(%rdi), %rbx
movq %rbx, %rdi
callq 0x89e0
testl %eax, %eax
jne 0x1efe4
callq 0x8090
movq %rax, %r15
movq 0x98(%r14), %rdi
testq %rdi, %rdi
je 0x1efbc
callq 0x8760
movl $0x0, 0xa4(%r14)
leaq 0x27075(%rip), %rax... | _ZN5nglog12_GLOBAL__N_113LogFileObject5FlushEv:
push r15
push r14
push rbx
mov r14, rdi
lea rbx, [rdi+8]
mov rdi, rbx; this
call _pthread_mutex_lock
test eax, eax
jnz short loc_1EFE4
call __ZNSt6chrono3_V212system_clock3nowEv; std::chrono::_V2::system_clock::now(void)
mov r15, rax
... | long long nglog::`anonymous namespace'::LogFileObject::Flush(
nglog::_anonymous_namespace_::LogFileObject *this)
{
char *v2; // rbx
std::chrono::_V2::system_clock *v3; // rdi
int v4; // eax
long long v5; // r15
long long v6; // rdi
v2 = (char *)this + 8;
v3 = (nglog::_anonymous_namespace_::LogFi... | Flush:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RDI
LEA RBX,[RDI + 0x8]
MOV RDI,RBX
CALL 0x001089e0
TEST EAX,EAX
JNZ 0x0011efe4
CALL 0x00108090
MOV R15,RAX
MOV RDI,qword ptr [R14 + 0x98]
TEST RDI,RDI
JZ 0x0011efbc
CALL 0x00108760
MOV dword ptr [R14 + 0xa4],0x0
LAB_0011efbc:
LEA RAX,[0x146038]
MOVSXD RAX,dword ptr [RAX]
IMUL ... |
/* nglog::(anonymous namespace)::LogFileObject::Flush() */
void __thiscall nglog::(anonymous_namespace)::LogFileObject::Flush(LogFileObject *this)
{
int iVar1;
long lVar2;
iVar1 = pthread_mutex_lock((pthread_mutex_t *)(this + 8));
if (iVar1 == 0) {
lVar2 = std::chrono::_V2::system_clock::now();
if... | |
2,332 | reset_connection | eloqsql/libmariadb/unittest/libmariadb/my_test.h | static int reset_connection(MYSQL *mysql) {
int rc;
if (is_mariadb && !IS_MAXSCALE())
rc= mysql_change_user(mysql, username, password, schema);
else
rc= mysql_reset_connection(mysql);
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "SET sql_mode=''");
check_mysql_rc(rc, mysql);
return OK;
} | O0 | c | reset_connection:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movzbl 0x6b55e(%rip), %eax # 0x81341
cmpl $0x0, %eax
je 0x15e8f
cmpq $0x0, 0x6b3cc(%rip) # 0x811c0
je 0x15e17
movq 0x6b3c3(%rip), %rdi # 0x811c0
callq 0x3af90
movq %rax, %rdi
leaq 0x50223(%rip), %rsi # 0x6602f
callq 0x1... | reset_connection:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
movzx eax, cs:is_mariadb
cmp eax, 0
jz loc_15E8F
cmp cs:mysql_default, 0
jz short loc_15E17
mov rdi, cs:mysql_default
call mysql_get_server_info
mov rdi, rax
lea rsi, aMaxscale; "maxScale"
call ... | long long reset_connection(long long a1)
{
long long server_info; // rax
long long v2; // rax
long long v3; // rax
int v4; // eax
int v5; // eax
int v7; // [rsp+10h] [rbp-30h]
int v8; // [rsp+20h] [rbp-20h]
int v9; // [rsp+2Ch] [rbp-14h]
int v10; // [rsp+2Ch] [rbp-14h]
if ( !is_mariadb
|| mysq... | reset_connection:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOVZX EAX,byte ptr [0x00181341]
CMP EAX,0x0
JZ 0x00115e8f
CMP qword ptr [0x001811c0],0x0
JZ 0x00115e17
MOV RDI,qword ptr [0x001811c0]
CALL 0x0013af90
MOV RDI,RAX
LEA RSI,[0x16602f]
CALL 0x00114100
CMP RAX,0x0
JNZ 0x00115e8f
LAB_00115e17... |
int4 reset_connection(int8 param_1)
{
char cVar1;
int iVar2;
int4 uVar3;
char *pcVar4;
int8 uVar5;
int local_1c;
int4 local_c;
if (is_mariadb != '\0') {
if (mysql_default != 0) {
pcVar4 = (char *)mysql_get_server_info(mysql_default);
pcVar4 = strstr(pcVar4,"maxScale");
if (pcV... | |
2,333 | SchemaConverter::_not_strings(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&) | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string _not_strings(const std::vector<std::string> & strings) {
struct TrieNode {
std::map<char, TrieNode> children;
bool is_end_of_string;
TrieNode() : is_end_of_string(false) {}
void insert(const std::string & string) {
auto node = this;
... | O2 | cpp | SchemaConverter::_not_strings(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x210, %rsp # imm = 0... | _ZN15SchemaConverter12_not_stringsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 210h
mov r14, rsi
mov rbx, rdi
lea rax, [rsp+238h+var_208]
and dword ptr [rax], 0
and qword ptr [rax+8], 0
mov [ra... | long long SchemaConverter::_not_strings(long long a1, long long a2, long long *a3)
{
long long v3; // r15
long long v4; // r13
_QWORD *v5; // rax
_QWORD v7[4]; // [rsp+8h] [rbp-230h] BYREF
_BYTE v8[8]; // [rsp+28h] [rbp-210h] BYREF
int v9; // [rsp+30h] [rbp-208h] BYREF
long long v10; // [rsp+38h] [rbp-20... | _not_strings:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x210
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[RSP + 0x30]
AND dword ptr [RAX],0x0
AND qword ptr [RAX + 0x8],0x0
MOV qword ptr [RAX + 0x10],RAX
MOV qword ptr [RAX + 0x18],RAX
AND qword ptr [RAX + 0x20],0x0
MOV byte ptr [RAX + 0x28],0x0
MOV R15,qword ptr [RDX]
M... |
/* SchemaConverter::_not_strings(std::vector<std::__cxx11::string,
std::allocator<std::__cxx11::string > > const&) */
vector * SchemaConverter::_not_strings(vector *param_1)
{
long lVar1;
long *in_RDX;
BuiltinRule *in_RSI;
long lVar2;
allocator local_231;
string local_230 [32];
TrieNode local_210 [8... | |
2,334 | 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 | explicit lexer(InputAdapterType&& adapter, bool ignore_comments_ = false) noexcept
: ia(std::move(adapter))
, ignore_comments(ignore_comments_)
, decimal_point_char(static_cast<char_int_type>(get_decimal_point()))
{} | O0 | 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_EEEEEC2EOSM_b:
sub rsp, 28h
mov al, dl
mov [rsp+28h+var_8], r... | 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... | lexer:
SUB RSP,0x28
MOV AL,DL
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
AND AL,0x1
MOV byte ptr [RSP + 0x17],AL
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x8],RAX
MOV RCX,qword ptr [RSP + 0x18]
MOV RDX,qword ptr [RCX]
MOV qword ptr [RAX],RDX
MOV RCX,qword ptr [RCX + 0x8]
MOV qword ptr [RAX... |
/* 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... | |
2,335 | void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::code_point_index(fmt::v10::basic_string_view<char>, unsigned long)::'lambda'(unsigned int, fmt::v10::basic_string_view<char>)>(fmt::v10::basic_string_view<char>, fmt::v10::detail::code_point_index(fmt::v10::basic_string_view<char>, unsigned long)::'lambda'(uns... | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h | FMT_CONSTEXPR void for_each_codepoint(string_view s, F f) {
auto decode = [f](const char* buf_ptr, const char* ptr) {
auto cp = uint32_t();
auto error = 0;
auto end = utf8_decode(buf_ptr, &cp, &error);
bool result = f(error ? invalid_code_point : cp,
string_view(ptr, error ? 1 : to... | O0 | c | void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::code_point_index(fmt::v10::basic_string_view<char>, unsigned long)::'lambda'(unsigned int, fmt::v10::basic_string_view<char>)>(fmt::v10::basic_string_view<char>, fmt::v10::detail::code_point_index(fmt::v10::basic_string_view<char>, unsigned long)::'lambda'(uns... | _ZN3fmt3v106detail18for_each_codepointIZNS1_11find_escapeEPKcS4_EUljNS0_17basic_string_viewIcEEE_EEvS6_T_:
sub rsp, 68h
mov [rsp+68h+var_10], rdi
mov [rsp+68h+var_8], rsi
mov [rsp+68h+var_18], rdx
mov rax, [rsp+68h+var_18]
mov [rsp+68h+var_20], rax
lea rdi, [rsp+68h+var_10]
call _ZNK3fmt3... | long long fmt::v10::detail::for_each_codepoint<fmt::v10::detail::find_escape(char const*,char const*)::{lambda(unsigned int,fmt::v10::basic_string_view<char>)#1}>(
long long a1,
long long a2,
long long a3)
{
long long result; // rax
long long v4; // [rsp+0h] [rbp-68h]
long long v5; // [rs... | for_each_codepoint<fmt::v10::detail::find_escape(char_const*,char_const*)::{lambda(unsigned_int,fmt::v10::basic_string_view<char>)#1}>:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV qword ptr [RSP + 0x60],RSI
MOV qword ptr [RSP + 0x50],RDX
MOV RAX,qword ptr [RSP + 0x50]
MOV qword ptr [RSP + 0x48],RAX
LEA RDI,[RSP + 0... |
/* void fmt::v10::detail::for_each_codepoint<fmt::v10::detail::find_escape(char const*, char
const*)::{lambda(unsigned int,
fmt::v10::basic_string_view<char>)#1}>(fmt::v10::basic_string_view<char>,
fmt::v10::detail::find_escape(char const*, char const*)::{lambda(unsigned int,
fmt::v10::basic_string_view<ch... | |
2,336 | ModbusObject::setSlot(void*, void*) | serhmarch[P]ModbusBridge/modbus/src/ModbusObject.cpp | void ModbusObject::setSlot(void *signalMethodPtr, void *slotPtr)
{
(*d_ptr)[signalMethodPtr].push_back(slotPtr);
} | O1 | cpp | ModbusObject::setSlot(void*, void*):
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsp, %rax
movq %rsi, (%rax)
movq 0x8(%rdi), %rdi
addq $0x28, %rdi
movq %rax, %rsi
callq 0x8ccc
movq %rax, %r14
movl $0x18, %edi
callq 0x5300
movq %rbx, 0x10(%rax)
movq %rax, %rdi
movq %r14, %rsi
callq 0x5080
incq 0x10(%r14)
addq... | _ZN12ModbusObject7setSlotEPvS0_:
push r14
push rbx
push rax
mov rbx, rdx
mov rax, rsp
mov [rax], rsi
mov rdi, [rdi+8]
add rdi, 28h ; '('
mov rsi, rax
call _ZNSt8__detail9_Map_baseIPvSt4pairIKS1_NSt7__cxx114listIS1_SaIS1_EEEESaIS8_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod... | long long ModbusObject::setSlot(ModbusObject *this, void *a2, void *a3)
{
std::__detail::_List_node_base *v4; // r14
std::__detail::_List_node_base *v5; // rax
long long result; // rax
void *v7; // [rsp-8h] [rbp-18h] BYREF
v7 = a2;
v4 = (std::__detail::_List_node_base *)std::__detail::_Map_base<void *,std... | setSlot:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV RAX,RSP
MOV qword ptr [RAX],RSI
MOV RDI,qword ptr [RDI + 0x8]
ADD RDI,0x28
MOV RSI,RAX
CALL 0x00108ccc
MOV R14,RAX
MOV EDI,0x18
CALL 0x00105300
MOV qword ptr [RAX + 0x10],RBX
MOV RDI,RAX
MOV RSI,R14
CALL 0x00105080
INC qword ptr [R14 + 0x10]
ADD RSP,0x8
POP RBX
POP R1... |
/* ModbusObject::setSlot(void*, void*) */
void __thiscall ModbusObject::setSlot(ModbusObject *this,void *param_1,void *param_2)
{
long lVar1;
_List_node_base *p_Var2;
void *local_18;
local_18 = param_1;
lVar1 = std::__detail::
_Map_base<void*,std::pair<void*const,std::__cxx11::list<void*,std::... | |
2,337 | ModbusObject::setSlot(void*, void*) | serhmarch[P]ModbusBridge/modbus/src/ModbusObject.cpp | void ModbusObject::setSlot(void *signalMethodPtr, void *slotPtr)
{
(*d_ptr)[signalMethodPtr].push_back(slotPtr);
} | O3 | cpp | ModbusObject::setSlot(void*, void*):
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsp, %rax
movq %rsi, (%rax)
movq 0x8(%rdi), %rdi
addq $0x28, %rdi
movq %rax, %rsi
callq 0x8db6
movq %rax, %r14
movl $0x18, %edi
callq 0x5300
movq %rbx, 0x10(%rax)
movq %rax, %rdi
movq %r14, %rsi
callq 0x5080
incq 0x10(%r14)
addq... | _ZN12ModbusObject7setSlotEPvS0_:
push r14
push rbx
push rax
mov rbx, rdx
mov rax, rsp
mov [rax], rsi
mov rdi, [rdi+8]
add rdi, 28h ; '('
mov rsi, rax
call _ZNSt8__detail9_Map_baseIPvSt4pairIKS1_NSt7__cxx114listIS1_SaIS1_EEEESaIS8_ENS_10_Select1stESt8equal_toIS1_ESt4hashIS1_ENS_18_Mod... | long long ModbusObject::setSlot(ModbusObject *this, void *a2, void *a3)
{
std::__detail::_List_node_base *v4; // r14
std::__detail::_List_node_base *v5; // rax
long long result; // rax
void *v7; // [rsp-8h] [rbp-18h] BYREF
v7 = a2;
v4 = (std::__detail::_List_node_base *)std::__detail::_Map_base<void *,std... | setSlot:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV RAX,RSP
MOV qword ptr [RAX],RSI
MOV RDI,qword ptr [RDI + 0x8]
ADD RDI,0x28
MOV RSI,RAX
CALL 0x00108db6
MOV R14,RAX
MOV EDI,0x18
CALL 0x00105300
MOV qword ptr [RAX + 0x10],RBX
MOV RDI,RAX
MOV RSI,R14
CALL 0x00105080
INC qword ptr [R14 + 0x10]
ADD RSP,0x8
POP RBX
POP R1... |
/* ModbusObject::setSlot(void*, void*) */
void __thiscall ModbusObject::setSlot(ModbusObject *this,void *param_1,void *param_2)
{
long lVar1;
_List_node_base *p_Var2;
void *local_18;
local_18 = param_1;
lVar1 = std::__detail::
_Map_base<void*,std::pair<void*const,std::__cxx11::list<void*,std::... | |
2,338 | stbi__readval(stbi__context*, int, unsigned char*) | monkey531[P]llama/examples/llava/../../common/stb_image.h | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest)
{
int mask=0x80, i;
for (i=0; i<4; ++i, mask>>=1) {
if (channel & mask) {
if (stbi__at_eof(s)) return stbi__errpuc("bad file","PIC file too short");
dest[i]=stbi__get8(s);
}
}
return dest;
} | O0 | c | stbi__readval(stbi__context*, int, unsigned char*):
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movl %esi, 0x14(%rsp)
movq %rdx, 0x8(%rsp)
movl $0x80, 0x4(%rsp)
movl $0x0, (%rsp)
cmpl $0x4, (%rsp)
jge 0x95bf0
movl 0x14(%rsp), %eax
andl 0x4(%rsp), %eax
cmpl $0x0, %eax
je 0x95bd9
movq 0x18(%rsp), %rdi
callq 0x954f0
cmpl $0x0,... | _ZL13stbi__readvalP13stbi__contextiPh:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_14], esi
mov [rsp+28h+var_20], rdx
mov [rsp+28h+var_24], 80h
mov [rsp+28h+var_28], 0
loc_95B81:
cmp [rsp+28h+var_28], 4
jge short loc_95BF0
mov eax, [rsp+28h+var_14]
and eax, [rsp+28h+v... | long long stbi__readval(long long a1, int a2, long long a3)
{
int i; // [rsp+0h] [rbp-28h]
int v5; // [rsp+4h] [rbp-24h]
v5 = 128;
for ( i = 0; i < 4; ++i )
{
if ( (v5 & a2) != 0 )
{
if ( stbi__at_eof(a1) )
{
stbi__err("bad file");
return 0LL;
}
*(_BYTE *)(a3 ... | stbi__readval:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV dword ptr [RSP + 0x14],ESI
MOV qword ptr [RSP + 0x8],RDX
MOV dword ptr [RSP + 0x4],0x80
MOV dword ptr [RSP],0x0
LAB_00195b81:
CMP dword ptr [RSP],0x4
JGE 0x00195bf0
MOV EAX,dword ptr [RSP + 0x14]
AND EAX,dword ptr [RSP + 0x4]
CMP EAX,0x0
JZ 0x00195bd9
MOV R... |
/* stbi__readval(stbi__context*, int, unsigned char*) */
uchar * stbi__readval(stbi__context *param_1,int param_2,uchar *param_3)
{
uchar uVar1;
int iVar2;
int local_28;
uint local_24;
local_24 = 0x80;
local_28 = 0;
do {
if (3 < local_28) {
return param_3;
}
if ((param_2 & local_24... | |
2,339 | write_rest_of_head | eloqsql/storage/maria/ma_bitmap.c | static my_bool write_rest_of_head(MARIA_HA *info, uint position,
ulong rest_length)
{
MARIA_SHARE *share= info->s;
uint full_page_size= FULL_PAGE_SIZE(share);
MARIA_BITMAP_BLOCK *block;
DBUG_ENTER("write_rest_of_head");
DBUG_PRINT("enter", ("position: %u rest_length: %lu", p... | O0 | c | write_rest_of_head:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rax
movl 0x7bc(%rax), %eax
movq -0x28(%rbp), %rcx
movl 0xc18(%rcx), %ecx
addl $0x8, %ecx
subl %ecx, %eax... | write_rest_of_head:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_28], rax
mov rax, [rbp+var_28]
mov eax, [rax+7BCh]
mov rcx, [rbp+var_28]
mov ecx, [rcx+0C18h]
add ... | char write_rest_of_head(_QWORD *a1, int a2, unsigned long long a3)
{
long long v3; // rax
long long v4; // rax
unsigned int v6; // [rsp+4h] [rbp-3Ch]
unsigned int v7; // [rsp+14h] [rbp-2Ch]
unsigned long long v8; // [rsp+20h] [rbp-20h]
v8 = a3;
v7 = *(_DWORD *)(*a1 + 1980LL) - (*(_DWORD *)(*a1 + 3096LL)... | write_rest_of_head:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,dword ptr [RAX + 0x7bc]
MOV RCX,qword ptr ... |
int1 write_rest_of_head(long *param_1,int param_2,ulong param_3)
{
long lVar1;
char cVar2;
uint uVar3;
int local_44;
ulong local_28;
lVar1 = *param_1;
uVar3 = (*(int *)(lVar1 + 0x7bc) - (*(int *)(lVar1 + 0xc18) + 8)) - 4;
local_28 = param_3;
if (param_2 == 0) {
local_44 = (int)(param_3 / uVar... | |
2,340 | write_rest_of_head | eloqsql/storage/maria/ma_bitmap.c | static my_bool write_rest_of_head(MARIA_HA *info, uint position,
ulong rest_length)
{
MARIA_SHARE *share= info->s;
uint full_page_size= FULL_PAGE_SIZE(share);
MARIA_BITMAP_BLOCK *block;
DBUG_ENTER("write_rest_of_head");
DBUG_PRINT("enter", ("position: %u rest_length: %lu", p... | O3 | c | write_rest_of_head:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r14
movq %rdi, %rbx
testl %esi, %esi
jne 0x41c66
movq (%rbx), %r15
movl 0x7bc(%r15), %ecx
movl 0xc18(%r15), %eax
negl %eax
leal (%rcx,%rax), %esi
addl $-0xc, %esi
movq %r14, %rax
xorl %edx, %edx
... | write_rest_of_head:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rdx
mov rbx, rdi
test esi, esi
jnz loc_41C66
mov r15, [rbx]
mov ecx, [r15+7BCh]
mov eax, [r15+0C18h]
neg eax
lea esi, [rcx+rax]
add esi, 0FFFFFFF4h
mov... | char write_rest_of_head(_QWORD *a1, int a2, unsigned long long a3)
{
unsigned long long v3; // r14
int v4; // ecx
unsigned long long v5; // rdx
unsigned long long v6; // r12
unsigned long long v7; // rcx
long long v8; // r12
long long v9; // r15
long long v10; // r13
long long v11; // rdx
long long... | write_rest_of_head:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDX
MOV RBX,RDI
TEST ESI,ESI
JNZ 0x00141c66
MOV R15,qword ptr [RBX]
MOV ECX,dword ptr [R15 + 0x7bc]
MOV EAX,dword ptr [R15 + 0xc18]
NEG EAX
LEA ESI,[RCX + RAX*0x1]
ADD ESI,-0xc
MOV RAX,R14
XOR EDX,EDX
DIV RSI
MOV R12,... |
int8 write_rest_of_head(long *param_1,int param_2,ulong param_3)
{
long lVar1;
long lVar2;
ulong uVar3;
char cVar4;
long lVar5;
int8 uVar6;
uint uVar7;
bool bVar8;
if (param_2 == 0) {
lVar1 = *param_1;
uVar7 = (*(int *)(lVar1 + 0x7bc) - *(int *)(lVar1 + 0xc18)) - 0xc;
uVar3 = param_3 ... | |
2,341 | my_stat | eloqsql/mysys/my_lib.c | MY_STAT *my_stat(const char *path, MY_STAT *stat_area, myf my_flags)
{
int m_used;
DBUG_ENTER("my_stat");
DBUG_PRINT("my", ("path: '%s' stat_area: %p MyFlags: %lu", path,
stat_area, my_flags));
if ((m_used= (stat_area == NULL)))
if (!(stat_area= (MY_STAT *) my_malloc(key_memory_MY_STA... | O3 | c | my_stat:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
movq %rsi, %r14
testq %rsi, %rsi
jne 0xa0f04
leaq 0xb6931b(%rip), %rax # 0xc0a208
movl (%rax), %edi
movl $0x90, %esi
movq %r15, %rdx
callq 0xa11e5
movq %rax, %r14
test... | my_stat:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15, rdx
mov r12, rsi
mov rbx, rdi
mov r14, rsi
test rsi, rsi
jnz short loc_A0F04
lea rax, key_memory_MY_STAT
mov edi, [rax]
mov esi, 90h
mov rdx, r15
call my_mallo... | long long my_stat(long long a1, long long a2, long long a3)
{
char v3; // r15
long long v5; // r14
long long v6; // rdi
int v7; // r13d
unsigned int *v8; // rax
v3 = a3;
v5 = a2;
if ( a2 || (v6 = key_memory_MY_STAT, (v5 = my_malloc(key_memory_MY_STAT, 144LL, a3)) != 0) )
{
v6 = a1;
if ( !(un... | my_stat:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
MOV R14,RSI
TEST RSI,RSI
JNZ 0x001a0f04
LEA RAX,[0xd0a208]
MOV EDI,dword ptr [RAX]
MOV ESI,0x90
MOV RDX,R15
CALL 0x001a11e5
MOV R14,RAX
TEST RAX,RAX
JZ 0x001a0f30
LAB_001a0f04:
MOV RDI,RBX
MOV RSI,R14... |
stat64 * my_stat(char *param_1,stat64 *param_2,ulong param_3)
{
int iVar1;
stat64 *__buf;
int *piVar2;
int4 *puVar3;
__buf = param_2;
if ((param_2 != (stat64 *)0x0) ||
(__buf = (stat64 *)my_malloc(key_memory_MY_STAT,0x90,param_3), __buf != (stat64 *)0x0)) {
iVar1 = stat64(param_1,__buf);
i... | |
2,342 | 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 | void destroy(value_t t)
{
if (
(t == value_t::object && object == nullptr) ||
(t == value_t::array && array == nullptr) ||
(t == value_t::string && string == nullptr) ||
(t == value_t::binary && binary == nullptr)
)
... | O1 | 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_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
cmp esi, 1
setz cl
... | void 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>::json_value::destroy(
long long **a1,
int a2)
{
long long *v2; // rax
... | destroy:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
CMP ESI,0x1
SETZ CL
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
SETZ DL
TEST CL,DL
JNZ 0x0015f750
MOV R14D,ESI
TEST RAX,RAX
SETZ CL
MOV EDX,R14D
AND DL,0xfe
CMP DL,0x2
SETZ DL
CMP R14B,0x8
SETZ SIL
OR SIL,DL
TEST SIL,CL
JNZ 0x0015f750
MOV RBX,RDI
LEA ... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::json_value::destroy(nlohmann::... | |
2,343 | 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;
}
| |
2,344 | nglog::ShellEscape(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | ng-log[P]ng-log/src/logging.cc | static string ShellEscape(const string& src) {
string result;
if (!src.empty() && // empty string needs quotes
src.find_first_not_of(kDontNeedShellEscapeChars) == string::npos) {
// only contains chars that don't need quotes; it's fine
result.assign(src);
} else if (src.find_first_of('\'') == strin... | O0 | cpp | nglog::ShellEscape(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x40(%rbp)
movq %rdi, %rax
movq %rax, -0x38(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movb $0x0, -0x11(%rbp)
callq 0xabd0
movq -0x10(%rbp), %rdi
cal... | _ZN5nglogL11ShellEscapeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_40], rdi
mov rax, rdi
mov [rbp+var_38], rax
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_11], 0
call __ZNSt7__cxx1112basic_stringIcSt11char_tra... | long long nglog::ShellEscape(long long a1, long long a2)
{
int v3; // [rsp+4h] [rbp-4Ch]
unsigned long long i; // [rsp+20h] [rbp-30h]
std::string::basic_string(a1);
if ( (std::string::empty(a2) & 1) != 0
|| std::string::find_first_not_of(
a2,
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr... | ShellEscape:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x40],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x38],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV byte ptr [RBP + -0x11],0x0
CALL 0x0010abd0
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0010ae70
TEST AL,0x1
JNZ 0x00139439
MOV RDI,qwor... |
/* WARNING: Removing unreachable block (ram,0x00139557) */
/* nglog::ShellEscape(std::__cxx11::string const&) */
nglog * __thiscall nglog::ShellEscape(nglog *this,string *param_1)
{
char cVar1;
ulong uVar2;
long lVar3;
char *pcVar4;
int8 local_38;
std::__cxx11::string::string((string *)this);
uVar2 ... | |
2,345 | my_numchars_utf16 | eloqsql/strings/ctype-ucs2.c | static size_t
my_numchars_utf16(CHARSET_INFO *cs,
const char *b, const char *e)
{
size_t nchars= 0;
for ( ; ; nchars++)
{
size_t charlen= my_ismbchar(cs, b, e);
if (!charlen)
break;
b+= charlen;
}
return nchars;
} | O3 | c | my_numchars_utf16:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq 0xb8(%rdi), %rax
callq *0xc0(%rax)
xorl %r12d, %r12d
cmpl $0x2, %eax
jl 0xc9aa6
movl %eax, %eax
addq %rax, %r14
incq %r12
movq 0xb8(%r15), %rax
movq %r15, %rdi
movq %r14, %rsi
m... | my_numchars_utf16:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rax, [rdi+0B8h]
call qword ptr [rax+0C0h]
xor r12d, r12d
cmp eax, 2
jl short loc_C9AA6
loc_C9A83:
mov eax, eax
add r14, rax
inc r12
mov ... | long long my_numchars_utf16(long long a1, long long a2, long long a3)
{
int v5; // eax
long long v6; // r12
v5 = (*(long long (**)(void))(*(_QWORD *)(a1 + 184) + 192LL))();
v6 = 0LL;
if ( v5 >= 2 )
{
do
{
a2 += (unsigned int)v5;
++v6;
v5 = (*(long long ( **)(long long, long long,... | my_numchars_utf16:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RAX,qword ptr [RDI + 0xb8]
CALL qword ptr [RAX + 0xc0]
XOR R12D,R12D
CMP EAX,0x2
JL 0x001c9aa6
LAB_001c9a83:
MOV EAX,EAX
ADD R14,RAX
INC R12
MOV RAX,qword ptr [R15 + 0xb8]
MOV RDI,R15
MOV RSI,R14
MOV RDX,... |
long my_numchars_utf16(long param_1,long param_2,int8 param_3)
{
uint uVar1;
long lVar2;
uVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0))();
lVar2 = 0;
while (1 < (int)uVar1) {
param_2 = param_2 + (ulong)uVar1;
lVar2 = lVar2 + 1;
uVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0))(... | |
2,346 | aria_get_capabilities | eloqsql/storage/maria/ma_backup.c | int aria_get_capabilities(File kfile, ARIA_TABLE_CAPABILITIES *cap)
{
MARIA_SHARE share;
int error= 0;
uint head_length= sizeof(share.state.header), base_pos;
uint aligned_bit_blocks;
size_t info_length;
uchar *disc_cache;
DBUG_ENTER("aria_get_capabilities");
bzero(cap, sizeof(*cap));
if (my_pread(kf... | O3 | c | aria_get_capabilities:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc48, %rsp # imm = 0xC48
movq %rsi, %rbx
movl %edi, %r15d
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rsi)
movups %xmm0, 0x10(%rsi)
movups %xmm0, (%rsi)
leaq -... | aria_get_capabilities:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C48h
mov rbx, rsi
mov r15d, edi
mov rax, fs:28h
mov [rbp+var_30], rax
xorps xmm0, xmm0
movups xmmword ptr [rsi+20h], xmm0
movups xmmword ptr [rsi+10h], xmm0
movups xmmword p... | long long aria_get_capabilities(long long a1, long long a2)
{
unsigned int v2; // r12d
long long v3; // r12
__int16 v4; // r13
long long v5; // rax
long long v6; // r14
char v7; // al
bool v8; // cl
bool v9; // zf
bool v10; // al
int v11; // edx
int v12; // ecx
int v13; // edx
int v15; // [rs... | aria_get_capabilities:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc48
MOV RBX,RSI
MOV R15D,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RSI + 0x20],XMM0
MOVUPS xmmword ptr [RSI + 0x10],XMM0
MOVUPS xmmword ptr [RSI],XMM0
LEA RSI,[RBP... |
int4 aria_get_capabilities(ulong param_1,int8 *param_2)
{
long lVar1;
long lVar2;
int4 *puVar3;
byte bVar4;
ushort uVar5;
int4 uVar6;
long in_FS_OFFSET;
int local_c70;
ushort local_c6c;
ushort local_c6a;
ushort local_c64;
byte local_c5a;
int8 local_910 [12];
int8 local_8b0;
int local_854... | |
2,347 | unicode_utf8_to_byte_map[abi:cxx11]() | monkey531[P]llama/src/unicode.cpp | static std::unordered_map<std::string, uint8_t> unicode_utf8_to_byte_map() {
std::unordered_map<std::string, uint8_t> map;
for (int ch = 0x21; ch <= 0x7E; ++ch) { // u'!' to u'~'
assert(0 <= ch && ch < 256);
map[unicode_cpt_to_utf8(ch)] = ch;
}
for (int ch = 0xA1; ch <= 0xAC; ++ch) { /... | O0 | cpp | unicode_utf8_to_byte_map[abi:cxx11]():
subq $0x138, %rsp # imm = 0x138
movq %rdi, 0x48(%rsp)
movq %rdi, %rax
movq %rax, 0x50(%rsp)
movq %rdi, 0x130(%rsp)
movb $0x0, 0x12f(%rsp)
callq 0x1f2a30
movl $0x21, 0x128(%rsp)
cmpl $0x7e, 0x128(%rsp)
jg 0x371be2
movl 0x128(%rsp), %esi
movb %sil, %al
movb %al, 0x47(%rsp... | _ZL24unicode_utf8_to_byte_mapB5cxx11v:
sub rsp, 138h
mov [rsp+138h+var_F0], rdi
mov rax, rdi
mov [rsp+138h+var_E8], rax
mov [rsp+138h+var_8], rdi
mov [rsp+138h+var_9], 0
call __ZNSt13unordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEhSt4hashIS5_ESt8equal_toIS5_ESaISt4pairIKS5_... | long long unicode_utf8_to_byte_map[abi:cxx11](long long a1)
{
int v1; // edx
int v2; // ecx
int v3; // r8d
int v4; // r9d
_BYTE *v6; // [rsp+0h] [rbp-138h]
int v7; // [rsp+8h] [rbp-130h]
char v8; // [rsp+Eh] [rbp-12Ah]
char v9; // [rsp+Fh] [rbp-129h]
int v10[2]; // [rsp+10h] [rbp-128h]
_BYTE *v11; ... | _M_store_code:
MOV qword ptr [RSP + -0x8],RDI
MOV qword ptr [RSP + -0x10],RSI
MOV qword ptr [RSP + -0x18],RDX
RET
|
/* std::__detail::_Hash_code_base<llama_adapter_lora*, std::pair<llama_adapter_lora* const, float>,
std::__detail::_Select1st, std::hash<llama_adapter_lora*>, std::__detail::_Mod_range_hashing,
std::__detail::_Default_ranged_hash,
false>::_M_store_code(std::__detail::_Hash_node_code_cache<false>&, unsigned lo... | |
2,348 | string_buffer_init2 | bluesky950520[P]quickjs/quickjs.c | static int string_buffer_init2(JSContext *ctx, StringBuffer *s, int size,
int is_wide)
{
s->ctx = ctx;
s->size = size;
s->len = 0;
s->is_wide_char = is_wide;
s->error_status = 0;
s->str = js_alloc_string(ctx, size, is_wide);
if (unlikely(!s->str)) {
s->... | O2 | c | string_buffer_init2:
pushq %rbx
movq %rsi, %rbx
movq %rdi, (%rsi)
movl %edx, 0x14(%rsi)
andl $0x0, 0x10(%rsi)
movl %ecx, 0x18(%rsi)
andl $0x0, 0x1c(%rsi)
movl %edx, %esi
movl %ecx, %edx
callq 0x1ad45
movq %rax, %rcx
movq %rax, 0x8(%rbx)
xorl %eax, %eax
testq %rcx, %rcx
je 0x2ca75
popq %rbx
retq
andl $0x0, 0x14(%rbx)
or... | string_buffer_init2:
push rbx
mov rbx, rsi
mov [rsi], rdi
mov [rsi+14h], edx
and dword ptr [rsi+10h], 0
mov [rsi+18h], ecx
and dword ptr [rsi+1Ch], 0
mov esi, edx
mov edx, ecx
call js_alloc_string
mov rcx, rax
mov [rbx+8], rax
xor eax, eax
test rcx, rcx
jz short... | long long string_buffer_init2(long long a1, long long a2, unsigned int a3, unsigned int a4)
{
long long v4; // rcx
long long result; // rax
*(_QWORD *)a2 = a1;
*(_DWORD *)(a2 + 20) = a3;
*(_DWORD *)(a2 + 16) = 0;
*(_DWORD *)(a2 + 24) = a4;
*(_DWORD *)(a2 + 28) = 0;
v4 = js_alloc_string(a1, a3, a4);
... | string_buffer_init2:
PUSH RBX
MOV RBX,RSI
MOV qword ptr [RSI],RDI
MOV dword ptr [RSI + 0x14],EDX
AND dword ptr [RSI + 0x10],0x0
MOV dword ptr [RSI + 0x18],ECX
AND dword ptr [RSI + 0x1c],0x0
MOV ESI,EDX
MOV EDX,ECX
CALL 0x0011ad45
MOV RCX,RAX
MOV qword ptr [RBX + 0x8],RAX
XOR EAX,EAX
TEST RCX,RCX
JZ 0x0012ca75
LAB_0012c... |
int8
string_buffer_init2(int8 param_1,int8 *param_2,int4 param_3,int4 param_4)
{
long lVar1;
int8 uStack_10;
*param_2 = param_1;
*(int4 *)((long)param_2 + 0x14) = param_3;
*(int4 *)(param_2 + 2) = 0;
*(int4 *)(param_2 + 3) = param_4;
*(int4 *)((long)param_2 + 0x1c) = 0;
lVar1 = js_alloc_string(para... | |
2,349 | fill_uint16 | eloqsql/strings/ctype.c | static int fill_uint16(uint16 *a,uint size,const char *str, size_t len)
{
uint i= 0;
const char *s, *b, *e=str+len;
for (s=str ; s < e ; i++)
{
for ( ; (s < e) && strchr(" \t\r\n",s[0]); s++) ;
b=s;
for ( ; (s < e) && !strchr(" \t\r\n",s[0]); s++) ;
if (s == b || i > size)
break;
a... | O0 | c | fill_uint16:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl $0x0, -0x24(%rbp)
movq -0x18(%rbp), %rax
addq -0x20(%rbp), %rax
movq %rax, -0x40(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movq -0x30(%rbp), %rax
cmpq -0x40(%... | fill_uint16:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_24], 0
mov rax, [rbp+var_18]
add rax, [rbp+var_20]
mov [rbp+var_40], rax
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
loc_7... | long long fill_uint16(long long a1, unsigned int a2, char *a3, long long a4)
{
char v5; // [rsp+Eh] [rbp-42h]
bool v6; // [rsp+Fh] [rbp-41h]
unsigned long long v7; // [rsp+10h] [rbp-40h]
char *v8; // [rsp+18h] [rbp-38h]
char *v9; // [rsp+20h] [rbp-30h]
unsigned int v10; // [rsp+2Ch] [rbp-24h]
v10 = 0;
... | fill_uint16:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],0x0
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x40],RAX
MOV RAX,qword ptr [... |
int8 fill_uint16(long param_1,uint param_2,char *param_3,long param_4)
{
char *pcVar1;
int2 uVar2;
char *pcVar3;
char *pcVar4;
bool bVar5;
char *local_38;
uint local_2c;
local_2c = 0;
pcVar3 = param_3 + param_4;
local_38 = param_3;
while( true ) {
if (pcVar3 <= local_38) {
return 0;... | |
2,350 | bool get_int<unsigned int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned int&) | msxemulator/build_O3/_deps/picotool-src/main.cpp | bool get_int(const std::string& s, T& out) {
return integer::parse_string(s, out).empty();
} | O3 | cpp | bool get_int<unsigned int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned int&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %rbx
leaq 0x10(%rsp), %r15
movq %r15, -0x10(%r15)
movq (%rdi), %rsi
movq 0x8(%rdi), %rdx
addq %rsi, %rdx
movq %rsp, %r14
movq %r1... | _Z7get_intIjEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERT_:
push r15
push r14
push rbx
sub rsp, 40h
mov rbx, rsi
lea r15, [rsp+58h+var_48]
mov [r15-10h], r15
mov rsi, [rdi]
mov rdx, [rdi+8]
add rdx, rsi
mov r14, rsp
mov rdi, r14
call _ZNSt7__cxx1112basic_stri... | bool get_int<unsigned int>(long long a1, long long a2)
{
void *v2; // rbx
void *v4[2]; // [rsp+0h] [rbp-58h] BYREF
_QWORD v5[2]; // [rsp+10h] [rbp-48h] BYREF
void *v6[2]; // [rsp+20h] [rbp-38h] BYREF
long long v7; // [rsp+30h] [rbp-28h] BYREF
v4[0] = v5;
std::string::_M_construct<char *>((long long)v4, ... | get_int<unsigned_int>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV RBX,RSI
LEA R15,[RSP + 0x10]
MOV qword ptr [R15 + -0x10],R15
MOV RSI,qword ptr [RDI]
MOV RDX,qword ptr [RDI + 0x8]
ADD RDX,RSI
MOV R14,RSP
MOV RDI,R14
CALL 0x0011d410
LAB_0017093d:
LEA RDI,[RSP + 0x20]
MOV RSI,R14
MOV RDX,RBX
CALL 0x001709b4
LAB_0017094... |
/* bool get_int<unsigned int>(std::__cxx11::string const&, unsigned int&) */
bool get_int<unsigned_int>(string *param_1,uint *param_2)
{
long *local_58 [2];
long local_48 [2];
long *local_38;
long local_30;
long local_28 [2];
local_58[0] = local_48;
std::__cxx11::string::_M_construct<char*>
... | |
2,351 | google::protobuf::compiler::CodeGeneratorResponse_File::InternalSwap(google::protobuf::compiler::CodeGeneratorResponse_File*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/plugin.pb.cc | void CodeGeneratorResponse_File::InternalSwap(CodeGeneratorResponse_File* other) {
using std::swap;
auto* lhs_arena = GetArenaForAllocation();
auto* rhs_arena = other->GetArenaForAllocation();
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]... | O0 | cpp | google::protobuf::compiler::CodeGeneratorResponse_File::InternalSwap(google::protobuf::compiler::CodeGeneratorResponse_File*):
subq $0xb8, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x20(%rsp), %rdi
movq %rdi, (%rsp)
callq 0x292e0
movq %rax, 0x10(%rsp)
movq 0x18(%rsp), %rdi
callq 0x292e0
movq (%rsp), %rcx
mo... | _ZN6google8protobuf8compiler26CodeGeneratorResponse_File12InternalSwapEPS2_:
sub rsp, 0B8h
mov [rsp+0B8h+var_98], rdi
mov [rsp+0B8h+var_A0], rsi
mov rdi, [rsp+0B8h+var_98]; this
mov [rsp+0B8h+var_B8], rdi
call _ZNK6google8protobuf11MessageLite21GetArenaForAllocationEv; google::protobuf::MessageLi... | long long google::protobuf::compiler::CodeGeneratorResponse_File::InternalSwap(
google::protobuf::compiler::CodeGeneratorResponse_File *this,
google::protobuf::compiler::CodeGeneratorResponse_File *a2)
{
google::protobuf::MessageLite::GetArenaForAllocation(this);
google::protobuf::MessageLite::GetA... | InternalSwap:
SUB RSP,0xb8
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RDI,qword ptr [RSP + 0x20]
MOV qword ptr [RSP],RDI
CALL 0x001292e0
MOV qword ptr [RSP + 0x10],RAX
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x001292e0
MOV RCX,qword ptr [RSP]
MOV qword ptr [RSP + 0x8],RAX
ADD RCX,0x8
MOV RAX,qword pt... |
/* google::protobuf::compiler::CodeGeneratorResponse_File::InternalSwap(google::protobuf::compiler::CodeGeneratorResponse_File*)
*/
void __thiscall
google::protobuf::compiler::CodeGeneratorResponse_File::InternalSwap
(CodeGeneratorResponse_File *this,CodeGeneratorResponse_File *param_1)
{
MessageLite... | |
2,352 | testing::internal::Mutex::Mutex() | AlayaLite/build_O0/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h | Mutex() {
GTEST_CHECK_POSIX_SUCCESS_(pthread_mutex_init(&mutex_, nullptr));
has_owner_ = false;
} | O0 | c | testing::internal::Mutex::Mutex():
subq $0x48, %rsp
movq %rdi, 0x40(%rsp)
movq 0x40(%rsp), %rdi
movq %rdi, 0x20(%rsp)
xorl %eax, %eax
movl %eax, %esi
callq 0x14ae0
movl %eax, 0x3c(%rsp)
cmpl $0x0, 0x3c(%rsp)
je 0xe6f29
leaq 0x2d899(%rip), %rdx # 0x11473b
leaq 0x38(%rsp), %rdi
movq %rdi, 0x10(%rsp)
movl $0x3, %esi
m... | _ZN7testing8internal5MutexC2Ev:
sub rsp, 48h
mov [rsp+48h+var_8], rdi; __int64
mov rdi, [rsp+48h+var_8]
mov qword ptr [rsp+48h+var_28], rdi; int
xor eax, eax
mov esi, eax
call _pthread_mutex_init
mov [rsp+48h+var_C], eax
cmp [rsp+48h+var_C], 0
jz loc_E6F29
lea rdx, aWorkspace... | testing::internal::Mutex * testing::internal::Mutex::Mutex(testing::internal::Mutex *this)
{
void *Stream; // rax
testing::internal::Mutex *result; // rax
long long v3; // [rsp+8h] [rbp-40h]
long long v4; // [rsp+18h] [rbp-30h]
int v5; // [rsp+38h] [rbp-10h] BYREF
unsigned int v6; // [rsp+3Ch] [rbp-Ch]
lo... | Mutex:
SUB RSP,0x48
MOV qword ptr [RSP + 0x40],RDI
MOV RDI,qword ptr [RSP + 0x40]
MOV qword ptr [RSP + 0x20],RDI
XOR EAX,EAX
MOV ESI,EAX
CALL 0x00114ae0
MOV dword ptr [RSP + 0x3c],EAX
CMP dword ptr [RSP + 0x3c],0x0
JZ 0x001e6f29
LEA RDX,[0x21473b]
LEA RDI,[RSP + 0x38]
MOV qword ptr [RSP + 0x10],RDI
MOV ESI,0x3
MOV ECX,... |
/* testing::internal::Mutex::Mutex() */
void __thiscall testing::internal::Mutex::Mutex(Mutex *this)
{
ostream *poVar1;
GTestLog local_10 [4];
int local_c;
Mutex *local_8;
local_8 = this;
local_c = pthread_mutex_init((pthread_mutex_t *)this,(pthread_mutexattr_t *)0x0);
if (local_c != 0) {
GTestL... | |
2,353 | 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... | O3 | cpp | minja::Value::operator<(minja::Value const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xb0, %rsp
movq %rsi, %r14
movq %rdi, %r15
cmpq $0x0, 0x20(%rdi)
movb 0x40(%rdi), %al
jne 0x5874b
cmpq $0x0, 0x10(%r15)
jne 0x5874b
testb %al, %al
jne 0x5874b
cmpq $0x0, 0x30(%r15)
je 0x5884e
leal -0x5(%rax)... | _ZNK5minja5ValueltERKS0_:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 0B0h
mov r14, rsi
mov r15, rdi
cmp qword ptr [rdi+20h], 0
mov al, [rdi+40h]
jnz short loc_5874B
cmp qword ptr [r15+10h], 0
jnz short loc_5874B
test al, al
jnz short loc_5874B
cmp qwo... | long long minja::Value::operator<(long long a1, long long a2)
{
unsigned int v2; // ebx
char v3; // al
unsigned long long v4; // r15
__int128 *v5; // r14
unsigned long long v6; // r12
unsigned long long v7; // rdx
long long v8; // rbx
long long v9; // r15
std::runtime_error *exception; // rbx
void ... | operator<:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xb0
MOV R14,RSI
MOV R15,RDI
CMP qword ptr [RDI + 0x20],0x0
MOV AL,byte ptr [RDI + 0x40]
JNZ 0x0015874b
CMP qword ptr [R15 + 0x10],0x0
JNZ 0x0015874b
TEST AL,AL
JNZ 0x0015874b
CMP qword ptr [R15 + 0x30],0x0
JZ 0x0015884e
LAB_0015874b:
LEA ECX,[RAX + -0x5]
... |
/* minja::Value::TEMPNAMEPLACEHOLDERVALUE(minja::Value const&) const */
ulong __thiscall minja::Value::operator<(Value *this,Value *param_1)
{
Value VVar1;
double dVar2;
uint uVar3;
runtime_error *prVar4;
long *plVar5;
long *plVar6;
ulong uVar7;
int8 unaff_RBX;
long *local_d0;
ulong local_c8;
l... | |
2,354 | JS_LoadModule | bluesky950520[P]quickjs/quickjs.c | JSValue JS_LoadModule(JSContext *ctx, const char *basename,
const char *filename)
{
JSValue promise, resolving_funcs[2];
promise = JS_NewPromiseCapability(ctx, resolving_funcs);
if (JS_IsException(promise))
return JS_EXCEPTION;
JS_LoadModuleInternal(ctx, basename, filename... | O2 | c | JS_LoadModule:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %r12
movq %rsi, %r13
movq %rdi, %r15
movq %rsp, %rsi
callq 0x2956d
movq %rdx, %rbx
cmpl $0x6, %ebx
jne 0x29521
pushq $0x6
popq %rbx
xorl %r14d, %r14d
jmp 0x29558
movq %rax, %r14
movq %rsp, %rbp
movq %r15, %rdi
m... | JS_LoadModule:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r12, rdx
mov r13, rsi
mov r15, rdi
mov rsi, rsp
call JS_NewPromiseCapability
mov rbx, rdx
cmp ebx, 6
jnz short loc_29521
push 6
pop rbx
xor r14d, r14d
jmp short loc_2... | long long JS_LoadModule(long long a1, long long a2, long long a3)
{
long long v4; // rax
int v5; // edx
long long v6; // r14
long long v8[11]; // [rsp+0h] [rbp-58h] BYREF
v4 = JS_NewPromiseCapability(a1, v8);
if ( v5 == 6 )
return 0LL;
v6 = v4;
JS_LoadModuleInternal(a1, a2, a3, v8);
JS_FreeValue... | JS_LoadModule:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R12,RDX
MOV R13,RSI
MOV R15,RDI
MOV RSI,RSP
CALL 0x0012956d
MOV RBX,RDX
CMP EBX,0x6
JNZ 0x00129521
PUSH 0x6
POP RBX
XOR R14D,R14D
JMP 0x00129558
LAB_00129521:
MOV R14,RAX
MOV RBP,RSP
MOV RDI,R15
MOV RSI,R13
MOV RDX,R12
MOV RCX,RBP
CAL... |
int1 [16] JS_LoadModule(int8 param_1,int8 param_2,int8 param_3)
{
int1 auVar1 [16];
int8 local_58;
int8 local_50;
int8 local_48;
int8 local_40;
auVar1 = JS_NewPromiseCapability(param_1,&local_58);
if (auVar1._8_4_ == 6) {
auVar1 = ZEXT816(6) << 0x40;
}
else {
JS_LoadModuleInternal(param_... | |
2,355 | ma_strmake | eloqsql/libmariadb/libmariadb/ma_string.c | char *ma_strmake(register char *dst, register const char *src, size_t length)
{
while (length--)
if (! (*dst++ = *src++))
return dst-1;
*dst=0;
return dst;
} | O0 | c | ma_strmake:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq %rax, %rcx
addq $-0x1, %rcx
movq %rcx, -0x20(%rbp)
cmpq $0x0, %rax
je 0x3b84b
movq -0x18(%rbp), %rax
movq %rax, %rcx
addq $0x1, %rcx
movq %rcx, -0x18(%rbp)
movb (%rax), %al
movq -0x10(... | ma_strmake:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
loc_3B800:
mov rax, [rbp+var_20]
mov rcx, rax
add rcx, 0FFFFFFFFFFFFFFFFh
mov [rbp+var_20], rcx
cmp rax, 0
jz short loc_3B84B
mov rax, [rbp+var_18]
mov rcx, rax
add ... | _BYTE * ma_strmake(_BYTE *a1, _BYTE *a2, long long a3)
{
_BYTE *v4; // rax
_BYTE *v5; // rcx
while ( a3-- )
{
v4 = a2++;
LOBYTE(v4) = *v4;
v5 = a1++;
*v5 = (_BYTE)v4;
if ( !(_BYTE)v4 )
return a1 - 1;
}
*a1 = 0;
return a1;
}
| ma_strmake:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
LAB_0013b800:
MOV RAX,qword ptr [RBP + -0x20]
MOV RCX,RAX
ADD RCX,-0x1
MOV qword ptr [RBP + -0x20],RCX
CMP RAX,0x0
JZ 0x0013b84b
MOV RAX,qword ptr [RBP + -0x18]
MOV RCX,RAX
ADD RCX,0x1
MOV qw... |
char * ma_strmake(char *param_1,char *param_2,long param_3)
{
char cVar1;
char *pcVar2;
long local_28;
char *local_20;
char *local_18;
local_28 = param_3;
local_20 = param_2;
pcVar2 = param_1;
do {
local_18 = pcVar2;
if (local_28 == 0) {
*local_18 = '\0';
return local_18;
... | |
2,356 | ftxui::VerticalContainer::EventHandler(ftxui::Event) | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/component/container.cpp | bool EventHandler(Event event) override {
const int old_selected = *selector_;
if (event == Event::ArrowUp || event == Event::Character('k')) {
MoveSelector(-1);
}
if (event == Event::ArrowDown || event == Event::Character('j')) {
MoveSelector(+1);
}
if (event == Event::PageUp) {
... | O1 | cpp | ftxui::VerticalContainer::EventHandler(ftxui::Event):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq 0x30(%rdi), %rax
movl (%rax), %r12d
leaq 0x3267f(%rip), %rsi # 0x5ab00
movq %r14, %rdi
callq 0x288c0
movl %eax, %ebp
movb $0x1, %r13b
testb %a... | _ZN5ftxui17VerticalContainer12EventHandlerENS_5EventE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r14, rsi
mov rbx, rdi
mov rax, [rdi+30h]
mov r12d, [rax]
lea rsi, _ZN5ftxui5Event7ArrowUpE; ftxui::Event::ArrowUp
mov rdi, r14
call _ZNK5ftxui5Ev... | bool ftxui::VerticalContainer::EventHandler(long long a1, long long a2)
{
int v2; // r12d
char v3; // bp
bool v4; // r13
long long v5; // rdx
char v6; // bp
bool v7; // r13
long long v8; // rdx
int v9; // ebp
int v10; // ebp
unsigned long long v11; // r15
unsigned long long v12; // r15
int *v13... | EventHandler:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV R12D,dword ptr [RAX]
LEA RSI,[0x15ab00]
MOV RDI,R14
CALL 0x001288c0
MOV EBP,EAX
MOV R13B,0x1
TEST AL,AL
JNZ 0x001284cc
LEA R15,[RSP + 0x48]
MOV RDI,R15
MOV ESI,0x6b
CALL 0x00129850... |
/* ftxui::VerticalContainer::EventHandler(ftxui::Event) */
int4 __thiscall ftxui::VerticalContainer::EventHandler(VerticalContainer *this,Event *param_2)
{
int iVar1;
size_t sVar2;
char cVar3;
int iVar4;
int iVar5;
ulong uVar6;
bool bVar7;
Event local_b0 [32];
long *local_90;
size_t local_88;
l... | |
2,357 | STDDefaultRNG::randn(unsigned int) | 7CodeWizard[P]stablediffusion/rng.hpp | std::vector<float> randn(uint32_t n) {
std::vector<float> result;
float mean = 0.0;
float stddev = 1.0;
std::normal_distribution<float> distribution(mean, stddev);
for (uint32_t i = 0; i < n; i++) {
float random_number = distribution(generator);
result.p... | O0 | cpp | STDDefaultRNG::randn(unsigned int):
subq $0x68, %rsp
movq %rdi, 0x8(%rsp)
movq %rdi, %rax
movq %rax, 0x10(%rsp)
movq %rdi, 0x60(%rsp)
movq %rsi, 0x58(%rsp)
movl %edx, 0x54(%rsp)
movq 0x58(%rsp), %rax
movq %rax, 0x18(%rsp)
movb $0x0, 0x53(%rsp)
callq 0x3e3e0
movl $0x0, 0x4c(%rsp)
movl $0x3f800000, 0x48(%rsp) # imm = 0x3... | _ZN13STDDefaultRNG5randnEj:
sub rsp, 68h
mov [rsp+68h+var_60], rdi
mov rax, rdi
mov [rsp+68h+var_58], rax
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_10], rsi
mov [rsp+68h+var_14], edx
mov rax, [rsp+68h+var_10]
mov [rsp+68h+var_50], rax
mov [rsp+68h+var_15], 0
call _ZNSt6vectorI... | STDDefaultRNG * STDDefaultRNG::randn(STDDefaultRNG *this, long long a2, unsigned int a3)
{
float v4; // [rsp+24h] [rbp-44h] BYREF
unsigned int i; // [rsp+28h] [rbp-40h]
_BYTE v6[16]; // [rsp+38h] [rbp-30h] BYREF
int v7; // [rsp+48h] [rbp-20h]
int v8; // [rsp+4Ch] [rbp-1Ch]
char v9; // [rsp+53h] [rbp-15h]
... | randn:
SUB RSP,0x68
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x60],RDI
MOV qword ptr [RSP + 0x58],RSI
MOV dword ptr [RSP + 0x54],EDX
MOV RAX,qword ptr [RSP + 0x58]
MOV qword ptr [RSP + 0x18],RAX
MOV byte ptr [RSP + 0x53],0x0
CALL 0x0013e3e0
MOV dword ptr [RSP + 0x4c]... |
/* WARNING: Removing unreachable block (ram,0x00141e0a) */
/* STDDefaultRNG::randn(unsigned int) */
vector<float,std::allocator<float>> * STDDefaultRNG::randn(uint param_1)
{
uint in_EDX;
long in_RSI;
int4 in_register_0000003c;
vector<float,std::allocator<float>> *this;
float local_44;
uint local_40;
n... | |
2,358 | STDDefaultRNG::randn(unsigned int) | 7CodeWizard[P]stablediffusion/rng.hpp | std::vector<float> randn(uint32_t n) {
std::vector<float> result;
float mean = 0.0;
float stddev = 1.0;
std::normal_distribution<float> distribution(mean, stddev);
for (uint32_t i = 0; i < n; i++) {
float random_number = distribution(generator);
result.p... | O3 | cpp | STDDefaultRNG::randn(unsigned int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
movq $0x0, 0x10(%rdi)
movsd 0x85395(%rip), %xmm0 # 0xbc9b0
movsd %xmm0, 0x10(%rsp)
movl $0x0, 0x18(%rsp)
movb $0x0, 0x1c(%rsp)
testl %edx, %edx
je 0x3768... | _ZN13STDDefaultRNG5randnEj:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 20h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
mov qword ptr [rdi+10h], 0
movsd xmm0, cs:qword_BC9B0
movsd [rsp+48h+var_38], xmm0
mov [rsp+48h+var_30], 0
mov [rsp+48h+var_2C], 0
... | STDDefaultRNG * STDDefaultRNG::randn(STDDefaultRNG *this, long long a2, int a3)
{
int v3; // ebp
long long v4; // r14
float v5; // xmm0_4
float *v6; // rsi
float v8; // [rsp+Ch] [rbp-3Ch] BYREF
long long v9; // [rsp+10h] [rbp-38h] BYREF
int v10; // [rsp+18h] [rbp-30h]
char v11; // [rsp+1Ch] [rbp-2Ch]
... | |||
2,359 | ma_hashtbl_next | eloqsql/libmariadb/libmariadb/ma_hashtbl.c | void *ma_hashtbl_next(MA_HASHTBL *hash,const uchar *key,uint length)
{
MA_HASHTBL_LINK *pos;
uint idx;
if (hash->current_record != NO_RECORD)
{
MA_HASHTBL_LINK *data=dynamic_element(&hash->array,0,MA_HASHTBL_LINK*);
for (idx=data[hash->current_record].next; idx != NO_RECORD ; idx=pos->next)
{
... | O3 | c | ma_hashtbl_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %edx, -0x2c(%rbp)
movl 0x10(%rdi), %r13d
movl $0xffffffff, %eax # imm = 0xFFFFFFFF
cmpq %rax, %r13
je 0x329a9
movq %rsi, %r15
movq %rdi, %rbx
movq 0x18(%rdi), %r12
shlq $0x4, %r13
addq %r12, %r13
mov... | ma_hashtbl_next:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov [rbp+var_2C], edx
mov r13d, [rdi+10h]
mov eax, 0FFFFFFFFh
cmp r13, rax
jz short loc_329A9
mov r15, rsi
mov rbx, rdi
mov r12, [rdi+18h]
shl r13, 4
add r13, r1... | long long ma_hashtbl_next(long long a1, long long a2, int a3)
{
long long v3; // r13
long long v4; // r12
unsigned int *v5; // r13
long long v6; // r14
v3 = *(unsigned int *)(a1 + 16);
if ( v3 != 0xFFFFFFFFLL )
{
v4 = *(_QWORD *)(a1 + 24);
v5 = (unsigned int *)(v4 + 16 * v3);
while ( 1 )
... | ma_hashtbl_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV dword ptr [RBP + -0x2c],EDX
MOV R13D,dword ptr [RDI + 0x10]
MOV EAX,0xffffffff
CMP R13,RAX
JZ 0x001329a9
MOV R15,RSI
MOV RBX,RDI
MOV R12,qword ptr [RDI + 0x18]
SHL R13,0x4
ADD R13,R12
LAB_00132968:
MOV R14D,dword ptr [R13]
M... |
int8 ma_hashtbl_next(long param_1,int8 param_2,int4 param_3)
{
uint uVar1;
long lVar2;
int iVar3;
long lVar4;
int8 uVar5;
uint *puVar6;
if ((ulong)*(uint *)(param_1 + 0x10) == 0xffffffff) {
LAB_001329a9:
uVar5 = 0;
}
else {
lVar2 = *(long *)(param_1 + 0x18);
puVar6 = (uint *)((ulong)*... | |
2,360 | FloatOptional_less_than_with_undefined_Test::~FloatOptional_less_than_with_undefined_Test() | yoga-mod/tests/FloatOptionalTest.cpp | TEST(FloatOptional, less_than_with_undefined) {
ASSERT_FALSE(empty < empty);
ASSERT_FALSE(zero < empty);
ASSERT_FALSE(one < empty);
ASSERT_FALSE(positive < empty);
ASSERT_FALSE(negative < empty);
ASSERT_FALSE(empty < zero);
ASSERT_FALSE(empty < one);
ASSERT_FALSE(empty < positive);
ASSERT_FALSE(empty ... | O0 | cpp | FloatOptional_less_than_with_undefined_Test::~FloatOptional_less_than_with_undefined_Test():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x10(%rbp)
callq 0xa92d0
movq -0x10(%rbp), %rdi
movl $0x10, %esi
callq 0x354d0
addq $0x10, %rsp
popq %rbp
retq
nopl (%rax)
| _ZN43FloatOptional_less_than_with_undefined_TestD0Ev:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]; this
mov [rbp+var_10], rdi
call _ZN43FloatOptional_less_than_with_undefined_TestD2Ev; FloatOptional_less_than_with_undefined_Test::~FloatOptional_less_than_with_u... | void FloatOptional_less_than_with_undefined_Test::~FloatOptional_less_than_with_undefined_Test(
FloatOptional_less_than_with_undefined_Test *this)
{
FloatOptional_less_than_with_undefined_Test::~FloatOptional_less_than_with_undefined_Test(this);
operator delete(this, 0x10uLL);
}
| ~FloatOptional_less_than_with_undefined_Test:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RDI
CALL 0x001a92d0
MOV RDI,qword ptr [RBP + -0x10]
MOV ESI,0x10
CALL 0x001354d0
ADD RSP,0x10
POP RBP
RET
|
/* FloatOptional_less_than_with_int_Test::~FloatOptional_less_than_with_int_Test() */
void __thiscall
FloatOptional_less_than_with_int_Test::~FloatOptional_less_than_with_int_Test
(FloatOptional_less_than_with_int_Test *this)
{
~FloatOptional_less_than_with_int_Test(this);
operator_delete(this,0x10);
... | |
2,361 | trnman_collect_transactions | eloqsql/storage/maria/trnman.c | my_bool trnman_collect_transactions(LEX_STRING *str_act, LEX_STRING *str_com,
LSN *min_rec_lsn, LSN *min_first_undo_lsn)
{
my_bool error;
TRN *trn;
char *ptr;
uint stored_transactions= 0;
LSN minimum_rec_lsn= LSN_MAX, minimum_first_undo_lsn= LSN_MAX;
DBUG_ENTER("trnman_co... | O3 | c | trnman_collect_transactions:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %r12
cmpq $0x0, 0xb9e698(%rip) # 0xbff350
jne 0x60fe5
leaq 0xb9e64b(%rip), %rdi # 0xbff310
callq 0x29200
movl 0xb9e558(%rip), %... | trnman_collect_transactions:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rcx
mov r14, rdx
mov r15, rsi
mov r12, rdi
cmp cs:qword_BFF350, 0
jnz loc_60FE5
lea rdi, LOCK_trn_list
call _pthread_mutex_lock
loc_60CCA:
mov ... | long long trnman_collect_transactions(long long *a1, long long *a2, long long *a3, long long *a4)
{
unsigned int v4; // r13d
long long v7; // rax
long long v8; // rax
long long v9; // rdx
__int16 v10; // rax^4
long long v11; // r12
long long v12; // rbx
long long v13; // r14
__int16 v14; // r15
lon... | trnman_collect_transactions:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RCX
MOV R14,RDX
MOV R15,RSI
MOV R12,RDI
CMP qword ptr [0x00cff350],0x0
JNZ 0x00160fe5
LEA RDI,[0xcff310]
CALL 0x00129200
LAB_00160cca:
MOV EAX,dword ptr [0x00cff228]
LEA ECX,[RAX + RAX*0x4]
LEA ECX,[RAX +... |
ulong trnman_collect_transactions(long *param_1,long *param_2,ulong *param_3,ulong *param_4)
{
pthread_mutex_t *__mutex;
short sVar1;
int8 uVar2;
short *psVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
int *piVar7;
ulong uVar8;
int1 *puVar9;
ulong uVar10;
int8 unaff_R13;
ulong uVar11;
short *... | |
2,362 | options_add_initcommand | eloqsql/libmariadb/libmariadb/mariadb_lib.c | static void options_add_initcommand(struct st_mysql_options *options,
const char *init_cmd)
{
char *insert= strdup(init_cmd);
if (!options->init_command)
{
options->init_command= (DYNAMIC_ARRAY*)malloc(sizeof(DYNAMIC_ARRAY));
ma_init_dynamic_array(options->init_command... | O0 | c | options_add_initcommand:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x137a0
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x48(%rax)
jne 0x28876
movl $0x18, %edi
callq 0x135b0
movq %rax, %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x48(%rax)... | options_add_initcommand:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_10]
call _strdup
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
cmp qword ptr [rax+48h], 0
jnz short loc_28876
mov edi, 18h
call _malloc
mov rcx, rax
... | long long options_add_initcommand(long long a1, long long a2)
{
long long result; // rax
_QWORD v3[2]; // [rsp+8h] [rbp-18h] BYREF
long long v4; // [rsp+18h] [rbp-8h]
v4 = a1;
v3[1] = a2;
v3[0] = strdup(a2);
if ( !*(_QWORD *)(a1 + 72) )
{
*(_QWORD *)(v4 + 72) = malloc(24LL);
ma_init_dynamic_ar... | options_add_initcommand:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x001137a0
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x48],0x0
JNZ 0x00128876
MOV EDI,0x18
CALL 0x001135b0
MOV RCX,RAX
... |
void options_add_initcommand(long param_1,char *param_2)
{
char cVar1;
void *pvVar2;
char *local_20;
char *local_18;
long local_10;
local_18 = param_2;
local_10 = param_1;
local_20 = strdup(param_2);
if (*(long *)(local_10 + 0x48) == 0) {
pvVar2 = malloc(0x18);
*(void **)(local_10 + 0x48)... | |
2,363 | my_b_cache_write_r | eloqsql/mysys/mf_iocache.c | static int _my_b_cache_write_r(IO_CACHE *info, const uchar *Buffer, size_t Count)
{
my_off_t old_pos_in_file= info->pos_in_file;
int res= _my_b_cache_write(info, Buffer, Count);
if (res)
return res;
DBUG_ASSERT(!(info->myflags & MY_ENCRYPT));
DBUG_ASSERT(info->share);
copy_to_read_buffer(info, Buffer, ... | O0 | c | my_b_cache_write_r:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
movq -0x20(%rbp), %rdx
callq 0xe3ec0
movl %eax, -0x2c(%rbp)
cmpl $0x0, -0x2c(... | _my_b_cache_write_r:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_28], rax
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_18]
mov rdx, [rbp+var_20]
call _my_b_cache_write
... | long long my_b_cache_write_r(long long *a1, long long a2, long long a3)
{
unsigned int v4; // [rsp+4h] [rbp-2Ch]
long long v5; // [rsp+8h] [rbp-28h]
v5 = *a1;
v4 = my_b_cache_write(a1, a2, a3);
if ( v4 )
{
return v4;
}
else
{
copy_to_read_buffer(a1, a2, v5);
return 0;
}
}
| _my_b_cache_write_r:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
MOV RDX,qword ptr... |
int _my_b_cache_write_r(int8 *param_1,int8 param_2,int8 param_3)
{
int8 uVar1;
int4 local_c;
uVar1 = *param_1;
local_c = _my_b_cache_write(param_1,param_2,param_3);
if (local_c == 0) {
copy_to_read_buffer(param_1,param_2,uVar1);
local_c = 0;
}
return local_c;
}
| |
2,364 | httplib::Response::set_content_provider(unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::function<bool (unsigned long, unsigned long, httplib::DataSink&)>, std::function<void (bool)>) | hkr04[P]cpp-mcp/common/httplib.h | inline void Response::set_content_provider(
size_t in_length, const std::string &content_type, ContentProvider provider,
ContentProviderResourceReleaser resource_releaser) {
set_header("Content-Type", content_type);
content_length_ = in_length;
if (in_length > 0) { content_provider_ = std::move(provider);... | O0 | c | httplib::Response::set_content_provider(unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::function<bool (unsigned long, unsigned long, httplib::DataSink&)>, std::function<void (bool)>):
subq $0x88, %rsp
movq %rcx, 0x8(%rsp)
movq %r8, 0x10(%rsp)
movq %rdi, 0x80(%r... | _ZN7httplib8Response20set_content_providerEmRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8functionIFbmmRNS_8DataSinkEEES9_IFvbEE:
sub rsp, 88h
mov [rsp+88h+var_80], rcx
mov [rsp+88h+var_78], r8
mov [rsp+88h+var_8], rdi
mov [rsp+88h+var_10], rsi
mov [rsp+88h+var_18], rdx
mov [rsp+8... | long long httplib::Response::set_content_provider(long long a1, long long a2, long long a3, long long a4, long long a5)
{
long long result; // rax
char v8; // [rsp+3Fh] [rbp-49h] BYREF
_BYTE v9[32]; // [rsp+40h] [rbp-48h] BYREF
long long v10; // [rsp+60h] [rbp-28h]
long long v11; // [rsp+68h] [rbp-20h]
lon... | set_content_provider:
SUB RSP,0x88
MOV qword ptr [RSP + 0x8],RCX
MOV qword ptr [RSP + 0x10],R8
MOV qword ptr [RSP + 0x80],RDI
MOV qword ptr [RSP + 0x78],RSI
MOV qword ptr [RSP + 0x70],RDX
MOV qword ptr [RSP + 0x68],RCX
MOV qword ptr [RSP + 0x60],R8
MOV RAX,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x18],RAX
LEA RDI,[... |
/* httplib::Response::set_content_provider(unsigned long, std::__cxx11::string const&,
std::function<bool (unsigned long, unsigned long, httplib::DataSink&)>, std::function<void
(bool)>) */
void __thiscall
httplib::Response::set_content_provider
(Response *this,long param_1,string *param_2,function *p... | |
2,365 | queue_insert_safe | eloqsql/mysys/queues.c | int queue_insert_safe(QUEUE *queue, uchar *element)
{
if (queue->elements == queue->max_elements)
{
if (!queue->auto_extent)
return 2;
if (resize_queue(queue, queue->max_elements + queue->auto_extent))
return 1;
}
queue_insert(queue, element);
return 0;
} | O3 | c | queue_insert_safe:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
movl 0x10(%rdi), %edx
cmpl 0x14(%rdi), %edx
jne 0xa1b47
movl 0x20(%r14), %esi
testl %esi, %esi
je 0xa1b5c
addl %edx, %esi
movq %r14, %rdi
callq 0xa19dd
movl %eax, %ecx
movl $0x1, %eax
testl %ecx, %ecx
jne 0xa1b61
movl 0x... | queue_insert_safe:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rsi
mov r14, rdi
mov edx, [rdi+10h]
cmp edx, [rdi+14h]
jnz short loc_A1B47
mov esi, [r14+20h]
test esi, esi
jz short loc_A1B5C
add esi, edx
mov rdi, r14
call resize_queue
mov ecx, eax
mov ... | long long queue_insert_safe(long long a1, long long a2)
{
int v3; // edx
int v4; // esi
int v5; // ecx
long long result; // rax
unsigned int v7; // edx
v3 = *(_DWORD *)(a1 + 16);
if ( v3 != *(_DWORD *)(a1 + 20) )
{
LABEL_5:
v7 = v3 + 1;
*(_DWORD *)(a1 + 16) = v7;
insert_at((long long *)a1,... | queue_insert_safe:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
MOV EDX,dword ptr [RDI + 0x10]
CMP EDX,dword ptr [RDI + 0x14]
JNZ 0x001a1b47
MOV ESI,dword ptr [R14 + 0x20]
TEST ESI,ESI
JZ 0x001a1b5c
ADD ESI,EDX
MOV RDI,R14
CALL 0x001a19dd
MOV ECX,EAX
MOV EAX,0x1
TEST ECX,ECX
JNZ 0x001a1b61
MOV EDX,dwo... |
int8 queue_insert_safe(long param_1,int8 param_2)
{
int iVar1;
iVar1 = *(int *)(param_1 + 0x10);
if (iVar1 == *(int *)(param_1 + 0x14)) {
if (*(int *)(param_1 + 0x20) == 0) {
return 2;
}
iVar1 = resize_queue(param_1,*(int *)(param_1 + 0x20) + iVar1);
if (iVar1 != 0) {
return 1;
... | |
2,366 | my_mb_wc_latin1 | eloqsql/strings/ctype-latin1.c | static
int my_mb_wc_latin1(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *wc,
const uchar *str,
const uchar *end __attribute__((unused)))
{
if (str >= end)
return MY_CS_TOOSMALL;
/*
There are no unassigned characters in latin1.
Every code point in latin1 is mapped to some Unicode ... | O3 | c | my_mb_wc_latin1:
pushq %rbp
movq %rsp, %rbp
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0x58e38
movzbl (%rdx), %eax
leaq 0x16d964(%rip), %rcx # 0x1c6790
movzwl (%rcx,%rax,2), %eax
movq %rax, (%rsi)
movl $0x1, %eax
popq %rbp
retq
| my_mb_wc_latin1:
push rbp
mov rbp, rsp
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb short loc_58E38
movzx eax, byte ptr [rdx]
lea rcx, cs_to_uni
movzx eax, word ptr [rcx+rax*2]
mov [rsi], rax
mov eax, 1
loc_58E38:
pop rbp
retn
| long long my_mb_wc_latin1(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
long long result; // rax
result = 4294967195LL;
if ( (unsigned long long)a3 < a4 )
{
*a2 = cs_to_uni[*a3];
return 1LL;
}
return result;
}
| my_mb_wc_latin1:
PUSH RBP
MOV RBP,RSP
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x00158e38
MOVZX EAX,byte ptr [RDX]
LEA RCX,[0x2c6790]
MOVZX EAX,word ptr [RCX + RAX*0x2]
MOV qword ptr [RSI],RAX
MOV EAX,0x1
LAB_00158e38:
POP RBP
RET
|
int8 my_mb_wc_latin1(int8 param_1,ulong *param_2,byte *param_3,byte *param_4)
{
int8 uVar1;
uVar1 = 0xffffff9b;
if (param_3 < param_4) {
*param_2 = (ulong)*(ushort *)(cs_to_uni + (ulong)*param_3 * 2);
uVar1 = 1;
}
return uVar1;
}
| |
2,367 | client_query | eloqsql/libmariadb/unittest/libmariadb/basic-t.c | int client_query(MYSQL *mysql) {
int rc;
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t1");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE t1("
"id int primary key auto_increment, "
"name varchar(20))");
check_mysql_rc(rc, mysql);
rc= mysql... | O0 | c | client_query:
pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
leaq 0x3a6ec(%rip), %rsi # 0x4f666
callq 0x22370
movl %eax, -0x14(%rbp)
cmpl $0x0, -0x14(%rbp)
je 0x14fd4
movl -0x14(%rbp), %eax
movl %eax, -0x24(%rbp)
movq -0x10(%rbp), %rdi
callq 0x25cf0
movq %rax, -0x20(%rbp)
... | client_query:
push rbp
mov rbp, rsp
sub rsp, 0B0h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
lea rsi, aDropTableIfExi; "DROP TABLE IF EXISTS t1"
call mysql_query
mov [rbp+var_14], eax
cmp [rbp+var_14], 0
jz short loc_14FD4
mov eax, [rbp+var_14]
mov [rbp+var_24], eax
mov ... | long long client_query(long long a1)
{
int v1; // eax
int v2; // eax
int v3; // r8d
int v4; // r9d
int v5; // eax
int v6; // eax
int v7; // eax
int v8; // eax
int v9; // eax
int v10; // eax
int v11; // r8d
int v12; // r9d
int v13; // eax
int v15; // [rsp+10h] [rbp-A0h]
int v16; // [rsp+20... | client_query:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
LEA RSI,[0x14f666]
CALL 0x00122370
MOV dword ptr [RBP + -0x14],EAX
CMP dword ptr [RBP + -0x14],0x0
JZ 0x00114fd4
MOV EAX,dword ptr [RBP + -0x14]
MOV dword ptr [RBP + -0x24],EAX
MOV RDI,qword ptr [RBP + -0x10]... |
int4 client_query(int8 param_1)
{
int iVar1;
int4 uVar2;
int8 uVar3;
int4 local_c;
iVar1 = mysql_query(param_1,"DROP TABLE IF EXISTS t1");
if (iVar1 == 0) {
iVar1 = mysql_query(param_1,
"CREATE TABLE t1(id int primary key auto_increment, name varchar(20))");
if (iVar1 ==... | |
2,368 | common_sampler::set_logits(llama_context*, int) | monkey531[P]llama/common/sampling.cpp | void set_logits(struct llama_context * ctx, int idx) {
const auto * logits = llama_get_logits_ith(ctx, idx);
const llama_model * model = llama_get_model(ctx);
const llama_vocab * vocab = llama_model_get_vocab(model);
const int n_vocab = llama_vocab_n_tokens(vocab);
cur.resize(... | O0 | cpp | common_sampler::set_logits(llama_context*, int):
subq $0x78, %rsp
movq %rdi, 0x70(%rsp)
movq %rsi, 0x68(%rsp)
movl %edx, 0x64(%rsp)
movq 0x70(%rsp), %rax
movq %rax, 0x8(%rsp)
movq 0x68(%rsp), %rdi
movl 0x64(%rsp), %esi
callq 0x653a0
movq %rax, 0x58(%rsp)
movq 0x68(%rsp), %rdi
callq 0x65090
movq %rax, 0x50(%rsp)
movq 0x... | _ZN14common_sampler10set_logitsEP13llama_contexti:
sub rsp, 78h
mov [rsp+78h+var_8], rdi
mov [rsp+78h+var_10], rsi
mov [rsp+78h+var_14], edx
mov rax, [rsp+78h+var_8]
mov [rsp+78h+var_70], rax
mov rdi, [rsp+78h+var_10]
mov esi, [rsp+78h+var_14]
call _llama_get_logits_ith
mov [rsp+7... | _QWORD * common_sampler::set_logits(_QWORD *a1, long long a2, unsigned int a3)
{
long long v3; // rax
long long v4; // rcx
_QWORD *result; // rax
long long v6; // [rsp+10h] [rbp-68h]
long long v7; // [rsp+28h] [rbp-50h]
long long v8; // [rsp+34h] [rbp-44h]
int i; // [rsp+40h] [rbp-38h]
int v10; // [rsp+... | _M_valptr:
PUSH RAX
MOV qword ptr [RSP],RDI
MOV RDI,qword ptr [RSP]
CALL 0x002d6db0
POP RCX
RET
|
/* std::__detail::_Hash_node_value_base<std::pair<std::__cxx11::string const, common_arg*>
>::_M_valptr() */
void __thiscall
std::__detail::_Hash_node_value_base<std::pair<std::__cxx11::string_const,common_arg*>>::_M_valptr
(_Hash_node_value_base<std::pair<std::__cxx11::string_const,common_arg*>> *this)
... | |
2,369 | common_sampler::set_logits(llama_context*, int) | monkey531[P]llama/common/sampling.cpp | void set_logits(struct llama_context * ctx, int idx) {
const auto * logits = llama_get_logits_ith(ctx, idx);
const llama_model * model = llama_get_model(ctx);
const llama_vocab * vocab = llama_model_get_vocab(model);
const int n_vocab = llama_vocab_n_tokens(vocab);
cur.resize(... | O3 | cpp | common_sampler::set_logits(llama_context*, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
movl %edx, %esi
callq 0x20100
movq %rax, %r14
movq %r15, %rdi
callq 0x1f940
movq %rax, %rdi
callq 0x20590
movq %rax, %rdi
callq 0x20510
movl %eax, %ebp
leaq 0x180(%rbx)... | _ZN14common_sampler10set_logitsEP13llama_contexti:
push rbp
push r15
push r14
push rbx
push rax
mov r15, rsi
mov rbx, rdi
mov rdi, rsi
mov esi, edx
call _llama_get_logits_ith
mov r14, rax
mov rdi, r15
call _llama_get_model
mov rdi, rax
call _llama_model_get_vocab
mov ... | long long common_sampler::set_logits(long long a1, long long a2, unsigned int a3)
{
long long v6; // rsi
long long logits_ith; // r14
long long model; // rax
long long vocab; // rax
int v10; // ebp
long long result; // rax
_DWORD *v12; // rdx
long long v13; // rsi
int v14; // xmm0_4
unsigned long l... | |||
2,370 | inline_mysql_cond_destroy | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_cond_destroy(
mysql_cond_t *that)
{
#ifdef HAVE_PSI_COND_INTERFACE
if (psi_likely(that->m_psi != NULL))
{
PSI_COND_CALL(destroy_cond)(that->m_psi);
that->m_psi= NULL;
}
#endif
return pthread_cond_destroy(&that->m_cond);
} | O0 | c | inline_mysql_cond_destroy:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x30(%rax)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
setne %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0xe1974
leaq 0x1de761(%rip), %rax # 0x2c00b8
movq (%rax)... | inline_mysql_cond_destroy_3:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+30h], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
setnz al
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_E1974
lea rax, PSI_server... | long long inline_mysql_cond_destroy_3(long long a1)
{
if ( *(_QWORD *)(a1 + 48) )
{
((void ( *)(_QWORD))PSI_server[13])(*(_QWORD *)(a1 + 48));
*(_QWORD *)(a1 + 48) = 0LL;
}
return pthread_cond_destroy(a1);
}
| inline_mysql_cond_destroy:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x30],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x001e1974
LEA RAX,[0x3c00b8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ... |
void inline_mysql_cond_destroy(pthread_cond_t *param_1)
{
if (param_1[1].__align != 0) {
(**(code **)(PSI_server + 0x68))(param_1[1].__align);
param_1[1].__align = 0;
}
pthread_cond_destroy(param_1);
return;
}
| |
2,371 | add_cfg_dir | eloqsql/libmariadb/libmariadb/ma_default.c | static int add_cfg_dir(char **cfg_dirs, const char *directory)
{
int i;
for (i = 0; i < MAX_CONFIG_DIRS && cfg_dirs[i]; i++)
if (!strcmp(cfg_dirs[i], directory)) /* already present */
return 0;
if (i < MAX_CONFIG_DIRS) {
cfg_dirs[i]= strdup(directory);
return 0;
}
return 1;
} | O0 | c | add_cfg_dir:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl $0x0, -0x1c(%rbp)
xorl %eax, %eax
cmpl $0x6, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
jge 0x47015
movq -0x10(%rbp), %rax
movslq -0x1c(%rbp), %rcx
cmpq $0x0, (%rax,%rcx,8)
setne %al
movb %al, -0x1d(%rbp)
movb -0x1d(%rbp)... | add_cfg_dir:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], 0
loc_46FF7:
xor eax, eax
cmp [rbp+var_1C], 6
mov [rbp+var_1D], al
jge short loc_47015
mov rax, [rbp+var_10]
movsxd rcx, [rbp+var_1C]
cmp qword ptr [rax+rcx*8], 0... | long long add_cfg_dir(long long a1, long long a2)
{
bool v3; // [rsp+3h] [rbp-1Dh]
int i; // [rsp+4h] [rbp-1Ch]
for ( i = 0; ; ++i )
{
v3 = 0;
if ( i < 6 )
v3 = *(_QWORD *)(a1 + 8LL * i) != 0LL;
if ( !v3 )
break;
if ( !(unsigned int)strcmp(*(_QWORD *)(a1 + 8LL * i), a2) )
ret... | add_cfg_dir:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],0x0
LAB_00146ff7:
XOR EAX,EAX
CMP dword ptr [RBP + -0x1c],0x6
MOV byte ptr [RBP + -0x1d],AL
JGE 0x00147015
MOV RAX,qword ptr [RBP + -0x10]
MOVSXD RCX,dword ptr [RBP + -0x1c]
CMP qwo... |
int4 add_cfg_dir(long param_1,char *param_2)
{
int iVar1;
char *pcVar2;
bool bVar3;
int local_24;
local_24 = 0;
while( true ) {
bVar3 = false;
if (local_24 < 6) {
bVar3 = *(long *)(param_1 + (long)local_24 * 8) != 0;
}
if (!bVar3) break;
iVar1 = strcmp(*(char **)(param_1 + (lo... | |
2,372 | cpu_get_num_physical_cores() | monkey531[P]llama/common/common.cpp | std::string string_from(bool value) {
return value ? "true" : "false";
} | O2 | cpp | cpu_get_num_physical_cores():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2a8, %rsp # imm = 0x2A8
leaq 0x58(%rsp), %rax
movq %rax, -0x30(%rax)
movq $0x1, -0x28(%rax)
xorps %xmm0, %xmm0
movups %xmm0, -0x20(%rax)
movl $0x3f800000, -0x10(%rax) # imm = 0x3F800000
movups %xmm0, -0x8(... | _Z26cpu_get_num_physical_coresv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2A8h
lea rax, [rsp+2D8h+var_280]
mov [rax-30h], rax
mov qword ptr [rax-28h], 1
xorps xmm0, xmm0
movups xmmword ptr [rax-20h], xmm0
mov dword ptr [rax-10h], 3F800000h
movups xmmword p... | long long cpu_get_num_physical_cores(std::thread *a1)
{
unsigned int v1; // esi
unsigned int i; // r13d
_QWORD *v3; // rax
long long v4; // rdx
int v5; // r8d
int v6; // r9d
long long v7; // rcx
unsigned int v8; // ebx
unsigned int v9; // eax
_QWORD v11[2]; // [rsp+8h] [rbp-2D0h] BYREF
char v12; ... | cpu_get_num_physical_cores:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2a8
LEA RAX,[RSP + 0x58]
MOV qword ptr [RAX + -0x30],RAX
MOV qword ptr [RAX + -0x28],0x1
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX + -0x20],XMM0
MOV dword ptr [RAX + -0x10],0x3f800000
MOVUPS xmmword ptr [RAX + -0x8],XMM0
XOR ESI,E... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* cpu_get_num_physical_cores() */
ulong cpu_get_num_physical_cores(void)
{
char cVar1;
uint uVar2;
istream *piVar3;
ulong uVar4;
int1 *local_2d0;
int8 local_2c8;
int1 local_2c0 [16];
int8 *local_2b0;
int8 local_2a8;
int... | |
2,373 | my_uca_scanner_init_any | eloqsql/strings/ctype-uca.c | static void
my_uca_scanner_init_any(my_uca_scanner *scanner,
CHARSET_INFO *cs,
const MY_UCA_WEIGHT_LEVEL *level,
const uchar *str, size_t length)
{
/* Note, no needs to initialize scanner->wbeg */
scanner->sbeg= str;
scanner->send= str + leng... | O0 | c | my_uca_scanner_init_any:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x20(%rbp), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x8(%rax)
movq -0x20(%rbp), %rcx
addq -0x28(%rbp), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x10(%rax)... | my_uca_scanner_init_any:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov rcx, [rbp+var_20]
mov rax, [rbp+var_8]
mov [rax+8], rcx
mov rcx, [rbp+var_20]
add rcx, [rbp+var_28]
mov rax, [... | _QWORD * my_uca_scanner_init_any(_QWORD *a1, long long a2, long long a3, long long a4, long long a5)
{
_QWORD *result; // rax
a1[1] = a4;
a1[2] = a5 + a4;
*a1 = &nochar;
a1[3] = a3;
result = a1;
a1[6] = a2;
return result;
}
| my_uca_scanner_init_any:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV RCX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x8],RCX
MOV RCX,qword ptr [RBP ... |
void my_uca_scanner_init_any
(int8 *param_1,int8 param_2,int8 param_3,long param_4,long param_5)
{
param_1[1] = param_4;
param_1[2] = param_4 + param_5;
*param_1 = &nochar;
param_1[3] = param_3;
param_1[6] = param_2;
return;
}
| |
2,374 | LefDefParser::defwRealPropDef(char const*, char const*, double, double, double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defwWriter.cpp | int
defwRealPropDef(const char *objType,
const char *propName,
double leftRange,
double rightRange, // optional
double propValue // optional
)
{
if (!defwFile)
return DEFW_UNINITIALI... | O3 | cpp | LefDefParser::defwRealPropDef(char const*, char const*, double, double, double):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
leaq 0x16423(%rip), %r13 # 0x1e168
movq (%r13), %r15
testq %r15, %r15
je 0x7e5a
leaq 0x1641b(%rip), %r12 # 0x1e174
movl (%r12), %eax
addl $-0xe, %ea... | _ZN12LefDefParser15defwRealPropDefEPKcS1_ddd:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
lea r13, _ZN12LefDefParser8defwFileE; LefDefParser::defwFile
mov r15, [r13+0]
test r15, r15
jz loc_7E5A
lea r12, _ZN12LefDefParser9defwStateE; LefDefParser::defwStat... | long long LefDefParser::defwRealPropDef(
LefDefParser *this,
const char *a2,
const char *a3,
double a4,
double a5,
double a6)
{
long long v6; // r15
unsigned int v7; // ebp
v6 = LefDefParser::defwFile;
if ( LefDefParser::defwFile )
{
v7 = 2;
if ( (unsi... | defwRealPropDef:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
LEA R13,[0x11e168]
MOV R15,qword ptr [R13]
TEST R15,R15
JZ 0x00107e5a
LEA R12,[0x11e174]
MOV EAX,dword ptr [R12]
ADD EAX,-0xe
MOV EBP,0x2
CMP EAX,-0x2
JC 0x00107e5f
MOV R14,RDI
MOV EBP,0x3
TEST RDI,RDI
JZ 0x00107e5f
MOV RBX,RSI
TEST RSI... |
/* LefDefParser::defwRealPropDef(char const*, char const*, double, double, double) */
int8
LefDefParser::defwRealPropDef
(char *param_1,char *param_2,double param_3,double param_4,double param_5)
{
FILE *__stream;
int iVar1;
int8 uVar2;
__stream = defwFile;
if (defwFile == (FILE *)0x0) {
u... | |
2,375 | file_normalize_path | tsotchke[P]eshkol/src/core/utils/file_io.c | char* file_normalize_path(Arena* arena, const char* path) {
assert(arena != NULL);
assert(path != NULL);
// Get the absolute path
char* absolute_path = file_get_absolute_path(arena, path);
if (!absolute_path) {
return NULL;
}
set_last_error(FILE_ERROR_NONE);
return abso... | O0 | c | file_normalize_path:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x5ed9
jmp 0x5ef8
leaq 0x15e0(%rip), %rdi # 0x74c0
leaq 0x1eea(%rip), %rsi # 0x7dd1
movl $0x324, %edx # imm = 0x324
leaq 0x228c(%rip), %rcx # 0x817f
callq 0x... | file_normalize_path:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
cmp [rbp+var_10], 0
jz short loc_5ED9
jmp short loc_5EF8
loc_5ED9:
lea rdi, aArenaNull; "arena != NULL"
lea rsi, aWorkspaceLlm4b_1; "/workspace/llm4binary/github/2025_star3"...
mov... | long long file_normalize_path(long long a1, long long a2)
{
long long absolute_path; // [rsp+0h] [rbp-20h]
if ( !a1 )
__assert_fail(
"arena != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/core/utils/file_io.c",
804LL,
"char *file_normalize_path(Arena *, const c... | file_normalize_path:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
CMP qword ptr [RBP + -0x10],0x0
JZ 0x00105ed9
JMP 0x00105ef8
LAB_00105ed9:
LEA RDI,[0x1074ae]
LEA RSI,[0x107dad]
MOV EDX,0x324
LEA RCX,[0x108149]
CALL 0x00102170
LAB_00105ef8:
CMP qword ptr [RBP + -0x1... |
long file_normalize_path(long param_1,long param_2)
{
long local_10;
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("arena != NULL","/workspace/llm4binary/github2025/eshkol/src/core/utils/file_io.c"
,0x324,"char *file_normalize_path(Arena *... | |
2,376 | Tablespace::get_sum_of_sizes() const | eloqsql/storage/innobase/include/fsp0space.h | uint32_t get_sum_of_sizes() const
{
uint32_t sum = 0;
for (const_iterator it = begin(); it != end(); ++it) {
sum += it->m_size;
}
return(sum);
} | O0 | c | Tablespace::get_sum_of_sizes() const:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x28(%rbp)
movl $0x0, -0xc(%rbp)
callq 0x1080a20
movq %rax, -0x18(%rbp)
movq -0x28(%rbp), %rdi
callq 0x1080a50
movq %rax, -0x20(%rbp)
leaq -0x18(%rbp), %rdi
leaq -0x20(%rbp), %rsi
ca... | _ZNK10Tablespace16get_sum_of_sizesEv:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]; this
mov [rbp+var_28], rdi
mov [rbp+var_C], 0
call _ZNK10Tablespace5beginEv; Tablespace::begin(void)
mov [rbp+var_18], rax
loc_1080454:
mov rdi, [rbp+var_28]; this
ca... | long long Tablespace::get_sum_of_sizes(Tablespace *this)
{
long long v1; // rax
long long v3; // [rsp+10h] [rbp-20h] BYREF
long long i; // [rsp+18h] [rbp-18h] BYREF
unsigned int v5; // [rsp+24h] [rbp-Ch]
Tablespace *v6; // [rsp+28h] [rbp-8h]
v6 = this;
v5 = 0;
for ( i = Tablespace::begin(this);
... | set_user_key:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RAX
CMP dword ptr [RBP + -0x14],0x0
JBE 0x01080473
MOV RDI,qword ptr [RBP + -0x20]
MOV RSI,qword ptr [RBP + -0x10]
MOV... |
/* set_user_key(PFS_user_key*, char const*, unsigned int) */
void set_user_key(PFS_user_key *param_1,char *param_2,uint param_3)
{
PFS_user_key *local_28;
local_28 = param_1;
if (param_3 != 0) {
memcpy(param_1,param_2,(ulong)param_3);
local_28 = param_1 + param_3;
}
*local_28 = (PFS_user_key)0x0... | |
2,377 | stbi_is_16_bit_from_callbacks | llama.cpp/examples/llava/../../common/stb_image.h | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c, void *user)
{
s->io = *c;
s->io_user_data = user;
s->buflen = sizeof(s->buffer_start);
s->read_from_callbacks = 1;
s->callback_already_read = 0;
s->img_buffer = s->img_buffer_original = s->buffer_start;
stbi__refill_buffer(s)... | O3 | c | stbi_is_16_bit_from_callbacks:
pushq %rbx
subq $0xe0, %rsp
movq 0x10(%rdi), %rax
leaq 0x38(%rsp), %rcx
movq %rax, -0x18(%rcx)
movups (%rdi), %xmm0
movups %xmm0, -0x28(%rcx)
movq %rsi, -0x10(%rcx)
movabsq $0x8000000001, %rax # imm = 0x8000000001
movq %rax, -0x8(%rcx)
movl $0x0, 0x80(%rcx)
movq %rcx, 0x98(%rcx)
movq ... | stbi_is_16_bit_from_callbacks:
push rbx
sub rsp, 0E0h
mov rax, [rdi+10h]
lea rcx, [rsp+0E8h+var_B0]
mov [rcx-18h], rax
movups xmm0, xmmword ptr [rdi]
movups xmmword ptr [rcx-28h], xmm0
mov [rcx-10h], rsi
mov rax, 8000000001h
mov [rcx-8], rax
mov dword ptr [rcx+80h], 0
mov [rcx+9... | _BOOL8 stbi_is_16_bit_from_callbacks(long long a1, long long a2)
{
_OWORD v3[2]; // [rsp+0h] [rbp-E8h] BYREF
long long v4; // [rsp+20h] [rbp-C8h]
long long v5; // [rsp+28h] [rbp-C0h]
long long v6; // [rsp+30h] [rbp-B8h]
_BYTE v7[128]; // [rsp+38h] [rbp-B0h] BYREF
int v8; // [rsp+B8h] [rbp-30h]
_BYTE *v9;... | stbi_is_16_bit_from_callbacks:
PUSH RBX
SUB RSP,0xe0
MOV RAX,qword ptr [RDI + 0x10]
LEA RCX,[RSP + 0x38]
MOV qword ptr [RCX + -0x18],RAX
MOVUPS XMM0,xmmword ptr [RDI]
MOVUPS xmmword ptr [RCX + -0x28],XMM0
MOV qword ptr [RCX + -0x10],RSI
MOV RAX,0x8000000001
MOV qword ptr [RCX + -0x8],RAX
MOV dword ptr [RCX + 0x80],0x0
... |
void stbi_is_16_bit_from_callbacks(int8 *param_1,int8 param_2)
{
stbi__context asStack_e8 [16];
int8 local_d8;
int8 uStack_d0;
int8 local_c8;
int8 local_c0;
int8 local_b8;
int1 local_b0 [128];
int4 local_30;
int1 *local_28;
int8 local_20;
int1 *local_18;
int8 local_10;
local_c8 = param_1[... | |
2,378 | miller_loop_n | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/pairing.c | static void miller_loop_n(vec384fp12 ret, const POINTonE2_affine Q[],
const POINTonE1_affine P[], size_t n)
{
#if !defined(__STDC_VERSION__) || __STDC_VERSION__<199901 \
|| defined(__STDC_NO_VLA__)
POINTonE2 *T = alloca(n*sizeof(POINTonE2));
... | O0 | c | miller_loop_n:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq %rsp, %rcx
movq %rcx, -0x28(%rbp)
movq %rax, %rcx
shlq $0x5, %rcx
leaq (%rcx,%rcx,8), %rdx
movq %rsp, %rcx
subq %rdx, %rcx
movq %rcx, -0x58(%r... | miller_loop_n:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_20]
mov rcx, rsp
mov [rbp+var_28], rcx
mov rcx, rax
shl rcx, 5
lea rdx, [rcx+rcx*8]
mov rcx, rsp
sub rcx, ... | unsigned long long * miller_loop_n(long long a1, long long a2, long long a3, unsigned long long a4)
{
unsigned long long v4; // rax
unsigned long long is_zero; // [rsp+0h] [rbp-60h] BYREF
unsigned long long *v7; // [rsp+8h] [rbp-58h]
unsigned long long *v8; // [rsp+10h] [rbp-50h]
int v9; // [rsp+1Ch] [rbp-44h... | miller_loop_n:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x20]
MOV RCX,RSP
MOV qword ptr [RBP + -0x28],RCX
MOV RCX,RAX
SHL RCX,0x5
LEA RDX,[RCX + RCX*0x8]
MOV RCX,RSP
SUB RCX,... |
/* WARNING: Type propagation algorithm not settling */
int8 * miller_loop_n(int8 param_1,long param_2,long param_3,ulong param_4)
{
ulong uVar1;
int8 uVar2;
int8 *puVar3;
long lVar4;
long lVar5;
long lVar6;
long lVar7;
int8 uStack_70;
long local_68;
long local_60;
long local_58;
ulong local_4... | |
2,379 | _bf_div | bluesky950520[P]quickjs/libbf.c | static int __bf_div(bf_t *r, const bf_t *a, const bf_t *b, limb_t prec,
bf_flags_t flags)
{
bf_context_t *s = r->ctx;
int ret, r_sign;
limb_t n, nb, precl;
r_sign = a->sign ^ b->sign;
if (a->expn >= BF_EXP_INF || b->expn >= BF_EXP_INF) {
if (a->expn == BF_EXP_NAN || b->e... | O2 | c | _bf_div:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rcx, %r15
movq %rdx, %r12
movq %rdi, %rbx
movabsq $0x7ffffffffffffffd, %rax # imm = 0x7FFFFFFFFFFFFFFD
movl 0x8(%rdx), %ebp
xorl 0x8(%rsi), %ebp
movq 0x10(%rsi), %rcx
cmpq %rax, %rcx
jle 0x71d3e
leaq 0x2(%rax), %rdx
cmpq %... | __bf_div:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r15, rcx
mov r12, rdx
mov rbx, rdi
mov rax, 7FFFFFFFFFFFFFFDh
mov ebp, [rdx+8]
xor ebp, [rsi+8]
mov rcx, [rsi+10h]
cmp rcx, rax
jle short loc_71D3E
lea rdx, [rax+2]
cmp rcx,... | long long _bf_div(_QWORD *a1, long long a2, long long a3, long long a4, unsigned int a5)
{
int v7; // ebp
long long v8; // rcx
long long v9; // rdx
unsigned int v10; // r14d
signed long long v13; // rsi
long long v14; // rcx
long long v15; // rax
_QWORD *v17; // [rsp+0h] [rbp-68h]
unsigned long long ... | __bf_div:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,RCX
MOV R12,RDX
MOV RBX,RDI
MOV RAX,0x7ffffffffffffffd
MOV EBP,dword ptr [RDX + 0x8]
XOR EBP,dword ptr [RSI + 0x8]
MOV RCX,qword ptr [RSI + 0x10]
CMP RCX,RAX
JLE 0x00171d3e
LEA RDX,[RAX + 0x2]
CMP RCX,RDX
JZ 0x00171d51
MOV RDX,qword pt... |
int8 __bf_div(long *param_1,long param_2,long param_3,long param_4,int4 param_5)
{
ulong uVar1;
int8 *puVar2;
int iVar3;
void *__s;
long lVar4;
int8 uVar5;
long lVar6;
uint uVar7;
ulong uVar8;
uVar7 = *(uint *)(param_3 + 8) ^ *(uint *)(param_2 + 8);
lVar4 = *(long *)(param_2 + 0x10);
if (lV... | |
2,380 | minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const | monkey531[P]llama/common/./minja.hpp | Value call(const std::shared_ptr<Context> & context, ArgumentsValue & args) const {
if (!callable_) throw std::runtime_error("Value is not callable: " + dump());
return (*callable_)(context, args);
} | O2 | cpp | minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq 0x30(%rsi), %rsi
testq %rsi, %rsi
je 0x44792
movq %rdi, %rbx
callq 0x44c5c
movq %rbx, %rax
addq $0x40, %rsp
popq %rbx
popq %r14
popq %rbp
retq
pushq $0x10
popq... | _ZNK5minja5Value4callERKSt10shared_ptrINS_7ContextEERNS_14ArgumentsValueE:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rsi
mov rsi, [rsi+30h]
test rsi, rsi
jz short loc_44792
mov rbx, rdi
call _ZNKSt8functionIFN5minja5ValueERKSt10shared_ptrINS0_7ContextEERNS0_14ArgumentsValueEEE... | long long minja::Value::call(long long a1, long long a2)
{
void *exception; // rbx
_BYTE v4[32]; // [rsp+0h] [rbp-58h] BYREF
_BYTE v5[56]; // [rsp+20h] [rbp-38h] BYREF
if ( !*(_QWORD *)(a2 + 48) )
{
exception = __cxa_allocate_exception(0x10uLL);
minja::Value::dump[abi:cxx11]((long long)v4, a2, 0xFFF... | call:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RSI,qword ptr [RSI + 0x30]
TEST RSI,RSI
JZ 0x00144792
MOV RBX,RDI
CALL 0x00144c5c
MOV RAX,RBX
ADD RSP,0x40
POP RBX
POP R14
POP RBP
RET
LAB_00144792:
PUSH 0x10
POP RDI
CALL 0x001213f0
MOV RBX,RAX
LAB_0014479d:
MOV RDI,RSP
PUSH -0x1
POP RDX
MOV RSI,R14
XOR ECX... |
/* minja::Value::call(std::shared_ptr<minja::Context> const&, minja::ArgumentsValue&) const */
shared_ptr * minja::Value::call(shared_ptr *param_1,ArgumentsValue *param_2)
{
runtime_error *this;
int1 auStack_58 [32];
string local_38 [32];
if (*(ArgumentsValue **)(param_2 + 0x30) != (ArgumentsValue *)0x0) ... | |
2,381 | getopt_compare_strings | eloqsql/mysys/my_getopt.c | my_bool getopt_compare_strings(register const char *s, register const char *t,
uint length)
{
char const *end= s + length;
DBUG_ENTER("getopt_compare_strings");
for (;s != end ; s++, t++)
{
if ((*s != '-' ? *s : '_') != (*t != '-' ? *t : '_'))
DBUG_RETURN(1);
}
DBUG_RETURN(0);
} | O0 | c | getopt_compare_strings:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq -0x10(%rbp), %rax
movl -0x1c(%rbp), %ecx
addq %rcx, %rax
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
cmpq -0x28(%rbp), %rax
je 0x28ec2
movq -0x10(%rbp), %rax
movsbl (%rax), %eax
cmpl $0x2d, %ea... | getopt_compare_strings:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov rax, [rbp+var_10]
mov ecx, [rbp+var_1C]
add rax, rcx
mov [rbp+var_28], rax
loc_28E3D:
mov rax, [rbp+var_10]
cmp rax, [rbp+var_28]
jz short loc_28EC2
mov ... | char getopt_compare_strings(_BYTE *a1, _BYTE *a2, int a3)
{
int v4; // [rsp+0h] [rbp-34h]
int v5; // [rsp+8h] [rbp-2Ch]
_BYTE *i; // [rsp+24h] [rbp-10h]
for ( i = a1; i != &a1[a3]; ++i )
{
if ( *i == 45 )
v5 = 95;
else
v5 = (char)*i;
if ( *a2 == 45 )
v4 = 95;
else
v4 ... | getopt_compare_strings:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV RAX,qword ptr [RBP + -0x10]
MOV ECX,dword ptr [RBP + -0x1c]
ADD RAX,RCX
MOV qword ptr [RBP + -0x28],RAX
LAB_00128e3d:
MOV RAX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RBP + ... |
int1 getopt_compare_strings(char *param_1,char *param_2,uint param_3)
{
char cVar1;
char cVar2;
char *local_20;
char *local_18;
local_20 = param_2;
local_18 = param_1;
while( true ) {
if (local_18 == param_1 + param_3) {
return 0;
}
if (*local_18 == '-') {
cVar1 = '_';
}
... | |
2,382 | maria_page_crc_set_normal | eloqsql/storage/maria/ma_pagecrc.c | my_bool maria_page_crc_set_normal(PAGECACHE_IO_HOOK_ARGS *args)
{
uchar *page= args->page;
pgcache_page_no_t page_no= args->pageno;
MARIA_SHARE *share= (MARIA_SHARE *)args->data;
int data_length= share->block_size - CRC_SIZE;
uint32 crc= maria_page_crc((uint32) page_no, page, data_length);
DBUG_ENTER("maria... | O3 | c | maria_page_crc_set_normal:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq (%rdi), %rbx
movl 0x8(%rdi), %eax
movq 0x10(%rdi), %rcx
movl 0x7bc(%rcx), %r14d
addl $-0x4, %r14d
movl %eax, %edi
movq %rbx, %rsi
movq %r14, %rdx
callq 0xaebd0
cmpl $-0x3, %eax
movl $0xfffffffd, %ecx # imm = 0xFFFFFFFD
cmovbl %eax, %... | maria_page_crc_set_normal:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, [rdi]
mov eax, [rdi+8]
mov rcx, [rdi+10h]
mov r14d, [rcx+7BCh]
add r14d, 0FFFFFFFCh
mov edi, eax
mov rsi, rbx
mov rdx, r14
call my_checksum
cmp eax, 0FFFFFFFDh
mov ecx, 0FFFFFFFDh
cmovb ... | long long maria_page_crc_set_normal(long long *a1)
{
long long v1; // rbx
long long v2; // r14
unsigned int v3; // eax
int v4; // ecx
v1 = *a1;
v2 = (unsigned int)(*(_DWORD *)(a1[2] + 1980) - 4);
v3 = my_checksum(*((unsigned int *)a1 + 2), *a1, v2);
v4 = -3;
if ( v3 < 0xFFFFFFFD )
v4 = v3;
*(_... | maria_page_crc_set_normal:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,qword ptr [RDI]
MOV EAX,dword ptr [RDI + 0x8]
MOV RCX,qword ptr [RDI + 0x10]
MOV R14D,dword ptr [RCX + 0x7bc]
ADD R14D,-0x4
MOV EDI,EAX
MOV RSI,RBX
MOV RDX,R14
CALL 0x001aebd0
CMP EAX,-0x3
MOV ECX,0xfffffffd
CMOVC ECX,EAX
MOVSXD RAX,R14D
MOV dwor... |
int8 maria_page_crc_set_normal(long *param_1)
{
long lVar1;
uint uVar2;
uint uVar3;
int iVar4;
lVar1 = *param_1;
iVar4 = *(int *)(param_1[2] + 0x7bc) + -4;
uVar2 = my_checksum((int)param_1[1],lVar1,iVar4);
uVar3 = 0xfffffffd;
if (uVar2 < 0xfffffffd) {
uVar3 = uVar2;
}
*(uint *)(lVar1 + iV... | |
2,383 | js_typed_array_constructor_ta | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_constructor_ta(JSContext *ctx,
JSValue new_target,
JSValue src_obj,
int classid, uint32_t len)
{
JSObject *p, *src_buffer;
JSTypedArray *ta;
JS... | O1 | c | js_typed_array_constructor_ta:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %r9d, %ebp
movq %r8, %r12
movq %rdi, %r15
movq %rcx, 0x18(%rsp)
movl %r9d, %ecx
callq 0x36d56
movq %rax, %r14
movq %rdx, %rbx
cmpl $0x6, %ebx
jne 0x7eb9c
movabsq $-0x100000000, %rax # imm = 0xFFFFF... | js_typed_array_constructor_ta:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov ebp, r9d
mov r12, r8
mov r15, rdi
mov [rsp+78h+var_60], rcx
mov ecx, r9d
call js_create_from_ctor
mov r14, rax
mov rbx, rdx
cmp ebx, 6
jnz short loc_7EB9C
lo... | unsigned long long js_typed_array_constructor_ta(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
signed int a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
double a11,
double a12,
__m128 a13,... | js_typed_array_constructor_ta:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV EBP,R9D
MOV R12,R8
MOV R15,RDI
MOV qword ptr [RSP + 0x18],RCX
MOV ECX,R9D
CALL 0x00136d56
MOV R14,RAX
MOV RBX,RDX
CMP EBX,0x6
JNZ 0x0017eb9c
LAB_0017eb87:
MOV RAX,-0x100000000
MOV RCX,R14
AND RCX,RAX
JMP 0x0017ec74
LAB... |
int1 [16]
js_typed_array_constructor_ta
(long param_1,int8 param_2,int8 param_3,long param_4,int8 param_5,
uint param_6,uint param_7)
{
long lVar1;
long lVar2;
int iVar3;
double dVar4;
long lVar5;
ulong uVar6;
double dVar7;
double dVar9;
int *piVar10;
int1 auVar11 [16];
int1... | |
2,384 | js_typed_array_constructor_ta | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_constructor_ta(JSContext *ctx,
JSValue new_target,
JSValue src_obj,
int classid, uint32_t len)
{
JSObject *p, *src_buffer;
JSTypedArray *ta;
JS... | O3 | c | js_typed_array_constructor_ta:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movl %r9d, %ebp
movq %r8, %r12
movq %rcx, %r13
movq %rdi, %r15
movl %r9d, %ecx
callq 0x3802f
movq %rax, %rbx
movq %rdx, %r14
cmpl $0x6, %r14d
jne 0x81668
movabsq $-0x100000000, %rax # imm = 0xFFFFFFFF00... | js_typed_array_constructor_ta:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov ebp, r9d
mov r12, r8
mov r13, rcx
mov r15, rdi
mov ecx, r9d
call js_create_from_ctor
mov rbx, rax
mov r14, rdx
cmp r14d, 6
jnz short loc_81668
loc_81656:
mov... | unsigned long long js_typed_array_constructor_ta(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
signed int a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
double a11,
double a12,
__m128 a13,... | js_typed_array_constructor_ta:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV EBP,R9D
MOV R12,R8
MOV R13,RCX
MOV R15,RDI
MOV ECX,R9D
CALL 0x0013802f
MOV RBX,RAX
MOV R14,RDX
CMP R14D,0x6
JNZ 0x00181668
LAB_00181656:
MOV RAX,-0x100000000
MOV RCX,RBX
AND RCX,RAX
JMP 0x001816b0
LAB_00181668:
MOV RDI... |
int1 [16]
js_typed_array_constructor_ta
(long param_1,int8 param_2,int8 param_3,long param_4,int8 param_5,
uint param_6,uint param_7)
{
long lVar1;
long lVar2;
int iVar3;
int *piVar4;
double dVar5;
ulong uVar7;
double dVar8;
int8 uVar9;
int *piVar10;
double dVar11;
bool bVar... | |
2,385 | write_hook_for_undo_bulk_insert | eloqsql/storage/maria/ma_blockrec.c | my_bool write_hook_for_undo_bulk_insert(enum translog_record_type type
__attribute__ ((unused)),
TRN *trn, MARIA_HA *tbl_info,
LSN *lsn, void *hook_arg)
{
/*
We are going to call maria_delete_al... | O3 | c | write_hook_for_undo_bulk_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rcx, %r14
movq %rdx, %rdi
movq %rsi, %rbx
callq 0x5f899
movq (%r14), %rax
movq %rax, 0x98(%rbx)
movq 0xa0(%rbx), %rcx
movq %rcx, %rdx
shlq $0x8, %rdx
je 0x4dd49
xorl %eax, %eax
popq %rbx
popq %r14
popq %rbp
retq
orq %rax, %rcx
movq ... | write_hook_for_undo_bulk_insert:
push rbp
mov rbp, rsp
push r14
push rbx
mov r14, rcx
mov rdi, rdx
mov rbx, rsi
call _ma_reset_status
mov rax, [r14]
mov [rbx+98h], rax
mov rcx, [rbx+0A0h]
mov rdx, rcx
shl rdx, 8
jz short loc_4DD49
loc_4DD42:
xor eax, eax
pop ... | long long write_hook_for_undo_bulk_insert(long long a1, long long a2, long long a3, long long *a4)
{
long long v5; // rax
ma_reset_status(a3);
v5 = *a4;
*(_QWORD *)(a2 + 152) = *a4;
if ( !(*(_QWORD *)(a2 + 160) << 8) )
*(_QWORD *)(a2 + 160) |= v5;
return 0LL;
}
| write_hook_for_undo_bulk_insert:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV R14,RCX
MOV RDI,RDX
MOV RBX,RSI
CALL 0x0015f899
MOV RAX,qword ptr [R14]
MOV qword ptr [RBX + 0x98],RAX
MOV RCX,qword ptr [RBX + 0xa0]
MOV RDX,RCX
SHL RDX,0x8
JZ 0x0014dd49
LAB_0014dd42:
XOR EAX,EAX
POP RBX
POP R14
POP RBP
RET
LAB_0014dd49:
OR R... |
int8
write_hook_for_undo_bulk_insert(int8 param_1,long param_2,int8 param_3,ulong *param_4)
{
ulong uVar1;
_ma_reset_status(param_3);
uVar1 = *param_4;
*(ulong *)(param_2 + 0x98) = uVar1;
if ((*(ulong *)(param_2 + 0xa0) & 0xffffffffffffff) == 0) {
*(ulong *)(param_2 + 0xa0) = *(ulong *)(param_2 + 0xa... | |
2,386 | lre_byte_swap | bluesky950520[P]quickjs/libregexp.c | void lre_byte_swap(uint8_t *buf, size_t len, BOOL is_byte_swapped)
{
uint8_t *p, *pe;
uint32_t n, r, nw;
p = buf;
if (len < RE_HEADER_LEN)
abort();
// format is:
// <header>
// <bytecode>
// <capture group name 1>
// <capture group name 2>
// etc.
inplace_bswap... | O3 | c | lre_byte_swap:
pushq %rax
cmpq $0x7, %rsi
jbe 0x9c944
rolw $0x8, (%rdi)
movl 0x4(%rdi), %ecx
movl %ecx, %eax
bswapl %eax
movl %eax, 0x4(%rdi)
testl %edx, %edx
cmovel %ecx, %eax
addq $-0x8, %rsi
cmpq %rax, %rsi
jb 0x9c944
testq %rax, %rax
je 0x9c942
addq %rdi, %rax
addq $0x8, %rax
addq $0x8, %rdi
testl %edx, %edx
movl $... | lre_byte_swap:
push rax
cmp rsi, 7
jbe loc_9C944
rol word ptr [rdi], 8
mov ecx, [rdi+4]
mov eax, ecx
bswap eax
mov [rdi+4], eax
test edx, edx
cmovz eax, ecx
add rsi, 0FFFFFFFFFFFFFFF8h
cmp rsi, rax
jb loc_9C944
test rax, rax
jz loc_9C942
add rax, rdi
add ra... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm0,xmm4,xmm5> lre_byte_swap(
unsigned __int8 *a1,
unsigned long long a2,
int a3)
{
unsigned int v3; // ecx
unsigned long long v4; // rax
unsigned long long v5; // rax
long long v6; // rcx
long long v7; // r8
unsigned long long v8; // rsi
unsig... | lre_byte_swap:
PUSH RAX
CMP RSI,0x7
JBE 0x0019c944
ROL word ptr [RDI],0x8
MOV ECX,dword ptr [RDI + 0x4]
MOV EAX,ECX
BSWAP EAX
MOV dword ptr [RDI + 0x4],EAX
TEST EDX,EDX
CMOVZ EAX,ECX
ADD RSI,-0x8
CMP RSI,RAX
JC 0x0019c944
TEST RAX,RAX
JZ 0x0019c942
ADD RAX,RDI
ADD RAX,0x8
ADD RDI,0x8
TEST EDX,EDX
MOV EDX,0x3
MOV ECX,0x... |
int8 lre_byte_swap(ushort *param_1,ulong param_2,int param_3)
{
ushort *puVar1;
ulong uVar2;
byte bVar3;
byte bVar4;
short sVar5;
short sVar6;
short sVar7;
short sVar8;
short sVar9;
short sVar10;
short sVar11;
short sVar12;
short sVar13;
short sVar14;
short sVar15;
short sVar16;
shor... | |
2,387 | lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID) | dmazzella[P]pylunasvg/lunasvg/source/svgelement.cpp | std::unique_ptr<SVGElement> SVGElement::create(Document* document, ElementID id)
{
switch(id) {
case ElementID::Svg:
return std::make_unique<SVGSVGElement>(document);
case ElementID::Path:
return std::make_unique<SVGPathElement>(document);
case ElementID::G:
return std::make_uniq... | O1 | cpp | lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movl %edx, %r15d
leal -0x2(%r15), %eax
cmpl $0x16, %eax
ja 0xf062
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x34715(%rip), %rcx # 0x433e4
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movl ... | _ZN7lunasvg10SVGElement6createEPNS_8DocumentENS_9ElementIDE:
push r15
push r14
push r12
push rbx
push rax
mov r15d, edx
lea eax, [r15-2]; switch 23 cases
cmp eax, 16h
ja def_ECD6; jumptable 000000000000ECD6 default case
mov r14, rsi
mov rbx, rdi
lea rcx, jpt_ECD6
movsxd rax,... | lunasvg::SVGClipPathElement ** lunasvg::SVGElement::create(
lunasvg::SVGClipPathElement **a1,
lunasvg::Document *a2,
int a3)
{
long long v3; // rax
lunasvg::SVGElement *v4; // r12
lunasvg::SVGCircleElement *v5; // r15
lunasvg::SVGClipPathElement *v6; // r15
lunasvg::SVGMaskElement *v7;... | create:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15D,EDX
LEA EAX,[R15 + -0x2]
CMP EAX,0x16
JA 0x0010f062
MOV R14,RSI
MOV RBX,RDI
LEA RCX,[0x1433e4]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_e:
MOV EDI,0x140
CALL 0x0010a310
MOV R12,RAX
LAB_0010ece5:
MOVZX EDX,R15B
MOV RDI,RAX
MOV R... |
/* lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID) */
SVGElement * __thiscall lunasvg::SVGElement::create(SVGElement *this,Document *param_1,uint param_3)
{
int8 uVar1;
SVGPolyElement *pSVar2;
SVGGraphicsElement *pSVar3;
SVGMaskElement *this_00;
SVGClipPathElement *this_01;
int8 *puVa... | |
2,388 | lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID) | dmazzella[P]pylunasvg/lunasvg/source/svgelement.cpp | std::unique_ptr<SVGElement> SVGElement::create(Document* document, ElementID id)
{
switch(id) {
case ElementID::Svg:
return std::make_unique<SVGSVGElement>(document);
case ElementID::Path:
return std::make_unique<SVGPathElement>(document);
case ElementID::G:
return std::make_uniq... | O3 | cpp | lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movl %edx, %r15d
leal -0x2(%r15), %eax
cmpl $0x16, %eax
ja 0xef03
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x348b5(%rip), %rcx # 0x43430
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movl ... | _ZN7lunasvg10SVGElement6createEPNS_8DocumentENS_9ElementIDE:
push r15
push r14
push r12
push rbx
push rax
mov r15d, edx
lea eax, [r15-2]; switch 23 cases
cmp eax, 16h
ja def_EB82; jumptable 000000000000EB82 default case
mov r14, rsi
mov rbx, rdi
lea rcx, jpt_EB82
movsxd rax,... | lunasvg::SVGClipPathElement ** lunasvg::SVGElement::create(
lunasvg::SVGClipPathElement **a1,
lunasvg::Document *a2,
int a3)
{
long long v3; // rax
lunasvg::SVGElement *v4; // r12
lunasvg::SVGCircleElement *v5; // r15
lunasvg::SVGClipPathElement *v6; // r15
lunasvg::SVGMaskElement *v7;... | create:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15D,EDX
LEA EAX,[R15 + -0x2]
CMP EAX,0x16
JA 0x0010ef03
MOV R14,RSI
MOV RBX,RDI
LEA RCX,[0x143430]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_e:
MOV EDI,0x140
CALL 0x0010a2e0
MOV R12,RAX
LAB_0010eb91:
MOVZX EDX,R15B
MOV RDI,RAX
MOV R... |
/* lunasvg::SVGElement::create(lunasvg::Document*, lunasvg::ElementID) */
SVGElement * __thiscall lunasvg::SVGElement::create(SVGElement *this,Document *param_1,uint param_3)
{
int8 uVar1;
SVGPolyElement *pSVar2;
SVGGraphicsElement *pSVar3;
SVGMaskElement *this_00;
SVGClipPathElement *this_01;
int8 *puVa... | |
2,389 | free_size_to_tail_pattern | eloqsql/storage/maria/ma_bitmap.c | static uint free_size_to_tail_pattern(MARIA_FILE_BITMAP *bitmap, uint size)
{
if (size >= bitmap->sizes[0])
return 0; /* Revert to empty page */
if (size < bitmap->sizes[6])
return 7;
if (size < bitmap->sizes[5])
return 6;
return 5;
} | O0 | c | free_size_to_tail_pattern:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x108(%rcx), %eax
jb 0x60863
movl $0x0, -0x4(%rbp)
jmp 0x6089a
movl -0x14(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x120(%rcx), %eax
jae 0x6087b
movl $0x7, -0x4(%rbp)
jmp... | free_size_to_tail_pattern:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov eax, [rbp+var_14]
mov rcx, [rbp+var_10]
cmp eax, [rcx+108h]
jb short loc_60863
mov [rbp+var_4], 0
jmp short loc_6089A
loc_60863:
mov eax, [rbp+var_14]
mov rcx, [rbp+var_10]
cm... | long long free_size_to_tail_pattern(_DWORD *a1, unsigned int a2)
{
if ( a2 < a1[66] )
{
if ( a2 >= a1[72] )
{
if ( a2 >= a1[71] )
return 5;
else
return 6;
}
else
{
return 7;
}
}
else
{
return 0;
}
}
| free_size_to_tail_pattern:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV EAX,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x10]
CMP EAX,dword ptr [RCX + 0x108]
JC 0x00160863
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0016089a
LAB_00160863:
MOV EAX,dword ptr [RBP + -0x14]
MOV RC... |
int4 free_size_to_tail_pattern(long param_1,uint param_2)
{
int4 local_c;
if (param_2 < *(uint *)(param_1 + 0x108)) {
if (param_2 < *(uint *)(param_1 + 0x120)) {
local_c = 7;
}
else if (param_2 < *(uint *)(param_1 + 0x11c)) {
local_c = 6;
}
else {
local_c = 5;
}
}
... | |
2,390 | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTable.cpp | PatchTable::~PatchTable() {
if (_vertexPrecisionIsDouble) {
delete _localPointStencils.Get<double>();
} else {
delete _localPointStencils.Get<float>();
}
if (_varyingPrecisionIsDouble) {
delete _localPointVaryingStencils.Get<double>();
} else {
delete _localPointVary... | O0 | cpp | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable():
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movb 0x110(%rax), %al
shrb %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
je 0x13eecf
movq -0x18(%rbp), %rdi
subq $-0x80, %rdi
callq 0xd6890
movq %rax, ... | _ZN10OpenSubdiv6v3_6_03Far10PatchTableD2Ev:
push rbp; Alternative name is 'OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable()'
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
mov al, [rax+110h]
shr al, 1
and al, 1
movzx eax, al
cmp eax, ... | void OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable(OpenSubdiv::v3_6_0::Far::PatchTable *this)
{
long long v1; // rdi
long long v2; // rdi
long long v3; // [rsp+0h] [rbp-50h]
long long v4; // [rsp+8h] [rbp-48h]
long long v5; // [rsp+18h] [rbp-38h]
long long v6; // [rsp+20h] [rbp-30h]
long long v7; // [... | |||
2,391 | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTable.cpp | PatchTable::~PatchTable() {
if (_vertexPrecisionIsDouble) {
delete _localPointStencils.Get<double>();
} else {
delete _localPointStencils.Get<float>();
}
if (_varyingPrecisionIsDouble) {
delete _localPointVaryingStencils.Get<double>();
} else {
delete _localPointVary... | O1 | cpp | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x80(%rdi), %rdi
testq %rdi, %rdi
je 0x6931f
movq (%rdi), %rax
callq *0x8(%rax)
movq 0x88(%rbx), %rdi
testq %rdi, %rdi
je 0x69331
movq (%rdi), %rax
callq *0x8(%rax)
movq 0xc8(%rbx), %rax
movq 0xd0(%rbx), %rcx
subq ... | _ZN10OpenSubdiv6v3_6_03Far10PatchTableD2Ev:
push r14; Alternative name is 'OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable()'
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+80h]
test rdi, rdi
jz short loc_6931F
mov rax, [rdi]
call qword ptr [rax+8]
loc_6931F:
mov rdi, [rbx+88h]
test ... | void OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable(OpenSubdiv::v3_6_0::Far::PatchTable *this)
{
long long v2; // rdi
long long v3; // rdi
long long v4; // rax
long long v5; // r14
long long v6; // rdi
void *v7; // rdi
void *v8; // rdi
void *v9; // rdi
void *v10; // rdi
void *v11; // rdi
void *... | ~PatchTable:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x80]
TEST RDI,RDI
JZ 0x0016931f
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
LAB_0016931f:
MOV RDI,qword ptr [RBX + 0x88]
TEST RDI,RDI
JZ 0x00169331
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
LAB_00169331:
MOV RAX,qword ptr [RBX... |
/* OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable() */
void __thiscall OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable(PatchTable *this)
{
long *plVar1;
void *pvVar2;
long lVar3;
long lVar4;
if (*(long **)(this + 0x80) != (long *)0x0) {
(**(code **)(**(long **)(this + 0x80) + 8))();
}
if (*(l... | |
2,392 | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTable.cpp | PatchTable::~PatchTable() {
if (_vertexPrecisionIsDouble) {
delete _localPointStencils.Get<double>();
} else {
delete _localPointStencils.Get<float>();
}
if (_varyingPrecisionIsDouble) {
delete _localPointVaryingStencils.Get<double>();
} else {
delete _localPointVary... | O3 | cpp | OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x80(%rdi), %rdi
testq %rdi, %rdi
je 0x6a807
movq (%rdi), %rax
callq *0x8(%rax)
movq 0x88(%rbx), %rdi
testq %rdi, %rdi
je 0x6a819
movq (%rdi), %rax
callq *0x8(%rax)
movq 0xc8(%rbx), %rax
movq 0xd0(%rbx), %rcx
subq ... | _ZN10OpenSubdiv6v3_6_03Far10PatchTableD2Ev:
push r14; Alternative name is 'OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable()'
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+80h]
test rdi, rdi
jz short loc_6A807
mov rax, [rdi]
call qword ptr [rax+8]
loc_6A807:
mov rdi, [rbx+88h]
test ... | void OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable(OpenSubdiv::v3_6_0::Far::PatchTable *this)
{
long long v2; // rdi
long long v3; // rdi
long long v4; // rax
long long v5; // r14
long long v6; // rdi
void *v7; // rdi
void *v8; // rdi
void *v9; // rdi
void *v10; // rdi
void *v11; // rdi
void *... | ~PatchTable:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x80]
TEST RDI,RDI
JZ 0x0016a807
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
LAB_0016a807:
MOV RDI,qword ptr [RBX + 0x88]
TEST RDI,RDI
JZ 0x0016a819
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x8]
LAB_0016a819:
MOV RAX,qword ptr [RBX... |
/* OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable() */
void __thiscall OpenSubdiv::v3_6_0::Far::PatchTable::~PatchTable(PatchTable *this)
{
long *plVar1;
void *pvVar2;
long lVar3;
long lVar4;
if (*(long **)(this + 0x80) != (long *)0x0) {
(**(code **)(**(long **)(this + 0x80) + 8))();
}
if (*(l... | |
2,393 | stbi_zlib_decode_malloc_guesssize | monkey531[P]llama/examples/llava/../../common/stb_image.h | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int *outlen)
{
stbi__zbuf a;
char *p = (char *) stbi__malloc(initial_size);
if (p == NULL) return NULL;
a.zbuffer = (stbi_uc *) buffer;
a.zbuffer_end = (stbi_uc *) buffer + len;
if (stbi__do_zlib(&a, p, init... | O0 | c | stbi_zlib_decode_malloc_guesssize:
subq $0x1038, %rsp # imm = 0x1038
movq %rdi, 0x1028(%rsp)
movl %esi, 0x1024(%rsp)
movl %edx, 0x1020(%rsp)
movq %rcx, 0x1018(%rsp)
movslq 0x1020(%rsp), %rdi
callq 0x87340
movq %rax, 0x8(%rsp)
cmpq $0x0, 0x8(%rsp)
jne 0x87290
movq $0x0, 0x1030(%rsp)
jmp 0x87322
movq 0x1028(%rs... | stbi_zlib_decode_malloc_guesssize:
sub rsp, 1038h
mov [rsp+1038h+var_10], rdi
mov [rsp+1038h+var_14], esi
mov [rsp+1038h+var_18], edx
mov [rsp+1038h+var_20], rcx
movsxd rdi, [rsp+1038h+var_18]; unsigned __int64
call _ZL12stbi__mallocm; stbi__malloc(ulong)
mov [rsp+1038h+var_1030], rax
cmp ... | long long stbi_zlib_decode_malloc_guesssize(long long a1, int a2, int a3, _DWORD *a4)
{
long long v5; // [rsp+8h] [rbp-1030h]
_QWORD v6[4]; // [rsp+10h] [rbp-1028h] BYREF
long long v7; // [rsp+30h] [rbp-1008h]
long long v8; // [rsp+38h] [rbp-1000h]
_DWORD *v9; // [rsp+1018h] [rbp-20h]
unsigned int v10; // ... | stbi_zlib_decode_malloc_guesssize:
SUB RSP,0x1038
MOV qword ptr [RSP + 0x1028],RDI
MOV dword ptr [RSP + 0x1024],ESI
MOV dword ptr [RSP + 0x1020],EDX
MOV qword ptr [RSP + 0x1018],RCX
MOVSXD RDI,dword ptr [RSP + 0x1020]
CALL 0x00187340
MOV qword ptr [RSP + 0x8],RAX
CMP qword ptr [RSP + 0x8],0x0
JNZ 0x00187290
MOV qword p... |
void * stbi_zlib_decode_malloc_guesssize(long param_1,int param_2,int param_3,int *param_4)
{
int iVar1;
char *pcVar2;
long local_1028;
long local_1020;
int local_1008;
void *local_1000;
int *local_20;
int local_18;
int local_14;
long local_10;
void *local_8;
local_20 = param_4;
local_18 ... | |
2,394 | stbi_zlib_decode_malloc_guesssize | monkey531[P]llama/examples/llava/../../common/stb_image.h | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int len, int initial_size, int *outlen)
{
stbi__zbuf a;
char *p = (char *) stbi__malloc(initial_size);
if (p == NULL) return NULL;
a.zbuffer = (stbi_uc *) buffer;
a.zbuffer_end = (stbi_uc *) buffer + len;
if (stbi__do_zlib(&a, p, init... | O3 | c | stbi_zlib_decode_malloc_guesssize:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x1008, %rsp # imm = 0x1008
movq %rcx, %rbx
movl %edx, %ebp
movl %esi, %r15d
movq %rdi, %r14
movslq %edx, %rdi
callq 0x1b880
testq %rax, %rax
je 0x1fde8
movq %rsp, %rdi
movq %r14, (%rdi)
movslq %r15d, %rcx
addq %r14, %rcx
mov... | stbi_zlib_decode_malloc_guesssize:
push rbp
push r15
push r14
push rbx
sub rsp, 1008h
mov rbx, rcx
mov ebp, edx
mov r15d, esi
mov r14, rdi
movsxd rdi, edx
call _malloc
test rax, rax
jz short loc_1FDE8
mov rdi, rsp
mov [rdi], r14
movsxd rcx, r15d
add rcx, r14
mov ... | long long stbi_zlib_decode_malloc_guesssize(long long a1, int a2, unsigned int a3, _DWORD *a4)
{
long long v6; // rax
long long result; // rax
_QWORD v8[4]; // [rsp+0h] [rbp-1028h] BYREF
int v9; // [rsp+20h] [rbp-1008h]
long long v10; // [rsp+28h] [rbp-1000h]
v6 = malloc((int)a3);
if ( !v6 )
return ... | stbi_zlib_decode_malloc_guesssize:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x1008
MOV RBX,RCX
MOV EBP,EDX
MOV R15D,ESI
MOV R14,RDI
MOVSXD RDI,EDX
CALL 0x0011b880
TEST RAX,RAX
JZ 0x0011fde8
MOV RDI,RSP
MOV qword ptr [RDI],R14
MOVSXD RCX,R15D
ADD RCX,R14
MOV qword ptr [RDI + 0x8],RCX
MOV RSI,RAX
MOV EDX,EBP
MOV ECX,0... |
void * stbi_zlib_decode_malloc_guesssize(long param_1,int param_2,int param_3,int *param_4)
{
int iVar1;
char *pcVar2;
long local_1028;
long local_1020;
int local_1008;
void *local_1000;
pcVar2 = (char *)malloc((long)param_3);
if (pcVar2 != (char *)0x0) {
local_1020 = param_2 + param_1;
loc... | |
2,395 | nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vect... | llama.cpp/common/json.hpp | explicit parser(InputAdapterType&& adapter,
const parser_callback_t<BasicJsonType> cb = nullptr,
const bool allow_exceptions_ = true,
const bool skip_comments = false)
: callback(cb)
, m_lexer(std::move(adapter), skip_comments)
, allow_... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vect... | _ZN8nlohmann16json_abi_v3_11_36detail6parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEEC2EOSM_St8functionIFbiNS1_13parse_event_tERSF_EEbb:
push rbp
pus... | long long nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::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::itera... | parser:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R15D,R8D
MOV EBP,ECX
MOV R12,RSI
MOV RBX,RDI
MOV RSI,RDX
CALL 0x00188090
MOV dword ptr [RBX + 0x20],0x0
LEA R14,[RBX + 0x28]
MOVUPS XMM0,xmmword ptr [R12]
MOVUPS xmmword ptr [RBX + 0x28],XMM0
MOV byte ptr [RBX + 0x38],R15B
MOV dword ptr [RBX + 0x3c],0xffffffff
XO... |
/* nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
cha... | |
2,396 | ggml_backend_alloc_buffer | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | ggml_backend_buffer_t ggml_backend_alloc_buffer(ggml_backend_t backend, size_t size) {
return ggml_backend_buft_alloc_buffer(ggml_backend_get_default_buffer_type(backend), size);
} | O1 | cpp | ggml_backend_alloc_buffer:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq 0x70(%rdi), %rdi
callq *0x30(%rdi)
movq %rax, %rbx
testq %r14, %r14
je 0x26d4b
movq 0x8(%rbx), %rax
movq %rbx, %rdi
movq %r14, %rsi
addq $0x8, %rsp
popq %rbx
popq %r14
jmpq *%rax
movl $0x68, %edi
callq 0x18090
xorps %xmm0, %xmm0
movaps %xm... | ggml_backend_alloc_buffer:
push r14
push rbx
push rax
mov r14, rsi
mov rdi, [rdi+70h]
call qword ptr [rdi+30h]
mov rbx, rax
test r14, r14
jz short loc_26D4B
mov rax, [rbx+8]
mov rdi, rbx
mov rsi, r14
add rsp, 8
pop rbx
pop r14
jmp rax
loc_26D4B:
mov edi, 6... | long long ggml_backend_alloc_buffer(long long a1, long long a2)
{
long long v2; // rax
long long v3; // rbx
long long result; // rax
v2 = (*(long long ( **)(_QWORD))(*(_QWORD *)(a1 + 112) + 48LL))(*(_QWORD *)(a1 + 112));
v3 = v2;
if ( a2 )
return (*(long long ( **)(long long, long long))(v2 + 8))(v2, ... | ggml_backend_alloc_buffer:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RDI,qword ptr [RDI + 0x70]
CALL qword ptr [RDI + 0x30]
MOV RBX,RAX
TEST R14,R14
JZ 0x00126d4b
MOV RAX,qword ptr [RBX + 0x8]
MOV RDI,RBX
MOV RSI,R14
ADD RSP,0x8
POP RBX
POP R14
JMP RAX
LAB_00126d4b:
MOV EDI,0x68
CALL 0x00118090
XORPS XMM0,XMM0
MOVAPS ... |
void ggml_backend_alloc_buffer(long param_1,long param_2)
{
long lVar1;
int8 *puVar2;
lVar1 = (**(code **)(*(long *)(param_1 + 0x70) + 0x30))();
if (param_2 != 0) {
/* WARNING: Could not recover jumptable at 0x00126d49. Too many branches */
/* WARNING: Treating indir... | |
2,397 | ggml_backend_alloc_buffer | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | ggml_backend_buffer_t ggml_backend_alloc_buffer(ggml_backend_t backend, size_t size) {
return ggml_backend_buft_alloc_buffer(ggml_backend_get_default_buffer_type(backend), size);
} | O3 | cpp | ggml_backend_alloc_buffer:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq 0x70(%rdi), %rdi
callq *0x30(%rdi)
movq %rax, %rbx
testq %r14, %r14
je 0x25934
movq 0x8(%rbx), %rax
movq %rbx, %rdi
movq %r14, %rsi
addq $0x8, %rsp
popq %rbx
popq %r14
jmpq *%rax
movl $0x68, %edi
callq 0x17080
xorps %xmm0, %xmm0
movaps %xm... | ggml_backend_alloc_buffer:
push r14
push rbx
push rax
mov r14, rsi
mov rdi, [rdi+70h]
call qword ptr [rdi+30h]
mov rbx, rax
test r14, r14
jz short loc_25934
mov rax, [rbx+8]
mov rdi, rbx
mov rsi, r14
add rsp, 8
pop rbx
pop r14
jmp rax
loc_25934:
mov edi, 6... | long long ggml_backend_alloc_buffer(long long a1, long long a2)
{
long long v2; // rax
long long v3; // rbx
long long result; // rax
v2 = (*(long long ( **)(_QWORD))(*(_QWORD *)(a1 + 112) + 48LL))(*(_QWORD *)(a1 + 112));
v3 = v2;
if ( a2 )
return (*(long long ( **)(long long, long long))(v2 + 8))(v2, ... | ggml_backend_alloc_buffer:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RDI,qword ptr [RDI + 0x70]
CALL qword ptr [RDI + 0x30]
MOV RBX,RAX
TEST R14,R14
JZ 0x00125934
MOV RAX,qword ptr [RBX + 0x8]
MOV RDI,RBX
MOV RSI,R14
ADD RSP,0x8
POP RBX
POP R14
JMP RAX
LAB_00125934:
MOV EDI,0x68
CALL 0x00117080
XORPS XMM0,XMM0
MOVAPS ... |
void ggml_backend_alloc_buffer(long param_1,long param_2)
{
long lVar1;
int8 *puVar2;
lVar1 = (**(code **)(*(long *)(param_1 + 0x70) + 0x30))();
if (param_2 != 0) {
/* WARNING: Could not recover jumptable at 0x00125932. Too many branches */
/* WARNING: Treating indir... | |
2,398 | key_cache_write | eloqsql/mysys/mf_keycache.c | int key_cache_write(KEY_CACHE *keycache,
File file, void *file_extra,
my_off_t filepos, int level,
uchar *buff, uint length,
uint block_length, int force_write)
{
if (keycache->can_be_used)
return keycache->interface_funcs->write(keycache->keycache... | O3 | c | key_cache_write:
cmpb $0x0, 0x49(%rdi)
je 0x9d4da
movq 0x8(%rdi), %rax
movq 0x10(%rdi), %rdi
movq 0x28(%rdi), %r11
movq %rax, %rdi
jmpq *%r11
pushq %rbp
movq %rsp, %rbp
movl 0x10(%rbp), %edx
movl $0x24, %r8d
movl %esi, %edi
movq %r9, %rsi
callq 0xa796a
xorl %ecx, %ecx
testq %rax, %rax
setne %cl
movl %ecx, %eax
popq %rb... | key_cache_write:
cmp byte ptr [rdi+49h], 0
jz short loc_9D4DA
mov rax, [rdi+8]
mov rdi, [rdi+10h]
mov r11, [rdi+28h]
mov rdi, rax
jmp r11
loc_9D4DA:
push rbp
mov rbp, rsp
mov edx, [rbp+10h]
mov r8d, 24h ; '$'
mov edi, esi
mov rsi, r9
call my_pwrite
xor ecx, ecx... | long long key_cache_write(
long long a1,
unsigned int a2,
long long a3,
long long a4,
long long a5,
long long a6,
unsigned int a7)
{
if ( *(_BYTE *)(a1 + 73) )
return (*(long long ( **)(_QWORD))(*(_QWORD *)(a1 + 16) + 40LL))(*(_QWORD *)(a1 + 8));
else
... | key_cache_write:
CMP byte ptr [RDI + 0x49],0x0
JZ 0x0019d4da
MOV RAX,qword ptr [RDI + 0x8]
MOV RDI,qword ptr [RDI + 0x10]
MOV R11,qword ptr [RDI + 0x28]
MOV RDI,RAX
JMP R11
LAB_0019d4da:
PUSH RBP
MOV RBP,RSP
MOV EDX,dword ptr [RBP + 0x10]
MOV R8D,0x24
MOV EDI,ESI
MOV RSI,R9
CALL 0x001a796a
XOR ECX,ECX
TEST RAX,RAX
SETN... |
ulong key_cache_write(long param_1,int4 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int4 param_7)
{
ulong uVar1;
long lVar2;
if (*(char *)(param_1 + 0x49) != '\0') {
/* WARNING: Could not recover jumptable at 0x0019d4d7. Too many branches */
... | |
2,399 | pfs_register_rwlock_v1 | eloqsql/storage/perfschema/pfs.cc | void pfs_register_rwlock_v1(const char *category,
PSI_rwlock_info_v1 *info,
int count)
{
PSI_rwlock_key key;
char rw_formatted_name[PFS_MAX_INFO_NAME_LENGTH];
char sx_formatted_name[PFS_MAX_INFO_NAME_LENGTH];
size_t rw_prefix_length;
size_t sx_prefix_len... | O0 | cpp | pfs_register_rwlock_v1:
pushq %rbp
movq %rsp, %rbp
subq $0x150, %rsp # imm = 0x150
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x118(%rbp)
movq %rsi, -0x120(%rbp)
movl %edx, -0x124(%rbp)
movq -0x118(%rbp), %rsi
leaq -0x90(%rbp), %rdx
leaq 0x1cf2cf(%rip), %rdi # 0x213a30
leaq -0x130(%rbp), %rcx
c... | pfs_register_rwlock_v1:
push rbp
mov rbp, rsp
sub rsp, 150h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_118], rdi
mov [rbp+var_120], rsi
mov [rbp+var_124], edx
mov rsi, [rbp+var_118]
lea rdx, [rbp+var_90]
lea rdi, rwlock_instrument_prefix
lea rcx, [rbp+var_130]
call ... | unsigned long long pfs_register_rwlock_v1(long long a1, long long a2, int a3)
{
unsigned int v4; // [rsp+8h] [rbp-148h]
unsigned int v5; // [rsp+8h] [rbp-148h]
long long v6; // [rsp+10h] [rbp-140h]
long long v7; // [rsp+18h] [rbp-138h] BYREF
long long v8; // [rsp+20h] [rbp-130h] BYREF
int v9; // [rsp+28h] ... | pfs_register_rwlock_v1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x150
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x118],RDI
MOV qword ptr [RBP + -0x120],RSI
MOV dword ptr [RBP + -0x124],EDX
MOV RSI,qword ptr [RBP + -0x118]
LEA RDX,[RBP + -0x90]
LEA RDI,[0x313a30]
LEA RCX,[RBP + -0x130]
CALL 0... |
void pfs_register_rwlock_v1(char *param_1,int8 *param_2,int param_3)
{
int iVar1;
size_t __n;
ulong uVar2;
long in_FS_OFFSET;
ulong local_140;
ulong local_138;
int4 local_130;
int local_12c;
int8 *local_128;
char *local_120;
char local_118 [128];
char local_98 [136];
long local_10;
loca... |
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.