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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
61,400 | kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/arg.cpp | static ggml_type kv_cache_type_from_str(const std::string & s) {
for (const auto & type : kv_cache_types) {
if (ggml_type_name(type) == s) {
return type;
}
}
throw std::runtime_error("Unsupported cache type: " + s);
} | O2 | cpp | kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r14
movq 0xca30a(%rip), %rbx # 0x10cde8
movq 0xca30b(%rip), %r15 # 0x10cdf0
cmpq %r15, %rbx
je 0x42b13
movl (%rbx), %edi
callq 0... | _ZL22kv_cache_type_from_strRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov r14, rdi
mov rbx, cs:_ZL14kv_cache_types; kv_cache_types
mov r15, cs:qword_10CDF0
loc_42AE5:
cmp rbx, r15
jz short loc_42B13
mov edi, [rbx]
cal... | long long kv_cache_type_from_str(long long a1)
{
unsigned int *v1; // rbx
long long v2; // r15
long long v3; // rax
void *exception; // rbx
_BYTE v6[64]; // [rsp+8h] [rbp-40h] BYREF
v1 = (unsigned int *)kv_cache_types;
v2 = qword_10CDF0;
while ( 1 )
{
if ( v1 == (unsigned int *)v2 )
{
... | kv_cache_type_from_str:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV R14,RDI
MOV RBX,qword ptr [0x0020cde8]
MOV R15,qword ptr [0x0020cdf0]
LAB_00142ae5:
CMP RBX,R15
JZ 0x00142b13
MOV EDI,dword ptr [RBX]
CALL 0x00124870
MOV RDI,RAX
MOV RSI,R14
CALL 0x00151e7c
TEST AL,AL
JNZ 0x00142b06
ADD RBX,0x4
JMP 0x00142ae5
... |
/* kv_cache_type_from_str(std::__cxx11::string const&) */
int4 kv_cache_type_from_str(string *param_1)
{
int4 *puVar1;
bool bVar2;
char *pcVar3;
runtime_error *this;
int4 *puVar4;
string local_40 [32];
puVar1 = DAT_0020cdf0;
puVar4 = kv_cache_types;
while( true ) {
if (puVar4 == puVar1) {
... | |
61,401 | kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/arg.cpp | static ggml_type kv_cache_type_from_str(const std::string & s) {
for (const auto & type : kv_cache_types) {
if (ggml_type_name(type) == s) {
return type;
}
}
throw std::runtime_error("Unsupported cache type: " + s);
} | O3 | cpp | kv_cache_type_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r14
movq 0xdd424(%rip), %rbx # 0x13bdc8
movq 0xdd425(%rip), %r15 # 0x13bdd0
cmpq %r15, %rbx
je 0x5e9d9
movl (%rbx), %edi
callq 0... | _ZL22kv_cache_type_from_strRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov r14, rdi
mov rbx, cs:_ZL14kv_cache_types; kv_cache_types
mov r15, cs:qword_13BDD0
loc_5E9AB:
cmp rbx, r15
jz short loc_5E9D9
mov edi, [rbx]
cal... | long long kv_cache_type_from_str(long long a1)
{
unsigned int *v1; // rbx
long long v2; // r15
long long v3; // rax
void *exception; // rbx
_BYTE v6[16]; // [rsp+8h] [rbp-40h] BYREF
v1 = (unsigned int *)kv_cache_types;
v2 = qword_13BDD0;
while ( 1 )
{
if ( v1 == (unsigned int *)v2 )
{
... | kv_cache_type_from_str:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV R14,RDI
MOV RBX,qword ptr [0x0023bdc8]
MOV R15,qword ptr [0x0023bdd0]
LAB_0015e9ab:
CMP RBX,R15
JZ 0x0015e9d9
MOV EDI,dword ptr [RBX]
CALL 0x0011b850
MOV RDI,R14
MOV RSI,RAX
CALL 0x0011b220
TEST EAX,EAX
JZ 0x0015e9cc
ADD RBX,0x4
JMP 0x0015e9ab... |
/* kv_cache_type_from_str(std::__cxx11::string const&) */
int4 kv_cache_type_from_str(string *param_1)
{
int4 *puVar1;
int iVar2;
runtime_error *this;
int4 *puVar3;
string local_40 [32];
puVar1 = DAT_0023bdd0;
puVar3 = kv_cache_types;
while( true ) {
if (puVar3 == puVar1) {
this = (runti... | |
61,402 | qdevtools::MethodIncoker::~MethodIncoker() | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | MethodIncoker(QObject* object, const QMetaMethod& method, QWidget* parent = nullptr)
: QWidget(parent), object_{object}, method_{method}
{
setWindowTitle(method.name());
auto layout = new QGridLayout;
layout->setColumnStretch(2, 1);
QList<std::pair<QWidget*, QVariant (*)(QW... | O0 | cpp | qdevtools::MethodIncoker::~MethodIncoker():
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
addq $-0x10, %rdi
popq %rbp
jmp 0x22ce0
nopw %cs:(%rax,%rax)
| _ZThn16_N9qdevtools13MethodIncokerD0Ev:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
add rdi, 0FFFFFFFFFFFFFFF0h; this
pop rbp
jmp _ZN9qdevtools13MethodIncokerD0Ev; qdevtools::MethodIncoker::~MethodIncoker()
| void `non-virtual thunk to'qdevtools::MethodIncoker::~MethodIncoker(qdevtools::MethodIncoker *this)
{
qdevtools::MethodIncoker::~MethodIncoker((qdevtools::MethodIncoker *)((char *)this - 16));
}
| ~MethodIncoker:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,-0x10
POP RBP
JMP 0x00122ce0
|
/* non-virtual thunk to qdevtools::MethodIncoker::~MethodIncoker() */
void __thiscall qdevtools::MethodIncoker::~MethodIncoker(MethodIncoker *this)
{
~MethodIncoker(this + -0x10);
return;
}
| |
61,403 | qdevtools::MethodIncoker::~MethodIncoker() | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | MethodIncoker(QObject* object, const QMetaMethod& method, QWidget* parent = nullptr)
: QWidget(parent), object_{object}, method_{method}
{
setWindowTitle(method.name());
auto layout = new QGridLayout;
layout->setColumnStretch(2, 1);
QList<std::pair<QWidget*, QVariant (*)(QW... | O1 | cpp | qdevtools::MethodIncoker::~MethodIncoker():
pushq %rbx
movq %rdi, %rbx
addq $-0x10, %rbx
movq %rbx, %rdi
callq 0xf340
movl $0x40, %esi
movq %rbx, %rdi
popq %rbx
jmp 0xf0d0
| _ZThn16_N9qdevtools13MethodIncokerD0Ev:
push rbx
mov rbx, rdi
add rbx, 0FFFFFFFFFFFFFFF0h
mov rdi, rbx; this
call __ZN7QWidgetD2Ev; QWidget::~QWidget()
mov esi, 40h ; '@'; unsigned __int64
mov rdi, rbx; void *
pop rbx
jmp __ZdlPvm; operator delete(void *,ulong)
| void `non-virtual thunk to'qdevtools::MethodIncoker::~MethodIncoker(qdevtools::MethodIncoker *this)
{
QWidget::~QWidget((qdevtools::MethodIncoker *)((char *)this - 16));
operator delete((char *)this - 16, 0x40uLL);
}
| ~MethodIncoker:
PUSH RBX
MOV RBX,RDI
ADD RBX,-0x10
MOV RDI,RBX
CALL 0x0010f340
MOV ESI,0x40
MOV RDI,RBX
POP RBX
JMP 0x0010f0d0
|
/* non-virtual thunk to qdevtools::MethodIncoker::~MethodIncoker() */
void __thiscall qdevtools::MethodIncoker::~MethodIncoker(MethodIncoker *this)
{
QWidget::~QWidget((QWidget *)(this + -0x10));
operator_delete((QWidget *)(this + -0x10),0x40);
return;
}
| |
61,404 | qdevtools::MethodIncoker::~MethodIncoker() | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | MethodIncoker(QObject* object, const QMetaMethod& method, QWidget* parent = nullptr)
: QWidget(parent), object_{object}, method_{method}
{
setWindowTitle(method.name());
auto layout = new QGridLayout;
layout->setColumnStretch(2, 1);
QList<std::pair<QWidget*, QVariant (*)(QW... | O2 | cpp | qdevtools::MethodIncoker::~MethodIncoker():
addq $-0x10, %rdi
jmp 0xf340
nop
| _ZThn16_N9qdevtools13MethodIncokerD1Ev:
add rdi, 0FFFFFFFFFFFFFFF0h; this
jmp __ZN7QWidgetD2Ev; QWidget::~QWidget()
| void `non-virtual thunk to'qdevtools::MethodIncoker::~MethodIncoker(qdevtools::MethodIncoker *this)
{
QWidget::~QWidget((qdevtools::MethodIncoker *)((char *)this - 16));
}
| ~MethodIncoker:
ADD RDI,-0x10
JMP 0x0010f340
|
/* non-virtual thunk to qdevtools::MethodIncoker::~MethodIncoker() */
void __thiscall qdevtools::MethodIncoker::~MethodIncoker(MethodIncoker *this)
{
QWidget::~QWidget((QWidget *)(this + -0x10));
return;
}
| |
61,405 | qdevtools::MethodIncoker::~MethodIncoker() | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | MethodIncoker(QObject* object, const QMetaMethod& method, QWidget* parent = nullptr)
: QWidget(parent), object_{object}, method_{method}
{
setWindowTitle(method.name());
auto layout = new QGridLayout;
layout->setColumnStretch(2, 1);
QList<std::pair<QWidget*, QVariant (*)(QW... | O3 | cpp | qdevtools::MethodIncoker::~MethodIncoker():
addq $-0x10, %rdi
jmp 0xf340
nop
| _ZThn16_N9qdevtools13MethodIncokerD1Ev:
add rdi, 0FFFFFFFFFFFFFFF0h; this
jmp __ZN7QWidgetD2Ev; QWidget::~QWidget()
| void `non-virtual thunk to'qdevtools::MethodIncoker::~MethodIncoker(qdevtools::MethodIncoker *this)
{
QWidget::~QWidget((qdevtools::MethodIncoker *)((char *)this - 16));
}
| ~MethodIncoker:
ADD RDI,-0x10
JMP 0x0010f340
|
/* non-virtual thunk to qdevtools::MethodIncoker::~MethodIncoker() */
void __thiscall qdevtools::MethodIncoker::~MethodIncoker(MethodIncoker *this)
{
QWidget::~QWidget((QWidget *)(this + -0x10));
return;
}
| |
61,406 | minja::LoopControlException::LoopControlException(minja::LoopControlType) | monkey531[P]llama/common/minja.hpp | LoopControlException(LoopControlType control_type)
: std::runtime_error((control_type == LoopControlType::Continue ? "continue" : "break") + std::string(" outside of a loop")),
control_type(control_type) {} | O2 | cpp | minja::LoopControlException::LoopControlException(minja::LoopControlType):
pushq %r15
pushq %r14
pushq %rbx
subq $0x50, %rsp
movl %esi, %ebx
movq %rdi, %r14
leaq 0x3d6bf(%rip), %rsi # 0xc0ee8
leaq 0x30(%rsp), %r15
leaq 0xf(%rsp), %rdx
movq %r15, %rdi
callq 0x30aea
cmpl $0x1, %ebx
leaq 0x3c36e(%rip), %rax # 0xbf... | _ZN5minja20LoopControlExceptionC2ENS_15LoopControlTypeE:
push r15
push r14
push rbx
sub rsp, 50h
mov ebx, esi
mov r14, rdi
lea rsi, aOutsideOfALoop; " outside of a loop"
lea r15, [rsp+68h+var_38]
lea rdx, [rsp+68h+var_59]
mov rdi, r15
call _ZNSt7__cxx1112basic_stringIcSt11char_tr... | long long * minja::LoopControlException::LoopControlException(long long a1, int a2)
{
const char *v3; // rsi
long long *result; // rax
_BYTE v5[32]; // [rsp+10h] [rbp-58h] BYREF
_QWORD v6[7]; // [rsp+30h] [rbp-38h] BYREF
std::string::basic_string<std::allocator<char>>(v6, (long long)" outside of a loop");
... | LoopControlException:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV EBX,ESI
MOV R14,RDI
LEA RSI,[0x1c0ee8]
LEA R15,[RSP + 0x30]
LEA RDX,[RSP + 0xf]
MOV RDI,R15
CALL 0x00130aea
CMP EBX,0x1
LEA RAX,[0x1bfbb3]
LEA RSI,[0x1bfbad]
CMOVZ RSI,RAX
LAB_00183850:
LEA RDI,[RSP + 0x10]
MOV RDX,R15
CALL 0x00164496
LAB_0018385d:
LEA R... |
/* minja::LoopControlException::LoopControlException(minja::LoopControlType) */
void __thiscall
minja::LoopControlException::LoopControlException(LoopControlException *this,int param_2)
{
char *pcVar1;
allocator local_59;
string local_58 [32];
string local_38 [32];
std::__cxx11::string::string<std::allo... | |
61,407 | CLI::Formatter::make_option[abi:cxx11](CLI::Option const*, bool) const | MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/FormatterFwd.hpp | virtual std::string make_option(const Option *opt, bool is_positional) const {
std::stringstream out;
detail::format_help(
out, make_option_name(opt, is_positional) + make_option_opts(opt), make_option_desc(opt), column_width_);
return out.str();
} | O3 | cpp | CLI::Formatter::make_option[abi:cxx11](CLI::Option const*, bool) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x210, %rsp # imm = 0x210
movl %ecx, %ebp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x88(%rsp), %rdi
callq 0x72d0
movq (%r14), %rax
leaq 0x48(%rsp), %rdi
movq %r14, ... | _ZNK3CLI9Formatter11make_optionB5cxx11EPKNS_6OptionEb:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 210h
mov ebp, ecx
mov r15, rdx
mov r14, rsi
mov rbx, rdi
lea rdi, [rsp+238h+var_1B0]
call __ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev; std::basic_st... | long long CLI::Formatter::make_option[abi:cxx11](long long a1, long long a2, long long a3, unsigned int a4)
{
char *v7; // rax
unsigned long long v8; // rdi
unsigned long long v9; // rdi
__int128 **v10; // rax
__int128 *v11; // rcx
__int128 *v13; // [rsp+8h] [rbp-230h]
__int128 v14; // [rsp+18h] [rbp-220... | make_option[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x210
MOV EBP,ECX
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x88]
CALL 0x001072d0
MOV RAX,qword ptr [R14]
LAB_00110b3c:
LEA RDI,[RSP + 0x48]
MOV RSI,R14
MOV RDX,R15
MOV ECX,EBP
CALL qword ptr [RAX + 0x60]
MOV RAX,qword ptr [R14]
LAB_0... |
/* CLI::Formatter::make_option[abi:cxx11](CLI::Option const*, bool) const */
Option * CLI::Formatter::make_option_abi_cxx11_(Option *param_1,bool param_2)
{
long *plVar1;
int8 *puVar2;
int7 in_register_00000031;
long *plVar3;
ulong uVar4;
long *local_230;
int8 local_228;
long local_220;
int4 uStack... | |
61,408 | inherit_charset_data | eloqsql/mysys/charset.c | static void
inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
{
if (!cs->to_upper)
cs->to_upper= refcs->to_upper;
if (!cs->to_lower)
cs->to_lower= refcs->to_lower;
if (!cs->m_ctype)
cs->m_ctype= refcs->m_ctype;
if (!cs->tab_to_uni)
cs->tab_to_uni= refcs->tab_to_uni;
} | O3 | c | inherit_charset_data:
pushq %rbp
movq %rsp, %rbp
cmpq $0x0, 0x50(%rdi)
jne 0x98904
movq 0x50(%rsi), %rax
movq %rax, 0x50(%rdi)
cmpq $0x0, 0x48(%rdi)
jne 0x98913
movq 0x48(%rsi), %rax
movq %rax, 0x48(%rdi)
cmpq $0x0, 0x40(%rdi)
jne 0x98922
movq 0x40(%rsi), %rax
movq %rax, 0x40(%rdi)
cmpq $0x0, 0x68(%rdi)
jne 0x98931
mov... | inherit_charset_data:
push rbp
mov rbp, rsp
cmp qword ptr [rdi+50h], 0
jnz short loc_98904
mov rax, [rsi+50h]
mov [rdi+50h], rax
loc_98904:
cmp qword ptr [rdi+48h], 0
jnz short loc_98913
mov rax, [rsi+48h]
mov [rdi+48h], rax
loc_98913:
cmp qword ptr [rdi+40h], 0
jnz short ... | long long inherit_charset_data(_QWORD *a1, _QWORD *a2)
{
long long result; // rax
if ( !a1[10] )
{
result = a2[10];
a1[10] = result;
}
if ( !a1[9] )
{
result = a2[9];
a1[9] = result;
}
if ( !a1[8] )
{
result = a2[8];
a1[8] = result;
}
if ( !a1[13] )
{
result = a2[13... | inherit_charset_data:
PUSH RBP
MOV RBP,RSP
CMP qword ptr [RDI + 0x50],0x0
JNZ 0x00198904
MOV RAX,qword ptr [RSI + 0x50]
MOV qword ptr [RDI + 0x50],RAX
LAB_00198904:
CMP qword ptr [RDI + 0x48],0x0
JNZ 0x00198913
MOV RAX,qword ptr [RSI + 0x48]
MOV qword ptr [RDI + 0x48],RAX
LAB_00198913:
CMP qword ptr [RDI + 0x40],0x0
JN... |
void inherit_charset_data(long param_1,long param_2)
{
if (*(long *)(param_1 + 0x50) == 0) {
*(int8 *)(param_1 + 0x50) = *(int8 *)(param_2 + 0x50);
}
if (*(long *)(param_1 + 0x48) == 0) {
*(int8 *)(param_1 + 0x48) = *(int8 *)(param_2 + 0x48);
}
if (*(long *)(param_1 + 0x40) == 0) {
*(int8 *)(par... | |
61,409 | mysql_stmt_use_result | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | MYSQL_RES *_mysql_stmt_use_result(MYSQL_STMT *stmt)
{
MYSQL *mysql= stmt->mysql;
if (!stmt->field_count ||
(!stmt->cursor_exists && mysql->status != MYSQL_STATUS_STMT_RESULT) ||
(stmt->cursor_exists && mysql->status != MYSQL_STATUS_READY) ||
(stmt->state != MYSQL_STMT_WAITING_USE_OR_STORE))
{
... | O0 | c | mysql_stmt_use_result:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x38(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x60(%rax)
je 0x2aec3
movq -0x10(%rbp), %rax
cmpb $0x0, 0x338(%rax)
jne 0x2ae9c
movq -0x18(%rbp), %rax
cmpl $0x8, 0x488(%rax)
jn... | _mysql_stmt_use_result:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax+38h]
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
cmp dword ptr [rax+60h], 0
jz short loc_2AEC3
mov rax, [rbp+var_10]
cmp byte ptr [rax+338h], 0
jnz sho... | long long mysql_stmt_use_result(long long a1)
{
long long v2; // [rsp+8h] [rbp-18h]
v2 = *(_QWORD *)(a1 + 56);
if ( *(_DWORD *)(a1 + 96)
&& (*(_BYTE *)(a1 + 824) || *(_DWORD *)(v2 + 1160) == 8)
&& (!*(_BYTE *)(a1 + 824) || !*(_DWORD *)(v2 + 1160))
&& *(_DWORD *)(a1 + 80) == 3 )
{
*(_DWORD *)(a... | _mysql_stmt_use_result:
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 + 0x38]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x60],0x0
JZ 0x0012aec3
MOV RAX,qword ptr [RBP + -0x10]
CMP byte ptr [RAX + 0x338]... |
int8 _mysql_stmt_use_result(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x38);
if ((((*(int *)(param_1 + 0x60) == 0) ||
((*(char *)(param_1 + 0x338) == '\0' && (*(int *)(lVar1 + 0x488) != 8)))) ||
((*(char *)(param_1 + 0x338) != '\0' && (*(int *)(lVar1 + 0x488) != 0)))) ||
(*(in... | |
61,410 | common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int) | monkey531[P]llama/common/common.cpp | void common_kv_cache_dump_view_seqs(const llama_kv_cache_view & view, int row_size) {
static const char slot_chars[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
printf("=== Dumping KV cache. total cells %d, max sequences per cell %d, populated cells %d, total tokens in cache %d, largest... | O1 | cpp | common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %esi, 0xc(%rsp)
movq %rdi, %r14
movl (%rdi), %esi
movl 0x4(%rdi), %edx
movl 0xc(%rdi), %ecx
movl 0x8(%rdi), %r8d
movl 0x10(%rdi), %r9d
movl 0x14(%rdi), %eax
movl %eax,... | _Z30common_kv_cache_dump_view_seqsRK19llama_kv_cache_viewi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov [rsp+78h+var_6C], esi
mov r14, rdi
mov esi, [rdi]
mov edx, [rdi+4]
mov ecx, [rdi+0Ch]
mov r8d, [rdi+8]
mov r9d, [rdi+10h]
mov eax, [rdi... | long long common_kv_cache_dump_view_seqs(long long a1, int a2)
{
int v3; // r12d
long long v4; // r13
long long v5; // r8
long long v6; // rbp
unsigned long long v7; // rcx
long long **v8; // rdx
_QWORD *v9; // rax
long long *v10; // r10
_QWORD *v11; // r11
long long v12; // rbx
long long *i; // ... | common_kv_cache_dump_view_seqs:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV dword ptr [RSP + 0xc],ESI
MOV R14,RDI
MOV ESI,dword ptr [RDI]
MOV EDX,dword ptr [RDI + 0x4]
MOV ECX,dword ptr [RDI + 0xc]
MOV R8D,dword ptr [RDI + 0x8]
MOV R9D,dword ptr [RDI + 0x10]
MOV EAX,dword ptr [RDI + 0x14]
MOV... |
/* common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int) */
void common_kv_cache_dump_view_seqs(llama_kv_cache_view *param_1,int param_2)
{
int iVar1;
int8 *puVar2;
long *plVar3;
long *plVar4;
long lVar5;
ulong uVar6;
uint uVar7;
long lVar8;
long *plVar9;
int iVar10;
long lVar11;
in... | |
61,411 | common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int) | monkey531[P]llama/common/common.cpp | void common_kv_cache_dump_view_seqs(const llama_kv_cache_view & view, int row_size) {
static const char slot_chars[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
printf("=== Dumping KV cache. total cells %d, max sequences per cell %d, populated cells %d, total tokens in cache %d, largest... | O3 | cpp | common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movl %esi, 0x14(%rsp)
movq %rdi, %r14
movl (%rdi), %esi
movl 0x4(%rdi), %edx
movl 0xc(%rdi), %ecx
movl 0x8(%rdi), %r8d
movl 0x10(%rdi), %r9d
movl 0x14(%rdi), %eax
movl %eax... | _Z30common_kv_cache_dump_view_seqsRK19llama_kv_cache_viewi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rsp+88h+var_74], esi
mov r14, rdi
mov esi, [rdi]
mov edx, [rdi+4]
mov ecx, [rdi+0Ch]
mov r8d, [rdi+8]
mov r9d, [rdi+10h]
mov eax, [rdi... | long long common_kv_cache_dump_view_seqs(long long a1, int a2)
{
int *v3; // rbp
long long v4; // rax
long long v5; // rbx
int *v6; // r12
long long v7; // r13
long long *i; // rbx
int *v9; // r15
int v10; // ebp
int *v11; // r13
long long v12; // rbx
long long v13; // rax
long long v14; // rdi... | common_kv_cache_dump_view_seqs:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV dword ptr [RSP + 0x14],ESI
MOV R14,RDI
MOV ESI,dword ptr [RDI]
MOV EDX,dword ptr [RDI + 0x4]
MOV ECX,dword ptr [RDI + 0xc]
MOV R8D,dword ptr [RDI + 0x8]
MOV R9D,dword ptr [RDI + 0x10]
MOV EAX,dword ptr [RDI + 0x14]
MO... |
/* common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int) */
void common_kv_cache_dump_view_seqs(llama_kv_cache_view *param_1,int param_2)
{
int8 *puVar1;
long lVar2;
long *plVar3;
ulong uVar4;
int iVar5;
long lVar6;
uint uVar7;
int *piVar8;
int *piVar9;
long lVar10;
int8 *local_68;
... | |
61,412 | print_xml_row | eloqsql/client/mysqldump.c | static void print_xml_row(FILE *xml_file, const char *row_name,
MYSQL_RES *tableRes, MYSQL_ROW *row,
const char *str_create)
{
uint i;
my_bool body_found __attribute__((unused)) = 0;
char *create_stmt_ptr= NULL;
ulong create_stmt_len= 0;
MYSQL_FIELD *field;
... | O0 | c | print_xml_row:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movb $0x0, -0x2d(%rbp)
movq $0x0, -0x38(%rbp)
movq $0x0, -0x40(%rbp)
movq -0x18(%rbp), %rdi
callq 0x51980
movq %rax, -0x50(%rbp)
movq -0x8(%rbp), %r... | print_xml_row:
push rbp
mov rbp, rsp
sub rsp, 50h
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_2D], 0
mov [rbp+var_38], 0
mov [rbp+var_40], 0
mov rdi, [rbp+var_18]
call mysql_fetch_lengths
mov ... | long long print_xml_row(long long a1, const char *a2, long long a3, _QWORD *a4, long long a5)
{
long long lengths; // [rsp+0h] [rbp-50h]
_QWORD *field; // [rsp+8h] [rbp-48h]
long long v8; // [rsp+10h] [rbp-40h]
long long v9; // [rsp+18h] [rbp-38h]
unsigned int i; // [rsp+24h] [rbp-2Ch]
v9 = 0LL;
v8 = 0L... | print_xml_row:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
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 byte ptr [RBP + -0x2d],0x0
MOV qword ptr [RBP + -0x38],0x0
MOV qword ptr [RBP + -0x40],0x0
MOV RDI,qword ptr ... |
void print_xml_row(FILE *param_1,int8 param_2,int8 param_3,long *param_4,char *param_5)
{
int iVar1;
long lVar2;
int8 *puVar3;
long local_48;
int8 local_40;
uint local_34;
local_40 = 0;
local_48 = 0;
lVar2 = mysql_fetch_lengths(param_3);
fprintf(param_1,"\t\t<%s",param_2);
check_io(param_1);
... | |
61,413 | std::unordered_set<google::protobuf::internal::ExtensionInfo, google::protobuf::internal::(anonymous namespace)::ExtensionHasher, google::protobuf::internal::(anonymous namespace)::ExtensionEq, std::allocator<google::protobuf::internal::ExtensionInfo>>* google::protobuf::internal::OnShutdownDelete<std::unordered_set<go... | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/message_lite.h | T* OnShutdownDelete(T* p) {
OnShutdownRun([](const void* pp) { delete static_cast<const T*>(pp); }, p);
return p;
} | O3 | c | std::unordered_set<google::protobuf::internal::ExtensionInfo, google::protobuf::internal::(anonymous namespace)::ExtensionHasher, google::protobuf::internal::(anonymous namespace)::ExtensionEq, std::allocator<google::protobuf::internal::ExtensionInfo>>* google::protobuf::internal::OnShutdownDelete<std::unordered_set<go... | _ZZN6google8protobuf8internal16OnShutdownDeleteISt13unordered_setINS1_13ExtensionInfoENS1_12_GLOBAL__N_115ExtensionHasherENS5_11ExtensionEqESaIS4_EEEEPT_SB_ENUlPKvE_8__invokeESD_:
push r15
push r14
push rbx
mov rbx, rdi
test rdi, rdi
jz short loc_9AC4E
lea r14, [rbx+10h]
mov rdi, [rbx+10h];... | void google::protobuf::internal::OnShutdownDelete<std::unordered_set<google::protobuf::internal::ExtensionInfo,google::protobuf::internal::`anonymous namespace'::ExtensionHasher,google::protobuf::internal::`anonymous namespace'::ExtensionEq,std::allocator<google::protobuf::internal::ExtensionInfo>>>(std::unordered_set... | __invoke:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
TEST RDI,RDI
JZ 0x0019ac4e
LEA R14,[RBX + 0x10]
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JZ 0x0019ac24
LAB_0019ac14:
MOV R15,qword ptr [RDI]
CALL 0x0010f330
MOV RDI,R15
TEST R15,R15
JNZ 0x0019ac14
LAB_0019ac24:
MOV RDI,qword ptr [RBX]
MOV RDX,qword ptr [RBX + 0x8]
SHL... |
/* __invoke(void const*) */
void google::protobuf::internal::
OnShutdownDelete<std::unordered_set<google::protobuf::internal::ExtensionInfo,google::protobuf::internal::(anonymous_namespace)::ExtensionHasher,google::protobuf::internal::(anonymous_namespace)::ExtensionEq,std::allocator<google::protobuf::internal::... | |
61,414 | mysql_cset_escape_quotes | eloqsql/libmariadb/libmariadb/ma_charset.c | size_t mysql_cset_escape_quotes(const MARIADB_CHARSET_INFO *cset, char *newstr,
const char * escapestr, size_t escapestr_len )
{
const char *newstr_s = newstr;
const char *newstr_e = newstr + 2 * escapestr_len;
const char *end = escapestr + escapestr_len;
my_bool escape_overflow = FAL... | O0 | c | mysql_cset_escape_quotes:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movq -0x18(%rbp), %rax
movq -0x28(%rbp), %rcx
shlq %rcx
addq %rcx, %rax
movq %rax, -0x38(%rbp)
movq -0x20(%rbp),... | mysql_cset_escape_quotes:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
mov rax, [rbp+var_18]
mov rcx, [rbp+var_28]
shl rcx, 1
add rax, rcx
mov ... | long long mysql_cset_escape_quotes(long long a1, char *a2, char *a3, long long a4)
{
char *v5; // rax
char v6; // cl
char *v7; // rax
_BYTE *v8; // rax
char *v9; // rax
int v11; // [rsp+8h] [rbp-48h]
char v12; // [rsp+Fh] [rbp-41h]
unsigned long long v13; // [rsp+10h] [rbp-40h]
unsigned long long v14... | mysql_cset_escape_quotes:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
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 + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RCX,qword ptr [RBP + -0x28]
SHL ... |
long mysql_cset_escape_quotes(long param_1,char *param_2,char *param_3,long param_4)
{
bool bVar1;
char *pcVar2;
uint local_50;
char *local_28;
char *local_20;
long local_10;
pcVar2 = param_2 + param_4 * 2;
bVar1 = false;
local_28 = param_3;
local_20 = param_2;
do {
if (param_3 + param_4 ... | |
61,415 | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::... | llama.cpp/common/json.hpp | bool operator==(const IterImpl& other) const
{
// if objects are not the same, the comparison is undefined
if (JSON_HEDLEY_UNLIKELY(m_object != other.m_object))
{
JSON_THROW(invalid_iterator::create(212, "cannot compare iterators of different containers", m_object));
}
... | O3 | cpp | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
push rbp; void *
push r1... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
PUSH RBP
PUSH R15
PUSH R14
PUS... |
int8
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_
(int8 *param_1,... | ||
61,416 | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | void
GregoryConverter<REAL>::Convert(Matrix & matrix) const {
//
// Initialize the sparse matrix to accomodate the coefficients for each
// row/point -- identify common topological cases to treat more easily
// (and note that specializing the popoluation of the matrix may also be
// worthwhile ... | O0 | cpp | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %rbp
movq %rsp, %rbp
subq $0x4b0, %rsp # imm = 0x4B0
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x470(%rbp)
testb $0x1, 0x8(%rax)
je 0x10e47c
movq -0x470(%... | _ZNK10OpenSubdiv6v3_6_03Far16GregoryConverterIfE7ConvertERNS1_12SparseMatrixIfEE:
push rbp
mov rbp, rsp
sub rsp, 4B0h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_470], rax
test byte ptr [rax+8], 1
jz short loc_10E47C
mov rdi, [rbp+var_470]
mov ... | long long OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(long long a1, long long a2)
{
long long v3; // [rsp+8h] [rbp-4A8h]
long long v4; // [rsp+18h] [rbp-498h]
long long v5; // [rsp+20h] [rbp-490h]
long long v6; // [rsp+30h] [rbp-480h]
long long v7; // [rsp+38h] [rbp-478h]
int j; // [rsp+4Ch] ... | |||
61,417 | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | void
GregoryConverter<REAL>::Convert(Matrix & matrix) const {
//
// Initialize the sparse matrix to accomodate the coefficients for each
// row/point -- identify common topological cases to treat more easily
// (and note that specializing the popoluation of the matrix may also be
// worthwhile ... | O1 | cpp | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x438, %rsp # imm = 0x438
movq %rsi, %rbx
movq %rdi, %r14
cmpb $0x1, 0x8(%rdi)
jne 0x4dff0
movl 0xc(%r14), %edx
movl 0x10(%r1... | _ZNK10OpenSubdiv6v3_6_03Far16GregoryConverterIfE7ConvertERNS1_12SparseMatrixIfEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 438h
mov rbx, rsi
mov r14, rdi
cmp byte ptr [rdi+8], 1
jnz short loc_4DFF0
mov edx, [r14+0Ch]
mov ecx, [r14+10h]
mov rdi, r14... | void OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(long long a1, int *a2)
{
unsigned int v2; // ebp
_BYTE *v3; // r13
long long i; // r15
_WORD *v5; // r13
long long j; // r15
char *v7; // [rsp+8h] [rbp-460h]
char v8; // [rsp+18h] [rbp-450h] BYREF
void *v9; // [rsp+218h] [rbp-250h]
char *... | Convert:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x438
MOV RBX,RSI
MOV R14,RDI
CMP byte ptr [RDI + 0x8],0x1
JNZ 0x0014dff0
MOV EDX,dword ptr [R14 + 0xc]
MOV ECX,dword ptr [R14 + 0x10]
MOV RDI,R14
MOV RSI,RBX
CALL 0x0013a010
JMP 0x0014dffb
LAB_0014dff0:
MOV RDI,R14
MOV RSI,RBX
CALL 0x001384e0
LAB_0... |
/* OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&)
const */
void __thiscall
OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert
(GregoryConverter<float> *this,SparseMatrix *param_1)
{
uint uVar1;
uint uVar2;
GregoryConverter<float> *pG... | |
61,418 | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | void
GregoryConverter<REAL>::Convert(Matrix & matrix) const {
//
// Initialize the sparse matrix to accomodate the coefficients for each
// row/point -- identify common topological cases to treat more easily
// (and note that specializing the popoluation of the matrix may also be
// worthwhile ... | O2 | cpp | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x638, %rsp # imm = 0x638
movq %rsi, %rbx
movq %rdi, %r14
cmpb $0x1, 0x8(%rdi)
jne 0x68364
movl 0xc(%r14), %edx
movl 0x10(%r1... | _ZNK10OpenSubdiv6v3_6_03Far16GregoryConverterIdE7ConvertERNS1_12SparseMatrixIdEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 638h
mov rbx, rsi
mov r14, rdi
cmp byte ptr [rdi+8], 1
jnz short loc_68364
mov edx, [r14+0Ch]
mov ecx, [r14+10h]
mov rdi, r14... | void OpenSubdiv::v3_6_0::Far::GregoryConverter<double>::Convert(long long a1, unsigned int *a2)
{
unsigned int v2; // ebp
_WORD *v3; // r12
long long v4; // r15
_BYTE *v5; // r13
long long i; // r15
void *v7[67]; // [rsp+8h] [rbp-660h] BYREF
void *v8[137]; // [rsp+220h] [rbp-448h] BYREF
if ( *(_BYTE *... | Convert:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x638
MOV RBX,RSI
MOV R14,RDI
CMP byte ptr [RDI + 0x8],0x1
JNZ 0x00168364
MOV EDX,dword ptr [R14 + 0xc]
MOV ECX,dword ptr [R14 + 0x10]
MOV RDI,R14
MOV RSI,RBX
CALL 0x00150080
JMP 0x0016836f
LAB_00168364:
MOV RDI,R14
MOV RSI,RBX
CALL 0x00155da0
LAB_0... |
/* OpenSubdiv::v3_6_0::Far::GregoryConverter<double>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<double>&)
const */
void __thiscall
OpenSubdiv::v3_6_0::Far::GregoryConverter<double>::Convert
(GregoryConverter<double> *this,SparseMatrix *param_1)
{
uint uVar1;
uint uVar2;
GregoryConverter<double... | |
61,419 | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/catmarkPatchBuilder.cpp | void
GregoryConverter<REAL>::Convert(Matrix & matrix) const {
//
// Initialize the sparse matrix to accomodate the coefficients for each
// row/point -- identify common topological cases to treat more easily
// (and note that specializing the popoluation of the matrix may also be
// worthwhile ... | O3 | cpp | OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x438, %rsp # imm = 0x438
movq %rsi, %rbx
movq %rdi, %r14
cmpb $0x1, 0x8(%rdi)
jne 0x5058e
movl 0xc(%r14), %edx
movl 0x10(%r1... | _ZNK10OpenSubdiv6v3_6_03Far16GregoryConverterIfE7ConvertERNS1_12SparseMatrixIfEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 438h
mov rbx, rsi
mov r14, rdi
cmp byte ptr [rdi+8], 1
jnz short loc_5058E
mov edx, [r14+0Ch]
mov ecx, [r14+10h]
mov rdi, r14... | void OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(long long a1, int *a2)
{
unsigned int v2; // ebp
_WORD *v3; // r12
long long v4; // r15
_BYTE *v5; // r13
long long i; // r15
char *v7; // [rsp+8h] [rbp-460h]
char v8; // [rsp+18h] [rbp-450h] BYREF
void *v9; // [rsp+218h] [rbp-250h]
char ... | Convert:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x438
MOV RBX,RSI
MOV R14,RDI
CMP byte ptr [RDI + 0x8],0x1
JNZ 0x0015058e
MOV EDX,dword ptr [R14 + 0xc]
MOV ECX,dword ptr [R14 + 0x10]
MOV RDI,R14
MOV RSI,RBX
CALL 0x00139ff0
JMP 0x00150599
LAB_0015058e:
MOV RDI,R14
MOV RSI,RBX
CALL 0x001384e0
LAB_0... |
/* OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert(OpenSubdiv::v3_6_0::Far::SparseMatrix<float>&)
const */
void __thiscall
OpenSubdiv::v3_6_0::Far::GregoryConverter<float>::Convert
(GregoryConverter<float> *this,SparseMatrix *param_1)
{
uint uVar1;
uint uVar2;
GregoryConverter<float> *pG... | |
61,420 | js_string_pad | bluesky950520[P]quickjs/quickjs.c | static JSValue js_string_pad(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int padEnd)
{
JSValue str, v = JS_UNDEFINED;
StringBuffer b_s, *b = &b_s;
JSString *p, *p1 = NULL;
int n, len, c = ' ';
str = JS_ToStringCheckObject(ctx, this_val);
if (JS_IsExce... | O2 | c | js_string_pad:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %r9d, %r13d
movq %r8, %rbp
movl %ecx, %r14d
movq %rdi, %r12
callq 0x3de40
movq %rdx, %r15
pushq $0x6
popq %rdx
cmpl $0x6, %r15d
jne 0x6c682
xorl %ebx, %ebx
jmp 0x6c6b6
movq %rax, %rbx
movl %r13d, 0x10(%rsp)
movq (%rbp... | js_string_pad:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r13d, r9d
mov rbp, r8
mov r14d, ecx
mov r12, rdi
call JS_ToStringCheckObject
mov r15, rdx
push 6
pop rdx
cmp r15d, 6
jnz short loc_6C682
xor ebx, ebx
jmp short loc_6C... | long long js_string_pad(
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,
__m128 a14)
{
i... | js_string_pad:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R13D,R9D
MOV RBP,R8
MOV R14D,ECX
MOV R12,RDI
CALL 0x0013de40
MOV R15,RDX
PUSH 0x6
POP RDX
CMP R15D,0x6
JNZ 0x0016c682
XOR EBX,EBX
JMP 0x0016c6b6
LAB_0016c682:
MOV RBX,RAX
MOV dword ptr [RSP + 0x10],R13D
MOV RDX,qword ptr [RBP]
MOV RCX... |
long js_string_pad(int8 param_1,int8 param_2,int8 param_3,int param_4,
int8 *param_5,int param_6)
{
int iVar1;
uint uVar2;
long lVar3;
ushort uVar4;
uint uVar5;
uint uVar6;
long lVar7;
int1 auVar8 [16];
int1 auVar9 [16];
uint local_64;
int1 local_60 [16];
int1 local_50 [32];
... | |
61,421 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference operator[](size_type idx) const
{
// const operator[] only works for arrays
if (JSON_HEDLEY_LIKELY(is_array()))
{
return m_data.m_value.array->operator[](idx);
}
JSON_THROW(type_error::create(305, detail::concat("cannot use operator[] with a numer... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; int
sub rsp, 30h
mov r14, rdi
cmp byte ptr [rdi], 2
jnz short loc_7AE37
mov rax, [r... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[](
long long a1,
long long a2)
{
nlohmann::json_abi_v3_1... | operator[]:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RDI
CMP byte ptr [RDI],0x2
JNZ 0x0017ae37
MOV RAX,qword ptr [R14 + 0x8]
SHL RSI,0x4
ADD RSI,qword ptr [RAX]
MOV RAX,RSI
ADD RSP,0x30
POP RBX
POP R14
POP RBP
RET
LAB_0017ae37:
PUSH 0x20
POP RDI
CALL 0x00124520
MOV RBX,RAX
MOV RDI,R14
CALL 0x00145c5c
LEA RDX,[RS... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::operator[](unsigned long) cons... | |
61,422 | compileToSpirv(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&, spv::ExecutionModel, unsigned int) | HansKristian-Work[P]pyroveil/compiler/compiler.cpp | std::vector<uint32_t> compileToSpirv(const std::string &name, const std::string &glsl, spv::ExecutionModel stage, uint32_t spirvVersion)
{
shaderc::Compiler compiler;
shaderc::CompileOptions options;
options.SetOptimizationLevel(shaderc_optimization_level_zero);
options.SetGenerateDebugInfo();
shaderc_shader_kind... | O0 | cpp | compileToSpirv(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&, spv::ExecutionModel, unsigned int):
pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x98(%rbp)
movq %rdi, %rax
movq %rax, -... | _Z14compileToSpirvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N3spv14ExecutionModelEj:
push rbp
mov rbp, rsp
sub rsp, 0D0h
mov [rbp+var_98], rdi
mov rax, rdi
mov [rbp+var_90], rax
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
m... | long long compileToSpirv(long long a1, long long a2, long long a3, int a4, unsigned int a5)
{
long long v5; // rax
const char *v6; // rax
long long v8; // [rsp+8h] [rbp-C8h]
long long v9; // [rsp+10h] [rbp-C0h]
long long v10; // [rsp+18h] [rbp-B8h]
long long v11; // [rsp+28h] [rbp-A8h]
unsigned int v12; ... | |||
61,423 | compileToSpirv(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&, spv::ExecutionModel, unsigned int) | HansKristian-Work[P]pyroveil/compiler/compiler.cpp | std::vector<uint32_t> compileToSpirv(const std::string &name, const std::string &glsl, spv::ExecutionModel stage, uint32_t spirvVersion)
{
shaderc::Compiler compiler;
shaderc::CompileOptions options;
options.SetOptimizationLevel(shaderc_optimization_level_zero);
options.SetGenerateDebugInfo();
shaderc_shader_kind... | O1 | cpp | compileToSpirv(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&, spv::ExecutionModel, unsigned int):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %... | _Z14compileToSpirvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N3spv14ExecutionModelEj:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov ebx, r8d
mov r13d, ecx
mov r15, rdx
mov r12, rsi
mov r14, rdi
call shaderc_compiler_ini... | long long compileToSpirv(long long a1, _QWORD *a2, _QWORD *a3, int a4, unsigned int a5)
{
long long v8; // rdx
void *v9; // r12
int compilation_status; // eax
long long bytes; // rbx
long long v12; // rax
long long v14; // rbx
const char *v15[4]; // [rsp+8h] [rbp-68h] BYREF
void *v16; // [rsp+28h] [rbp... | compileToSpirv:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV EBX,R8D
MOV R13D,ECX
MOV R15,RDX
MOV R12,RSI
MOV R14,RDI
CALL 0x0021d220
MOV qword ptr [RBP + -0x48],RAX
MOV qword ptr [RBP + -0x38],0x0
LAB_0019211d:
CALL 0x0021cb54
MOV qword ptr [RBP + -0x40],RAX
LAB_00192126:
MOV RDI,... |
/* compileToSpirv(std::__cxx11::string const&, std::__cxx11::string const&, spv::ExecutionModel,
unsigned int) */
uint * compileToSpirv(uint *param_1,int8 *param_2,int8 *param_3,int param_4,uint param_5
)
{
int8 uVar1;
int iVar2;
long lVar3;
uint *puVar4;
allocator *paVar5;
uint u... | |
61,424 | compileToSpirv(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&, spv::ExecutionModel, unsigned int) | HansKristian-Work[P]pyroveil/compiler/compiler.cpp | std::vector<uint32_t> compileToSpirv(const std::string &name, const std::string &glsl, spv::ExecutionModel stage, uint32_t spirvVersion)
{
shaderc::Compiler compiler;
shaderc::CompileOptions options;
options.SetOptimizationLevel(shaderc_optimization_level_zero);
options.SetGenerateDebugInfo();
shaderc_shader_kind... | O2 | cpp | compileToSpirv(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&, spv::ExecutionModel, unsigned int):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %... | _Z14compileToSpirvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N3spv14ExecutionModelEj:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r13d, r8d
mov r12d, ecx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
call shaderc_compiler_in... | long long compileToSpirv(long long a1, _QWORD *a2, long long a3, unsigned int a4, unsigned int a5)
{
void *v8; // rdx
long long v9; // r14
long long v10; // rax
long long v12; // r14
int v13; // [rsp-8h] [rbp-78h]
const char *v14[4]; // [rsp+8h] [rbp-68h] BYREF
long long v15; // [rsp+28h] [rbp-48h] BYREF... | compileToSpirv:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R13D,R8D
MOV R12D,ECX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
CALL 0x00226653
MOV qword ptr [RBP + -0x48],RAX
LAB_001b2b3d:
LEA RDI,[RBP + -0x40]
CALL 0x001b2d56
MOV RDI,qword ptr [RBP + -0x40]
LAB_001b2b4a:
XOR ESI,ESI
CALL ... |
/* compileToSpirv(std::__cxx11::string const&, std::__cxx11::string const&, spv::ExecutionModel,
unsigned int) */
uint * compileToSpirv(uint *param_1,int8 *param_2,int8 param_3,int param_4,uint param_5)
{
FILE *__stream;
int iVar1;
uint *puVar2;
allocator *paVar3;
uint uVar4;
int8 local_70 [4];
int8... | |
61,425 | compileToSpirv(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&, spv::ExecutionModel, unsigned int) | HansKristian-Work[P]pyroveil/compiler/compiler.cpp | std::vector<uint32_t> compileToSpirv(const std::string &name, const std::string &glsl, spv::ExecutionModel stage, uint32_t spirvVersion)
{
shaderc::Compiler compiler;
shaderc::CompileOptions options;
options.SetOptimizationLevel(shaderc_optimization_level_zero);
options.SetGenerateDebugInfo();
shaderc_shader_kind... | O3 | cpp | compileToSpirv(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&, spv::ExecutionModel, unsigned int):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %... | _Z14compileToSpirvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_N3spv14ExecutionModelEj:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov ebx, r8d
mov r13d, ecx
mov r15, rdx
mov r12, rsi
mov r14, rdi
call shaderc_compiler_ini... | long long compileToSpirv(long long a1, _QWORD *a2, long long *a3, int a4, unsigned int a5)
{
long long v9; // rdx
long long v10; // rsi
long long v11; // rdx
void *v12; // r15
long long v13; // rbx
long long bytes; // rbx
long long v15; // rax
long long v17; // rbx
const char *v18[4]; // [rsp+8h] [rb... | compileToSpirv:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV EBX,R8D
MOV R13D,ECX
MOV R15,RDX
MOV R12,RSI
MOV R14,RDI
CALL 0x0021a719
MOV qword ptr [RBP + -0x48],RAX
MOV qword ptr [RBP + -0x38],0x0
LAB_001908ed:
CALL 0x0021a054
MOV qword ptr [RBP + -0x40],RAX
LAB_001908f6:
MOV RDI,... |
/* compileToSpirv(std::__cxx11::string const&, std::__cxx11::string const&, spv::ExecutionModel,
unsigned int) */
uint * compileToSpirv(uint *param_1,int8 *param_2,int8 *param_3,int param_4,uint param_5
)
{
int8 uVar1;
int iVar2;
long lVar3;
uint *puVar4;
allocator *paVar5;
uint u... | |
61,426 | rw_pr_wrlock | eloqsql/mysys/thr_rwlock.c | int rw_pr_wrlock(rw_pr_lock_t *rwlock)
{
pthread_mutex_lock(&rwlock->lock);
if (rwlock->active_readers != 0)
{
/* There are active readers. We have to wait until they are gone. */
rwlock->writers_waiting_readers++;
while (rwlock->active_readers != 0)
pthread_cond_wait(&rwlock->no_active_reader... | O0 | c | rw_pr_wrlock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x243e0
movq -0x8(%rbp), %rax
cmpl $0x0, 0x58(%rax)
je 0x32266
movq -0x8(%rbp), %rax
movl 0x5c(%rax), %ecx
addl $0x1, %ecx
movl %ecx, 0x5c(%rax)
movq -0x8(%rbp), %rax
cmpl $0x0, 0x58(%rax)
je 0x32259
movq -0x8(%r... | rw_pr_wrlock:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
call _pthread_mutex_lock
mov rax, [rbp+var_8]
cmp dword ptr [rax+58h], 0
jz short loc_32266
mov rax, [rbp+var_8]
mov ecx, [rax+5Ch]
add ecx, 1
mov [rax+5Ch], ecx
loc_3223C:
mov ... | long long rw_pr_wrlock(long long a1)
{
pthread_mutex_lock(a1);
if ( *(_DWORD *)(a1 + 88) )
{
++*(_DWORD *)(a1 + 92);
while ( *(_DWORD *)(a1 + 88) )
pthread_cond_wait(a1 + 40, a1);
--*(_DWORD *)(a1 + 92);
}
*(_BYTE *)(a1 + 96) = 1;
return 0LL;
}
| rw_pr_wrlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x001243e0
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x58],0x0
JZ 0x00132266
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x5c]
ADD ECX,0x1
MOV dword ptr [RAX + 0x5c],ECX
LAB_0013223c:... |
int8 rw_pr_wrlock(pthread_mutex_t *param_1)
{
pthread_mutex_lock(param_1);
if (*(int *)((long)param_1 + 0x58) != 0) {
*(int *)((long)param_1 + 0x5c) = *(int *)((long)param_1 + 0x5c) + 1;
while (*(int *)((long)param_1 + 0x58) != 0) {
pthread_cond_wait((pthread_cond_t *)(param_1 + 1),param_1);
}
... | |
61,427 | my_strxfrm_pad_unicode | eloqsql/strings/ctype-utf8.c | size_t
my_strxfrm_pad_unicode(uchar *str, uchar *strend)
{
uchar *str0= str;
DBUG_ASSERT(str && str <= strend);
for ( ; str < strend ; )
{
*str++= 0x00;
if (str < strend)
*str++= 0x20;
}
return str - str0;
} | O3 | c | my_strxfrm_pad_unicode:
movq %rdi, %rax
cmpq %rsi, %rdi
jae 0x52394
pushq %rbp
movq %rsp, %rbp
movq %rdi, %rcx
leaq 0x1(%rcx), %rax
movb $0x0, (%rcx)
cmpq %rsi, %rax
jae 0x5238b
movb $0x20, 0x1(%rcx)
addq $0x2, %rcx
movq %rcx, %rax
movq %rax, %rcx
cmpq %rsi, %rax
jb 0x52374
popq %rbp
subq %rdi, %rax
retq
| my_strxfrm_pad_unicode:
mov rax, rdi
cmp rdi, rsi
jnb short loc_52394
push rbp
mov rbp, rsp
mov rcx, rdi
loc_52374:
lea rax, [rcx+1]
mov byte ptr [rcx], 0
cmp rax, rsi
jnb short loc_5238B
mov byte ptr [rcx+1], 20h ; ' '
add rcx, 2
mov rax, rcx
loc_5238B:
mov rcx, r... | long long my_strxfrm_pad_unicode(_BYTE *a1, unsigned long long a2)
{
_BYTE *v2; // rax
_BYTE *v3; // rcx
v2 = a1;
if ( (unsigned long long)a1 < a2 )
{
v3 = a1;
do
{
v2 = v3 + 1;
*v3 = 0;
if ( (unsigned long long)(v3 + 1) < a2 )
{
v3[1] = 32;
v2 = v3 + 2;
... | my_strxfrm_pad_unicode:
MOV RAX,RDI
CMP RDI,RSI
JNC 0x00152394
PUSH RBP
MOV RBP,RSP
MOV RCX,RDI
LAB_00152374:
LEA RAX,[RCX + 0x1]
MOV byte ptr [RCX],0x0
CMP RAX,RSI
JNC 0x0015238b
MOV byte ptr [RCX + 0x1],0x20
ADD RCX,0x2
MOV RAX,RCX
LAB_0015238b:
MOV RCX,RAX
CMP RAX,RSI
JC 0x00152374
POP RBP
LAB_00152394:
SUB RAX,RDI
... |
long my_strxfrm_pad_unicode(int1 *param_1,int1 *param_2)
{
int1 *puVar1;
int1 *puVar2;
puVar2 = param_1;
puVar1 = param_1;
if (param_1 < param_2) {
do {
puVar2 = puVar1 + 1;
*puVar1 = 0;
if (puVar2 < param_2) {
puVar1[1] = 0x20;
puVar2 = puVar1 + 2;
}
puV... | |
61,428 | ft_init_boolean_search | eloqsql/storage/myisam/ft_boolean_search.c | FT_INFO * ft_init_boolean_search(MI_INFO *info, uint keynr, uchar *query,
uint query_len, CHARSET_INFO *cs)
{
FTB *ftb;
FTB_EXPR *ftbe;
FTB_WORD *ftbw;
if (!(ftb=(FTB *)my_malloc(mi_key_memory_FTB, sizeof(FTB), MYF(MY_WME))))
return 0;
ftb->please= (struct _ft_vft... | O3 | c | ft_init_boolean_search:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r8, %r14
movl %ecx, -0x2c(%rbp)
movq %rdx, -0x38(%rbp)
movl %esi, %r13d
movq %rdi, %r15
leaq 0xb8e028(%rip), %r12 # 0xbff97c
movl (%r12), %edi
movl $0x350, %esi # imm = 0x350
mo... | ft_init_boolean_search:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r14, r8
mov [rbp+var_2C], ecx
mov [rbp+var_38], rdx
mov r13d, esi
mov r15, rdi
lea r12, mi_key_memory_FTB
mov edi, [r12]
mov esi, 350h
mov edx, 10h
ca... | long long ft_init_boolean_search(long long a1, unsigned int a2, long long a3, int a4, long long a5)
{
long long v6; // rax
long long v7; // rbx
long long v8; // rax
unsigned int ( **v9)(long long); // r15
long long v10; // rax
long long v11; // rax
long long i; // r12
long long v13; // rax
_QWORD v15... | ft_init_boolean_search:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R14,R8
MOV dword ptr [RBP + -0x2c],ECX
MOV qword ptr [RBP + -0x38],RDX
MOV R13D,ESI
MOV R15,RDI
LEA R12,[0xcff97c]
MOV EDI,dword ptr [R12]
MOV ESI,0x350
MOV EDX,0x10
CALL 0x0019fd89
XOR ECX,ECX
TEST RAX,RAX
JZ 0x0... |
int8 *
ft_init_boolean_search
(long *param_1,uint param_2,int8 param_3,int4 param_4,int8 param_5)
{
int8 *puVar1;
int iVar2;
int8 *puVar3;
int8 *puVar4;
long lVar5;
void *__dest;
int1 *puVar6;
int8 *local_60;
int8 local_58;
int8 local_50;
int4 local_48;
int8 local_40;
int4 local_34... | |
61,429 | maria_scan_init | eloqsql/storage/maria/ma_scan.c | int maria_scan_init(register MARIA_HA *info)
{
DBUG_ENTER("maria_scan_init");
info->cur_row.nextpos= info->s->pack.header_length; /* Read first record */
info->lastinx= -1; /* Can't forward or backward */
if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))
DBUG_RETURN(my_errno);
... | O3 | c | maria_scan_init:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%rdi), %rax
movq 0x590(%rax), %rcx
movq %rcx, 0xa0(%rdi)
movl $0xffffffff, 0x62c(%rdi) # imm = 0xFFFFFFFF
testb $0x10, 0x61c(%rdi)
je 0x417c5
leaq 0x4b8(%rbx), %rdi
movl $0x1, %esi
callq 0x9a355
testl %eax, %eax
jne 0x417d2
movq (%r... | maria_scan_init:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
mov rax, [rdi]
mov rcx, [rax+590h]
mov [rdi+0A0h], rcx
mov dword ptr [rdi+62Ch], 0FFFFFFFFh
test byte ptr [rdi+61Ch], 10h
jz short loc_417C5
lea rdi, [rbx+4B8h]
mov esi, 1
call my_b_flush_io_cache
t... | long long maria_scan_init(long long *a1, const char *a2)
{
long long v3; // rax
long long *v4; // rdi
v3 = *a1;
a1[20] = *(_QWORD *)(*a1 + 1424);
*((_DWORD *)a1 + 395) = -1;
if ( (*((_BYTE *)a1 + 1564) & 0x10) != 0 )
{
v4 = a1 + 151;
a2 = (_BYTE *)(&dword_0 + 1);
if ( (unsigned int)my_b_flus... | maria_scan_init:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI]
MOV RCX,qword ptr [RAX + 0x590]
MOV qword ptr [RDI + 0xa0],RCX
MOV dword ptr [RDI + 0x62c],0xffffffff
TEST byte ptr [RDI + 0x61c],0x10
JZ 0x001417c5
LEA RDI,[RBX + 0x4b8]
MOV ESI,0x1
CALL 0x0019a355
TEST EAX,EAX
JNZ 0x001417d2
M... |
int4 maria_scan_init(long *param_1)
{
char cVar1;
int iVar2;
long lVar3;
int4 *puVar4;
lVar3 = *param_1;
param_1[0x14] = *(long *)(lVar3 + 0x590);
*(int4 *)((long)param_1 + 0x62c) = 0xffffffff;
if ((*(byte *)((long)param_1 + 0x61c) & 0x10) != 0) {
iVar2 = my_b_flush_io_cache(param_1 + 0x97,1);
... | |
61,430 | check_hex | corpus-core[P]colibri-stateless/src/util/json_validate.c | static const char* check_hex(json_t val, int len, bool isuint, const char* error_prefix) {
if (val.type != JSON_TYPE_STRING) ERROR("%sExpected hex string", error_prefix);
if (val.start[1] != '0' && val.start[2] != 'x') ERROR("%sExpected hex prefixed (0x) string", error_prefix);
int l = 0;
for (int i = 3; i < va... | O0 | c | check_hex:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movb %sil, %cl
leaq 0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movl %edi, -0xc(%rbp)
andb $0x1, %cl
movb %cl, -0xd(%rbp)
movq %rdx, -0x18(%rbp)
cmpl $0x1, 0x10(%rax)
je 0xa5965
movq -0x18(%rbp), %rdx
xorl %eax, %eax
movl %eax, %edi
leaq 0x401e8(%rip), %rsi # 0xe5b... | check_hex:
push rbp
mov rbp, rsp
sub rsp, 40h
mov cl, sil
lea rax, [rbp+arg_0]
mov [rbp+var_28], rax
mov [rbp+var_C], edi
and cl, 1
mov [rbp+var_D], cl
mov [rbp+var_18], rdx
cmp dword ptr [rax+10h], 1
jz short loc_A5965
mov rdx, [rbp+var_18]
xor eax, eax
mov e... | long long check_hex(
int a1,
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,
__m128 a14,
_BYTE *a15,
... | check_hex:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV CL,SIL
LEA RAX,[RBP + 0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV dword ptr [RBP + -0xc],EDI
AND CL,0x1
MOV byte ptr [RBP + -0xd],CL
MOV qword ptr [RBP + -0x18],RDX
CMP dword ptr [RAX + 0x10],0x1
JZ 0x001a5965
MOV RDX,qword ptr [RBP + -0x18]
XOR EAX,EAX
MOV EDI,EAX
LEA RSI... |
int8 check_hex(int param_1,byte param_2,int8 param_3)
{
ushort **ppuVar1;
int8 uVar2;
long in_stack_00000008;
long in_stack_00000010;
int in_stack_00000018;
int local_28;
int local_24;
int8 local_10;
if (in_stack_00000018 == 1) {
if ((*(char *)(in_stack_00000008 + 1) == '0') || (*(char *)(in_... | |
61,431 | httpserver_chunked_append_str | qoraal-tictactoe/build_O0/_deps/qoraal_http-src/src/httpserver.c | int32_t
httpserver_chunked_append_str (HTTP_USER_T* user, const char* str, uint32_t len)
{
int32_t req = 0;
DBG_ASSERT_HTTP_SERVER (user->rw_buffer,
"HTTPD :A: httpserver_chunked_append_str unexpected!") ;
if (len == 0) len = strlen(str) ;
while (len > 0) {
char * b... | O0 | c | httpserver_chunked_append_str:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl $0x0, -0x18(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x18(%rax)
jne 0x2a7b3
leaq 0x165c9(%rip), %rdi # 0x40d75
movb $0x0, %al
callq 0x1bb90
cmpl $0x0, -0x14(%rbp)
jne 0x2... | httpserver_chunked_append_str:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_18], 0
mov rax, [rbp+var_8]
cmp qword ptr [rax+18h], 0
jnz short loc_2A7B3
lea rdi, aHttpdAHttpserv_0; "HTTPD :A: httpserver_chunked_... | long long httpserver_chunked_append_str(
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,
_... | httpserver_chunked_append_str:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],0x0
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x18],0x0
JNZ 0x0012a7b3
LEA RDI,[0x140d75]
MOV AL,0x0
CALL 0x0011bb90
LAB_0... |
int httpserver_chunked_append_str(long param_1,char *param_2,int param_3)
{
size_t sVar1;
void *local_28;
int local_20;
int local_1c;
char *local_18;
long local_10;
local_20 = 0;
local_1c = param_3;
local_18 = param_2;
local_10 = param_1;
if (*(long *)(param_1 + 0x18) == 0) {
debug_assert... | |
61,432 | ma_log_new | eloqsql/storage/maria/ma_write.c | my_bool _ma_log_new(MARIA_PAGE *ma_page, my_bool root_page)
{
LSN lsn;
uchar log_data[FILEID_STORE_SIZE + PAGE_STORE_SIZE * 2 + KEY_NR_STORE_SIZE
+1];
uint page_length;
LEX_CUSTRING log_array[TRANSLOG_INTERNAL_PARTS + 2];
MARIA_HA *info= ma_page->info;
MARIA_SHARE *share= info->s;
my_off_... | O0 | c | ma_log_new:
pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movb %sil, %al
movq %fs:0x28, %rcx
movq %rcx, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movb %al, -0x21(%rbp)
movq -0x20(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x88(%rbp)
movq -0x88(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x90(%rbp)
movq -0x20(%rbp), %rax
movq 0x18(%... | _ma_log_new:
push rbp
mov rbp, rsp
sub rsp, 0D0h
mov al, sil
mov rcx, fs:28h
mov [rbp+var_8], rcx
mov [rbp+var_20], rdi
mov [rbp+var_21], al
mov rax, [rbp+var_20]
mov rax, [rax]
mov [rbp+var_88], rax
mov rax, [rbp+var_88]
mov rax, [rax]
mov [rbp+var_90], rax
mov ... | bool ma_log_new(long long **a1, char a2)
{
unsigned long long v3; // [rsp+20h] [rbp-B0h]
unsigned long long v4; // [rsp+38h] [rbp-98h]
unsigned long long v5; // [rsp+38h] [rbp-98h]
long long v6; // [rsp+40h] [rbp-90h]
long long *v7; // [rsp+48h] [rbp-88h]
_QWORD v8[9]; // [rsp+50h] [rbp-80h] BYREF
unsign... | _ma_log_new:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xd0
MOV AL,SIL
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RCX
MOV qword ptr [RBP + -0x20],RDI
MOV byte ptr [RBP + -0x21],AL
MOV RAX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x88],RAX
MOV RAX,qword ptr [RBP + -0x88]
MOV RAX,qword ptr [RA... |
int8 _ma_log_new(long *param_1,int1 param_2)
{
long *plVar1;
long lVar2;
char cVar3;
ulong uVar4;
long in_FS_OFFSET;
ulong local_b8;
ulong local_a0;
int1 local_88 [32];
int1 *local_68;
int8 local_60;
long local_58;
ulong local_50;
uint local_3c;
int1 local_38 [15];
int1 local_29;
long ... | |
61,433 | escape_string_for_mysql | eloqsql/mysys/charset.c | size_t escape_string_for_mysql(CHARSET_INFO *charset_info,
char *to, size_t to_length,
const char *from, size_t length,
my_bool *overflow)
{
const char *to_start= to;
const char *end, *to_end=to_start + (to_length ? to_leng... | O3 | c | escape_string_for_mysql:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r12
leaq (%r8,%r8), %rax
subq $0x1, %r12
cmovbq %rax, %r12
movq %r9, -0x38(%rbp)
movb $0x0, (%r9)
movq %rsi, -0x30(%rbp)
movq %rsi, %rax
testq %r8, %r8
jle 0x934d3
movq %r8, %r15
movq ... | escape_string_for_mysql:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r12, rdx
lea rax, [r8+r8]
sub r12, 1
cmovb r12, rax
mov [rbp+var_38], r9
mov byte ptr [r9], 0
mov [rbp+var_30], rsi
mov rax, rsi
test r8, r8
jle loc... | _BYTE * escape_string_for_mysql(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
_BYTE *a6)
{
long long v6; // r12
unsigned __int8 *v7; // rax
unsigned __int8 *v8; // r13
unsigned __int8 *v9; // rbx
unsigned long long v10; // ... | escape_string_for_mysql:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R12,RDX
LEA RAX,[R8 + R8*0x1]
SUB R12,0x1
CMOVC R12,RAX
MOV qword ptr [RBP + -0x38],R9
MOV byte ptr [R9],0x0
MOV qword ptr [RBP + -0x30],RSI
MOV RAX,RSI
TEST R8,R8
JLE 0x001934d3
MOV R15,R8
MOV R13,RCX
MOV R14,RD... |
long escape_string_for_mysql
(long param_1,byte *param_2,long param_3,byte *param_4,long param_5,
int1 *param_6)
{
uint uVar1;
byte *pbVar2;
ulong uVar3;
byte bVar4;
byte *pbVar5;
byte *pbVar6;
long lVar7;
byte *pbVar8;
byte *pbVar9;
lVar7 = param_3 + -1;
if (par... | |
61,434 | void nlohmann::json_abi_v3_11_3::detail::from_json<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, s... | monkey531[P]llama/common/json.hpp | inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s)
{
if (JSON_HEDLEY_UNLIKELY(!j.is_string()))
{
JSON_THROW(type_error::create(302, concat("type must be string, but is ", j.type_name()), &j));
}
s = *j.template get_ptr<const typename BasicJsonType::string_t*>();
} | O2 | cpp | void nlohmann::json_abi_v3_11_3::detail::from_json<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, s... | _ZN8nlohmann16json_abi_v3_11_36detail9from_jsonINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEEvRKT_RNSG_8string_tE:
push rbp; char
push r14; int
push rbx; int
sub rsp, 30h
mov r14, rdi
cmp byte ptr [rdi], 3... | long long nlohmann::json_abi_v3_11_3::detail::from_json<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>>(
long long a1,
long l... | from_json<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>>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV ... |
/* void
nlohmann::json_abi_v3_11_3::detail::from_json<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<uns... | |
61,435 | d2b | eloqsql/libmariadb/libmariadb/ma_dtoa.c | static Bigint *d2b(U *d, int *e, int *bits, Stack_alloc *alloc)
{
Bigint *b;
int de, k;
ULong *x, y, z;
int i;
#define d0 word0(d)
#define d1 word1(d)
b= Balloc(1, alloc);
x= b->p.x;
z= d0 & Frac_mask;
d0 &= 0x7fffffff; /* clear sign bit, which we ignore */
if ((de= (int)(d0 >> Exp_shift)))
... | O0 | c | d2b:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x20(%rbp), %rsi
movl $0x1, %edi
callq 0x34f90
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x38(%rbp)
movq -0x8(%rbp), %rax
movl 0x4(%rax), %e... | d2b:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rsi, [rbp+var_20]
mov edi, 1
call Balloc
mov [rbp+var_28], rax
mov rax, [rbp+var_28]
mov rax, [rax]
mov [rbp+var_38], rax
mov rax, ... | long long d2b(unsigned int *a1, _DWORD *a2, _DWORD *a3, long long a4)
{
unsigned int v4; // edx
int v5; // eax
char v7; // [rsp+4h] [rbp-4Ch]
int v8; // [rsp+Ch] [rbp-44h]
unsigned int v9; // [rsp+10h] [rbp-40h] BYREF
unsigned int v10; // [rsp+14h] [rbp-3Ch] BYREF
unsigned int *v11; // [rsp+18h] [rbp-38h... | d2b:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RSI,qword ptr [RBP + -0x20]
MOV EDI,0x1
CALL 0x00134f90
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV RAX,qword ptr [RAX]
MOV qw... |
int8 * d2b(uint *param_1,int *param_2,int *param_3,int8 param_4)
{
int iVar1;
int local_4c;
uint local_48;
uint local_44;
uint *local_40;
int local_38;
uint local_34;
int8 *local_30;
int8 local_28;
int *local_20;
int *local_18;
uint *local_10;
local_28 = param_4;
local_20 = param_3;
l... | |
61,436 | ma_flush_table_files | eloqsql/storage/maria/ma_extra.c | int _ma_flush_table_files(MARIA_HA *info, uint flush_data_or_index,
enum flush_type flush_type_for_data,
enum flush_type flush_type_for_index)
{
int error= 0;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_flush_table_files");
/* flush data file first because i... | O0 | c | ma_flush_table_files:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movl $0x0, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
movl -0x14(%rbp), %eax
andl $0x1, %eax
cmpl $0x0, %eax
je 0x2f972
movq -0x1... | _ma_flush_table_files:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_1C], ecx
mov [rbp+var_20], 0
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_28], rax
mov eax, [rbp+var_14]
and eax, 1
cmp eax... | long long ma_flush_table_files(long long *a1, char a2, unsigned int a3, unsigned int a4)
{
long long v5; // [rsp+8h] [rbp-28h]
BOOL v6; // [rsp+10h] [rbp-20h]
v6 = 0;
v5 = *a1;
if ( (a2 & 1) != 0 )
{
if ( (*((_DWORD *)a1 + 391) & 0x10) != 0 && a3 != 2 )
v6 = my_b_flush_io_cache(a1 + 151, 1LL) !=... | _ma_flush_table_files:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV dword ptr [RBP + -0x1c],ECX
MOV dword ptr [RBP + -0x20],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
MOV EAX,dword p... |
bool _ma_flush_table_files(long *param_1,uint param_2,int param_3,int4 param_4)
{
long lVar1;
bool bVar2;
char cVar3;
int iVar4;
bVar2 = false;
lVar1 = *param_1;
if ((param_2 & 1) != 0) {
if ((((*(uint *)((long)param_1 + 0x61c) & 0x10) != 0) && (param_3 != 2)) &&
(iVar4 = my_b_flush_io_cac... | |
61,437 | resize_partitioned_key_cache | eloqsql/mysys/mf_keycache.c | static
int resize_partitioned_key_cache(PARTITIONED_KEY_CACHE_CB *keycache,
uint key_cache_block_size,
size_t use_mem, uint division_limit,
uint age_threshold,
uint changed_blocks_hash_size)
{
uint i;
uint parti... | O3 | c | resize_partitioned_key_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movl 0x1c(%rdi), %r13d
testq %rdx, %rdx
je 0x55cf0
movq %rdx, %r15
testq %r13, %r13
je 0x55c82
movl %esi, -0x2c(%rbp)
movl %ecx, -0x30(%rbp)
movl %r8d, -0x34(%rbp)
movl %r9d, ... | resize_partitioned_key_cache:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
mov r13d, [rdi+1Ch]
test rdx, rdx
jz loc_55CF0
mov r15, rdx
test r13, r13
jz short loc_55C82
mov [rbp+var_2C], esi
mov [rbp+var_30], ec... | long long resize_partitioned_key_cache(
long long a1,
unsigned int a2,
unsigned long long a3,
long long a4,
unsigned int a5,
unsigned int a6)
{
long long v7; // r13
long long v9; // r14
int v10; // r12d
int inited; // r14d
long long v12; // r12
long long v13;... | resize_partitioned_key_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
MOV R13D,dword ptr [RDI + 0x1c]
TEST RDX,RDX
JZ 0x00155cf0
MOV R15,RDX
TEST R13,R13
JZ 0x00155c82
MOV dword ptr [RBP + -0x2c],ESI
MOV dword ptr [RBP + -0x30],ECX
MOV dword ptr [RBP + -0x34],R8D
MOV d... |
int resize_partitioned_key_cache
(long param_1,ulong param_2,long param_3,ulong param_4,ulong param_5,ulong param_6)
{
pthread_mutex_t *__mutex;
uint uVar1;
long lVar2;
uint uVar3;
int iVar4;
uint uVar5;
ulong uVar6;
ulong uVar7;
uVar1 = *(uint *)(param_1 + 0x1c);
uVar6 = (ulong)u... | |
61,438 | my_casedn_str_utf8mb4 | eloqsql/strings/ctype-utf8.c | static size_t
my_casedn_str_utf8mb4(CHARSET_INFO *cs, char *src)
{
my_wc_t wc;
int srcres, dstres;
char *dst= src, *dst0= src;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
DBUG_ASSERT(cs->casedn_multiply == 1);
while (*src &&
(srcres= my_mb_wc_utf8mb4_no_range(cs, &wc, (uchar *) src)) > 0)
{
my... | O0 | c | my_casedn_str_utf8mb4:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x30(%rbp)
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rax
movq %rax, -0x38(%rbp)
jmp 0xcf90e
jmp 0xcf910
movq -0x10(%rbp), %rax
mo... | my_casedn_str_utf8mb4:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_10]
mov [rbp+var_30], rax
mov rax, [rbp+var_8]
mov rax, [rax+78h]
mov [rbp+var_38], rax
jmp short $+2
loc_... | _BYTE * my_casedn_str_utf8mb4(long long a1, _BYTE *a2)
{
bool v3; // [rsp+7h] [rbp-39h]
long long v4; // [rsp+8h] [rbp-38h]
_BYTE *v5; // [rsp+18h] [rbp-28h]
int v6; // [rsp+20h] [rbp-20h]
int v7; // [rsp+24h] [rbp-1Ch]
long long v8; // [rsp+28h] [rbp-18h] BYREF
_BYTE *v9; // [rsp+30h] [rbp-10h]
long lo... | my_casedn_str_utf8mb4:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
MOV qword ... |
long my_casedn_str_utf8mb4(long param_1,char *param_2)
{
int8 uVar1;
bool bVar2;
int iVar3;
char *local_30;
int local_24;
int8 local_20;
char *local_18;
long local_10;
uVar1 = *(int8 *)(param_1 + 0x78);
local_30 = param_2;
local_18 = param_2;
local_10 = param_1;
while( true ) {
bVar2 ... | |
61,439 | bitmap_is_set_all | eloqsql/mysys/my_bitmap.c | my_bool bitmap_is_set_all(const MY_BITMAP *map)
{
my_bitmap_map *data_ptr= map->bitmap;
my_bitmap_map *end= map->last_word_ptr;
for (; data_ptr < end; data_ptr++)
if (*data_ptr != 0xFFFFFFFF)
return FALSE;
return (*data_ptr | map->last_word_mask) == 0xFFFFFFFF;
} | O0 | c | bitmap_is_set_all:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x20(%rbp), %rax
jae 0xefa18
movq -0x18(%rbp), %rax
cmpl $-0x1, (%rax)
je 0xefa08
movb $0x0... | bitmap_is_set_all:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
mov rax, [rax+8]
mov [rbp+var_20], rax
loc_EF9EF:
mov rax, [rbp+var_18]
cmp rax, [rbp+var_20]
jnb short loc_EFA18
mov rax, [r... | bool bitmap_is_set_all(long long a1)
{
_DWORD *i; // [rsp+8h] [rbp-18h]
for ( i = *(_DWORD **)a1; (unsigned long long)i < *(_QWORD *)(a1 + 8); ++i )
{
if ( *i != -1 )
return 0;
}
return (*(_DWORD *)(a1 + 24) | *i) == -1;
}
| bitmap_is_set_all:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x20],RAX
LAB_001ef9ef:
MOV RAX,qword ptr [RBP + -0x18]
CMP RAX,qword ptr [R... |
int8 bitmap_is_set_all(int8 *param_1)
{
uint *local_20;
bool local_9;
local_20 = (uint *)*param_1;
do {
if ((uint *)param_1[1] <= local_20) {
local_9 = (*local_20 | *(uint *)(param_1 + 3)) == 0xffffffff;
local_20 = (uint *)0x0;
LAB_001efa33:
return CONCAT71((int7)((ulong)local_20 >> 8... | |
61,440 | YAML::convert<std::vector<unsigned int, std::allocator<unsigned int>>>::encode(std::vector<unsigned int, std::allocator<unsigned int>> const&) | aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/convert.h | static Node encode(const std::vector<T, A>& rhs) {
Node node(NodeType::Sequence);
for (const auto& element : rhs)
node.push_back(element);
return node;
} | O3 | c | YAML::convert<std::vector<unsigned int, std::allocator<unsigned int>>>::encode(std::vector<unsigned int, std::allocator<unsigned int>> const&):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r15
movq %rdi, %rbx
movl $0x3, %esi
callq 0xa349a
movq (%r15), %r14
movq 0x8(%r15), %r15
cmpq %r15, %r14
je 0xa418a
movq %rbx, %rdi... | _ZN4YAML7convertISt6vectorIjSaIjEEE6encodeERKS3_:
push r15
push r14
push rbx
mov r15, rsi
mov rbx, rdi
mov esi, 3
call _ZN4YAML4NodeC2ENS_8NodeType5valueE; YAML::Node::Node(YAML::NodeType::value)
mov r14, [r15]
mov r15, [r15+8]
loc_A4174:
cmp r14, r15
jz short loc_A418A
mov ... | YAML::Node * YAML::convert<std::vector<unsigned int>>::encode(YAML::Node *this, long long *a2)
{
long long v2; // r14
long long v3; // r15
YAML::Node::Node((long long)this);
v2 = *a2;
v3 = a2[1];
while ( v2 != v3 )
{
YAML::Node::push_back<unsigned int>(this);
v2 += 4LL;
}
return this;
}
| encode:
PUSH R15
PUSH R14
PUSH RBX
MOV R15,RSI
MOV RBX,RDI
MOV ESI,0x3
CALL 0x001a349a
MOV R14,qword ptr [R15]
MOV R15,qword ptr [R15 + 0x8]
LAB_001a4174:
CMP R14,R15
JZ 0x001a418a
LAB_001a4179:
MOV RDI,RBX
MOV RSI,R14
CALL 0x001a41a6
LAB_001a4184:
ADD R14,0x4
JMP 0x001a4174
LAB_001a418a:
MOV RAX,RBX
POP RBX
POP R14
PO... |
/* YAML::convert<std::vector<unsigned int, std::allocator<unsigned int> >
>::encode(std::vector<unsigned int, std::allocator<unsigned int> > const&) */
convert<std::vector<unsigned_int,std::allocator<unsigned_int>>> * __thiscall
YAML::convert<std::vector<unsigned_int,std::allocator<unsigned_int>>>::encode
... | |
61,441 | google::protobuf::compiler::php::(anonymous namespace)::PhpGetterTypeName[abi:cxx11](google::protobuf::FieldDescriptor const*, google::protobuf::compiler::php::Options const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/php/php_generator.cc | std::string PhpGetterTypeName(const FieldDescriptor* field,
const Options& options) {
if (field->is_map()) {
return "\\Google\\Protobuf\\Internal\\MapField";
}
if (field->is_repeated()) {
return "\\Google\\Protobuf\\Internal\\RepeatedField";
}
switch (field->type()) {
... | O3 | cpp | google::protobuf::compiler::php::(anonymous namespace)::PhpGetterTypeName[abi:cxx11](google::protobuf::FieldDescriptor const*, google::protobuf::compiler::php::Options const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq 0x18(%rsi), %rdi
testq %rdi, %rdi
je 0x5... | _ZN6google8protobuf8compiler3php12_GLOBAL__N_117PhpGetterTypeNameB5cxx11EPKNS0_15FieldDescriptorERKNS2_7OptionsE:
push r15
push r14
push rbx
sub rsp, 30h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov rdi, [rsi+18h]
test rdi, rdi
jz short loc_5E31A
lea rax, _ZN6google8protobuf15Fiel... | void google::protobuf::compiler::php::`anonymous namespace'::PhpGetterTypeName[abi:cxx11](
_QWORD *a1,
long long a2,
unsigned int *a3)
{
long long v5; // rdi
char *v6; // rsi
char *v7; // rdx
long long v8; // rdi
long long v9; // rax
long long v10; // rdi
long long v11; // [rsp+8h... | PhpGetterTypeName[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV RDI,qword ptr [RSI + 0x18]
TEST RDI,RDI
JZ 0x0015e31a
LEA RAX,[0x239c34]
LEA RSI,[RSP + 0x10]
MOV qword ptr [RSI],RAX
LEA RDX,[RSP + 0x8]
MOV qword ptr [RDX],R15
CALL 0x0012f19d
LAB_0015e31a:
CMP byte ptr [R15 ... |
/* google::protobuf::compiler::php::(anonymous
namespace)::PhpGetterTypeName[abi:cxx11](google::protobuf::FieldDescriptor const*,
google::protobuf::compiler::php::Options const&) */
void __thiscall
google::protobuf::compiler::php::(anonymous_namespace)::PhpGetterTypeName_abi_cxx11_
(_anonymous_namespa... | |
61,442 | Item_func_xml_update::collect_result(String*, my_xml_node_st const*, String const*) | eloqsql/sql/item_xmlfunc.cc | bool Item_func_xml_update::collect_result(String *str,
const MY_XML_NODE *cut,
const String *replace)
{
uint offs= cut->type == MY_XML_NODE_TAG ? 1 : 0;
const char *end= cut->tagend + offs;
str->length(0);
str->set_charset(colla... | O0 | cpp | Item_func_xml_update::collect_result(String*, my_xml_node_st const*, String const*):
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x58(%rbp)
movq -0x18(%rbp), %rax
movl 0x4(%rax), %edx
xorl %eax, ... | _ZN20Item_func_xml_update14collect_resultEP6StringPK14my_xml_node_stPKS0_:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_8]
mov [rbp+var_58], rax
mov rax, [rbp+var_18]
mov edx, [rax+4... | char Item_func_xml_update::collect_result(long long a1, long long a2, long long a3, long long a4)
{
long long v4; // rax
long long v5; // rax
long long v6; // rax
unsigned int v7; // eax
long long v8; // rax
long long v9; // rax
unsigned int v10; // eax
long long v12; // [rsp+0h] [rbp-80h]
char *v13;... | needs_charset_converter:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RBP + -0x10]
MOV ESI,0x1
CALL 0x00e3c520
AND AL,0x1
ADD RSP,0x10
POP RBP
RET
|
/* Item::needs_charset_converter(charset_info_st const*) */
byte __thiscall Item::needs_charset_converter(Item *this,charset_info_st *param_1)
{
byte bVar1;
bVar1 = needs_charset_converter(this,1,param_1);
return bVar1 & 1;
}
| |
61,443 | Item_func_xml_update::collect_result(String*, my_xml_node_st const*, String const*) | eloqsql/sql/item_xmlfunc.cc | bool Item_func_xml_update::collect_result(String *str,
const MY_XML_NODE *cut,
const String *replace)
{
uint offs= cut->type == MY_XML_NODE_TAG ? 1 : 0;
const char *end= cut->tagend + offs;
str->length(0);
str->set_charset(colla... | O3 | cpp | Item_func_xml_update::collect_result(String*, my_xml_node_st const*, String const*):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %r12
movq %rsi, %rbx
xorl %eax, %eax
cmpl $0x0, 0x4(%rdx)
movq %rdi, %r15
sete %al
movq 0x20(%rdx), %r14
addq %rax, %r14
movl $0x0, 0x10(%rsi)
movq 0x10(... | _ZN20Item_func_xml_update14collect_resultEP6StringPK14my_xml_node_stPKS0_:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r12, rcx
mov rbx, rsi
xor eax, eax
cmp dword ptr [rdx+4], 0
mov r15, rdi
setz al
mov r14, [rdx+20h]
add r14, rax
mov dword ptr [r... | char Item_func_xml_update::collect_result(long long a1, String *a2, long long a3, long long a4)
{
_BOOL8 v5; // rax
const char *v6; // r14
v5 = *(_DWORD *)(a3 + 4) == 0;
v6 = (const char *)(v5 + *(_QWORD *)(a3 + 32));
*((_DWORD *)a2 + 4) = 0;
*(_QWORD *)a2 = *(_QWORD *)(a1 + 16);
if ( String::append(
... | |||
61,444 | bool httplib::detail::parse_header<httplib::detail::read_headers(httplib::Stream&, std::multimap<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, httplib::detail::ci, std::allocator<std::pair<std::__cxx11::bas... | nickolajgrishuk[P]metricz-cpp/build_O0/_deps/httplib-src/httplib.h | inline bool parse_header(const char *beg, const char *end, T fn) {
// Skip trailing spaces and tabs.
while (beg < end && is_space_or_tab(end[-1])) {
end--;
}
auto p = beg;
while (p < end && *p != ':') {
p++;
}
if (p == end) { return false; }
auto key_end = p;
if (*p++ != ':') { return fals... | O0 | c | bool httplib::detail::parse_header<httplib::detail::read_headers(httplib::Stream&, std::multimap<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, httplib::detail::ci, std::allocator<std::pair<std::__cxx11::bas... | _ZN7httplib6detail12parse_headerIZNS0_12read_headersERNS_6StreamERSt8multimapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_NS0_2ciESaISt4pairIKSA_SA_EEEEUlOSA_SI_E_EEbPKcSL_T_:
push rbp
mov rbp, rsp
sub rsp, 0E0h
mov [rbp+var_10], rdx
mov [rbp+var_18], rdi
mov [rbp+var_20], rsi
loc_3DC2... | char httplib::detail::parse_header<httplib::detail::read_headers(httplib::Stream &,std::multimap<std::string,std::string,httplib::detail::ci,std::allocator<std::pair<std::string const,std::string>>> &)::{lambda(std::string&&,std::string&)#1}>(
_BYTE *a1,
_BYTE *a2,
long long a3)
{
_BYTE *v3; ... | parse_header<httplib::detail::read_headers(httplib::Stream&,std::multimap<std::__cxx11::string,std::__cxx11::string,httplib::detail::ci,std::allocator<std::pair<std::__cxx11::string_const,std::__cxx11::string>>>&)::{lambda(std::__cxx11::string&&,std::__cxx11::string&&)#1}>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword p... |
/* bool httplib::detail::parse_header<httplib::detail::read_headers(httplib::Stream&,
std::multimap<std::__cxx11::string, std::__cxx11::string, httplib::detail::ci,
std::allocator<std::pair<std::__cxx11::string const, std::__cxx11::string > >
>&)::{lambda(std::__cxx11::string&&, std::__cxx11::string&&)#1}>(ch... | |
61,445 | ggml_vec_dot_q8_0_q8_0 | monkey531[P]llama/ggml/src/ggml-cpu/ggml-cpu-quants.c | void ggml_vec_dot_q8_0_q8_0(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc) {
const int qk = QK8_0;
const int nb = n / qk;
assert(n % qk == 0);
#if defined(__ARM_FEATURE_MATMUL_INT8)
assert((nrc == 2) || (nrc == 1));
#else
ass... | O3 | c | ggml_vec_dot_q8_0_q8_0:
leal 0x1f(%rdi), %eax
testl %edi, %edi
cmovnsl %edi, %eax
sarl $0x5, %eax
cmpl $0x20, %edi
jl 0x30d33
movl %eax, %edx
movq %rdx, %rdi
shlq $0x5, %rdi
leaq (%rdi,%rdx,2), %rdx
vxorps %xmm0, %xmm0, %xmm0
xorl %edi, %edi
movq 0x34297(%rip), %r8 # 0x64f70
vpbroadcastw 0x24912(%rip), %ymm1 # 0x5... | ggml_vec_dot_q8_0_q8_0:
lea eax, [rdi+1Fh]
test edi, edi
cmovns eax, edi
sar eax, 5
cmp edi, 20h ; ' '
jl short loc_30D33
mov edx, eax
mov rdi, rdx
shl rdi, 5
lea rdx, [rdi+rdx*2]
vxorps xmm0, xmm0, xmm0
xor edi, edi
mov r8, cs:ggml_table_f32_f16_ptr
vpbroadcastw ymm1, cs:w... | long long ggml_vec_dot_q8_0_q8_0(
int a1,
long long _RSI,
__m128 _XMM0,
long long a4,
long long _RCX,
long long a6,
long long _R9)
{
long long result; // rax
long long v24; // rdx
long long v31; // r8
result = (unsigned int)(a1 / 32);
if ( a1 < 32 )
... | ggml_vec_dot_q8_0_q8_0:
LEA EAX,[RDI + 0x1f]
TEST EDI,EDI
CMOVNS EAX,EDI
SAR EAX,0x5
CMP EDI,0x20
JL 0x00130d33
MOV EDX,EAX
MOV RDI,RDX
SHL RDI,0x5
LEA RDX,[RDI + RDX*0x2]
VXORPS XMM0,XMM0,XMM0
XOR EDI,EDI
MOV R8,qword ptr [0x00164f70]
VPBROADCASTW YMM1,word ptr [0x001555f4]
LAB_00130ce2:
MOVZX R10D,word ptr [RCX + RDI... |
void ggml_vec_dot_q8_0_q8_0
(int param_1,int4 *param_2,int8 param_3,long param_4,int8 param_5,
long param_6)
{
int1 auVar1 [16];
float fVar2;
int1 auVar3 [32];
int1 auVar4 [16];
uint uVar5;
uint uVar7;
ulong uVar8;
long lVar9;
long lVar10;
long lVar11;
int1 auVar12 ... | |
61,446 | ggml_compute_forward_repeat_back | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c | static void ggml_compute_forward_repeat_back(
const struct ggml_compute_params * params,
struct ggml_tensor * dst) {
const struct ggml_tensor * src0 = dst->src[0];
switch (src0->type) {
case GGML_TYPE_F32:
{
ggml_compute_forward_repeat_back_f32(params, dst);... | O0 | c | ggml_compute_forward_repeat_back:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x98(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movl (%rax), %eax
testl %eax, %eax
jne 0x149fa
jmp 0x149eb
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
ca... | ggml_compute_forward_repeat_back:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov rax, [rax+98h]
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
mov eax, [rax]
test eax, eax
jnz short loc_149FA
jmp short $+2
loc_149EB:... | double ggml_compute_forward_repeat_back(long long a1, long long a2)
{
double result; // xmm0_8
if ( **(_DWORD **)(a2 + 152) )
return ggml_abort(
"/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c",
6041LL,
"fatal error");
gg... | ggml_compute_forward_repeat_back:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x98]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX]
TEST EAX,EAX
JNZ 0x001149fa
JMP 0x0011... |
void ggml_compute_forward_repeat_back(int8 param_1,long param_2)
{
if (**(int **)(param_2 + 0x98) == 0) {
ggml_compute_forward_repeat_back_f32(param_1,param_2);
}
else {
ggml_abort("/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c"
,0x1799,"fa... | |
61,447 | ssz_is_type | corpus-core[P]colibri-stateless/src/util/ssz.c | bool ssz_is_type(ssz_ob_t* ob, const ssz_def_t* def) {
if (!ob || !ob->def || !def) return false;
if (ob->def == def) return true;
if (ob->def->type == SSZ_TYPE_UNION) {
ssz_ob_t union_ob = ssz_union(*ob);
return ssz_is_type(&union_ob, def);
}
if (ob->def->type == SSZ_TYPE_CONTAINER) return ob->def->d... | O0 | c | ssz_is_type:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x1b51c
movq -0x10(%rbp), %rax
cmpq $0x0, 0x10(%rax)
je 0x1b51c
cmpq $0x0, -0x18(%rbp)
jne 0x1b525
movb $0x0, -0x1(%rbp)
jmp 0x1b7aa
movq -0x10(%rbp), %rax
movq 0x10(%rax), %rax
cmpq -0x18(%r... | ssz_is_type:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
cmp [rbp+var_10], 0
jz short loc_1B51C
mov rax, [rbp+var_10]
cmp qword ptr [rax+10h], 0
jz short loc_1B51C
cmp [rbp+var_18], 0
jnz short loc_1B525
loc_1B51C:
mov [rbp+var_1], ... | char ssz_is_type(_QWORD *a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
char v7; // [rsp+23h] [rbp-6Dh]
char is_type; // [rsp+24h] [rbp-6Ch]
bool v9; // [rsp+25h] [rbp-6Bh]
bool v10; // [rsp+26h] [rbp-6Ah]
bool v11; // [rsp+27h] [rbp-69h]
_QWORD v12[3]; // [rsp+30h] [rbp-60h] B... | ssz_is_type:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0011b51c
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x10],0x0
JZ 0x0011b51c
CMP qword ptr [RBP + -0x18],0x0
JNZ 0x0011b525
LAB_0011b51c:
MOV byte ptr [RBP + -0x1]... |
bool ssz_is_type(int8 *param_1,long param_2)
{
byte bVar1;
byte local_75;
byte local_74;
bool local_73;
bool local_72;
bool local_71;
int8 local_68;
int8 local_60;
int8 local_58;
int8 local_50;
int8 local_48;
int8 local_40;
int1 local_38 [24];
long local_20;
int8 *local_18;
bool local_... | |
61,448 | ssz_is_type | corpus-core[P]colibri-stateless/src/util/ssz.c | bool ssz_is_type(ssz_ob_t* ob, const ssz_def_t* def) {
if (!ob || !ob->def || !def) return false;
if (ob->def == def) return true;
if (ob->def->type == SSZ_TYPE_UNION) {
ssz_ob_t union_ob = ssz_union(*ob);
return ssz_is_type(&union_ob, def);
}
if (ob->def->type == SSZ_TYPE_CONTAINER) return ob->def->d... | O1 | c | ssz_is_type:
subq $0x18, %rsp
testq %rdi, %rdi
je 0x144a4
movq 0x10(%rdi), %rcx
testq %rcx, %rcx
sete %al
testq %rsi, %rsi
sete %dl
orb %al, %dl
jne 0x144a4
movb $0x1, %al
cmpq %rsi, %rcx
je 0x144a6
movl 0x8(%rcx), %edx
cmpl $0x2, %edx
je 0x14475
cmpl $0x4, %edx
je 0x14475
cmpl $0x7, %edx
jne 0x14454
movl (%rdi), %eax
... | ssz_is_type:
sub rsp, 18h
test rdi, rdi
jz def_1446B; jumptable 000000000001446B default case
mov rcx, [rdi+10h]
test rcx, rcx
setz al
test rsi, rsi
setz dl
or dl, al
jnz def_1446B; jumptable 000000000001446B default case
mov al, 1
cmp rcx, rsi
jz loc_144A6; jumptable 0... | char ssz_is_type(__int128 *a1, long long a2)
{
long long v2; // rcx
char result; // al
int v4; // edx
int v5; // eax
unsigned __int8 *v6; // rdx
unsigned int v7; // edi
__int128 v9; // [rsp+0h] [rbp-18h] BYREF
long long v10; // [rsp+10h] [rbp-8h]
if ( !a1 )
return 0;
v2 = *((_QWORD *)a1 + 2);
... | ssz_is_type:
SUB RSP,0x18
TEST RDI,RDI
JZ 0x001144a4
MOV RCX,qword ptr [RDI + 0x10]
TEST RCX,RCX
SETZ AL
TEST RSI,RSI
SETZ DL
OR DL,AL
JNZ 0x001144a4
MOV AL,0x1
CMP RCX,RSI
JZ 0x001144a6
MOV EDX,dword ptr [RCX + 0x8]
CMP EDX,0x2
JZ 0x00114475
CMP EDX,0x4
JZ 0x00114475
CMP EDX,0x7
JNZ 0x00114454
MOV EAX,dword ptr [RDI]
... |
bool ssz_is_type(ulong *param_1,ulong param_2)
{
int iVar1;
ulong uVar2;
byte *pbVar3;
int1 uVar4;
long lVar5;
bool bVar6;
ulong local_18;
byte *pbStack_10;
long local_8;
if ((param_1 == (ulong *)0x0) || (uVar2 = param_1[2], param_2 == 0 || uVar2 == 0))
goto switchD_0011446b_default;
bVar6 ... | |
61,449 | SDL::DrawTexture(SDL::Rect2f const&, SDL::Rect2f const&, unsigned long) | SDL3Lite/source/OpenGL/GLUtils.cpp | void DrawTexture(const Rect2f& dst, const Rect2f& src, size_t textureSize)
{
GLfloat x = dst.x;
GLfloat y = dst.y;
GLfloat w = dst.w;
GLfloat h = dst.h;
GLfloat cx = src.x;
GLfloat cy = src.y;
GLfloat cw = src.w;
GLfloat ch = src.h;
GLfloat dcx = cx / textureSize;
GLfloat dcy = cy / textureSize;
... | O0 | cpp | SDL::DrawTexture(SDL::Rect2f const&, SDL::Rect2f const&, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movss (%rax), %xmm0
movss %xmm0, -0x1c(%rbp)
movq -0x8(%rbp), %rax
movss 0x4(%rax), %xmm0
movss %xmm0, -0x20(%rbp... | _ZN3SDL11DrawTextureERKNS_6Rect2fES2_m:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
movss xmm0, dword ptr [rax]
movss [rbp+var_1C], xmm0
mov rax, [rbp+var_8]
movss xmm0, dword ptr [rax+4]
movss [rbp+var_2... | long long SDL::DrawTexture(SDL *this, const SDL::Rect2f *a2, long long a3)
{
float v4; // [rsp+8h] [rbp-78h]
float v5; // [rsp+10h] [rbp-70h]
float v6; // [rsp+1Ch] [rbp-64h]
float v7; // [rsp+28h] [rbp-58h]
float v8; // [rsp+34h] [rbp-4Ch]
float v9; // [rsp+3Ch] [rbp-44h]
float v10; // [rsp+40h] [rbp-40... | DrawTexture:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOVSS XMM0,dword ptr [RAX]
MOVSS dword ptr [RBP + -0x1c],XMM0
MOV RAX,qword ptr [RBP + -0x8]
MOVSS XMM0,dword ptr [RAX + 0x4]
MOVSS dword ptr [RBP ... |
/* SDL::DrawTexture(SDL::Rect2f const&, SDL::Rect2f const&, unsigned long) */
void SDL::DrawTexture(Rect2f *param_1,Rect2f *param_2,ulong param_3)
{
float fVar1;
float fVar2;
float fVar3;
float fVar4;
float fVar5;
float fVar6;
float local_78;
float local_6c;
float local_60;
float local_54;
f... | |
61,450 | ma_state_info_write | eloqsql/storage/maria/ma_open.c | uint _ma_state_info_write(MARIA_SHARE *share, uint pWrite)
{
uint res;
if (share->options & HA_OPTION_READ_ONLY_DATA)
return 0;
if (pWrite & MA_STATE_INFO_WRITE_LOCK)
mysql_mutex_lock(&share->intern_lock);
else if (maria_multi_threaded && !share->temporary)
mysql_mutex_assert_owner(&share->intern_l... | O0 | c | ma_state_info_write:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rax
movq 0x720(%rax), %rax
andq $0x10000, %rax # imm = 0x10000
cmpq $0x0, %rax
je 0x8fea2
movl $0x0, -0x4(%rbp)
jmp 0x8ff89
movl -0x14(%rbp), %eax
andl $0x4, %eax
cmpl $0x0, %eax
je... | _ma_state_info_write:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rax, [rbp+var_10]
mov rax, [rax+720h]
and rax, 10000h
cmp rax, 0
jz short loc_8FEA2
mov [rbp+var_4], 0
jmp loc_8FF89
loc_8FEA2:
mov eax, [rbp+var_14]
and eax, ... | long long ma_state_info_write(long long a1, unsigned int a2)
{
unsigned int v3; // [rsp+8h] [rbp-18h]
if ( (*(_QWORD *)(a1 + 1824) & 0x10000LL) != 0 )
{
return 0;
}
else
{
if ( (a2 & 4) != 0 )
inline_mysql_mutex_lock_13(
a1 + 2288,
(long long)"/workspace/llm4binary/github2025... | _ma_state_info_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x720]
AND RAX,0x10000
CMP RAX,0x0
JZ 0x0018fea2
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0018ff89
LAB_0018fea2:
MOV EAX,dword ptr [RBP + -0x14]
AN... |
int4 _ma_state_info_write(long param_1,uint param_2)
{
int8 uVar1;
int4 local_c;
if ((*(ulong *)(param_1 + 0x720) & 0x10000) == 0) {
if ((param_2 & 4) != 0) {
inline_mysql_mutex_lock
(param_1 + 0x8f0,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_open.c",
... | |
61,451 | my_strnxfrm_tis620_nopad | eloqsql/strings/ctype-tis620.c | static size_t
my_strnxfrm_tis620_nopad(CHARSET_INFO *cs,
uchar *dst, size_t dstlen, uint nweights,
const uchar *src, size_t srclen, uint flags)
{
size_t len, dstlen0= dstlen;
len= MY_MIN(dstlen, srclen);
memcpy(dst, src, len);
len= thai2sortable(dst, len);
set... | O0 | c | my_strnxfrm_tis620_nopad:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x40(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x30(%rbp), %rax
j... | my_strnxfrm_tis620_nopad:
push rbp
mov rbp, rsp
sub rsp, 60h
mov eax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_18]
mov [rbp+var_40], rax
mov rax, [rbp+... | unsigned long long my_strnxfrm_tis620_nopad(
long long a1,
unsigned __int8 *a2,
unsigned long long a3,
unsigned int a4,
long long a5,
unsigned long long a6,
unsigned int a7)
{
long long v8; // [rsp+10h] [rbp-50h]
unsigned long long v10; // [rsp+28h] [rbp-38h]... | my_strnxfrm_tis620_nopad:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV EAX,dword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x18]
MOV qwor... |
ulong my_strnxfrm_tis620_nopad
(int8 param_1,void *param_2,ulong param_3,uint param_4,void *param_5,
ulong param_6,uint param_7)
{
size_t local_58;
ulong local_40;
ulong local_20;
local_58 = param_6;
if (param_3 < param_6) {
local_58 = param_3;
}
memcpy(param_2,par... | |
61,452 | ma_read_rnd_static_record | eloqsql/storage/maria/ma_statrec.c | int _ma_read_rnd_static_record(MARIA_HA *info, uchar *buf,
MARIA_RECORD_POS filepos,
my_bool skip_deleted_blocks)
{
int locked,error,cache_read;
uint cache_length;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_read_rnd_static_record");
cache_read=0... | O3 | c | ma_read_rnd_static_record:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r15
movq %rsi, %r8
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movb $0x1, %r13b
testb $0x2, 0x61c(%rdi)
je 0x70617
leaq 0x4c8(%rbx), %rax
leaq 0x4f8(%rbx), %rdx
cmpl $... | _ma_read_rnd_static_record:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rdx
mov r8, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13b, 1
test byte ptr [rdi+61Ch], 2
jz short loc_70617
lea rax, [rbx+4... | long long ma_read_rnd_static_record(_BYTE *a1, _BYTE *a2, unsigned long long a3, char a4)
{
_BYTE *v5; // r8
_QWORD *v6; // rbx
bool v7; // r13
_QWORD *v8; // rax
unsigned long long v9; // rax
char v10; // r12
long long v11; // r14
long long v13; // r12
long long v14; // rsi
_BYTE *v15; // r14
lo... | _ma_read_rnd_static_record:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RDX
MOV R8,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13B,0x1
TEST byte ptr [RDI + 0x61c],0x2
JZ 0x00170617
LEA RAX,[RBX + 0x4c8]
LEA RDX,[RBX + 0x4f8]
CMP dword ptr [... |
ulong _ma_read_rnd_static_record(long *param_1,char *param_2,ulong param_3,char param_4)
{
size_t __n;
bool bVar1;
int iVar2;
long *plVar3;
ulong uVar4;
int *piVar5;
uint *puVar6;
int4 *puVar7;
long lVar8;
long in_FS_OFFSET;
bool bVar9;
int1 local_40 [8];
long local_38;
local_38 = *(lon... | |
61,453 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | JSON_HEDLEY_RETURNS_NON_NULL
const char* type_name() const noexcept
{
switch (m_data.m_type)
{
case value_t::null:
return "null";
case value_t::object:
return "object";
case value_t::array:
return "array";
... | 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_IhSaIhEEvE9type_nameEv:
movzx eax, byte ptr [rdi]
cmp rax, 9
ja short loc_61834
lea rcx, unk_F0414
movsxd rax, dword ptr [rcx+rax*4]
add rax, rcx
r... | const char * nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::type_name(
unsigned __int8 *a1)
{
unsigned long long v1; // rax
v1 =... | type_name:
MOVZX EAX,byte ptr [RDI]
CMP RAX,0x9
JA 0x00161834
LEA RCX,[0x1f0414]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
RET
LAB_00161834:
LEA RAX,[0x1ef52d]
RET
|
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::type_name() const */
char * _... | |
61,454 | js_typed_array_find | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_find(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int mode)
{
JSValue func, this_arg;
JSValue args[3];
JSValue val, index_val, res;
int len, k, end;
int dir;
val = JS_UNDEFINED;
len = js_typed_array_get_length_un... | O1 | c | js_typed_array_find:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %r9d, %r12d
movq %r8, %r15
movl %ecx, %r14d
movq %rdi, %rbx
movq %rsi, 0x30(%rsp)
movq %rdx, 0x38(%rsp)
callq 0x77f2d
movl $0x3, %r13d
testl %eax, %eax
js 0x81344
movl %eax, %ebp
movl %r12d, 0x24(%rsp)
movl %r14... | js_typed_array_find:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r12d, r9d
mov r15, r8
mov r14d, ecx
mov rbx, rdi
mov [rsp+0D8h+var_A8], rsi
mov [rsp+0D8h+var_A0], rdx
call js_typed_array_get_length_unsafe
mov r13d, 3
test eax, eax
js ... | unsigned long long js_typed_array_find(
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,
_... | |||
61,455 | js_typed_array_find | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_find(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int mode)
{
JSValue func, this_arg;
JSValue args[3];
JSValue val, index_val, res;
int len, k, end;
int dir;
val = JS_UNDEFINED;
len = js_typed_array_get_length_un... | O3 | c | js_typed_array_find:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %r9d, %ebx
movq %r8, %rbp
movl %ecx, %r12d
movq %rsi, %r13
movq %rdi, %r15
movq %rdx, 0x38(%rsp)
callq 0x7a99c
movl $0x6, %edx
testl %eax, %eax
js 0x84016
movl %eax, %r14d
movl %ebx, 0x24(%rsp)
movq %r13, 0x28(%... | js_typed_array_find:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov ebx, r9d
mov rbp, r8
mov r12d, ecx
mov r13, rsi
mov r15, rdi
mov [rsp+0D8h+var_A0], rdx
call js_typed_array_get_length_unsafe
mov edx, 6
test eax, eax
js loc_84016
mo... | unsigned long long js_typed_array_find(
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,
_... | js_typed_array_find:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV EBX,R9D
MOV RBP,R8
MOV R12D,ECX
MOV R13,RSI
MOV R15,RDI
MOV qword ptr [RSP + 0x38],RDX
CALL 0x0017a99c
MOV EDX,0x6
TEST EAX,EAX
JS 0x00184016
MOV R14D,EAX
MOV dword ptr [RSP + 0x24],EBX
MOV qword ptr [RSP + 0x28],R13
MOV R13,qwo... |
int1 [16]
js_typed_array_find(long param_1,int8 param_2,int8 param_3,int param_4,
int8 *param_5,uint param_6)
{
int8 uVar1;
int8 uVar2;
int8 uVar3;
int1 auVar4 [16];
uint uVar5;
int iVar6;
ulong uVar8;
ulong uVar9;
uint uVar11;
bool bVar12;
int1 auVar13 [12];
int1 auVar14 [... | |
61,456 | google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/primitive_field.cc | void PrimitiveFieldGenerator::GenerateAccessorDeclarations(
io::Printer* printer) const {
Formatter format(printer, variables_);
format(
"$deprecated_attr$$type$ ${1$$name$$}$() const;\n"
"$deprecated_attr$void ${1$set_$name$$}$($type$ value);\n"
"private:\n"
"$type$ ${1$_internal_$name$... | O0 | cpp | google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(google::protobuf::io::Printer*) const:
subq $0x68, %rsp
movq %rdi, 0x60(%rsp)
movq %rsi, 0x58(%rsp)
movq 0x60(%rsp), %rdx
movq %rdx, (%rsp)
movq 0x58(%rsp), %rsi
addq $0x18, %rdx
leaq 0x20(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0xdf0... | _ZNK6google8protobuf8compiler3cpp23PrimitiveFieldGenerator28GenerateAccessorDeclarationsEPNS0_2io7PrinterE:
sub rsp, 68h
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_10], rsi
mov rdx, [rsp+68h+var_8]
mov [rsp+68h+var_68], rdx
mov rsi, [rsp+68h+var_10]
add rdx, 18h
lea rdi, [rsp+68h+var_48]
... | void google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(
google::protobuf::compiler::cpp::PrimitiveFieldGenerator *this,
google::protobuf::io::Printer *a2,
long long a3,
long long a4,
long long a5,
long long a6)
{
_QWORD v6[9]; // [r... | __relocate_object_a<std::pair<int,std::__cxx11::string>,std::pair<int,std::__cxx11::string>,std::allocator<std::pair<int,std::__cxx11::string>>>:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV qword ptr [RSP],RDX
MOV RDI,qword ptr [RSP]
MOV RSI,qword ptr [RSP + 0x10]
MOV RDX,qword ptr [RS... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* void std::__relocate_object_a<std::pair<int, std::__cxx11::string >, std::pair<int,
std::__cxx11::string >, std::allocator<std::pair<int, std::__cxx11::string > > >(std::pair<int,
std::__cxx11::string >*, std::pair<int, std::__cxx11:... | |
61,457 | google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/primitive_field.cc | void PrimitiveFieldGenerator::GenerateAccessorDeclarations(
io::Printer* printer) const {
Formatter format(printer, variables_);
format(
"$deprecated_attr$$type$ ${1$$name$$}$() const;\n"
"$deprecated_attr$void ${1$set_$name$$}$($type$ value);\n"
"private:\n"
"$type$ ${1$_internal_$name$... | O3 | cpp | google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(google::protobuf::io::Printer*) const:
pushq %r14
pushq %rbx
subq $0x38, %rsp
movq %rdi, %r14
leaq 0x18(%rdi), %rax
leaq 0x8(%rsp), %rbx
movq %rsi, -0x8(%rbx)
movq %rbx, %rdi
movq %rax, %rsi
callq 0x7e61e
addq $0x8, %r14
leaq 0x1014a... | _ZNK6google8protobuf8compiler3cpp23PrimitiveFieldGenerator28GenerateAccessorDeclarationsEPNS0_2io7PrinterE:
push r14
push rbx
sub rsp, 38h
mov r14, rdi
lea rax, [rdi+18h]
lea rbx, [rsp+48h+var_40]
mov [rbx-8], rsi
mov rdi, rbx
mov rsi, rax
call _ZNSt8_Rb_treeINSt7__cxx1112basic_stri... | void google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(
google::protobuf::compiler::cpp::PrimitiveFieldGenerator *this,
google::protobuf::io::Printer *a2)
{
int v2; // ecx
int v3; // r8d
int v4; // r9d
google::protobuf::io::Printer *v5; // [rsp+0h] [rbp-48h]... | GenerateAccessorDeclarations:
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R14,RDI
LEA RAX,[RDI + 0x18]
LEA RBX,[RSP + 0x8]
MOV qword ptr [RBX + -0x8],RSI
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0017e61e
ADD R14,0x8
LAB_001ca546:
LEA RSI,[0x2cb9f2]
MOV RDI,RSP
MOV RDX,R14
CALL 0x0018f96c
LAB_001ca558:
MOV RDI,RBX
CALL 0x0012e5e0
ADD RSP,... |
/* google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations(google::protobuf::io::Printer*)
const */
void __thiscall
google::protobuf::compiler::cpp::PrimitiveFieldGenerator::GenerateAccessorDeclarations
(PrimitiveFieldGenerator *this,Printer *param_1)
{
Printer *local_48... | |
61,458 | my_cset_init_8bit | eloqsql/strings/ctype-simple.c | static my_bool
my_cset_init_8bit(struct charset_info_st *cs, MY_CHARSET_LOADER *loader)
{
cs->state|= my_8bit_charset_flags_from_data(cs);
cs->caseup_multiply= 1;
cs->casedn_multiply= 1;
cs->pad_char= ' ';
if (!cs->to_lower || !cs->to_upper || !cs->m_ctype || !cs->tab_to_uni)
return TRUE;
return create_... | O0 | c | my_cset_init_8bit:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0x127f90
movl %eax, %ecx
movq -0x10(%rbp), %rax
orl 0xc(%rax), %ecx
movl %ecx, 0xc(%rax)
movq -0x10(%rbp), %rax
movb $0x1, 0x94(%rax)
movq -0x10(%rbp), %rax
movb $0x1, 0x95(%rax)
mov... | my_cset_init_8bit:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rdi, [rbp+var_10]
call my_8bit_charset_flags_from_data
mov ecx, eax
mov rax, [rbp+var_10]
or ecx, [rax+0Ch]
mov [rax+0Ch], ecx
mov rax, [rbp+var_10]
mov byte ptr [rax+... | char my_cset_init_8bit(long long a1, long long a2)
{
*(_DWORD *)(a1 + 12) |= my_8bit_charset_flags_from_data(a1);
*(_BYTE *)(a1 + 148) = 1;
*(_BYTE *)(a1 + 149) = 1;
*(_BYTE *)(a1 + 176) = 32;
if ( *(_QWORD *)(a1 + 72) && *(_QWORD *)(a1 + 80) && *(_QWORD *)(a1 + 64) && *(_QWORD *)(a1 + 104) )
return crea... | |||
61,459 | my_cset_init_8bit | eloqsql/strings/ctype-simple.c | static my_bool
my_cset_init_8bit(struct charset_info_st *cs, MY_CHARSET_LOADER *loader)
{
cs->state|= my_8bit_charset_flags_from_data(cs);
cs->caseup_multiply= 1;
cs->casedn_multiply= 1;
cs->pad_char= ' ';
if (!cs->to_lower || !cs->to_upper || !cs->m_ctype || !cs->tab_to_uni)
return TRUE;
return create_... | O3 | c | my_cset_init_8bit:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1808, %rsp # imm = 0x1808
movq %rsi, -0x30(%rbp)
movq %rdi, %rbx
movq 0x68(%rdi), %r15
xorl %eax, %eax
testq %r15, %r15
je 0xbf1c1
xorl %ecx, %ecx
cmpw $0x80, (%r15,%rcx,2)
jae 0xbf1a2
incq %rcx
cmpq $... | my_cset_init_8bit:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1808h
mov [rbp+var_30], rsi
mov rbx, rdi
mov r15, [rdi+68h]
xor eax, eax
test r15, r15
jz short loc_BF1C1
xor ecx, ecx
loc_BF188:
cmp word ptr [r15+rcx*2], 80h
jnb ... | char my_cset_init_8bit(long long a1, long long a2)
{
long long v3; // r15
int v4; // eax
long long v5; // rcx
long long v6; // rcx
char result; // al
long long v8; // r12
long long v9; // rax
long long *v10; // rcx
int v11; // edx
__int16 v12; // di
long long v13; // r13
long long *v14; // r14
... | my_cset_init_8bit:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1808
MOV qword ptr [RBP + -0x30],RSI
MOV RBX,RDI
MOV R15,qword ptr [RDI + 0x68]
XOR EAX,EAX
TEST R15,R15
JZ 0x001bf1c1
XOR ECX,ECX
LAB_001bf188:
CMP word ptr [R15 + RCX*0x2],0x80
JNC 0x001bf1a2
INC RCX
CMP RCX,0x100
JNZ 0x001... |
int8 my_cset_init_8bit(long param_1,long param_2)
{
int8 *puVar1;
int iVar2;
ushort uVar3;
uint uVar4;
int8 uVar5;
void *__s;
long lVar6;
long lVar7;
ulong uVar8;
ushort *puVar9;
ushort uVar10;
size_t __n;
ulong uVar11;
int local_1838 [2];
ushort local_1830 [4];
int8 auStack_1828 [766]... | |
61,460 | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/string_field_lite.cc | void RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(
io::Printer* printer) const {
WriteFieldAccessorDocComment(printer, descriptor_, LIST_GETTER);
printer->Print(variables_,
"$deprecation$java.util.List<java.lang.String>\n"
" get$capitalized_name$List()... | O0 | cpp | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(google::protobuf::io::Printer*) const:
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x10(%rsp), %rax
movq %rax, (%rsp)
movq 0x8(%rsp), %rdi
movq 0x8(%rax), %rsi
movl $0x5, %edx
xorl %ecx, %ecx
callq... | _ZNK6google8protobuf8compiler4java41RepeatedImmutableStringFieldLiteGenerator24GenerateInterfaceMembersEPNS0_2io7PrinterE:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], rsi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+var_18], rax
mov rdi, [rsp+18h+var_10]
mov rsi, [rax+8]
mov edx... | ||||
61,461 | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/string_field_lite.cc | void RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(
io::Printer* printer) const {
WriteFieldAccessorDocComment(printer, descriptor_, LIST_GETTER);
printer->Print(variables_,
"$deprecation$java.util.List<java.lang.String>\n"
" get$capitalized_name$List()... | O3 | cpp | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(google::protobuf::io::Printer*) const:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
movq 0x8(%rdi), %rsi
movq %rbx, %rdi
movl $0x5, %edx
xorl %ecx, %ecx
callq 0xcff9a
leaq 0x10(%r14), %r15
leaq 0xf8... | _ZNK6google8protobuf8compiler4java41RepeatedImmutableStringFieldLiteGenerator24GenerateInterfaceMembersEPNS0_2io7PrinterE:
push r15; int
push r14; char
push rbx; int
mov rbx, rsi
mov r14, rdi
mov rsi, [rdi+8]; google::protobuf::FieldDescriptor *
mov rdi, rbx; this
mov edx, 5
xor ecx, ec... | GenerateInterfaceMembers:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
MOV RSI,qword ptr [RDI + 0x8]
MOV RDI,RBX
MOV EDX,0x5
XOR ECX,ECX
CALL 0x001cff9a
LEA R15,[R14 + 0x10]
LEA RDX,[0x2e2da5]
MOV RDI,RBX
MOV RSI,R15
CALL 0x0026cd32
MOV RSI,qword ptr [R14 + 0x8]
MOV RDI,RBX
MOV EDX,0x4
XOR ECX,ECX
CALL 0x001cff9a... |
/* google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::GenerateInterfaceMembers(google::protobuf::io::Printer*)
const */
void __thiscall
google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::
GenerateInterfaceMembers(RepeatedImmutableStringFieldLiteGenerator *this,Pr... | ||
61,462 | js_map_mark | bluesky950520[P]quickjs/quickjs.c | static void js_map_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func)
{
JSObject *p = JS_VALUE_GET_OBJ(val);
JSMapState *s;
struct list_head *el;
JSMapRecord *mr;
s = p->u.map_state;
if (s) {
list_for_each(el, &s->records) {
mr = list_entry(el, JSMapRecord, link);
... | O2 | c | js_map_mark:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq 0x30(%rsi), %r15
testq %r15, %r15
je 0x37a0b
movq %rcx, %rbx
movq %rdi, %r14
movl $0xfffffffe, %r12d # imm = 0xFFFFFFFE
leaq 0x8(%r15), %r13
leaq 0x10(%r15), %rbp
movq (%rbp), %rbp
cmpq %r13, %rbp
je 0x37a0b
cmpl $0x0, (... | js_map_mark:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15, [rsi+30h]
test r15, r15
jz short loc_37A0B
mov rbx, rcx
mov r14, rdi
mov r12d, 0FFFFFFFEh
lea r13, [r15+8]
lea rbp, [r15+10h]
loc_379CE:
mov rbp, [rbp+0]
cmp rbp, r13
jz ... | long long js_map_mark(long long a1, long long a2, long long a3, void ( *a4)(long long, _QWORD))
{
_DWORD *v4; // r15
long long *i; // rbp
long long v7; // rbp
long long result; // rax
v4 = *(_DWORD **)(a2 + 48);
if ( v4 )
{
for ( i = (long long *)(v4 + 4); ; i = (long long *)(v7 + 8) )
{
v... | js_map_mark:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,qword ptr [RSI + 0x30]
TEST R15,R15
JZ 0x00137a0b
MOV RBX,RCX
MOV R14,RDI
MOV R12D,0xfffffffe
LEA R13,[R15 + 0x8]
LEA RBP,[R15 + 0x10]
LAB_001379ce:
MOV RBP,qword ptr [RBP]
CMP RBP,R13
JZ 0x00137a0b
CMP dword ptr [R15],0x0
JNZ 0x001379f... |
void js_map_mark(int8 param_1,long param_2,int8 param_3,code *param_4)
{
int *piVar1;
int *piVar2;
piVar1 = *(int **)(param_2 + 0x30);
if (piVar1 != (int *)0x0) {
for (piVar2 = piVar1 + 4; piVar2 = *(int **)piVar2, piVar2 != piVar1 + 2; piVar2 = piVar2 + 2) {
if ((*piVar1 == 0) && ((piVar2[10] & ... | |
61,463 | POINTonE2_affine_Serialize_BE | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/e2.c | static limb_t POINTonE2_affine_Serialize_BE(unsigned char out[192],
const POINTonE2_affine *in)
{
vec384x temp;
from_fp(temp[1], in->X[1]);
be_bytes_from_limbs(out, temp[1], sizeof(temp[1]));
from_fp(temp[0], in->X[0]);
be_bytes_from_limbs(out + 48, temp[... | O1 | c | POINTonE2_affine_Serialize_BE:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x60, %rsp
movq %rsi, %r15
movq %rdi, %rbx
movabsq $-0x760c000300030003, %r14 # imm = 0x89F3FFFCFFFCFFFD
leaq -0x50(%rbp), %r12
addq $0x30, %rsi
leaq 0x2fd28(%rip), %rdx # 0x8e8b0
movq %r12, %rdi
movq %r14, %... | POINTonE2_affine_Serialize_BE:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 60h
mov r15, rsi
mov rbx, rdi
mov r14, 89F3FFFCFFFCFFFDh
lea r12, [rbp+var_50]
add rsi, 30h ; '0'
lea rdx, BLS12_381_P
mov rdi, r12
mov rcx, r14
call from_mont_384
... | long long POINTonE2_affine_Serialize_BE(_BYTE *a1, long long a2)
{
long long v3; // rax
long long v4; // rdx
_BYTE *v5; // rsi
bool v6; // cf
_BYTE *v7; // rax
long long v8; // rdx
long long v9; // rsi
_BYTE *v10; // rax
long long v11; // rdx
long long v12; // rsi
_BYTE *v13; // rbx
long long v... | POINTonE2_affine_Serialize_BE:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x60
MOV R15,RSI
MOV RBX,RDI
MOV R14,-0x760c000300030003
LEA R12,[RBP + -0x50]
ADD RSI,0x30
LEA RDX,[0x18e8b0]
MOV RDI,R12
MOV RCX,R14
CALL 0x00176c00
MOV EAX,0x2f
MOV EDX,0x178
MOV RSI,RBX
LAB_0015eba0:
MOV RCX,RAX
AND RCX,... |
void POINTonE2_affine_Serialize_BE(int1 *param_1,long param_2)
{
ulong uVar1;
byte bVar2;
int1 *puVar3;
bool bVar4;
ulong local_88 [6];
ulong local_58 [6];
from_mont_384(local_58,param_2 + 0x30,BLS12_381_P,0x89f3fffcfffcfffd);
uVar1 = 0x2f;
bVar2 = 0x78;
puVar3 = param_1;
do {
*puVar3 = (... | |
61,464 | OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(float&, float&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/../tmr/../tmr/nodeBase.h | inline unsigned char NodeBase::LoopWinding::operator()(float& u, float& v) {
median *= 0.5f;
if (!rotated) {
if (u >= median) { u -= median; return 1; }
if (v >= median) { v -= median; return 3; }
if ((u + v) >= median) { rotated = true; return 2; }
} else {
if (u < median) {... | O0 | c | OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(float&, float&):
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movss 0x1ea0c(%rip), %xmm0 # 0x1edfbc
mulss 0x4(%rax), %xmm0
movss %xmm0, 0x4(%rax)
testb $0x1, (%r... | _ZN10OpenSubdiv6v3_6_03Tmr8NodeBase11LoopWindingclERfS4_:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
movss xmm0, cs:dword_1EDFBC
mulss xmm0, dword ptr [rax+4]
movss dword ptr [rax+4], xmm0
test b... | char OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(long long a1, float *a2, float *a3)
{
*(float *)(a1 + 4) = 0.5 * *(float *)(a1 + 4);
if ( (*(_BYTE *)a1 & 1) != 0 )
{
if ( *(float *)(a1 + 4) > *a2 )
{
*a3 = *a3 - *(float *)(a1 + 4);
return 1;
}
if ( *(float *)(a1 + 4) >... | |||
61,465 | OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(float&, float&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/../tmr/../tmr/nodeBase.h | inline unsigned char NodeBase::LoopWinding::operator()(float& u, float& v) {
median *= 0.5f;
if (!rotated) {
if (u >= median) { u -= median; return 1; }
if (v >= median) { v -= median; return 3; }
if ((u + v) >= median) { rotated = true; return 2; }
} else {
if (u < median) {... | O2 | c | OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(float&, float&):
movss 0x4(%rdi), %xmm0
mulss 0xd8e5(%rip), %xmm0 # 0xc00b0
movss %xmm0, 0x4(%rdi)
movss (%rsi), %xmm1
cmpb $0x0, (%rdi)
je 0xb27ec
ucomiss %xmm1, %xmm0
movss (%rdx), %xmm2
jbe 0xb2806
subss %xmm0, %xmm2
movss %xmm2, (%rdx)
jmp 0xb283e
ucomi... | _ZN10OpenSubdiv6v3_6_03Tmr8NodeBase11LoopWindingclERfS4_:
movss xmm0, dword ptr [rdi+4]
mulss xmm0, cs:dword_C00B0
movss dword ptr [rdi+4], xmm0
movss xmm1, dword ptr [rsi]
cmp byte ptr [rdi], 0
jz short loc_B27EC
ucomiss xmm0, xmm1
movss xmm2, dword ptr [rdx]
jbe short loc_B2806
subss xmm2, xm... | char OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()(long long a1, float *a2, float *a3)
{
float v3; // xmm0_4
float v4; // xmm1_4
float v5; // xmm2_4
float v6; // xmm2_4
char result; // al
float v8; // xmm0_4
v3 = *(float *)(a1 + 4) * 0.5;
*(float *)(a1 + 4) = v3;
v4 = *a2;
if ( !*(_BY... | operator():
MOVSS XMM0,dword ptr [RDI + 0x4]
MULSS XMM0,dword ptr [0x001c00b0]
MOVSS dword ptr [RDI + 0x4],XMM0
MOVSS XMM1,dword ptr [RSI]
CMP byte ptr [RDI],0x0
JZ 0x001b27ec
UCOMISS XMM0,XMM1
MOVSS XMM2,dword ptr [RDX]
JBE 0x001b2806
SUBSS XMM2,XMM0
MOVSS dword ptr [RDX],XMM2
JMP 0x001b283e
LAB_001b27ec:
UCOMISS XMM1... |
/* OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::TEMPNAMEPLACEHOLDERVALUE(float&, float&) */
int8 __thiscall
OpenSubdiv::v3_6_0::Tmr::NodeBase::LoopWinding::operator()
(LoopWinding *this,float *param_1,float *param_2)
{
float fVar1;
float fVar2;
float fVar3;
fVar3 = *(float *)(this + 4) * DAT_... | |
61,466 | my_coll_parser_scan_shift | eloqsql/strings/ctype-uca.c | static int
my_coll_parser_scan_shift(MY_COLL_RULE_PARSER *p)
{
if (my_coll_parser_curr(p)->term == MY_COLL_LEXEM_SHIFT)
{
my_coll_rule_shift_at_level(&p->rule, my_coll_parser_curr(p)->diff);
return my_coll_parser_scan(p);
}
return 0;
} | O3 | c | my_coll_parser_scan_shift:
xorl %eax, %eax
cmpl $0x1, (%rdi)
jne 0x5ff4e
movl 0x20(%rdi), %eax
decl %eax
cmpl $0x3, %eax
ja 0x5ff21
leaq 0x1a55e0(%rip), %rcx # 0x2054b0
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
incl 0xd0(%rdi)
movl $0x0, 0xdc(%rdi)
movq $0x0, 0xd4(%rdi)
jmp 0x5ff21
incl 0xd8(%rdi)
movl $... | my_coll_parser_scan_shift:
xor eax, eax
cmp dword ptr [rdi], 1
jnz locret_5FF4E
mov eax, [rdi+20h]
dec eax; switch 4 cases
cmp eax, 3
ja short def_5FED7; jumptable 000000000005FED7 default case
lea rcx, jpt_5FED7
movsxd rax, ds:(jpt_5FED7 - 2054B0h)[rcx+rax*4]
add rax, rcx
jmp ... | long long my_coll_parser_scan_shift(long long a1)
{
long long result; // rax
__int128 v2; // xmm0
result = 0LL;
if ( *(_DWORD *)a1 == 1 )
{
switch ( *(_DWORD *)(a1 + 32) )
{
case 1:
++*(_DWORD *)(a1 + 208);
*(_DWORD *)(a1 + 220) = 0;
*(_QWORD *)(a1 + 212) = 0LL;
... | my_coll_parser_scan_shift:
XOR EAX,EAX
CMP dword ptr [RDI],0x1
JNZ 0x0015ff4e
MOV EAX,dword ptr [RDI + 0x20]
DEC EAX
CMP EAX,0x3
JA 0x0015ff21
LEA RCX,[0x3054b0]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_1:
INC dword ptr [RDI + 0xd0]
MOV dword ptr [RDI + 0xdc],0x0
MOV qword ptr [RDI + 0xd4... |
int8 my_coll_parser_scan_shift(int *param_1)
{
int8 uVar1;
uVar1 = 0;
if (*param_1 == 1) {
switch(param_1[8]) {
case 1:
param_1[0x34] = param_1[0x34] + 1;
param_1[0x37] = 0;
param_1[0x35] = 0;
param_1[0x36] = 0;
break;
case 2:
param_1[0x35] = param_1[0x35] + 1;... | |
61,467 | get_charset_name | eloqsql/mysys/charset.c | const char *get_charset_name(uint charset_number)
{
my_pthread_once(&charsets_initialized, init_available_charsets);
if (charset_number < array_elements(all_charsets))
{
CHARSET_INFO *cs= all_charsets[charset_number];
if (cs && (cs->number == charset_number) && cs->coll_name.str)
return cs->coll_n... | O0 | c | get_charset_name:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0xc(%rbp)
leaq 0x3a3752(%rip), %rdi # 0x477204
leaq -0x479(%rip), %rsi # 0xd3640
callq 0x3a280
cmpl $0x800, -0xc(%rbp) # imm = 0x800
jae 0xd3b08
movl -0xc(%rbp), %eax
movl %eax, %ecx
leaq 0x39b6bd(%rip), %rax # 0x46f190
movq (%rax... | get_charset_name:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_C], edi
lea rdi, charsets_initialized
lea rsi, init_available_charsets
call _pthread_once
cmp [rbp+var_C], 800h
jnb short loc_D3B08
mov eax, [rbp+var_C]
mov ecx, eax
lea rax, all_charsets
mov rax, [rax+rc... | char * get_charset_name(unsigned int a1)
{
long long v2; // [rsp+8h] [rbp-18h]
pthread_once(&charsets_initialized, init_available_charsets);
if ( a1 < 0x800 && (v2 = all_charsets[a1]) != 0 && *(_DWORD *)v2 == a1 && *(_QWORD *)(v2 + 32) )
return *(char **)(v2 + 32);
else
return "?";
}
| get_charset_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0xc],EDI
LEA RDI,[0x577204]
LEA RSI,[0x1d3640]
CALL 0x0013a280
CMP dword ptr [RBP + -0xc],0x800
JNC 0x001d3b08
MOV EAX,dword ptr [RBP + -0xc]
MOV ECX,EAX
LEA RAX,[0x56f190]
MOV RAX,qword ptr [RAX + RCX*0x8]
MOV qword ptr [RBP + -0x18],RAX
CMP qwo... |
char * get_charset_name(uint param_1)
{
uint *puVar1;
char *local_10;
pthread_once(&charsets_initialized,init_available_charsets);
if ((((param_1 < 0x800) && (puVar1 = (uint *)(&all_charsets)[param_1], puVar1 != (uint *)0x0)) &&
(*puVar1 == param_1)) && (*(long *)(puVar1 + 8) != 0)) {
local_10 = ... | |
61,468 | get_charset_name | eloqsql/mysys/charset.c | const char *get_charset_name(uint charset_number)
{
my_pthread_once(&charsets_initialized, init_available_charsets);
if (charset_number < array_elements(all_charsets))
{
CHARSET_INFO *cs= all_charsets[charset_number];
if (cs && (cs->number == charset_number) && cs->coll_name.str)
return cs->coll_n... | O3 | c | get_charset_name:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movl %edi, %ebx
leaq 0x381c7a(%rip), %rdi # 0x4271e0
leaq -0x302(%rip), %rsi # 0xa526b
callq 0x39270
leaq 0x45bb2(%rip), %rcx # 0xeb12b
cmpl $0x7ff, %ebx # imm = 0x7FF
ja 0xa55a0
movl %ebx, %eax
leaq 0x379be6(%rip), %rdx # 0x41... | get_charset_name:
push rbp
mov rbp, rsp
push rbx
push rax
mov ebx, edi
lea rdi, charsets_initialized
lea rsi, init_available_charsets
call _pthread_once
lea rcx, aSelect_0+0Ah; "?"
cmp ebx, 7FFh
ja short loc_A55A0
mov eax, ebx
lea rdx, all_charsets
mov rax, [rdx+rax*... | char * get_charset_name(unsigned int a1)
{
long long v1; // rax
char *result; // rax
pthread_once(&charsets_initialized, init_available_charsets);
if ( a1 > 0x7FF )
return "?";
v1 = all_charsets[a1];
if ( !v1 )
return "?";
if ( *(_DWORD *)v1 != a1 )
return "?";
result = *(char **)(v1 + 32);... | get_charset_name:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV EBX,EDI
LEA RDI,[0x5271e0]
LEA RSI,[0x1a526b]
CALL 0x00139270
LEA RCX,[0x1eb12b]
CMP EBX,0x7ff
JA 0x001a55a0
MOV EAX,EBX
LEA RDX,[0x51f170]
MOV RAX,qword ptr [RDX + RAX*0x8]
TEST RAX,RAX
JZ 0x001a55a0
CMP dword ptr [RAX],EBX
JNZ 0x001a55a0
MOV RAX,qword ptr [... |
char * get_charset_name(uint param_1)
{
uint *puVar1;
char *pcVar2;
pthread_once(&charsets_initialized,init_available_charsets);
if ((((0x7ff < param_1) || (puVar1 = (uint *)(&all_charsets)[param_1], puVar1 == (uint *)0x0)) ||
(*puVar1 != param_1)) || (pcVar2 = *(char **)(puVar1 + 8), pcVar2 == (char... | |
61,469 | testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper() | giladroyz[P]FindPeaks/build_O2/_deps/googletest-src/googletest/src/gtest-test-part.cc | HasNewFatalFailureHelper::HasNewFatalFailureHelper()
: has_new_fatal_failure_(false),
original_reporter_(
GetUnitTestImpl()->GetTestPartResultReporterForCurrentThread()) {
GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this);
} | O2 | cpp | testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper():
pushq %rbx
movq %rdi, %rbx
leaq 0x39f99(%rip), %rax # 0x4cf98
movq %rax, (%rdi)
movb $0x0, 0x8(%rdi)
callq 0x24477
movq %rax, %rdi
callq 0x1302e
movq %rax, 0x10(%rbx)
callq 0x24477
leaq 0x90(%rax), %rdi
callq 0x2b71c
movq %rbx, (%rax)
popq %rb... | _ZN7testing8internal24HasNewFatalFailureHelperC2Ev:
push rbx
mov rbx, rdi
lea rax, off_4CF98
mov [rdi], rax
mov byte ptr [rdi+8], 0
call _ZN7testing8internal15GetUnitTestImplEv; testing::internal::GetUnitTestImpl(void)
mov rdi, rax; this
call _ZN7testing8internal12UnitTestImpl41GetTestPartR... | _QWORD * testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper(
testing::internal::HasNewFatalFailureHelper *this,
int a2)
{
testing::internal::UnitTestImpl *UnitTestImpl; // rdi
int v4; // eax
int v5; // edx
int v6; // ecx
int v7; // r8d
int v8; // r9d
_QWORD *result; // r... | HasNewFatalFailureHelper:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x14cf98]
MOV qword ptr [RDI],RAX
MOV byte ptr [RDI + 0x8],0x0
CALL 0x00124477
MOV RDI,RAX
CALL 0x0011302e
MOV qword ptr [RBX + 0x10],RAX
CALL 0x00124477
LEA RDI,[RAX + 0x90]
CALL 0x0012b71c
MOV qword ptr [RAX],RBX
POP RBX
RET
|
/* testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper() */
void __thiscall
testing::internal::HasNewFatalFailureHelper::HasNewFatalFailureHelper
(HasNewFatalFailureHelper *this)
{
UnitTestImpl *this_00;
int8 uVar1;
long lVar2;
int8 *puVar3;
*(int ***)this = &PTR__HasNewFatal... | |
61,470 | net_stmt_close | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | static my_bool net_stmt_close(MYSQL_STMT *stmt, my_bool remove)
{
char stmt_id[STMT_ID_LENGTH];
MA_MEM_ROOT *fields_ma_alloc_root= &((MADB_STMT_EXTENSION *)stmt->extension)->fields_ma_alloc_root;
/* clear memory */
ma_free_root(&stmt->result.alloc, MYF(0)); /* allocated in mysql_stmt_store_result */
ma_free_... | O3 | c | net_stmt_close:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x10, %rsp
movl %esi, %r14d
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
movq 0x340(%rdi), %r12
addq $0x90, %rdi
xorl %r15d, %r15d
xorl %esi, %esi
callq 0x1e797
movq %rbx, %rdi
xorl %esi, %esi
callq 0x1e797
movq %... | net_stmt_close:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 10h
mov r14d, esi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
mov r12, [rdi+340h]
add rdi, 90h
xor r15d, r15d
xor esi, esi
call ma_free_root
mov rdi, rbx
xor esi, e... | long long net_stmt_close(long long a1, char a2)
{
long long v2; // r12
unsigned int v3; // r15d
long long v4; // rax
long long v5; // rax
long long v6; // rcx
long long v7; // rsi
int v9; // [rsp+4h] [rbp-2Ch] BYREF
unsigned long long v10; // [rsp+8h] [rbp-28h]
v10 = __readfsqword(0x28u);
v2 = *(_... | net_stmt_close:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV R14D,ESI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
MOV R12,qword ptr [RDI + 0x340]
ADD RDI,0x90
XOR R15D,R15D
XOR ESI,ESI
CALL 0x0011e797
MOV RDI,RBX
XOR ESI,ESI
CALL 0x0011e797
MOV RDI,R12
XOR ESI,ES... |
int8 net_stmt_close(long param_1,char param_2)
{
int iVar1;
int8 uVar2;
long lVar3;
int8 uVar4;
long in_FS_OFFSET;
int4 local_34;
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
uVar2 = *(int8 *)(param_1 + 0x340);
uVar4 = 0;
ma_free_root(param_1 + 0x90,0);
ma_free_root(param_1,0);... | |
61,471 | CLI::IncorrectConstruction::MissingOption(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/Error.hpp | static IncorrectConstruction MissingOption(std::string name) {
return IncorrectConstruction("Option " + name + " is not defined");
} | O3 | cpp | CLI::IncorrectConstruction::MissingOption(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>):
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rdx
movq %rdi, %rbx
leaq 0x9a53(%rip), %rsi # 0x37f43
leaq 0x28(%rsp), %r14
movq %r14, %rdi
callq 0x11e48
leaq 0x9a47(%rip), %rsi # 0x37... | _ZN3CLI21IncorrectConstruction13MissingOptionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r14
push rbx
sub rsp, 48h
mov rdx, rsi
mov rbx, rdi
lea rsi, aOption; "Option "
lea r14, [rsp+58h+var_30]
mov rdi, r14
call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringI... | long long CLI::IncorrectConstruction::MissingOption(long long a1, _QWORD *a2)
{
long long v2; // rax
__int128 *v3; // rcx
void *v5[2]; // [rsp+8h] [rbp-50h] BYREF
__int128 v6; // [rsp+18h] [rbp-40h] BYREF
void *v7[2]; // [rsp+28h] [rbp-30h] BYREF
long long v8; // [rsp+38h] [rbp-20h] BYREF
std::operator+... | MissingOption:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RDX,RSI
MOV RBX,RDI
LEA RSI,[0x137f43]
LEA R14,[RSP + 0x28]
MOV RDI,R14
CALL 0x00111e48
LAB_0012e4fd:
LEA RSI,[0x137f4b]
MOV RDI,R14
CALL 0x001077e0
LEA R14,[RSP + 0x18]
MOV qword ptr [R14 + -0x10],R14
MOV RDX,qword ptr [RAX]
MOV RCX,RAX
ADD RCX,0x10
CMP RDX,RCX
JZ 0x00... |
/* CLI::IncorrectConstruction::MissingOption(std::__cxx11::string) */
IncorrectConstruction * CLI::IncorrectConstruction::MissingOption(IncorrectConstruction *param_1)
{
long *plVar1;
long *plVar2;
long *local_50;
long local_40;
int4 uStack_38;
int4 uStack_34;
long *local_30 [2];
long local_20 [2];
... | |
61,472 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O1 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pus... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA56_KcPS9_EEET_DpOT0_:
push r15
push r14
push r13
push r12
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea r13, [rdi+10h]
mov [rdi], r13
mov qword ptr [rdi+8], 0
mov byte ptr... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[56],char const*>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // r12
long long v5; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = strlen(a2);
v5 = ... | concat<std::__cxx11::string,char_const(&)[56],char_const*>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA R13,[RDI + 0x10]
MOV qword ptr [RDI],R13
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
CALL 0x0011a3d0
MOV R12,RAX
MOV RDI,qword ptr [R14]
CALL 0x001... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [56], char const*>(char const (&) [56], char const*&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string,char_const(&)[56],char_const*>
(detail *this,char *param_1,... | |
61,473 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O2 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&):
pushq %r15
pushq %r14
pushq %rbx
movq %rdx, %r1... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA51_KcPS9_EEET_DpOT0_:
push r15
push r14
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
and qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
mov rd... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[51],char const*>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = nlohmann::json_abi_v3_11_3::detail::concat... | concat<std::__cxx11::string,char_const(&)[51],char_const*>:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RDX
MOV R15,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
MOV RDI,RSI
MOV RSI,RDX
CALL 0x001429db
LAB_0017d926:
MOV RDI,RBX
MOV RSI,RAX
CALL 0x00123d2... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [51], char const*>(char const (&) [51], char const*&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string,char_const(&)[51],char_const*>
(detail *this,char *param_1,... | |
61,474 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [22], char const*>(char const (&) [22], char const*&&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pus... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA28_KcPS9_EEET_DpOT0_:
push r15
push r14
push r13
push r12
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea r13, [rdi+10h]
mov [rdi], r13
mov qword ptr [rdi+8], 0
mov byte ptr... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[28],char const*>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // r12
long long v5; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = strlen(a2);
v5 = ... | concat<std::__cxx11::string,char_const(&)[28],char_const*>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA R13,[RDI + 0x10]
MOV qword ptr [RDI],R13
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
CALL 0x0011a3d0
MOV R12,RAX
MOV RDI,qword ptr [R14]
CALL 0x001... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [28], char const*>(char const (&) [28], char const*&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string,char_const(&)[28],char_const*>
(detail *this,char *param_1,... | |
61,475 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14;... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long lo... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x4... |
long _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::json_... | |
61,476 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference at(KeyType && key) const
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
S... |
char * _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA10_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::... | ||
61,477 | translog_file_init | eloqsql/storage/maria/ma_loghandler.c | static void translog_file_init(TRANSLOG_FILE *file, uint32 number,
my_bool is_sync)
{
pagecache_file_set_null_hooks(&file->handler);
file->handler.post_read_hook= translog_page_validator;
file->handler.flush_log_callback= maria_flush_log_for_page_none;
file->handler.callback_data=... | O0 | c | translog_file_init:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movb %dl, %al
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movb %al, -0xd(%rbp)
movq -0x8(%rbp), %rdi
addq $0x8, %rdi
callq 0x57860
movq -0x8(%rbp), %rax
leaq 0x6994(%rip), %rcx # 0x4e630
movq %rcx, 0x28(%rax)
movq -0x8(%rbp), %rax
leaq 0x1b0e5(%rip), ... | translog_file_init:
push rbp
mov rbp, rsp
sub rsp, 10h
mov al, dl
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_D], al
mov rdi, [rbp+var_8]
add rdi, 8
call pagecache_file_set_null_hooks
mov rax, [rbp+var_8]
lea rcx, translog_page_validator
mov [rax+28h], rcx
mo... | long long translog_file_init(long long a1, int a2, char a3)
{
long long result; // rax
pagecache_file_set_null_hooks(a1 + 8);
*(_QWORD *)(a1 + 40) = translog_page_validator;
*(_QWORD *)(a1 + 64) = maria_flush_log_for_page_none;
*(_QWORD *)(a1 + 72) = a1;
*(_DWORD *)a1 = a2;
*(_BYTE *)(a1 + 80) = 0;
re... | translog_file_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV AL,DL
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV byte ptr [RBP + -0xd],AL
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x8
CALL 0x00157860
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[0x14e630]
MOV qword ptr [RAX + 0x28],RCX
MOV RAX,qword ptr [RBP + ... |
void translog_file_init(int4 *param_1,int4 param_2,int1 param_3)
{
pagecache_file_set_null_hooks(param_1 + 2);
*(code **)(param_1 + 10) = translog_page_validator;
*(code **)(param_1 + 0x10) = maria_flush_log_for_page_none;
*(int4 **)(param_1 + 0x12) = param_1;
*param_1 = param_2;
*(int1 *)(param_1 + 0x14)... | |
61,478 | u7toa_shift | bluesky950520[P]quickjs/tests/test_conv.c | size_t u7toa_shift(char dest[minimum_length(8)], uint32_t n)
{
size_t len = 1;
uint64_t buf = 0;
while (n >= 10) {
uint32_t quo = n % 10;
n /= 10;
gen_digit(buf, '0' + quo);
len++;
}
gen_digit(buf, '0' + n);
memcpy(dest, &buf, sizeof buf);
return len;
} | O0 | c | u7toa_shift:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movl %esi, 0x1c(%rsp)
movq $0x1, 0x10(%rsp)
movq $0x0, 0x8(%rsp)
cmpl $0xa, 0x1c(%rsp)
jb 0x22bb
movl 0x1c(%rsp), %eax
movl $0xa, %ecx
xorl %edx, %edx
divl %ecx
movl %edx, 0x4(%rsp)
movl 0x1c(%rsp), %eax
movl $0xa, %ecx
xorl %edx, %edx
divl %ecx
movl %eax, 0x1c(%rsp)
... | u7toa_shift:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_C], esi
mov [rsp+28h+var_18], 1
mov [rsp+28h+var_20], 0
loc_223F:
cmp [rsp+28h+var_C], 0Ah
jb short loc_22BB
mov eax, [rsp+28h+var_C]
mov ecx, 0Ah
xor edx, edx
div ecx
mov [rsp+28h+var_24], edx
mov e... | long long u7toa_shift(unsigned long long *a1, long long a2)
{
unsigned int v2; // edx
unsigned int v4; // [rsp+4h] [rbp-24h]
unsigned long long v5; // [rsp+8h] [rbp-20h]
unsigned long long v6; // [rsp+8h] [rbp-20h]
long long v7; // [rsp+10h] [rbp-18h]
unsigned int v8; // [rsp+1Ch] [rbp-Ch]
v8 = a2;
v7... | u7toa_shift:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV dword ptr [RSP + 0x1c],ESI
MOV qword ptr [RSP + 0x10],0x1
MOV qword ptr [RSP + 0x8],0x0
LAB_0010223f:
CMP dword ptr [RSP + 0x1c],0xa
JC 0x001022bb
MOV EAX,dword ptr [RSP + 0x1c]
MOV ECX,0xa
XOR EDX,EDX
DIV ECX
MOV dword ptr [RSP + 0x4],EDX
MOV EAX,dword ptr [... |
long u7toa_shift(ulong *param_1,uint param_2)
{
char cVar1;
uint uVar2;
int8 local_20;
int8 local_18;
int4 local_c;
local_18 = 1;
local_20 = 0;
local_c = param_2;
while (9 < local_c) {
uVar2 = local_c % 10;
local_c = local_c / 10;
cVar1 = is_be();
if (cVar1 == '\0') {
local_... | |
61,479 | u7toa_shift | bluesky950520[P]quickjs/tests/test_conv.c | size_t u7toa_shift(char dest[minimum_length(8)], uint32_t n)
{
size_t len = 1;
uint64_t buf = 0;
while (n >= 10) {
uint32_t quo = n % 10;
n /= 10;
gen_digit(buf, '0' + quo);
len++;
}
gen_digit(buf, '0' + n);
memcpy(dest, &buf, sizeof buf);
return len;
} | O2 | c | u7toa_shift:
movl %esi, %eax
pushq $0x1
popq %rcx
xorl %esi, %esi
pushq $0xa
popq %r8
cmpl $0xa, %eax
jb 0x2241
xorl %edx, %edx
divl %r8d
shlq $0x8, %rsi
addq %rdx, %rsi
addq $0x30, %rsi
incq %rcx
jmp 0x2227
shlq $0x8, %rsi
movl %eax, %eax
addq %rsi, %rax
addq $0x30, %rax
movq %rax, (%rdi)
movq %rcx, %rax
retq
| u7toa_shift:
mov eax, esi
push 1
pop rcx
xor esi, esi
push 0Ah
pop r8
loc_2227:
cmp eax, 0Ah
jb short loc_2241
xor edx, edx
div r8d
shl rsi, 8
add rsi, rdx
add rsi, 30h ; '0'
inc rcx
jmp short loc_2227
loc_2241:
shl rsi, 8
mov eax, eax
add rax, rsi
... | long long u7toa_shift(_QWORD *a1, unsigned int a2)
{
long long v3; // rcx
long long v4; // rsi
long long v5; // rdx
v3 = 1LL;
v4 = 0LL;
while ( a2 >= 0xA )
{
v5 = a2 % 0xA;
a2 /= 0xAu;
v4 = v5 + (v4 << 8) + 48;
++v3;
}
*a1 = (v4 << 8) + a2 + 48;
return v3;
}
| u7toa_shift:
MOV EAX,ESI
PUSH 0x1
POP RCX
XOR ESI,ESI
PUSH 0xa
POP R8
LAB_00102227:
CMP EAX,0xa
JC 0x00102241
XOR EDX,EDX
DIV R8D
SHL RSI,0x8
ADD RSI,RDX
ADD RSI,0x30
INC RCX
JMP 0x00102227
LAB_00102241:
SHL RSI,0x8
MOV EAX,EAX
ADD RAX,RSI
ADD RAX,0x30
MOV qword ptr [RDI],RAX
MOV RAX,RCX
RET
|
long u7toa_shift(long *param_1,uint param_2)
{
long lVar1;
long lVar2;
lVar1 = 1;
lVar2 = 0;
for (; 9 < param_2; param_2 = param_2 / 10) {
lVar2 = lVar2 * 0x100 + (ulong)param_2 % 10 + 0x30;
lVar1 = lVar1 + 1;
}
*param_1 = (ulong)param_2 + lVar2 * 0x100 + 0x30;
return lVar1;
}
| |
61,480 | init_events_transactions_history_long(unsigned int) | eloqsql/storage/perfschema/pfs_events_transactions.cc | int init_events_transactions_history_long(uint events_transactions_history_long_sizing)
{
events_transactions_history_long_size= events_transactions_history_long_sizing;
events_transactions_history_long_full= false;
PFS_atomic::store_u32(&events_transactions_history_long_index.m_u32, 0);
if (events_transaction... | O3 | cpp | init_events_transactions_history_long(unsigned int):
movl %edi, %esi
movq %rsi, 0x38daab(%rip) # 0x3d0940
movb $0x0, 0x38dba4(%rip) # 0x3d0a40
xorl %eax, %eax
xorl %ecx, %ecx
xchgl %ecx, 0x38dbda(%rip) # 0x3d0a80
testl %edi, %edi
je 0x42ed7
pushq %rbp
movq %rsp, %rbp
leaq 0x38944b(%rip), %rdi # 0x3cc300
mov... | _Z37init_events_transactions_history_longj:
mov esi, edi
mov cs:events_transactions_history_long_size, rsi
mov cs:events_transactions_history_long_full, 0
xor eax, eax
xor ecx, ecx
xchg ecx, cs:events_transactions_history_long_index
test edi, edi
jz short locret_42ED7
push rbp
mov ... | _BOOL8 init_events_transactions_history_long(unsigned int a1)
{
_BOOL8 result; // rax
events_transactions_history_long_size = a1;
events_transactions_history_long_full = 0;
result = 0LL;
_InterlockedExchange(&events_transactions_history_long_index, 0);
if ( a1 )
{
events_transactions_history_long_ar... | init_events_transactions_history_long:
MOV ESI,EDI
MOV qword ptr [0x004d0940],RSI
MOV byte ptr [0x004d0a40],0x0
XOR EAX,EAX
XOR ECX,ECX
XCHG dword ptr [0x004d0a80],ECX
TEST EDI,EDI
JZ 0x00142ed7
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x4cc300]
MOV EDX,0x140
MOV ECX,0x20
CALL 0x0012cd6c
MOV RCX,RAX
MOV qword ptr [0x004d0ac0],RAX... |
/* init_events_transactions_history_long(unsigned int) */
bool init_events_transactions_history_long(uint param_1)
{
bool bVar1;
events_transactions_history_long_size = (ulong)param_1;
events_transactions_history_long_full = 0;
bVar1 = false;
LOCK();
events_transactions_history_long_index = 0;
UNLOC... | |
61,481 | mp_div1_dec | bluesky950520[P]quickjs/libbf.c | limb_t mp_div1_dec(limb_t *tabr, const limb_t *taba, mp_size_t na,
limb_t b, limb_t r)
{
limb_t base = BF_DEC_BASE;
mp_size_t i;
limb_t t0, t1, q;
int shift;
#if (BF_DEC_BASE % 2) == 0
if (b == 2) {
limb_t base_div2;
/* Note: only works if base is even */
... | O2 | c | mp_div1_dec:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r8, %r13
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, %r14
movq %r8, 0x8(%rsp)
cmpq $0x2, %rcx
jne 0x7a2ae
movabsq $0x4563918244f40000, %rax # imm = 0x4563918244F40000
testq %r15, %r15
jle 0x7a291
testq %r13, %r13
cmovne... | mp_div1_dec:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r13, r8
mov r15, rdx
mov rbx, rsi
mov r14, rdi
mov [rsp+58h+var_50], r8
cmp rcx, 2
jnz short loc_7A2AE
mov rax, 4563918244F40000h
loc_7A267:
test r15, r15
jle short loc_7A291
... | _BOOL8 mp_div1_dec(long long a1, long long a2, long long a3, unsigned long long a4, long long a5)
{
long long v5; // r13
long long v6; // r15
unsigned long long v7; // rcx
unsigned long long v10; // rbp
unsigned long long v11; // rbp
long long v13; // rdx
long long v14; // r13
long long v15; // rax
l... | mp_div1_dec:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R13,R8
MOV R15,RDX
MOV RBX,RSI
MOV R14,RDI
MOV qword ptr [RSP + 0x8],R8
CMP RCX,0x2
JNZ 0x0017a2ae
MOV RAX,0x4563918244f40000
LAB_0017a267:
TEST R15,R15
JLE 0x0017a291
TEST R13,R13
CMOVNZ R13,RAX
MOV RCX,qword ptr [RBX + R15*0x8 + -0x8]... |
ulong mp_div1_dec(long param_1,long param_2,long param_3,ulong param_4,ulong param_5)
{
ulong *puVar1;
int1 auVar2 [16];
int1 auVar3 [16];
int1 auVar4 [16];
byte bVar5;
long lVar6;
ulong uVar7;
int8 uVar8;
int8 uVar9;
ulong uVar10;
long lVar11;
ulong local_50;
ulong local_48;
long lStack_4... | |
61,482 | ma_report_error | eloqsql/storage/maria/ma_info.c | void _ma_report_error(int errcode, const LEX_STRING *name, myf flags)
{
size_t length;
const char *file_name= name->str;
DBUG_ENTER("_ma_report_error");
DBUG_PRINT("enter",("error: %d table: '%s'", errcode, file_name));
if ((length= name->length) > 64)
{
/* we first remove the directory */
size_t ... | O0 | c | ma_report_error:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
jmp 0x33780
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x20(%rbp)
cmpq $0x40, %rax
jbe 0x337d2
movq -0x28(%rbp), %... | _ma_report_error:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_28], rax
jmp short $+2
loc_33780:
mov rax, [rbp+var_10]
mov rax, [rax+8]
mov [rbp+var_20], rax
cmp ... | long long ma_report_error(int a1, long long *a2, int a3, long long a4, long long a5, int a6)
{
long long v7; // [rsp+0h] [rbp-30h]
long long v8; // [rsp+8h] [rbp-28h]
unsigned long long v9; // [rsp+10h] [rbp-20h]
unsigned long long v10; // [rsp+10h] [rbp-20h]
v8 = *a2;
v9 = a2[1];
if ( v9 > 0x40 )
{
... | _ma_report_error:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
JMP 0x00133780
LAB_00133780:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX +... |
void _ma_report_error(int4 param_1,long *param_2,int8 param_3)
{
long lVar1;
ulong uVar2;
long local_30;
local_30 = *param_2;
uVar2 = param_2[1];
if (0x40 < uVar2) {
lVar1 = dirname_length(local_30);
local_30 = lVar1 + local_30;
uVar2 = uVar2 - lVar1;
if (0x40 < uVar2) {
local_30 ... | |
61,483 | ma_report_error | eloqsql/storage/maria/ma_info.c | void _ma_report_error(int errcode, const LEX_STRING *name, myf flags)
{
size_t length;
const char *file_name= name->str;
DBUG_ENTER("_ma_report_error");
DBUG_PRINT("enter",("error: %d table: '%s'", errcode, file_name));
if ((length= name->length) > 64)
{
/* we first remove the directory */
size_t ... | O3 | c | ma_report_error:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %rbx
movl %edi, %r14d
movq (%rsi), %r15
movq 0x8(%rsi), %r12
cmpq $0x41, %r12
jb 0x369cc
movq %r15, %rdi
callq 0x94900
leaq (%r15,%rax), %rcx
addq %r12, %r15
addq $-0x40, %r15
subq %rax, %r12
cmpq $0x41, %r12
cmovbq %rcx,... | _ma_report_error:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdx
mov r14d, edi
mov r15, [rsi]
mov r12, [rsi+8]
cmp r12, 41h ; 'A'
jb short loc_369CC
mov rdi, r15
call dirname_length
lea rcx, [r15+rax]
add r15, r12
add r15, 0FFFFFFFFF... | long long ma_report_error(int a1, _QWORD *a2, int a3, long long a4, long long a5, int a6)
{
long long v7; // r15
unsigned long long v8; // r12
long long v9; // rax
int v10; // ecx
v7 = *a2;
v8 = a2[1];
if ( v8 >= 0x41 )
{
v9 = dirname_length(*a2);
v10 = v7 + v9;
LODWORD(v7) = v8 + v7 - 64;... | _ma_report_error:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14D,EDI
MOV R15,qword ptr [RSI]
MOV R12,qword ptr [RSI + 0x8]
CMP R12,0x41
JC 0x001369cc
MOV RDI,R15
CALL 0x00194900
LEA RCX,[R15 + RAX*0x1]
ADD R15,R12
ADD R15,-0x40
SUB R12,RAX
CMP R12,0x41
CMOVC R15,RCX
LAB_001369cc:
LEA RSI,... |
void _ma_report_error(int4 param_1,long *param_2,int8 param_3)
{
long lVar1;
ulong uVar2;
long lVar3;
long lVar4;
lVar1 = *param_2;
uVar2 = param_2[1];
lVar4 = lVar1;
if (0x40 < uVar2) {
lVar3 = dirname_length(lVar1);
lVar4 = lVar1 + uVar2 + -0x40;
if (uVar2 - lVar3 < 0x41) {
lVar... | |
61,484 | ggml_conv_transpose_1d | llama.cpp/ggml/src/ggml.c | ggml_tensor * ggml_conv_transpose_1d(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b,
int s0,
int p0,
int d0) {
GGML_ASSERT(ggml_is_matrix(b));
GGML_ASSERT(a->ne[2] == b->ne[1]);
... | O3 | c | ggml_conv_transpose_1d:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
cmpq $0x1, 0x20(%rdx)
jne 0x1d430
movq %rdx, %rbx
cmpq $0x1, 0x28(%rdx)
jne 0x1d430
movq %rsi, %r14
movq 0x20(%rsi), %rax
cmpq 0x18(%rbx), %rax
jne 0x1d44f
cmpq $0x1, 0x28(%r14)
jne 0x1d46b
testl %r8d, %r8d
jne 0x1d487
cmpl $0x1, %r9d
jne 0x1d4a3... | ggml_conv_transpose_1d:
push rbp
push r14
push rbx
sub rsp, 20h
cmp qword ptr [rdx+20h], 1
jnz loc_1D430
mov rbx, rdx
cmp qword ptr [rdx+28h], 1
jnz loc_1D430
mov r14, rsi
mov rax, [rsi+20h]
cmp rax, [rbx+18h]
jnz loc_1D44F
cmp qword ptr [r14+28h], 1
jnz loc_1D46... | long long ggml_conv_transpose_1d(long long a1, _QWORD *a2, _QWORD *a3, int a4, int a5, int a6)
{
long long result; // rax
const char *v9; // rdi
const char *v10; // rcx
int v11; // esi
_QWORD v12[7]; // [rsp+0h] [rbp-38h] BYREF
if ( a3[4] != 1LL || a3[5] != 1LL )
{
v9 = "/workspace/llm4binary/github... | ggml_conv_transpose_1d:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
CMP qword ptr [RDX + 0x20],0x1
JNZ 0x0011d430
MOV RBX,RDX
CMP qword ptr [RDX + 0x28],0x1
JNZ 0x0011d430
MOV R14,RSI
MOV RAX,qword ptr [RSI + 0x20]
CMP RAX,qword ptr [RBX + 0x18]
JNZ 0x0011d44f
CMP qword ptr [R14 + 0x28],0x1
JNZ 0x0011d46b
TEST R8D,R8D
JNZ ... |
void ggml_conv_transpose_1d
(int8 param_1,long param_2,long param_3,int param_4,int param_5,int param_6)
{
long lVar1;
char *pcVar2;
int8 uVar3;
char *pcVar4;
long local_38;
int8 local_30;
int8 local_28;
int8 local_20;
if ((*(long *)(param_3 + 0x20) == 1) && (*(long *)(param_3 + 0x... | |
61,485 | ma_ft_update | eloqsql/storage/maria/ma_ft_update.c | int _ma_ft_update(MARIA_HA *info, uint keynr, uchar *keybuf,
const uchar *oldrec, const uchar *newrec, my_off_t pos)
{
int error= -1;
FT_WORD *oldlist,*newlist, *old_word, *new_word;
CHARSET_INFO *cs=info->s->keyinfo[keynr].seg->charset;
int cmp, cmp2;
DBUG_ENTER("_ma_ft_update");
if (!(o... | O3 | c | ma_ft_update:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r9, -0x48(%rbp)
movq %r8, %rbx
movq %rdx, -0x40(%rbp)
movl %esi, %r12d
movq %rdi, %r13
movq (%rdi), %rax
movq 0x570(%rax), %rax
movl %esi, %edx
imulq $0x118, %rdx, %rdx # imm = 0x118
movq 0xc0(%ra... | _ma_ft_update:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_48], r9
mov rbx, r8
mov [rbp+var_40], rdx
mov r12d, esi
mov r13, rdi
mov rax, [rdi]
mov rax, [rax+570h]
mov edx, esi
imul rdx, 118h
mov rax, [rax+r... | long long ma_ft_update(_QWORD *a1, unsigned int a2, long long a3, long long a4, long long a5, long long a6)
{
unsigned int v7; // r12d
long long v8; // r13
_QWORD *v9; // r15
double *v10; // rax
double *v11; // r14
double *v12; // rax
double *v13; // r15
double v14; // rsi
bool v15; // r12
int v16;... | _ma_ft_update:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x48],R9
MOV RBX,R8
MOV qword ptr [RBP + -0x40],RDX
MOV R12D,ESI
MOV R13,RDI
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x570]
MOV EDX,ESI
IMUL RDX,RDX,0x118
MOV RAX,qword ptr [RAX + RDX*0x1 + 0xc0]... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int _ma_ft_update(long *param_1,ulong param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
long lVar1;
bool bVar2;
uint uVar3;
uint uVar4;
long *plVar5;
char cVar6;
int iVar7;
long *plVar8... | |
61,486 | minja::LiteralExpr::LiteralExpr(minja::Location const&, minja::Value const&) | monkey531[P]llama/common/./minja.hpp | LiteralExpr(const Location & location, const Value& v)
: Expression(location), value(v) {} | O3 | cpp | minja::LiteralExpr::LiteralExpr(minja::Location const&, minja::Value const&):
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
leaq 0x9ef41(%rip), %r15 # 0xee288
movq %r15, (%rdi)
movq (%rsi), %rax
movq %rax, 0x8(%rdi)
movq 0x8(%rsi), %rax
movq %rax, 0x10(%rdi)
testq %rax, %rax
je 0x4f373
movq 0xa0c3b(%rip), %rcx ... | _ZN5minja11LiteralExprC2ERKNS_8LocationERKNS_5ValueE:
push r15
push r14
push rbx
mov rbx, rdi
lea r15, off_EE288
mov [rdi], r15
mov rax, [rsi]
mov [rdi+8], rax
mov rax, [rsi+8]
mov [rdi+10h], rax
test rax, rax
jz short loc_4F373
mov rcx, cs:__libc_single_threaded_ptr
cmp... | long long minja::LiteralExpr::LiteralExpr(_QWORD *a1, _QWORD *a2, const minja::Value *a3)
{
long long v3; // rax
*a1 = &off_EE288;
a1[1] = *a2;
v3 = a2[1];
a1[2] = v3;
if ( v3 )
{
if ( _libc_single_threaded )
++*(_DWORD *)(v3 + 8);
else
_InterlockedIncrement((volatile signed __int32 ... | LiteralExpr:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA R15,[0x1ee288]
MOV qword ptr [RDI],R15
MOV RAX,qword ptr [RSI]
MOV qword ptr [RDI + 0x8],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RDI + 0x10],RAX
TEST RAX,RAX
JZ 0x0014f373
MOV RCX,qword ptr [0x001effa0]
CMP byte ptr [RCX],0x0
JZ 0x0014f36f
INC dword ptr [... |
/* minja::LiteralExpr::LiteralExpr(minja::Location const&, minja::Value const&) */
void __thiscall minja::LiteralExpr::LiteralExpr(LiteralExpr *this,Location *param_1,Value *param_2)
{
long lVar1;
*(int ***)this = &PTR___cxa_pure_virtual_001ee288;
*(int8 *)(this + 8) = *(int8 *)param_1;
lVar1 = *(long *)(... | |
61,487 | ma_check_bitmap_data | eloqsql/storage/maria/ma_bitmap.c | my_bool _ma_check_bitmap_data(MARIA_HA *info, enum en_page_type page_type,
uint empty_space, uint bitmap_pattern)
{
uint bits;
switch (page_type) {
case UNALLOCATED_PAGE:
case MAX_PAGE_TYPE:
bits= 0;
break;
case HEAD_PAGE:
bits= _ma_free_size_to_head_pattern(&info->s-... | O0 | c | ma_check_bitmap_data:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movl %ecx, -0x14(%rbp)
movl -0xc(%rbp), %eax
movq %rax, -0x20(%rbp)
subq $0x4, %rax
ja 0x64a7e
movq -0x20(%rbp), %rax
leaq 0xf438b(%rip), %rcx # 0x158db8
movslq (%rcx,%rax,4), %rax
ad... | _ma_check_bitmap_data:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_14], ecx
mov eax, [rbp+var_C]
mov [rbp+var_20], rax
sub rax, 4; switch 5 cases
ja short def_64A34; jumptable 0000000000064A34 default case
mo... | _BOOL8 ma_check_bitmap_data(long long a1, int a2, unsigned int a3, int a4)
{
int v5; // [rsp+8h] [rbp-18h]
switch ( a2 )
{
case 0:
case 4:
v5 = 0;
break;
case 1:
v5 = ma_free_size_to_head_pattern((_DWORD *)(*(_QWORD *)a1 + 2576LL), a3);
break;
case 2:
v5 = free_size... | _ma_check_bitmap_data:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
MOV EAX,dword ptr [RBP + -0xc]
MOV qword ptr [RBP + -0x20],RAX
SUB RAX,0x4
JA 0x00164a7e
MOV RAX,qword ptr [RBP + -0x20]
LEA RCX,[0x258db... |
bool _ma_check_bitmap_data(long *param_1,int4 param_2,int4 param_3,int param_4)
{
int local_20;
switch(param_2) {
case 0:
case 4:
local_20 = 0;
break;
case 1:
local_20 = _ma_free_size_to_head_pattern(*param_1 + 0xa10,param_3);
break;
case 2:
local_20 = free_size_to_tail_pattern(*par... | |
61,488 | my_error_unregister | eloqsql/mysys/my_error.c | my_bool my_error_unregister(uint first, uint last)
{
struct my_err_head *meh_p;
struct my_err_head **search_meh_pp;
/* Search for the registration in the list. */
for (search_meh_pp= &my_errmsgs_list;
*search_meh_pp;
search_meh_pp= &(*search_meh_pp)->meh_next)
{
if (((*search_meh_pp)-... | O0 | c | my_error_unregister:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
leaq 0x1a0a43(%rip), %rax # 0x1d5c78
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
cmpq $0x0, (%rax)
je 0x35272
movq -0x20(%rbp), %rax
movq (%rax), %rax
movl 0x10(%rax), %eax
cmpl -0x8(%rbp), %eax
jne 0x35263... | my_error_unregister:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], edi
mov [rbp+var_C], esi
lea rax, my_errmsgs_list
mov [rbp+var_20], rax
loc_35239:
mov rax, [rbp+var_20]
cmp qword ptr [rax], 0
jz short loc_35272
mov rax, [rbp+var_20]
mov rax, [rax]
mov eax, [r... | char my_error_unregister(int a1, int a2)
{
long long **i; // [rsp+0h] [rbp-20h]
long long v4; // [rsp+8h] [rbp-18h]
for ( i = &my_errmsgs_list; *i && (*((_DWORD *)*i + 4) != a1 || *((_DWORD *)*i + 5) != a2); i = (long long **)*i )
;
if ( !*i )
return 1;
v4 = (long long)*i;
*i = (long long *)**i;
... | my_error_unregister:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x8],EDI
MOV dword ptr [RBP + -0xc],ESI
LEA RAX,[0x2d5c78]
MOV qword ptr [RBP + -0x20],RAX
LAB_00135239:
MOV RAX,qword ptr [RBP + -0x20]
CMP qword ptr [RAX],0x0
JZ 0x00135272
MOV RAX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RAX]
MOV EAX,dwor... |
bool my_error_unregister(int param_1,int param_2)
{
long *plVar1;
int *puVar2;
int **local_28;
bool local_9;
for (local_28 = &my_errmsgs_list;
(*local_28 != (int *)0x0 &&
((*(int *)(*local_28 + 0x10) != param_1 || (*(int *)(*local_28 + 0x14) != param_2))));
local_28 = (int **)*local_28)... | |
61,489 | my_error_unregister | eloqsql/mysys/my_error.c | my_bool my_error_unregister(uint first, uint last)
{
struct my_err_head *meh_p;
struct my_err_head **search_meh_pp;
/* Search for the registration in the list. */
for (search_meh_pp= &my_errmsgs_list;
*search_meh_pp;
search_meh_pp= &(*search_meh_pp)->meh_next)
{
if (((*search_meh_pp)-... | O3 | c | my_error_unregister:
movq 0x2c5165(%rip), %r8 # 0x2f3c28
movb $0x1, %al
testq %r8, %r8
je 0x2eb01
pushq %rbp
movq %rsp, %rbp
leaq 0x2c5153(%rip), %rdx # 0x2f3c28
movq %r8, %rcx
cmpl %edi, 0x10(%r8)
jne 0x2eae3
cmpl %esi, 0x14(%rcx)
je 0x2eaf0
movq (%rcx), %r8
movq %rcx, %rdx
testq %r8, %r8
jne 0x2ead5
jmp 0x2eb0... | my_error_unregister:
mov r8, cs:my_errmsgs_list
mov al, 1
test r8, r8
jz short locret_2EB01
push rbp
mov rbp, rsp
lea rdx, my_errmsgs_list
loc_2EAD5:
mov rcx, r8
cmp [r8+10h], edi
jnz short loc_2EAE3
cmp [rcx+14h], esi
jz short loc_2EAF0
loc_2EAE3:
mov r8, [rcx]
mov ... | char my_error_unregister(int a1, int a2)
{
long long *v2; // r8
char result; // al
long long **v4; // rdx
long long *v5; // rcx
v2 = my_errmsgs_list;
result = 1;
if ( my_errmsgs_list )
{
v4 = &my_errmsgs_list;
while ( 1 )
{
v5 = v2;
if ( *((_DWORD *)v2 + 4) == a1 && *((_DWORD *... | my_error_unregister:
MOV R8,qword ptr [0x003f3c28]
MOV AL,0x1
TEST R8,R8
JZ 0x0012eb01
PUSH RBP
MOV RBP,RSP
LEA RDX,[0x3f3c28]
LAB_0012ead5:
MOV RCX,R8
CMP dword ptr [R8 + 0x10],EDI
JNZ 0x0012eae3
CMP dword ptr [RCX + 0x14],ESI
JZ 0x0012eaf0
LAB_0012eae3:
MOV R8,qword ptr [RCX]
MOV RDX,RCX
TEST R8,R8
JNZ 0x0012ead5
JMP... |
int8 my_error_unregister(int param_1,int param_2)
{
int **ppuVar1;
int **ppuVar2;
int **ppuVar3;
if (my_errmsgs_list != (int *)0x0) {
ppuVar2 = &my_errmsgs_list;
ppuVar3 = (int **)my_errmsgs_list;
do {
if ((*(int *)(ppuVar3 + 2) == param_1) && (*(int *)((long)ppuVar3 + 0x14) == param_2)) ... | |
61,490 | sanitize_table_share(PFS_table_share*) | eloqsql/storage/perfschema/pfs_instr_class.cc | PFS_table_share *sanitize_table_share(PFS_table_share *unsafe)
{
return global_table_share_container.sanitize(unsafe);
} | O3 | cpp | sanitize_table_share(PFS_table_share*):
pushq %rbp
movq %rsp, %rbp
movq %rdi, %rax
xorl %ecx, %ecx
leaq 0x3734a9(%rip), %rdx # 0x3a55c8
movq 0xa8(%rdx,%rcx,8), %rdi
testq %rdi, %rdi
je 0x32151
movq 0x48(%rdi), %rsi
cmpq %rax, %rsi
ja 0x32151
movq 0x50(%rdi), %rdi
shlq $0xa, %rdi
addq %rsi, %rdi
cmpq %rax, %rdi
jbe 0... | _Z20sanitize_table_shareP15PFS_table_share:
push rbp
mov rbp, rsp
mov rax, rdi
xor ecx, ecx
lea rdx, global_table_share_container
loc_3211F:
mov rdi, [rdx+rcx*8+0A8h]
test rdi, rdi
jz short loc_32151
mov rsi, [rdi+48h]
cmp rsi, rax
ja short loc_32151
mov rdi, [rdi+50h]
sh... | PFS_table_share * sanitize_table_share(PFS_table_share *a1)
{
PFS_table_share *result; // rax
long long v2; // rcx
long long v3; // rdi
unsigned long long v4; // rsi
result = a1;
v2 = 0LL;
while ( 1 )
{
v3 = global_table_share_container[v2 + 21];
if ( v3 )
{
v4 = *(_QWORD *)(v3 + 72);... | sanitize_table_share:
PUSH RBP
MOV RBP,RSP
MOV RAX,RDI
XOR ECX,ECX
LEA RDX,[0x4a55c8]
LAB_0013211f:
MOV RDI,qword ptr [RDX + RCX*0x8 + 0xa8]
TEST RDI,RDI
JZ 0x00132151
MOV RSI,qword ptr [RDI + 0x48]
CMP RSI,RAX
JA 0x00132151
MOV RDI,qword ptr [RDI + 0x50]
SHL RDI,0xa
ADD RDI,RSI
CMP RDI,RAX
JBE 0x00132151
MOV EDI,EAX
S... |
/* sanitize_table_share(PFS_table_share*) */
PFS_table_share * sanitize_table_share(PFS_table_share *param_1)
{
long lVar1;
PFS_table_share *pPVar2;
long lVar3;
lVar3 = 0;
while( true ) {
lVar1 = *(long *)(&DAT_004a5670 + lVar3 * 8);
if ((((lVar1 != 0) && (pPVar2 = *(PFS_table_share **)(lVar1 + ... | |
61,491 | my_register_filename | eloqsql/mysys/my_open.c | File my_register_filename(File fd, const char *FileName, enum file_type
type_of_file, uint error_message_number, myf MyFlags)
{
DBUG_ENTER("my_register_filename");
if ((int) fd >= MY_FILE_MIN)
{
my_atomic_add32_explicit(&my_file_opened, 1, MY_MEMORY_ORDER_RELAXED);
if ((uint) fd >= my_file_limit || (... | O0 | c | my_register_filename:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl %ecx, -0x18(%rbp)
movq %r8, -0x20(%rbp)
cmpl $0x0, -0x8(%rbp)
jl 0x32e46
movl $0x1, -0x24(%rbp)
movl -0x24(%rbp), %eax
leaq 0x373450(%rip), %rcx # 0x3a61f4
lock
xaddl %eax, (%rcx... | my_register_filename:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_18], ecx
mov [rbp+var_20], r8
cmp [rbp+var_8], 0
jl loc_32E46
mov [rbp+var_24], 1
mov eax, [rbp+var_24]
lea rcx, my_file_opened
lock ... | long long my_register_filename(unsigned int a1, long long a2, int a3, unsigned int a4, __int16 a5)
{
unsigned int *v5; // rax
int v7; // [rsp+24h] [rbp-2Ch]
if ( (a1 & 0x80000000) != 0 )
{
v7 = *(_DWORD *)__errno_location();
*(_DWORD *)my_thread_var() = v7;
if ( (a5 & 0x19) != 0 )
{
if (... | my_register_filename:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x18],ECX
MOV qword ptr [RBP + -0x20],R8
CMP dword ptr [RBP + -0x8],0x0
JL 0x00132e46
MOV dword ptr [RBP + -0x24],0x1
MOV EAX,dword ptr [RBP + -0x2... |
uint my_register_filename
(uint param_1,int8 param_2,int4 param_3,int4 param_4,ulong param_5)
{
int iVar1;
int8 uVar2;
int *piVar3;
int4 *puVar4;
int4 local_20;
uint local_c;
if ((int)param_1 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_va... | |
61,492 | ma_seq_search | eloqsql/storage/maria/ma_search.c | int _ma_seq_search(const MARIA_KEY *key, const MARIA_PAGE *ma_page,
uint32 comp_flag, uchar **ret_pos,
uchar *buff, my_bool *last_key)
{
int UNINIT_VAR(flag);
uint page_flag, nod_flag, UNINIT_VAR(length), not_used[2];
uchar t_buff[MARIA_MAX_KEY_BUFF], *end;
uchar *page;
M... | O0 | c | ma_seq_search:
pushq %rbp
movq %rsp, %rbp
subq $0xa80, %rsp # imm = 0xA80
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x9f0(%rbp)
movq %rsi, -0x9f8(%rbp)
movl %edx, -0x9fc(%rbp)
movq %rcx, -0xa08(%rbp)
movq %r8, -0xa10(%rbp)
movq %r9, -0xa18(%rbp)
movl -0xa1c(%rbp), %eax
movl %eax, -0xa1c(%rbp)
mov... | _ma_seq_search:
push rbp
mov rbp, rsp
sub rsp, 0A80h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_9F0], rdi
mov [rbp+var_9F8], rsi
mov [rbp+var_9FC], edx
mov [rbp+var_A08], rcx
mov [rbp+var_A10], r8
mov [rbp+var_A18], r9
mov eax, [rbp+var_A1C]
mov [rbp+var_A1C], e... | long long ma_seq_search(long long a1, long long a2, unsigned int a3, unsigned long long *a4, long long a5, bool *a6)
{
long long v6; // rdx
long long v7; // rcx
long long v8; // r8
int v9; // r9d
_QWORD v11[3]; // [rsp+10h] [rbp-A70h] BYREF
int v12; // [rsp+28h] [rbp-A58h]
long long v13; // [rsp+30h] [rb... | _ma_seq_search:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa80
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x9f0],RDI
MOV qword ptr [RBP + -0x9f8],RSI
MOV dword ptr [RBP + -0x9fc],EDX
MOV qword ptr [RBP + -0xa08],RCX
MOV qword ptr [RBP + -0xa10],R8
MOV qword ptr [RBP + -0xa18],R9
MOV EAX,dword ... |
int _ma_seq_search(int8 *param_1,long param_2,uint param_3,ulong *param_4,void *param_5,
int8 param_6)
{
long in_FS_OFFSET;
int1 *local_a78;
long *local_a70;
uint local_a60;
long local_a58;
long *local_a50;
ulong local_a48;
ulong local_a40;
int1 local_a38 [8];
uint local_a30;
i... | |
61,493 | google::protobuf::internal::ExtensionSet::MergeFrom(google::protobuf::MessageLite const*, google::protobuf::internal::ExtensionSet const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | void ExtensionSet::MergeFrom(const MessageLite* extendee,
const ExtensionSet& other) {
if (PROTOBUF_PREDICT_TRUE(!is_large())) {
if (PROTOBUF_PREDICT_TRUE(!other.is_large())) {
GrowCapacity(SizeOfUnion(flat_begin(), flat_end(), other.flat_begin(),
... | O3 | cpp | google::protobuf::internal::ExtensionSet::MergeFrom(google::protobuf::MessageLite const*, google::protobuf::internal::ExtensionSet const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x50, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movswq 0xa(%rdi), %rdx
testq %rdx, %rdx
js 0x21da1
movswq 0x... | _ZN6google8protobuf8internal12ExtensionSet9MergeFromEPKNS0_11MessageLiteERKS2_:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 50h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
movsx rdx, word ptr [rdi+0Ah]
test rdx, rdx
js loc_21DA1
movsx r8, word ptr [rbx+0Ah]
mov rdi, [... | void google::protobuf::internal::ExtensionSet::MergeFrom(
google::protobuf::internal::ExtensionSet *this,
const google::protobuf::MessageLite *a2,
const google::protobuf::internal::ExtensionSet *a3,
int a4,
int a5,
int a6)
{
long long v9; // rdx
long long v10; // r8
... | MergeFrom:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x50
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOVSX RDX,word ptr [RDI + 0xa]
TEST RDX,RDX
JS 0x00121da1
MOVSX R8,word ptr [RBX + 0xa]
MOV RDI,qword ptr [R15 + 0x10]
MOV RSI,RDX
SHL RSI,0x5
ADD RSI,RDI
MOV RCX,qword ptr [RBX + 0x10]
TEST R8,R8
JS 0x00121d89
MOV ... |
/* google::protobuf::internal::ExtensionSet::MergeFrom(google::protobuf::MessageLite const*,
google::protobuf::internal::ExtensionSet const&) */
void __thiscall
google::protobuf::internal::ExtensionSet::MergeFrom
(ExtensionSet *this,MessageLite *param_1,ExtensionSet *param_2)
{
short sVar1;
short sV... | |
61,494 | fs_validate_filename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/common.cpp | bool fs_validate_filename(const std::string & filename) {
if (!filename.length()) {
// Empty filename invalid
return false;
}
if (filename.length() > 255) {
// Limit at common largest possible filename on Linux filesystems
// to avoid unnecessary further validation
//... | O2 | cpp | fs_validate_filename(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0xa8, %rsp
movq $-0x100, %rax
addq 0x8(%rdi), %rax
cmpq $-0xff, %rax
jae 0xc1cce
xorl %r14d, %r14d
jmp 0xc1d63
movq %rdi, %rbx
leaq 0x18(%rsp), %rax
movq %rax, -... | _Z20fs_validate_filenameRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push rbx
sub rsp, 0A8h
mov rax, 0FFFFFFFFFFFFFF00h
add rax, [rdi+8]
cmp rax, 0FFFFFFFFFFFFFF01h
jnb short loc_C1CCE
xor r14d, r14d
jmp loc_C1D63
loc_C1CCE:
mov rbx, rdi
... | long long fs_validate_filename(_QWORD *a1)
{
unsigned int v1; // r14d
char v3; // bp
long long v5; // rdx
long long v6; // rsi
unsigned int v7; // edi
unsigned long long v8; // r8
int v9; // eax
unsigned int v10; // eax
int *v11; // [rsp+8h] [rbp-C0h] BYREF
long long v12; // [rsp+10h] [rbp-B8h]
i... | fs_validate_filename:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0xa8
MOV RAX,-0x100
ADD RAX,qword ptr [RDI + 0x8]
CMP RAX,-0xff
JNC 0x001c1cce
XOR R14D,R14D
JMP 0x001c1d63
LAB_001c1cce:
MOV RBX,RDI
LEA RAX,[RSP + 0x18]
MOV qword ptr [RAX + -0x10],RAX
AND qword ptr [RAX + -0x8],0x0
AND dword ptr [RAX],0x0
LAB_001c1ce2... |
/* fs_validate_filename(std::__cxx11::string const&) */
ulong fs_validate_filename(string *param_1)
{
char cVar1;
uint uVar2;
bool bVar3;
int7 extraout_var;
long lVar4;
ulong uVar5;
int4 *local_c0;
long local_b8;
int4 local_b0 [4];
wstring_convert<std::codecvt_utf8<char32_t,1114111ul,(std::codecv... | |
61,495 | ma_pvio_has_data | eloqsql/libmariadb/libmariadb/ma_pvio.c | my_bool ma_pvio_has_data(MARIADB_PVIO *pvio, ssize_t *data_len)
{
/* check if we still have unread data in cache */
if (pvio && pvio->cache)
if (pvio->cache_pos > pvio->cache)
return test(pvio->cache_pos - pvio->cache);
if (pvio && pvio->methods->has_data)
return pvio->methods->has_data(pvio, data_l... | O0 | c | ma_pvio_has_data:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x3e71c
movq -0x10(%rbp), %rax
cmpq $0x0, 0x8(%rax)
je 0x3e71c
movq -0x10(%rbp), %rax
movq 0x10(%rax), %rax
movq -0x10(%rbp), %rcx
cmpq 0x8(%rcx), %rax
jbe 0x3e71a
movq -0x10(%rbp), %rax... | ma_pvio_has_data:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
cmp [rbp+var_10], 0
jz short loc_3E71C
mov rax, [rbp+var_10]
cmp qword ptr [rax+8], 0
jz short loc_3E71C
mov rax, [rbp+var_10]
mov rax, [rax+10h]
mov rcx, [rbp+var_10]
cm... | char ma_pvio_has_data(_QWORD *a1, long long a2)
{
if ( a1 && a1[1] && a1[2] > a1[1] )
return a1[2] != a1[1];
if ( a1 && *(_QWORD *)(a1[9] + 120LL) )
return (*(long long ( **)(_QWORD *, long long))(a1[9] + 120LL))(a1, a2);
return 1;
}
| ma_pvio_has_data:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0013e71c
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x8],0x0
JZ 0x0013e71c
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x10]
MOV RCX,qword ptr [... |
int1 ma_pvio_has_data(long param_1,int8 param_2)
{
int1 local_9;
if (((param_1 == 0) || (*(long *)(param_1 + 8) == 0)) ||
(*(ulong *)(param_1 + 0x10) <= *(ulong *)(param_1 + 8))) {
if ((param_1 == 0) || (*(long *)(*(long *)(param_1 + 0x48) + 0x78) == 0)) {
local_9 = 1;
}
else {
loc... | |
61,496 | my_mb_wc_euc_kr | eloqsql/strings/ctype-euc_kr.c | static int
my_mb_wc_euc_kr(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int hi;
if (s >= e)
return MY_CS_TOOSMALL;
if ((hi= s[0]) < 0x80)
{
pwc[0]=hi;
return 1;
}
if (s+2>e)
return MY_CS_TOOSMALL2;
if (!IS_MB2_CHAR(hi, s[1]))
... | O0 | c | my_mb_wc_euc_kr:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x4defe
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x4dfeb
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
movl %e... | my_mb_wc_euc_kr:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_4DEFE
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_4DFEB
loc_4DEFE:
mov rax, [rb... | long long my_mb_wc_euc_kr(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
int v4; // eax
unsigned int v6; // [rsp+4h] [rbp-2Ch]
if ( (unsigned long long)a3 < a4 )
{
v6 = *a3;
if ( v6 >= 0x80 )
{
if ( (unsigned long long)(a3 + 2) <= a4 )
{
if ( (unsigned ... | my_mb_wc_euc_kr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x0014defe
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x0014dfeb
LAB_0014de... |
int4 my_mb_wc_euc_kr(int8 param_1,long *param_2,byte *param_3,byte *param_4)
{
uint uVar1;
int iVar2;
int4 local_c;
if (param_3 < param_4) {
uVar1 = (uint)*param_3;
if (uVar1 < 0x80) {
*param_2 = (long)(int)uVar1;
local_c = 1;
}
else if (param_4 < param_3 + 2) {
local_c = ... | |
61,497 | skip_comments | bluesky950520[P]quickjs/run-test262.c | int skip_comments(const char *str, int line, int *pline)
{
const char *p;
int c;
p = str;
while ((c = (unsigned char)*p++) != '\0') {
if (isspace(c)) {
if (c == '\n')
line++;
continue;
}
if (c == '/' && *p == '/') {
while (*++p... | O2 | c | skip_comments:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r14
movl %esi, %ebp
movq %rdi, %rbx
movq %rdi, %r15
movb (%r15), %r13b
movq %r15, %r12
leaq 0x1(%r12), %r15
testb %r13b, %r13b
je 0xfe4e
callq 0xea60
movq (%rax), %rax
movzbl %r13b, %ecx
testb $0x20, 0x1(%rax,%rcx,2)... | skip_comments:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rdx
mov ebp, esi
mov rbx, rdi
mov r15, rdi
loc_FDB6:
mov r13b, [r15]
mov r12, r15
loc_FDBC:
lea r15, [r12+1]
test r13b, r13b
jz loc_FE4E
call ___ctype_b_loc
mov rax, [ra... | long long skip_comments(unsigned __int8 *a1, int a2, _DWORD *a3)
{
unsigned __int8 *i; // r15
int v6; // r13d
unsigned __int8 *v7; // r12
int v8; // eax
int v9; // eax
i = a1;
LABEL_2:
LOBYTE(v6) = *i;
v7 = i;
while ( 1 )
{
i = v7 + 1;
if ( !(_BYTE)v6 )
break;
if ( (*(_BYTE *)(*(... | skip_comments:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDX
MOV EBP,ESI
MOV RBX,RDI
MOV R15,RDI
LAB_0010fdb6:
MOV R13B,byte ptr [R15]
MOV R12,R15
LAB_0010fdbc:
LEA R15,[R12 + 0x1]
TEST R13B,R13B
JZ 0x0010fe4e
CALL 0x0010ea60
MOV RAX,qword ptr [RAX]
MOVZX ECX,R13B
TEST byte ptr [RAX + RCX*0... |
int skip_comments(byte *param_1,int param_2,int *param_3)
{
byte bVar1;
ushort **ppuVar2;
byte *pbVar3;
byte *pbVar4;
char cVar5;
ulong uVar6;
pbVar4 = param_1;
LAB_0010fdb6:
uVar6 = (ulong)*pbVar4;
LAB_0010fdbc:
pbVar3 = pbVar4 + 1;
cVar5 = (char)uVar6;
if (cVar5 == '\0') goto LAB_0010fe4e;
... | |
61,498 | multi_alloc_root | eloqsql/mysys/my_alloc.c | void *multi_alloc_root(MEM_ROOT *root, ...)
{
va_list args;
char **ptr, *start, *res;
size_t tot_length, length;
DBUG_ENTER("multi_alloc_root");
/*
We don't need to do DBUG_PRINT here as it will be done when alloc_root
is called
*/
va_start(args, root);
tot_length= 0;
while ((ptr= va_arg(arg... | O3 | c | multi_alloc_root:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0xc8, %rsp
leaq -0xe0(%rbp), %r14
movq %rsi, 0x8(%r14)
movq %rdx, 0x10(%r14)
movq %rcx, 0x18(%r14)
movq %r8, 0x20(%r14)
movq %r9, 0x28(%r14)
testb %al, %al
je 0xa4586
movaps %xmm0, -0xb0(%rbp)
movaps %xmm1, -0xa0(%rbp)
movaps %xmm2, -0x... | multi_alloc_root:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 0C8h
lea r14, [rbp+var_E0]
mov [r14+8], rsi
mov [r14+10h], rdx
mov [r14+18h], rcx
mov [r14+20h], r8
mov [r14+28h], r9
test al, al
jz short loc_A4586
movaps [rbp+var_B0], xmm0
movaps [rbp+var... | char * multi_alloc_root(
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,
__m128 a14,
... | multi_alloc_root:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0xc8
LEA R14,[RBP + -0xe0]
MOV qword ptr [R14 + 0x8],RSI
MOV qword ptr [R14 + 0x10],RDX
MOV qword ptr [R14 + 0x18],RCX
MOV qword ptr [R14 + 0x20],R8
MOV qword ptr [R14 + 0x28],R9
TEST AL,AL
JZ 0x001a4586
MOVAPS xmmword ptr [RBP + -0xb0],XMM0
MOVA... |
void multi_alloc_root(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;
uint *puVa... | |
61,499 | pvio_socket_is_alive | eloqsql/libmariadb/plugins/pvio/pvio_socket.c | my_bool pvio_socket_is_alive(MARIADB_PVIO *pvio)
{
struct st_pvio_socket *csock= NULL;
#ifndef _WIN32
struct pollfd poll_fd;
#else
FD_SET sfds;
struct timeval tv= {0,0};
#endif
int res;
if (!pvio || !pvio->data)
return 0;
csock= (struct st_pvio_socket *)pvio->data;
#ifndef _WIN32
memset(&poll_fd,... | O0 | c | pvio_socket_is_alive:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq $0x0, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x42475
movq -0x10(%rbp), %rax
cmpq $0x0, (%rax)
jne 0x4247b
movb $0x0, -0x1(%rbp)
jmp 0x424da
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
leaq -0x20(%rbp), %rdi
... | pvio_socket_is_alive:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], 0
cmp [rbp+var_10], 0
jz short loc_42475
mov rax, [rbp+var_10]
cmp qword ptr [rax], 0
jnz short loc_4247B
loc_42475:
mov [rbp+var_1], 0
jmp short loc_424DA
loc_4247B:
mov ... | bool pvio_socket_is_alive(int **a1)
{
int v2; // [rsp+10h] [rbp-20h] BYREF
__int16 v3; // [rsp+14h] [rbp-1Ch]
__int16 v4; // [rsp+16h] [rbp-1Ah]
int *v5; // [rsp+18h] [rbp-18h]
int **v6; // [rsp+20h] [rbp-10h]
v6 = a1;
v5 = 0LL;
if ( !a1 || !*v6 )
return 0;
v5 = *v6;
memset(&v2, 0LL, 8LL);
v... | pvio_socket_is_alive:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],0x0
CMP qword ptr [RBP + -0x10],0x0
JZ 0x00142475
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX],0x0
JNZ 0x0014247b
LAB_00142475:
MOV byte ptr [RBP + -0x1],0x0
JMP 0x001424da
LAB_0014247b:
MOV RAX,qw... |
int1 pvio_socket_is_alive(long *param_1)
{
int iVar1;
pollfd local_28;
int *local_20;
long *local_18;
int1 local_9;
if ((param_1 == (long *)0x0) || (*param_1 == 0)) {
local_9 = 0;
}
else {
local_20 = (int *)*param_1;
local_18 = param_1;
memset(&local_28,0,8);
local_28.events = 3... |
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.