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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
7,800 | mysql_close_slow_part | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void mysql_close_slow_part(MYSQL *mysql)
{
if (mysql->net.pvio)
{
free_old_query(mysql);
mysql->status=MYSQL_STATUS_READY; /* Force command */
mysql->options.reconnect=0;
if (mysql->net.pvio && mysql->net.buff)
ma_simple_command(mysql, COM_QUIT,NullS,0,1,0);
end_server(mysql);
}
/* the... | O0 | c | mysql_close_slow_part:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, (%rax)
je 0x44f68
movq -0x8(%rbp), %rdi
callq 0x45030
movq -0x8(%rbp), %rax
movl $0x0, 0x488(%rax)
movq -0x8(%rbp), %rax
movb $0x0, 0x43b(%rax)
movq -0x8(%rbp), %rax
cmpq $0x0, (%rax)
je 0x44f5a
mov... | mysql_close_slow_part:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax], 0
jz short loc_44F68
mov rdi, [rbp+var_8]
call free_old_query
mov rax, [rbp+var_8]
mov dword ptr [rax+488h], 0
mov rax, [rbp+var_8]
mov byte ptr [ra... | long long mysql_close_slow_part(long long a1)
{
long long result; // rax
if ( *(_QWORD *)a1 )
{
free_old_query(a1);
*(_DWORD *)(a1 + 1160) = 0;
*(_BYTE *)(a1 + 1083) = 0;
if ( *(_QWORD *)a1 )
{
if ( *(_QWORD *)(a1 + 8) )
ma_simple_command(a1, 1u, 0LL, 0LL, 1, 0LL);
}
re... | mysql_close_slow_part:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX],0x0
JZ 0x00144f68
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00145030
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x488],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV byte ptr [RAX + 0x... |
void mysql_close_slow_part(long *param_1)
{
if (*param_1 == 0) {
if ((param_1[0x90] != 0) && (*(long *)(param_1[0x90] + 0x28) != 0)) {
if (*(long *)(*(long *)(param_1[0x90] + 0x28) + 0x30) != 0) {
freeaddrinfo(*(addrinfo **)(*(long *)(param_1[0x90] + 0x28) + 0x30));
*(int8 *)(*(long *)(par... | |
7,801 | pvio_socket_has_data | eloqsql/libmariadb/plugins/pvio/pvio_socket.c | my_bool pvio_socket_has_data(MARIADB_PVIO *pvio, ssize_t *data_len)
{
struct st_pvio_socket *csock= NULL;
char tmp_buf;
ssize_t len;
my_bool mode;
if (!pvio || !pvio->data)
return 0;
csock= (struct st_pvio_socket *)pvio->data;
/* MSG_PEEK: Peeks at the incoming data. The data is copied into the buf... | O0 | c | pvio_socket_has_data:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x1ab29
movq -0x10(%rbp), %rax
cmpq $0x0, (%rax)
jne 0x1ab2f
movb $0x0, -0x1(%rbp)
jmp 0x1ab93
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x20(%rbp)
... | pvio_socket_has_data:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], 0
cmp [rbp+var_10], 0
jz short loc_1AB29
mov rax, [rbp+var_10]
cmp qword ptr [rax], 0
jnz short loc_1AB2F
loc_1AB29:
mov [rbp+var_1], 0
jmp short loc... | char pvio_socket_has_data(unsigned int **a1, long long *a2)
{
char v3; // [rsp+Fh] [rbp-31h] BYREF
long long v4; // [rsp+10h] [rbp-30h]
char v5; // [rsp+1Fh] [rbp-21h] BYREF
unsigned int *v6; // [rsp+20h] [rbp-20h]
long long *v7; // [rsp+28h] [rbp-18h]
unsigned int **v8; // [rsp+30h] [rbp-10h]
v8 = a1;
... | pvio_socket_has_data:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],0x0
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0011ab29
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX],0x0
JNZ 0x0011ab2f
LAB_0011ab29:
MOV byte ptr [RBP + -0x1],0x0
JMP 0x0... |
int1 pvio_socket_has_data(long *param_1,long *param_2)
{
char local_39;
long local_38;
int1 local_29;
int *local_28;
long *local_20;
long *local_18;
int1 local_9;
if ((param_1 == (long *)0x0) || (*param_1 == 0)) {
local_9 = 0;
}
else {
local_28 = (int *)*param_1;
local_20 = param_2;... | |
7,802 | google::protobuf::RepeatedField<unsigned int>::AddNAlreadyReserved(int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/repeated_field.h | inline Element* RepeatedField<Element>::AddNAlreadyReserved(int elements) {
GOOGLE_DCHECK_GE(total_size_ - current_size_, elements)
<< total_size_ << ", " << current_size_;
// Warning: sometimes people call this when elements == 0 and
// total_size_ == 0. In this case the return pointer points to a zero siz... | O0 | c | google::protobuf::RepeatedField<unsigned int>::AddNAlreadyReserved(int):
subq $0x98, %rsp
movq %rdi, 0x90(%rsp)
movl %esi, 0x8c(%rsp)
movq 0x90(%rsp), %rax
movq %rax, 0x28(%rsp)
xorl %eax, %eax
testb $0x1, %al
jne 0x19029e
jmp 0x19038f
movq 0x28(%rsp), %rcx
movl 0x4(%rcx), %eax
subl (%rcx), %eax
movl 0x8c(%rsp), %ecx
m... | _ZN6google8protobuf13RepeatedFieldIdE19AddNAlreadyReservedEi:
sub rsp, 98h
mov [rsp+98h+var_8], rdi
mov [rsp+98h+var_C], esi
mov rax, [rsp+98h+var_8]
mov [rsp+98h+var_70], rax
loc_190293:
xor eax, eax
test al, 1
jnz short loc_19029E
jmp loc_19038F
loc_19029E:
mov rcx, [rsp+98h+var... | long long google::protobuf::RepeatedField<double>::AddNAlreadyReserved(int *a1, int a2)
{
long long v3; // [rsp+30h] [rbp-68h]
int v4; // [rsp+8Ch] [rbp-Ch]
int *v5; // [rsp+90h] [rbp-8h]
v5 = a1;
v4 = a2;
v3 = 8LL * *a1 + google::protobuf::RepeatedField<double>::unsafe_elements(a1);
*a1 += v4;
return... | |||
7,803 | google::protobuf::RepeatedField<unsigned int>::AddNAlreadyReserved(int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/repeated_field.h | inline Element* RepeatedField<Element>::AddNAlreadyReserved(int elements) {
GOOGLE_DCHECK_GE(total_size_ - current_size_, elements)
<< total_size_ << ", " << current_size_;
// Warning: sometimes people call this when elements == 0 and
// total_size_ == 0. In this case the return pointer points to a zero siz... | O3 | c | google::protobuf::RepeatedField<unsigned int>::AddNAlreadyReserved(int):
movslq (%rdi), %rax
addl %eax, %esi
shlq $0x3, %rax
addq 0x8(%rdi), %rax
movl %esi, (%rdi)
retq
| _ZN6google8protobuf13RepeatedFieldIdE19AddNAlreadyReservedEi:
movsxd rax, dword ptr [rdi]
add esi, eax
shl rax, 3
add rax, [rdi+8]
mov [rdi], esi
retn
| long long google::protobuf::RepeatedField<double>::AddNAlreadyReserved(int *a1, int a2)
{
long long v2; // rax
int v3; // esi
long long result; // rax
v2 = *a1;
v3 = v2 + a2;
result = *((_QWORD *)a1 + 1) + 8 * v2;
*a1 = v3;
return result;
}
| AddNAlreadyReserved:
MOVSXD RAX,dword ptr [RDI]
ADD ESI,EAX
SHL RAX,0x3
ADD RAX,qword ptr [RDI + 0x8]
MOV dword ptr [RDI],ESI
RET
|
/* google::protobuf::RepeatedField<double>::AddNAlreadyReserved(int) */
long __thiscall
google::protobuf::RepeatedField<double>::AddNAlreadyReserved
(RepeatedField<double> *this,int param_1)
{
int iVar1;
iVar1 = *(int *)this;
*(int *)this = param_1 + iVar1;
return (long)iVar1 * 8 + *(long *)(thi... | |
7,804 | ma_multi_malloc | eloqsql/libmariadb/libmariadb/ma_alloc.c | void *ma_multi_malloc(myf myFlags, ...)
{
va_list args;
char **ptr,*start,*res;
size_t tot_length,length;
va_start(args,myFlags);
tot_length=0;
while ((ptr=va_arg(args, char **)))
{
length=va_arg(args, size_t);
tot_length+=ALIGN_SIZE(length);
}
va_end(args);
if (!(start=(char *)malloc(tot_... | O3 | c | ma_multi_malloc:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0xd0, %rsp
leaq -0xe0(%rbp), %rbx
movq %rsi, 0x8(%rbx)
movq %rdx, 0x10(%rbx)
movq %rcx, 0x18(%rbx)
movq %r8, 0x20(%rbx)
movq %r9, 0x28(%rbx)
testb %al, %al
je 0x2f69e
movaps %xmm0, -0xb0(%rbp)
movaps %xmm1, -0xa0(%rbp)
movaps %xmm2, -0x90(%rbp)
mov... | ma_multi_malloc:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 0D0h
lea rbx, [rbp+var_E0]
mov [rbx+8], rsi
mov [rbx+10h], rdx
mov [rbx+18h], rcx
mov [rbx+20h], r8
mov [rbx+28h], r9
test al, al
jz short loc_2F69E
movaps [rbp+var_B0], xmm0
movaps [rbp+var_A0], xmm1
mo... | long long ma_multi_malloc(
_DWORD a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
... | ma_multi_malloc:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0xd0
LEA RBX,[RBP + -0xe0]
MOV qword ptr [RBX + 0x8],RSI
MOV qword ptr [RBX + 0x10],RDX
MOV qword ptr [RBX + 0x18],RCX
MOV qword ptr [RBX + 0x20],R8
MOV qword ptr [RBX + 0x28],R9
TEST AL,AL
JZ 0x0012f69e
MOVAPS xmmword ptr [RBP + -0xb0],XMM0
MOVAPS xmmword... |
void ma_multi_malloc(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
uint uVar1;
void *pvVar2;
... | |
7,805 | testing::internal::StreamingListener::OnTestSuiteStart(testing::TestSuite const&) | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest-internal-inl.h | void OnTestSuiteStart(const TestSuite& test_suite) override {
SendLn(std::string("event=TestCaseStart&name=") + test_suite.name());
} | O1 | c | testing::internal::StreamingListener::OnTestSuiteStart(testing::TestSuite const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x38(%rsp), %r12
movq %r12, -0x10(%r12)
leaq 0x951a(%rip), %rsi # 0x44728
leaq 0x952c(%rip), %rdx # 0x44741
leaq 0x28(%rsp), %r15... | _ZN7testing8internal17StreamingListener16OnTestSuiteStartERKNS_9TestSuiteE:
push r15
push r14
push r12
push rbx
sub rsp, 48h
mov r14, rsi
mov rbx, rdi
lea r12, [rsp+68h+var_30]
mov [r12-10h], r12
lea rsi, aEventTestcases; "event=TestCaseStart&name="
lea rdx, aEventTestcases+19h; ... | void testing::internal::StreamingListener::OnTestSuiteStart(
testing::internal::StreamingListener *this,
const char **a2)
{
long long v2; // rax
int v3; // r8d
int v4; // r9d
__int128 *v5; // rcx
int v6; // edx
void *v7; // [rsp+8h] [rbp-60h] BYREF
long long v8; // [rsp+10h] [rbp-58h]
_... | OnTestSuiteStart:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14,RSI
MOV RBX,RDI
LEA R12,[RSP + 0x38]
MOV qword ptr [R12 + -0x10],R12
LEA RSI,[0x144728]
LEA RDX,[0x144741]
LEA R15,[RSP + 0x28]
MOV RDI,R15
CALL 0x0010fdfe
MOV RSI,qword ptr [R14 + 0x8]
LAB_0013b226:
MOV RDI,R15
CALL 0x00109a70
LEA R14,[RSP + 0x... |
/* testing::internal::StreamingListener::OnTestSuiteStart(testing::TestSuite const&) */
void testing::internal::StreamingListener::OnTestSuiteStart(TestSuite *param_1)
{
long *plVar1;
long *plVar2;
long *local_60;
long local_58;
long local_50;
long lStack_48;
long *local_40 [2];
long local_30 [2];
... | |
7,806 | google::protobuf::Message::DebugString[abi:cxx11]() const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc | std::string Message::DebugString() const {
std::string debug_string;
TextFormat::Printer printer;
printer.SetExpandAny(true);
printer.SetInsertSilentMarker(internal::enable_debug_text_format_marker.load(
std::memory_order_relaxed));
printer.PrintToString(*this, &debug_string);
return debug_string;
... | O0 | cpp | google::protobuf::Message::DebugString[abi:cxx11]() const:
subq $0xc8, %rsp
movq %rdi, (%rsp)
movq %rdi, %rax
movq %rax, 0x8(%rsp)
movq %rdi, 0xc0(%rsp)
movq %rsi, 0xb8(%rsp)
movq 0xb8(%rsp), %rax
movq %rax, 0x10(%rsp)
movb $0x0, 0xb7(%rsp)
callq 0x192180
leaq 0x28(%rsp), %rdi
callq 0x56a280
jmp 0x567789
leaq 0x28(%rsp... | _ZNK6google8protobuf7Message11DebugStringB5cxx11Ev:
sub rsp, 0C8h
mov [rsp+0C8h+var_C8], rdi
mov rax, rdi
mov [rsp+0C8h+var_C0], rax
mov [rsp+0C8h+var_8], rdi
mov [rsp+0C8h+var_10], rsi
mov rax, [rsp+0C8h+var_10]
mov [rsp+0C8h+var_B8], rax
mov [rsp+0C8h+var_11], 0
call __ZNSt7__cx... | long long google::protobuf::Message::DebugString[abi:cxx11](long long a1, long long a2)
{
char v2; // al
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long v7; // [rsp+0h] [rbp-C8h]
long long v8; // [rsp+8h] [rbp-C0h]
_BYTE v9[143]; // [rsp+28h] [rbp-A0h] BYREF
char v10; // [rsp+B7h] [rbp-11h]
lo... | SharedCtor:
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 RDI,RAX
ADD RDI,0x10
MOV qword ptr [RAX + 0x10],0x0
ADD RDI,0x8
MOV qword ptr [RSP + 0x8],RDI
XOR ESI,ESI
MOV EDX,0x4
CALL 0x002914a0
MOV RDI,qword ... |
/* google::protobuf::Int64Value::SharedCtor(google::protobuf::Arena*, bool) */
void google::protobuf::Int64Value::SharedCtor(Arena *param_1,bool param_2)
{
*(int8 *)(param_1 + 0x10) = 0;
memset((CachedSize *)(param_1 + 0x18),0,4);
internal::CachedSize::CachedSize((CachedSize *)(param_1 + 0x18));
return;
}
| |
7,807 | used_buffs_add | eloqsql/storage/maria/ma_loghandler.c | static void
used_buffs_add(TRUNSLOG_USED_BUFFERS *buffs,
struct st_translog_buffer *buff)
{
DBUG_ENTER("used_buffs_add");
DBUG_PRINT("enter", ("ADD buffs: %p unlk %u (%p) wrt_ptr: %u (%p)"
" buff %p (%u)",
buffs,
buffs->wrt_ptr, ... | O0 | c | used_buffs_add:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0x3829e
jmp 0x382a0
jmp 0x382a2
movq -0x10(%rbp), %rdx
movq -0x8(%rbp), %rax
movq -0x8(%rbp), %rsi
movb 0x18(%rsi), %cl
movb %cl, %dil
addb $0x1, %dil
movb %dil, 0x18(%rsi)
movzbl %cl, %ecx
movq %rdx, (%rax,%rcx,8)
jmp 0x382c5
p... | used_buffs_add:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
jmp short $+2
loc_3829E:
jmp short $+2
loc_382A0:
jmp short $+2
loc_382A2:
mov rdx, [rbp+var_10]
mov rax, [rbp+var_8]
mov rsi, [rbp+var_8]
mov cl, [rsi+18h]
mov dil, cl
add dil, 1
mov ... | long long used_buffs_add(long long a1, long long a2)
{
long long result; // rax
unsigned __int8 v3; // cl
result = a1;
v3 = *(_BYTE *)(a1 + 24);
*(_BYTE *)(a1 + 24) = v3 + 1;
*(_QWORD *)(a1 + 8LL * v3) = a2;
return result;
}
| used_buffs_add:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x0013829e
LAB_0013829e:
JMP 0x001382a0
LAB_001382a0:
JMP 0x001382a2
LAB_001382a2:
MOV RDX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x8]
MOV CL,byte ptr [RSI + 0x18]
MOV DIL,CL... |
void used_buffs_add(long param_1,int8 param_2)
{
byte bVar1;
bVar1 = *(byte *)(param_1 + 0x18);
*(byte *)(param_1 + 0x18) = bVar1 + 1;
*(int8 *)(param_1 + (ulong)bVar1 * 8) = param_2;
return;
}
| |
7,808 | testing::internal::GetArgvs[abi:cxx11]() | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc | ::std::vector<std::string> GetArgvs() {
#if defined(GTEST_CUSTOM_GET_ARGVS_)
// GTEST_CUSTOM_GET_ARGVS_() may return a container of std::string or
// ::string. This code converts it to the appropriate type.
const auto& custom = GTEST_CUSTOM_GET_ARGVS_();
return ::std::vector<std::string>(custom.begin(), custom.... | O0 | cpp | testing::internal::GetArgvs[abi:cxx11]():
subq $0x18, %rsp
movq %rdi, %rax
movq %rax, 0x8(%rsp)
movq %rdi, 0x10(%rsp)
leaq 0xc3f90(%rip), %rsi # 0x185d28
callq 0xec580
movq 0x8(%rsp), %rax
addq $0x18, %rsp
retq
nopw (%rax,%rax)
| _ZN7testing8internal8GetArgvsB5cxx11Ev:
sub rsp, 18h
mov rax, rdi
mov [rsp+18h+var_10], rax
mov [rsp+18h+var_8], rdi
lea rsi, _ZN7testing8internalL7g_argvsB5cxx11E; testing::internal::g_argvs
call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2ERKS7_; std::vector<std::... | GetArgvs[abi:cxx11]:
SUB RSP,0x18
MOV RAX,RDI
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x10],RDI
LEA RSI,[0x285d28]
CALL 0x001ec580
MOV RAX,qword ptr [RSP + 0x8]
ADD RSP,0x18
RET
|
/* testing::internal::GetArgvs[abi:cxx11]() */
internal * __thiscall testing::internal::GetArgvs_abi_cxx11_(internal *this)
{
std::vector<std::__cxx11::string,std::allocator<std::__cxx11::string>>::vector
((vector<std::__cxx11::string,std::allocator<std::__cxx11::string>> *)this,
(vector *... | ||
7,809 | Binary_string::append(char const*, unsigned long) | eloqsql/sql/sql_string.h | bool append(const char *s, size_t size)
{
if (!size)
return false;
if (realloc_with_extra_if_needed(str_length + size))
return true;
q_append(s, size);
return false;
} | O3 | c | Binary_string::append(char const*, unsigned long):
testq %rdx, %rdx
je 0x27d71
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r14
movl 0x8(%rdi), %esi
movl 0xc(%rdi), %eax
addq %rdx, %rsi
cmpq %rax, %rsi
jae 0x27d74
movq (%r14), %rax
movb $0x0, (%rax,%... | _ZN13Binary_string6appendEPKcm:
test rdx, rdx
jz short loc_27D71
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdx
mov r15, rsi
mov r14, rdi
mov esi, [rdi+8]
mov eax, [rdi+0Ch]
add rsi, rdx; unsigned __int64
cmp rsi, rax
jnb short loc_27D74... | char Binary_string::append(Binary_string *this, const char *a2, long long a3)
{
int v3; // ebx
unsigned long long v5; // rsi
char result; // al
char v7; // cl
if ( !a3 )
return 0;
v3 = a3;
v5 = a3 + *((unsigned int *)this + 2);
if ( v5 >= *((unsigned int *)this + 3) )
{
v7 = Binary_string::r... | append:
TEST RDX,RDX
JZ 0x00127d71
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R15,RSI
MOV R14,RDI
MOV ESI,dword ptr [RDI + 0x8]
MOV EAX,dword ptr [RDI + 0xc]
ADD RSI,RDX
CMP RSI,RAX
JNC 0x00127d74
MOV RAX,qword ptr [R14]
MOV byte ptr [RAX + RSI*0x1],0x0
JMP 0x00127d84
LAB_00127d71:
XOR EAX... |
/* Binary_string::append(char const*, unsigned long) */
int8 __thiscall Binary_string::append(Binary_string *this,char *param_1,ulong param_2)
{
char cVar1;
ulong uVar2;
if (param_2 == 0) {
return 0;
}
uVar2 = *(uint *)(this + 8) + param_2;
if (uVar2 < *(uint *)(this + 0xc)) {
*(int1 *)(*(long... | |
7,810 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | monkey531[P]llama/common/./json.hpp | bool end_object()
{
if (ref_stack.back())
{
if (!callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::object_end, *ref_stack.back()))
{
// discard object
*ref_stack.back() = discarded;
}
else
{
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10end_objectEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov r... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::end_object(
lo... | end_object:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x10]
MOV RCX,qword ptr [RAX + -0x8]
TEST RCX,RCX
JZ 0x00134cc0
SUB RAX,qword ptr [RBX + 0x8]
SHR RAX,0x3
DEC EAX
MOV dword ptr [RSP + 0x28],EAX
MOV byte ptr [RSP + 0x8],0x1
CMP qword ptr [RBX + 0x90],0x0... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
7,811 | func_gb2312_uni_onechar | eloqsql/strings/ctype-gb2312.c | static int func_gb2312_uni_onechar(int code){
if ((code>=0x2121)&&(code<=0x2658))
return(tab_gb2312_uni0[code-0x2121]);
if ((code>=0x2721)&&(code<=0x296F))
return(tab_gb2312_uni1[code-0x2721]);
if ((code>=0x3021)&&(code<=0x777E))
return(tab_gb2312_uni2[code-0x3021]);
return(0);
} | O0 | c | func_gb2312_uni_onechar:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x8(%rbp)
cmpl $0x2121, -0x8(%rbp) # imm = 0x2121
jl 0x4ac44
cmpl $0x2658, -0x8(%rbp) # imm = 0x2658
jg 0x4ac44
movl -0x8(%rbp), %eax
subl $0x2121, %eax # imm = 0x2121
movslq %eax, %rcx
leaq 0xc59f5(%rip), %rax # 0x110630
movzwl (%rax... | func_gb2312_uni_onechar:
push rbp
mov rbp, rsp
mov [rbp+var_8], edi
cmp [rbp+var_8], 2121h
jl short loc_4AC44
cmp [rbp+var_8], 2658h
jg short loc_4AC44
mov eax, [rbp+var_8]
sub eax, 2121h
movsxd rcx, eax
lea rax, tab_gb2312_uni0
movzx eax, word ptr [rax+rcx*2]
mov [rbp+va... | long long func_gb2312_uni_onechar(int a1)
{
if ( a1 < 8481 || a1 > 9816 )
{
if ( a1 < 10017 || a1 > 10607 )
{
if ( a1 < 12321 || a1 > 30590 )
return 0;
else
return tab_gb2312_uni2[a1 - 12321];
}
else
{
return tab_gb2312_uni1[a1 - 10017];
}
}
else
{
... | func_gb2312_uni_onechar:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x8],EDI
CMP dword ptr [RBP + -0x8],0x2121
JL 0x0014ac44
CMP dword ptr [RBP + -0x8],0x2658
JG 0x0014ac44
MOV EAX,dword ptr [RBP + -0x8]
SUB EAX,0x2121
MOVSXD RCX,EAX
LEA RAX,[0x210630]
MOVZX EAX,word ptr [RAX + RCX*0x2]
MOV dword ptr [RBP + -0x4],EAX
J... |
int2 func_gb2312_uni_onechar(int param_1)
{
int2 uVar1;
if ((param_1 < 0x2121) || (0x2658 < param_1)) {
if ((param_1 < 0x2721) || (0x296f < param_1)) {
if ((param_1 < 0x3021) || (0x777e < param_1)) {
uVar1 = 0;
}
else {
uVar1 = *(int2 *)(tab_gb2312_uni2 + (long)(param_1 + ... | |
7,812 | core_tensor_logic_init_2d_Test::~core_tensor_logic_init_2d_Test() | magnetron/test/unittests/tensor/core_logic.cpp | TEST(core_tensor_logic, init_2d) {
context ctx {compute_device::cpu};
tensor t {ctx, dtype::e8m23, 10, 10};
ASSERT_EQ(t.dtype(), dtype::e8m23);
ASSERT_EQ(t.rank(), 2);
ASSERT_EQ(t.shape()[0], 10);
ASSERT_EQ(t.shape()[1], 10);
ASSERT_EQ(t.shape()[2], 1);
ASSERT_EQ(t.shape()[3], 1);
AS... | O0 | cpp | core_tensor_logic_init_2d_Test::~core_tensor_logic_init_2d_Test():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x9ede0
addq $0x10, %rsp
popq %rbp
retq
nopl (%rax,%rax)
| _ZN30core_tensor_logic_init_2d_TestD2Ev:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]; this
call _ZN7testing4TestD2Ev; testing::Test::~Test()
add rsp, 10h
pop rbp
retn
| void core_tensor_logic_init_2d_Test::~core_tensor_logic_init_2d_Test(core_tensor_logic_init_2d_Test *this)
{
testing::Test::~Test(this);
}
| ~core_tensor_logic_init_2d_Test:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x0019ede0
ADD RSP,0x10
POP RBP
RET
|
/* core_tensor_logic_init_2d_Test::~core_tensor_logic_init_2d_Test() */
void __thiscall
core_tensor_logic_init_2d_Test::~core_tensor_logic_init_2d_Test
(core_tensor_logic_init_2d_Test *this)
{
testing::Test::~Test((Test *)this);
return;
}
| |
7,813 | string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&) | monkey531[P]llama/common/common.cpp | std::string string_from(const struct llama_context * ctx, const std::vector<llama_token> & tokens) {
std::stringstream buf;
buf << "[ ";
bool first = true;
for (const auto & token : tokens) {
if (!first) {
buf << ", ";
} else {
first = false;
}
... | O0 | cpp | string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&):
subq $0x2a8, %rsp # imm = 0x2A8
movq %rdi, 0x48(%rsp)
movq %rdi, %rax
movq %rax, 0x50(%rsp)
movq %rdi, 0x2a0(%rsp)
movq %rsi, 0x298(%rsp)
movq %rdx, 0x290(%rsp)
leaq 0x108(%rsp), %rdi
callq 0x5a560
leaq 0x118(%rsp), %... | _Z11string_fromB5cxx11PK13llama_contextRKSt6vectorIiSaIiEE:
sub rsp, 2A8h
mov [rsp+2A8h+var_260], rdi
mov rax, rdi
mov [rsp+2A8h+var_258], rax
mov [rsp+2A8h+var_8], rdi
mov [rsp+2A8h+var_10], rsi
mov [rsp+2A8h+var_18], rdx
lea rdi, [rsp+2A8h+var_1A0]
call __ZNSt7__cxx1118basic_strings... | long long string_from[abi:cxx11](long long a1, long long a2, long long a3)
{
long long v4; // [rsp+8h] [rbp-2A0h]
long long v5; // [rsp+10h] [rbp-298h]
long long v6; // [rsp+18h] [rbp-290h]
long long v7; // [rsp+20h] [rbp-288h]
_BYTE v8[32]; // [rsp+58h] [rbp-250h] BYREF
long long v9; // [rsp+78h] [rbp-230... | string_from[abi:cxx11]:
SUB RSP,0x2a8
MOV qword ptr [RSP + 0x48],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x50],RAX
MOV qword ptr [RSP + 0x2a0],RDI
MOV qword ptr [RSP + 0x298],RSI
MOV qword ptr [RSP + 0x290],RDX
LEA RDI,[RSP + 0x108]
CALL 0x0015a560
LEA RDI,[RSP + 0x118]
LAB_001eeb51:
LEA RSI,[0x311df3]
CALL 0x0015aa30
JMP... |
/* string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int> > const&) */
llama_context * string_from_abi_cxx11_(llama_context *param_1,vector *param_2)
{
bool bVar1;
ostream *poVar2;
vector<int,std::allocator<int>> *in_RDX;
__cxx11 local_250 [32];
int8 local_230;
int8 local_228;
... | |
7,814 | string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&) | monkey531[P]llama/common/common.cpp | std::string string_from(const struct llama_context * ctx, const std::vector<llama_token> & tokens) {
std::stringstream buf;
buf << "[ ";
bool first = true;
for (const auto & token : tokens) {
if (!first) {
buf << ", ";
} else {
first = false;
}
... | O3 | cpp | string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1e8, %rsp # imm = 0x1E8
movq %rdx, %rbx
movq %rsi, 0x58(%rsp)
movq %rdi, 0x48(%rsp)
leaq 0x60(%rsp), %rdi
callq 0x1a660
leaq 0x70(%rsp), %r14
l... | _Z11string_fromB5cxx11PK13llama_contextRKSt6vectorIiSaIiEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1E8h
mov rbx, rdx
mov [rsp+218h+var_1C0], rsi
mov [rsp+218h+var_1D0], rdi
lea rdi, [rsp+218h+var_1B8]
call __ZNSt7__cxx1118basic_stringstreamIcSt11char_trai... | long long string_from[abi:cxx11](long long a1, long long a2, unsigned int **a3)
{
unsigned int *v4; // r13
char v5; // al
unsigned int v6; // ebx
long long model; // rax
long long vocab; // rax
_BYTE *v9; // r15
char *v10; // rbx
char *v11; // rbp
long long v12; // r14
char *v13; // r12
signed lo... | string_from[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1e8
MOV RBX,RDX
MOV qword ptr [RSP + 0x58],RSI
MOV qword ptr [RSP + 0x48],RDI
LEA RDI,[RSP + 0x60]
CALL 0x0011a660
LEA R14,[RSP + 0x70]
LAB_001729b0:
LEA RSI,[0x1ef42f]
MOV EDX,0x2
MOV RDI,R14
CALL 0x0011aa10
MOV R13,qword ptr [RBX]... |
/* string_from[abi:cxx11](llama_context const*, std::vector<int, std::allocator<int> > const&) */
llama_context * string_from_abi_cxx11_(llama_context *param_1,vector *param_2)
{
byte *pbVar1;
byte bVar2;
uint uVar3;
uint uVar4;
llama_context *plVar5;
uint uVar6;
bool bVar7;
int iVar8;
uint uVar9;
... | |
7,815 | unlink_hash | eloqsql/mysys/mf_keycache.c | static void unlink_hash(SIMPLE_KEY_CACHE_CB *keycache, HASH_LINK *hash_link)
{
KEYCACHE_DBUG_PRINT("unlink_hash", ("fd: %u pos_ %lu #requests=%u",
(uint) hash_link->file,(ulong) hash_link->diskpos, hash_link->requests));
KEYCACHE_DBUG_ASSERT(hash_link->requests == 0);
if ((*hash_link->prev= hash_link->nex... | O0 | c | unlink_hash:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0xe50b2
jmp 0xe50b4
jmp 0xe50b6
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq -0x10(%rbp), %rcx
movq 0x8(%rcx), %rcx
movq %rax, (%rcx)
cmpq $0x0, %rax
je 0xe50e1
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rcx
movq -0x... | unlink_hash_0:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
jmp short $+2
loc_E50B2:
jmp short $+2
loc_E50B4:
jmp short $+2
loc_E50B6:
mov rax, [rbp+var_10]
mov rax, [rax]
mov rcx, [rbp+var_10]
mov rcx, [rcx+8]
mov [rcx], rax
cmp ra... | long long unlink_hash_0(long long a1, long long *a2)
{
long long v2; // rax
long long result; // rax
long long v4; // [rsp+0h] [rbp-40h]
long long v5; // [rsp+8h] [rbp-38h]
long long v6; // [rsp+10h] [rbp-30h]
long long v7; // [rsp+18h] [rbp-28h]
long long v8; // [rsp+28h] [rbp-18h]
v2 = *a2;
*(_QWO... | unlink_hash:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x001e50b2
LAB_001e50b2:
JMP 0x001e50b4
LAB_001e50b4:
JMP 0x001e50b6
LAB_001e50b6:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RCX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RCX + 0x8]
MOV q... |
void unlink_hash(long param_1,long *param_2)
{
long lVar1;
int4 *puVar2;
long lVar3;
ulong uVar4;
bool bVar5;
long local_30;
lVar1 = *param_2;
*(long *)param_2[1] = lVar1;
if (lVar1 != 0) {
*(long *)(*param_2 + 8) = param_2[1];
}
param_2[2] = 0;
if (*(long *)(param_1 + 0x118) == 0) {
... | |
7,816 | copy_uca_collation | eloqsql/mysys/charset.c | static void
copy_uca_collation(struct charset_info_st *to, CHARSET_INFO *from,
CHARSET_INFO *loaded)
{
to->cset= from->cset;
to->coll= from->coll;
/*
Single-level UCA collation have strnxfrm_multiple=8.
In case of a multi-level UCA collation we use strnxfrm_multiply=4.
That means MY... | O0 | c | copy_uca_collation:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq 0xb8(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0xb8(%rax)
movq -0x10(%rbp), %rax
movq 0xc0(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0xc0(%rax)
movq -0x18(%rbp), %rax
movz... | copy_uca_collation:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
mov rcx, [rax+0B8h]
mov rax, [rbp+var_8]
mov [rax+0B8h], rcx
mov rax, [rbp+var_10]
mov rcx, [rax+0C0h]
mov rax, [rbp+var_8]
mov [rax+0C0h], ... | long long copy_uca_collation(long long a1, long long a2, long long a3)
{
long long result; // rax
int v4; // [rsp+0h] [rbp-1Ch]
*(_QWORD *)(a1 + 184) = *(_QWORD *)(a2 + 184);
*(_QWORD *)(a1 + 192) = *(_QWORD *)(a2 + 192);
if ( *(unsigned __int8 *)(a3 + 178) <= 1u )
v4 = *(_DWORD *)(a2 + 144);
else
... | copy_uca_collation:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RAX + 0xb8]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0xb8],RCX
MOV RAX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RAX + 0x... |
void copy_uca_collation(long param_1,long param_2,long param_3)
{
int4 local_24;
*(int8 *)(param_1 + 0xb8) = *(int8 *)(param_2 + 0xb8);
*(int8 *)(param_1 + 0xc0) = *(int8 *)(param_2 + 0xc0);
if (*(byte *)(param_3 + 0xb2) < 2) {
local_24 = *(int4 *)(param_2 + 0x90);
}
else {
local_24 = 4;
}
... | |
7,817 | check_eol_junk(char const*) | eloqsql/client/mysqltest.cc | void check_eol_junk(const char *eol)
{
const char *p= eol;
DBUG_ENTER("check_eol_junk");
DBUG_PRINT("enter", ("eol: %s", eol));
/* Skip past all spacing chars and comments */
while (*p && (my_isspace(charset_info, *p) || *p == '#' || *p == '\n'))
{
/* Skip past comments started with # and ended with ne... | O3 | cpp | check_eol_junk(char const*):
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movb (%rdi), %cl
testb %cl, %cl
je 0x6a87d
movq 0x36fb5d(%rip), %rax # 0x3da388
movq 0x40(%rax), %rsi
movzbl %cl, %edx
testb $0x8, 0x1(%rsi,%rdx)
jne 0x6a845
cmpb $0xa, %cl
je 0x6a85f
cmpl $0x23, %edx
je 0x6a84a
jmp 0x6a87d... | _Z14check_eol_junkPKc:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
mov cl, [rdi]
test cl, cl
jz short loc_6A87D
mov rax, cs:_ZL12charset_info; charset_info
loc_6A82B:
mov rsi, [rax+40h]
movzx edx, cl
test byte ptr [rsi+rdx+1], 8
jnz short loc_6A845
cmp cl, 0Ah
... | void check_eol_junk(
char *a1,
long long a2,
long long a3,
long long a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
char *v12; // rbx
_QWORD *v13; // rax
v12 = a1;
... | check_eol_junk:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV CL,byte ptr [RDI]
TEST CL,CL
JZ 0x0016a87d
MOV RAX,qword ptr [0x004da388]
LAB_0016a82b:
MOV RSI,qword ptr [RAX + 0x40]
MOVZX EDX,CL
TEST byte ptr [RSI + RDX*0x1 + 0x1],0x8
JNZ 0x0016a845
CMP CL,0xa
JZ 0x0016a85f
CMP EDX,0x23
JZ 0x0016a84a
JMP 0x0016... |
/* check_eol_junk(char const*) */
void check_eol_junk(char *param_1)
{
int *puVar1;
byte bVar2;
bVar2 = *param_1;
puVar1 = charset_info;
do {
if (bVar2 == 0) {
LAB_0016a87d:
check_eol_junk_line(param_1);
return;
}
if ((*(byte *)(*(long *)(puVar1 + 0x40) + 1 + (ulong)bVar2) & 8) =... | |
7,818 | LefDefParser::lefwMacroObsLayerWidth(double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwMacroObsLayerWidth(double width)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (!lefwDidInit)
return LEFW_BAD_ORDER;
if (!lefwIsMacroObsLayer)
return LEFW_BAD_ORDER;
if (lefwWriteEncrypt)
encPrint(lefwFile, (char*) " WIDTH %.11g ;\n", width);
else
... | O3 | cpp | LefDefParser::lefwMacroObsLayerWidth(double):
pushq %rbx
leaq 0xe0eb(%rip), %rax # 0x24e00
movq (%rax), %rdi
testq %rdi, %rdi
je 0x16d53
leaq 0xe330(%rip), %rax # 0x25054
cmpl $0x0, (%rax)
movl $0x2, %eax
je 0x16d79
leaq 0xe367(%rip), %rbx # 0x2509c
cmpl $0x0, (%rbx)
je 0x16d79
cmpb $0x1, 0xe3ab(%rip) ... | _ZN12LefDefParser22lefwMacroObsLayerWidthEd:
push rbx
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rdi, [rax]
test rdi, rdi
jz short loc_16D53
lea rax, _ZN12LefDefParser11lefwDidInitE; LefDefParser::lefwDidInit
cmp dword ptr [rax], 0
mov eax, 2
jz short loc_16D79
... | long long LefDefParser::lefwMacroObsLayerWidth(
LefDefParser *this,
double a2,
long long a3,
int a4,
int a5,
int a6,
int a7)
{
long long result; // rax
if ( !*(_QWORD *)&LefDefParser::lefwFile )
return 1LL;
result = 2LL;
if ( LefDefParser::lefwDidIni... | lefwMacroObsLayerWidth:
PUSH RBX
LEA RAX,[0x124e00]
MOV RDI,qword ptr [RAX]
TEST RDI,RDI
JZ 0x00116d53
LEA RAX,[0x125054]
CMP dword ptr [RAX],0x0
MOV EAX,0x2
JZ 0x00116d79
LEA RBX,[0x12509c]
CMP dword ptr [RBX],0x0
JZ 0x00116d79
CMP byte ptr [0x001250ec],0x1
JNZ 0x00116d5a
LEA RSI,[0x11be2e]
MOV AL,0x1
CALL 0x00118c35
... |
/* LefDefParser::lefwMacroObsLayerWidth(double) */
int8 LefDefParser::lefwMacroObsLayerWidth(double param_1)
{
int8 uVar1;
if (lefwFile == (_IO_FILE *)0x0) {
uVar1 = 1;
}
else {
uVar1 = 2;
if ((lefwDidInit != 0) && (lefwIsMacroObsLayer != 0)) {
if (lefwWriteEncrypt == '\x01') {
e... | |
7,819 | translog_mark_file_finished | eloqsql/storage/maria/ma_loghandler.c | static void translog_mark_file_finished(uint32 file)
{
int i;
struct st_file_counter *UNINIT_VAR(fc_ptr);
DBUG_ENTER("translog_mark_file_finished");
DBUG_PRINT("enter", ("file: %lu", (ulong) file));
mysql_mutex_lock(&log_descriptor.unfinished_files_lock);
DBUG_ASSERT(log_descriptor.unfinished_files.elemen... | O3 | c | translog_mark_file_finished:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movl %edi, %ebx
cmpq $0x0, 0xbafa3a(%rip) # 0xbff608
jne 0x4fc32
leaq 0xbaf9f1(%rip), %rdi # 0xbff5c8
callq 0x29220
movl 0xbafa36(%rip), %esi # 0xbff618
movq 0xbafa27(%rip), %rax # 0xbff610
leal -0x1(%rsi), %edx
xorl %ecx, %ecx
cm... | translog_mark_file_finished:
push rbp
mov rbp, rsp
push rbx
push rax
mov ebx, edi
cmp cs:qword_BFF608, 0
jnz short loc_4FC32
lea rdi, unk_BFF5C8
call _pthread_mutex_lock
loc_4FBDC:
mov esi, cs:dword_BFF618
mov rax, cs:qword_BFF610
lea edx, [rsi-1]
xor ecx, ecx
loc_4FBEE:
... | long long translog_mark_file_finished(long long a1)
{
long long v1; // rsi
long long v2; // rdx
long long v3; // rcx
if ( qword_BFF608 )
translog_mark_file_finished_cold_1(a1);
else
pthread_mutex_lock(&unk_BFF5C8);
v1 = (unsigned int)dword_BFF618;
v2 = (unsigned int)(dword_BFF618 - 1);
v3 = 0L... | translog_mark_file_finished:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV EBX,EDI
CMP qword ptr [0x00cff608],0x0
JNZ 0x0014fc32
LEA RDI,[0xcff5c8]
CALL 0x00129220
LAB_0014fbdc:
MOV ESI,dword ptr [0x00cff618]
MOV RAX,qword ptr [0x00cff610]
LEA EDX,[RSI + -0x1]
XOR ECX,ECX
LAB_0014fbee:
CMP dword ptr [RAX + RCX*0x8],EBX
JZ... |
void translog_mark_file_finished(int param_1)
{
int *piVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
if (DAT_00cff608 == 0) {
pthread_mutex_lock((pthread_mutex_t *)&DAT_00cff5c8);
}
else {
translog_mark_file_finished_cold_1();
}
uVar4 = (ulong)DAT_00cff618;
uVar3 = (ulong)(DAT_00cff618 -... | |
7,820 | google::protobuf::MessageLite::SerializePartialToCodedStream(google::protobuf::io::CodedOutputStream*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/message_lite.cc | bool MessageLite::SerializePartialToCodedStream(
io::CodedOutputStream* output) const {
const size_t size = ByteSizeLong(); // Force size to be cached.
if (size > INT_MAX) {
GOOGLE_LOG(ERROR) << GetTypeName()
<< " exceeded maximum protobuf size of 2GB: " << size;
return false;
}
int... | O3 | cpp | google::protobuf::MessageLite::SerializePartialToCodedStream(google::protobuf::io::CodedOutputStream*) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r12
movq %rdi, %r14
movq (%rdi), %rax
callq *0x40(%rax)
movq %rax, %r15
testq $-0x80000000, %rax # imm = 0x800... | _ZNK6google8protobuf11MessageLite29SerializePartialToCodedStreamEPNS0_2io17CodedOutputStreamE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r12, rsi
mov r14, rdi
mov rax, [rdi]
call qword ptr [rax+40h]
mov r15, rax
test rax, 0FFFFFFFF80000000h
jz ... | long long google::protobuf::MessageLite::SerializePartialToCodedStream(
google::protobuf::MessageLite *this,
unsigned __int8 **a2)
{
unsigned int v2; // ebx
google::protobuf *v3; // r15
long long v4; // rax
long long v5; // rax
char *v6; // rdx
google::protobuf::internal::LogMessage *v7; //... | SerializePartialToCodedStream:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R12,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x40]
MOV R15,RAX
TEST RAX,-0x80000000
JZ 0x0019e0b6
LEA RDX,[0x1bdf55]
LEA RDI,[RSP + 0x30]
MOV ESI,0x2
MOV ECX,0x174
CALL 0x001169ca
MOV RAX,qword ptr... |
/* google::protobuf::MessageLite::SerializePartialToCodedStream(google::protobuf::io::CodedOutputStream*)
const */
ulong __thiscall
google::protobuf::MessageLite::SerializePartialToCodedStream
(MessageLite *this,CodedOutputStream *param_1)
{
CodedOutputStream CVar1;
int8 uVar2;
int iVar3;
int iV... | |
7,821 | common_arg::set_env(char const*) | monkey531[P]llama/common/arg.cpp | common_arg & common_arg::set_env(const char * env) {
help = help + "\n(env: " + env + ")";
this->env = env;
return *this;
} | O1 | cpp | common_arg::set_env(char const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x18(%rsp), %r12
movq %r12, -0x10(%r12)
movq 0x90(%rdi), %rsi
movq 0x98(%rdi), %rdx
addq %rsi, %rdx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x4d38c
leaq 0xad209(%r... | _ZN10common_arg7set_envEPKc:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rsi
mov rbx, rdi
lea r12, [rsp+98h+var_80]
mov [r12-10h], r12
mov rsi, [rdi+90h]
mov rdx, [rdi+98h]
add rdx, rsi
lea r15, [rsp+98h+var_90]
mov rdi, r15
call ... | common_arg * common_arg::set_env(common_arg *this, const char *a2)
{
long long v2; // rax
__int128 *v3; // rcx
long long v4; // rax
_OWORD *v5; // rcx
void *v7[2]; // [rsp+8h] [rbp-90h] BYREF
_QWORD v8[2]; // [rsp+18h] [rbp-80h] BYREF
void *v9[2]; // [rsp+28h] [rbp-70h] BYREF
__int128 v10; // [rsp+38h] ... | set_env:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RSI
MOV RBX,RDI
LEA R12,[RSP + 0x18]
MOV qword ptr [R12 + -0x10],R12
MOV RSI,qword ptr [RDI + 0x90]
MOV RDX,qword ptr [RDI + 0x98]
ADD RDX,RSI
LEA R15,[RSP + 0x8]
MOV RDI,R15
CALL 0x0014d38c
LAB_001a7c40:
LEA RSI,[0x254e50]
MOV RDI,R15
... |
/* common_arg::set_env(char const*) */
common_arg * __thiscall common_arg::set_env(common_arg *this,char *param_1)
{
long *plVar1;
long *plVar2;
long *local_90 [2];
long local_80 [2];
long *local_70;
long local_68;
long local_60;
long lStack_58;
long *local_50;
long local_48;
long local_40;
l... | |
7,822 | common_arg::set_env(char const*) | monkey531[P]llama/common/arg.cpp | common_arg & common_arg::set_env(const char * env) {
help = help + "\n(env: " + env + ")";
this->env = env;
return *this;
} | O2 | cpp | common_arg::set_env(char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x90(%rdi), %r15
leaq 0x6cc49(%rip), %rdx # 0xfac80
leaq 0x28(%rsp), %r12
movq %r12, %rdi
movq %r15, %rsi
callq 0x5dad0
leaq 0x8(%rsp), %rdi
movq %r12, %rsi
movq %r14, %rdx
callq 0x3bd... | _ZN10common_arg7set_envEPKc:
push r15
push r14
push r12
push rbx
sub rsp, 68h
mov r14, rsi
mov rbx, rdi
lea r15, [rdi+90h]
lea rdx, aEnv; "\n(env: "
lea r12, [rsp+88h+var_60]
mov rdi, r12
mov rsi, r15
call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_E... | common_arg * common_arg::set_env(common_arg *this, const char *a2)
{
_BYTE v3[32]; // [rsp+8h] [rbp-80h] BYREF
_BYTE v4[32]; // [rsp+28h] [rbp-60h] BYREF
_BYTE v5[64]; // [rsp+48h] [rbp-40h] BYREF
std::operator+<char>((long long)v4, (long long)this + 144, (long long)"\n(env: ");
std::operator+<char>((long lo... | set_env:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RDI + 0x90]
LEA RDX,[0x1fac80]
LEA R12,[RSP + 0x28]
MOV RDI,R12
MOV RSI,R15
CALL 0x0015dad0
LAB_0018e047:
LEA RDI,[RSP + 0x8]
MOV RSI,R12
MOV RDX,R14
CALL 0x0013bd40
LAB_0018e057:
LEA RDX,[0x206f27]
LEA RDI,[RSP + 0x48]
LEA RSI,[... |
/* common_arg::set_env(char const*) */
common_arg * __thiscall common_arg::set_env(common_arg *this,char *param_1)
{
string local_80 [32];
string local_60 [32];
string local_40 [32];
std::operator+(local_60,(char *)(this + 0x90));
/* try { // try from 0018e047 to 0018e056 has its Catch... | |
7,823 | JS_ToPrimitiveFree | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_ToPrimitiveFree(JSContext *ctx, JSValue val, int hint)
{
int i;
BOOL force_ordinary;
JSAtom method_name;
JSValue method, ret;
if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT)
return val;
force_ordinary = hint & HINT_FORCE_ORDINARY;
hint &= ~HINT_FORCE_ORDINARY;
if (... | O1 | c | JS_ToPrimitiveFree:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %r13
movq %rsi, %rbp
cmpl $-0x1, %r13d
jne 0x3d536
movq %rdi, %r14
movl %ecx, %ebx
andl $-0x11, %ebx
testb $0x10, %cl
movq %r13, 0x20(%rsp)
movq %rbp, 0x28(%rsp)
jne 0x3d42d
movl $0x0, 0x8(%rsp)
movq $0x0, ... | JS_ToPrimitiveFree:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r13, rdx
mov rbp, rsi
cmp r13d, 0FFFFFFFFh
jnz loc_3D536
mov r14, rdi
mov ebx, ecx
and ebx, 0FFFFFFEFh
test cl, 10h
mov [rsp+78h+var_58], r13
mov [rsp+78h+var_50], rbp
... | unsigned long long JS_ToPrimitiveFree(
long long a1,
unsigned long long a2,
long long a3,
int a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
long long v12; // r13
long l... | JS_ToPrimitiveFree:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R13,RDX
MOV RBP,RSI
CMP R13D,-0x1
JNZ 0x0013d536
MOV R14,RDI
MOV EBX,ECX
AND EBX,0xffffffef
TEST CL,0x10
MOV qword ptr [RSP + 0x20],R13
MOV qword ptr [RSP + 0x28],RBP
JNZ 0x0013d42d
MOV dword ptr [RSP + 0x8],0x0
MOV qword ptr [RS... |
int1 [16] JS_ToPrimitiveFree(long param_1,ulong param_2,int8 param_3,uint param_4)
{
int8 uVar1;
int iVar2;
uint uVar3;
ulong uVar4;
int8 uVar5;
uint uVar6;
int8 uVar7;
ulong uVar8;
ulong uVar9;
bool bVar10;
int1 auVar11 [16];
int1 auVar12 [16];
int1 local_40 [16];
auVar11._8_8_ = para... | |
7,824 | JS_ToPrimitiveFree | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_ToPrimitiveFree(JSContext *ctx, JSValue val, int hint)
{
int i;
BOOL force_ordinary;
JSAtom method_name;
JSValue method, ret;
if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT)
return val;
force_ordinary = hint & HINT_FORCE_ORDINARY;
hint &= ~HINT_FORCE_ORDINARY;
if (... | O2 | c | JS_ToPrimitiveFree:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %r14
movq %rsi, %rbp
cmpl $-0x1, %r14d
jne 0x35c56
movq %rdi, %r15
movl %ecx, %ebx
andl $-0x11, %ebx
testb $0x10, %cl
movq %rbp, 0x10(%rsp)
jne 0x35bc4
movq %r15, %rdi
movq %rbp, %rsi
movq %r14, %rdx
movl $... | JS_ToPrimitiveFree:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r14, rdx
mov rbp, rsi
cmp r14d, 0FFFFFFFFh
jnz loc_35C56
mov r15, rdi
mov ebx, ecx
and ebx, 0FFFFFFEFh
test cl, 10h
mov [rsp+58h+var_48], rbp
jnz short loc_35BC4
mov ... | unsigned long long JS_ToPrimitiveFree(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m... | JS_ToPrimitiveFree:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R14,RDX
MOV RBP,RSI
CMP R14D,-0x1
JNZ 0x00135c56
MOV R15,RDI
MOV EBX,ECX
AND EBX,0xffffffef
TEST CL,0x10
MOV qword ptr [RSP + 0x10],RBP
JNZ 0x00135bc4
MOV RDI,R15
MOV RSI,RBP
MOV RDX,R14
MOV ECX,0xd3
CALL 0x0011a4c7
MOV R12,RAX
L... |
int1 [16]
JS_ToPrimitiveFree(int8 param_1,ulong param_2,int8 param_3,uint param_4)
{
int8 uVar1;
int8 uVar2;
int iVar3;
uint uVar4;
int1 auVar5 [16];
int1 auVar6 [16];
int1 local_40 [16];
auVar5._8_8_ = param_3;
auVar5._0_8_ = param_2;
if ((int)param_3 != -1) {
param_2 = param_2 & 0xffffff... | |
7,825 | JS_ToPrimitiveFree | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_ToPrimitiveFree(JSContext *ctx, JSValue val, int hint)
{
int i;
BOOL force_ordinary;
JSAtom method_name;
JSValue method, ret;
if (JS_VALUE_GET_TAG(val) != JS_TAG_OBJECT)
return val;
force_ordinary = hint & HINT_FORCE_ORDINARY;
hint &= ~HINT_FORCE_ORDINARY;
if (... | O3 | c | JS_ToPrimitiveFree:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, 0x28(%rsp)
cmpl $-0x1, %ebx
jne 0x3ebf0
movl %ecx, %ebp
andl $-0x11, %ebp
testb $0x10, %cl
jne 0x3ea4f
movl $0x0, 0x8(%rsp)
movq $0x0, (%rsp)
movq 0x28(%rsp), %rdi
movq %r15,... | JS_ToPrimitiveFree:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, rdx
mov r15, rsi
mov [rsp+78h+var_50], rdi
cmp ebx, 0FFFFFFFFh
jnz loc_3EBF0
mov ebp, ecx
and ebp, 0FFFFFFEFh
test cl, 10h
jnz short loc_3EA4F
mov dword ptr [rsp+7... | unsigned long long JS_ToPrimitiveFree(
long long a1,
long long a2,
long long a3,
int a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
unsigned int v14; // ebp
long long v1... | JS_ToPrimitiveFree:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,RDX
MOV R15,RSI
MOV qword ptr [RSP + 0x28],RDI
CMP EBX,-0x1
JNZ 0x0013ebf0
MOV EBP,ECX
AND EBP,0xffffffef
TEST CL,0x10
JNZ 0x0013ea4f
MOV dword ptr [RSP + 0x8],0x0
MOV qword ptr [RSP],0x0
MOV RDI,qword ptr [RSP + 0x28]
MOV RS... |
int1 [16] JS_ToPrimitiveFree(long param_1,int *param_2,int8 param_3,uint param_4)
{
ushort uVar1;
int iVar2;
bool bVar3;
bool bVar4;
int *piVar5;
int8 uVar6;
ulong uVar7;
int8 uVar8;
bool bVar9;
char cVar10;
int1 auVar11 [16];
int1 auVar12 [16];
int1 local_40 [16];
auVar11._8_8_ = para... | |
7,826 | UpdateSound | csit-sgu[P]mit-game-2025-team-tyler/Libraries/raylib/src/raudio.c | void UpdateSound(Sound sound, const void *data, int frameCount)
{
if (sound.stream.buffer != NULL)
{
StopAudioBuffer(sound.stream.buffer);
memcpy(sound.stream.buffer->data, data, frameCount*ma_get_bytes_per_frame(sound.stream.buffer->converter.formatIn, sound.stream.buffer->converter.channelsIn... | O3 | c | UpdateSound:
pushq %r15
pushq %r14
pushq %rbx
movq 0x20(%rsp), %r15
testq %r15, %r15
je 0x435db
movl %esi, %ebx
movq %rdi, %r14
movq %r15, %rdi
callq 0x42cc8
movl (%r15), %eax
leaq 0x8c815(%rip), %rcx # 0xcfdd0
imull 0x8(%r15), %ebx
imull (%rcx,%rax,4), %ebx
movq 0x170(%r15), %rdi
movq %r14, %rsi
movq %rbx, %rdx
po... | UpdateSound:
push r15
push r14
push rbx
mov r15, [rsp+18h+arg_0]
test r15, r15
jz short loc_435DB
mov ebx, esi
mov r14, rdi
mov rdi, r15
call StopAudioBuffer
mov eax, [r15]
lea rcx, dword_CFDD0
imul ebx, [r15+8]
imul ebx, [rcx+rax*4]
mov rdi, [r15+170h]
mov rsi,... | long long UpdateSound(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6, long long a7)
{
long long result; // rax
if ( a7 )
{
StopAudioBuffer(a7);
return memcpy(*(_QWORD *)(a7 + 368));
}
return result;
}
| UpdateSound:
PUSH R15
PUSH R14
PUSH RBX
MOV R15,qword ptr [RSP + 0x20]
TEST R15,R15
JZ 0x001435db
MOV EBX,ESI
MOV R14,RDI
MOV RDI,R15
CALL 0x00142cc8
MOV EAX,dword ptr [R15]
LEA RCX,[0x1cfdd0]
IMUL EBX,dword ptr [R15 + 0x8]
IMUL EBX,dword ptr [RCX + RAX*0x4]
MOV RDI,qword ptr [R15 + 0x170]
MOV RSI,R14
MOV RDX,RBX
POP R... |
void UpdateSound(void *param_1,int param_2)
{
uint *in_stack_00000008;
if (in_stack_00000008 != (uint *)0x0) {
StopAudioBuffer(in_stack_00000008);
memcpy(*(void **)(in_stack_00000008 + 0x5c),param_1,
(ulong)(param_2 * in_stack_00000008[2] * (&DAT_001cfdd0)[*in_stack_00000008]));
return;
... | |
7,827 | HKDF_Expand | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/keygen.c | static void HKDF_Expand(unsigned char *OKM, size_t L,
const unsigned char PRK[32],
const void *info, size_t info_len,
#ifndef __BLST_HKDF_TESTMODE__
int info_fixup,
#endif
HMAC_SHA256_CTX *ctx)
{
#if !defined(__STDC_VERSION_... | O0 | c | HKDF_Expand:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
movq -0x28(%rbp), %rdx
movq %rdx, %rax
addq $0x3, %rax
movq %rsp, %rcx
movq %rcx, -0x38(%rbp)
addq $0x12,... | HKDF_Expand:
push rbp
mov rbp, rsp
sub rsp, 50h
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], r9d
mov rdx, [rbp+var_28]
mov rax, rdx
add rax, 3
mov rcx, rsp
mov ... | long long * HKDF_Expand(
long long a1,
unsigned long long a2,
long long a3,
long long a4,
long long a5,
int a6,
long long a7)
{
char *v7; // rax
char *v8; // rsi
long long v10; // [rsp+0h] [rbp-50h] BYREF
char *v11; // [rsp+8h] [rbp-48h]
long long v12; /... | HKDF_Expand:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c],R9D
MOV RDX,qword ptr [RBP + -0x28]
MOV RAX,RDX
ADD RAX,... |
int1 *
HKDF_Expand(long param_1,ulong param_2,int8 param_3,int8 param_4,long param_5,
int param_6,long param_7)
{
long lVar1;
int1 *puVar2;
int8 uVar3;
ulong uVar4;
long lVar5;
int8 uStack_60;
int1 auStack_58 [8];
int1 *local_50;
long local_48;
int1 *local_40;
int local_34;
long loc... | |
7,828 | google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt32(int, int, google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void DescriptorBuilder::OptionInterpreter::SetInt32(
int number, int32_t value, FieldDescriptor::Type type,
UnknownFieldSet* unknown_fields) {
switch (type) {
case FieldDescriptor::TYPE_INT32:
unknown_fields->AddVarint(
number, static_cast<uint64_t>(static_cast<int64_t>(value)));
bre... | O3 | cpp | google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt32(int, int, google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*):
pushq %r14
pushq %rbx
subq $0x48, %rsp
cmpl $0x11, %ecx
je 0x39d6e
movl %ecx, %ebx
cmpl $0xf, %ecx
je 0x39d5f
cmpl $0x5, %ebx
jne 0x39d85
movslq %edx, %rdx
jmp 0x39d76... | _ZN6google8protobuf17DescriptorBuilder17OptionInterpreter8SetInt32EiiNS0_15FieldDescriptor4TypeEPNS0_15UnknownFieldSetE:
push r14
push rbx
sub rsp, 48h
cmp ecx, 11h
jz short loc_39D6E
mov ebx, ecx
cmp ecx, 0Fh
jz short loc_39D5F
cmp ebx, 5
jnz short loc_39D85
movsxd rdx, edx; un... | void google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt32(
long long a1,
int a2,
unsigned long long a3,
unsigned int a4,
google::protobuf::UnknownFieldSet *a5)
{
long long v6; // rax
char *v7; // rdx
google::protobuf::internal::LogMessage *v8; // rax
char v9;... | SetInt32:
PUSH R14
PUSH RBX
SUB RSP,0x48
CMP ECX,0x11
JZ 0x00139d6e
MOV EBX,ECX
CMP ECX,0xf
JZ 0x00139d5f
CMP EBX,0x5
JNZ 0x00139d85
MOVSXD RDX,EDX
JMP 0x00139d76
LAB_00139d5f:
MOV RDI,R8
ADD RSP,0x48
POP RBX
POP R14
JMP 0x00187cb0
LAB_00139d6e:
LEA EAX,[RDX + RDX*0x1]
SAR EDX,0x1f
XOR EDX,EAX
LAB_00139d76:
MOV RDI,R8
... |
/* google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt32(int, int,
google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*) */
void __thiscall
google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt32
(int8 param_1_00,int param_1,uint param_2,int param_4,UnknownField... | |
7,829 | js_regexp_string_iterator_next | bluesky950520[P]quickjs/quickjs.c | static JSValue js_regexp_string_iterator_next(JSContext *ctx,
JSValue this_val,
int argc, JSValue *argv,
BOOL *pdone, int magic)
{
JSRegExpStringIteratorData *it;
JSValue R, ... | O1 | c | js_regexp_string_iterator_next:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r9, %rbx
movq %rdi, %r15
movl $0x2e, %ecx
callq 0x275b5
movl $0x3, %r13d
testq %rax, %rax
je 0x4c8ed
movq %rax, %r12
cmpl $0x0, 0x28(%rax)
je 0x4c937
movl $0x1, (%rbx)
movl $0x3, %r14d
jmp 0x4c91e
xo... | js_regexp_string_iterator_next:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov rbx, r9
mov r15, rdi
mov ecx, 2Eh ; '.'
call JS_GetOpaque2
mov r13d, 3
test rax, rax
jz short loc_4C8ED
mov r12, rax
cmp dword ptr [rax+28h], 0
jz short lo... | unsigned long long js_regexp_string_iterator_next(
long long a1,
long long a2,
int a3,
double a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11,
long long a12,
long long a13,
... | |||
7,830 | js_regexp_string_iterator_next | bluesky950520[P]quickjs/quickjs.c | static JSValue js_regexp_string_iterator_next(JSContext *ctx,
JSValue this_val,
int argc, JSValue *argv,
BOOL *pdone, int magic)
{
JSRegExpStringIteratorData *it;
JSValue R, ... | O2 | c | js_regexp_string_iterator_next:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r9, %rbx
movq %rdi, %r15
pushq $0x2e
popq %rcx
callq 0x21207
pushq $0x3
popq %r13
testq %rax, %rax
je 0x41d00
movq %rax, %r12
cmpl $0x0, 0x28(%rax)
je 0x41d40
movl $0x1, (%rbx)
pushq $0x3
jmp 0x41d25... | js_regexp_string_iterator_next:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, r9
mov r15, rdi
push 2Eh ; '.'
pop rcx
call JS_GetOpaque2
push 3
pop r13
test rax, rax
jz short loc_41D00
mov r12, rax
cmp dword ptr [rax+28h], 0
jz ... | unsigned long long js_regexp_string_iterator_next(
long long a1,
long long a2,
int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11,
long long a12,
long long a13,
... | js_regexp_string_iterator_next:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,R9
MOV R15,RDI
PUSH 0x2e
POP RCX
CALL 0x00121207
PUSH 0x3
POP R13
TEST RAX,RAX
JZ 0x00141d00
MOV R12,RAX
CMP dword ptr [RAX + 0x28],0x0
JZ 0x00141d40
MOV dword ptr [RBX],0x1
LAB_00141cfc:
PUSH 0x3
JMP 0x00141d25
L... |
int1 [16] js_regexp_string_iterator_next(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int iVar3;
int8 *puVar4;
ulong uVar5;
int8 uVar6;
int8 uVar7;
ulong uVar8;
int4 *in_R9;
int1 auVar9 [16];
int1 auVar10 [16];
int1 auVar11 [16];
int8 uStack_60;
int8 local_38;
puVar4 = (int8 *)JS_GetOpaqu... | |
7,831 | fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender, char const*) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h | FMT_CONSTEXPR_CHAR_TRAITS auto write(OutputIt out, const Char* value)
-> OutputIt {
if (value) return write(out, basic_string_view<Char>(value));
throw_format_error("string pointer is null");
return out;
} | O0 | c | fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender, char const*):
subq $0x48, %rsp
movq %rdi, 0x28(%rsp)
movq %rsi, 0x20(%rsp)
cmpq $0x0, 0x20(%rsp)
je 0xde69d
movq 0x28(%rsp), %rax
movq %rax, 0x18(%rsp)
movq 0x20(%rsp), %rax
leaq 0x8(%rsp), %rcx
movq %rcx, 0x40(%rsp)
movq %rax, 0x3... | _ZN3fmt3v106detail5writeIcNS0_8appenderEEET0_S4_PKT_:
sub rsp, 48h
mov [rsp+48h+var_20], rdi
mov [rsp+48h+var_28], rsi
cmp [rsp+48h+var_28], 0
jz short loc_DE69D
mov rax, [rsp+48h+var_20]
mov [rsp+48h+var_30], rax
mov rax, [rsp+48h+var_28]
lea rcx, [rsp+48h+var_40]
mov [rsp+48h+... | long long fmt::v10::detail::write<char,fmt::v10::appender>(long long a1, char *a2)
{
long long v2; // rax
long long v3; // r8
long long v4; // r9
long long result; // rax
char *v6; // [rsp+8h] [rbp-40h] BYREF
long long v7; // [rsp+18h] [rbp-30h]
char *v8; // [rsp+20h] [rbp-28h]
long long v9; // [rsp+28... | write<char,fmt::v10::appender>:
SUB RSP,0x48
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
CMP qword ptr [RSP + 0x20],0x0
JZ 0x001de69d
MOV RAX,qword ptr [RSP + 0x28]
MOV qword ptr [RSP + 0x18],RAX
MOV RAX,qword ptr [RSP + 0x20]
LEA RCX,[RSP + 0x8]
MOV qword ptr [RSP + 0x40],RCX
MOV qword ptr [RSP + 0x3... |
/* fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender, char
const*) */
int8 fmt::v10::detail::write<char,fmt::v10::appender>(detail *param_1,char *param_2)
{
size_t sVar1;
int8 uVar2;
char *local_40 [2];
detail *local_30;
char *local_28;
detail *local_20;
char *l... | |
7,832 | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | hkr04[P]cpp-mcp/common/json.hpp | pointer operator->() const
{
JSON_ASSERT(m_object != nullptr);
switch (m_object->m_data.m_type)
{
case value_t::object:
{
JSON_ASSERT(m_it.object_iterator != m_object->m_data.m_value.object->end());
return &(m_it.object_iterator->secon... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEptEv:
sub rsp, 68h
mov qword ptr [rsp+68h+var_10], rdi; int
mov rax, qword ptr [rsp+68h+var_10]
mov qword ptr [rsp+68... | long long nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::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,
... | operator->:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV RAX,qword ptr [RSP + 0x58]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RAX]
MOVZX EAX,byte ptr [RAX]
MOV qword ptr [RSP + 0x18],RAX
SUB RAX,0x9
JA 0x001bb8e3
MOV RAX,qword ptr [RSP + 0x18]
LEA RCX,[0x1d2d30]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,R... |
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
7,833 | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | hkr04[P]cpp-mcp/common/json.hpp | pointer operator->() const
{
JSON_ASSERT(m_object != nullptr);
switch (m_object->m_data.m_type)
{
case value_t::object:
{
JSON_ASSERT(m_it.object_iterator != m_object->m_data.m_value.object->end());
return &(m_it.object_iterator->secon... | O1 | cpp | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEptEv:
push rbp; char
push r15; int
push r14; __int64
push rbx; int
sub rsp, 28h
mov r14, rdi
mov rax, [rdi]
m... | long long nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::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)
{... | operator->:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV R14,RDI
MOV RAX,qword ptr [RDI]
MOVZX ECX,byte ptr [RAX]
CMP ECX,0x2
JZ 0x0013c681
CMP ECX,0x1
JNZ 0x0013c687
MOV RAX,qword ptr [R14 + 0x8]
ADD RAX,0x20
JMP 0x0013c68e
LAB_0013c681:
MOV RAX,qword ptr [R14 + 0x10]
JMP 0x0013c68e
LAB_0013c687:
CMP qword ptr... |
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
7,834 | mi_state_info_read | eloqsql/storage/myisam/mi_open.c | uchar *mi_state_info_read(uchar *ptr, MI_STATE_INFO *state)
{
uint i,keys,key_parts,key_blocks;
memcpy(&state->header, ptr, sizeof(state->header));
ptr +=sizeof(state->header);
keys=(uint) state->header.keys;
key_parts=mi_uint2korr(state->header.key_parts);
key_blocks=state->header.max_block_size_index;
... | O3 | c | mi_state_info_read:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, %rbx
movq %rdi, %r12
movq 0x10(%rdi), %rax
movq %rax, 0x10(%rsi)
movups (%rdi), %xmm0
movups %xmm0, (%rsi)
movzbl 0x12(%rsi), %r14d
movzbl 0xf(%rsi), %edi
movzbl 0xe(%rsi), %esi
shll $0x8, %... | mi_state_info_read:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, rsi
mov r12, rdi
mov rax, [rdi+10h]
mov [rsi+10h], rax
movups xmm0, xmmword ptr [rdi]
movups xmmword ptr [rsi], xmm0
movzx r14d, byte ptr [rsi+12h]
movzx edi, byte... | long long mi_state_info_read(long long a1, long long a2)
{
long long v4; // r14
int v5; // edi
int v6; // esi
int v7; // r8d
long long v8; // r13
long long v9; // rax
_QWORD *v10; // r9
long long v11; // r15
long long v12; // rax
bool v13; // zf
long long v14; // r15
long long v15; // r14
lon... | mi_state_info_read:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,RSI
MOV R12,RDI
MOV RAX,qword ptr [RDI + 0x10]
MOV qword ptr [RSI + 0x10],RAX
MOVUPS XMM0,xmmword ptr [RDI]
MOVUPS xmmword ptr [RSI],XMM0
MOVZX R14D,byte ptr [RSI + 0x12]
MOVZX EDI,byte ptr [RSI + 0xf]
MOVZX ESI,b... |
uint * mi_state_info_read(int4 *param_1,int4 *param_2)
{
byte bVar1;
byte bVar2;
byte bVar3;
byte bVar4;
uint uVar5;
ulong uVar6;
int4 uVar7;
int4 uVar8;
int4 uVar9;
long lVar10;
int iVar11;
uint *puVar12;
*(int8 *)(param_2 + 4) = *(int8 *)(param_1 + 4);
uVar7 = param_1[1];
uVar8 = pa... | |
7,835 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | JSON_HEDLEY_WARN_UNUSED_RESULT
static basic_json parse(InputType&& i,
const parser_callback_t cb = nullptr,
const bool allow_exceptions = true,
const bool ignore_comments = false)
{
basic_json result;
parser(deta... | 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... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE5parseIRS9_EESD_OT_St8functionIFbiNS0_6detail13parse_event_tERSD_EEbb:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E... | 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>::parse<std::string&>(
long long a1,
long long *a2,
long long... | parse<std::__cxx11::string&>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV EBP,R8D
MOV R14D,ECX
MOV R13,RDX
MOV R12,RSI
MOV RBX,RDI
MOV byte ptr [RDI],0x0
MOV qword ptr [RDI + 0x8],0x0
MOV ESI,0x1
CALL 0x00158f20
MOV RDI,RBX
MOV ESI,0x1
CALL 0x00158f20
MOV R15,qword ptr [R12]
MOV R12,qword ptr... |
/* 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> nlohmann::json_abi_v3_11_3::bas... | |
7,836 | inline_mysql_file_pread | eloqsql/include/mysql/psi/mysql_file.h | static inline size_t
inline_mysql_file_pread(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File file, uchar *buffer, size_t count, my_off_t offset, myf flags)
{
size_t result;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
size_t byt... | O0 | c | inline_mysql_file_pread:
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
leaq 0x29ea34(%rip), %rax # 0x2ceb20
movq (%rax), %rax
movq 0x158(%rax), %rax
movl -0x18(%... | inline_mysql_file_pread:
push rbp
mov rbp, rsp
sub rsp, 0A0h
mov rax, [rbp+arg_0]
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+158h]
mo... | long long inline_mysql_file_pread(
long long a1,
unsigned int a2,
unsigned int a3,
long long a4,
long long a5,
long long a6,
long long a7)
{
long long v8; // [rsp+0h] [rbp-A0h]
long long v9; // [rsp+8h] [rbp-98h]
_BYTE v10[72]; // [rsp+18h] [rbp-88h] BYREF
... | inline_mysql_file_pread:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
LEA RAX,[0x3ceb20]
MOV RAX,qword ptr [RA... |
long inline_mysql_file_pread
(int8 param_1,int4 param_2,int4 param_3,int8 param_4,
long param_5,int8 param_6,ulong param_7)
{
long local_a8;
long local_a0;
long local_98;
int1 local_90 [72];
long local_48;
long local_40;
int8 local_38;
long local_30;
int8 local_28;
in... | |
7,837 | maria_ftparser_call_deinitializer | eloqsql/storage/maria/ma_ft_parser.c | void maria_ftparser_call_deinitializer(MARIA_HA *info)
{
uint i, j, keys= info->s->state.header.keys;
free_root(&info->ft_memroot, MYF(0));
if (! info->ftparser_param)
return;
for (i= 0; i < keys; i++)
{
MARIA_KEYDEF *keyinfo= &info->s->keyinfo[i];
for (j=0; j < MAX_PARAM_NR; j++)
{
MYSQ... | O3 | c | maria_ftparser_call_deinitializer:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%rdi), %rax
movb 0x12(%rax), %r14b
addq $0x328, %rdi # imm = 0x328
xorl %esi, %esi
callq 0x9ddef
cmpq $0x0, 0x368(%rbx)
setne %al
testb %r14b, %r14b
setne %cl
... | maria_ftparser_call_deinitializer:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
mov rax, [rdi]
mov r14b, [rax+12h]
add rdi, 328h
xor esi, esi
call free_root
cmp qword ptr [rbx+368h], 0
setnz al
test r14b, r14b
setnz c... | char maria_ftparser_call_deinitializer(_QWORD *a1)
{
unsigned __int8 v1; // r14
int v2; // eax
long long v3; // r12
long long v4; // r13
char v5; // r15
unsigned long long v6; // r14
void ( *v7)(unsigned long long); // rax
bool v8; // zf
long long v10; // [rsp+0h] [rbp-30h]
v1 = *(_BYTE *)(*a1 + 1... | maria_ftparser_call_deinitializer:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI]
MOV R14B,byte ptr [RAX + 0x12]
ADD RDI,0x328
XOR ESI,ESI
CALL 0x0019ddef
CMP qword ptr [RBX + 0x368],0x0
SETNZ AL
TEST R14B,R14B
SETNZ CL
AND CL,AL
CMP CL,0x1
JNZ 0x001477fa
... |
void maria_ftparser_call_deinitializer(long *param_1)
{
byte bVar1;
code *pcVar2;
bool bVar3;
int iVar4;
ulong uVar5;
long lVar6;
long lVar7;
bool bVar8;
bVar1 = *(byte *)(*param_1 + 0x12);
free_root(param_1 + 0x65,0);
if (bVar1 != 0 && param_1[0x6d] != 0) {
uVar5 = 0;
do {
lVar... | |
7,838 | my_getwd | eloqsql/mysys/my_getwd.c | int my_getwd(char * buf, size_t size, myf MyFlags)
{
char * pos;
DBUG_ENTER("my_getwd");
DBUG_PRINT("my",("buf:%p size: %u MyFlags %lu",
buf, (uint) size, MyFlags));
if (size < 1)
DBUG_RETURN(-1);
if (curr_dir[0]) /* Current pos is saved here */
(void) strmake(buf,&curr_dir[0]... | O0 | c | my_getwd:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
jmp 0xf0166
cmpq $0x1, -0x18(%rbp)
jae 0xf017b
jmp 0xf016f
movl $0xffffffff, -0x4(%rbp) # imm = 0xFFFFFFFF
jmp 0xf025a
leaq 0xb924ee(%rip), %rax # 0xc82670
cmpb $0x0, (%rax)
je 0xf01a4
movq -0x1... | my_getwd:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
jmp short $+2
loc_F0166:
cmp [rbp+var_18], 1
jnb short loc_F017B
jmp short $+2
loc_F016F:
mov [rbp+var_4], 0FFFFFFFFh
jmp loc_F025A
loc_F017B:
lea rax, curr_d... | long long my_getwd(long long a1, unsigned long long a2, char a3)
{
const char *v3; // rsi
unsigned int *v4; // rax
int v6; // [rsp+4h] [rbp-2Ch]
_BYTE *v7; // [rsp+8h] [rbp-28h]
if ( a2 )
{
if ( curr_dir[0] )
{
strmake(a1, curr_dir, a2 - 1);
}
else
{
if ( a2 < 2 )
r... | my_getwd:
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
JMP 0x001f0166
LAB_001f0166:
CMP qword ptr [RBP + -0x18],0x1
JNC 0x001f017b
JMP 0x001f016f
LAB_001f016f:
MOV dword ptr [RBP + -0x4],0xffffffff
JMP 0x001f025a
LAB_001f017b:
LEA RAX,... |
int4 my_getwd(char *param_1,ulong param_2,ulong param_3)
{
int iVar1;
char *pcVar2;
int *piVar3;
int1 *puVar4;
if (param_2 == 0) {
return 0xffffffff;
}
if (curr_dir == '\0') {
if (param_2 < 2) {
return 0xffffffff;
}
pcVar2 = getcwd(param_1,(ulong)((int)param_2 - 2));
if ((pc... | |
7,839 | purge_sys_t::purge_sys_t() | eloqsql/storage/innobase/include/trx0purge.h | purge_sys_t(): m_enabled(false), heap(nullptr) {} | O3 | c | purge_sys_t::purge_sys_t():
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
xorl %eax, %eax
movq %rax, 0x10(%rdi)
leaq 0x20(%rdi), %r14
movl $0x0, 0x20(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x28(%rdi)
movq %rax, 0x38(%rdi)
movb $0x0, 0x48(%rdi)
movq 0x123ff9f(%rip), %rax # 0x1e17300
movq %rax, 0xa0(... | _ZN11purge_sys_tC2Ev:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
xor eax, eax
mov [rdi+10h], rax
lea r14, [rdi+20h]
mov dword ptr [rdi+20h], 0
xorps xmm0, xmm0
movups xmmword ptr [rdi+28h], xmm0
mov [rdi+38h], rax
mov byte ptr [rdi+48h], 0
mov rax, qword ptr cs:... | void purge_sys_t::purge_sys_t(purge_sys_t *this)
{
*((_QWORD *)this + 2) = 0LL;
*((_DWORD *)this + 8) = 0;
*(_OWORD *)((char *)this + 40) = 0LL;
*((_QWORD *)this + 7) = 0LL;
*((_BYTE *)this + 72) = 0;
*((_QWORD *)this + 20) = NullElement;
std::vector<trx_rseg_t *,ut_allocator<trx_rseg_t *,true>>::vector(... | visit_thread:
PUSH RBP
MOV RBP,RSP
MOVDQU XMM0,xmmword ptr [RDI + 0x8]
PCMPEQD XMM1,XMM1
PSUBQ XMM0,XMM1
MOVDQU xmmword ptr [RDI + 0x8],XMM0
POP RBP
RET
|
/* PFS_connection_stat_visitor::visit_thread(PFS_thread*) */
void PFS_connection_stat_visitor::visit_thread(PFS_thread *param_1)
{
*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 1;
*(long *)(param_1 + 0x10) = *(long *)(param_1 + 0x10) + 1;
return;
}
| |
7,840 | async_func_init | bluesky950520[P]quickjs/quickjs.c | static __exception int async_func_init(JSContext *ctx, JSAsyncFunctionState *s,
JSValue func_obj, JSValue this_obj,
int argc, JSValue *argv)
{
JSObject *p;
JSFunctionBytecode *b;
JSStackFrame *sf;
int local_count, i, arg_buf_l... | O0 | c | async_func_init:
subq $0xc8, %rsp
movq 0xd8(%rsp), %rax
movl 0xd0(%rsp), %eax
movq %rdx, 0xb0(%rsp)
movq %rcx, 0xb8(%rsp)
movq %r8, 0xa0(%rsp)
movq %r9, 0xa8(%rsp)
movq %rdi, 0x98(%rsp)
movq %rsi, 0x90(%rsp)
movq 0x90(%rsp), %rax
addq $0x18, %rax
movq %rax, 0x78(%rsp)
movq 0x78(%rsp), %rdi
addq $0x28, %rdi
callq 0x2868... | async_func_init:
sub rsp, 0C8h
mov rax, [rsp+0C8h+arg_8]
mov eax, [rsp+0C8h+arg_0]
mov [rsp+0C8h+var_18], rdx
mov [rsp+0C8h+var_10], rcx
mov [rsp+0C8h+var_28], r8
mov [rsp+0C8h+var_20], r9
mov [rsp+0C8h+var_30], rdi
mov [rsp+0C8h+var_38], rsi
mov rax, [rsp+0C8h+var_38]
add ra... | long long async_func_init(
long long a1,
long long a2,
long long a3,
unsigned int a4,
_DWORD *a5,
unsigned int a6,
signed int a7,
long long a8)
{
int v8; // eax
long long v9; // rdx
long long v10; // rdx
long long v11; // rdx
_QWORD *v12; // rax... | async_func_init:
SUB RSP,0xc8
MOV RAX,qword ptr [RSP + 0xd8]
MOV EAX,dword ptr [RSP + 0xd0]
MOV qword ptr [RSP + 0xb0],RDX
MOV qword ptr [RSP + 0xb8],RCX
MOV qword ptr [RSP + 0xa0],R8
MOV qword ptr [RSP + 0xa8],R9
MOV qword ptr [RSP + 0x98],RDI
MOV qword ptr [RSP + 0x90],RSI
MOV RAX,qword ptr [RSP + 0x90]
ADD RAX,0x18
... |
int4
async_func_init(int8 param_1,int1 (*param_2) [16],long param_3,int8 param_4,
int8 param_5,int8 param_6,int param_7,long param_8)
{
ushort uVar1;
long lVar2;
long lVar3;
uint uVar4;
int iVar5;
int8 uVar6;
int8 *puVar7;
long *plVar8;
int1 auVar9 [16];
uint uStack_9c;
int local_... | |
7,841 | async_func_init | bluesky950520[P]quickjs/quickjs.c | static __exception int async_func_init(JSContext *ctx, JSAsyncFunctionState *s,
JSValue func_obj, JSValue this_obj,
int argc, JSValue *argv)
{
JSObject *p;
JSFunctionBytecode *b;
JSStackFrame *sf;
int local_count, i, arg_buf_l... | O1 | c | async_func_init:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r9, 0x10(%rsp)
movq %r8, %r15
movq %rcx, %r12
movq %rdx, %r13
movq %rsi, %rbx
movl 0x50(%rsp), %edx
leaq 0x40(%rsi), %rax
movq %rax, 0x40(%rsi)
movq %rax, 0x48(%rsi)
movq 0x30(%r13), %rbp
movl 0x18(%rbp), %eax
shll... | async_func_init:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rsp+48h+var_38], r9
mov r15, r8
mov r12, rcx
mov r13, rdx
mov rbx, rsi
mov edx, [rsp+48h+arg_0]
lea rax, [rsi+40h]
mov [rsi+40h], rax
mov [rsi+48h], rax
mov rbp, [r13+30... | long long async_func_init(
long long a1,
long long a2,
long long a3,
long long a4,
_DWORD *a5,
long long a6,
int a7,
long long a8)
{
long long v12; // rbp
unsigned int v13; // r14d
int v14; // ecx
long long v15; // rsi
long long v16; // rax
lo... | async_func_init:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],R9
MOV R15,R8
MOV R12,RCX
MOV R13,RDX
MOV RBX,RSI
MOV EDX,dword ptr [RSP + 0x50]
LEA RAX,[RSI + 0x40]
MOV qword ptr [RSI + 0x40],RAX
MOV qword ptr [RSI + 0x48],RAX
MOV RBP,qword ptr [R13 + 0x30]
MOV EAX,dword ... |
int8
async_func_init(int8 param_1,int8 *param_2,int *param_3,int8 param_4,int *param_5,
int8 param_6,uint param_7,long param_8)
{
long lVar1;
int *piVar2;
long lVar3;
int8 uVar4;
long lVar5;
ulong uVar6;
uint uVar7;
param_2[8] = param_2 + 8;
param_2[9] = param_2 + 8;
lVar5 = *(lo... | |
7,842 | async_func_init | bluesky950520[P]quickjs/quickjs.c | static __exception int async_func_init(JSContext *ctx, JSAsyncFunctionState *s,
JSValue func_obj, JSValue this_obj,
int argc, JSValue *argv)
{
JSObject *p;
JSFunctionBytecode *b;
JSStackFrame *sf;
int local_count, i, arg_buf_l... | O2 | c | async_func_init:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %r14
movq %r8, (%rsp)
movq %rcx, %r12
movq %rdx, %r13
movq %rsi, %rbx
movl 0x40(%rsp), %edx
leaq 0x40(%rsi), %rax
movq %rax, 0x40(%rsi)
movq %rax, 0x48(%rsi)
movq 0x30(%r13), %r15
movl 0x18(%r15), %eax
shll $0x1f, %e... | async_func_init:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r9
mov [rsp+38h+var_38], r8
mov r12, rcx
mov r13, rdx
mov rbx, rsi
mov edx, [rsp+38h+arg_0]
lea rax, [rsi+40h]
mov [rsi+40h], rax
mov [rsi+48h], rax
mov r15, [r13+30h]
mo... | long long async_func_init(
long long a1,
long long a2,
long long a3,
long long a4,
_DWORD *a5,
long long a6,
int a7,
long long a8)
{
long long v12; // r15
int v13; // ebp
long long v14; // rax
long long v15; // rax
long long v16; // rax
long l... | async_func_init:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R9
MOV qword ptr [RSP],R8
MOV R12,RCX
MOV R13,RDX
MOV RBX,RSI
MOV EDX,dword ptr [RSP + 0x40]
LEA RAX,[RSI + 0x40]
MOV qword ptr [RSI + 0x40],RAX
MOV qword ptr [RSI + 0x48],RAX
MOV R15,qword ptr [R13 + 0x30]
MOV EAX,dword ptr [R15 + ... |
int8
async_func_init(int8 param_1,int8 *param_2,int *param_3,int8 param_4,int *param_5,
int8 param_6,uint param_7,long param_8)
{
ushort uVar1;
long lVar2;
int *piVar3;
long lVar4;
long lVar5;
int8 uVar6;
ulong uVar7;
uint uVar8;
int iVar9;
param_2[8] = param_2 + 8;
param_2[9] ... | |
7,843 | google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip(int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl.cc | int FileInputStream::CopyingFileInputStream::Skip(int count) {
GOOGLE_CHECK(!is_closed_);
if (!previous_seek_failed_ && lseek(file_, count, SEEK_CUR) != (off_t)-1) {
// Seek succeeded.
return count;
} else {
// Failed to seek.
// Note to self: Don't seek again. This file descriptor doesn't
... | O3 | cpp | google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip(int):
pushq %r15
pushq %r14
pushq %rbx
subq $0x40, %rsp
movl %esi, %ebx
movq %rdi, %r14
cmpb $0x1, 0xd(%rdi)
jne 0xfbb2a
leaq 0xf0666(%rip), %rdx # 0x1ec153
leaq 0x8(%rsp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x9a, %ecx
callq 0x1072ba
leaq 0... | _ZN6google8protobuf2io15FileInputStream22CopyingFileInputStream4SkipEi:
push r15
push r14
push rbx
sub rsp, 40h
mov ebx, esi
mov r14, rdi
cmp byte ptr [rdi+0Dh], 1
jnz short loc_FBB2A
lea rdx, aWorkspaceLlm4b_50; "/workspace/llm4binary/github2025/aimrt_"...
lea r15, [rsp+58h+var_50]... | long long google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip(
google::protobuf::io::FileInputStream::CopyingFileInputStream *this,
int a2)
{
unsigned int v2; // ebx
long long v3; // rax
char v5; // [rsp+7h] [rbp-51h] BYREF
_BYTE v6[80]; // [rsp+8h] [rbp-50h] BYREF
v2 = a2;
... | Skip:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV EBX,ESI
MOV R14,RDI
CMP byte ptr [RDI + 0xd],0x1
JNZ 0x001fbb2a
LEA RDX,[0x2ec153]
LEA R15,[RSP + 0x8]
MOV RDI,R15
MOV ESI,0x3
MOV ECX,0x9a
CALL 0x002072ba
LAB_001fbb04:
LEA RSI,[0x2ec1d9]
MOV RDI,R15
CALL 0x00206db8
LAB_001fbb13:
LEA RDI,[RSP + 0x7]
MOV RSI,RAX
CALL 0x... |
/* google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip(int) */
int __thiscall
google::protobuf::io::FileInputStream::CopyingFileInputStream::Skip
(CopyingFileInputStream *this,int param_1)
{
int iVar1;
LogMessage *pLVar2;
__off_t _Var3;
LogFinisher local_51;
LogMessage local_50 [5... | |
7,844 | long minja::Value::get<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long) const | llama.cpp/common/minja/minja.hpp | T get(const std::string & key, T default_value) const {
if (!contains(key)) return default_value;
return at(key).get<T>();
} | O3 | cpp | long minja::Value::get<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, long) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rcx, %r14
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
movq %rdx, %rsi
callq 0x78f6c
testb %al, %al
je 0x... | _ZNK5minja5Value3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_RKS7_S8_:
push r15
push r14
push r12
push rbx
sub rsp, 58h
mov r14, rcx
mov r12, rdx
mov r15, rsi
mov rbx, rdi
mov rdi, rsi
mov rsi, rdx
call _ZNK5minja5Value8containsERKNSt7__cxx1112basic_stringIcSt1... | _QWORD * minja::Value::get<std::string>(_QWORD *a1, minja::Value *a2, __m128d a3, long long a4, _QWORD *a5)
{
_QWORD *v7; // rax
long long v8; // rdi
signed __int32 v9; // eax
_QWORD *v10; // rdi
long long v11; // r12
__int128 v13; // [rsp+8h] [rbp-70h] BYREF
volatile signed __int32 *v14; // [rsp+20h] [rb... | get<std::__cxx11::string>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R14,RCX
MOV R12,RDX
MOV R15,RSI
MOV RBX,RDI
MOV RDI,RSI
MOV RSI,RDX
CALL 0x00178f6c
TEST AL,AL
JZ 0x0017bc0e
LEA R14,[RSP + 0x8]
MOV RDI,R14
MOV RSI,R12
CALL 0x001729ee
LAB_0017bba0:
MOV RDI,R15
MOV RSI,R14
CALL 0x001775c6
MOV RDI,RBX
MOV R... |
/* std::__cxx11::string minja::Value::get<std::__cxx11::string >(std::__cxx11::string const&,
std::__cxx11::string) const */
int8 *
minja::Value::get<std::__cxx11::string>
(int8 *param_1,Value *param_2,string *param_3,int8 *param_4)
{
int8 *__src;
int *piVar1;
char cVar2;
int iVar3;
long lVar4... | |
7,845 | wait_for_lock | eloqsql/mysys/thr_lock.c | static enum enum_thr_lock_result
wait_for_lock(struct st_lock_list *wait, THR_LOCK_DATA *data,
my_bool in_wait_list, ulong lock_wait_timeout)
{
struct st_my_thread_var *thread_var= my_thread_var;
mysql_cond_t *cond= &thread_var->suspend;
struct timespec wait_timeout;
enum enum_thr_lock_result resu... | O3 | c | wait_for_lock:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rcx, %r15
movl %edx, %ebx
movq %rsi, %r14
movq %rdi, -0x38(%rbp)
callq 0xa2f62
movq %rax, %r13
movq %rax, -0x40(%rbp)
leaq 0x8(%rax), %r12
testb %bl, %bl
jne 0xa4e45
movq -0x38(%rbp), %rcx
movq 0x8(%r... | wait_for_lock:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r15, rcx
mov ebx, edx
mov r14, rsi
mov [rbp+var_38], rdi
call _my_thread_var
mov r13, rax
mov [rbp+var_40], rax
lea r12, [rax+8]
test bl, bl
jnz short loc_A4... | long long wait_for_lock(long long a1, long long a2, char a3, long long a4)
{
long long v7; // r13
long long v8; // r12
long long v9; // rcx
long long v10; // rdi
unsigned long long v11; // rcx
unsigned int v12; // r15d
long long v13; // rsi
int v14; // eax
long long v15; // rax
_QWORD *v16; // rcx
... | wait_for_lock:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R15,RCX
MOV EBX,EDX
MOV R14,RSI
MOV qword ptr [RBP + -0x38],RDI
CALL 0x001a2f62
MOV R13,RAX
MOV qword ptr [RBP + -0x40],RAX
LEA R12,[RAX + 0x8]
TEST BL,BL
JNZ 0x001a4e45
MOV RCX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [R... |
int1 wait_for_lock(long param_1,long param_2,char param_3,long param_4)
{
pthread_cond_t *__cond;
code *pcVar1;
char cVar2;
int iVar3;
long lVar4;
long lVar5;
int8 *puVar6;
pthread_mutex_t *ppVar7;
bool bVar8;
int1 uVar9;
int1 local_70 [24];
timespec local_58;
long local_48;
long local_40;... | |
7,846 | my_scan_8bit | eloqsql/strings/ctype-simple.c | size_t my_scan_8bit(CHARSET_INFO *cs, const char *str, const char *end, int sq)
{
const char *str0= str;
switch (sq)
{
case MY_SEQ_INTTAIL:
if (*str == '.')
{
for(str++ ; str != end && *str == '0' ; str++);
return (size_t) (str - str0);
}
return 0;
case MY_SEQ_SPACES:
for ( ; ... | O3 | c | my_scan_8bit:
pushq %rbp
movq %rsp, %rbp
movq %rdx, %rax
cmpl $0x1, %ecx
je 0x715b2
cmpl $0x2, %ecx
je 0x71586
cmpl $0x3, %ecx
jne 0x715d7
movq %rsi, %rcx
cmpq %rax, %rsi
jae 0x715aa
movq 0x40(%rdi), %rdx
movq %rsi, %rcx
movzbl (%rcx), %edi
testb $0x8, 0x1(%rdx,%rdi)
jne 0x715aa
incq %rcx
cmpq %rax, %rcx
jne 0x71572
jm... | my_scan_8bit:
push rbp
mov rbp, rsp
mov rax, rdx
cmp ecx, 1
jz short loc_715B2
cmp ecx, 2
jz short loc_71586
cmp ecx, 3
jnz short loc_715D7
mov rcx, rsi
cmp rsi, rax
jnb short loc_715AA
mov rdx, [rdi+40h]
mov rcx, rsi
loc_71572:
movzx edi, byte ptr [rcx]
test ... | long long my_scan_8bit(long long a1, unsigned __int8 *a2, unsigned __int8 *a3, int a4)
{
unsigned __int8 *v4; // rax
unsigned __int8 *v5; // rcx
unsigned __int8 *v7; // rcx
_BYTE *v8; // rdx
v4 = a3;
if ( a4 != 1 )
{
if ( a4 == 2 )
{
v5 = a2;
if ( a2 < a3 )
{
v5 = a2;
... | my_scan_8bit:
PUSH RBP
MOV RBP,RSP
MOV RAX,RDX
CMP ECX,0x1
JZ 0x001715b2
CMP ECX,0x2
JZ 0x00171586
CMP ECX,0x3
JNZ 0x001715d7
MOV RCX,RSI
CMP RSI,RAX
JNC 0x001715aa
MOV RDX,qword ptr [RDI + 0x40]
MOV RCX,RSI
LAB_00171572:
MOVZX EDI,byte ptr [RCX]
TEST byte ptr [RDX + RDI*0x1 + 0x1],0x8
JNZ 0x001715aa
INC RCX
CMP RCX,RA... |
long my_scan_8bit(long param_1,byte *param_2,byte *param_3,int param_4)
{
byte bVar1;
byte *pbVar2;
long lVar3;
byte *pbVar4;
if (param_4 == 1) {
if (*param_2 == 0x2e) {
pbVar4 = param_2 + 1;
do {
pbVar2 = param_3;
if (pbVar4 == param_3) break;
bVar1 = *pbVar4;
... | |
7,847 | my_b_safe_write | eloqsql/mysys/mf_iocache.c | int my_b_safe_write(IO_CACHE *info, const uchar *Buffer, size_t Count)
{
/*
Sasha: We are not writing this with the ? operator to avoid hitting
a possible compiler bug. At least gcc 2.95 cannot deal with
several layers of ternary operators that evaluated comma(,) operator
expressions inside - I do ha... | O0 | c | my_b_safe_write:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x3, 0xb0(%rax)
jne 0xe6147
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
movq -0x20(%rbp), %rdx
callq 0xe5df0
movl %eax, -0x4(%rbp)
jmp 0xe615b
movq -0x10(%rbp)... | my_b_safe_write:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
cmp dword ptr [rax+0B0h], 3
jnz short loc_E6147
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_18]
mov rdx, [rbp+var_20]
call my_b_append... | long long my_b_safe_write(long long a1, long long a2, unsigned long long a3)
{
if ( *(_DWORD *)(a1 + 176) == 3 )
return (unsigned int)my_b_append(a1, a2, a3);
else
return (unsigned int)my_b_write_3(a1, a2, a3);
}
| my_b_safe_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0xb0],0x3
JNZ 0x001e6147
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
MOV RDX,qword ptr [RBP + -0x20]... |
int4 my_b_safe_write(long param_1,int8 param_2,int8 param_3)
{
int4 local_c;
if (*(int *)(param_1 + 0xb0) == 3) {
local_c = my_b_append(param_1,param_2,param_3);
}
else {
local_c = my_b_write(param_1,param_2,param_3);
}
return local_c;
}
| |
7,848 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) | monkey531[P]llama/common/json.hpp | inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
diyfp M_minus, diyfp w, diyfp M_plus)
{
static_assert(kAlpha >= -60, "internal error");
static_assert(kGamma <= -32, "internal error");
// Generates the digits (and the exponent) of a decimal floatin... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl16grisu2_digit_genEPcRiS4_NS2_5diyfpES5_S5_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov [rsp+68h+var_40], rcx
mov [rsp+68h+var_38], r8d
mov eax, [rsp+68h+arg_18]
cmp eax, 0FFFFFFC3h
jle loc_6CA03
mov ... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(
nlohmann::json_abi_v3_11_3::detail::dtoa_impl *a1,
unsigned int *a2,
_DWORD *a3,
long long a4,
int a5,
long long a6,
char a7,
int a8,
unsigned long long a9,
int a10... | grisu2_digit_gen:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RCX
MOV dword ptr [RSP + 0x30],R8D
MOV EAX,dword ptr [RSP + 0x88]
CMP EAX,-0x3d
JLE 0x0016ca03
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP + 0x20],RDI
CMP EAX,-0x1f
JGE 0x0016ca1f
MOV R14,RSI
LEA RBX,[RS... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(char*, int&, int&,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) */
void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2... | |
7,849 | minja::Parser::parseStringConcat() | llama.cpp/common/minja/minja.hpp | std::shared_ptr<Expression> parseStringConcat() {
auto left = parseMathPow();
if (!left) throw std::runtime_error("Expected left side of 'string concat' expression");
static std::regex concat_tok(R"(~(?!\}))");
if (!consumeToken(concat_tok).empty()) {
auto right = parseLogic... | O3 | cpp | minja::Parser::parseStringConcat():
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x50, %rsp
movq %rsi, %r14
movq %rdi, %rbx
callq 0xea1f2
cmpq $0x0, (%rbx)
je 0xea0d0
leaq 0x8563d(%rip), %rax # 0x16f5d8
movb (%rax), %al
testb %al, %al
je 0xea107
leaq 0x8560c(%rip), %rdx # 0x16f5b8
leaq 0x10(%rsp... | _ZN5minja6Parser17parseStringConcatEv:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 50h
mov r14, rsi
mov rbx, rdi
call _ZN5minja6Parser12parseMathPowEv; minja::Parser::parseMathPow(void)
cmp qword ptr [rbx], 0
jz loc_EA0D0
lea rax, _ZGVZN5minja6Parser17parseStringConc... | minja::Parser * minja::Parser::parseStringConcat(minja::Parser *this, long long *a2)
{
volatile signed __int32 *v2; // r15
volatile signed __int32 *v3; // rax
_QWORD *v4; // r12
__int128 v5; // xmm0
std::runtime_error *exception; // r15
std::runtime_error *v8; // r15
long long v9; // [rsp+0h] [rbp-78h] BY... | parseStringConcat:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x50
MOV R14,RSI
MOV RBX,RDI
CALL 0x001ea1f2
CMP qword ptr [RBX],0x0
JZ 0x001ea0d0
LEA RAX,[0x26f5d8]
MOV AL,byte ptr [RAX]
TEST AL,AL
JZ 0x001ea107
LAB_001e9fa5:
LEA RDX,[0x26f5b8]
LEA RDI,[RSP + 0x10]
MOV RSI,R14
MOV ECX,0x1
CALL 0x001e76bc
LEA R... |
/* minja::Parser::parseStringConcat() */
void minja::Parser::parseStringConcat(void)
{
int iVar1;
int8 *puVar2;
runtime_error *prVar3;
int8 *in_RSI;
long *in_RDI;
long local_78;
__shared_count<(__gnu_cxx::_Lock_policy)2> local_70 [8];
long *local_68;
long local_60;
long local_58 [2];
int8 local... | |
7,850 | my_strtoll10_mb2 | eloqsql/strings/ctype-ucs2.c | static longlong
my_strtoll10_mb2(CHARSET_INFO *cs __attribute__((unused)),
const char *nptr, char **endptr, int *error)
{
const uchar *s, *end, *start, *n_end, *true_end;
uchar UNINIT_VAR(c);
unsigned long i, j, k;
ulonglong li;
int negative;
ulong cutoff, cutoff2, cutoff3;
my_wc_t wc;
... | O3 | c | my_strtoll10_mb2:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rcx, -0x60(%rbp)
movq %rsi, -0x68(%rbp)
movq %rdx, -0x48(%rbp)
testq %rdx, %rdx
je 0xc8f19
movq %rdi, %r12
movq 0xb8(%rdi), %rax
movq 0x28(%rax), %r8
movq -0x48(%rbp), %rax
movq (%rax), %rax
movq -... | my_strtoll10_mb2:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov [rbp+var_60], rcx
mov [rbp+var_68], rsi
mov [rbp+var_48], rdx
test rdx, rdx
jz short loc_C8F19
mov r12, rdi
mov rax, [rdi+0B8h]
mov r8, [rax+28h]
mov rax, [... | unsigned long long my_strtoll10_mb2(long long a1, long long a2, unsigned long long *a3, _DWORD *a4)
{
long long v4; // r12
unsigned long long v5; // r15
int v6; // eax
unsigned long long v7; // r13
long long v8; // r14
unsigned long long result; // rax
int v10; // eax
int v11; // eax
int v12; // eax
... | my_strtoll10_mb2:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RBP + -0x60],RCX
MOV qword ptr [RBP + -0x68],RSI
MOV qword ptr [RBP + -0x48],RDX
TEST RDX,RDX
JZ 0x001c8f19
MOV R12,RDI
MOV RAX,qword ptr [RDI + 0xb8]
MOV R8,qword ptr [RAX + 0x28]
MOV RAX,qword ptr [RBP + -0... |
ulong my_strtoll10_mb2(long param_1,ulong param_2,ulong *param_3,int4 *param_4)
{
code *pcVar1;
long lVar2;
uint uVar3;
int iVar4;
ulong uVar5;
ulong uVar6;
byte bVar7;
long lVar8;
ulong uVar9;
ulong uVar10;
ulong uVar11;
ulong uVar12;
ulong uVar13;
ulong local_80;
ulong local_78;
ulon... | |
7,851 | lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const | dmazzella[P]pylunasvg/lunasvg/source/lunasvg.cpp | void Element::render(Bitmap& bitmap, const Matrix& matrix) const
{
if(m_node == nullptr || bitmap.isNull())
return;
auto canvas = Canvas::create(bitmap);
SVGRenderState state(nullptr, nullptr, matrix, SVGRenderMode::Painting, canvas);
element(true)->render(state);
} | O0 | cpp | lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const:
pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0xa8(%rbp)
cmpq $0x0, (%rax)
je 0xd5c7
movq -0x10(%rbp), %rdi
callq 0xbec0
testb $0x1, %al
jne 0xd5c... | _ZNK7lunasvg7Element6renderERNS_6BitmapERKNS_6MatrixE:
push rbp
mov rbp, rsp
sub rsp, 0C0h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov [rbp+var_A8], rax
cmp qword ptr [rax], 0
jz short loc_D5C7
mov rdi, [rbp+var_10]; this
call ... | char lunasvg::Element::render(lunasvg::SVGNode **this, lunasvg::Bitmap *a2, const lunasvg::Matrix *a3)
{
char result; // al
lunasvg::SVGNode *v4; // [rsp+8h] [rbp-B8h]
_BYTE v5[20]; // [rsp+20h] [rbp-A0h] BYREF
_BYTE v6[24]; // [rsp+40h] [rbp-80h] BYREF
_BYTE v7[64]; // [rsp+58h] [rbp-68h] BYREF
_BYTE v8[1... | render:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
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 qword ptr [RBP + -0xa8],RAX
CMP qword ptr [RAX],0x0
JZ 0x0010d5c7
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0010bec0
TEST AL,0x1
JNZ 0x0010d5c7
JMP 0x0... |
/* lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const */
void __thiscall lunasvg::Element::render(Element *this,Bitmap *param_1,Matrix *param_2)
{
ulong uVar1;
long *plVar2;
shared_ptr<lunasvg::Canvas> local_a8 [32];
Transform local_88 [24];
SVGRenderState local_70 [64];
Canvas loca... | |
7,852 | lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const | dmazzella[P]pylunasvg/lunasvg/source/lunasvg.cpp | void Element::render(Bitmap& bitmap, const Matrix& matrix) const
{
if(m_node == nullptr || bitmap.isNull())
return;
auto canvas = Canvas::create(bitmap);
SVGRenderState state(nullptr, nullptr, matrix, SVGRenderMode::Painting, canvas);
element(true)->render(state);
} | O1 | cpp | lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const:
pushq %r14
pushq %rbx
subq $0x68, %rsp
cmpq $0x0, (%rdi)
je 0xba4e
cmpq $0x0, (%rsi)
je 0xba4e
movq %rdx, %r14
movq %rdi, %rbx
movq %rsp, %rdi
callq 0xd886
leaq 0x50(%rsp), %rdi
movq %r14, %rsi
callq 0xc8f8
movq (%rsp), %rax
movq 0x8(%rsp), %rcx
... | _ZNK7lunasvg7Element6renderERNS_6BitmapERKNS_6MatrixE:
push r14
push rbx
sub rsp, 68h
cmp qword ptr [rdi], 0
jz loc_BA4E
cmp qword ptr [rsi], 0
jz loc_BA4E
mov r14, rdx
mov rbx, rdi
mov rdi, rsp; this
call _ZN7lunasvg6Canvas6createERKNS_6BitmapE; lunasvg::Canvas::create(lunasv... | void lunasvg::Element::render(
lunasvg::SVGRootElement ****this,
lunasvg::Bitmap *a2,
const lunasvg::Matrix *a3)
{
long long v4; // rax
long long v5; // rcx
lunasvg::SVGRootElement ***v6; // rbx
long long v7; // [rsp+0h] [rbp-78h] BYREF
long long v8; // [rsp+8h] [rbp-70h]
_OWORD v9[... | render:
PUSH R14
PUSH RBX
SUB RSP,0x68
CMP qword ptr [RDI],0x0
JZ 0x0010ba4e
CMP qword ptr [RSI],0x0
JZ 0x0010ba4e
MOV R14,RDX
MOV RBX,RDI
MOV RDI,RSP
CALL 0x0010d886
LAB_0010b9ad:
LEA RDI,[RSP + 0x50]
MOV RSI,R14
CALL 0x0010c8f8
MOV RAX,qword ptr [RSP]
MOV RCX,qword ptr [RSP + 0x8]
TEST RCX,RCX
JZ 0x0010b9dd
MOV RDX,q... |
/* lunasvg::Element::render(lunasvg::Bitmap&, lunasvg::Matrix const&) const */
void __thiscall lunasvg::Element::render(Element *this,Bitmap *param_1,Matrix *param_2)
{
long *plVar1;
int8 local_78;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_70;
int8 local_68;
int8 uStack_60;
int4 local_58;
int... | |
7,853 | my_numcells_cp932 | eloqsql/strings/ctype-cp932.c | static
size_t my_numcells_cp932(CHARSET_INFO *cs __attribute__((unused)),
const char *str, const char *str_end)
{
size_t clen= 0;
const uchar *b= (const uchar *) str;
const uchar *e= (const uchar *) str_end;
for (clen= 0; b < e; )
{
if (*b >= 0xA1 && *b <= 0xDF)
{
clen++... | O0 | c | my_numcells_cp932:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x28(%rbp), %rax
cmpq -0x30(%rbp), %rax
jae 0x39395
movq -0x28... | my_numcells_cp932:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], 0
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
mov [rbp+var_20], 0
loc_39310:
mov rax, [rbp+var_28]
cmp ... | long long my_numcells_cp932(long long a1, unsigned __int8 *a2, unsigned long long a3)
{
long long v5; // [rsp+10h] [rbp-20h]
v5 = 0LL;
while ( (unsigned long long)a2 < a3 )
{
if ( *a2 < 0xA1u || *a2 > 0xDFu )
{
if ( *a2 <= 0x7Fu )
{
++v5;
++a2;
}
else
{
... | my_numcells_cp932:
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],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV qword ptr [RBP + -0x2... |
long my_numcells_cp932(int8 param_1,byte *param_2,byte *param_3)
{
byte *local_30;
long local_28;
local_28 = 0;
local_30 = param_2;
while (local_30 < param_3) {
if ((*local_30 < 0xa1) || (0xdf < *local_30)) {
if (*local_30 < 0x80) {
local_28 = local_28 + 1;
local_30 = local_30 +... | |
7,854 | my_strnncoll_win1250ch | eloqsql/strings/ctype-win1250ch.c | static int my_strnncoll_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
const uchar *s1, size_t len1,
const uchar *s2, size_t len2,
my_bool s2_is_prefix)
{
int v1, v2;
const uchar *p1, * p2;
int pass1 = 0, pass2 = 0;
int diff;
if ... | O0 | c | my_strnncoll_win1250ch:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %r9b, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movb %al, -0x31(%rbp)
movl $0x0, -0x54(%rbp)
movl $0x0, -0x58(%rbp)
movsbl -0x31(%rbp), %eax
cmpl $0x0, %eax
je 0x6c0fb
mov... | my_strnncoll_win1250ch:
push rbp
mov rbp, rsp
sub rsp, 20h
mov al, r9b
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_31], al
mov [rbp+var_54], 0
mov [rbp+var_58], 0
movsx eax, [rbp+var_31]
cmp ... | long long my_strnncoll_win1250ch(
long long a1,
unsigned __int8 *a2,
unsigned long long a3,
unsigned __int8 *a4,
unsigned long long a5,
char a6)
{
int v7; // [rsp+0h] [rbp-A0h]
bool v8; // [rsp+7h] [rbp-99h]
int v9; // [rsp+8h] [rbp-98h]
int v10; // [rsp+Ch] [rbp... | my_strnncoll_win1250ch:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV AL,R9B
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV byte ptr [RBP + -0x31],AL
MOV dword ptr [RBP + -0x54],0x0
MOV dword ptr [RBP + -0x58],0x... |
int my_strnncoll_win1250ch
(int8 param_1,byte *param_2,ulong param_3,byte *param_4,ulong param_5,
char param_6)
{
byte bVar1;
bool bVar2;
bool bVar3;
int iVar4;
bool bVar5;
uint local_a8;
uint local_a0;
uint local_9c;
uint local_94;
byte *local_90;
byte *local_88;
i... | |
7,855 | SetTextureFilter | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | void SetTextureFilter(Texture2D texture, int filter)
{
switch (filter)
{
case TEXTURE_FILTER_POINT:
{
if (texture.mipmaps > 1)
{
// RL_TEXTURE_FILTER_MIP_NEAREST - tex filter: POINT, mipmaps filter: POINT (sharp switching between mipmaps)
r... | O0 | c | SetTextureFilter:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
leaq 0x10(%rbp), %rax
movq %rax, -0x18(%rbp)
movl %edi, -0x4(%rbp)
movl -0x4(%rbp), %eax
movq %rax, -0x10(%rbp)
subq $0x5, %rax
ja 0x10a3c2
movq -0x10(%rbp), %rax
leaq 0xb4f75(%rip), %rcx # 0x1bf1a4
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
m... | SetTextureFilter:
push rbp
mov rbp, rsp
sub rsp, 20h
lea rax, [rbp+arg_0]
mov [rbp+var_18], rax
mov [rbp+var_4], edi
mov eax, [rbp+var_4]
mov [rbp+var_10], rax
sub rax, 5; switch 6 cases
ja def_10A236; jumptable 000000000010A236 default case
mov rax, [rbp+var_10]
lea rcx,... | long long SetTextureFilter(
unsigned int a1,
_DWORD a2,
_DWORD a3,
int a4,
int a5,
int a6,
unsigned int a7,
long long a8)
{
long long result; // rax
result = a1;
switch ( a1 )
{
case 0u:
if ( SHIDWORD(a8) <= 1 )
rlTextureParamet... | |||
7,856 | SetTextureFilter | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | void SetTextureFilter(Texture2D texture, int filter)
{
switch (filter)
{
case TEXTURE_FILTER_POINT:
{
if (texture.mipmaps > 1)
{
// RL_TEXTURE_FILTER_MIP_NEAREST - tex filter: POINT, mipmaps filter: POINT (sharp switching between mipmaps)
r... | O1 | c | SetTextureFilter:
pushq %rbx
cmpl $0x5, %edi
ja 0xa171d
leaq 0x10(%rsp), %rax
movl %edi, %ecx
leaq 0x4e27e(%rip), %rdx # 0xef91c
movslq (%rdx,%rcx,4), %rcx
addq %rdx, %rcx
jmpq *%rcx
movl (%rax), %ebx
cmpl $0x2, 0xc(%rax)
jl 0xa1753
movl %ebx, %edi
movl $0x2801, %esi # imm = 0x2801
movl $0x2700, %edx ... | SetTextureFilter:
push rbx
cmp edi, 5; switch 6 cases
ja def_A16A5; jumptable 00000000000A16A5 default case
lea rax, [rsp+8+arg_0]
mov ecx, edi
lea rdx, jpt_A16A5
movsxd rcx, ds:(jpt_A16A5 - 0EF91Ch)[rdx+rcx*4]
add rcx, rdx
jmp rcx; switch jump
loc_A16A7:
mov ebx, [rax]; jumptable 0... | unsigned int * SetTextureFilter(
int a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
int a5,
int a6,
unsigned int a7,
long long a8)
{
unsigned int *result; // rax
unsigned int v9; // ebx
int v10; // edx
unsigned int v11; // ebx
unsigned int v12; // edi
in... | SetTextureFilter:
PUSH RBX
CMP EDI,0x5
JA 0x001a171d
LEA RAX,[RSP + 0x10]
MOV ECX,EDI
LEA RDX,[0x1ef91c]
MOVSXD RCX,dword ptr [RDX + RCX*0x4]
ADD RCX,RDX
switchD:
JMP RCX
caseD_0:
MOV EBX,dword ptr [RAX]
CMP dword ptr [RAX + 0xc],0x2
JL 0x001a1753
MOV EDI,EBX
MOV ESI,0x2801
MOV EDX,0x2700
JMP 0x001a175f
caseD_4:
MOV ED... |
void SetTextureFilter(int4 param_1)
{
int8 uVar1;
int8 uVar2;
int4 in_stack_00000008;
int8 in_stack_00000010;
switch(param_1) {
case 0:
if (in_stack_00000010._4_4_ < 2) {
uVar1 = 0x2600;
}
else {
uVar1 = 0x2700;
}
rlTextureParameters(in_stack_00000008,0x2801,uVar1);
... | |
7,857 | SetTextureFilter | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | void SetTextureFilter(Texture2D texture, int filter)
{
switch (filter)
{
case TEXTURE_FILTER_POINT:
{
if (texture.mipmaps > 1)
{
// RL_TEXTURE_FILTER_MIP_NEAREST - tex filter: POINT, mipmaps filter: POINT (sharp switching between mipmaps)
r... | O2 | c | SetTextureFilter:
pushq %rbx
cmpl $0x5, %edi
ja 0x87085
leaq 0x10(%rsp), %rax
movl %edi, %ecx
leaq 0x48bf1(%rip), %rdx # 0xcfc0c
movslq (%rdx,%rcx,4), %rcx
addq %rdx, %rcx
jmpq *%rcx
movl (%rax), %ebx
cmpl $0x2, 0xc(%rax)
jl 0x870b9
movl %ebx, %edi
movl $0x2801, %esi # imm = 0x2801
movl $0x2700, %edx ... | SetTextureFilter:
push rbx
cmp edi, 5; switch 6 cases
ja short def_87022; jumptable 0000000000087022 default case
lea rax, [rsp+8+arg_0]
mov ecx, edi
lea rdx, jpt_87022
movsxd rcx, ds:(jpt_87022 - 0CFC0Ch)[rdx+rcx*4]
add rcx, rdx
jmp rcx; switch jump
loc_87024:
mov ebx, [rax]; jumpt... | unsigned int * SetTextureFilter(
int a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
int a5,
int a6,
unsigned int a7,
long long a8)
{
unsigned int *result; // rax
unsigned int v9; // ebx
int v10; // edx
unsigned int v11; // edi
unsigned int v12; // ebx
un... | SetTextureFilter:
PUSH RBX
CMP EDI,0x5
JA 0x00187085
LEA RAX,[RSP + 0x10]
MOV ECX,EDI
LEA RDX,[0x1cfc0c]
MOVSXD RCX,dword ptr [RDX + RCX*0x4]
ADD RCX,RDX
switchD:
JMP RCX
caseD_0:
MOV EBX,dword ptr [RAX]
CMP dword ptr [RAX + 0xc],0x2
JL 0x001870b9
MOV EDI,EBX
MOV ESI,0x2801
MOV EDX,0x2700
JMP 0x001870c5
caseD_4:
MOV ED... |
void SetTextureFilter(int4 param_1)
{
int8 uVar1;
int4 in_stack_00000008;
int8 in_stack_00000010;
int8 uStack_10;
switch(param_1) {
case 0:
if (in_stack_00000010._4_4_ < 2) {
uVar1 = 0x2600;
}
else {
uVar1 = 0x2700;
}
rlTextureParameters(in_stack_00000008,0x2801,uVar1);
... | |
7,858 | SetTextureFilter | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | void SetTextureFilter(Texture2D texture, int filter)
{
switch (filter)
{
case TEXTURE_FILTER_POINT:
{
if (texture.mipmaps > 1)
{
// RL_TEXTURE_FILTER_MIP_NEAREST - tex filter: POINT, mipmaps filter: POINT (sharp switching between mipmaps)
r... | O3 | c | SetTextureFilter:
pushq %rbx
cmpl $0x5, %edi
ja 0x9bd2b
leaq 0x10(%rsp), %rax
movl %edi, %ecx
leaq 0x4de70(%rip), %rdx # 0xe9b1c
movslq (%rdx,%rcx,4), %rcx
addq %rdx, %rcx
jmpq *%rcx
movl (%rax), %ebx
cmpl $0x2, 0xc(%rax)
jl 0x9bd61
movl %ebx, %edi
movl $0x2801, %esi # imm = 0x2801
movl $0x2700, %edx ... | SetTextureFilter:
push rbx
cmp edi, 5; switch 6 cases
ja def_9BCB3; jumptable 000000000009BCB3 default case
lea rax, [rsp+8+arg_0]
mov ecx, edi
lea rdx, jpt_9BCB3
movsxd rcx, ds:(jpt_9BCB3 - 0E9B1Ch)[rdx+rcx*4]
add rcx, rdx
jmp rcx; switch jump
loc_9BCB5:
mov ebx, [rax]; jumptable 0... | unsigned int * SetTextureFilter(
int a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
int a5,
int a6,
unsigned int a7,
long long a8)
{
unsigned int *result; // rax
unsigned int v9; // ebx
int v10; // edx
unsigned int v11; // ebx
unsigned int v12; // edi
in... | SetTextureFilter:
PUSH RBX
CMP EDI,0x5
JA 0x0019bd2b
LEA RAX,[RSP + 0x10]
MOV ECX,EDI
LEA RDX,[0x1e9b1c]
MOVSXD RCX,dword ptr [RDX + RCX*0x4]
ADD RCX,RDX
switchD:
JMP RCX
caseD_0:
MOV EBX,dword ptr [RAX]
CMP dword ptr [RAX + 0xc],0x2
JL 0x0019bd61
MOV EDI,EBX
MOV ESI,0x2801
MOV EDX,0x2700
JMP 0x0019bd6d
caseD_4:
MOV ED... |
void SetTextureFilter(int4 param_1)
{
int8 uVar1;
int8 uVar2;
int4 in_stack_00000008;
int8 in_stack_00000010;
switch(param_1) {
case 0:
if (in_stack_00000010._4_4_ < 2) {
uVar1 = 0x2600;
}
else {
uVar1 = 0x2700;
}
rlTextureParameters(in_stack_00000008,0x2801,uVar1);
... | |
7,859 | LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp | void
lefiTiming::addRiseFallSlew(double one,
double two,
double three,
double four)
{
if (nowRise_) {
hasRiseSlew_ = 1;
riseSlewOne_ = one;
riseSlewTwo_ = two;
riseSlewThree_ = three;
rise... | O3 | cpp | LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double):
pushq %rbx
leaq 0x138(%rdi), %rax
leaq 0x170(%rdi), %rcx
leaq 0x140(%rdi), %rdx
leaq 0x178(%rdi), %rsi
leaq 0x148(%rdi), %r8
leaq 0x180(%rdi), %r9
leaq 0x150(%rdi), %r10
leaq 0x188(%rdi), %r11
xorl %ebx, %ebx
cmpl $0x0, 0x80(%rdi)
sete %bl
movl ... | _ZN12LefDefParser10lefiTiming15addRiseFallSlewEdddd:
push rbx
lea rax, [rdi+138h]
lea rcx, [rdi+170h]
lea rdx, [rdi+140h]
lea rsi, [rdi+178h]
lea r8, [rdi+148h]
lea r9, [rdi+180h]
lea r10, [rdi+150h]
lea r11, [rdi+188h]
xor ebx, ebx
cmp dword ptr [rdi+80h], 0
setz bl
mov ... | double * LefDefParser::lefiTiming::addRiseFallSlew(
LefDefParser::lefiTiming *this,
double a2,
double a3,
double a4,
double a5)
{
double *result; // rax
double *v6; // rsi
double *v7; // r9
double *v8; // r11
bool v9; // zf
result = (double *)((char *)this + 312);
... | addRiseFallSlew:
PUSH RBX
LEA RAX,[RDI + 0x138]
LEA RCX,[RDI + 0x170]
LEA RDX,[RDI + 0x140]
LEA RSI,[RDI + 0x178]
LEA R8,[RDI + 0x148]
LEA R9,[RDI + 0x180]
LEA R10,[RDI + 0x150]
LEA R11,[RDI + 0x188]
XOR EBX,EBX
CMP dword ptr [RDI + 0x80],0x0
SETZ BL
MOV dword ptr [RDI + RBX*0x8 + 0x2c],0x1
CMOVZ RAX,RCX
CMOVNZ RSI,RDX... |
/* LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double) */
void __thiscall
LefDefParser::lefiTiming::addRiseFallSlew
(lefiTiming *this,double param_1,double param_2,double param_3,double param_4)
{
lefiTiming *plVar1;
lefiTiming *plVar2;
bool bVar3;
plVar2 = this + 0x170;
... | |
7,860 | verify_blockhash_proof | corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_blockhash_proof.c | bool verify_blockhash_proof(verify_ctx_t* ctx) {
ssz_ob_t header = ssz_get(&ctx->proof, "header");
ssz_ob_t blockhash_proof = ssz_get(&ctx->proof, "blockhash_proof");
ssz_ob_t sync_committee_bits = ssz_get(&ctx->proof, "sync_committee_bits");
ssz_ob_t sync_committee_signature = s... | O0 | c | verify_blockhash_proof:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rsi
addq $0x20, %rsi
leaq -0x28(%rbp), %rdi
leaq 0xac573(%rip), %rdx # 0xdc6f5
callq 0xa1c10
movq -0x10(%rbp), %rsi
addq $0x20, %rsi
leaq -0x40(%rbp), %rdi
leaq 0xad9fd(%rip), %rdx # 0xddb97
callq 0xa1c... | verify_blockhash_proof:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov rsi, [rbp+var_10]
add rsi, 20h ; ' '
lea rdi, [rbp+var_28]
lea rdx, aInvalidRespons+15h; "header"
call ssz_get
mov rsi, [rbp+var_10]
add rsi, 20h ; ' '
lea rdi, [rbp+var_40]
lea rdx, aB... | char verify_blockhash_proof(long long a1)
{
int v1; // esi
int v2; // edx
int v3; // r8d
int v4; // r9d
int v5; // edx
int v6; // r8d
int v7; // r9d
int v8; // edx
int v9; // r8d
int v10; // r9d
int v11; // edx
int v12; // r8d
int v13; // r9d
long long v15; // [rsp+20h] [rbp-70h] BYREF
lo... | verify_blockhash_proof:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV RSI,qword ptr [RBP + -0x10]
ADD RSI,0x20
LEA RDI,[RBP + -0x28]
LEA RDX,[0x1dc6f5]
CALL 0x001a1c10
MOV RSI,qword ptr [RBP + -0x10]
ADD RSI,0x20
LEA RDI,[RBP + -0x40]
LEA RDX,[0x1ddb97]
CALL 0x001a1c10
MOV RSI,qword ptr [RBP + -... |
int1 verify_blockhash_proof(long param_1)
{
int iVar1;
ulong uVar2;
int8 in_R9;
int8 uVar3;
int local_78;
int4 uStack_74;
int8 local_70;
int8 local_68;
int local_60 [6];
int4 local_48 [2];
int8 local_40;
int1 local_30 [24];
long local_18;
local_18 = param_1;
ssz_get(local_30,param_1 +... | |
7,861 | verify_blockhash_proof | corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_blockhash_proof.c | bool verify_blockhash_proof(verify_ctx_t* ctx) {
ssz_ob_t header = ssz_get(&ctx->proof, "header");
ssz_ob_t blockhash_proof = ssz_get(&ctx->proof, "blockhash_proof");
ssz_ob_t sync_committee_bits = ssz_get(&ctx->proof, "sync_committee_bits");
ssz_ob_t sync_committee_signature = s... | O1 | c | verify_blockhash_proof:
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rdi, %rbx
leaq 0x20(%rdi), %r14
leaq 0x59907(%rip), %rdx # 0x8566d
leaq 0x48(%rsp), %r15
movq %r15, %rdi
movq %r14, %rsi
callq 0x594b1
leaq 0x5ac3c(%rip), %rdx # 0x869b9
leaq 0x30(%rsp), %rdi
movq %r14, %rsi
callq 0x594b1
leaq 0x59e... | verify_blockhash_proof:
push r15
push r14
push rbx
sub rsp, 60h
mov rbx, rdi
lea r14, [rdi+20h]
lea rdx, aInvalidRespons+15h; "header"
lea r15, [rsp+78h+var_30]
mov rdi, r15
mov rsi, r14
call ssz_get
lea rdx, aBlockhashProof; "blockhash_proof"
lea rdi, [rsp+78h+var_48]
mo... | long long verify_blockhash_proof(long long a1)
{
const char *v1; // r14
long long v2; // rsi
unsigned int v3; // r14d
char v4; // al
int v6; // [rsp+0h] [rbp-78h] BYREF
long long v7; // [rsp+8h] [rbp-70h]
long long v8; // [rsp+10h] [rbp-68h]
int v9; // [rsp+18h] [rbp-60h] BYREF
long long v10; // [rsp... | verify_blockhash_proof:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV RBX,RDI
LEA R14,[RDI + 0x20]
LEA RDX,[0x18566d]
LEA R15,[RSP + 0x48]
MOV RDI,R15
MOV RSI,R14
CALL 0x001594b1
LEA RDX,[0x1869b9]
LEA RDI,[RSP + 0x30]
MOV RSI,R14
CALL 0x001594b1
LEA RDX,[0x185c38]
LEA RDI,[RSP + 0x18]
MOV RSI,R14
CALL 0x001594b1
LEA RDX... |
int8 verify_blockhash_proof(long param_1)
{
long lVar1;
char cVar2;
int1 uVar3;
int iVar4;
char *pcVar5;
int8 uVar6;
int local_78 [2];
long local_70;
long local_68;
int local_60 [2];
long local_58;
long local_50;
int4 local_48 [2];
long local_40;
long local_38;
int1 local_30 [8];
lon... | |
7,862 | verify_blockhash_proof | corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_blockhash_proof.c | bool verify_blockhash_proof(verify_ctx_t* ctx) {
ssz_ob_t header = ssz_get(&ctx->proof, "header");
ssz_ob_t blockhash_proof = ssz_get(&ctx->proof, "blockhash_proof");
ssz_ob_t sync_committee_bits = ssz_get(&ctx->proof, "sync_committee_bits");
ssz_ob_t sync_committee_signature = s... | O2 | c | verify_blockhash_proof:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xa0, %rsp
movq %rdi, %rbx
leaq 0x20(%rdi), %r14
leaq 0x4a1f3(%rip), %rdx # 0x7466d
leaq 0x50(%rsp), %r15
movq %r15, %rdi
movq %r14, %rsi
callq 0x4d119
leaq 0x4b528(%rip), %rdx # 0x759b9
leaq 0x38(%rsp), %rdi
movq %r14, %rsi
ca... | verify_blockhash_proof:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 0A0h
mov rbx, rdi
lea r14, [rdi+20h]
lea rdx, aInvalidRespons+15h; "header"
lea r15, [rsp+0C8h+var_78]
mov rdi, r15
mov rsi, r14
call ssz_get
lea rdx, aBlockhashProof; "blockhash_proof"
lea ... | long long verify_blockhash_proof(long long a1)
{
const char *v1; // r14
long long v2; // r15
unsigned int v3; // ebp
long long v4; // r14
char v5; // al
unsigned int v6; // r14d
int v8; // [rsp+8h] [rbp-C0h] BYREF
long long v9; // [rsp+10h] [rbp-B8h]
long long v10; // [rsp+18h] [rbp-B0h]
int v11; /... | verify_blockhash_proof:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xa0
MOV RBX,RDI
LEA R14,[RDI + 0x20]
LEA RDX,[0x17466d]
LEA R15,[RSP + 0x50]
MOV RDI,R15
MOV RSI,R14
CALL 0x0014d119
LEA RDX,[0x1759b9]
LEA RDI,[RSP + 0x38]
MOV RSI,R14
CALL 0x0014d119
LEA RDX,[0x174c38]
LEA RDI,[RSP + 0x20]
MOV RSI,R14
CALL ... |
int8 verify_blockhash_proof(long param_1)
{
long lVar1;
char cVar2;
int1 uVar3;
int iVar4;
char *pcVar5;
int8 uVar6;
int local_c0 [2];
long local_b8;
long local_b0;
int local_a8 [2];
long local_a0;
long local_98;
int4 local_90 [2];
long local_88;
long local_80;
int1 local_78 [8];
lon... | |
7,863 | verify_blockhash_proof | corpus-core[P]colibri-stateless/src/chains/eth/verifier/verify_blockhash_proof.c | bool verify_blockhash_proof(verify_ctx_t* ctx) {
ssz_ob_t header = ssz_get(&ctx->proof, "header");
ssz_ob_t blockhash_proof = ssz_get(&ctx->proof, "blockhash_proof");
ssz_ob_t sync_committee_bits = ssz_get(&ctx->proof, "sync_committee_bits");
ssz_ob_t sync_committee_signature = s... | O3 | c | verify_blockhash_proof:
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rdi, %rbx
leaq 0x20(%rdi), %r14
leaq 0x55e82(%rip), %rdx # 0x8166d
leaq 0x48(%rsp), %r15
movq %r15, %rdi
movq %r14, %rsi
callq 0x5525d
leaq 0x571b7(%rip), %rdx # 0x829b9
leaq 0x30(%rsp), %rdi
movq %r14, %rsi
callq 0x5525d
leaq 0x564... | verify_blockhash_proof:
push r15
push r14
push rbx
sub rsp, 60h
mov rbx, rdi
lea r14, [rdi+20h]
lea rdx, aInvalidRespons+15h; "header"
lea r15, [rsp+78h+var_30]
mov rdi, r15
mov rsi, r14
call ssz_get
lea rdx, aBlockhashProof; "blockhash_proof"
lea rdi, [rsp+78h+var_48]
mo... | long long verify_blockhash_proof(long long a1)
{
const char *v1; // r14
long long v2; // rsi
unsigned int v3; // r14d
char v4; // al
int v6; // [rsp+0h] [rbp-78h] BYREF
long long v7; // [rsp+8h] [rbp-70h]
long long v8; // [rsp+10h] [rbp-68h]
int v9; // [rsp+18h] [rbp-60h] BYREF
long long v10; // [rsp... | verify_blockhash_proof:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV RBX,RDI
LEA R14,[RDI + 0x20]
LEA RDX,[0x18166d]
LEA R15,[RSP + 0x48]
MOV RDI,R15
MOV RSI,R14
CALL 0x0015525d
LEA RDX,[0x1829b9]
LEA RDI,[RSP + 0x30]
MOV RSI,R14
CALL 0x0015525d
LEA RDX,[0x181c38]
LEA RDI,[RSP + 0x18]
MOV RSI,R14
CALL 0x0015525d
LEA RDX... |
int8 verify_blockhash_proof(long param_1)
{
long lVar1;
char cVar2;
int1 uVar3;
int iVar4;
char *pcVar5;
int8 uVar6;
int local_78 [2];
long local_70;
long local_68;
int local_60 [2];
long local_58;
long local_50;
int4 local_48 [2];
long local_40;
long local_38;
int1 local_30 [8];
lon... | |
7,864 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp::mul(nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp const&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp const&) | monkey531[P]llama/common/json.hpp | static diyfp mul(const diyfp& x, const diyfp& y) noexcept
{
static_assert(kPrecision == 64, "internal error");
// Computes:
// f = round((x.f * y.f) / 2^q)
// e = x.e + y.e + q
// Emulate the 64-bit * 64-bit multiplication:
//
// p = u * v
// = (... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp::mul(nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp const&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp const&):
movq (%rdi), %rax
movl %eax, %ecx
shrq $0x20, %rax
movq (%rsi), %r8
movl %r8d, %edx
shrq $0x20, %r8
movq %rdx, %r9
imulq %rcx, %r9
imulq %r... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl5diyfp3mulERKS3_S5_:
mov rax, [rdi]
mov ecx, eax
shr rax, 20h
mov r8, [rsi]
mov edx, r8d
shr r8, 20h
mov r9, rdx
imul r9, rcx
imul rcx, r8
imul rdx, rax
imul r8, rax
shr r9, 20h
mov r10d, ecx
add r10, r9
shr rcx, 20h
... | unsigned long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp::mul(_QWORD *a1, _QWORD *a2)
{
long long v2; // rcx
v2 = (unsigned int)*a1;
return ((unsigned long long)(HIDWORD(*a2) * v2) >> 32)
+ HIDWORD(*a1) * HIDWORD(*a2)
+ ((HIDWORD(*a1) * (unsigned long long)(unsigned int)*a2) >> 32)
... | mul:
MOV RAX,qword ptr [RDI]
MOV ECX,EAX
SHR RAX,0x20
MOV R8,qword ptr [RSI]
MOV EDX,R8D
SHR R8,0x20
MOV R9,RDX
IMUL R9,RCX
IMUL RCX,R8
IMUL RDX,RAX
IMUL R8,RAX
SHR R9,0x20
MOV R10D,ECX
ADD R10,R9
SHR RCX,0x20
MOV EAX,EDX
ADD RAX,R10
SHR RDX,0x20
ADD RDX,R8
ADD RDX,RCX
SUB RAX,-0x80000000
SHR RAX,0x20
ADD RAX,RDX
MOV E... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp::mul(nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp
const&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp const&) */
int1 [16]
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp::mul(diyfp *param_1,diyfp *param_2)
{
ulong uVar1;
ulong uVa... | |
7,865 | mi_store_blob_length | eloqsql/storage/myisam/mi_dynrec.c | void _mi_store_blob_length(uchar *pos,uint pack_length,uint length)
{
switch (pack_length) {
case 1:
*pos= (uchar) length;
break;
case 2:
int2store(pos,length);
break;
case 3:
int3store(pos,length);
break;
case 4:
int4store(pos,length);
default:
break;
}
return;
} | O0 | c | mi_store_blob_length:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movl -0xc(%rbp), %eax
decl %eax
movl %eax, %ecx
movq %rcx, -0x28(%rbp)
subl $0x3, %eax
ja 0xaadda
movq -0x28(%rbp), %rax
leaq 0xad393(%rip), %rcx # 0x1580fc
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
... | _mi_store_blob_length:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov eax, [rbp+var_C]
dec eax; switch 4 cases
mov ecx, eax
mov [rbp+var_28], rcx
sub eax, 3
ja short def_AAD70; jumptable 00000000000AAD70 default case
mov rax, [rb... | unsigned long long mi_store_blob_length(_BYTE *a1, int a2, int a3)
{
unsigned long long result; // rax
result = (unsigned int)(a2 - 1);
switch ( a2 )
{
case 1:
result = (unsigned long long)a1;
*a1 = a3;
break;
case 2:
result = (unsigned long long)a1;
*(_WORD *)a1 = a3;
... | _mi_store_blob_length:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV EAX,dword ptr [RBP + -0xc]
DEC EAX
MOV ECX,EAX
MOV qword ptr [RBP + -0x28],RCX
SUB EAX,0x3
JA 0x001aadda
MOV RAX,qword ptr [RBP + -0x28]
LEA RCX,[0x2580fc]
MOVSXD RAX,dword ptr [... |
void _mi_store_blob_length(int4 *param_1,int4 param_2,int4 param_3)
{
switch(param_2) {
case 1:
*(char *)param_1 = (char)param_3;
break;
case 2:
*(short *)param_1 = (short)param_3;
break;
case 3:
*(char *)param_1 = (char)param_3;
*(char *)((long)param_1 + 1) = (char)((uint)param_3 >> 8... | |
7,866 | mi_end_bulk_insert | eloqsql/storage/myisam/mi_write.c | int mi_end_bulk_insert(MI_INFO *info, my_bool abort)
{
int first_error= 0;
if (info->bulk_insert)
{
uint i;
for (i=0 ; i < info->s->base.keys ; i++)
{
if (is_tree_inited(& info->bulk_insert[i]))
{
int error;
if ((error= delete_tree(& info->bulk_insert[i], abort)))
{... | O3 | c | mi_end_bulk_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x80(%rdi), %rdi
testq %rdi, %rdi
je 0x8ad11
movq (%rbx), %rax
cmpl $0x0, 0x180(%rax)
je 0x8ad16
xorl %r12d, %r12d
xorl %r13d, %r13d
xorl %r14d, %r14d
movq 0x80(%rbx), %rdi
cmpq $0x0, (%... | mi_end_bulk_insert:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+80h]
test rdi, rdi
jz short loc_8AD11
mov rax, [rbx]
cmp dword ptr [rax+180h], 0
jz short loc_8AD16
xor r12d, r12d
xor r13d, r13d
xor ... | long long mi_end_bulk_insert(_QWORD *a1, char a2)
{
long long v3; // rdi
long long v4; // rax
long long v5; // r12
unsigned long long v6; // r13
unsigned int v7; // r14d
long long v8; // rdi
int v9; // eax
int v10; // ecx
v3 = a1[16];
if ( v3 )
{
v4 = *a1;
if ( *(_DWORD *)(*a1 + 384LL) )... | mi_end_bulk_insert:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x80]
TEST RDI,RDI
JZ 0x0018ad11
MOV RAX,qword ptr [RBX]
CMP dword ptr [RAX + 0x180],0x0
JZ 0x0018ad16
XOR R12D,R12D
XOR R13D,R13D
XOR R14D,R14D
LAB_0018acb8:
MOV RDI,qword ptr [RBX + 0x80... |
int mi_end_bulk_insert(long *param_1,char param_2)
{
int iVar1;
long lVar2;
int iVar3;
long lVar4;
ulong uVar5;
int iVar6;
lVar4 = param_1[0x10];
if (lVar4 == 0) {
iVar6 = 0;
}
else {
lVar2 = *param_1;
if (*(int *)(lVar2 + 0x180) == 0) {
iVar6 = 0;
}
else {
lVar4... | |
7,867 | fn_format | eloqsql/mysys/mf_format.c | char * fn_format(char * to, const char *name, const char *dir,
const char *extension, uint flag)
{
char dev[FN_REFLEN], buff[FN_REFLEN], *pos, *startpos;
const char *ext;
reg1 size_t length;
size_t dev_length;
DBUG_ENTER("fn_format");
DBUG_ASSERT(name != NULL);
DBUG_ASSERT(extension != NULL);
DBUG... | O0 | c | fn_format:
pushq %rbp
movq %rsp, %rbp
subq $0x6a0, %rsp # imm = 0x6A0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x620(%rbp)
movq %rsi, -0x628(%rbp)
movq %rdx, -0x630(%rbp)
movq %rcx, -0x638(%rbp)
movl %r8d, -0x63c(%rbp)
jmp 0xdf53d
jmp 0xdf53f
jmp 0xdf541
jmp 0xdf543
jmp 0xdf545
leaq -0x210(%rbp)... | fn_format:
push rbp
mov rbp, rsp
sub rsp, 6A0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_620], rdi
mov [rbp+var_628], rsi
mov [rbp+var_630], rdx
mov [rbp+var_638], rcx
mov [rbp+var_63C], r8d
jmp short $+2
loc_DF53D:
jmp short $+2
loc_DF53F:
jmp short $+2
loc_DF... | _BYTE * fn_format(_BYTE *a1, _BYTE *a2, long long a3, char *a4, int a5)
{
long long v5; // rax
long long v6; // rax
unsigned long long v8; // [rsp+20h] [rbp-680h]
unsigned long long v9; // [rsp+28h] [rbp-678h]
long long v10; // [rsp+38h] [rbp-668h] BYREF
unsigned long long v11; // [rsp+40h] [rbp-660h]
cha... | fn_format:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x6a0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x620],RDI
MOV qword ptr [RBP + -0x628],RSI
MOV qword ptr [RBP + -0x630],RDX
MOV qword ptr [RBP + -0x638],RCX
MOV dword ptr [RBP + -0x63c],R8D
JMP 0x001df53d
LAB_001df53d:
JMP 0x001df53f
LAB_00... |
char * fn_format(char *param_1,char *param_2,int8 param_3,char *param_4,uint param_5)
{
int iVar1;
size_t sVar2;
long lVar3;
char *pcVar4;
long in_FS_OFFSET;
ulong local_6a0;
int1 local_670 [8];
ulong local_668;
char *local_660;
char *local_658;
char *local_650;
uint local_644;
char *local_6... | |
7,868 | CLI::App::_process_callbacks() | MikePodsytnik[P]TCRtrie/build_O0/_deps/cli11-src/include/CLI/impl/App_inl.hpp | CLI11_INLINE void App::_process_callbacks() {
for(App_p &sub : subcommands_) {
// process the priority option_groups first
if(sub->get_name().empty() && sub->parse_complete_callback_) {
if(sub->count_all() > 0) {
sub->_process_callbacks();
sub->run_callba... | O0 | cpp | CLI::App::_process_callbacks():
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x70(%rbp)
addq $0x280, %rax # imm = 0x280
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x33d20
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0x33d50
movq %rax, -0x... | _ZN3CLI3App18_process_callbacksEv:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_70], rax
add rax, 280h
mov [rbp+var_10], rax
mov rdi, [rbp+var_10]
call _ZNSt6vectorISt10shared_ptrIN3CLI3AppEESaIS3_EE5beginEv; std::vector<std::shared_ptr<... | bool CLI::App::_process_callbacks(CLI::App *this)
{
long long v1; // rax
long long v2; // rax
long long v3; // rax
CLI::App *v4; // rax
CLI::App *v5; // rax
CLI::App *v6; // rax
long long v7; // rax
CLI::Option *v8; // rax
CLI::Option *v9; // rax
bool result; // al
long long v11; // rax
CLI::Ap... | _process_callbacks:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x70],RAX
ADD RAX,0x280
MOV qword ptr [RBP + -0x10],RAX
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00133d20
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00133d5... |
/* CLI::App::_process_callbacks() */
void __thiscall CLI::App::_process_callbacks(App *this)
{
bool bVar1;
Option *pOVar2;
ulong uVar3;
__shared_ptr_access<CLI::App,(__gnu_cxx::_Lock_policy)2,false,false> *this_00;
long lVar4;
App *pAVar5;
int8 local_68;
int8 local_60;
vector<std::shared_ptr<CLI::A... | |
7,869 | ggml_easy::ctx::get_weight(char const*, ...) | ngxson[P]ggml-easy/ggml-easy.h | ggml_tensor * get_weight(const char *fmt, ...) {
std::vector<char> str(128);
va_list va;
va_start(va, fmt);
vsnprintf(str.data(), 128, fmt, va);
va_end(va);
auto it = tensors.find(str.data());
if (it == tensors.end()) {
throw std::runtime_error(string_... | O0 | c | ggml_easy::ctx::get_weight(char const*, ...):
subq $0x1b8, %rsp # imm = 0x1B8
testb %al, %al
je 0x1b65b
movaps %xmm0, 0x80(%rsp)
movaps %xmm1, 0x90(%rsp)
movaps %xmm2, 0xa0(%rsp)
movaps %xmm3, 0xb0(%rsp)
movaps %xmm4, 0xc0(%rsp)
movaps %xmm5, 0xd0(%rsp)
movaps %xmm6, 0xe0(%rsp)
movaps %xmm7, 0xf0(%rsp)
movq ... | _ZN9ggml_easy3ctx10get_weightEPKcz:
sub rsp, 1B8h
test al, al
jz short loc_1B65B
movaps [rsp+1B8h+var_138], xmm0
movaps [rsp+1B8h+var_128], xmm1
movaps [rsp+1B8h+var_118], xmm2
movaps [rsp+1B8h+var_108], xmm3
movaps [rsp+1B8h+var_F8], xmm4
movaps [rsp+1B8h+var_E8], xmm5
movaps [rsp+1B8h+var_D8], xmm6... | long long ggml_easy::ctx::get_weight(
ggml_easy::ctx *this,
const char *a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
... | get_weight:
SUB RSP,0x1b8
TEST AL,AL
JZ 0x0011b65b
MOVAPS xmmword ptr [RSP + 0x80],XMM0
MOVAPS xmmword ptr [RSP + 0x90],XMM1
MOVAPS xmmword ptr [RSP + 0xa0],XMM2
MOVAPS xmmword ptr [RSP + 0xb0],XMM3
MOVAPS xmmword ptr [RSP + 0xc0],XMM4
MOVAPS xmmword ptr [RSP + 0xd0],XMM5
MOVAPS xmmword ptr [RSP + 0xe0],XMM6
MOVAPS xmm... |
/* ggml_easy::ctx::get_weight(char const*, ...) */
int8 ggml_easy::ctx::get_weight(char *param_1,...)
{
char in_AL;
char *pcVar1;
ulong uVar2;
runtime_error *this;
int8 uVar3;
long lVar4;
int8 in_RCX;
int8 in_RDX;
char *in_RSI;
int8 in_R8;
int8 in_R9;
int8 in_XMM0_Qa;
int8 in_XMM1_Qa;
int... | |
7,870 | ggml_easy::ctx::get_weight(char const*, ...) | ngxson[P]ggml-easy/ggml-easy.h | ggml_tensor * get_weight(const char *fmt, ...) {
std::vector<char> str(128);
va_list va;
va_start(va, fmt);
vsnprintf(str.data(), 128, fmt, va);
va_end(va);
auto it = tensors.find(str.data());
if (it == tensors.end()) {
throw std::runtime_error(string_... | O2 | c | ggml_easy::ctx::get_weight(char const*, ...):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x110, %rsp # imm = 0x110
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x60(%rsp), %r12
movq %rdx, 0x10(%r12)
movq %rcx, 0x18(%r12)
movq %r8, 0x20(%r12)
movq %r9, 0x28(%r12)
testb %al, %al
je 0xab16
movaps %xmm... | _ZN9ggml_easy3ctx10get_weightEPKcz:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 110h
mov r14, rsi
mov rbx, rdi
lea r12, [rsp+138h+var_D8]
mov [r12+10h], rdx
mov [r12+18h], rcx
mov [r12+20h], r8
mov [r12+28h], r9
test al, al
jz short loc_AB16
movaps [rsp+... | long long ggml_easy::ctx::get_weight(
ggml_easy::ctx *this,
const char *a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
... | get_weight:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x110
MOV R14,RSI
MOV RBX,RDI
LEA R12,[RSP + 0x60]
MOV qword ptr [R12 + 0x10],RDX
MOV qword ptr [R12 + 0x18],RCX
MOV qword ptr [R12 + 0x20],R8
MOV qword ptr [R12 + 0x28],R9
TEST AL,AL
JZ 0x0010ab16
MOVAPS xmmword ptr [RSP + 0x90],XMM0
MOVAPS xmmword ptr [... |
/* ggml_easy::ctx::get_weight(char const*, ...) */
int8 ggml_easy::ctx::get_weight(char *param_1,...)
{
int8 uVar1;
char in_AL;
long lVar2;
runtime_error *this;
int8 in_RCX;
int8 in_RDX;
char *in_RSI;
int8 in_R8;
int8 in_R9;
int8 in_XMM0_Qa;
int8 in_XMM1_Qa;
int8 in_XMM2_Qa;
int8 in_XMM3_Qa... | |
7,871 | spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char>>&) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/pattern_formatter-inl.h | void format(const details::log_msg &msg, const std::tm &, memory_buf_t &dest) override {
if (msg.source.empty()) {
ScopedPadder p(0, padinfo_, dest);
return;
}
auto filename = basename(msg.source.filename);
size_t text_size = padinfo_.enabled() ? std::char_traits<... | O0 | c | spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char>>&):
subq $0xc8, %rsp
movq %rdi, 0xb0(%rsp)
movq %rsi, 0xa8(%rsp)
movq %rdx, 0xa0(%rsp)
movq %rcx, 0x98(%rsp)
movq 0xb0(%rsp), %rax... | _ZN6spdlog7details24short_filename_formatterINS0_13scoped_padderEE6formatERKNS0_7log_msgERK2tmRN3fmt3v1019basic_memory_bufferIcLm250ESaIcEEE:
sub rsp, 0C8h
mov [rsp+0C8h+var_18], rdi
mov [rsp+0C8h+var_20], rsi
mov [rsp+0C8h+var_28], rdx
mov [rsp+0C8h+var_30], rcx
mov rax, [rsp+0C8h+var_18]
mov ... | void spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(
long long a1,
long long a2,
long long a3,
_QWORD *a4)
{
long long v4; // [rsp+8h] [rbp-C0h]
long long v5; // [rsp+28h] [rbp-A0h] BYREF
long long v6; // [rsp+30h] [rbp-98h]
_BYTE v7[40]; // [r... | format:
SUB RSP,0xc8
MOV qword ptr [RSP + 0xb0],RDI
MOV qword ptr [RSP + 0xa8],RSI
MOV qword ptr [RSP + 0xa0],RDX
MOV qword ptr [RSP + 0x98],RCX
MOV RAX,qword ptr [RSP + 0xb0]
MOV qword ptr [RSP + 0x10],RAX
MOV RDI,qword ptr [RSP + 0xa8]
ADD RDI,0x38
CALL 0x0014d490
TEST AL,0x1
JNZ 0x0015efeb
JMP 0x0015f019
LAB_0015efe... |
/* spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg
const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char> >&) */
void __thiscall
spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format
(short_... | |
7,872 | google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(google::protobuf::Descriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc | void AssignMessageDescriptor(const Descriptor* descriptor) {
for (int i = 0; i < descriptor->nested_type_count(); i++) {
AssignMessageDescriptor(descriptor->nested_type(i));
}
file_level_metadata_->descriptor = descriptor;
file_level_metadata_->reflection =
new Reflection(descriptor,
... | O0 | cpp | google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(google::protobuf::Descriptor const*):
subq $0xa8, %rsp
movq %rdi, 0xa0(%rsp)
movq %rsi, 0x98(%rsp)
movq 0xa0(%rsp), %rax
movq %rax, 0x28(%rsp)
movl $0x0, 0x94(%rsp)
movl 0x94(%rsp), %eax
movl %eax, 0x24(%rsp)
movq 0x98(%rsp), %rdi
callq 0x1c3340
movl %e... | _ZN6google8protobuf23AssignDescriptorsHelper23AssignMessageDescriptorEPKNS0_10DescriptorE:
sub rsp, 0A8h
mov [rsp+0A8h+var_8], rdi
mov [rsp+0A8h+var_10], rsi
mov rax, [rsp+0A8h+var_8]
mov [rsp+0A8h+var_80], rax
mov [rsp+0A8h+var_14], 0
loc_1C309F:
mov eax, [rsp+0A8h+var_14]
mov [rsp+0A8h... | google::protobuf::AssignDescriptorsHelper * google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(
google::protobuf::AssignDescriptorsHelper *this,
const google::protobuf::Descriptor *a2)
{
const google::protobuf::Descriptor *v2; // rax
const google::protobuf::EnumDescriptor *v3; // rax... | |||
7,873 | google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(google::protobuf::Descriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/generated_message_reflection.cc | void AssignMessageDescriptor(const Descriptor* descriptor) {
for (int i = 0; i < descriptor->nested_type_count(); i++) {
AssignMessageDescriptor(descriptor->nested_type(i));
}
file_level_metadata_->descriptor = descriptor;
file_level_metadata_->reflection =
new Reflection(descriptor,
... | O3 | cpp | google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(google::protobuf::Descriptor const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, %r14
movq %rdi, %rbx
cmpl $0x0, 0x70(%rsi)
jle 0x980f4
xorl %r15d, %r15d
xorl %r12d, %r12d
movq 0x38(%r14), %rsi
addq %r1... | _ZN6google8protobuf23AssignDescriptorsHelper23AssignMessageDescriptorEPKNS0_10DescriptorE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r14, rsi
mov rbx, rdi
cmp dword ptr [rsi+70h], 0
jle short loc_980F4
xor r15d, r15d
xor r12d, r12d
loc_980D2:
mo... | long long google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(
google::protobuf::AssignDescriptorsHelper *this,
const google::protobuf::Descriptor *a2)
{
long long v3; // r15
long long v4; // r12
long long v5; // r15
long long *v6; // rax
long long v7; // rbp
long long v8; //... | AssignMessageDescriptor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R14,RSI
MOV RBX,RDI
CMP dword ptr [RSI + 0x70],0x0
JLE 0x001980f4
XOR R15D,R15D
XOR R12D,R12D
LAB_001980d2:
MOV RSI,qword ptr [R14 + 0x38]
ADD RSI,R15
MOV RDI,RBX
CALL 0x001980b2
INC R12
MOVSXD RAX,dword ptr [R14 + 0x70]
ADD... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor(google::protobuf::Descriptor
const*) */
void __thiscall
google::protobuf::AssignDescriptorsHelper::AssignMessageDescriptor
(AssignDescriptorsHelper *t... | |
7,874 | MainWindow::MainWindow(QWidget*) | LeafBlue[P]myElevetor/mainwindow.cpp | MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent),ele_A(),ele_B()
{
ele_A.up_out = ele_B.up_out = new QVector<int>();
ele_A.down_out = ele_B.down_out = new QVector<int>();
ele_A.outbtn_up = ele_B.outbtn_up = new QMap<int,QPushButton*>();
ele_A.outbtn_down = ele_B.outbtn_down = new QMap<... | O0 | cpp | MainWindow::MainWindow(QWidget*):
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x88(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0xa0(%rbp)
leaq -0x14(%rbp), %rdi
callq 0xcb20
movq -0xa0(%rbp), %rsi
movq -0x88(%rbp), %rdi
movl -0x14(%rbp), %edx
c... | _ZN10MainWindowC2EP7QWidget:
push rbp; Alternative name is 'MainWindow::MainWindow(QWidget *)'
mov rbp, rsp
sub rsp, 0E0h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_88], rax
mov rax, [rbp+var_10]
mov [rbp+var_A0], rax
lea rdi, [rbp+var_14]
call ... | void MainWindow::MainWindow(MainWindow *this, QWidget *a2)
{
long long v2; // rdi
long long v3; // rdi
_QWORD *v4; // [rsp+18h] [rbp-C8h]
_QWORD *v5; // [rsp+20h] [rbp-C0h]
_BYTE v7[8]; // [rsp+88h] [rbp-58h] BYREF
long long ( *v8)(MainWindow *__hidden, Elevetor *); // [rsp+90h] [rbp-50h]
long long v9; /... | MainWindow:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x88],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0xa0],RAX
LEA RDI,[RBP + -0x14]
CALL 0x0010cb20
MOV RSI,qword ptr [RBP + -0xa0]
MOV RDI,qword ... |
/* MainWindow::MainWindow(QWidget*) */
void __thiscall MainWindow::MainWindow(MainWindow *this,QWidget *param_1)
{
QList<int> *pQVar1;
QMap<int,QPushButton*> *pQVar2;
Connection local_60 [8];
code *local_58;
int8 uStack_50;
code *local_48;
int8 local_40;
Connection local_38 [28];
int4 local_1c;
Q... | |
7,875 | MainWindow::MainWindow(QWidget*) | LeafBlue[P]myElevetor/mainwindow.cpp | MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent),ele_A(),ele_B()
{
ele_A.up_out = ele_B.up_out = new QVector<int>();
ele_A.down_out = ele_B.down_out = new QVector<int>();
ele_A.outbtn_up = ele_B.outbtn_up = new QMap<int,QPushButton*>();
ele_A.outbtn_down = ele_B.outbtn_down = new QMap<... | O1 | cpp | MainWindow::MainWindow(QWidget*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdi, %rbx
xorl %edx, %edx
callq 0x40f0
leaq 0xaef9(%rip), %rax # 0xfaf0
leaq 0x10(%rax), %rcx
movq %rcx, (%rbx)
addq $0x1c8, %rax # imm = 0x1C8
movq %rax, 0x10(%rbx)
leaq 0x58(%rbx)... | _ZN10MainWindowC2EP7QWidget:
push rbp; Alternative name is 'MainWindow::MainWindow(QWidget *)'
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rdi
xor edx, edx
call __ZN11QMainWindowC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE; QMainWindow::QMainWindow(QWidget *,QFlags<Qt::... | void MainWindow::MainWindow(MainWindow *this, QWidget *a2)
{
long long v2; // rax
long long v3; // rax
_QWORD *v4; // rax
_QWORD *v5; // rax
long long v6; // rax
long long v7; // rax
long long v8; // [rsp+0h] [rbp-68h] BYREF
long long v9; // [rsp+8h] [rbp-60h]
char *v10; // [rsp+10h] [rbp-58h]
long... | MainWindow:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RDI
XOR EDX,EDX
CALL 0x001040f0
LEA RAX,[0x10faf0]
LEA RCX,[RAX + 0x10]
MOV qword ptr [RBX],RCX
ADD RAX,0x1c8
MOV qword ptr [RBX + 0x10],RAX
LEA RDI,[RBX + 0x58]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RBX + 0x28],XMM0
MOVUPS xmmword ptr... |
/* MainWindow::MainWindow(QWidget*) */
void __thiscall MainWindow::MainWindow(MainWindow *this,QWidget *param_1)
{
int8 *puVar1;
int4 *puVar2;
code *local_68;
int8 local_60;
Elevetor *local_58;
code *local_50;
int8 local_48;
Connection local_40 [8];
Connection local_38 [8];
QMainWindow::QMainW... | |
7,876 | MainWindow::MainWindow(QWidget*) | LeafBlue[P]myElevetor/mainwindow.cpp | MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent),ele_A(),ele_B()
{
ele_A.up_out = ele_B.up_out = new QVector<int>();
ele_A.down_out = ele_B.down_out = new QVector<int>();
ele_A.outbtn_up = ele_B.outbtn_up = new QMap<int,QPushButton*>();
ele_A.outbtn_down = ele_B.outbtn_down = new QMap<... | O2 | cpp | MainWindow::MainWindow(QWidget*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdi, %rbx
xorl %edx, %edx
callq 0x40f0
leaq 0xa1b0(%rip), %rax # 0xeaf0
leaq 0x10(%rax), %rcx
movq %rcx, (%rbx)
addq $0x1c8, %rax # imm = 0x1C8
movq %rax, 0x10(%rbx)
leaq 0x58(%rbx), %r14
xorps %xmm0, %x... | _ZN10MainWindowC2EP7QWidget:
push r15; Alternative name is 'MainWindow::MainWindow(QWidget *)'
push r14
push r12
push rbx
sub rsp, 38h
mov rbx, rdi
xor edx, edx
call __ZN11QMainWindowC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE; QMainWindow::QMainWindow(QWidget *,QFlags<Qt::WindowType>)
lea rax... | void MainWindow::MainWindow(MainWindow *this, QWidget *a2)
{
int v2; // ebx
long long v3; // rax
long long v4; // rax
_QWORD *v5; // rax
_QWORD *v6; // rax
_BYTE v7[8]; // [rsp+28h] [rbp-30h] BYREF
_BYTE v8[40]; // [rsp+30h] [rbp-28h] BYREF
v2 = (int)this;
QMainWindow::QMainWindow(this, a2, 0LL);
... | MainWindow:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RDI
XOR EDX,EDX
CALL 0x001040f0
LEA RAX,[0x10eaf0]
LEA RCX,[RAX + 0x10]
MOV qword ptr [RBX],RCX
ADD RAX,0x1c8
MOV qword ptr [RBX + 0x10],RAX
LEA R14,[RBX + 0x58]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RBX + 0x28],XMM0
MOVUPS xmmword ptr [RBX + 0x38],XMM0... |
/* MainWindow::MainWindow(QWidget*) */
void __thiscall MainWindow::MainWindow(MainWindow *this,QWidget *param_1)
{
int8 *puVar1;
Connection local_30 [8];
Connection local_28 [8];
QMainWindow::QMainWindow((QMainWindow *)this,param_1,0);
*(int ***)this = &PTR_metaObject_0010eb00;
*(int ***)(this + 0x10)... | |
7,877 | open_logfile_by_number_no_cache | eloqsql/storage/maria/ma_loghandler.c | static File open_logfile_by_number_no_cache(uint32 file_no)
{
File file;
char path[FN_REFLEN];
DBUG_ENTER("open_logfile_by_number_no_cache");
/* TODO: add O_DIRECT to open flags (when buffer is aligned) */
/* TODO: use mysql_file_create() */
if ((file= mysql_file_open(key_file_translog,
... | O0 | c | open_logfile_by_number_no_cache:
pushq %rbp
movq %rsp, %rbp
subq $0x230, %rsp # imm = 0x230
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl %edi, -0x218(%rbp)
leaq 0x427e1f(%rip), %rax # 0x478fb4
movl (%rax), %eax
movl %eax, -0x220(%rbp)
movl -0x218(%rbp), %edi
leaq -0x210(%rbp), %rsi
callq 0x50ba0
movl -0... | open_logfile_by_number_no_cache:
push rbp
mov rbp, rsp
sub rsp, 230h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_218], edi
lea rax, key_file_translog
mov eax, [rax]
mov [rbp+var_220], eax
mov edi, [rbp+var_218]
lea rsi, [rbp+var_210]
call translog_filename_by_fileno
m... | long long open_logfile_by_number_no_cache(unsigned int a1, long long a2, long long a3, long long a4, int a5, int a6)
{
long long v6; // rax
unsigned int v8; // [rsp+10h] [rbp-220h]
int v9; // [rsp+14h] [rbp-21Ch]
_BYTE v11[520]; // [rsp+20h] [rbp-210h] BYREF
unsigned long long v12; // [rsp+228h] [rbp-8h]
... | open_logfile_by_number_no_cache:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x230
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x218],EDI
LEA RAX,[0x578fb4]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0x220],EAX
MOV EDI,dword ptr [RBP + -0x218]
LEA RSI,[RBP + -0x210]
CALL 0x00150ba0
MOV EDI,dwor... |
int open_logfile_by_number_no_cache(int4 param_1)
{
int4 uVar1;
int8 uVar2;
long in_FS_OFFSET;
int local_21c;
int1 local_218 [520];
long local_10;
uVar1 = key_file_translog;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar2 = translog_filename_by_fileno(param_1,local_218);
local_21c = inline_mys... | |
7,878 | ft_stroke_border_grow | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-ft-stroker.c | static PVG_FT_Error ft_stroke_border_grow(PVG_FT_StrokeBorder border,
PVG_FT_UInt new_points)
{
PVG_FT_UInt old_max = border->max_points;
PVG_FT_UInt new_max = border->num_points + new_points;
PVG_FT_Error error = 0;
if (new_max > old_max) {
PV... | O3 | c | ft_stroke_border_grow:
pushq %r15
pushq %r14
pushq %rbx
movl 0x4(%rdi), %r15d
addl (%rdi), %esi
cmpl %r15d, %esi
jbe 0x3ece2
movq %rdi, %rbx
movl %r15d, %eax
shrl %eax
addl %eax, %r15d
addl $0x10, %r15d
cmpl %esi, %r15d
jb 0x3ec9a
movq 0x8(%rbx), %rdi
movl %r15d, %r14d
movq %r14, %rsi
shlq $0x4, %rsi
callq 0xa510
movq ... | ft_stroke_border_grow:
push r15
push r14
push rbx
mov r15d, [rdi+4]
add esi, [rdi]
cmp esi, r15d
jbe short loc_3ECE2
mov rbx, rdi
loc_3EC9A:
mov eax, r15d
shr eax, 1
add r15d, eax
add r15d, 10h
cmp r15d, esi
jb short loc_3EC9A
mov rdi, [rbx+8]
mov r14d, r15d... | void ft_stroke_border_grow(long long a1, int a2)
{
unsigned int v2; // r15d
unsigned int v3; // esi
long long v4; // rax
v2 = *(_DWORD *)(a1 + 4);
v3 = *(_DWORD *)a1 + a2;
if ( v3 > v2 )
{
do
v2 += (v2 >> 1) + 16;
while ( v2 < v3 );
*(_QWORD *)(a1 + 8) = realloc(*(_QWORD *)(a1 + 8), 16... | ft_stroke_border_grow:
PUSH R15
PUSH R14
PUSH RBX
MOV R15D,dword ptr [RDI + 0x4]
ADD ESI,dword ptr [RDI]
CMP ESI,R15D
JBE 0x0013ece2
MOV RBX,RDI
LAB_0013ec9a:
MOV EAX,R15D
SHR EAX,0x1
ADD R15D,EAX
ADD R15D,0x10
CMP R15D,ESI
JC 0x0013ec9a
MOV RDI,qword ptr [RBX + 0x8]
MOV R14D,R15D
MOV RSI,R14
SHL RSI,0x4
CALL 0x0010a51... |
void ft_stroke_border_grow(int *param_1,int param_2)
{
void *pvVar1;
uint uVar2;
uVar2 = param_1[1];
if (uVar2 < (uint)(param_2 + *param_1)) {
do {
uVar2 = uVar2 + (uVar2 >> 1) + 0x10;
} while (uVar2 < (uint)(param_2 + *param_1));
pvVar1 = realloc(*(void **)(param_1 + 2),(ulong)uVar2 << 4... | |
7,879 | mi_check_index_tuple | eloqsql/storage/myisam/mi_key.c | check_result_t mi_check_index_tuple(MI_INFO *info, uint keynr, uchar *record)
{
int need_unpack= TRUE;
check_result_t res= CHECK_POS;
if (info->index_cond_func)
{
if (mi_unpack_index_tuple(info, keynr, record))
res= CHECK_ERROR;
else if ((res= info->index_cond_func(info->index_cond_func_arg)) ==
... | O0 | c | mi_check_index_tuple:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movl $0x1, -0x24(%rbp)
movl $0x1, -0x28(%rbp)
movq -0x10(%rbp), %rax
cmpq $0x0, 0x340(%rax)
je 0xafb4e
movq -0x10(%rbp), %rdi
movl -0x14(%rbp), %esi
movq -0x20(%rbp), %rdx
callq 0xafbd0... | mi_check_index_tuple:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_24], 1
mov [rbp+var_28], 1
mov rax, [rbp+var_10]
cmp qword ptr [rax+340h], 0
jz short loc_AFB4E
mov rdi, [rbp+var_10]
mov esi, [rbp+... | long long mi_check_index_tuple(long long a1, const char *a2, long long a3)
{
long long v3; // rdi
long long v4; // rdi
unsigned int v6; // [rsp+8h] [rbp-28h]
int v7; // [rsp+Ch] [rbp-24h]
v7 = 1;
v6 = 1;
if ( *(_QWORD *)(a1 + 832) )
{
a2 = (const char *)(unsigned int)a2;
if ( (unsigned int)mi_... | mi_check_index_tuple:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],0x1
MOV dword ptr [RBP + -0x28],0x1
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x340],0x0
JZ 0x001afb4e
MOV RDI,qword ptr [RBP + -... |
int mi_check_index_tuple(long param_1,int4 param_2,int8 param_3)
{
bool bVar1;
int iVar2;
int4 *puVar3;
int local_30;
bVar1 = true;
local_30 = 1;
if (*(long *)(param_1 + 0x340) != 0) {
iVar2 = mi_unpack_index_tuple(param_1,param_2,param_3);
if (iVar2 == 0) {
local_30 = (**(code **)(para... | |
7,880 | my_wc_mb_tis620 | eloqsql/strings/ctype-tis620.c | static
int my_wc_mb_tis620(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc,
uchar *str,
uchar *end __attribute__((unused)))
{
const uchar *pl;
if (str >= end)
return MY_CS_TOOSMALL;
pl= uni_to_cs[(wc>>8) & 0xFF];
str[0]= pl ? pl[wc & 0xFF] : '\0';
return (!str[0] && wc) ? MY_CS_ILU... | O0 | c | my_wc_mb_tis620:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x48207
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x48282
movq -0x18(%rbp), %rcx
shrq $0x8, %rcx
andq $0xff, %rcx
leaq 0x180f... | my_wc_mb_tis620:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_48207
mov [rbp+var_4], 0FFFFFF9Bh
jmp short loc_48282
loc_48207:
mov rcx, [rbp+var_18]
s... | long long my_wc_mb_tis620(long long a1, long long a2, _BYTE *a3, unsigned long long a4)
{
bool v5; // [rsp+1h] [rbp-35h]
char v6; // [rsp+2h] [rbp-34h]
long long v7; // [rsp+6h] [rbp-30h]
if ( (unsigned long long)a3 < a4 )
{
v7 = (long long)*(&uni_to_cs_0 + BYTE1(a2));
if ( v7 )
v6 = *(_BYTE *... | my_wc_mb_tis620:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x00148207
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x00148282
LAB_00148207:
MOV RCX,q... |
uint my_wc_mb_tis620(int8 param_1,ulong param_2,char *param_3,char *param_4)
{
char cVar1;
uint local_c;
if (param_3 < param_4) {
if (*(long *)(uni_to_cs + (param_2 >> 8 & 0xff) * 8) == 0) {
cVar1 = '\0';
}
else {
cVar1 = *(char *)(*(long *)(uni_to_cs + (param_2 >> 8 & 0xff) * 8) + (p... | |
7,881 | non-virtual thunk to THD::exit_cond(PSI_stage_info_v1 const*, char const*, char const*, int) | eloqsql/sql/sql_class.h | inline void exit_cond(const PSI_stage_info *stage,
const char *src_function, const char *src_file,
int src_line)
{
/*
Putting the mutex unlock in thd->exit_cond() ensures that
mysys_var->current_mutex is always unlocked _before_ mysys_var->mutex is
... | O0 | c | non-virtual thunk to THD::exit_cond(PSI_stage_info_v1 const*, char const*, char const*, int):
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl %r8d, -0x24(%rbp)
movq -0x8(%rbp), %rdi
addq $-0xe0, %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx... | _ZThn224_N3THD9exit_condEPK17PSI_stage_info_v1PKcS4_i:
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_24], r8d
mov rdi, [rbp+var_8]
add rdi, 0FFFFFFFFFFFFFF20h
mov rsi, [rbp+var_10]
mov rdx, [rbp+var_18... | long long `non-virtual thunk to'THD::exit_cond(
long long a1,
long long a2,
const char *a3,
const char *a4,
unsigned int a5)
{
return THD::exit_cond(a1 - 224, a2, a3, a4, a5);
}
| __cxx_global_var_init.11:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x1dfbc80]
MOV ESI,0x20
CALL 0x008db920
POP RBP
RET
|
void __cxx_global_var_init_11(void)
{
time_round_mode_t::time_round_mode_t((time_round_mode_t *)&TIME_FRAC_TRUNCATE,0x20);
return;
}
| |
7,882 | free_block | eloqsql/mysys/mf_keycache.c | static void free_block(SIMPLE_KEY_CACHE_CB *keycache, BLOCK_LINK *block)
{
KEYCACHE_THREAD_TRACE("free block");
KEYCACHE_DBUG_PRINT("free_block",
("block %u to be freed, hash_link %p status: %u",
BLOCK_NUMBER(block), block->hash_link,
block->statu... | O3 | c | free_block:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
cmpq $0x0, 0x20(%rsi)
je 0x9f8ef
orb $0x8, 0x50(%rbx)
movq %r14, %rdi
movq %rbx, %rsi
callq 0xa0147
andb $-0x9, 0x50(%rbx)
movq %r14, %rdi
movq %rbx, %rsi
xorl %edx, %edx
callq 0x9f7c0
movl 0x50(%rbx), %eax
testb %al, %al
js 0x... | free_block_0:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rsi
mov r14, rdi
cmp qword ptr [rsi+20h], 0
jz short loc_9F8EF
or byte ptr [rbx+50h], 8
mov rdi, r14
mov rsi, rbx
call wait_for_readers_0
and byte ptr [rbx+50h], 0F7h
loc_9F8EF:
mov rdi, r14
mov rsi,... | long long free_block_0(long long a1, long long a2)
{
long long v2; // rdx
long long result; // rax
long long v4; // rcx
_QWORD *v5; // rax
long long v6; // rcx
if ( *(_QWORD *)(a2 + 32) )
{
*(_BYTE *)(a2 + 80) |= 8u;
wait_for_readers_0(a1, a2);
*(_BYTE *)(a2 + 80) &= ~8u;
}
unreg_request... | free_block:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
CMP qword ptr [RSI + 0x20],0x0
JZ 0x0019f8ef
OR byte ptr [RBX + 0x50],0x8
MOV RDI,R14
MOV RSI,RBX
CALL 0x001a0147
AND byte ptr [RBX + 0x50],0xf7
LAB_0019f8ef:
MOV RDI,R14
MOV RSI,RBX
XOR EDX,EDX
CALL 0x0019f7c0
MOV EAX,dword ptr [RBX + 0x50]
TES... |
void free_block(long param_1,int8 *param_2)
{
int8 *puVar1;
int8 uVar2;
if (param_2[4] != 0) {
*(byte *)(param_2 + 10) = *(byte *)(param_2 + 10) | 8;
wait_for_readers(param_1,param_2);
*(byte *)(param_2 + 10) = *(byte *)(param_2 + 10) & 0xf7;
}
unreg_request(param_1,param_2,0);
if (-1 < (ch... | |
7,883 | Simulator::getRegInfoStr[abi:cxx11]() | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Simulator.cpp | std::string Simulator::getRegInfoStr() {
std::string str;
char buf[65536];
str += "------------ CPU STATE ------------\n";
sprintf(buf, "PC: 0x%llx\n", this->pc);
str += buf;
for (uint32_t i = 0; i < 32; ++i) {
sprintf(buf, "%s: 0x%.8llx(%lld) ", REGNAME[i], this->reg[i], this->reg[i]);
str += buf;... | O0 | cpp | Simulator::getRegInfoStr[abi:cxx11]():
subq $0x10058, %rsp # imm = 0x10058
movq %rdi, 0x28(%rsp)
movq %rdi, %rax
movq %rax, 0x18(%rsp)
movq %rdi, 0x10050(%rsp)
movq %rsi, 0x10048(%rsp)
movq 0x10048(%rsp), %rax
movq %rax, 0x20(%rsp)
movb $0x0, 0x10047(%rsp)
callq 0x152f0
movq 0x28(%rsp), %rdi
leaq 0x652c(%rip),... | _ZN9Simulator13getRegInfoStrB5cxx11Ev:
sub rsp, 10058h
mov [rsp+10058h+var_10030], rdi
mov rax, rdi
mov [rsp+10058h+var_10040], rax
mov [rsp+10058h+var_8], rdi
mov [rsp+10058h+var_10], rsi
mov rax, [rsp+10058h+var_10]
mov [rsp+10058h+var_10038], rax
mov [rsp+10058h+var_11], 0
call ... | long long Simulator::getRegInfoStr[abi:cxx11](long long a1, long long a2)
{
unsigned int i; // [rsp+30h] [rbp-10028h]
_BYTE v4[65544]; // [rsp+40h] [rbp-10018h] BYREF
long long v5; // [rsp+10048h] [rbp-10h]
long long v6; // [rsp+10050h] [rbp-8h]
v6 = a1;
v5 = a2;
v4[65543] = 0;
std::string::basic_stri... | getRegInfoStr[abi:cxx11]:
SUB RSP,0x10058
MOV qword ptr [RSP + 0x28],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x18],RAX
MOV qword ptr [RSP + 0x10050],RDI
MOV qword ptr [RSP + 0x10048],RSI
MOV RAX,qword ptr [RSP + 0x10048]
MOV qword ptr [RSP + 0x20],RAX
MOV byte ptr [RSP + 0x10047],0x0
CALL 0x001152f0
MOV RDI,qword ptr [RSP... |
/* WARNING: Removing unreachable block (ram,0x00123b2d) */
/* Simulator::getRegInfoStr[abi:cxx11]() */
string * Simulator::getRegInfoStr_abi_cxx11_(void)
{
long in_RSI;
string *in_RDI;
uint uStack_10028;
char acStack_10018 [65560];
std::__cxx11::string::string(in_RDI);
/* try { // tr... | |
7,884 | Simulator::getRegInfoStr[abi:cxx11]() | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Simulator.cpp | std::string Simulator::getRegInfoStr() {
std::string str;
char buf[65536];
str += "------------ CPU STATE ------------\n";
sprintf(buf, "PC: 0x%llx\n", this->pc);
str += buf;
for (uint32_t i = 0; i < 32; ++i) {
sprintf(buf, "%s: 0x%.8llx(%lld) ", REGNAME[i], this->reg[i], this->reg[i]);
str += buf;... | O1 | cpp | Simulator::getRegInfoStr[abi:cxx11]():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10018, %rsp # imm = 0x10018
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, 0x8(%rsp)
movq %rax, (%rdi)
movq $0x0, 0x8(%rdi)
movb $0x0, 0x10(%rdi)
leaq 0x3625(%rip), %rsi # 0x1... | _ZN9Simulator13getRegInfoStrB5cxx11Ev:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10018h
mov r14, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rsp+10048h+var_10040], rax
mov [rdi], rax
mov qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
lea rsi, aCpuS... | long long Simulator::getRegInfoStr[abi:cxx11](long long a1, long long a2)
{
const char **v2; // rbp
long long i; // r13
_BYTE v5[65592]; // [rsp+10h] [rbp-10038h] BYREF
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
std::string::append(a1, "------------ CPU STATE ----------... | getRegInfoStr[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10018
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
LAB_001126d3:
LEA RSI,[0x115cff]
CALL 0x0010b380
MOV RDX,qword pt... |
/* Simulator::getRegInfoStr[abi:cxx11]() */
void Simulator::getRegInfoStr_abi_cxx11_(void)
{
int8 uVar1;
int **ppuVar2;
long in_RSI;
long *in_RDI;
long lVar3;
char acStack_10038 [65544];
*in_RDI = (long)(in_RDI + 2);
in_RDI[1] = 0;
*(int1 *)(in_RDI + 2) = 0;
/* try { // try f... | |
7,885 | Simulator::getRegInfoStr[abi:cxx11]() | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Simulator.cpp | std::string Simulator::getRegInfoStr() {
std::string str;
char buf[65536];
str += "------------ CPU STATE ------------\n";
sprintf(buf, "PC: 0x%llx\n", this->pc);
str += buf;
for (uint32_t i = 0; i < 32; ++i) {
sprintf(buf, "%s: 0x%.8llx(%lld) ", REGNAME[i], this->reg[i], this->reg[i]);
str += buf;... | O2 | cpp | Simulator::getRegInfoStr[abi:cxx11]():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10008, %rsp # imm = 0x10008
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
andq $0x0, 0x8(%rdi)
movb $0x0, 0x10(%rdi)
leaq 0x34f7(%rip), %rsi # 0x15cd3
callq 0xc350
mov... | _ZN9Simulator13getRegInfoStrB5cxx11Ev:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10008h
mov r14, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
and qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
lea rsi, aCpuState; "------------ CPU STATE ------... | long long Simulator::getRegInfoStr[abi:cxx11](long long a1, long long a2)
{
const char **v2; // rbp
long long i; // r13
_BYTE v5[65592]; // [rsp+0h] [rbp-10038h] BYREF
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
std::string::append(a1, "------------ CPU STATE -----------... | getRegInfoStr[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10008
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
AND qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
LAB_001127d5:
LEA RSI,[0x115cd3]
CALL 0x0010c350
MOV RDX,qword ptr [R14 + 0x8]
LEA RSI,[0x115cf... |
/* Simulator::getRegInfoStr[abi:cxx11]() */
void Simulator::getRegInfoStr_abi_cxx11_(void)
{
int8 uVar1;
int **ppuVar2;
long in_RSI;
long *in_RDI;
long lVar3;
char acStack_10038 [65544];
*in_RDI = (long)(in_RDI + 2);
in_RDI[1] = 0;
*(int1 *)(in_RDI + 2) = 0;
/* try { // try f... | |
7,886 | testing::internal::JsonUnitTestResultPrinter::PrintJsonTestList(std::ostream*, std::vector<testing::TestSuite*, std::allocator<testing::TestSuite*>> const&) | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc | void JsonUnitTestResultPrinter::PrintJsonTestList(
std::ostream* stream, const std::vector<TestSuite*>& test_suites) {
const std::string kTestsuites = "testsuites";
const std::string kIndent = Indent(2);
*stream << "{\n";
int total_tests = 0;
for (auto test_suite : test_suites) {
total_tests += test_s... | O0 | cpp | testing::internal::JsonUnitTestResultPrinter::PrintJsonTestList(std::ostream*, std::vector<testing::TestSuite*, std::allocator<testing::TestSuite*>> const&):
subq $0x188, %rsp # imm = 0x188
movq %rdi, 0x180(%rsp)
movq %rsi, 0x178(%rsp)
leaq 0x157(%rsp), %rdi
movq %rdi, 0x70(%rsp)
callq 0xb920
movq 0x70(%rsp)... | _ZN7testing8internal25JsonUnitTestResultPrinter17PrintJsonTestListEPSoRKSt6vectorIPNS_9TestSuiteESaIS5_EE:
sub rsp, 188h
mov [rsp+188h+var_8], rdi
mov [rsp+188h+var_10], rsi
lea rdi, [rsp+188h+var_31]
mov [rsp+188h+var_118], rdi
call __ZNSaIcEC1Ev; std::allocator<char>::allocator(void)
mov rd... | void testing::internal::JsonUnitTestResultPrinter::PrintJsonTestList(
testing::internal::JsonUnitTestResultPrinter *a1,
long long a2,
long long a3)
{
long long v3; // rdx
long long v4; // rdx
int v5; // eax
long long v6; // rdx
long long v7; // rdx
std::ostream **v8; // rax
const ... | PrintJsonTestList:
SUB RSP,0x188
MOV qword ptr [RSP + 0x180],RDI
MOV qword ptr [RSP + 0x178],RSI
LEA RDI,[RSP + 0x157]
MOV qword ptr [RSP + 0x70],RDI
CALL 0x0010b920
MOV RDX,qword ptr [RSP + 0x70]
LAB_0013aa6e:
LEA RSI,[0x175511]
LEA RDI,[RSP + 0x158]
CALL 0x0010e840
JMP 0x0013aa84
LAB_0013aa84:
LEA RDI,[RSP + 0x157]
C... |
/* testing::internal::JsonUnitTestResultPrinter::PrintJsonTestList(std::ostream*,
std::vector<testing::TestSuite*, std::allocator<testing::TestSuite*> > const&) */
void testing::internal::JsonUnitTestResultPrinter::PrintJsonTestList
(ostream *param_1,vector *param_2)
{
byte bVar1;
int iVar2;
... | |
7,887 | lex2str | eloqsql/strings/xml.c | static const char *lex2str(int lex)
{
switch(lex)
{
case MY_XML_EOF: return "END-OF-INPUT";
case MY_XML_STRING: return "STRING";
case MY_XML_IDENT: return "IDENT";
case MY_XML_CDATA: return "CDATA";
case MY_XML_EQ: return "'='";
case MY_XML_LT: return "'<'";
case... | O3 | c | lex2str:
pushq %rbp
movq %rsp, %rbp
leal -0x3c(%rdi), %eax
cmpl $0x18, %eax
ja 0xd79ff
leaq 0x284413(%rip), %rcx # 0x35be00
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0x8ecc(%rip), %rax # 0xe08c9
jmp 0xd7a73
cmpl $0x21, %edi
je 0xd7a6c
cmpl $0x2f, %edi
jne 0xd7a12
leaq 0x8ec1(%rip), %rax # ... | lex2str:
push rbp
mov rbp, rsp
lea eax, [rdi-3Ch]; switch 25 cases
cmp eax, 18h
ja short def_D79F4; jumptable 00000000000D79F4 default case
lea rcx, jpt_D79F4
movsxd rax, ds:(jpt_D79F4 - 35BE00h)[rcx+rax*4]
add rax, rcx
jmp rax; switch jump
loc_D79F6:
lea rax, asc_E08C9; jumptable 0... | char * lex2str(int a1)
{
char *result; // rax
switch ( a1 )
{
case '<':
result = "'<'";
break;
case '=':
result = "'='";
break;
case '>':
result = "'>'";
break;
case '?':
result = "'?'";
break;
case '@':
case 'A':
case 'B':
case 'F':... | lex2str:
PUSH RBP
MOV RBP,RSP
LEA EAX,[RDI + -0x3c]
CMP EAX,0x18
JA 0x001d79ff
LEA RCX,[0x45be00]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_3c:
LEA RAX,[0x1e08c9]
JMP 0x001d7a73
default:
CMP EDI,0x21
JZ 0x001d7a6c
CMP EDI,0x2f
JNZ 0x001d7a12
LEA RAX,[0x1e08d1]
JMP 0x001d7a73
caseD_40:
LEA ... |
char * lex2str(int param_1)
{
char *pcVar1;
switch(param_1) {
case 0x3c:
pcVar1 = "\'<\'";
break;
case 0x3d:
pcVar1 = "\'=\'";
break;
case 0x3e:
pcVar1 = "\'>\'";
break;
case 0x3f:
pcVar1 = "\'?\'";
break;
case 0x43:
pcVar1 = "COMMENT";
break;
case 0x44:
... | |
7,888 | size_to_tail_pattern | eloqsql/storage/maria/ma_bitmap.c | static uint size_to_tail_pattern(MARIA_FILE_BITMAP *bitmap, uint size)
{
if (size <= bitmap->sizes[6])
return 6;
if (size <= bitmap->sizes[5])
return 5;
DBUG_ASSERT(size <= bitmap->sizes[0]);
return 0;
} | O0 | c | 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 0x120(%rcx), %eax
ja 0x456c3
movl $0x6, -0x4(%rbp)
jmp 0x456e6
movl -0x14(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x11c(%rcx), %eax
ja 0x456db
movl $0x5, -0x4(%rbp)
jmp 0x456... | 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+120h]
ja short loc_456C3
mov [rbp+var_4], 6
jmp short loc_456E6
loc_456C3:
mov eax, [rbp+var_14]
mov rcx, [rbp+var_10]
cmp ... | long long size_to_tail_pattern(long long a1, unsigned int a2)
{
if ( a2 > *(_DWORD *)(a1 + 288) )
{
if ( a2 > *(_DWORD *)(a1 + 284) )
return 0;
else
return 5;
}
else
{
return 6;
}
}
| 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 + 0x120]
JA 0x001456c3
MOV dword ptr [RBP + -0x4],0x6
JMP 0x001456e6
LAB_001456c3:
MOV EAX,dword ptr [RBP + -0x14]
MOV RCX,qwo... |
int4 size_to_tail_pattern(long param_1,uint param_2)
{
int4 local_c;
if (*(uint *)(param_1 + 0x120) < param_2) {
if (*(uint *)(param_1 + 0x11c) < param_2) {
local_c = 0;
}
else {
local_c = 5;
}
}
else {
local_c = 6;
}
return local_c;
}
| |
7,889 | google::protobuf::compiler::cpp::(anonymous namespace)::SortFieldsByNumber(google::protobuf::Descriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message.cc | std::vector<const FieldDescriptor*> SortFieldsByNumber(
const Descriptor* descriptor) {
std::vector<const FieldDescriptor*> fields(descriptor->field_count());
for (int i = 0; i < descriptor->field_count(); i++) {
fields[i] = descriptor->field(i);
}
std::sort(fields.begin(), fields.end(), FieldOrderingBy... | O3 | cpp | google::protobuf::compiler::cpp::(anonymous namespace)::SortFieldsByNumber(google::protobuf::Descriptor const*):
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movslq 0x4(%rsi), %rsi
leaq 0xf(%rsp), %rdx
callq 0x90eac
movslq 0x4(%r14), %rax
testq %rax, %rax
jle 0x8ec60
xorl %ecx, %ecx... | _ZN6google8protobuf8compiler3cpp12_GLOBAL__N_118SortFieldsByNumberEPKNS0_10DescriptorE:
push r15
push r14
push rbx
sub rsp, 10h
mov r14, rsi
mov rbx, rdi
movsxd rsi, dword ptr [rsi+4]
lea rdx, [rsp+28h+var_19]
call _ZNSt6vectorIPKN6google8protobuf15FieldDescriptorESaIS4_EEC2EmRKS5_; std::ve... | long long google::protobuf::compiler::cpp::`anonymous namespace'::SortFieldsByNumber(
google::protobuf::compiler::cpp::_anonymous_namespace_ *this,
const google::protobuf::Descriptor *a2)
{
long long result; // rax
long long i; // rcx
long long v4; // r15
_QWORD *v5; // rbx
unsigned long long... | SortFieldsByNumber:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R14,RSI
MOV RBX,RDI
MOVSXD RSI,dword ptr [RSI + 0x4]
LEA RDX,[RSP + 0xf]
CALL 0x00190eac
MOVSXD RAX,dword ptr [R14 + 0x4]
TEST RAX,RAX
JLE 0x0018ec60
XOR ECX,ECX
LAB_0018ec45:
LEA RDX,[RCX + RCX*0x8]
SHL RDX,0x3
ADD RDX,qword ptr [R14 + 0x28]
MOV RSI,qword... |
/* google::protobuf::compiler::cpp::(anonymous
namespace)::SortFieldsByNumber(google::protobuf::Descriptor const*) */
void __thiscall
google::protobuf::compiler::cpp::(anonymous_namespace)::SortFieldsByNumber
(_anonymous_namespace_ *this,Descriptor *param_1)
{
int iVar1;
int iVar2;
long *plVar3;
... | |
7,890 | string_split(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | llama.cpp/common/common.cpp | std::vector<std::string> string_split(const std::string & str, const std::string & delimiter) {
std::vector<std::string> parts;
size_t start = 0;
size_t end = str.find(delimiter);
while (end != std::string::npos) {
parts.push_back(str.substr(start, end - start));
start = end + delimiter... | O3 | cpp | string_split(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
x... | _Z12string_splitRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
mov qword ptr [rdi+10h], 0
mov rsi, [rdx]
mov ... | long long string_split(long long a1, long long a2, _QWORD *a3)
{
long long v4; // rbp
long long v5; // rax
long long v6; // r12
long long v7; // rcx
void *v9[2]; // [rsp+8h] [rbp-50h] BYREF
_QWORD v10[8]; // [rsp+18h] [rbp-40h] BYREF
*(_OWORD *)a1 = 0LL;
*(_QWORD *)(a1 + 16) = 0LL;
v4 = 0LL;
v5 = ... | string_split:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x10],0x0
MOV RSI,qword ptr [RDX]
MOV RCX,qword ptr [RDX + 0x8]
XOR EBP,EBP
MOV RDI,R14
XOR EDX,EDX
CALL 0x00115340
CMP RAX,-0x1
JZ 0x00... |
/* string_split(std::__cxx11::string const&, std::__cxx11::string const&) */
string * string_split(string *param_1,string *param_2)
{
long lVar1;
ulong *in_RDX;
long *local_50 [2];
long local_40 [2];
*(int8 *)param_1 = 0;
*(int8 *)(param_1 + 8) = 0;
*(int8 *)(param_1 + 0x10) = 0;
lVar1 = std::__cx... | |
7,891 | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) | monkey531[P]llama/common/minja.hpp | static std::string error_location_suffix(const std::string & source, size_t pos) {
auto get_line = [&](size_t line) {
auto start = source.begin();
for (size_t i = 1; i < line; ++i) {
start = std::find(start, source.end(), '\n') + 1;
}
auto end = std::find(start, source.end(), '\n');
return s... | O3 | cpp | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1b8, %rsp # imm = 0x1B8
movq %rdx, %r8
movq %rsi, %r14
movq %rdi, 0x38(%rsp)
movq (%rsi), %rsi
movq 0x8... | _ZN5minjaL21error_location_suffixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1B8h
mov r8, rdx
mov r14, rsi
mov [rsp+1E8h+var_1B0], rdi
mov rsi, [rsi]
mov rax, [r14+8]
test rdx, rdx
jz short loc... | void minja::error_location_suffix(long long a1, long long *a2, long long a3)
{
long long v4; // rsi
long long v5; // rax
long long v6; // rcx
long long v7; // r12
long long v8; // rcx
long long v9; // r15
long long v10; // r13
long long v11; // rbp
long long v12; // rbx
long long v13; // rax
long... | error_location_suffix:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1b8
MOV R8,RDX
MOV R14,RSI
MOV qword ptr [RSP + 0x38],RDI
MOV RSI,qword ptr [RSI]
MOV RAX,qword ptr [R14 + 0x8]
TEST RDX,RDX
JZ 0x00128bc7
XOR ECX,ECX
XOR R12D,R12D
LAB_00128bb1:
XOR EDX,EDX
CMP byte ptr [RSI + RCX*0x1],0xa
SETZ DL
A... |
/* minja::error_location_suffix(std::__cxx11::string const&, unsigned long) */
void __thiscall minja::error_location_suffix(minja *this,string *param_1,ulong param_2)
{
long lVar1;
ostream *poVar2;
int8 uVar3;
ulong uVar4;
long lVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
long lVar9;
int1 local_1... | |
7,892 | ma_mmap_pread | eloqsql/storage/maria/ma_dynrec.c | size_t _ma_mmap_pread(MARIA_HA *info, uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
DBUG_PRINT("info", ("maria_read with mmap %d\n", info->dfile.file));
if (info->s->lock_key_trees)
mysql_rwlock_rdlock(&info->s->mmap_lock);
/*
The following test may fail in the following cases:
... | O3 | c | ma_mmap_pread:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r8, -0x30(%rbp)
movq %rcx, %r15
movq %rdx, %rbx
movq %rsi, %r12
movq %rdi, %r13
movq (%rdi), %rax
cmpb $0x0, 0x7e3(%rax)
je 0x48010
leaq 0xb78(%rax), %rdi
cmpq $0x0, 0xc08(%rax)
jne 0x480e6
callq 0xa5... | _ma_mmap_pread:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_30], r8
mov r15, rcx
mov rbx, rdx
mov r12, rsi
mov r13, rdi
mov rax, [rdi]
cmp byte ptr [rax+7E3h], 0
jz short loc_48010
lea rdi, [rax+0B78h]
cmp ... | long long ma_mmap_pread(_DWORD *a1, long long a2, long long a3, long long a4, long long a5)
{
long long v8; // rax
long long v9; // rdi
long long v10; // r14
long long v11; // rdi
long long v12; // r14
unsigned int v13; // r14d
long long v14; // rax
long long v15; // r15
long long v16; // rbx
long ... | _ma_mmap_pread:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x30],R8
MOV R15,RCX
MOV RBX,RDX
MOV R12,RSI
MOV R13,RDI
MOV RAX,qword ptr [RDI]
CMP byte ptr [RAX + 0x7e3],0x0
JZ 0x00148010
LEA RDI,[RAX + 0xb78]
CMP qword ptr [RAX + 0xc08],0x0
JNZ 0x001480e6
CALL 0x0... |
size_t _ma_mmap_pread(long *param_1,void *param_2,size_t param_3,long param_4,ulong param_5)
{
int4 uVar1;
ulong uVar2;
long lVar3;
size_t sVar4;
size_t sVar5;
int1 local_80 [72];
ulong local_38;
lVar3 = *param_1;
local_38 = param_5;
if (*(char *)(lVar3 + 0x7e3) != '\0') {
if (*(long *)(lVa... | |
7,893 | ggml_arange | llama.cpp/ggml/src/ggml.c | struct ggml_tensor * ggml_arange(
struct ggml_context * ctx,
float start,
float stop,
float step) {
GGML_ASSERT(stop > start);
const int64_t steps = (int64_t) ceilf((stop - start) / step);
struct ggml_tensor * result = ggml_ne... | O3 | c | ggml_arange:
pushq %rbx
subq $0x20, %rsp
ucomiss %xmm0, %xmm1
jbe 0x1ddf8
movaps %xmm0, %xmm3
movq %rdi, %rbx
movaps %xmm1, %xmm0
subss %xmm3, %xmm0
divss %xmm2, %xmm0
movss %xmm2, 0x14(%rsp)
movss %xmm1, 0x10(%rsp)
movss %xmm3, 0xc(%rsp)
callq 0x168b0
cvttss2si %xmm0, %rax
leaq 0x18(%rsp), %rcx
movq %rax, (%rcx)
movq ... | ggml_arange:
push rbx
sub rsp, 20h
ucomiss xmm1, xmm0
jbe short loc_1DDF8
movaps xmm3, xmm0
mov rbx, rdi
movaps xmm0, xmm1
subss xmm0, xmm3
divss xmm0, xmm2
movss [rsp+28h+var_14], xmm2
movss [rsp+28h+var_18], xmm1
movss [rsp+28h+var_1C], xmm3
call _ceilf
cvttss2si rax, xmm0
lea rcx, [... | long long ggml_arange(
long long a1,
float a2,
double a3,
float a4,
long long a5,
long long a6,
long long a7,
int a8,
int a9)
{
double v10; // xmm0_8
long long result; // rax
long long v12; // [rsp+18h] [rbp-10h] BYREF
if ( *(float *)&a3 ... | ggml_arange:
PUSH RBX
SUB RSP,0x20
UCOMISS XMM1,XMM0
JBE 0x0011ddf8
MOVAPS XMM3,XMM0
MOV RBX,RDI
MOVAPS XMM0,XMM1
SUBSS XMM0,XMM3
DIVSS XMM0,XMM2
MOVSS dword ptr [RSP + 0x14],XMM2
MOVSS dword ptr [RSP + 0x10],XMM1
MOVSS dword ptr [RSP + 0xc],XMM3
CALL 0x001168b0
CVTTSS2SI RAX,XMM0
LEA RCX,[RSP + 0x18]
MOV qword ptr [RC... |
void ggml_arange(float param_1,float param_2,float param_3,int8 param_4)
{
long lVar1;
float fVar2;
long local_10;
if (param_1 < param_2) {
fVar2 = ceilf((param_2 - param_1) / param_3);
local_10 = (long)fVar2;
lVar1 = ggml_new_tensor_impl(param_4,0,1,&local_10,0,0);
*(float *)(lVar1 + 0x54)... | |
7,894 | No_such_table_error_handler::handle_condition(THD*, unsigned int, char const*, Sql_state_errno_level::enum_warning_level*, char const*, Sql_condition**) | eloqsql/sql/sql_base.cc | bool
No_such_table_error_handler::handle_condition(THD *,
uint sql_errno,
const char*,
Sql_condition::enum_warning_level *level,
const c... | O0 | cpp | No_such_table_error_handler::handle_condition(THD*, unsigned int, char const*, Sql_state_errno_level::enum_warning_level*, char const*, Sql_condition**):
pushq %rbp
movq %rsp, %rbp
movq 0x10(%rbp), %rax
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
mov... | _ZN27No_such_table_error_handler16handle_conditionEP3THDjPKcPN21Sql_state_errno_level18enum_warning_levelES3_PP13Sql_condition:
push rbp
mov rbp, rsp
mov rax, [rbp+arg_0]
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [... | char No_such_table_error_handler::handle_condition(
long long a1,
long long a2,
int a3,
long long a4,
_DWORD *a5,
long long a6,
_QWORD *a7)
{
*a7 = 0LL;
if ( a3 == 1146 || a3 == 1932 )
{
++*(_DWORD *)(a1 + 16);
return 1;
}
else
{
if ( *a5 ... | __cxx_global_var_init:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x1dd0bc0]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x008db900
POP RBP
RET
|
void __cxx_global_var_init(void)
{
date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_CONV_NONE,0);
return;
}
| |
7,895 | cr_sort_and_remove_overlap | bluesky950520[P]quickjs/libunicode.c | static void cr_sort_and_remove_overlap(CharRange *cr)
{
uint32_t start, end, start1, end1, i, j;
/* the resulting ranges are not necessarily sorted and may overlap */
rqsort(cr->points, cr->len / 2, sizeof(cr->points[0]) * 2, point_cmp, NULL);
j = 0;
for(i = 0; i < cr->len; ) {
start = cr->... | O1 | c | cr_sort_and_remove_overlap:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x8(%rdi), %rdi
movl (%rbx), %eax
movl %eax, %ecx
shrl $0x1f, %ecx
addl %eax, %ecx
sarl %ecx
movslq %ecx, %rsi
leaq 0xe1e(%rip), %rcx # 0x9a907
xorl %r14d, %r14d
movl $0x8, %edx
xorl %r8d, %r8d
callq 0x1c031
movl (%rbx), %ecx
testl ... | cr_sort_and_remove_overlap:
push r14
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+8]
mov eax, [rbx]
mov ecx, eax
shr ecx, 1Fh
add ecx, eax
sar ecx, 1
movsxd rsi, ecx
lea rcx, point_cmp
xor r14d, r14d
mov edx, 8
xor r8d, r8d
call rqsort
mov ecx, [rbx]
test ... | char cr_sort_and_remove_overlap(unsigned int *a1)
{
unsigned int v2; // r14d
long long v3; // rax
unsigned int v4; // ecx
unsigned int v5; // edx
unsigned int v6; // edi
unsigned int i; // esi
v2 = 0;
LOBYTE(v3) = rqsort(
*((_QWORD *)a1 + 1),
(int)*a1 / 2,
... | cr_sort_and_remove_overlap:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x8]
MOV EAX,dword ptr [RBX]
MOV ECX,EAX
SHR ECX,0x1f
ADD ECX,EAX
SAR ECX,0x1
MOVSXD RSI,ECX
LEA RCX,[0x19a907]
XOR R14D,R14D
MOV EDX,0x8
XOR R8D,R8D
CALL 0x0011c031
MOV ECX,dword ptr [RBX]
TEST ECX,ECX
JZ 0x00199b4d
MOV RAX,qwo... |
void cr_sort_and_remove_overlap(uint *param_1)
{
uint uVar1;
long lVar2;
uint uVar3;
uint uVar4;
uint uVar5;
uint uVar6;
uint uVar7;
ulong uVar8;
uVar7 = 0;
rqsort(*(int8 *)(param_1 + 2),(long)((int)*param_1 / 2),8,point_cmp,0);
uVar4 = *param_1;
if (uVar4 != 0) {
lVar2 = *(long *)(para... | |
7,896 | rtree_find_first | eloqsql/storage/myisam/rt_index.c | int rtree_find_first(MI_INFO *info, uint keynr, uchar *key, uint key_length,
uint search_flag)
{
my_off_t root;
uint nod_cmp_flag;
MI_KEYDEF *keyinfo = info->s->keyinfo + keynr;
/*
At the moment index can only properly handle the
MBR_INTERSECT, so we use it for all sorts of queries... | O0 | c | rtree_find_first:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movl %r8d, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x218(%rax), %rax
movl -0x14(%rbp), %ecx
imulq $0x70, %rcx, %rcx
addq %rcx, %rax
movq %rax, -0x40... | rtree_find_first:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_28], r8d
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+218h]
mov ecx, [rbp+var_14]
imul rcx, 70h ; 'p'
add ... | long long rtree_find_first(long long a1, const char *a2, long long a3, int a4)
{
long long v5; // [rsp+0h] [rbp-40h]
long long v6; // [rsp+10h] [rbp-30h]
v5 = 112LL * (unsigned int)a2 + *(_QWORD *)(*(_QWORD *)a1 + 536LL);
v6 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 152LL) + 8LL * (unsigned int)a2);
if ( v6... | rtree_find_first:
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 dword ptr [RBP + -0x24],ECX
MOV dword ptr [RBP + -0x28],R8D
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x218]
MOV ECX,dword ptr [R... |
int4 rtree_find_first(long *param_1,uint param_2,void *param_3,int4 param_4)
{
long lVar1;
long lVar2;
int4 *puVar3;
int4 local_c;
lVar2 = *(long *)(*param_1 + 0x218) + (ulong)param_2 * 0x70;
lVar1 = *(long *)(*(long *)(*param_1 + 0x98) + (ulong)param_2 * 8);
if (lVar1 == -1) {
puVar3 = (int4 *)_... | |
7,897 | ma_scan_init_block_record | eloqsql/storage/maria/ma_blockrec.c | my_bool _ma_scan_init_block_record(MARIA_HA *info)
{
MARIA_SHARE *share= info->s;
myf flag= MY_WME | (share->temporary ? MY_THREAD_SPECIFIC : 0);
DBUG_ENTER("_ma_scan_init_block_record");
DBUG_ASSERT(info->dfile.file == share->bitmap.file.file);
/*
bitmap_buff may already be allocated if this is the seco... | O0 | c | ma_scan_init_block_record:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movsbl 0x7d9(%rax), %edx
xorl %eax, %eax
movl $0x10000, %ecx # imm = 0x10000
cmpl $0x0, %edx
cmovnel %ecx, %eax
orl $0x10, %eax
mo... | _ma_scan_init_block_record:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
movsx edx, byte ptr [rax+7D9h]
xor eax, eax
mov ecx, offset stru_10000
cmp edx, 0
cmovnz eax, ecx
or ea... | char ma_scan_init_block_record(long long *a1)
{
unsigned int v1; // eax
long long v2; // rax
long long v4; // [rsp+8h] [rbp-18h]
v4 = *a1;
v1 = 0;
if ( *(_BYTE *)(*a1 + 2009) )
v1 = (unsigned int)&stru_10000;
if ( !a1[68] )
{
v2 = my_malloc(0LL, (unsigned int)(2 * *(_DWORD *)(v4 + 1980)), v1 |... | _ma_scan_init_block_record:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOVSX EDX,byte ptr [RAX + 0x7d9]
XOR EAX,EAX
MOV ECX,0x10000
CMP EDX,0x0
CMOVNZ EAX,ECX
OR EAX,0x10
MOV EA... |
int1 _ma_scan_init_block_record(long *param_1)
{
long lVar1;
int1 uVar2;
uint uVar3;
long lVar4;
lVar1 = *param_1;
uVar3 = 0;
if (*(char *)(lVar1 + 0x7d9) != '\0') {
uVar3 = 0x10000;
}
if (param_1[0x44] == 0) {
lVar4 = my_malloc(0,*(int *)(lVar1 + 0x7bc) << 1,uVar3 | 0x10);
param_1[0x... | |
7,898 | 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[](T* key) const
{
return operator[](typename object_t::key_type(key));
} | 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... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixIKcEERKSD_PT_:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_30]
lea rdx, [rsp+38h+var_31]
mov rdi, r14
call ... | 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[]<char const>(
long long a1,
long long a2)
{
long long v... | operator[]<char_const>:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
MOV RDI,R14
CALL 0x0011c718
LAB_001697ee:
MOV RDI,RBX
MOV RSI,R14
CALL 0x0016fb0a
LAB_001697f9:
MOV RBX,RAX
LEA RAX,[RSP + 0x18]
MOV RDI,qword ptr [RAX + -0x10]
CMP RDI,RAX
JZ 0x00169817
MOV RSI,qword ptr [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> const&
nlohmann::json_abi_v3... | |
7,899 | 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[](T* key) const
{
return operator[](typename object_t::key_type(key));
} | 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_IhSaIhEEvEixIKcEERKSD_PT_:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_30]
lea rdx, [rsp+38h+var_31]
mov rdi, r14
call ... | 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[]<char const>(
long long a1,
long long a2)
{
long long v... | operator[]<char_const>:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
MOV RDI,R14
CALL 0x0011c6e0
LAB_001686ae:
MOV RDI,RBX
MOV RSI,R14
CALL 0x0016e82c
LAB_001686b9:
MOV RBX,RAX
LEA RAX,[RSP + 0x18]
MOV RDI,qword ptr [RAX + -0x10]
CMP RDI,RAX
JZ 0x001686d7
MOV RSI,qword ptr [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> const&
nlohmann::json_abi_v3... |
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.