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,700 | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherTriRegularBoundaryVertexPatchPoints(int, int*, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | int
Level::gatherTriRegularBoundaryVertexPatchPoints(Index fIndex, Index points[], int boundaryFaceVert) const
{
ConstIndexArray fVerts = getFaceVertices(fIndex);
ConstIndexArray fEdges = getFaceEdges(fIndex);
Index v0 = fVerts[boundaryFaceVert];
Index v1 = fVerts[(boundaryFaceVert + 1) % 3];
Ind... | O3 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherTriRegularBoundaryVertexPatchPoints(int, int*, int) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
leal 0x1(%rsi,%rsi), %eax
cltq
movq 0x18(%rdi), %rsi
movq 0x150(%rdi), %r10
movslq (%rsi,%rax,4), %r11
shlq $0x2, %r11
movq 0x30(%rdi), %rsi
addq %... | _ZNK10OpenSubdiv6v3_6_03Vtr8internal5Level41gatherTriRegularBoundaryVertexPatchPointsEiPii:
push rbp
push r15
push r14
push r13
push r12
push rbx
lea eax, [rsi+rsi+1]
cdqe
mov rsi, [rdi+18h]
mov r10, [rdi+150h]
movsxd r11, dword ptr [rsi+rax*4]
shl r11, 2
mov rsi, [rdi+30h]
add ... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherTriRegularBoundaryVertexPatchPoints(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2,
int *a3,
int a4)
{
long long v4; // r11
long long v5; // rsi
long long v6; // r11
long long v7; // rbx
long long v8; // r8
l... | gatherTriRegularBoundaryVertexPatchPoints:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
LEA EAX,[RSI + RSI*0x1 + 0x1]
CDQE
MOV RSI,qword ptr [RDI + 0x18]
MOV R10,qword ptr [RDI + 0x150]
MOVSXD R11,dword ptr [RSI + RAX*0x4]
SHL R11,0x2
MOV RSI,qword ptr [RDI + 0x30]
ADD RSI,R11
ADD R11,qword ptr [RDI + 0x48]
MO... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherTriRegularBoundaryVertexPatchPoints(int, int*,
int) const */
int8 __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherTriRegularBoundaryVertexPatchPoints
(Level *this,int param_1,int *param_2,int param_3)
{
long lVar1;
int *piVar2;
int iVar... | |
61,701 | CLI::App::_process_extras() | MikePodsytnik[P]TCRtrie/build_O2/_deps/cli11-src/include/CLI/impl/App_inl.hpp | CLI11_INLINE void App::_process_extras() {
if(!(allow_extras_ || prefix_command_)) {
std::size_t num_left_over = remaining_size();
if(num_left_over > 0) {
throw ExtrasError(name_, remaining(false));
}
}
for(App_p &sub : subcommands_) {
if(sub->count() > 0)
... | O2 | cpp | CLI::App::_process_extras():
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %r14
cmpb $0x0, 0x48(%rdi)
jne 0x17015
cmpb $0x0, 0x4a(%r14)
jne 0x17015
movq %r14, %rdi
xorl %esi, %esi
callq 0x1a61e
testq %rax, %rax
jne 0x17048
movq 0x280(%r14), %rbx
movq 0x288(%r14), %r14
cmpq %r14, %rbx
je 0x1703f
movq (%rb... | _ZN3CLI3App15_process_extrasEv:
push rbp
push r14
push rbx
sub rsp, 20h
mov r14, rdi
cmp byte ptr [rdi+48h], 0
jnz short loc_17015
cmp byte ptr [r14+4Ah], 0
jnz short loc_17015
mov rdi, r14; this
xor esi, esi; bool
call _ZNK3CLI3App14remaining_sizeEb; CLI::App::remaining_size... | _process_extras:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV R14,RDI
CMP byte ptr [RDI + 0x48],0x0
JNZ 0x00117015
CMP byte ptr [R14 + 0x4a],0x0
JNZ 0x00117015
MOV RDI,R14
XOR ESI,ESI
CALL 0x0011a61e
TEST RAX,RAX
JNZ 0x00117048
LAB_00117015:
MOV RBX,qword ptr [R14 + 0x280]
MOV R14,qword ptr [R14 + 0x288]
LAB_00117023:
C... |
/* CLI::App::_process_extras() */
void __thiscall CLI::App::_process_extras(App *this)
{
int8 *puVar1;
long lVar2;
ExtrasError *pEVar3;
int8 *puVar4;
int1 local_30 [24];
if ((this[0x48] == (App)0x0) && (this[0x4a] == (App)0x0)) {
lVar2 = remaining_size(this,false);
if (lVar2 != 0) {
pEVa... | ||
61,702 | minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>... | monkey531[P]llama/common/minja.hpp | SetNode(const Location & location, const std::string & ns, const std::vector<std::string> & vns, std::shared_ptr<Expression> && v)
: TemplateNode(location), ns(ns), var_names(vns), value(std::move(v)) {} | O3 | cpp | minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>... | _ZN5minja7SetNodeC2ERKNS_8LocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS9_SaIS9_EEOSt10shared_ptrINS_10ExpressionEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r8
mov r15, rcx
mov rbx, rdi
lea r13, _ZTVN5minja12TemplateNodeE... | long long minja::SetNode::SetNode(long long a1, _QWORD *a2, long long a3, _QWORD *a4, __int128 *a5)
{
long long v7; // rax
long long result; // rax
__int128 v9; // xmm0
*(_QWORD *)a1 = &`vtable for'minja::TemplateNode + 2;
*(_QWORD *)(a1 + 8) = *a2;
v7 = a2[1];
*(_QWORD *)(a1 + 16) = v7;
if ( v7 )
{... | SetNode:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R8
MOV R15,RCX
MOV RBX,RDI
LEA R13,[0x1dafe8]
ADD R13,0x10
MOV qword ptr [RDI],R13
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 0x00161165
MOV RCX,qword p... |
/* minja::SetNode::SetNode(minja::Location const&, std::__cxx11::string const&,
std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&,
std::shared_ptr<minja::Expression>&&) */
void __thiscall
minja::SetNode::SetNode
(SetNode *this,Location *param_1,string *param_2,vector *pa... | |
61,703 | my_mb_wc_filename | eloqsql/strings/ctype-utf8.c | static int
my_mb_wc_filename(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int byte1, byte2;
if (s >= e)
return MY_CS_TOOSMALL;
if (*s < 128 && filename_safe_char[*s])
{
*pwc= *s;
return 1;
}
if (*s != MY_FILENAME_ESCAPE)
re... | O0 | c | my_mb_wc_filename:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x13f5fe
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x13f7ee
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
cmp... | my_mb_wc_filename:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_13F5FE
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_13F7EE
loc_13F5FE:
mov rax... | long long my_mb_wc_filename(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
unsigned int v5; // [rsp+0h] [rbp-40h]
int v6; // [rsp+4h] [rbp-3Ch]
int v7; // [rsp+8h] [rbp-38h]
int v8; // [rsp+Ch] [rbp-34h]
unsigned int v9; // [rsp+10h] [rbp-30h]
int v10; // [rsp+10h] [rbp-30h]
int ... | |||
61,704 | my_mb_wc_filename | eloqsql/strings/ctype-utf8.c | static int
my_mb_wc_filename(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int byte1, byte2;
if (s >= e)
return MY_CS_TOOSMALL;
if (*s < 128 && filename_safe_char[*s])
{
*pwc= *s;
return 1;
}
if (*s != MY_FILENAME_ESCAPE)
re... | O3 | c | my_mb_wc_filename:
pushq %rbp
movq %rsp, %rbp
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0xced2a
movsbq (%rdx), %r8
testq %r8, %r8
js 0xced28
leaq 0x28828e(%rip), %rdi # 0x356ec0
movl $0x1, %eax
cmpb $0x0, (%r8,%rdi)
je 0xcec46
movq %r8, (%rsi)
jmp 0xced2a
cmpb $0x40, %r8b
jne 0xced28
leaq 0... | my_mb_wc_filename:
push rbp
mov rbp, rsp
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb loc_CED2A
movsx r8, byte ptr [rdx]
test r8, r8
js loc_CED28
lea rdi, filename_safe_char
mov eax, 1
cmp byte ptr [r8+rdi], 0
jz short loc_CEC46
loc_CEC3E:
mov [rsi], r8
jmp loc_CED2A
loc_CE... | long long my_mb_wc_filename(long long a1, signed long long *a2, char *a3, unsigned long long a4)
{
long long result; // rax
signed long long v5; // r8
unsigned __int8 *v6; // rdi
int v7; // r10d
int v8; // r9d
long long v9; // rax
unsigned __int8 *v10; // rdx
int v11; // ecx
int v12; // r9d
long lo... | my_mb_wc_filename:
PUSH RBP
MOV RBP,RSP
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x001ced2a
MOVSX R8,byte ptr [RDX]
TEST R8,R8
JS 0x001ced28
LEA RDI,[0x456ec0]
MOV EAX,0x1
CMP byte ptr [R8 + RDI*0x1],0x0
JZ 0x001cec46
LAB_001cec3e:
MOV qword ptr [RSI],R8
JMP 0x001ced2a
LAB_001cec46:
CMP R8B,0x40
JNZ 0x001ced28
LEA RDI,[RDX +... |
int8 my_mb_wc_filename(int8 param_1,ulong *param_2,byte *param_3,byte *param_4)
{
byte bVar1;
byte bVar2;
int iVar3;
int8 uVar4;
ulong uVar5;
ulong uVar6;
if (param_4 <= param_3) {
return 0xffffff9b;
}
uVar6 = (ulong)(char)*param_3;
if ((long)uVar6 < 0) {
return 0;
}
uVar4 = 1;
if... | |
61,705 | delete_dynamic_element | eloqsql/mysys/array.c | void delete_dynamic_element(DYNAMIC_ARRAY *array, uint idx)
{
char *ptr= (char*) array->buffer+array->size_of_element*idx;
array->elements--;
memmove(ptr,ptr+array->size_of_element,
(array->elements-idx)*array->size_of_element);
} | O3 | c | delete_dynamic_element:
pushq %rbp
movq %rsp, %rbp
movl 0x8(%rdi), %edx
movl 0x14(%rdi), %ecx
movl %ecx, %eax
imull %esi, %eax
addq (%rdi), %rax
decl %edx
movl %edx, 0x8(%rdi)
subl %esi, %edx
imull %ecx, %edx
movq %rcx, %rsi
addq %rax, %rsi
movq %rax, %rdi
popq %rbp
jmp 0x29120
| delete_dynamic_element:
push rbp
mov rbp, rsp
mov edx, [rdi+8]
mov ecx, [rdi+14h]
mov eax, ecx
imul eax, esi
add rax, [rdi]
dec edx
mov [rdi+8], edx
sub edx, esi
imul edx, ecx
mov rsi, rcx
add rsi, rax
mov rdi, rax
pop rbp
jmp _memmove
| long long delete_dynamic_element(long long a1, int a2)
{
long long v2; // rcx
long long v3; // rax
int v4; // edx
v2 = *(unsigned int *)(a1 + 20);
v3 = *(_QWORD *)a1 + (unsigned int)(a2 * *(_DWORD *)(a1 + 20));
v4 = *(_DWORD *)(a1 + 8) - 1;
*(_DWORD *)(a1 + 8) = v4;
return memmove(v3, v3 + v2, (unsign... | delete_dynamic_element:
PUSH RBP
MOV RBP,RSP
MOV EDX,dword ptr [RDI + 0x8]
MOV ECX,dword ptr [RDI + 0x14]
MOV EAX,ECX
IMUL EAX,ESI
ADD RAX,qword ptr [RDI]
DEC EDX
MOV dword ptr [RDI + 0x8],EDX
SUB EDX,ESI
IMUL EDX,ECX
MOV RSI,RCX
ADD RSI,RAX
MOV RDI,RAX
POP RBP
JMP 0x00129120
|
void delete_dynamic_element(long *param_1,int param_2)
{
uint uVar1;
void *__dest;
int iVar2;
uVar1 = *(uint *)((long)param_1 + 0x14);
__dest = (void *)((ulong)(uVar1 * param_2) + *param_1);
iVar2 = (int)param_1[1] + -1;
*(int *)(param_1 + 1) = iVar2;
memmove(__dest,(void *)((ulong)uVar1 + (long)__... | |
61,706 | pfs_rebind_table_v1 | eloqsql/storage/perfschema/pfs.cc | PSI_table *
pfs_rebind_table_v1(PSI_table_share *share, const void *identity, PSI_table *table)
{
PFS_table *pfs= reinterpret_cast<PFS_table*> (table);
if (likely(pfs != NULL))
{
assert(pfs->m_thread_owner == NULL);
if (unlikely(! pfs->m_share->m_enabled))
{
destroy_table(pfs);
return NUL... | O0 | cpp | pfs_rebind_table_v1:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq %rax, -0x28(%rbp)
cmpq $0x0, -0x28(%rbp)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
je 0x4da78
movq -0x28(%rbp), %rax
movq 0x20(%rax), %rax
mov... | pfs_rebind_table_v1:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_20]
mov [rbp+var_28], rax
cmp [rbp+var_28], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
jz loc_4DA78
mov rax, [rbp+var_28]... | long long pfs_rebind_table_v1(PFS_table_share *a1, const void *a2, long long a3)
{
char v4; // [rsp+7h] [rbp-49h]
PFS_thread *v5; // [rsp+10h] [rbp-40h]
long long THR_PFS; // [rsp+20h] [rbp-30h]
if ( a3 )
{
if ( (*(_BYTE *)(*(_QWORD *)(a3 + 32) + 4LL) & 1) == 0 )
goto LABEL_8;
v4 = 0;
if (... | pfs_rebind_table_v1:
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 RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x28],RAX
CMP qword ptr [RBP + -0x28],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JZ 0x0014da78
MOV RAX,qword ... |
PFS_table * pfs_rebind_table_v1(PFS_table_share *param_1,void *param_2,PFS_table *param_3)
{
long lVar1;
PFS_thread *pPVar2;
byte local_51;
PFS_table *local_10;
if (param_3 == (PFS_table *)0x0) {
if (param_1 == (PFS_table_share *)0x0) {
local_10 = (PFS_table *)0x0;
}
else if (((byte)par... | |
61,707 | JS_AtomGetKind | bluesky950520[P]quickjs/quickjs.c | static JSAtomKindEnum JS_AtomGetKind(JSContext *ctx, JSAtom v)
{
JSRuntime *rt;
JSAtomStruct *p;
rt = ctx->rt;
if (__JS_AtomIsTaggedInt(v))
return JS_ATOM_KIND_STRING;
p = rt->atom_array[v];
switch(p->atom_type) {
case JS_ATOM_TYPE_STRING:
return JS_ATOM_KIND_STRING;
cas... | O0 | c | JS_AtomGetKind:
subq $0x38, %rsp
movq %rdi, 0x28(%rsp)
movl %esi, 0x24(%rsp)
movq 0x28(%rsp), %rax
movq 0x18(%rax), %rax
movq %rax, 0x18(%rsp)
movl 0x24(%rsp), %edi
callq 0x34e00
cmpl $0x0, %eax
je 0x5f566
movl $0x0, 0x34(%rsp)
jmp 0x5f5ff
movq 0x18(%rsp), %rax
movq 0x68(%rax), %rax
movl 0x24(%rsp), %ecx
movq (%rax,%rc... | JS_AtomGetKind:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov [rsp+38h+var_14], esi
mov rax, [rsp+38h+var_10]
mov rax, [rax+18h]
mov [rsp+38h+var_20], rax
mov edi, [rsp+38h+var_14]
call __JS_AtomIsTaggedInt
cmp eax, 0
jz short loc_5F566
mov [rsp+38h+var_4], 0
jmp loc_5F5FF
l... | long long JS_AtomGetKind(long long a1, unsigned int a2)
{
int v3; // [rsp+Ch] [rbp-2Ch]
long long v4; // [rsp+10h] [rbp-28h]
long long v5; // [rsp+18h] [rbp-20h]
v5 = *(_QWORD *)(a1 + 24);
if ( _JS_AtomIsTaggedInt(a2) )
{
return 0;
}
else
{
v4 = *(_QWORD *)(*(_QWORD *)(v5 + 104) + 8LL * a2);... | JS_AtomGetKind:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RDI
MOV dword ptr [RSP + 0x24],ESI
MOV RAX,qword ptr [RSP + 0x28]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RSP + 0x18],RAX
MOV EDI,dword ptr [RSP + 0x24]
CALL 0x00134e00
CMP EAX,0x0
JZ 0x0015f566
MOV dword ptr [RSP + 0x34],0x0
JMP 0x0015f5ff
LAB_0015f566:
MOV... |
int4 JS_AtomGetKind(long param_1,uint param_2)
{
long lVar1;
ulong uVar2;
int iVar3;
uint uVar4;
int4 local_4;
lVar1 = *(long *)(param_1 + 0x18);
iVar3 = __JS_AtomIsTaggedInt(param_2);
if (iVar3 == 0) {
lVar1 = *(long *)(*(long *)(lVar1 + 0x68) + (ulong)param_2 * 8);
uVar2 = *(ulong *)(lVar... | |
61,708 | JS_AtomGetKind | bluesky950520[P]quickjs/quickjs.c | static JSAtomKindEnum JS_AtomGetKind(JSContext *ctx, JSAtom v)
{
JSRuntime *rt;
JSAtomStruct *p;
rt = ctx->rt;
if (__JS_AtomIsTaggedInt(v))
return JS_ATOM_KIND_STRING;
p = rt->atom_array[v];
switch(p->atom_type) {
case JS_ATOM_TYPE_STRING:
return JS_ATOM_KIND_STRING;
cas... | O3 | c | JS_AtomGetKind:
pushq %rax
xorl %eax, %eax
testl %esi, %esi
js 0x3e144
movq 0x68(%rdi), %rcx
movl %esi, %edx
movq (%rcx,%rdx,8), %rcx
movq 0x4(%rcx), %rcx
movq %rcx, %rdx
shrq $0x3e, %rdx
leaq 0x60357(%rip), %rsi # 0x9e470
movslq (%rsi,%rdx,4), %rdx
addq %rsi, %rdx
jmpq *%rdx
movl $0x1, %eax
jmp 0x3e144
shrq $0x20,... | JS_AtomGetKind:
push rax
xor eax, eax
test esi, esi
js short loc_3E144; jumptable 000000000003E120 case 1
mov rcx, [rdi+68h]
mov edx, esi
mov rcx, [rcx+rdx*8]
mov rcx, [rcx+4]
mov rdx, rcx
shr rdx, 3Eh
lea rsi, jpt_3E120
movsxd rdx, ds:(jpt_3E120 - 9E470h)[rsi+rdx*4]; switch ... | long long JS_AtomGetKind(long long a1, int a2)
{
long long result; // rax
unsigned long long v3; // rcx
result = 0LL;
if ( a2 >= 0 )
{
v3 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(a1 + 104) + 8LL * (unsigned int)a2) + 4LL);
switch ( v3 >> 62 )
{
case 0uLL:
goto LABEL_8;
case 1uLL... | JS_AtomGetKind:
PUSH RAX
XOR EAX,EAX
TEST ESI,ESI
JS 0x0013e144
MOV RCX,qword ptr [RDI + 0x68]
MOV EDX,ESI
MOV RCX,qword ptr [RCX + RDX*0x8]
MOV RCX,qword ptr [RCX + 0x4]
MOV RDX,RCX
SHR RDX,0x3e
LEA RSI,[0x19e470]
MOVSXD RDX,dword ptr [RSI + RDX*0x4]
ADD RDX,RSI
JMP RDX
LAB_0013e144:
POP RCX
RET
|
int8 JS_AtomGetKind(long param_1,uint param_2)
{
int8 uVar1;
if (-1 < (int)param_2) {
/* WARNING: Could not recover jumptable at 0x0013e120. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*(code *)(&DAT_0019e470 +
*(... | |
61,709 | minja::html_escape(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/minja.hpp | static std::string html_escape(const std::string & s) {
std::string result;
result.reserve(s.size());
for (const auto & c : s) {
switch (c) {
case '&': result += "&"; break;
case '<': result += "<"; break;
case '>': result += ">"; break;
case '"': result += """; break;
... | O0 | cpp | minja::html_escape(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
subq $0x68, %rsp
movq %rdi, 0x18(%rsp)
movq %rdi, %rax
movq %rax, 0x10(%rsp)
movq %rdi, 0x60(%rsp)
movq %rsi, 0x58(%rsp)
movb $0x0, 0x57(%rsp)
callq 0x5d5e0
movq 0x58(%rsp), %rdi
callq 0x5d520
movq 0x18(%rsp), %rd... | _ZN5minjaL11html_escapeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
sub rsp, 68h
mov [rsp+68h+var_50], rdi
mov rax, rdi
mov [rsp+68h+var_58], rax
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_10], rsi
mov [rsp+68h+var_11], 0
call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaI... | long long minja::html_escape(long long a1, long long a2)
{
long long v2; // rax
_BYTE *v4; // [rsp+20h] [rbp-48h]
long long v5; // [rsp+28h] [rbp-40h] BYREF
_QWORD v6[4]; // [rsp+30h] [rbp-38h] BYREF
char v7; // [rsp+57h] [rbp-11h]
long long v8; // [rsp+58h] [rbp-10h]
long long v9; // [rsp+60h] [rbp-8h]
... | binary_reader:
SUB RSP,0x278
MOV qword ptr [RSP + 0x270],RDI
MOV qword ptr [RSP + 0x268],RSI
MOV dword ptr [RSP + 0x264],EDX
MOV RAX,qword ptr [RSP + 0x270]
MOV qword ptr [RSP + 0x40],RAX
MOV RCX,qword ptr [RSP + 0x268]
MOVUPS XMM0,xmmword ptr [RCX]
MOVUPS xmmword ptr [RAX],XMM0
CALL 0x001a40a0
MOV ECX,EAX
MOV RAX,qwor... |
/* nlohmann::json_abi_v3_11_3::detail::binary_reader<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... | |
61,710 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/json.hpp | bool next_byte_in_range(std::initializer_list<char_int_type> ranges)
{
JSON_ASSERT(ranges.size() == 2 || ranges.size() == 4 || ranges.size() == 6);
add(current);
for (auto range = ranges.begin(); range != ranges.end(); ++range)
{
get();
if (JSON_HEDLEY_LIKELY... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE18next_byte_in_rangeESt16initializer_listIiE:
push rbx
sub rs... | char nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_in... | next_byte_in_range:
PUSH RBX
SUB RSP,0x10
CMP RDX,0x6
JA 0x0015e9b1
MOV EAX,0x54
BT RAX,RDX
JNC 0x0015e9b1
LEA RBX,[RSP + 0xf]
MOV RCX,RBX
CALL 0x0011c5c8
MOV AL,byte ptr [RBX]
AND AL,0x1
ADD RSP,0x10
POP RBX
RET
LAB_0015e9b1:
LEA RDI,[0x1f0449]
LEA RDX,[0x1ea1ba]
LEA RCX,[0x1f119b]
MOV ESI,0x1da8
XOR EAX,EAX
CALL 0x00... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
61,711 | mysql_stat | eloqsql/libmariadb/libmariadb/mariadb_lib.c | char * STDCALL
mysql_stat(MYSQL *mysql)
{
if (ma_simple_command(mysql, COM_STATISTICS,0,0,0,0))
return mysql->net.last_error;
mysql->net.read_pos[mysql->packet_length]=0; /* End of stat string */
if (!mysql->net.read_pos[0])
{
SET_CLIENT_ERROR(mysql, CR_WRONG_HOST_INFO , SQLSTATE_UNKNOWN, 0);
return... | O3 | c | mysql_stat:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x4d0(%rdi), %rax
movl $0x9, %esi
xorl %edx, %edx
xorl %ecx, %ecx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq *0x10(%rax)
testl %eax, %eax
je 0x1c929
addq $0x97, %rbx
movq %rbx, %r14
jmp 0x1c997
movq 0x20(%rbx), %rax
movq ... | mysql_stat:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
mov rax, [rdi+4D0h]
mov esi, 9
xor edx, edx
xor ecx, ecx
xor r8d, r8d
xor r9d, r9d
call qword ptr [rax+10h]
test eax, eax
jz short loc_1C929
add rbx, 97h
mov r14, rbx
jmp ... | _BYTE * mysql_stat(long long a1)
{
long long v1; // rax
_BYTE *v2; // r14
if ( (*(unsigned int ( **)(long long, long long, _QWORD, _QWORD, _QWORD, _QWORD, long long))(*(_QWORD *)(a1 + 1232)
+ 16LL))(
a1,
... | mysql_stat:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x4d0]
MOV ESI,0x9
XOR EDX,EDX
XOR ECX,ECX
XOR R8D,R8D
XOR R9D,R9D
CALL qword ptr [RAX + 0x10]
TEST EAX,EAX
JZ 0x0011c929
ADD RBX,0x97
MOV R14,RBX
JMP 0x0011c997
LAB_0011c929:
MOV RAX,qword ptr [RBX + 0x20]
MOV RCX... |
char * mysql_stat(long param_1)
{
int iVar1;
char *__dest;
iVar1 = (**(code **)(*(long *)(param_1 + 0x4d0) + 0x10))(param_1,9,0,0,0,0);
if (iVar1 == 0) {
*(int1 *)(*(long *)(param_1 + 0x20) + *(long *)(param_1 + 0x358)) = 0;
__dest = *(char **)(param_1 + 0x20);
if (*__dest == '\0') {
*(in... | |
61,712 | my_lengthsp_mb2 | eloqsql/strings/ctype-ucs2.c | static size_t
my_lengthsp_mb2(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr, size_t length)
{
const char *end= ptr + length;
while (end > ptr + 1 && end[-1] == ' ' && end[-2] == '\0')
end-= 2;
return (size_t) (end - ptr);
} | O0 | c | my_lengthsp_mb2:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rcx
movq -0x10(%rbp), %rdx
addq $0x1, %rdx
xorl %eax, %eax
cmpq %rdx, %rcx
movb %al, -0x21(%rbp)
jbe 0xa88d5
movq -0x20(... | my_lengthsp_mb2:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_20], rax
loc_A889C:
mov rcx, [rbp+var_20]
mov rdx, [rbp+var_10]
add rdx, 1
xor eax, eax
cmp rcx, rdx
mov ... | long long my_lengthsp_mb2(long long a1, long long a2, long long a3)
{
bool v4; // [rsp+1h] [rbp-21h]
unsigned long long i; // [rsp+2h] [rbp-20h]
for ( i = a3 + a2; ; i -= 2LL )
{
v4 = 0;
if ( i > a2 + 1 )
{
v4 = 0;
if ( *(_BYTE *)(i - 1) == 32 )
v4 = *(_BYTE *)(i - 2) == 0;
... | my_lengthsp_mb2:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x20],RAX
LAB_001a889c:
MOV RCX,qword ptr [RBP + -0x20]
MOV RDX,qword ptr [RBP + -0x10]
ADD RDX,0x1
X... |
long my_lengthsp_mb2(int8 param_1,long param_2,long param_3)
{
bool bVar1;
int8 local_28;
local_28 = param_2 + param_3;
while( true ) {
bVar1 = false;
if ((param_2 + 1U < local_28) && (bVar1 = false, *(char *)(local_28 - 1) == ' ')) {
bVar1 = *(char *)(local_28 - 2) == '\0';
}
if (!bV... | |
61,713 | lo0bits | eloqsql/strings/dtoa.c | static int lo0bits(ULong *y)
{
register int k;
register ULong x= *y;
if (x & 7)
{
if (x & 1)
return 0;
if (x & 2)
{
*y= x >> 1;
return 1;
}
*y= x >> 2;
return 2;
}
k= 0;
if (!(x & 0xffff))
{
k= 16;
x>>= 16;
}
if (!(x & 0xff))
{
k+= 8;
x>>=... | O3 | c | lo0bits:
pushq %rbp
movq %rsp, %rbp
movl (%rdi), %ecx
testb $0x7, %cl
je 0x907d2
xorl %eax, %eax
testb $0x1, %cl
jne 0x90839
testb $0x2, %cl
jne 0x90830
shrl $0x2, %ecx
movl $0x2, %eax
jmp 0x90837
movl %ecx, %eax
shrl $0x10, %eax
xorl %edx, %edx
testl $0xfff8, %ecx # imm = 0xFFF8
cmovnel %ecx, %eax
sete %dl
s... | lo0bits:
push rbp
mov rbp, rsp
mov ecx, [rdi]
test cl, 7
jz short loc_907D2
xor eax, eax
test cl, 1
jnz short loc_90839
test cl, 2
jnz short loc_90830
shr ecx, 2
mov eax, 2
jmp short loc_90837
loc_907D2:
mov eax, ecx
shr eax, 10h
xor edx, edx
test ecx, 0FF... | long long lo0bits(unsigned int *a1)
{
unsigned int v1; // ecx
long long result; // rax
unsigned int v3; // ecx
unsigned int v4; // eax
int v5; // edx
int v6; // edx
int v7; // ecx
unsigned int v8; // esi
unsigned int v9; // edx
unsigned int v10; // r8d
v1 = *a1;
if ( (*a1 & 7) != 0 )
{
r... | lo0bits:
PUSH RBP
MOV RBP,RSP
MOV ECX,dword ptr [RDI]
TEST CL,0x7
JZ 0x001907d2
XOR EAX,EAX
TEST CL,0x1
JNZ 0x00190839
TEST CL,0x2
JNZ 0x00190830
SHR ECX,0x2
MOV EAX,0x2
JMP 0x00190837
LAB_001907d2:
MOV EAX,ECX
SHR EAX,0x10
XOR EDX,EDX
TEST ECX,0xfff8
CMOVNZ EAX,ECX
SETZ DL
SHL EDX,0x4
LEA ECX,[RDX + 0x8]
MOV ESI,EAX
S... |
int lo0bits(uint *param_1)
{
uint uVar1;
int iVar2;
uint uVar3;
int iVar4;
bool bVar5;
uVar3 = *param_1;
if ((uVar3 & 7) == 0) {
bVar5 = (uVar3 & 0xfff8) == 0;
uVar1 = uVar3 >> 0x10;
if (!bVar5) {
uVar1 = uVar3;
}
iVar4 = (uint)bVar5 * 0x10;
uVar3 = uVar1 >> 8;
iVar2... | |
61,714 | do_change_user(st_command*) | eloqsql/client/mysqltest.cc | void do_change_user(struct st_command *command)
{
MYSQL *mysql = cur_con->mysql;
/* static keyword to make the NetWare compiler happy. */
static DYNAMIC_STRING ds_user, ds_passwd, ds_db;
const struct command_arg change_user_args[] = {
{ "user", ARG_STRING, FALSE, &ds_user, "User to connect as" },
{ "pas... | O3 | cpp | do_change_user(st_command*):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
movq 0x3f5070(%rip), %rax # 0x45c348
movq (%rax), %r14
movq 0x10(%rdi), %rsi
leaq 0x362e0a(%rip), %rdx # 0x3ca0f0
movl $0x3, %ecx
movl $0x2c, %r8d
callq 0x629e7
movq 0x3f504b(%rip), %rax # 0x45c3... | _Z14do_change_userP10st_command:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdi
mov rax, cs:cur_con
mov r14, [rax]
mov rsi, [rdi+10h]
lea rdx, off_3CA0F0; "user"
mov ecx, 3
mov r8d, 2Ch ; ','
call _Z18check_command_argsP10st_commandPKcPK11command... | long long do_change_user(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9)
{
_QWORD *v10; // r14
long long v11; // rdi
unsigned int v12; // r15d
unsigned __int8 *v13; // r12
unsigned _... | do_change_user:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [0x0055c348]
MOV R14,qword ptr [RAX]
MOV RSI,qword ptr [RDI + 0x10]
LEA RDX,[0x4ca0f0]
MOV ECX,0x3
MOV R8D,0x2c
CALL 0x001629e7
MOV RAX,qword ptr [0x0055c348]
MOV RDI,qword ptr [RAX + 0x20]
TEST RDI,RDI
JZ 0x0016731a
... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* do_change_user(st_command*) */
void do_change_user(st_command *param_1)
{
st_mysql *psVar1;
char cVar2;
uint uVar3;
char *pcVar4;
char *pcVar5;
psVar1 = (st_mysql *)*cur_con;
check_command_args(param_1,*(char **)... | |
61,715 | POINTonE1_Deserialize_Z | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/e1.c | static BLST_ERROR POINTonE1_Deserialize_Z(POINTonE1_affine *out,
const unsigned char in[96])
{
unsigned char in0 = in[0];
if ((in0 & 0xe0) == 0)
return POINTonE1_Deserialize_BE(out, in);
if (in0 & 0x80) /* compressed bit */
return POINT... | O1 | c | POINTonE1_Deserialize_Z:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rdi, %rbx
movzbl (%rsi), %eax
cmpq $0x1f, %rax
ja 0x19c77
movl $0x2f, %eax
xorl %ecx, %ecx
movq %rsi, %rdx
shlq $0x8, %rcx
movzbl (%rdx), %edi
incq %rdx
orq %rdi, %rcx
movq %rax, %rdi
andq $... | POINTonE1_Deserialize_Z:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov rbx, rdi
movzx eax, byte ptr [rsi]
cmp rax, 1Fh
ja loc_19C77
mov eax, 2Fh ; '/'
xor ecx, ecx
mov rdx, rsi
loc_19B24:
shl rcx, 8
movzx edi, byte ptr [rdx... | long long POINTonE1_Deserialize_Z(_QWORD *a1, unsigned __int8 *a2)
{
unsigned long long v3; // rax
long long v4; // rax
long long v5; // rcx
unsigned __int8 *v6; // rdx
long long v7; // rdi
bool v8; // cf
unsigned __int8 *v9; // rsi
long long v10; // rax
long long v11; // rcx
long long v12; // rdx
... | POINTonE1_Deserialize_Z:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV RBX,RDI
MOVZX EAX,byte ptr [RSI]
CMP RAX,0x1f
JA 0x00119c77
MOV EAX,0x2f
XOR ECX,ECX
MOV RDX,RSI
LAB_00119b24:
SHL RCX,0x8
MOVZX EDI,byte ptr [RDX]
INC RDX
OR RCX,RDI
MOV RDI,RAX
AND RDI,-0x8
MOV qword ptr [RBP +... |
ulong POINTonE1_Deserialize_Z(ulong *param_1,byte *param_2)
{
byte bVar1;
ulong uVar2;
long lVar3;
byte bVar4;
ulong uVar5;
byte *pbVar6;
ulong *puVar7;
ulong *puVar8;
uint uVar9;
bool bVar10;
int1 local_c8 [56];
ulong local_90 [5];
byte local_61;
ulong local_60 [6];
bVar4 = 0;
bVar... | |
61,716 | trx_print_latched(_IO_FILE*, trx_t const*, unsigned long) | eloqsql/storage/innobase/trx/trx0trx.cc | void
trx_print_latched(
/*==============*/
FILE* f, /*!< in: output stream */
const trx_t* trx, /*!< in: transaction */
ulint max_query_len) /*!< in: max query length to print,
or 0 to use the default max length */
{
lock_sys.assert_locked();
trx_print_low(f, trx, max_query_len,
trx->lock.n_rec_l... | O0 | cpp | trx_print_latched(_IO_FILE*, trx_t const*, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
leaq 0x13ba9b5(%rip), %rdi # 0x25d67c0
callq 0x11199e0
movq -0x8(%rbp), %rax
movq %rax, -0x40(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x38(%rbp)
m... | _Z17trx_print_latchedP8_IO_FILEPK5trx_tm:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
lea rdi, lock_sys; this
call _ZNK10lock_sys_t13assert_lockedEv; lock_sys_t::assert_locked(void)
mov rax, [rbp+var_8]
mov [rbp+var_40], rax
m... | unsigned long long trx_print_latched(long long a1, _QWORD *a2, unsigned int a3)
{
long long size; // rax
long long v5; // [rsp+18h] [rbp-28h]
long long v6; // [rsp+20h] [rbp-20h]
lock_sys_t::assert_locked((lock_sys_t *)&lock_sys);
v5 = a2[261];
v6 = a2[249];
size = mem_heap_get_size(a2[248]);
return t... | __niter_base<std::pair<unsigned_long,unsigned_long>*>:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
POP RBP
RET
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::pair<unsigned long, unsigned long>* std::__niter_base<std::pair<unsigned long, unsigned
long>*>(std::pair<unsigned long, unsigned long>*) */
pair * std::__niter_base<std::pair<unsigned_long,unsigned_long>*>(pair *param_1)
{
ret... | |
61,717 | reset_events_transactions_by_user() | eloqsql/storage/perfschema/pfs_events_transactions.cc | void reset_events_transactions_by_user()
{
global_user_container.apply(fct_reset_events_transactions_by_user);
} | O3 | cpp | reset_events_transactions_by_user():
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
xorl %r14d, %r14d
leaq 0x383e81(%rip), %r15 # 0x3c71d8
movq 0xa8(%r15,%r14,8), %rax
testq %rax, %rax
je 0x4339d
movq 0x50(%rax), %rcx
testq %rcx, %rcx
jle 0x4339d
movq 0x48(%rax), %rbx
imulq $0x9c0, %rcx, %r12... | _Z33reset_events_transactions_by_userv:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
xor r14d, r14d
lea r15, global_user_container
loc_43357:
mov rax, [r15+r14*8+0A8h]
test rax, rax
jz short loc_4339D
mov rcx, [rax+50h]
test rcx, rcx
jle short loc_4339D
mov... | long long reset_events_transactions_by_user(void)
{
long long i; // r14
long long result; // rax
long long v2; // rcx
PFS_user *v3; // rbx
PFS_user *v4; // r12
for ( i = 0LL; i != 128; ++i )
{
result = global_user_container[i + 21];
if ( result )
{
v2 = *(_QWORD *)(result + 80);
i... | reset_events_transactions_by_user:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
XOR R14D,R14D
LEA R15,[0x4c71d8]
LAB_00143357:
MOV RAX,qword ptr [R15 + R14*0x8 + 0xa8]
TEST RAX,RAX
JZ 0x0014339d
MOV RCX,qword ptr [RAX + 0x50]
TEST RCX,RCX
JLE 0x0014339d
MOV RBX,qword ptr [RAX + 0x48]
IMUL R12,RCX,0x9c0
ADD ... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* reset_events_transactions_by_user() */
void reset_events_transactions_by_user(void)
{
long lVar1;
PFS_user *this;
PFS_user *pPVar2;
long lVar3;
lVar3 = 0;
do {
lVar1 = (&DAT_004c7280)[lVar3];
if ((lVar1 != 0) && (0... | |
61,718 | json_get | corpus-core[P]colibri-stateless/src/util/json.c | json_t json_get(json_t parent, const char* property) {
if (parent.type != JSON_TYPE_OBJECT) return json(JSON_TYPE_INVALID, parent.start, 0);
bytes_t property_name = NULL_BYTES;
size_t len = strlen(property);
json_for_each_property(parent, val, property_name) {
if (property_name.len == len && prop... | O1 | c | json_get:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
leaq 0x80(%rsp), %rbp
cmpl $0x3, 0x10(%rbp)
jne 0x175aa
movq %rsi, %r14
xorps %xmm0, %xmm0
leaq 0x20(%rsp), %r12
movaps %xmm0, (%r12)
movq %rsi, %rdi
callq 0x5140
movq %rax, %r15
movq 0x10(%rbp), %rax
movq %rax,... | json_get:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, rdi
lea rbp, [rsp+78h+arg_0]
cmp dword ptr [rbp+10h], 3
jnz loc_175AA
mov r14, rsi
xorps xmm0, xmm0
lea r12, [rsp+78h+var_58]
movaps xmmword ptr [r12], xmm0
mov rdi, rsi
call _st... | long long json_get(
long long a1,
long long a2,
_DWORD a3,
_DWORD a4,
_DWORD a5,
_DWORD a6,
__int128 a7,
long long a8)
{
long long v8; // r15
int v9; // ecx
int v10; // r8d
int v11; // r9d
int v12; // ecx
int v13; // r8d
int v14; // r9d
__... | json_get:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,RDI
LEA RBP,[RSP + 0x80]
CMP dword ptr [RBP + 0x10],0x3
JNZ 0x001175aa
MOV R14,RSI
XORPS XMM0,XMM0
LEA R12,[RSP + 0x20]
MOVAPS xmmword ptr [R12],XMM0
MOV RDI,RSI
CALL 0x00105140
MOV R15,RAX
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr ... |
int8 * json_get(int8 *param_1,char *param_2)
{
int iVar1;
size_t __n;
int8 in_stack_00000008;
int in_stack_00000018;
ulong local_58;
void *pvStack_50;
int8 local_48;
int8 uStack_40;
int8 local_38;
if (in_stack_00000018 == 3) {
local_58 = 0;
pvStack_50 = (void *)0x0;
__n = strlen(par... | |
61,719 | my_rw_wrlock | eloqsql/mysys/thr_rwlock.c | int my_rw_wrlock(my_rw_lock_t *rwp)
{
pthread_mutex_lock(&rwp->lock);
rwp->waiters++; /* another writer queued */
my_rw_lock_assert_not_write_owner(rwp);
while (rwp->state)
pthread_cond_wait(&rwp->writers, &rwp->lock);
rwp->state = -1;
rwp->waiters--;
#ifdef SAFE_MUTEX
rwp->write_thread= pthread_... | O0 | c | my_rw_wrlock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x24450
movq -0x8(%rbp), %rax
movl 0x8c(%rax), %ecx
addl $0x1, %ecx
movl %ecx, 0x8c(%rax)
movq -0x8(%rbp), %rax
cmpl $0x0, 0x88(%rax)
je 0x30ba8
movq -0x8(%rbp), %rdi
addq $0x58, %rdi
movq -0x8(%rbp), %rsi
callq ... | my_rw_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]
mov ecx, [rax+8Ch]
add ecx, 1
mov [rax+8Ch], ecx
loc_30B88:
mov rax, [rbp+var_8]
cmp dword ptr [rax+88h], 0
jz short loc_30BA8
mov ... | long long my_rw_wrlock(long long a1)
{
pthread_mutex_lock(a1);
++*(_DWORD *)(a1 + 140);
while ( *(_DWORD *)(a1 + 136) )
pthread_cond_wait(a1 + 88, a1);
*(_DWORD *)(a1 + 136) = -1;
--*(_DWORD *)(a1 + 140);
pthread_mutex_unlock(a1);
return 0LL;
}
| my_rw_wrlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00124450
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x8c]
ADD ECX,0x1
MOV dword ptr [RAX + 0x8c],ECX
LAB_00130b88:
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x88],0x0
JZ 0x00130ba8... |
int8 my_rw_wrlock(pthread_mutex_t *param_1)
{
pthread_mutex_lock(param_1);
*(int *)((long)param_1 + 0x8c) = *(int *)((long)param_1 + 0x8c) + 1;
while (*(int *)((long)param_1 + 0x88) != 0) {
pthread_cond_wait((pthread_cond_t *)((long)param_1 + 0x58),param_1);
}
*(int4 *)((long)param_1 + 0x88) = 0xfffffff... | |
61,720 | create_fromuni | eloqsql/strings/ctype-simple.c | static my_bool
create_fromuni(struct charset_info_st *cs,
MY_CHARSET_LOADER *loader)
{
uni_idx idx[PLANE_NUM];
int i,n;
/*
Check that Unicode map is loaded.
It can be not loaded when the collation is
listed in Index.xml but not specified
in the character set specific XML file.
... | O0 | c | create_fromuni:
pushq %rbp
movq %rsp, %rbp
subq $0x1850, %rsp # imm = 0x1850
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
cmpq $0x0, 0x68(%rax)
jne 0x97697
movb $0x1, -0x1(%rbp)
jmp 0x97b6a
leaq -0x1820(%rbp), %rdi
xorl %esi, %esi
movl $0x1800, %edx # imm = 0x1800
callq 0x362... | create_fromuni:
push rbp
mov rbp, rsp
sub rsp, 1850h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
cmp qword ptr [rax+68h], 0
jnz short loc_97697
mov [rbp+var_1], 1
jmp loc_97B6A
loc_97697:
lea rdi, [rbp+var_1820]
xor esi, esi
mov edx, 1800h
call ... | char create_fromuni(long long a1, long long a2)
{
long long v2; // rax
_QWORD *v3; // rax
unsigned __int16 v5; // [rsp+0h] [rbp-1850h]
__int16 v6; // [rsp+4h] [rbp-184Ch]
int v7; // [rsp+8h] [rbp-1848h]
unsigned __int16 v8; // [rsp+Eh] [rbp-1842h]
long long v9; // [rsp+10h] [rbp-1840h]
int v10; // [rsp... | create_fromuni:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x1850
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x68],0x0
JNZ 0x00197697
MOV byte ptr [RBP + -0x1],0x1
JMP 0x00197b6a
LAB_00197697:
LEA RDI,[RBP + -0x1820]
XOR ESI,ESI
MOV EDX,0x1800
CALL 0x001362e0
... |
int1 create_fromuni(long param_1,long param_2)
{
ushort uVar1;
ushort uVar2;
int iVar3;
void *__s;
long lVar4;
int8 *puVar5;
uint uVar6;
int local_183c;
int local_182c;
int local_1828 [2];
ushort auStack_1820 [4];
int8 auStack_1818 [767];
long local_20;
long local_18;
int1 local_9;
... | |
61,721 | common_sampler_type_to_str[abi:cxx11](common_sampler_type) | monkey531[P]llama/common/sampling.cpp | std::string common_sampler_type_to_str(enum common_sampler_type cnstr) {
switch (cnstr) {
case COMMON_SAMPLER_TYPE_DRY: return "dry";
case COMMON_SAMPLER_TYPE_TOP_K: return "top_k";
case COMMON_SAMPLER_TYPE_TYPICAL_P: return "typ_p";
case COMMON_SAMPLER_TYPE_TOP_P: ... | O2 | cpp | common_sampler_type_to_str[abi:cxx11](common_sampler_type):
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
decl %esi
cmpl $0x9, %esi
ja 0x98035
leaq 0x20216(%rip), %rax # 0xb81c4
movslq (%rax,%rsi,4), %rcx
addq %rax, %rcx
jmpq *%rcx
leaq 0x205dd(%rip), %rsi # 0xb859b
leaq 0xf(%rsp), %rdx
jmp 0x98041
leaq 0x205df(%... | _Z26common_sampler_type_to_strB5cxx1119common_sampler_type:
push rbx
sub rsp, 10h
mov rbx, rdi
dec esi; switch 10 cases
cmp esi, 9
ja def_97FB5; jumptable 0000000000097FB5 default case, case 5
lea rax, jpt_97FB5
movsxd rcx, ds:(jpt_97FB5 - 0B81C4h)[rax+rsi*4]
add rcx, rax
jmp rcx; s... | _QWORD * common_sampler_type_to_str[abi:cxx11](_QWORD *a1, int a2)
{
char *v2; // rsi
switch ( a2 )
{
case 1:
v2 = "dry";
break;
case 2:
v2 = "top_k";
break;
case 3:
v2 = "top_p";
break;
case 4:
v2 = "min_p";
break;
case 6:
v2 = "typ_p";
... | common_sampler_type_to_str[abi:cxx11]:
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
DEC ESI
CMP ESI,0x9
JA 0x00198035
LEA RAX,[0x1b81c4]
MOVSXD RCX,dword ptr [RAX + RSI*0x4]
ADD RCX,RAX
switchD:
JMP RCX
caseD_1:
LEA RSI,[0x1b859b]
LEA RDX,[RSP + 0xf]
JMP 0x00198041
caseD_3:
LEA RSI,[0x1b85ab]
LEA RDX,[RSP + 0xc]
JMP 0x00198041
ca... |
/* common_sampler_type_to_str[abi:cxx11](common_sampler_type) */
string * common_sampler_type_to_str_abi_cxx11_(string *param_1,int4 param_2)
{
allocator *paVar1;
char *pcVar2;
allocator local_12;
allocator local_11;
allocator local_10;
allocator local_f;
allocator local_e;
allocator local_d;
alloc... | |
61,722 | common_sampler_type_to_str[abi:cxx11](common_sampler_type) | monkey531[P]llama/common/sampling.cpp | std::string common_sampler_type_to_str(enum common_sampler_type cnstr) {
switch (cnstr) {
case COMMON_SAMPLER_TYPE_DRY: return "dry";
case COMMON_SAMPLER_TYPE_TOP_K: return "top_k";
case COMMON_SAMPLER_TYPE_TYPICAL_P: return "typ_p";
case COMMON_SAMPLER_TYPE_TOP_P: ... | O3 | cpp | common_sampler_type_to_str[abi:cxx11](common_sampler_type):
pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rdi)
decl %esi
cmpl $0x9, %esi
ja 0xcdaa6
leaq 0x267f6(%rip), %rax # 0xf41f8
movslq (%rax,%rsi,4), %rcx
addq %rax, %rcx
jmpq *%rcx
leaq 0x26bbd(%rip), %rsi # 0xf45cf
leaq 0x26bb9(%rip), %rdx... | _Z26common_sampler_type_to_strB5cxx1119common_sampler_type:
push rbx
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
dec esi; switch 10 cases
cmp esi, 9
ja def_CDA09; jumptable 00000000000CDA09 default case, case 5
lea rax, jpt_CDA09
movsxd rcx, ds:(jpt_CDA09 - 0F41F8h)[rax+rsi*4]
add ... | _QWORD * common_sampler_type_to_str[abi:cxx11](_QWORD *a1, int a2)
{
char *v2; // rsi
char *v3; // rdx
*a1 = a1 + 2;
switch ( a2 )
{
case 1:
v2 = "dry";
v3 = "";
break;
case 2:
v2 = "top_k";
v3 = "";
break;
case 3:
v2 = "top_p";
v3 = "";
break... | common_sampler_type_to_str[abi:cxx11]:
PUSH RBX
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
DEC ESI
CMP ESI,0x9
JA 0x001cdaa6
LEA RAX,[0x1f41f8]
MOVSXD RCX,dword ptr [RAX + RSI*0x4]
ADD RCX,RAX
switchD:
JMP RCX
caseD_1:
LEA RSI,[0x1f45cf]
LEA RDX,[0x1f45d2]
JMP 0x001cda99
caseD_3:
LEA RSI,[0x1f45df]
LEA RD... |
/* common_sampler_type_to_str[abi:cxx11](common_sampler_type) */
long * common_sampler_type_to_str_abi_cxx11_(long *param_1,int4 param_2)
{
char *pcVar1;
char *pcVar2;
*param_1 = (long)(param_1 + 2);
switch(param_2) {
case 1:
pcVar2 = "dry";
pcVar1 = "";
break;
case 2:
pcVar2 = "top_k"... | |
61,723 | lunasvg::SVGCircleElement::SVGCircleElement(lunasvg::Document*) | dmazzella[P]pylunasvg/lunasvg/source/svggeometryelement.cpp | SVGCircleElement::SVGCircleElement(Document* document)
: SVGGeometryElement(document, ElementID::Circle)
, m_cx(PropertyID::Cx, LengthDirection::Horizontal, LengthNegativeMode::Allow)
, m_cy(PropertyID::Cy, LengthDirection::Vertical, LengthNegativeMode::Allow)
, m_r(PropertyID::R, LengthDirection::Diago... | O0 | cpp | lunasvg::SVGCircleElement::SVGCircleElement(lunasvg::Document*):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x30(%rbp)
movq -0x10(%rbp), %rsi
movl $0x2, %edx
callq 0x2d000
movq -0x30(%rbp), %rdi
leaq 0x93eef(%rip), %rax # 0xc2680
movq %... | _ZN7lunasvg16SVGCircleElementC2EPNS_8DocumentE:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov [rbp+var_30], rdi
mov rsi, [rbp+var_10]
mov edx, 2
call _ZN7lunasvg18SVGGeometryElementC2EPNS_8DocumentENS_9ElementIDE; lunasvg::SV... | long long lunasvg::SVGCircleElement::SVGCircleElement(lunasvg::SVGCircleElement *this, lunasvg::Document *a2)
{
lunasvg::SVGGeometryElement::SVGGeometryElement((long long)this, a2, 2);
*(_QWORD *)this = off_C2680;
lunasvg::SVGLength::SVGLength((long long)this + 280, 8u, 0, 0, 0, 0.0);
lunasvg::SVGLength::SVGLe... | SVGCircleElement:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x30],RDI
MOV RSI,qword ptr [RBP + -0x10]
MOV EDX,0x2
CALL 0x0012d000
MOV RDI,qword ptr [RBP + -0x30]
LEA RAX,[0x1c2680]
MOV qword ptr [RDI],RAX
ADD RDI... |
/* lunasvg::SVGCircleElement::SVGCircleElement(lunasvg::Document*) */
void __thiscall
lunasvg::SVGCircleElement::SVGCircleElement(SVGCircleElement *this,Document *param_1)
{
SVGCircleElement *pSVar1;
SVGCircleElement *pSVar2;
int8 in_R9;
SVGGeometryElement::SVGGeometryElement((SVGGeometryElement *)this,pa... | |
61,724 | ma_tls_read_async | eloqsql/libmariadb/libmariadb/secure/openssl.c | ssize_t ma_tls_read_async(MARIADB_PVIO *pvio,
const unsigned char *buffer,
size_t length)
{
int res;
struct mysql_async_context *b= pvio->mysql->options.extension->async_context;
MARIADB_TLS *ctls= pvio->ctls;
for (;;)
{
res= SSL_read((SSL *)ctls->ssl, ... | O0 | c | ma_tls_read_async:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x40(%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x8(%rbp), %rax
movq 0x38(%rax), %rax
movq %rax, -0x30(%rbp)
movq -0x30... | ma_tls_read_async:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov rax, [rax+40h]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_28], rax
mov rax, [rbp+var_8]
mov rax, [rax+38h]
mov [... | long long ma_tls_read_async(long long a1, long long a2, unsigned int a3)
{
long long v4; // [rsp+0h] [rbp-30h]
long long v5; // [rsp+8h] [rbp-28h]
unsigned int v6; // [rsp+14h] [rbp-1Ch]
v5 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(a1 + 64) + 1152LL) + 40LL);
v4 = *(_QWORD *)(a1 + 56);
do
v6 = SSL_read(*(... | ma_tls_read_async:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x40]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword p... |
long ma_tls_read_async(long param_1,void *param_2,int param_3)
{
int8 uVar1;
long lVar2;
char cVar3;
int iVar4;
uVar1 = *(int8 *)(*(long *)(*(long *)(param_1 + 0x40) + 0x480) + 0x28);
lVar2 = *(long *)(param_1 + 0x38);
do {
iVar4 = SSL_read(*(SSL **)(lVar2 + 0x10),param_2,param_3);
cVar3 = ma... | |
61,725 | common_chat_format_name[abi:cxx11](common_chat_format) | llama.cpp/common/chat.cpp | std::string common_chat_format_name(common_chat_format format) {
switch (format) {
case COMMON_CHAT_FORMAT_CONTENT_ONLY: return "Content-only";
case COMMON_CHAT_FORMAT_GENERIC: return "Generic";
case COMMON_CHAT_FORMAT_MISTRAL_NEMO: return "Mistral Nemo";
case COMMON_CHAT_FORMAT_LLAM... | O3 | cpp | common_chat_format_name[abi:cxx11](common_chat_format):
pushq %r14
pushq %rbx
pushq %rax
cmpl $0xd, %esi
ja 0x3b0df
movq %rdi, %rbx
movl %esi, %eax
leaq 0x95095(%rip), %rcx # 0xd0000
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0x10(%rbx), %rax
movq %rax, (%rbx)
leaq 0x96f56(%rip), %rsi # 0xd1ed8
... | _Z23common_chat_format_nameB5cxx1118common_chat_format:
push r14
push rbx
push rax
cmp esi, 0Dh; switch 14 cases
ja def_3AF72; jumptable 000000000003AF72 default case
mov rbx, rdi
mov eax, esi
lea rcx, jpt_3AF72
movsxd rax, ds:(jpt_3AF72 - 0D0000h)[rcx+rax*4]
add rax, rcx
jmp rax;... | _QWORD * common_chat_format_name[abi:cxx11](_QWORD *a1, int a2)
{
char *v2; // rsi
char *v3; // rdx
std::runtime_error *exception; // rbx
switch ( a2 )
{
case 0:
*a1 = a1 + 2;
v2 = "Content-only";
v3 = "";
break;
case 1:
*a1 = a1 + 2;
v2 = "Generic";
v3 = "";... | common_chat_format_name[abi:cxx11]:
PUSH R14
PUSH RBX
PUSH RAX
CMP ESI,0xd
JA 0x0013b0df
MOV RBX,RDI
MOV EAX,ESI
LEA RCX,[0x1d0000]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
LEA RAX,[RBX + 0x10]
MOV qword ptr [RBX],RAX
LEA RSI,[0x1d1ed8]
LEA RDX,[0x1d1ee4]
JMP 0x0013b0cc
caseD_b:
LEA RA... |
/* common_chat_format_name[abi:cxx11](common_chat_format) */
long * common_chat_format_name_abi_cxx11_(long *param_1,int4 param_2)
{
runtime_error *this;
char *pcVar1;
char *pcVar2;
switch(param_2) {
case 0:
*param_1 = (long)(param_1 + 2);
pcVar2 = "Content-only";
pcVar1 = "";
break;
c... | |
61,726 | my_strnxfrm_unicode_full_bin_internal | eloqsql/strings/ctype-utf8.c | size_t
my_strnxfrm_unicode_full_bin_internal(CHARSET_INFO *cs,
uchar *dst, uchar *de, uint *nweights,
const uchar *src, const uchar *se)
{
my_wc_t UNINIT_VAR(wc);
uchar *dst0= dst;
DBUG_ASSERT(src || !se);
DBUG_ASSERT(cs->state & MY_CS... | O0 | c | my_strnxfrm_unicode_full_bin_internal:
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)
movq %r9, -0x30(%rbp)
movq -0x38(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x40(%rbp)
jmp 0x996c... | my_strnxfrm_unicode_full_bin_internal:
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_30], r9
mov rax, [rbp+var_38]
mov [rbp+var_38], rax
mov rax, [rbp+var_10]
mov ... | _BYTE * my_strnxfrm_unicode_full_bin_internal(
long long a1,
_BYTE *a2,
unsigned long long a3,
_DWORD *a4,
long long a5,
long long a6)
{
_BYTE *v6; // rax
_BYTE *v7; // rax
_BYTE *v8; // rax
bool v10; // [rsp+Bh] [rbp-45h]
int v11; // [rsp+Ch] [rbp-44h]
_BYTE ... | my_strnxfrm_unicode_full_bin_internal:
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 qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x38]
MOV qword ptr [RBP + -0x38... |
long my_strnxfrm_unicode_full_bin_internal
(long param_1,int1 *param_2,int1 *param_3,int *param_4,long param_5,
int8 param_6)
{
int iVar1;
int1 *puVar2;
int1 *puVar3;
bool bVar4;
int1 local_40 [8];
int8 local_38;
long local_30;
int *local_28;
int1 *local_20;
int1 *loc... | |
61,727 | google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt64(int, long, google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void DescriptorBuilder::OptionInterpreter::SetInt64(
int number, int64_t value, FieldDescriptor::Type type,
UnknownFieldSet* unknown_fields) {
switch (type) {
case FieldDescriptor::TYPE_INT64:
unknown_fields->AddVarint(number, static_cast<uint64_t>(value));
break;
case FieldDescriptor::TY... | O0 | cpp | google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt64(int, long, google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*):
subq $0x98, %rsp
movq %rdi, 0x90(%rsp)
movl %esi, 0x8c(%rsp)
movq %rdx, 0x80(%rsp)
movl %ecx, 0x7c(%rsp)
movq %r8, 0x70(%rsp)
movl 0x7c(%rsp), %eax
movl %eax, 0x24(%r... | _ZN6google8protobuf17DescriptorBuilder17OptionInterpreter8SetInt64EilNS0_15FieldDescriptor4TypeEPNS0_15UnknownFieldSetE:
sub rsp, 98h
mov [rsp+98h+var_C+4], rdi
mov dword ptr [rsp+98h+var_C], esi
mov [rsp+98h+var_18], rdx
mov [rsp+98h+var_1C], ecx
mov [rsp+98h+var_28], r8
mov eax, [rsp+98h+v... | void google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt64(
long long a1,
long long a2,
google::protobuf::internal::WireFormatLite *a3,
int a4,
google::protobuf::UnknownFieldSet *a5)
{
unsigned long long v5; // rax
google::protobuf::internal::LogMessage *v6; // [r... | SetInt64:
SUB RSP,0x98
MOV qword ptr [RSP + 0x90],RDI
MOV dword ptr [RSP + 0x8c],ESI
MOV qword ptr [RSP + 0x80],RDX
MOV dword ptr [RSP + 0x7c],ECX
MOV qword ptr [RSP + 0x70],R8
MOV EAX,dword ptr [RSP + 0x7c]
MOV dword ptr [RSP + 0x24],EAX
SUB EAX,0x3
JZ 0x0016020c
JMP 0x001601f6
LAB_001601f6:
MOV EAX,dword ptr [RSP + 0... |
/* google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt64(int, long,
google::protobuf::FieldDescriptor::Type, google::protobuf::UnknownFieldSet*) */
void __thiscall
google::protobuf::DescriptorBuilder::OptionInterpreter::SetInt64
(OptionInterpreter *this,int param_1,ulong param_2,int param_4,Un... | |
61,728 | my_uca_coll_init_utf8mb3 | eloqsql/strings/ctype-uca.c | static my_bool
my_uca_coll_init_utf8mb3(struct charset_info_st *cs, MY_CHARSET_LOADER *loader)
{
if (my_coll_init_uca(cs, loader))
return TRUE;
if (my_uca_collation_can_optimize_no_contractions(cs))
my_uca_handler_map(cs, &my_uca_package_utf8mb3,
&my_uca_package_no_contractions_utf8mb... | O0 | c | my_uca_coll_init_utf8mb3:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0x4f0c0
cmpb $0x0, %al
je 0x50557
movb $0x1, -0x1(%rbp)
jmp 0x5057f
movq -0x10(%rbp), %rdi
callq 0x5b0b0
cmpb $0x0, %al
je 0x5057b
movq -0x10(%rbp), %rd... | my_uca_coll_init_utf8mb3:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_18]
call my_coll_init_uca
cmp al, 0
jz short loc_50557
mov [rbp+var_1], 1
jmp short loc_5057F
loc_50557:
mov rdi, [rbp+var_1... | char my_uca_coll_init_utf8mb3(long long a1, long long a2)
{
if ( (unsigned __int8)my_coll_init_uca(a1, a2) )
return 1;
if ( (unsigned __int8)my_uca_collation_can_optimize_no_contractions(a1) )
my_uca_handler_map(a1, my_uca_package_utf8mb3, my_uca_package_no_contractions_utf8mb3);
return 0;
}
| my_uca_coll_init_utf8mb3:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
CALL 0x0014f0c0
CMP AL,0x0
JZ 0x00150557
MOV byte ptr [RBP + -0x1],0x1
JMP 0x0015057f
LAB_00150557:
MOV RDI,qword ptr [RBP + -0x10]
... |
int1 my_uca_coll_init_utf8mb3(int8 param_1,int8 param_2)
{
char cVar1;
int1 local_9;
cVar1 = my_coll_init_uca(param_1,param_2);
if (cVar1 == '\0') {
cVar1 = my_uca_collation_can_optimize_no_contractions(param_1);
if (cVar1 != '\0') {
my_uca_handler_map(param_1,my_uca_package_utf8mb3,my_uca_pa... | |
61,729 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | llama.cpp/common/json.hpp | bool end_object()
{
if (ref_stack.back())
{
if (!callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::object_end, *ref_stack.back()))
{
// discard object
*ref_stack.back() = discarded;
}
else
{
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10end_objectEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov r... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::end_object(
lo... | end_object:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x10]
MOV RCX,qword ptr [RAX + -0x8]
TEST RCX,RCX
JZ 0x00168366
SUB RAX,qword ptr [RBX + 0x8]
SHR RAX,0x3
DEC EAX
MOV dword ptr [RSP + 0x28],EAX
MOV byte ptr [RSP + 0x8],0x1
CMP qword ptr [RBX + 0x90],0x0... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
61,730 | google::protobuf::compiler::CodeGeneratorRequest::_internal_has_compiler_version() const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/plugin.pb.h | inline bool CodeGeneratorRequest::_internal_has_compiler_version() const {
bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
PROTOBUF_ASSUME(!value || _impl_.compiler_version_ != nullptr);
return value;
} | O0 | c | google::protobuf::compiler::CodeGeneratorRequest::_internal_has_compiler_version() const:
subq $0x98, %rsp
movq %rdi, 0x80(%rsp)
movq 0x80(%rsp), %rax
movq %rax, 0x20(%rsp)
addq $0x10, %rax
movq %rax, 0x90(%rsp)
movl $0x0, 0x8c(%rsp)
movq 0x90(%rsp), %rax
movslq 0x8c(%rsp), %rcx
movl (%rax,%rcx,4), %eax
andl $0x2, %eax... | _ZNK6google8protobuf8compiler20CodeGeneratorRequest30_internal_has_compiler_versionEv:
sub rsp, 98h
mov [rsp+98h+var_18], rdi
mov rax, [rsp+98h+var_18]
mov [rsp+98h+var_78], rax
add rax, 10h
mov [rsp+98h+var_8], rax
mov [rsp+98h+var_C], 0
mov rax, [rsp+98h+var_8]
movsxd rcx, [rsp+98h+va... | bool google::protobuf::compiler::CodeGeneratorRequest::_internal_has_compiler_version(
google::protobuf::compiler::CodeGeneratorRequest *this)
{
return (*((_DWORD *)this + 4) & 2) != 0;
}
| _internal_has_compiler_version:
SUB RSP,0x98
MOV qword ptr [RSP + 0x80],RDI
MOV RAX,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x20],RAX
ADD RAX,0x10
MOV qword ptr [RSP + 0x90],RAX
MOV dword ptr [RSP + 0x8c],0x0
MOV RAX,qword ptr [RSP + 0x90]
MOVSXD RCX,dword ptr [RSP + 0x8c]
MOV EAX,dword ptr [RAX + RCX*0x4]
AND EAX,... |
/* WARNING: Removing unreachable block (ram,0x001af860) */
/* WARNING: Removing unreachable block (ram,0x001af86d) */
/* WARNING: Removing unreachable block (ram,0x001af879) */
/* WARNING: Removing unreachable block (ram,0x001af87b) */
/* WARNING: Removing unreachable block (ram,0x001af8cb) */
/* WARNING: Removing unr... | |
61,731 | get_charsets_dir | eloqsql/mysys/charset.c | char *get_charsets_dir(char *buf)
{
const char *sharedir= SHAREDIR;
char *res;
DBUG_ENTER("get_charsets_dir");
if (charsets_dir != NULL)
strmake(buf, charsets_dir, FN_REFLEN-1);
else
{
if (test_if_hard_path(sharedir) ||
is_prefix(sharedir, DEFAULT_CHARSET_HOME))
strxmov(buf, sharedir, "/", C... | O3 | c | get_charsets_dir:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x35d8b5(%rip), %rax # 0x3adbb0
movq (%rax), %rsi
testq %rsi, %rsi
je 0x50312
movl $0x1ff, %edx # imm = 0x1FF
movq %rbx, %rdi
callq 0x923ec
jmp 0x5035b
leaq 0x460c5(%rip), %rdi # 0x963de
callq 0x5ba42
testl %eax, %... | get_charsets_dir:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
lea rax, charsets_dir
mov rsi, [rax]
test rsi, rsi
jz short loc_50312
mov edx, 1FFh
mov rdi, rbx
call strmake
jmp short loc_5035B
loc_50312:
lea rdi, aHomeMonoInstal; "/home/mono/install/share"
cal... | long long get_charsets_dir(long long a1)
{
char v1; // al
int v2; // r9d
char v4; // [rsp+0h] [rbp-10h]
v4 = v1;
if ( charsets_dir )
{
strmake(a1, charsets_dir, 511LL);
}
else if ( (unsigned int)test_if_hard_path("/home/mono/install/share")
|| (unsigned int)is_prefix("/home/mono/install/s... | get_charsets_dir:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[0x4adbb0]
MOV RSI,qword ptr [RAX]
TEST RSI,RSI
JZ 0x00150312
MOV EDX,0x1ff
MOV RDI,RBX
CALL 0x001923ec
JMP 0x0015035b
LAB_00150312:
LEA RDI,[0x1963de]
CALL 0x0015ba42
TEST EAX,EAX
JNZ 0x00150339
LEA RDI,[0x1963de]
LEA RSI,[0x1963f7]
CALL 0x00... |
void get_charsets_dir(int8 param_1)
{
int iVar1;
if (charsets_dir == 0) {
iVar1 = test_if_hard_path("/home/mono/install/share");
if (iVar1 == 0) {
iVar1 = is_prefix("/home/mono/install/share","/home/mono/install");
if (iVar1 == 0) {
strxmov(param_1,"/home/mono/install",&DAT_001977d6... | |
61,732 | GAParameter8080RP2::decode(GALanguage*, unsigned long, char const*, int) | goodasm/galang8080.cpp | QString GAParameter8080RP2::decode(GALanguage *lang,
uint64_t adr, const char *bytes,
int inslen){
uint64_t p=rawdecode(lang,adr,bytes,inslen);
assert(p<4); //Reg count.
QString rendering=prefix
+regnames[p]
... | O0 | cpp | GAParameter8080RP2::decode(GALanguage*, unsigned long, char const*, int):
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x80(%rbp)
movq %rdi, %rax
movq %rax, -0x78(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
movq... | _ZN18GAParameter8080RP26decodeEP10GALanguagemPKci:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_80], rdi
mov rax, rdi
mov [rbp+var_78], rax
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], r9d
... | GAParameter8080RP2 * GAParameter8080RP2::decode(
GAParameter8080RP2 *this,
GALanguage *a2,
GALanguage *a3,
const char *a4,
char *a5,
int a6)
{
_BYTE v7[32]; // [rsp+38h] [rbp-58h] BYREF
unsigned long long v8; // [rsp+58h] [rbp-38h]
int v9; // [rsp+64h] [rbp-2Ch]
c... | decode:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x80],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x78],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c],R9D
MOV RDI,qwor... |
/* WARNING: Removing unreachable block (ram,0x001d6b13) */
/* GAParameter8080RP2::decode(GALanguage*, unsigned long, char const*, int) */
GALanguage * GAParameter8080RP2::decode(GALanguage *param_1,ulong param_2,char *param_3,int param_4)
{
int4 in_register_0000000c;
char *in_R8;
int in_R9D;
QString local_60... | |
61,733 | aimrt::util::SimpleBufferArrayAllocator::Release(aimrt_buffer_array_t*) | aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_core_plugin_interface/../aimrt_module_cpp_interface/util/buffer_array_allocator.h | static void Release(aimrt_buffer_array_t* buffer_array) {
for (size_t ii = 0; ii < buffer_array->len; ++ii) {
std::free(buffer_array->data[ii].data);
buffer_array->data[ii].data = nullptr;
buffer_array->data[ii].len = 0;
}
if (buffer_array->data) {
delete[] buffer_array->data;
... | O0 | c | aimrt::util::SimpleBufferArrayAllocator::Release(aimrt_buffer_array_t*):
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq $0x0, 0x8(%rsp)
movq 0x8(%rsp), %rax
movq 0x10(%rsp), %rcx
cmpq 0x8(%rcx), %rax
jae 0xe2415
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq 0x8(%rsp), %rcx
shlq $0x4, %rcx
addq %rcx, %rax
movq (%rax), %rdi
... | _ZN5aimrt4util26SimpleBufferArrayAllocator7ReleaseEP20aimrt_buffer_array_t:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], 0
loc_E23A2:
mov rax, [rsp+18h+var_10]
mov rcx, [rsp+18h+var_8]
cmp rax, [rcx+8]
jnb short loc_E2415
mov rax, [rsp+18h+var_8]
mov rax, [rax]
mov ... | long long aimrt::util::SimpleBufferArrayAllocator::Release(long long a1)
{
long long result; // rax
unsigned long long i; // [rsp+8h] [rbp-10h]
for ( i = 0LL; i < *(_QWORD *)(a1 + 8); ++i )
{
free(*(_QWORD *)(16 * i + *(_QWORD *)a1));
*(_QWORD *)(16 * i + *(_QWORD *)a1) = 0LL;
*(_QWORD *)(16 * i +... | Release:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],0x0
LAB_001e23a2:
MOV RAX,qword ptr [RSP + 0x8]
MOV RCX,qword ptr [RSP + 0x10]
CMP RAX,qword ptr [RCX + 0x8]
JNC 0x001e2415
MOV RAX,qword ptr [RSP + 0x10]
MOV RAX,qword ptr [RAX]
MOV RCX,qword ptr [RSP + 0x8]
SHL RCX,0x4
ADD RAX,RCX
MOV RDI,... |
/* aimrt::util::SimpleBufferArrayAllocator::Release(aimrt_buffer_array_t*) */
void aimrt::util::SimpleBufferArrayAllocator::Release(aimrt_buffer_array_t *param_1)
{
ulong local_10;
for (local_10 = 0; local_10 < *(ulong *)(param_1 + 8); local_10 = local_10 + 1) {
free(*(void **)(*(long *)param_1 + local_10... | |
61,734 | ftb_check_phrase_internal | eloqsql/storage/myisam/ft_boolean_search.c | static int ftb_check_phrase_internal(MYSQL_FTPARSER_PARAM *param,
const char *document, int len)
{
FT_WORD word;
MY_FTB_PHRASE_PARAM *phrase_param= param->mysql_ftparam;
const uchar *docend= (uchar*) document + len;
while (ft_simple_get_word(phrase_param->cs, (uchar**) &docu... | O3 | c | ftb_check_phrase_internal:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
leaq -0x48(%rbp), %r14
movq %rsi, (%r14)
movq 0x18(%rdi), %r13
movslq %edx, %r15
addq %rsi, %r15
leaq -0x40(%rbp), %r12
movq 0x10(%r13), %rdi
movq %r14, %rsi
movq %r15, %rdx
movq... | ftb_check_phrase_internal:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rbp+var_48]
mov [r14], rsi
mov r13, [rdi+18h]
movsxd r15, edx
add r15, rsi
lea r12, [rbp+var_40]
loc_73DD4:
mov rdi, [r13+10h]
mov ... | long long ftb_check_phrase_internal(long long a1, long long a2, int a3)
{
long long v3; // r13
long long v4; // r15
long long v6; // [rsp+8h] [rbp-48h] BYREF
long long v7; // [rsp+10h] [rbp-40h] BYREF
unsigned int v8; // [rsp+20h] [rbp-30h]
v6 = a2;
v3 = *(_QWORD *)(a1 + 24);
v4 = a2 + a3;
do
{
... | ftb_check_phrase_internal:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RBP + -0x48]
MOV qword ptr [R14],RSI
MOV R13,qword ptr [RDI + 0x18]
MOVSXD R15,EDX
ADD R15,RSI
LEA R12,[RBP + -0x40]
LAB_00173dd4:
MOV RDI,qword ptr [R13 + 0x10]
MOV RSI,R14
MOV RDX,R15
MOV RCX... |
int8 ftb_check_phrase_internal(long param_1,long param_2,int param_3)
{
long lVar1;
char cVar2;
long local_50;
int8 local_48 [2];
int4 local_38;
lVar1 = *(long *)(param_1 + 0x18);
local_50 = param_2;
do {
cVar2 = ft_simple_get_word(*(int8 *)(lVar1 + 0x10),&local_50,param_3 + param_2,local_48,0)... | |
61,735 | get_logfile_by_number | eloqsql/storage/maria/ma_loghandler.c | static TRANSLOG_FILE *get_logfile_by_number(uint32 file_no)
{
TRANSLOG_FILE *file;
DBUG_ENTER("get_logfile_by_number");
mysql_rwlock_rdlock(&log_descriptor.open_files_lock);
if (log_descriptor.max_file - file_no >=
log_descriptor.open_files.elements)
{
DBUG_PRINT("info", ("File #%u is not opened", f... | O3 | c | get_logfile_by_number:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movl %edi, %ebx
cmpq $0x0, 0x3afce2(%rip) # 0x3feaa8
jne 0x4ee1e
leaq 0x3afc49(%rip), %rdi # 0x3fea18
callq 0xa43b8
movl 0x3afc36(%rip), %eax # 0x3fea10
subl %ebx, %eax
cmpl 0x3afc0e(%rip), %eax # 0x3fe9f0
jae 0x4edfa
movq 0x3afbfd(%rip... | get_logfile_by_number:
push rbp
mov rbp, rsp
push rbx
push rax
mov ebx, edi
cmp cs:qword_3FEAA8, 0
jnz short loc_4EE1E
lea rdi, unk_3FEA18
call my_rw_rdlock
loc_4EDD4:
mov eax, dword ptr cs:qword_3FEA10
sub eax, ebx
cmp eax, cs:dword_3FE9F0
jnb short loc_4EDFA
mov rcx... | long long get_logfile_by_number(long long a1)
{
long long v1; // rbx
long long v2; // rdi
if ( qword_3FEAA8 )
get_logfile_by_number_cold_1(a1);
else
my_rw_rdlock(&unk_3FEA18);
if ( (int)qword_3FEA10 - (int)a1 >= (unsigned int)dword_3FE9F0 )
{
v2 = qword_3FEAA8;
v1 = 0LL;
}
else
{
... | get_logfile_by_number:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV EBX,EDI
CMP qword ptr [0x004feaa8],0x0
JNZ 0x0014ee1e
LEA RDI,[0x4fea18]
CALL 0x001a43b8
LAB_0014edd4:
MOV EAX,dword ptr [0x004fea10]
SUB EAX,EBX
CMP EAX,dword ptr [0x004fe9f0]
JNC 0x0014edfa
MOV RCX,qword ptr [0x004fe9e8]
MOV EAX,EAX
MOV RBX,qword ptr [... |
int8 get_logfile_by_number(int param_1)
{
int8 uVar1;
if (DAT_004feaa8 == 0) {
my_rw_rdlock(&DAT_004fea18);
}
else {
get_logfile_by_number_cold_1();
}
if ((uint)(DAT_004fea10 - param_1) < DAT_004fe9f0) {
uVar1 = *(int8 *)(DAT_004fe9e8 + (ulong)(uint)(DAT_004fea10 - param_1) * 8);
}
else... | |
61,736 | clip_n_patches_by_img | monkey531[P]llama/examples/llava/clip.cpp | int clip_n_patches_by_img(const struct clip_ctx * ctx, struct clip_image_f32 * img) {
const auto & params = ctx->vision_model.hparams;
int n_patches = (params.image_size / params.patch_size) * (params.image_size / params.patch_size);
if (ctx->proj_type == PROJECTOR_TYPE_LDP || ctx->proj_type == PROJECTOR_... | O2 | cpp | clip_n_patches_by_img:
movl 0x10(%rdi), %eax
movl 0x14(%rdi), %r8d
cltd
idivl %r8d
imull %eax, %eax
movl 0x338(%rdi), %ecx
addl $-0x2, %ecx
cmpl $0x4, %ecx
ja 0x37634
leaq 0x8e815(%rip), %rdx # 0xc5df8
movslq (%rdx,%rcx,4), %rcx
addq %rdx, %rcx
jmpq *%rcx
shrl $0x2, %eax
retq
addl %r8d, %r8d
movl (%rsi), %eax
movl ... | clip_n_patches_by_img:
mov eax, [rdi+10h]
mov r8d, [rdi+14h]
cdq
idiv r8d
imul eax, eax
mov ecx, [rdi+338h]
add ecx, 0FFFFFFFEh; switch 5 cases
cmp ecx, 4
ja short def_375EA; jumptable 00000000000375EA default case
lea rdx, jpt_375EA
movsxd rcx, ds:(jpt_375EA - 0C5DF8h)[rdx+rcx*4]
ad... | long long clip_n_patches_by_img(_DWORD *a1, _DWORD *a2)
{
int v2; // r8d
long long result; // rax
unsigned int v4; // ecx
v2 = a1[5];
result = (unsigned int)(a1[4] / v2 * (a1[4] / v2));
switch ( a1[206] )
{
case 2:
case 3:
case 5:
result = (unsigned int)result >> 2;
break;
ca... | clip_n_patches_by_img:
MOV EAX,dword ptr [RDI + 0x10]
MOV R8D,dword ptr [RDI + 0x14]
CDQ
IDIV R8D
IMUL EAX,EAX
MOV ECX,dword ptr [RDI + 0x338]
ADD ECX,-0x2
CMP ECX,0x4
JA 0x00137634
LEA RDX,[0x1c5df8]
MOVSXD RCX,dword ptr [RDX + RCX*0x4]
ADD RCX,RDX
switchD:
JMP RCX
caseD_2:
SHR EAX,0x2
RET
caseD_6:
ADD R8D,R8D
MOV EAX... |
uint clip_n_patches_by_img(long param_1,int *param_2)
{
int iVar1;
uint uVar2;
uint uVar3;
iVar1 = *(int *)(param_1 + 0x10) / *(int *)(param_1 + 0x14);
uVar2 = iVar1 * iVar1;
switch(*(int4 *)(param_1 + 0x338)) {
case 2:
case 3:
case 5:
return uVar2 >> 2;
case 4:
uVar3 = *(int *)(param_1... | |
61,737 | initialize_segment_integrity | seiftnesse[P]memoryallocator/src/custom_alloc_util.c | void initialize_segment_integrity(segment_t *s) {
if (!s || integrity_check_level < 2) return;
// Calculate addresses to check if we have enough space for integrity data
uintptr_t segment_addr = (uintptr_t) (s);
uintptr_t user_data_addr = (uintptr_t) (SegmentToPtr(s));
uintptr_t integrity_addr = se... | O3 | c | initialize_segment_integrity:
pushq %rbx
testq %rdi, %rdi
je 0x3b32
cmpl $0x2, 0x460c(%rip) # 0x8104
jl 0x3b32
movq %rdi, %rbx
leaq 0x3f(%rdi), %rax
andq $-0x10, %rax
leaq 0x3c(%rdi), %rcx
cmpq %rax, %rcx
ja 0x3b32
movl $0xfeedface, 0x30(%rbx) # imm = 0xFEEDFACE
movq %rbx, %rdi
callq 0x3c05
movl %eax, 0x34(%rbx)
c... | initialize_segment_integrity:
push rbx
test rdi, rdi
jz short loc_3B32
cmp cs:integrity_check_level, 2
jl short loc_3B32
mov rbx, rdi
lea rax, [rdi+3Fh]
and rax, 0FFFFFFFFFFFFFFF0h
lea rcx, [rdi+3Ch]
cmp rcx, rax
ja short loc_3B32
mov dword ptr [rbx+30h], 0FEEDFACEh
mov ... | void initialize_segment_integrity(long long a1)
{
if ( a1 && integrity_check_level >= 2 && a1 + 60 <= ((a1 + 63) & 0xFFFFFFFFFFFFFFF0LL) )
{
*(_DWORD *)(a1 + 48) = -17958194;
*(_DWORD *)(a1 + 52) = calculate_segment_checksum(a1);
if ( integrity_check_level >= 3 )
set_segment_footer(a1);
}
}
| initialize_segment_integrity:
PUSH RBX
TEST RDI,RDI
JZ 0x00103b32
CMP dword ptr [0x00108104],0x2
JL 0x00103b32
MOV RBX,RDI
LEA RAX,[RDI + 0x3f]
AND RAX,-0x10
LEA RCX,[RDI + 0x3c]
CMP RCX,RAX
JA 0x00103b32
MOV dword ptr [RBX + 0x30],0xfeedface
MOV RDI,RBX
CALL 0x00103c05
MOV dword ptr [RBX + 0x34],EAX
CMP dword ptr [0x0... |
void initialize_segment_integrity(long param_1)
{
int4 uVar1;
if (((param_1 != 0) && (1 < integrity_check_level)) &&
(param_1 + 0x3cU <= (param_1 + 0x3fU & 0xfffffffffffffff0))) {
*(int4 *)(param_1 + 0x30) = 0xfeedface;
uVar1 = calculate_segment_checksum(param_1);
*(int4 *)(param_1 + 0x34) = u... | |
61,738 | my_wc_mb_utf8mb4 | eloqsql/strings/ctype-utf8.c | static int
my_wc_mb_utf8mb4(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *r, uchar *e)
{
int count;
if (r >= e)
return MY_CS_TOOSMALL;
if (wc < 0x80)
count= 1;
else if (wc < 0x800)
count= 2;
else if (wc < 0x10000)
count= 3;
else if (wc < 0x200000)
count=... | O3 | c | my_wc_mb_utf8mb4:
pushq %rbp
movq %rsp, %rbp
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0x8726c
movl $0x1, %edi
cmpq $0x80, %rsi
jb 0x87205
movl $0x2, %edi
cmpq $0x800, %rsi # imm = 0x800
jb 0x87205
movl $0x3, %edi
cmpq $0x10000, %rsi # imm = 0x10000
jb 0x87205
xorl %eax, %e... | my_wc_mb_utf8mb4:
push rbp
mov rbp, rsp
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb loc_8726C
mov edi, 1
cmp rsi, 80h
jb short loc_87205
mov edi, 2
cmp rsi, 800h
jb short loc_87205
mov edi, 3
cmp rsi, 10000h
jb short loc_87205
xor eax, eax
mov edi, 4
cmp rs... | long long my_wc_mb_utf8mb4(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4)
{
long long result; // rax
unsigned int v5; // edi
result = 4294967195LL;
if ( (unsigned long long)a3 < a4 )
{
v5 = 1;
if ( a2 < 0x80
|| (v5 = 2, a2 < 0x800)
|| (v5 = 3, a2 < 0x10000)
... | my_wc_mb_utf8mb4:
PUSH RBP
MOV RBP,RSP
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x0018726c
MOV EDI,0x1
CMP RSI,0x80
JC 0x00187205
MOV EDI,0x2
CMP RSI,0x800
JC 0x00187205
MOV EDI,0x3
CMP RSI,0x10000
JC 0x00187205
XOR EAX,EAX
MOV EDI,0x4
CMP RSI,0x1fffff
JA 0x0018726c
LAB_00187205:
MOV EAX,EDI
ADD RAX,RDX
CMP RAX,RCX
JBE 0x001... |
ulong my_wc_mb_utf8mb4(int8 param_1,ulong param_2,ulong param_3,ulong param_4)
{
ulong uVar1;
long lVar2;
uVar1 = 0xffffff9b;
if (param_3 < param_4) {
lVar2 = 1;
if ((((0x7f < param_2) && (lVar2 = 2, 0x7ff < param_2)) && (lVar2 = 3, 0xffff < param_2)) &&
(lVar2 = 4, 0x1fffff < param_2)) {
... | |
61,739 | ma_bitmap_create_first | eloqsql/storage/maria/ma_bitmap.c | int _ma_bitmap_create_first(MARIA_SHARE *share)
{
uint block_size= share->bitmap.block_size;
File file= share->bitmap.file.file;
uchar marker[CRC_SIZE];
/*
Next write operation of the page will write correct CRC
if it is needed
*/
int4store(marker, MARIA_NO_CRC_BITMAP_PAGE);
if (mysql_file_chsiz... | O0 | c | ma_bitmap_create_first:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x18(%rbp)
movq -0x18(%rbp), %rax
movl 0xb44(%rax), %eax
movl %eax, -0x1c(%rbp)
movq -0x18(%rbp), %rax
movl 0xa60(%rax), %eax
movl %eax, -0x20(%rbp)
leaq -0xc(%rbp), %rax
movq %rax, -0x28(%rbp)
movq... | _ma_bitmap_create_first:
push rbp
mov rbp, rsp
sub rsp, 30h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_18], rdi
mov rax, [rbp+var_18]
mov eax, [rax+0B44h]
mov [rbp+var_1C], eax
mov rax, [rbp+var_18]
mov eax, [rax+0A60h]
mov [rbp+var_20], eax
lea rax, [rbp+var_C]... | long long ma_bitmap_create_first(long long a1)
{
unsigned int v2; // [rsp+10h] [rbp-20h]
unsigned int v3; // [rsp+14h] [rbp-1Ch]
int v5; // [rsp+24h] [rbp-Ch] BYREF
unsigned long long v6; // [rsp+28h] [rbp-8h]
v6 = __readfsqword(0x28u);
v3 = *(_DWORD *)(a1 + 2884);
v2 = *(_DWORD *)(a1 + 2656);
v5 = -2... | _ma_bitmap_create_first:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x18],RDI
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xb44]
MOV dword ptr [RBP + -0x1c],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0xa60]
MOV dword ... |
int4 _ma_bitmap_create_first(long param_1)
{
uint uVar1;
int4 uVar2;
int iVar3;
long lVar4;
long in_FS_OFFSET;
int4 local_18;
int4 local_14;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
uVar1 = *(uint *)(param_1 + 0xb44);
uVar2 = *(int4 *)(param_1 + 0xa60);
local_14 = 0xfffffff... | |
61,740 | my_snprintf_utf32 | eloqsql/strings/ctype-ucs2.c | static size_t
my_snprintf_utf32(CHARSET_INFO *cs __attribute__((unused)),
char* to, size_t n, const char* fmt, ...)
{
size_t ret;
va_list args;
va_start(args,fmt);
ret= my_vsnprintf_utf32(to, n, fmt, args);
va_end(args);
return ret;
} | O3 | c | my_snprintf_utf32:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movq %rcx, %r15
movq %rdx, %rbx
movq %rsi, %r12
leaq -0x120(%rbp), %rcx
movq %r8, 0x20(%rcx)
movq %r9, 0x28(%rcx)
testb %al, %al
je 0x4b853
movaps %xmm0, -0xf0(%rbp)
movaps %xmm1, -0xe0(%rbp)
movaps %xm... | my_snprintf_utf32:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov r15, rcx
mov rbx, rdx
mov r12, rsi
lea rcx, [rbp+var_120]
mov [rcx+20h], r8
mov [rcx+28h], r9
test al, al
jz short loc_4B853
movaps [rbp+var_F0], xmm0
movaps... | unsigned long long my_snprintf_utf32(
__m128 a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
long long a9,
unsigned long long a10,
long long a11,
unsigned __int8 *a12,
long long a13,... | my_snprintf_utf32:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV R15,RCX
MOV RBX,RDX
MOV R12,RSI
LEA RCX,[RBP + -0x120]
MOV qword ptr [RCX + 0x20],R8
MOV qword ptr [RCX + 0x28],R9
TEST AL,AL
JZ 0x0014b853
MOVAPS xmmword ptr [RBP + -0xf0],XMM0
MOVAPS xmmword ptr [RBP + -0xe0],XMM1
MO... |
long my_snprintf_utf32(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,int4 *param_10,long param_11,byte *param_12,
int8 param_13,int8 param_14)
{
char in_AL;
byte bVar1;
uint... | |
61,741 | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s... | monkey531[P]llama/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));
}
... | O2 | cpp | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_:
push rbp; char
... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_:
PUSH RBP
PUSH R14
... |
int8
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISG_TnNSt9enable_ifIXoosr3std7is_sameIT_SG_EE5valuesr3std7is_sameISJ_NS2_IKSF_EEEE5valueEDnE4typeELDn0EEEbRKSJ_
(in... | ||
61,742 | ma_stmt_execute_generate_simple_request | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | unsigned char* ma_stmt_execute_generate_simple_request(MYSQL_STMT *stmt, size_t *request_len)
{
/* execute packet has the following format:
Offset Length Description
-----------------------------------------
0 4 Statement id
4 1 Flags (cursor type)
5 ... | O3 | c | ma_stmt_execute_generate_simple_request:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, -0x48(%rbp)
movq %rdi, -0x30(%rbp)
movl $0x400, %edi # imm = 0x400
callq 0x13620
testq %rax, %rax
je 0x23e4f
movq %rax, %r15
movq -0x30(%rbp), %rdi
movl 0x40(... | ma_stmt_execute_generate_simple_request:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov [rbp+var_48], rsi
mov [rbp+var_30], rdi
mov edi, 400h
call _malloc
test rax, rax
jz loc_23E4F
mov r15, rax
mov rdi, [rbp+var_30]
mov e... | long long ma_stmt_execute_generate_simple_request(long long a1, _QWORD *a2)
{
long long v2; // rax
long long v3; // r15
long long v4; // rdi
_BYTE *v5; // rbx
int v6; // eax
unsigned int v7; // eax
long long v8; // r13
long long v9; // r12
long long v10; // rax
_BYTE *v11; // r14
_BYTE *v12; // r... | ma_stmt_execute_generate_simple_request:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x48],RSI
MOV qword ptr [RBP + -0x30],RDI
MOV EDI,0x400
CALL 0x00113620
TEST RAX,RAX
JZ 0x00123e4f
MOV R15,RAX
MOV RDI,qword ptr [RBP + -0x30]
MOV EAX,dword ptr [RDI + 0x40]
MOV ... |
int4 * ma_stmt_execute_generate_simple_request(long param_1,long *param_2)
{
char cVar1;
int iVar2;
int4 uVar3;
uint uVar4;
ulong uVar5;
bool bVar6;
int4 *__ptr;
int4 *__ptr_00;
long lVar7;
ulong uVar8;
char *__s;
char *pcVar9;
long lVar10;
size_t __size;
long lVar11;
long lVar12;
ch... | |
61,743 | LefDefParser::lefiNonDefault::propIsNumber(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiNonDefault.cpp | int
lefiNonDefault::propIsNumber(int index) const
{
char msg[160];
if (index < 0 || index >= numProps_) {
sprintf(msg, "ERROR (LEFPARS-1408): The index number %d given for the NONDEFAULT PROPERTY is invalid.\nValid index is from 0 to %d", index, numProps_);
lefiError(0, 1408, msg);
retur... | O0 | cpp | LefDefParser::lefiNonDefault::propIsNumber(int) const:
subq $0xc8, %rsp
movq %rdi, 0xb8(%rsp)
movl %esi, 0xb4(%rsp)
movq 0xb8(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpl $0x0, 0xb4(%rsp)
jl 0x2eaf1
movq 0x8(%rsp), %rcx
movl 0xb4(%rsp), %eax
cmpl 0xf0(%rcx), %eax
jl 0x2eb34
movq 0x8(%rsp), %rax
leaq 0x10(%rsp), %rdi
movl 0xb4... | _ZNK12LefDefParser14lefiNonDefault12propIsNumberEi:
sub rsp, 0C8h
mov [rsp+0C8h+var_10], rdi
mov [rsp+0C8h+var_14], esi
mov rax, [rsp+0C8h+var_10]
mov [rsp+0C8h+var_C0], rax
cmp [rsp+0C8h+var_14], 0
jl short loc_2EAF1
mov rcx, [rsp+0C8h+var_C0]
mov eax, [rsp+0C8h+var_14]
cmp eax... | _BOOL8 LefDefParser::lefiNonDefault::propIsNumber(LefDefParser::lefiNonDefault *this, int a2)
{
const char *v2; // rcx
int v4[41]; // [rsp+10h] [rbp-B8h] BYREF
int v5; // [rsp+B4h] [rbp-14h]
LefDefParser::lefiNonDefault *v6; // [rsp+B8h] [rbp-10h]
v6 = this;
v5 = a2;
if ( a2 >= 0 && v5 < *((_DWORD *)thi... | propIsNumber:
SUB RSP,0xc8
MOV qword ptr [RSP + 0xb8],RDI
MOV dword ptr [RSP + 0xb4],ESI
MOV RAX,qword ptr [RSP + 0xb8]
MOV qword ptr [RSP + 0x8],RAX
CMP dword ptr [RSP + 0xb4],0x0
JL 0x0012eaf1
MOV RCX,qword ptr [RSP + 0x8]
MOV EAX,dword ptr [RSP + 0xb4]
CMP EAX,dword ptr [RCX + 0xf0]
JL 0x0012eb34
LAB_0012eaf1:
MOV R... |
/* LefDefParser::lefiNonDefault::propIsNumber(int) const */
bool __thiscall LefDefParser::lefiNonDefault::propIsNumber(lefiNonDefault *this,int param_1)
{
bool bVar1;
char local_b8 [164];
int local_14;
lefiNonDefault *local_10;
if ((param_1 < 0) || (*(int *)(this + 0xf0) <= param_1)) {
local_14 = pa... | |
61,744 | add_compiled_collation | eloqsql/mysys/charset.c | void add_compiled_collation(struct charset_info_st *cs)
{
DBUG_ASSERT(cs->number < array_elements(all_charsets));
all_charsets[cs->number]= cs;
cs->state|= MY_CS_AVAILABLE;
if ((my_hash_insert(&charset_name_hash, (uchar*) cs)))
{
#ifndef DBUG_OFF
CHARSET_INFO *org= (CHARSET_INFO*) my_hash_search(&charset_... | O0 | c | add_compiled_collation:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
jmp 0x28c3e
movq -0x8(%rbp), %rdx
movq -0x8(%rbp), %rax
movl (%rax), %eax
movl %eax, %ecx
leaq 0x37503f(%rip), %rax # 0x39dc90
movq %rdx, (%rax,%rcx,8)
movq -0x8(%rbp), %rax
movl 0xc(%rax), %ecx
orl $0x200, %ecx # im... | add_compiled_collation:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
jmp short $+2
loc_28C3E:
mov rdx, [rbp+var_8]
mov rax, [rbp+var_8]
mov eax, [rax]
mov ecx, eax
lea rax, all_charsets
mov [rax+rcx*8], rdx
mov rax, [rbp+var_8]
mov ecx, [rax+0Ch]
or ecx... | long long add_compiled_collation(unsigned int *a1)
{
all_charsets[*a1] = a1;
a1[3] |= 0x200u;
return my_hash_insert(&charset_name_hash, a1);
}
| add_compiled_collation:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
JMP 0x00128c3e
LAB_00128c3e:
MOV RDX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
MOV ECX,EAX
LEA RAX,[0x49dc90]
MOV qword ptr [RAX + RCX*0x8],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [R... |
void add_compiled_collation(uint *param_1)
{
(&all_charsets)[*param_1] = param_1;
param_1[3] = param_1[3] | 0x200;
my_hash_insert(charset_name_hash,param_1);
return;
}
| |
61,745 | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) | ng-log[P]ng-log/src/logging.cc | string LogSink::ToString(LogSeverity severity, const char* file, int line,
const LogMessageTime& time, const char* message,
size_t message_len) {
ostringstream stream;
stream.fill('0');
stream << LogSeverityNames[severity][0];
if (FLAGS_log_year_in_prefix) {
... | O0 | cpp | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x320, %rsp # imm = 0x320
movq %rdi, -0x1f8(%rbp)
movq %rdi, %rax
movq %rax, -0x1f0(%rbp)
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movl %esi... | _ZN5nglog7LogSink8ToStringB5cxx11ENS_11LogSeverityEPKciRKNS_14LogMessageTimeES3_m:
push rbp
mov rbp, rsp
sub rsp, 320h
mov [rbp+var_1F8], rdi
mov rax, rdi
mov [rbp+var_1F0], rax
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_1... | long long nglog::LogSink::ToString[abi:cxx11](
long long a1,
int a2,
long long a3,
unsigned int a4,
nglog::LogMessageTime *a5,
char *a6,
long long a7)
{
int v7; // eax
int v8; // eax
unsigned int v9; // eax
unsigned int v10; // eax
unsigned int v11; // ... | ToString[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x320
MOV qword ptr [RBP + -0x1f8],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x1f0],RAX
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R... |
/* nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime
const&, char const*, unsigned long) */
int8
nglog::LogSink::ToString_abi_cxx11_
(int8 param_1,uint param_2,char *param_3,int param_4,LogMessageTime *param_5,
long param_6)
{
int1 uVar1;
int4 ... | |
61,746 | match_pins | eloqsql/mysys/lf_alloc-pin.c | static int match_pins(LF_PINS *el, void *addr)
{
int i;
LF_PINS *el_end= el+LF_DYNARRAY_LEVEL_LENGTH;
for (; el < el_end; el++)
for (i= 0; i < LF_PINBOX_PINS; i++)
if (el->pin[i] == addr)
return 1;
return 0;
} | O0 | c | match_pins:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
addq $0x7800, %rax # imm = 0x7800
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
cmpq -0x28(%rbp), %rax
jae 0x5bec9
movl $0x0, -0x1c(%rbp)
cmpl $0x4, -0x1c(%rbp)
jge 0x5beb9
movq -0x10(%rbp), %rax
movslq... | match_pins:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
add rax, 7800h
mov [rbp+var_28], rax
loc_5BE7A:
mov rax, [rbp+var_10]
cmp rax, [rbp+var_28]
jnb short loc_5BEC9
mov [rbp+var_1C], 0
loc_5BE8B:
cmp [rbp+var_1C], 4
jge sh... | long long match_pins(unsigned long long a1, long long a2)
{
int j; // [rsp+Ch] [rbp-1Ch]
unsigned long long i; // [rsp+18h] [rbp-10h]
for ( i = a1; i < a1 + 30720; i += 120LL )
{
for ( j = 0; j < 4; ++j )
{
if ( *(_QWORD *)(i + 8LL * j) == a2 )
return 1;
}
}
return 0;
}
| match_pins:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,0x7800
MOV qword ptr [RBP + -0x28],RAX
LAB_0015be7a:
MOV RAX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RBP + -0x28]
JNC 0x0015bec9
MOV dword ptr [RBP + -0x1c],0x0
LAB_0015be8b:
CMP d... |
int4 match_pins(ulong param_1,long param_2)
{
int local_24;
ulong local_18;
local_18 = param_1;
do {
if (param_1 + 0x7800 <= local_18) {
return 0;
}
for (local_24 = 0; local_24 < 4; local_24 = local_24 + 1) {
if (*(long *)(local_18 + (long)local_24 * 8) == param_2) {
return ... | |
61,747 | js_object_list_add | bluesky950520[P]quickjs/quickjs.c | static int js_object_list_add(JSContext *ctx, JSObjectList *s, JSObject *obj)
{
JSObjectListEntry *e;
uint32_t h, new_hash_size;
if (js_resize_array(ctx, (void *)&s->object_tab,
sizeof(s->object_tab[0]),
&s->object_size, s->object_count + 1))
return -... | O0 | c | js_object_list_add:
subq $0x38, %rsp
movq %rdi, 0x28(%rsp)
movq %rsi, 0x20(%rsp)
movq %rdx, 0x18(%rsp)
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x20(%rsp), %rcx
addq $0xc, %rcx
movq 0x20(%rsp), %rax
movl 0x8(%rax), %r8d
addl $0x1, %r8d
movl $0x10, %edx
callq 0x79430
cmpl $0x0, %eax
je 0x7ea9f
movl $0xffffffff, ... | js_object_list_add:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov [rsp+38h+var_18], rsi
mov [rsp+38h+var_20], rdx
mov rdi, [rsp+38h+var_10]
mov rsi, [rsp+38h+var_18]
mov rcx, [rsp+38h+var_18]
add rcx, 0Ch
mov rax, [rsp+38h+var_18]
mov r8d, [rax+8]
add r8d, 1
mov edx, 10h
cal... | long long js_object_list_add(long long a1, long long a2, long long a3)
{
long long v3; // rax
int v4; // ecx
unsigned int hash; // eax
unsigned int i; // [rsp+8h] [rbp-30h]
long long v8; // [rsp+10h] [rbp-28h]
if ( (unsigned int)js_resize_array(a1, a2, 0x10u, (_DWORD *)(a2 + 12), *(_DWORD *)(a2 + 8) + 1) ... | js_object_list_add:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV qword ptr [RSP + 0x18],RDX
MOV RDI,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x20]
MOV RCX,qword ptr [RSP + 0x20]
ADD RCX,0xc
MOV RAX,qword ptr [RSP + 0x20]
MOV R8D,dword ptr [RAX + 0x8]
ADD R8D,0x1
MOV EDX,0x10
CAL... |
int4 js_object_list_add(int8 param_1,long *param_2,int8 param_3)
{
long lVar1;
int iVar2;
uint uVar3;
int8 *puVar4;
uint local_30;
int4 local_4;
iVar2 = js_resize_array(param_1,param_2,0x10,(long)param_2 + 0xc,(int)param_2[1] + 1);
if (iVar2 == 0) {
if (*(uint *)(param_2 + 3) <= (int)param_2[1]... | |
61,748 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/../bfr/../bfr/../bfr/faceVertex.h | inline int
FaceVertex::GetFaceBefore(int step) const {
assert(step >= 0);
if (isOrdered()) {
return (_faceInRing - step + _vDesc._numFaces) % _vDesc._numFaces;
} else if (step == 1) {
return getConnectedFacePrev(_faceInRing);
} else if (step == 2) {
return getConnectedFacePrev(ge... | O0 | c | OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(int) const:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x20(%rbp)
cmpl $0x0, -0x14(%rbp)
jl 0x1875af
jmp 0x1875ce
leaq 0x6f1fd(%rip), %rdi # 0x1f67b3
leaq 0x6f200(%rip), %rsi # 0x... | _ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex13GetFaceBeforeEi:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rax, [rbp+var_10]
mov [rbp+var_20], rax
cmp [rbp+var_14], 0
jl short loc_1875AF
jmp short loc_1875CE
loc_1875AF:
lea rdi, aStep0; "step... | long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(
OpenSubdiv::v3_6_0::Bfr::FaceVertex *this,
int a2)
{
int ConnectedFacePrev; // eax
unsigned int v4; // [rsp+8h] [rbp-18h]
int v5; // [rsp+Ch] [rbp-14h]
v5 = a2;
if ( a2 < 0 )
__assert_fail(
"step >= 0",
"/workspace... | |||
61,749 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/../bfr/../bfr/../bfr/faceVertex.h | inline int
FaceVertex::GetFaceBefore(int step) const {
assert(step >= 0);
if (isOrdered()) {
return (_faceInRing - step + _vDesc._numFaces) % _vDesc._numFaces;
} else if (step == 1) {
return getConnectedFacePrev(_faceInRing);
} else if (step == 2) {
return getConnectedFacePrev(ge... | O2 | c | OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(int) const:
pushq %rax
testl %esi, %esi
js 0x95fa0
testb $0x1, 0x99(%rdi)
jne 0x95f4c
movswl 0x9a(%rdi), %eax
subl %esi, %eax
movswl 0x2(%rdi), %ecx
addl %ecx, %eax
cltd
idivl %ecx
movl %edx, %eax
jmp 0x95f7f
cmpl $0x2, %esi
je 0x95f67
cmpl $0x1, %esi
jne 0x95f81
movsw... | _ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex13GetFaceBeforeEi:
push rax
test esi, esi
js short loc_95FA0
test byte ptr [rdi+99h], 1
jnz short loc_95F4C
movsx eax, word ptr [rdi+9Ah]
sub eax, esi
movsx ecx, word ptr [rdi+2]
add eax, ecx
cdq
idiv ecx
mov eax, edx
jmp short loc_95F7F
lo... | long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(
OpenSubdiv::v3_6_0::Bfr::FaceVertex *this,
int a2)
{
long long result; // rax
long long v3; // rax
long long v4; // rcx
long long v5; // rcx
__int16 *v6; // rdi
if ( a2 < 0 )
__assert_fail(
"step >= 0",
"/workspa... | GetFaceBefore:
PUSH RAX
TEST ESI,ESI
JS 0x00195fa0
TEST byte ptr [RDI + 0x99],0x1
JNZ 0x00195f4c
MOVSX EAX,word ptr [RDI + 0x9a]
SUB EAX,ESI
MOVSX ECX,word ptr [RDI + 0x2]
ADD EAX,ECX
CDQ
IDIV ECX
MOV EAX,EDX
JMP 0x00195f7f
LAB_00195f4c:
CMP ESI,0x2
JZ 0x00195f67
CMP ESI,0x1
JNZ 0x00195f81
MOVSX RAX,word ptr [RDI + 0x9... |
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(int) const */
ulong __thiscall OpenSubdiv::v3_6_0::Bfr::FaceVertex::GetFaceBefore(FaceVertex *this,int param_1)
{
short sVar1;
ulong uVar2;
long lVar3;
FaceVertex *pFVar4;
if (param_1 < 0) {
/* WARNING: Subroutine does not return ... | |
61,750 | my_lengthsp_mb2 | eloqsql/strings/ctype-ucs2.c | static size_t
my_lengthsp_mb2(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr, size_t length)
{
const char *end= ptr + length;
while (end > ptr + 1 && end[-1] == ' ' && end[-2] == '\0')
end-= 2;
return (size_t) (end - ptr);
} | O0 | c | my_lengthsp_mb2:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rcx
movq -0x10(%rbp), %rdx
addq $0x1, %rdx
xorl %eax, %eax
cmpq %rdx, %rcx
movb %al, -0x21(%rbp)
jbe 0x8fc05
movq -0x20(... | my_lengthsp_mb2:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_20], rax
loc_8FBCC:
mov rcx, [rbp+var_20]
mov rdx, [rbp+var_10]
add rdx, 1
xor eax, eax
cmp rcx, rdx
mov ... | long long my_lengthsp_mb2(long long a1, long long a2, long long a3)
{
bool v4; // [rsp+1h] [rbp-21h]
unsigned long long i; // [rsp+2h] [rbp-20h]
for ( i = a3 + a2; ; i -= 2LL )
{
v4 = 0;
if ( i > a2 + 1 )
{
v4 = 0;
if ( *(_BYTE *)(i - 1) == 32 )
v4 = *(_BYTE *)(i - 2) == 0;
... | my_lengthsp_mb2:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x20],RAX
LAB_0018fbcc:
MOV RCX,qword ptr [RBP + -0x20]
MOV RDX,qword ptr [RBP + -0x10]
ADD RDX,0x1
X... |
long my_lengthsp_mb2(int8 param_1,long param_2,long param_3)
{
bool bVar1;
int8 local_28;
local_28 = param_2 + param_3;
while( true ) {
bVar1 = false;
if ((param_2 + 1U < local_28) && (bVar1 = false, *(char *)(local_28 - 1) == ' ')) {
bVar1 = *(char *)(local_28 - 2) == '\0';
}
if (!bV... | |
61,751 | my_b_flush_io_cache | eloqsql/mysys/mf_iocache.c | int my_b_flush_io_cache(IO_CACHE *info, int need_append_buffer_lock)
{
size_t length;
my_bool append_cache= (info->type == SEQ_READ_APPEND);
DBUG_ENTER("my_b_flush_io_cache");
DBUG_PRINT("enter", ("cache: %p", info));
if (!append_cache)
need_append_buffer_lock= 0;
if (info->type == WRITE_CACHE || app... | O0 | c | my_b_flush_io_cache:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x3, 0xb0(%rax)
sete %al
andb $0x1, %al
movzbl %al, %eax
movb %al, -0x21(%rbp)
jmp 0xe0bd7
cmpb $0x0, -0x21(%rbp)
jne 0xe0be4
movl $0x0, -0x14(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x... | my_b_flush_io_cache:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rax, [rbp+var_10]
cmp dword ptr [rax+0B0h], 3
setz al
and al, 1
movzx eax, al
mov [rbp+var_21], al
jmp short $+2
loc_E0BD7:
cmp [rbp+var_21], 0
jnz short loc_E0BE4
... | long long my_b_flush_io_cache(long long a1, int a2)
{
unsigned int v3; // [rsp+8h] [rbp-28h]
bool v4; // [rsp+Fh] [rbp-21h]
long long v5; // [rsp+10h] [rbp-20h]
v4 = *(_DWORD *)(a1 + 176) == 3;
if ( *(_DWORD *)(a1 + 176) != 3 )
a2 = 0;
if ( *(_DWORD *)(a1 + 176) != 2 && *(_DWORD *)(a1 + 176) != 3 )
... | my_b_flush_io_cache:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0xb0],0x3
SETZ AL
AND AL,0x1
MOVZX EAX,AL
MOV byte ptr [RBP + -0x21],AL
JMP 0x001e0bd7
LAB_001e0bd7:
CMP byte ptr [RBP + -0x21],0x0
JNZ 0x001e0be4
M... |
int my_b_flush_io_cache(ulong *param_1,int param_2)
{
char cVar1;
int iVar2;
long lVar3;
long lVar4;
bool bVar5;
int local_1c;
bVar5 = (int)param_1[0x16] == 3;
local_1c = param_2;
if (!bVar5) {
local_1c = 0;
}
if (((int)param_1[0x16] == 2) || (bVar5)) {
if ((*(int *)((long)param_1 + 0... | |
61,752 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab... | monkey531[P]llama/common/json.hpp | const noexcept(noexcept(
JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>(), std::declval<ValueType&>())))
{
auto ret = ValueType();
JSONSerializer<ValueType>::from_json(*this, ret);
return ret;
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail12priority_... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail1... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail12priority_... |
string_t *
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detai... | |
61,753 | minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | Value do_evaluate(const std::shared_ptr<Context> & context) const override {
Value result;
bool first = true;
for (const auto& part : parts) {
if (!part) throw std::runtime_error("FilterExpr.part is null");
if (first) {
first = false;
result = part->ev... | O2 | cpp | minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xe8, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %r12
callq 0x518f4
movq 0x20(%r15), %rbp
movq 0x28(%r15), %rax
movq %rax, 0x8(%rsp)
movb $0x1, %al
leaq 0x48(%rsp), ... | _ZNK5minja10FilterExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E8h
mov r14, rdx
mov r15, rsi
mov r12, rdi
call _ZN5minja5ValueC2Ev; minja::Value::Value(void)
mov rbp, [r15+20h]
mov rax, [r15+28h]
mov [r... | long long minja::FilterExpr::do_evaluate(minja::Value *a1, long long a2)
{
long long v2; // r12
void (****v3)(void); // rbp
char v4; // al
void (***v5)(void); // r13
void (****v6)(void); // rax
void (****v7)(void); // r12
std::runtime_error *exception; // r15
void (****v10)(void); // [rsp+8h] [rbp-110h... | do_evaluate:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV R14,RDX
MOV R15,RSI
MOV R12,RDI
CALL 0x001518f4
MOV RBP,qword ptr [R15 + 0x20]
MOV RAX,qword ptr [R15 + 0x28]
MOV qword ptr [RSP + 0x8],RAX
MOV AL,0x1
LEA R15,[RSP + 0x48]
MOV qword ptr [RSP],R12
LAB_00161ef5:
CMP RBP,qword ptr [RSP + 0... |
/* minja::FilterExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */
FilterExpr * __thiscall minja::FilterExpr::do_evaluate(FilterExpr *this,shared_ptr *param_1)
{
int8 *puVar1;
shared_ptr *psVar2;
bool bVar3;
long lVar4;
runtime_error *this_00;
int8 *puVar5;
int8 local_108;
int8 uStack... | |
61,754 | mi_pack_key | eloqsql/storage/myisam/mi_key.c | uint _mi_pack_key(register MI_INFO *info, uint keynr, uchar *key, uchar *old,
key_part_map keypart_map, HA_KEYSEG **last_used_keyseg)
{
uchar *start_key=key;
HA_KEYSEG *keyseg;
my_bool is_ft= info->s->keyinfo[keynr].flag & HA_FULLTEXT;
DBUG_ENTER("_mi_pack_key");
/* "one part" rtree key is ... | O3 | c | mi_pack_key:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, -0x50(%rbp)
movq (%rdi), %rax
movq 0x218(%rax), %rax
movl %esi, %esi
imulq $0x70, %rsi, %rsi
cmpb $0x2, 0xc(%rax,%rsi)
movq %rcx, %r12
movl $0xf, %r15d
cmovneq %r8, %r15
movq %rdx, -0x40(%rbp)
movq ... | _mi_pack_key:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov [rbp+var_50], r9
mov rax, [rdi]
mov rax, [rax+218h]
mov esi, esi
imul rsi, 70h ; 'p'
cmp byte ptr [rax+rsi+0Ch], 2
mov r12, rcx
mov r15d, 0Fh
cmovnz r15, r8
mov ... | long long mi_pack_key(long long a1, unsigned int a2, char *a3, _BYTE *a4, unsigned long long a5, long long **a6)
{
long long v6; // rax
long long v7; // rsi
unsigned long long v9; // r15
long long *v10; // r14
char v11; // cl
char *v12; // rdi
unsigned long long v13; // rbx
long long v14; // r13
_BYT... | _mi_pack_key:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x50],R9
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x218]
MOV ESI,ESI
IMUL RSI,RSI,0x70
CMP byte ptr [RAX + RSI*0x1 + 0xc],0x2
MOV R12,RCX
MOV R15D,0xf
CMOVNZ R15,R8
MOV qword ptr [RBP + -0x40],RDX
... |
int _mi_pack_key(long *param_1,uint param_2,char *param_3,ushort *param_4,ulong param_5,
long *param_6)
{
int2 uVar1;
ushort uVar2;
long lVar3;
bool bVar4;
char cVar5;
ushort uVar6;
ulong __n;
long *plVar7;
char *pcVar8;
char *__dest;
ulong uVar9;
long lVar10;
ushort *__src;
... | |
61,755 | blst_uint32_from_fp | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/exports.c | void blst_uint32_from_fp(unsigned int ret[12], const vec384 a)
{
if (sizeof(limb_t) == 4) {
from_fp((limb_t *)ret, a);
} else {
vec384 out;
int i;
from_fp(out, a);
for (i = 0; i < 6; i++) {
limb_t limb = out[i];
ret[2*i] = (unsigned int)limb;
... | O1 | c | blst_uint32_from_fp:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x38, %rsp
movq %rdi, %rbx
leaq 0x1a683(%rip), %rdx # 0x3fb20
leaq -0x40(%rbp), %rdi
movabsq $-0x760c000300030003, %rcx # imm = 0x89F3FFFCFFFCFFFD
callq 0x34540
xorl %eax, %eax
movq -0x40(%rbp,%rax,8), %rcx
movq %rcx, (%rbx,%rax,8)
incq %rax
cmpq $0x6... | blst_uint32_from_fp:
push rbp
mov rbp, rsp
push rbx
sub rsp, 38h
mov rbx, rdi
lea rdx, BLS12_381_P
lea rdi, [rbp+var_40]
mov rcx, 89F3FFFCFFFCFFFDh
call from_mont_384
xor eax, eax
loc_254B2:
mov rcx, [rbp+rax*8+var_40]
mov [rbx+rax*8], rcx
inc rax
cmp rax, 6
jnz ... | long long blst_uint32_from_fp(long long a1, long long a2)
{
long long result; // rax
_QWORD v3[8]; // [rsp+0h] [rbp-40h] BYREF
from_mont_384(v3, a2, &BLS12_381_P, 0x89F3FFFCFFFCFFFDLL);
for ( result = 0LL; result != 6; ++result )
*(_QWORD *)(a1 + 8 * result) = v3[result];
return result;
}
| blst_uint32_from_fp:
PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x38
MOV RBX,RDI
LEA RDX,[0x13fb20]
LEA RDI,[RBP + -0x40]
MOV RCX,-0x760c000300030003
CALL 0x00134540
XOR EAX,EAX
LAB_001254b2:
MOV RCX,qword ptr [RBP + RAX*0x8 + -0x40]
MOV qword ptr [RBX + RAX*0x8],RCX
INC RAX
CMP RAX,0x6
JNZ 0x001254b2
ADD RSP,0x38
POP RBX
P... |
void blst_uint32_from_fp(long param_1,int8 param_2)
{
long lVar1;
int8 local_48 [7];
from_mont_384(local_48,param_2,BLS12_381_P,0x89f3fffcfffcfffd);
lVar1 = 0;
do {
*(int8 *)(param_1 + lVar1 * 8) = local_48[lVar1];
lVar1 = lVar1 + 1;
} while (lVar1 != 6);
return;
}
| |
61,756 | 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 0x14542e
jmp 0x145430
movq -0x10(%rbp), %rax
... | 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... | maria_extra_keyflag:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],0x0
LAB_00145412:
MOV EAX,dword ptr [RBP + -0x10]
MOV RCX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RCX]
CMP EAX,dword ptr [RCX + 0x3e8]
JNC 0x001454ad
MOV EAX,dword ptr [RBP + -0xc]
MOV d... |
void maria_extra_keyflag(long *param_1,int param_2)
{
long lVar1;
int4 local_18;
for (local_18 = 0; local_18 < *(uint *)(*param_1 + 1000); local_18 = local_18 + 1) {
if (param_2 == 0x1e) {
lVar1 = *(long *)(*param_1 + 0x570) + (ulong)local_18 * 0x118;
*(ushort *)(lVar1 + 0xa2) = *(ushort *)(l... | |
61,757 | get_length | eloqsql/strings/my_vsnprintf.c | static const char *get_length(const char *fmt, size_t *length, uint *pre_zero)
{
for (; my_isdigit(&my_charset_latin1, *fmt); fmt++)
{
*length= *length * 10 + (uint)(*fmt - '0');
if (!*length)
*pre_zero|= PREZERO_ARG; /* first digit was 0 */
}
return fmt;
} | O0 | c | get_length:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
leaq 0x1ff959(%rip), %rax # 0x274780
movq 0x40(%rax), %rax
movq -0x8(%rbp), %rcx
movzbl (%rcx), %ecx
movzbl 0x1(%rax,%rcx), %eax
andl $0x4, %eax
cmpl $0x0, %eax
je 0x74e82
movq -0x10(%rbp), %rax
imulq $0xa, (%r... | get_length:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
loc_74E20:
lea rax, my_charset_latin1
mov rax, [rax+40h]
mov rcx, [rbp+var_8]
movzx ecx, byte ptr [rcx]
movzx eax, byte ptr [rax+rcx+1]
and eax, 4
cmp eax, 0
jz short loc_74... | unsigned __int8 * get_length(unsigned __int8 *a1, _QWORD *a2, _DWORD *a3)
{
while ( (*(_BYTE *)(*(_QWORD *)&my_charset_latin1[16] + *a1 + 1LL) & 4) != 0 )
{
*a2 = (unsigned int)((char)*a1 - 48) + 10LL * *a2;
if ( !*a2 )
*a3 |= 4u;
++a1;
}
return a1;
}
| get_length:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
LAB_00174e20:
LEA RAX,[0x374780]
MOV RAX,qword ptr [RAX + 0x40]
MOV RCX,qword ptr [RBP + -0x8]
MOVZX ECX,byte ptr [RCX]
MOVZX EAX,byte ptr [RAX + RCX*0x1 + 0x1]
AND EAX,0x4
CMP EAX,0x0
JZ 0x00... |
byte * get_length(byte *param_1,long *param_2,uint *param_3)
{
byte *local_10;
local_10 = param_1;
while ((PTR_ctype_latin1_003747c0[(ulong)*local_10 + 1] & 4) != 0) {
*param_2 = *param_2 * 10 + (ulong)((int)(char)*local_10 - 0x30);
if (*param_2 == 0) {
*param_3 = *param_3 | 4;
}
local_... | |
61,758 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long) | monkey531[P]llama/common/json.hpp | inline void grisu2_round(char* buf, int len, std::uint64_t dist, std::uint64_t delta,
std::uint64_t rest, std::uint64_t ten_k)
{
JSON_ASSERT(len >= 1);
JSON_ASSERT(dist <= delta);
JSON_ASSERT(rest <= delta);
JSON_ASSERT(ten_k > 0);
// <------------------------... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned long, unsigned long, unsigned long):
pushq %rax
testl %esi, %esi
jle 0xa4ba7
cmpq %rcx, %rdx
ja 0xa4bc3
subq %r8, %rcx
jb 0xa4bdf
testq %r9, %r9
je 0xa4bfb
movl %esi, %eax
movq %r9, %rsi
subq %rdx, %rsi
movq %rdx, %r10
subq ... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl12grisu2_roundEPcimmmm:
push rax
test esi, esi
jle loc_A4BA7
cmp rdx, rcx
ja loc_A4BC3
sub rcx, r8
jb loc_A4BDF
test r9, r9
jz loc_A4BFB
mov eax, esi
mov rsi, r9
sub rsi, rdx
mov r10, rdx
sub r10, r8
loc_A4B4E:
cmp ... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(
nlohmann::json_abi_v3_11_3::detail::dtoa_impl *this,
char *a2,
unsigned long long a3,
unsigned long long a4,
unsigned long long a5,
unsigned long long a6)
{
bool... | grisu2_round:
PUSH RAX
TEST ESI,ESI
JLE 0x001a4ba7
CMP RDX,RCX
JA 0x001a4bc3
SUB RCX,R8
JC 0x001a4bdf
TEST R9,R9
JZ 0x001a4bfb
MOV EAX,ESI
MOV RSI,R9
SUB RSI,RDX
MOV R10,RDX
SUB R10,R8
LAB_001a4b4e:
CMP R8,RDX
JNC 0x001a4b84
SUB RCX,R9
JC 0x001a4b84
LEA R11,[R8 + R9*0x1]
CMP R11,RDX
JC 0x001a4b69
ADD R8,RSI
CMP R10,R8
... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round(char*, int, unsigned long, unsigned
long, unsigned long, unsigned long) */
int8
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_round
(char *param_1,int param_2,ulong param_3,ulong param_4,ulong param_5,ulong param_6)
{
int8 in_RAX;
... | |
61,759 | ma_kpos | eloqsql/storage/maria/ma_search.c | my_off_t _ma_kpos(uint nod_flag, const uchar *after_key)
{
after_key-=nod_flag;
switch (nod_flag) {
#if SIZEOF_OFF_T > 4
case 7:
return mi_uint7korr(after_key)*maria_block_size;
case 6:
return mi_uint6korr(after_key)*maria_block_size;
case 5:
return mi_uint5korr(after_key)*maria_block_size;
#else
... | O3 | c | ma_kpos:
leal -0x1(%rdi), %eax
cmpl $0x6, %eax
ja 0x6d1b7
pushq %rbp
movq %rsp, %rbp
movl %edi, %ecx
negq %rcx
leaq 0x74329(%rip), %rdx # 0xe14a0
movslq (%rdx,%rax,4), %rax
addq %rdx, %rax
jmpq *%rax
movzbl (%rsi,%rcx), %eax
jmp 0x6d200
movl (%rsi,%rcx), %eax
movzbl 0x4(%rsi,%rcx), %ecx
shlq $0x38, %rcx
shlq $0x18,... | _ma_kpos:
lea eax, [rdi-1]; switch 7 cases
cmp eax, 6
ja short def_6D17E; jumptable 000000000006D17E default case
push rbp
mov rbp, rsp
mov ecx, edi
neg rcx
lea rdx, jpt_6D17E
movsxd rax, ds:(jpt_6D17E - 0E14A0h)[rdx+rax*4]
add rax, rdx
jmp rax; switch jump
loc_6D180:
movzx ea... | long long ma_kpos(unsigned int a1, long long a2)
{
unsigned long long v2; // rax
unsigned long long v3; // rcx
unsigned long long v4; // rax
long long result; // rax
switch ( a1 )
{
case 1u:
v2 = *(unsigned __int8 *)(a2 - a1);
goto LABEL_11;
case 2u:
v2 = (unsigned __int16)__ROL2... | _ma_kpos:
LEA EAX,[RDI + -0x1]
CMP EAX,0x6
JA 0x0016d1b7
PUSH RBP
MOV RBP,RSP
MOV ECX,EDI
NEG RCX
LEA RDX,[0x1e14a0]
MOVSXD RAX,dword ptr [RDX + RAX*0x4]
ADD RAX,RDX
switchD:
JMP RAX
caseD_1:
MOVZX EAX,byte ptr [RSI + RCX*0x1]
JMP 0x0016d200
caseD_5:
MOV EAX,dword ptr [RSI + RCX*0x1]
MOVZX ECX,byte ptr [RSI + RCX*0x1 +... |
long _ma_kpos(uint param_1,long param_2)
{
ushort uVar1;
uint uVar2;
ulong uVar3;
long lVar4;
ulong uVar5;
if (6 < param_1 - 1) {
return -1;
}
lVar4 = -(ulong)param_1;
switch(param_1) {
case 1:
uVar3 = (ulong)*(byte *)(param_2 + lVar4);
break;
case 2:
uVar3 = (ulong)(ushort)(*... | |
61,760 | server_context::send_final_response(server_slot&) | monkey531[P]llama/examples/server/server.cpp | void send_final_response(server_slot & slot) {
auto res = std::make_unique<server_task_result_cmpl_final>();
res->id = slot.id_task;
res->id_slot = slot.id;
res->index = slot.index;
res->content = std::move(slot.generated_text);
res... | O2 | cpp | server_context::send_final_response(server_slot&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsp, %r15
movq %r15, %rdi
callq 0x82ee6
movq (%r15), %rdi
movq (%r14), %xmm0
pshufd $0xe1, %xmm0, %xmm0 # xmm0 = xmm0[1,0,2,3]
movq %xmm0, 0x8(%rdi)
movl 0x78(%r14), ... | _ZN14server_context19send_final_responseER11server_slot:
push r15
push r14
push r12
push rbx
sub rsp, 68h
mov r14, rsi
mov rbx, rdi
mov r15, rsp
mov rdi, r15
call _ZSt11make_uniqueI29server_task_result_cmpl_finalJEENSt9_MakeUniqIT_E15__single_objectEDpOT0_; std::make_unique<server_tas... | long long * server_context::send_final_response(server_context *this, server_slot *a2)
{
long long v4; // rdi
long long v5; // rax
__int128 v6; // xmm0
__int128 v7; // xmm1
__int128 v8; // xmm2
long long v9; // rdi
long long v10; // rdi
long long v11; // rsi
unsigned long long v12; // rcx
long long ... | send_final_response:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RSI
MOV RBX,RDI
MOV R15,RSP
MOV RDI,R15
CALL 0x00182ee6
MOV RDI,qword ptr [R15]
MOVQ XMM0,qword ptr [R14]
PSHUFD XMM0,XMM0,0xe1
MOVQ qword ptr [RDI + 0x8],XMM0
MOV EAX,dword ptr [R14 + 0x78]
MOV dword ptr [RDI + 0x10],EAX
LEA RSI,[R14 + 0x7a8... |
/* WARNING: Removing unreachable block (ram,0x00181d98) */
/* server_context::send_final_response(server_slot&) */
void __thiscall server_context::send_final_response(server_context *this,server_slot *param_1)
{
ulong uVar1;
ulong uVar2;
long *local_88;
int1 local_79;
long *local_78;
long lStack_70;
lo... | |
61,761 | server_context::send_final_response(server_slot&) | monkey531[P]llama/examples/server/server.cpp | void send_final_response(server_slot & slot) {
auto res = std::make_unique<server_task_result_cmpl_final>();
res->id = slot.id_task;
res->id_slot = slot.id;
res->index = slot.index;
res->content = std::move(slot.generated_text);
res... | O3 | cpp | server_context::send_final_response(server_slot&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r15
movq %rdi, %r14
movl $0x850, %edi # imm = 0x850
callq 0x1fab0
movq %rax, %rbx
movl $0x850, %edx # imm = 0x850
movq %rax, %rdi
xorl %esi, %esi
callq 0x1f610
movq %rbx, %rd... | _ZN14server_context19send_final_responseER11server_slot:
push r15
push r14
push r12
push rbx
sub rsp, 68h
mov r15, rsi
mov r14, rdi
mov edi, 850h; unsigned __int64
call __Znwm; operator new(ulong)
mov rbx, rax
mov edx, 850h
mov rdi, rax
xor esi, esi
call _memset
mov ... | long long server_context::send_final_response(server_context *this, server_slot *a2)
{
long long v3; // rbx
int v4; // eax
int v5; // ecx
double v6; // xmm1_8
double v7; // xmm4_8
long long v8; // rax
__int128 v9; // xmm0
__int128 v10; // xmm1
long long v11; // rsi
unsigned long long v12; // rcx
... | send_final_response:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R15,RSI
MOV R14,RDI
MOV EDI,0x850
CALL 0x0011fab0
MOV RBX,RAX
MOV EDX,0x850
MOV RDI,RAX
XOR ESI,ESI
CALL 0x0011f610
LAB_00192feb:
MOV RDI,RBX
CALL 0x00194618
MOVQ XMM0,qword ptr [R15]
PSHUFD XMM0,XMM0,0xe1
MOVQ qword ptr [RBX + 0x8],XMM0
MOV EAX,... |
/* server_context::send_final_response(server_slot&) */
void __thiscall server_context::send_final_response(server_context *this,server_slot *param_1)
{
double dVar1;
double dVar2;
int iVar3;
int8 uVar4;
int8 uVar5;
double dVar6;
server_task_result_cmpl_final *this_00;
ulong uVar7;
ulong uVar8;
d... | |
61,762 | write_hook_for_redo | eloqsql/storage/maria/ma_blockrec.c | my_bool write_hook_for_redo(enum translog_record_type type
__attribute__ ((unused)),
TRN *trn, MARIA_HA *tbl_info
__attribute__ ((unused)),
LSN *lsn, void *hook_arg
__attribute__ (... | O0 | c | write_hook_for_redo:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
jmp 0x59ca9
movq -0x10(%rbp), %rax
cmpq $0x0, 0x90(%rax)
jne 0x59cc9
movq -0x20(%rbp), %rax
movq (%rax), %rcx
movq -0x10(%rbp), %rax
movq %rcx, 0x90(%rax)
xorl... | write_hook_for_redo:
push rbp
mov rbp, rsp
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
jmp short $+2
loc_59CA9:
mov rax, [rbp+var_10]
cmp qword ptr [rax+90h], 0
jnz short loc_59CC9
mov rax, [rbp+var_20]
mov ... | long long write_hook_for_redo(long long a1, long long a2, long long a3, _QWORD *a4)
{
if ( !*(_QWORD *)(a2 + 144) )
*(_QWORD *)(a2 + 144) = *a4;
return 0LL;
}
| write_hook_for_redo:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
JMP 0x00159ca9
LAB_00159ca9:
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x90],0x0
JNZ 0x00159cc9
MOV RAX,qword... |
int8
write_hook_for_redo(int8 param_1,long param_2,int8 param_3,int8 *param_4)
{
if (*(long *)(param_2 + 0x90) == 0) {
*(int8 *)(param_2 + 0x90) = *param_4;
}
return 0;
}
| |
61,763 | ssl_info_cb | xtate/src/probe-modules/tls-state-probe.c | static void ssl_info_cb(const SSL *ssl, int where, int ret) {
if (where & SSL_CB_ALERT) {
ProbeTarget *tgt = SSL_get_ex_data(ssl, TSP_EXT_TGT_IDX);
if (!tgt)
return;
OutItem item = {
.target.ip_proto = tgt->target.ip_proto,
.target.ip_them = tgt->targe... | O3 | c | ssl_info_cb:
btl $0xe, %esi
jae 0x30296
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x1a8, %rsp # imm = 0x1A8
movl %edx, %ebx
xorl %esi, %esi
callq 0x15390
testq %rax, %rax
je 0x30288
movq %rax, %r15
leaq 0x8(%rsp), %r14
movl $0x1a0, %edx # imm = 0x1A0
movq %r14, %rdi
xorl %esi, %esi
callq 0... | ssl_info_cb:
bt esi, 0Eh
jnb locret_30296
push r15
push r14
push r12
push rbx
sub rsp, 1A8h
mov ebx, edx
xor esi, esi
call _SSL_get_ex_data
test rax, rax
jz loc_30288
mov r15, rax
lea r14, [rsp+1C8h+var_1C0]
mov edx, 1A0h
mov rdi, r14
xor esi, esi
call ... | void ssl_info_cb(long long a1, __int16 a2, unsigned int a3)
{
long long v4; // rax
long long v5; // r15
int v6; // r12d
int v7; // eax
long long v8; // rdx
long long v9; // rcx
long long v10; // r8
long long v11; // r9
_BYTE v12[16]; // [rsp+0h] [rbp-1C0h] BYREF
int v13; // [rsp+10h] [rbp-1B0h]
_... | ssl_info_cb:
BT ESI,0xe
JNC 0x00130296
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x1a8
MOV EBX,EDX
XOR ESI,ESI
CALL 0x00115390
TEST RAX,RAX
JZ 0x00130288
MOV R15,RAX
LEA R14,[RSP + 0x8]
MOV EDX,0x1a0
MOV RDI,R14
XOR ESI,ESI
CALL 0x00115370
MOV EAX,dword ptr [R15]
MOV dword ptr [R14 + 0x10],EAX
MOV RAX,qword ptr [R15 ... |
void ssl_info_cb(SSL *param_1,uint param_2,int param_3)
{
int4 *puVar1;
char *pcVar2;
char *pcVar3;
int1 local_1c0 [16];
int4 local_1b0;
int8 local_1a8;
int8 uStack_1a0;
int8 local_198;
int4 local_190;
int4 uStack_18c;
int4 uStack_188;
int4 uStack_184;
int8 local_180;
int8 local_178;
int... | |
61,764 | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*) | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, const struct ggml_tensor * tensor, const struct ggml_tensor * op) {
ggml_backend_buffer_t buffer = tensor->view_src ? tensor->view_src->buffer : tensor->buffer;
if (buffer == NULL) {
return -1;
}
// find highest prio ... | O0 | cpp | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x18(%rbp), %rax
cmpq $0x0, 0xe8(%rax)
je 0x63d07
movq -0x18(%rbp), %rax
movq 0xe8(%rax), %rax
movq ... | _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_18]
cmp qword ptr [rax+0E8h], 0
jz short loc_63D07
mov rax, [rbp+var_18]
mov ... | long long ggml_backend_sched_backend_from_buffer(long long a1, long long a2, long long a3)
{
const char *v3; // rax
char *v5; // [rsp+0h] [rbp-40h]
long long v6; // [rsp+8h] [rbp-38h]
unsigned int i; // [rsp+14h] [rbp-2Ch]
if ( *(_QWORD *)(a2 + 232) )
v6 = *(_QWORD *)(*(_QWORD *)(a2 + 232) + 8LL);
els... | ggml_backend_sched_backend_from_buffer:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x18]
CMP qword ptr [RAX + 0xe8],0x0
JZ 0x00163d07
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xe8]
MOV RAX,qw... |
/* ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor
const*) */
int ggml_backend_sched_backend_from_buffer
(ggml_backend_sched *param_1,ggml_tensor *param_2,ggml_tensor *param_3)
{
ulong uVar1;
int8 uVar2;
int8 uVar3;
long local_40;
int local_34;
... | |
61,765 | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*) | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, const struct ggml_tensor * tensor, const struct ggml_tensor * op) {
ggml_backend_buffer_t buffer = tensor->view_src ? tensor->view_src->buffer : tensor->buffer;
if (buffer == NULL) {
return -1;
}
// find highest prio ... | O1 | cpp | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq 0xe8(%rsi), %rax
testq %rax, %rax
cmoveq %rsi, %rax
movq 0x8(%rax), %r13
movl $0xffffffff, %ebx # imm = 0xFFFFFFFF
testq %r13, %r13... | _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rax, [rsi+0E8h]
test rax, rax
cmovz rax, rsi
mov r13, [rax+8]
mov ebx, 0FFFFFFFFh
test r13, r13
jz loc_2AABE
mov r14, r... | long long ggml_backend_sched_backend_from_buffer(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v11; // rax
long long v12; // r13... | ggml_backend_sched_backend_from_buffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RAX,qword ptr [RSI + 0xe8]
TEST RAX,RAX
CMOVZ RAX,RSI
MOV R13,qword ptr [RAX + 0x8]
MOV EBX,0xffffffff
TEST R13,R13
JZ 0x0012aabe
MOV R14,RSI
MOV R12,RDI
CMP dword ptr [RDI + 0x4],0x0
JLE 0x0012aa7f
MOV R15,RDX
XO... |
/* ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor
const*) */
ulong ggml_backend_sched_backend_from_buffer
(ggml_backend_sched *param_1,ggml_tensor *param_2,ggml_tensor *param_3)
{
long lVar1;
char cVar2;
ggml_tensor *pgVar3;
int8 uVar4;
int8 u... | |
61,766 | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*) | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, const struct ggml_tensor * tensor, const struct ggml_tensor * op) {
ggml_backend_buffer_t buffer = tensor->view_src ? tensor->view_src->buffer : tensor->buffer;
if (buffer == NULL) {
return -1;
}
// find highest prio ... | O2 | cpp | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq 0xe8(%rsi), %rax
testq %rax, %rax
cmoveq %rsi, %rax
movq 0x8(%rax), %r13
pushq $-0x1
popq %rbx
testq %r13, %r13
je 0x2ec12
movq %rdx, %r1... | _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rax, [rsi+0E8h]
test rax, rax
cmovz rax, rsi
mov r13, [rax+8]
push 0FFFFFFFFFFFFFFFFh
pop rbx
test r13, r13
jz short loc... | long long ggml_backend_sched_backend_from_buffer(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v11; // rax
long long v12; // r13... | ggml_backend_sched_backend_from_buffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RAX,qword ptr [RSI + 0xe8]
TEST RAX,RAX
CMOVZ RAX,RSI
MOV R13,qword ptr [RAX + 0x8]
PUSH -0x1
POP RBX
TEST R13,R13
JZ 0x0012ec12
MOV R15,RDX
MOV R14,RSI
MOV R12,RDI
XOR EBP,EBP
LAB_0012eb9f:
MOVSXD RAX,dword ptr [... |
/* ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor
const*) */
ulong ggml_backend_sched_backend_from_buffer
(ggml_backend_sched *param_1,ggml_tensor *param_2,ggml_tensor *param_3)
{
long lVar1;
char cVar2;
ggml_tensor *pgVar3;
int8 uVar4;
int8 u... | |
61,767 | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*) | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, const struct ggml_tensor * tensor, const struct ggml_tensor * op) {
ggml_backend_buffer_t buffer = tensor->view_src ? tensor->view_src->buffer : tensor->buffer;
if (buffer == NULL) {
return -1;
}
// find highest prio ... | O3 | cpp | ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq 0xe8(%rsi), %rax
testq %rax, %rax
cmoveq %rsi, %rax
movq 0x8(%rax), %r13
movl $0xffffffff, %ebx # imm = 0xFFFFFFFF
testq %r13, %r13... | _ZL38ggml_backend_sched_backend_from_bufferP18ggml_backend_schedPK11ggml_tensorS3_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rax, [rsi+0E8h]
test rax, rax
cmovz rax, rsi
mov r13, [rax+8]
mov ebx, 0FFFFFFFFh
test r13, r13
jz loc_295A4
mov r14, r... | long long ggml_backend_sched_backend_from_buffer(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v11; // rax
long long v12; // r13... | ggml_backend_sched_backend_from_buffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RAX,qword ptr [RSI + 0xe8]
TEST RAX,RAX
CMOVZ RAX,RSI
MOV R13,qword ptr [RAX + 0x8]
MOV EBX,0xffffffff
TEST R13,R13
JZ 0x001295a4
MOV R14,RSI
MOV R12,RDI
CMP dword ptr [RDI + 0x4],0x0
JLE 0x00129565
MOV R15,RDX
XO... |
/* ggml_backend_sched_backend_from_buffer(ggml_backend_sched*, ggml_tensor const*, ggml_tensor
const*) */
ulong ggml_backend_sched_backend_from_buffer
(ggml_backend_sched *param_1,ggml_tensor *param_2,ggml_tensor *param_3)
{
long lVar1;
char cVar2;
ggml_tensor *pgVar3;
int8 uVar4;
int8 u... | |
61,768 | google::protobuf::DescriptorBuilder::AddRecursiveImportError(google::protobuf::FileDescriptorProto const&, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void DescriptorBuilder::AddRecursiveImportError(
const FileDescriptorProto& proto, int from_here) {
std::string error_message("File recursively imports itself: ");
for (size_t i = from_here; i < tables_->pending_files_.size(); i++) {
error_message.append(tables_->pending_files_[i]);
error_message.append... | O0 | cpp | google::protobuf::DescriptorBuilder::AddRecursiveImportError(google::protobuf::FileDescriptorProto const&, int):
subq $0x88, %rsp
movq %rdi, 0x80(%rsp)
movq %rsi, 0x78(%rsp)
movl %edx, 0x74(%rsp)
movq 0x80(%rsp), %rax
movq %rax, 0x20(%rsp)
leaq 0x4f(%rsp), %rdi
movq %rdi, 0x28(%rsp)
callq 0x13760
movq 0x28(%rsp), %rdx
... | _ZN6google8protobuf17DescriptorBuilder23AddRecursiveImportErrorERKNS0_19FileDescriptorProtoEi:
sub rsp, 88h
mov [rsp+88h+var_8], rdi
mov [rsp+88h+var_10], rsi
mov [rsp+88h+var_14], edx
mov rax, [rsp+88h+var_8]
mov [rsp+88h+var_68], rax
lea rdi, [rsp+88h+var_39]
mov [rsp+88h+var_60], rdi
... | long long google::protobuf::DescriptorBuilder::AddRecursiveImportError(
google::protobuf::DescriptorBuilder *this,
const google::protobuf::FileDescriptorProto *a2,
int a3)
{
long long v3; // rax
long long v4; // rax
long long v6; // [rsp+0h] [rbp-88h]
unsigned long long v7; // [rsp+8h] ... | AddRecursiveImportError:
SUB RSP,0x88
MOV qword ptr [RSP + 0x80],RDI
MOV qword ptr [RSP + 0x78],RSI
MOV dword ptr [RSP + 0x74],EDX
MOV RAX,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x20],RAX
LEA RDI,[RSP + 0x4f]
MOV qword ptr [RSP + 0x28],RDI
CALL 0x00113760
MOV RDX,qword ptr [RSP + 0x28]
LAB_001475b9:
LEA RSI,[0x2ed... |
/* google::protobuf::DescriptorBuilder::AddRecursiveImportError(google::protobuf::FileDescriptorProto
const&, int) */
void __thiscall
google::protobuf::DescriptorBuilder::AddRecursiveImportError
(DescriptorBuilder *this,FileDescriptorProto *param_1,int param_2)
{
ulong uVar1;
string *psVar2;
long ... | |
61,769 | mi_unpack_index_tuple | eloqsql/storage/myisam/mi_key.c | static
int mi_unpack_index_tuple(MI_INFO *info, uint keynr, uchar *record)
{
if (_mi_put_key_in_record(info, keynr, FALSE, record))
{
/* Impossible case; Can only happen if bug in code */
mi_print_error(info->s, HA_ERR_CRASHED);
info->lastpos= HA_OFFSET_ERROR; /* No active record */
my_e... | O0 | c | mi_unpack_index_tuple:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rdi
movl -0x14(%rbp), %esi
movq -0x20(%rbp), %rcx
xorl %edx, %edx
callq 0xaf450
cmpl $0x0, %eax
je 0xafc05
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x268(%rax),... | mi_unpack_index_tuple:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov rdi, [rbp+var_10]
mov esi, [rbp+var_14]
mov rcx, [rbp+var_20]
xor edx, edx
call _mi_put_key_in_record
cmp eax, 0
jz short loc_AFC05
mov r... | long long mi_unpack_index_tuple(_QWORD *a1, unsigned int a2, long long a3)
{
const char *v3; // rsi
if ( (unsigned int)mi_put_key_in_record((long long)a1, a2, 0, a3) )
{
v3 = *(const char **)(*a1 + 616LL);
mi_report_error(126, (long long)v3);
a1[46] = -1LL;
*(_DWORD *)my_thread_var(126LL, v3) = ... | mi_unpack_index_tuple:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV RDI,qword ptr [RBP + -0x10]
MOV ESI,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x20]
XOR EDX,EDX
CALL 0x001af450
CMP EAX,0x0
JZ 0x001afc05
MOV RAX,qword ptr... |
bool mi_unpack_index_tuple(long *param_1,int4 param_2,int8 param_3)
{
int iVar1;
int4 *puVar2;
iVar1 = _mi_put_key_in_record(param_1,param_2,0,param_3);
if (iVar1 != 0) {
mi_report_error(0x7e,*(int8 *)(*param_1 + 0x268));
param_1[0x2e] = -1;
puVar2 = (int4 *)_my_thread_var();
*puVar2 = 0x7e... | |
61,770 | ma_ft_parserecord | eloqsql/storage/maria/ma_ft_update.c | FT_WORD * _ma_ft_parserecord(MARIA_HA *info, uint keynr, const uchar *record,
MEM_ROOT *mem_root)
{
TREE ptree;
MYSQL_FTPARSER_PARAM *param;
DBUG_ENTER("_ma_ft_parserecord");
if (! (param= maria_ftparser_call_initializer(info, keynr, 0)))
DBUG_RETURN(NULL);
bzero((char*) &ptre... | O0 | c | ma_ft_parserecord:
pushq %rbp
movq %rsp, %rbp
subq $0x2d0, %rsp # imm = 0x2D0
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rdi
movl -0x14(%rbp), %esi
xorl %edx, %edx
callq 0x4c020
movq %rax, -0x2c8(%rbp)
cmpq $0x0, %rax
jne 0x8c841
jmp 0x8c837... | _ma_ft_parserecord:
push rbp
mov rbp, rsp
sub rsp, 2D0h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rdi, [rbp+var_10]
mov esi, [rbp+var_14]
xor edx, edx
call maria_ftparser_call_initializer
mov [rbp+var_2C8], rax
cmp rax, ... | long long ma_ft_parserecord(_QWORD *a1, unsigned int a2, long long a3, long long a4)
{
unsigned long long v5; // [rsp+8h] [rbp-2C8h]
_QWORD v6[83]; // [rsp+10h] [rbp-2C0h] BYREF
long long v7; // [rsp+2A8h] [rbp-28h]
long long v8; // [rsp+2B0h] [rbp-20h]
unsigned int v9; // [rsp+2BCh] [rbp-14h]
_QWORD *v10;... | _ma_ft_parserecord:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x2d0
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RDI,qword ptr [RBP + -0x10]
MOV ESI,dword ptr [RBP + -0x14]
XOR EDX,EDX
CALL 0x0014c020
MOV qword ptr [RBP + -0x2c8],RAX
CMP RAX,0x0
... |
int8
_ma_ft_parserecord(int8 param_1,int4 param_2,int8 param_3,int8 param_4)
{
int iVar1;
long lVar2;
int1 local_2c8 [664];
int8 local_30;
int8 local_28;
int4 local_1c;
int8 local_18;
int8 local_10;
local_30 = param_4;
local_28 = param_3;
local_1c = param_2;
local_18 = param_1;
lVar2 = ma... | |
61,771 | string_from[abi:cxx11](std::vector<int, std::allocator<int>> const&) | monkey531[P]llama/common/common.cpp | std::string string_from(const std::vector<int> & values) {
std::stringstream buf;
buf << "[ ";
bool first = true;
for (auto e : values) {
if (first) {
first = false;
} else {
buf << ", ";
}
buf << std::to_string(e);
}
buf << " ]";
ret... | O2 | cpp | string_from[abi:cxx11](std::vector<int, std::allocator<int>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1b8, %rsp # imm = 0x1B8
movq %rsi, %r15
movq %rdi, 0x8(%rsp)
leaq 0x30(%rsp), %rdi
callq 0x21500
leaq 0x40(%rsp), %r14
leaq 0x4b033(%rip), %rsi # 0x9bf7f
movq %r... | _Z11string_fromB5cxx11RKSt6vectorIiSaIiEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1B8h
mov r15, rsi
mov [rsp+1E8h+var_1E0], rdi
lea rdi, [rsp+1E8h+var_1B8]
call __ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev; std::basic_stringstream<char,std... | long long string_from[abi:cxx11](long long a1, int **a2)
{
int *v2; // r13
int *v3; // rbx
char v4; // al
int v5; // ebp
_BYTE v7[32]; // [rsp+10h] [rbp-1D8h] BYREF
_BYTE v8[16]; // [rsp+30h] [rbp-1B8h] BYREF
_BYTE v9[8]; // [rsp+40h] [rbp-1A8h] BYREF
_BYTE v10[416]; // [rsp+48h] [rbp-1A0h] BYREF
st... | string_from[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1b8
MOV R15,RSI
MOV qword ptr [RSP + 0x8],RDI
LEA RDI,[RSP + 0x30]
CALL 0x00121500
LEA R14,[RSP + 0x40]
LAB_00150f45:
LEA RSI,[0x19bf7f]
MOV RDI,R14
CALL 0x001216a0
MOV R13,qword ptr [R15]
MOV RBX,qword ptr [R15 + 0x8]
MOV AL,0x1
LE... |
/* string_from[abi:cxx11](std::vector<int, std::allocator<int> > const&) */
vector * string_from_abi_cxx11_(vector *param_1)
{
int iVar1;
int *piVar2;
bool bVar3;
int8 *in_RSI;
int *piVar4;
__cxx11 local_1d8 [32];
stringstream local_1b8 [16];
ostream local_1a8 [376];
std::__cxx11::stringstream::... | |
61,772 | my_strnxfrm_tis620 | eloqsql/strings/ctype-tis620.c | static size_t
my_strnxfrm_tis620(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_if_smaller(dstlen... | O3 | c | my_strnxfrm_tis620:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %r13
movl %ecx, %r12d
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
cmpq %r9, %rdx
cmovbq %rdx, %r13
movq %rsi, %rdi
movq %r8, %rsi
movq %r13, %rdx
callq 0x24290
movq %r14, %rdi
movq %r13, %rsi
c... | my_strnxfrm_tis620:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r13, r9
mov r12d, ecx
mov rbx, rdx
mov r14, rsi
mov r15, rdi
cmp rdx, r9
cmovb r13, rdx
mov rdi, rsi
mov rsi, r8
mov rdx, r13
call _memcpy
mov rdi, r1... | unsigned long long my_strnxfrm_tis620(
long long a1,
long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
unsigned long long a6,
unsigned int a7)
{
unsigned long long v7; // r13
unsigned long long v10; // r8
unsigned long long result; // rax
... | my_strnxfrm_tis620:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R13,R9
MOV R12D,ECX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CMP RDX,R9
CMOVC R13,RDX
MOV RDI,RSI
MOV RSI,R8
MOV RDX,R13
CALL 0x00124290
MOV RDI,R14
MOV RSI,R13
CALL 0x00143eef
MOV R8D,R12D
CMP R8,RBX
CMOVNC R8,RBX
CMP R13,R8
... |
ulong my_strnxfrm_tis620(long param_1,void *param_2,ulong param_3,uint param_4,void *param_5,
ulong param_6,int4 param_7)
{
int8 in_RAX;
ulong uVar1;
uint uVar2;
uVar2 = (uint)((ulong)in_RAX >> 0x20);
if (param_3 < param_6) {
param_6 = param_3;
}
memcpy(param_2,param_5,par... | |
61,773 | maria_rtree_PrintWKB | eloqsql/storage/maria/ma_sp_test.c | static void maria_rtree_PrintWKB(uchar *wkb, uint n_dims)
{
uint wkb_type;
++wkb;
wkb_type = uint4korr(wkb);
wkb += 4;
switch ((enum wkbType)wkb_type)
{
case wkbPoint:
{
uint i;
double ord;
printf("POINT(");
for (i=0; i < n_dims; ++i)
{
float8get(ord, wkb);
... | O0 | c | maria_rtree_PrintWKB:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq -0x8(%rbp), %rax
incq %rax
movq %rax, -0x8(%rbp)
movq -0x8(%rbp), %rax
movl (%rax), %eax
movl %eax, -0x10(%rbp)
movq -0x8(%rbp), %rax
addq $0x4, %rax
movq %rax, -0x8(%rbp)
movl -0x10(%rbp), %eax
decl %eax
... | maria_rtree_PrintWKB:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov rax, [rbp+var_8]
inc rax
mov [rbp+var_8], rax
mov rax, [rbp+var_8]
mov eax, [rax]
mov [rbp+var_10], eax
mov rax, [rbp+var_8]
add rax, 4
mov [rbp+var_8], rax
mov ... | long long maria_rtree_PrintWKB(long long a1, unsigned int a2)
{
long long result; // rax
double v3; // [rsp+8h] [rbp-38h]
unsigned int v4; // [rsp+14h] [rbp-2Ch]
unsigned int k; // [rsp+18h] [rbp-28h]
unsigned int j; // [rsp+1Ch] [rbp-24h]
double v7; // [rsp+20h] [rbp-20h]
unsigned int i; // [rsp+2Ch] [r... | maria_rtree_PrintWKB:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
INC RAX
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0x10],EAX
MOV RAX,qword ptr [RBP + -0x8]
ADD RAX,0x4
MO... |
void maria_rtree_PrintWKB(long param_1,uint param_2)
{
uint uVar1;
int8 uVar2;
uint local_30;
uint local_2c;
uint local_1c;
uint *local_10;
local_10 = (uint *)(param_1 + 5);
switch(*(int4 *)(param_1 + 1)) {
case 1:
printf("POINT(");
for (local_1c = 0; local_1c < param_2; local_1c = local_... | |
61,774 | mi_read_rnd_static_record | eloqsql/storage/myisam/mi_statrec.c | int _mi_read_rnd_static_record(MI_INFO *info, uchar *buf,
register my_off_t filepos,
my_bool skip_deleted_blocks)
{
int locked,error,cache_read;
uint cache_length;
MYISAM_SHARE *share=info->s;
DBUG_ENTER("_mi_read_rnd_static_record");
cache_read=0;
cache_length=0;
if (info->opt_flag &... | O0 | c | mi_read_rnd_static_record:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movb %cl, %al
movq %fs:0x28, %rcx
movq %rcx, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movq %rsi, -0x28(%rbp)
movq %rdx, -0x30(%rbp)
movb %al, -0x31(%rbp)
movq -0x20(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x50(%rbp)
movl $0x0, -0x40(%rbp)
movl $0x0, -0x4... | _mi_read_rnd_static_record:
push rbp
mov rbp, rsp
sub rsp, 60h
mov al, cl
mov rcx, fs:28h
mov [rbp+var_8], rcx
mov [rbp+var_20], rdi
mov [rbp+var_28], rsi
mov [rbp+var_30], rdx
mov [rbp+var_31], al
mov rax, [rbp+var_20]
mov rax, [rax]
mov [rbp+var_50], rax
mov [rbp... | long long mi_read_rnd_static_record(long long a1, const char *a2, const char *a3, char a4)
{
long long v4; // rdi
const char *v5; // rsi
long long v7; // [rsp+10h] [rbp-50h]
unsigned int v8; // [rsp+1Ch] [rbp-44h]
int v9; // [rsp+20h] [rbp-40h]
int static_record; // [rsp+24h] [rbp-3Ch]
int v11; // [rsp+2... | _mi_read_rnd_static_record:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV AL,CL
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RCX
MOV qword ptr [RBP + -0x20],RDI
MOV qword ptr [RBP + -0x28],RSI
MOV qword ptr [RBP + -0x30],RDX
MOV byte ptr [RBP + -0x31],AL
MOV RAX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RAX]
MOV qwo... |
int _mi_read_rnd_static_record(long *param_1,char *param_2,ulong param_3,char param_4)
{
long lVar1;
bool bVar2;
bool bVar3;
int iVar4;
int *piVar5;
ulong uVar6;
int4 *puVar7;
long in_FS_OFFSET;
uint local_4c;
int local_44;
int local_1c;
int1 local_18 [8];
long local_10;
local_10 = *(lo... | |
61,775 | ma_writeinfo | eloqsql/storage/maria/ma_locking.c | int _ma_writeinfo(register MARIA_HA *info, uint operation)
{
int error,olderror;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_writeinfo");
DBUG_PRINT("info",("operation: %u tot_locks: %u", operation,
share->tot_locks));
error=0;
if (share->tot_locks == 0 && !share->base.born_transactional)
{
... | O3 | c | ma_writeinfo:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq (%rdi), %r14
cmpl $0x0, 0x7b8(%r14)
jne 0x37ceb
cmpb $0x0, 0x44c(%r14)
je 0x37d06
xorl %ebx, %ebx
testl %esi, %esi
je 0x37cf9
movb $0x1, 0x7de(%r14)
movl %ebx, %eax
addq $0x8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
test... | _ma_writeinfo:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, [rdi]
cmp dword ptr [r14+7B8h], 0
jnz short loc_37CEB
cmp byte ptr [r14+44Ch], 0
jz short loc_37D06
loc_37CEB:
xor ebx, ebx
test esi, esi
jz short loc_37CF9
mov byte ptr [r14+7DEh], ... | long long ma_writeinfo(long long *a1, long long a2, long long a3, long long a4, long long a5)
{
long long v5; // r14
unsigned int v6; // ebx
int v8; // r15d
long long v9; // rdi
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
v5 = *a1;
if ( *(_DWORD *)(*a1 + 1976) || *(_BYTE *)(v5 +... | _ma_writeinfo:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,qword ptr [RDI]
CMP dword ptr [R14 + 0x7b8],0x0
JNZ 0x00137ceb
CMP byte ptr [R14 + 0x44c],0x0
JZ 0x00137d06
LAB_00137ceb:
XOR EBX,EBX
TEST ESI,ESI
JZ 0x00137cf9
MOV byte ptr [R14 + 0x7de],0x1
LAB_00137cf9:
MOV EAX,EBX
ADD RSP,0x8
POP RBX
PO... |
int _ma_writeinfo(long *param_1,int param_2)
{
long lVar1;
int iVar2;
int4 *puVar3;
int4 uVar4;
lVar1 = *param_1;
if ((*(int *)(lVar1 + 0x7b8) == 0) && (*(char *)(lVar1 + 0x44c) == '\0')) {
if (param_2 == 0) {
iVar2 = 0;
}
else {
puVar3 = (int4 *)_my_thread_var();
uVar4 = ... | |
61,776 | testing::internal::UniversalPrinter<double>::Print(double const&, std::ostream*) | AlayaLite/build_O3/_deps/googletest-src/googletest/include/gtest/gtest-printers.h | static void Print(const T& value, ::std::ostream* os) {
// By default, ::testing::internal::PrintTo() is used for printing
// the value.
//
// Thanks to Koenig look-up, if T is a class and has its own
// PrintTo() function defined in its namespace, that function will
// be visible here. Since i... | O3 | c | testing::internal::UniversalPrinter<double>::Print(double const&, std::ostream*):
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %rbx
movsd (%rdi), %xmm0
movsd %xmm0, 0x8(%rsp)
movq (%rsi), %rax
movq -0x18(%rax), %r14
movq 0x8(%rsi,%r14), %r15
callq 0x256a8
cltq
movq %rax, 0x8(%rbx,%r14)
movq %rbx, %rdi
m... | _ZN7testing8internal16UniversalPrinterIdE5PrintERKdPSo:
push r15
push r14
push rbx
sub rsp, 10h
mov rbx, rsi
movsd xmm0, qword ptr [rdi]
movsd [rsp+28h+var_20], xmm0
mov rax, [rsi]
mov r14, [rax-18h]
mov r15, [rsi+r14+8]
call _ZN7testing8internal21AppropriateResolutionIdEEiT_; testin... | long long testing::internal::UniversalPrinter<double>::Print(double *a1, _QWORD *a2)
{
long long v2; // r14
long long v3; // r15
long long result; // rax
double v5; // [rsp+8h] [rbp-20h]
v5 = *a1;
v2 = *(_QWORD *)(*a2 - 24LL);
v3 = *(_QWORD *)((char *)a2 + v2 + 8);
*(_QWORD *)((char *)a2 + v2 + 8) = (... | Print:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RBX,RSI
MOVSD XMM0,qword ptr [RDI]
MOVSD qword ptr [RSP + 0x8],XMM0
MOV RAX,qword ptr [RSI]
MOV R14,qword ptr [RAX + -0x18]
MOV R15,qword ptr [RSI + R14*0x1 + 0x8]
CALL 0x001256a8
CDQE
MOV qword ptr [RBX + R14*0x1 + 0x8],RAX
MOV RDI,RBX
MOVSD XMM0,qword ptr [RSP + 0x8]... |
/* testing::internal::UniversalPrinter<double>::Print(double const&, std::ostream*) */
void testing::internal::UniversalPrinter<double>::Print(double *param_1,ostream *param_2)
{
double dVar1;
long lVar2;
int8 uVar3;
int iVar4;
dVar1 = *param_1;
lVar2 = *(long *)(*(long *)param_2 + -0x18);
uVar3 = *... | |
61,777 | scan_one_character | eloqsql/strings/ctype.c | static size_t
scan_one_character(const char *s, const char *e, my_wc_t *wc)
{
CHARSET_INFO *cs= &my_charset_utf8mb3_general_ci;
if (s >= e)
return 0;
/* Escape sequence: \uXXXX */
if (s[0] == '\\' && s + 2 < e && s[1] == 'u' && my_isxdigit(cs, s[2]))
{
size_t len= 3; /* We have at least one digit */
... | O0 | c | scan_one_character:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
leaq 0x3138d5(%rip), %rax # 0x383aa0
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
cmpq -0x18(%rbp), %rax
jb 0x701e6
movq $0x0, -0x8(%rbp)
jmp 0x70318
movq -0x10(%rbp), %rax
movsbl (%r... | scan_one_character:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
lea rax, my_charset_utf8mb3_general_ci
mov [rbp+var_28], rax
mov rax, [rbp+var_10]
cmp rax, [rbp+var_18]
jb short loc_701E6
mov [rbp+var_8], 0
jmp ... | long long scan_one_character(char *a1, unsigned long long a2, _QWORD *a3)
{
bool v4; // [rsp+Bh] [rbp-35h]
int v5; // [rsp+Ch] [rbp-34h]
long long v6; // [rsp+10h] [rbp-30h]
unsigned __int8 *i; // [rsp+30h] [rbp-10h]
if ( (unsigned long long)a1 >= a2 )
return 0LL;
if ( *a1 == 92
&& (unsigned long ... | scan_one_character:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
LEA RAX,[0x483aa0]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RBP + -0x18]
JC 0x001701e6
MOV qword ptr [RBP + -0x8],0x0
JMP 0x0017... |
long scan_one_character(byte *param_1,byte *param_2,int8 *param_3)
{
int iVar1;
bool bVar2;
long local_38;
byte *local_18;
long local_10;
if (param_1 < param_2) {
if ((((*param_1 == 0x5c) && (param_1 + 2 < param_2)) && (param_1[1] == 0x75)) &&
((*(byte *)(my_charset_utf8mb3_general_ci._64_8_... | |
61,778 | maria_extra_keyflag | eloqsql/storage/maria/ma_extra.c | static void maria_extra_keyflag(MARIA_HA *info,
enum ha_extra_function function)
{
uint idx;
for (idx= 0; idx< info->s->base.keys; idx++)
{
switch (function) {
case HA_EXTRA_CHANGE_KEY_TO_UNIQUE:
info->s->keyinfo[idx].flag|= HA_NOSAME;
break;
case HA_EXTRA... | O0 | c | maria_extra_keyflag:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl $0x0, -0x10(%rbp)
movl -0x10(%rbp), %eax
movq -0x8(%rbp), %rcx
movq (%rcx), %rcx
cmpl 0x3e8(%rcx), %eax
jae 0x2fbed
movl -0xc(%rbp), %eax
movl %eax, -0x14(%rbp)
subl $0x1e, %eax
je 0x2fb7f
jmp 0x2fb75
movl -0x14(%rbp), %eax... | maria_extra_keyflag:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], 0
loc_2FB52:
mov eax, [rbp+var_10]
mov rcx, [rbp+var_8]
mov rcx, [rcx]
cmp eax, [rcx+3E8h]
jnb loc_2FBED
mov eax, [rbp+var_C]
mov [rbp+var_14], eax
sub eax, 1Eh
jz ... | long long maria_extra_keyflag(long long a1, int a2)
{
long long result; // rax
long long v3; // rax
long long v4; // rax
unsigned int i; // [rsp+4h] [rbp-10h]
for ( i = 0; ; ++i )
{
result = i;
if ( i >= *(_DWORD *)(*(_QWORD *)a1 + 1000LL) )
break;
if ( a2 == 30 )
{
v3 = 280LL ... | maria_extra_keyflag:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],0x0
LAB_0012fb52:
MOV EAX,dword ptr [RBP + -0x10]
MOV RCX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RCX]
CMP EAX,dword ptr [RCX + 0x3e8]
JNC 0x0012fbed
MOV EAX,dword ptr [RBP + -0xc]
MOV d... |
void maria_extra_keyflag(long *param_1,int param_2)
{
long lVar1;
int4 local_18;
for (local_18 = 0; local_18 < *(uint *)(*param_1 + 1000); local_18 = local_18 + 1) {
if (param_2 == 0x1e) {
lVar1 = *(long *)(*param_1 + 0x570) + (ulong)local_18 * 0x118;
*(ushort *)(lVar1 + 0xa2) = *(ushort *)(l... | |
61,779 | intx::uint<256u> intx::from_string<intx::uint<256u>>(char const*) | corpus-core[P]colibri-stateless/build_O3/_deps/intx-src/include/intx/intx.hpp | inline constexpr Int from_string(const char* str)
{
auto s = str;
auto x = Int{};
int num_digits = 0;
if (s[0] == '0' && s[1] == 'x')
{
s += 2;
while (const auto c = *s++)
{
if (++num_digits > int{sizeof(x) * 2})
throw_<std::out_of_range>(str);
... | O3 | cpp | intx::uint<256u> intx::from_string<intx::uint<256u>>(char const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, 0x10(%rdi)
movups %xmm0, (%rdi)
cmpb $0x30, (%rsi)
jne 0x7e3d6
cmpb $0x78, 0x1(%rsi)
jne 0x7e3d6
movq %rsi, %r11
movb 0x2... | _ZN4intx11from_stringINS_4uintILj256EEEEET_PKc:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+10h], xmm0
movups xmmword ptr [rdi], xmm0
cmp byte ptr [rsi], 30h ; '0'
jnz loc_7E3D6
cmp byte ptr [rsi+1], ... | unsigned long long * intx::from_string<intx::uint<256u>>(unsigned long long *a1, char *a2)
{
unsigned long long *v2; // rbx
char *v3; // r11
char v4; // si
char *v5; // rax
int v6; // ecx
long long v7; // r9
__int128 v8; // rt0
int v9; // r8d
long long i; // rsi
__int128 v11; // xmm1
int v13; // e... | from_string<intx::uint<256u>>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
CMP byte ptr [RSI],0x30
JNZ 0x0017e3d6
CMP byte ptr [RSI + 0x1],0x78
JNZ 0x0017e3d6
MOV R11,RSI
MOV SIL,byte ptr [RSI + 0x2]
TE... |
/* intx::uint<256u> intx::from_string<intx::uint<256u> >(char const*) */
intx * __thiscall intx::from_string<intx::uint<256u>>(intx *this,char *param_1)
{
int1 auVar1 [16];
int1 auVar2 [16];
byte *pbVar3;
ulong uVar4;
ulong uVar5;
intx *extraout_RAX;
int iVar6;
ulong uVar7;
long lVar8;
ulong *puV... | |
61,780 | mi_ft_del | eloqsql/storage/myisam/ft_update.c | int _mi_ft_del(MI_INFO *info, uint keynr, uchar *keybuf, const uchar *record,
my_off_t pos)
{
int error= -1;
FT_WORD *wlist;
DBUG_ENTER("_mi_ft_del");
DBUG_PRINT("enter",("keynr: %d",keynr));
if ((wlist=_mi_ft_parserecord(info, keynr, record, &info->ft_memroot)))
error=_mi_ft_erase(info,keynr,key... | O0 | c | mi_ft_del:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl $0xffffffff, -0x2c(%rbp) # imm = 0xFFFFFFFF
jmp 0xa4954
movq -0x8(%rbp), %rdi
movl -0xc(%rbp), %esi
movq -0x20(%rbp), %rdx
movq -0x8(%rbp), %rcx
add... | _mi_ft_del:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], 0FFFFFFFFh
jmp short $+2
loc_A4954:
mov rdi, [rbp+var_8]
mov esi, [rbp+var_C]
mov rdx, [rbp+var_2... | long long mi_ft_del(_QWORD *a1, unsigned int a2, long long a3, long long a4, long long a5)
{
_QWORD *v6; // [rsp+8h] [rbp-38h]
unsigned int v7; // [rsp+14h] [rbp-2Ch]
v7 = -1;
v6 = (_QWORD *)mi_ft_parserecord(a1, a2, a4, (long long)(a1 + 18));
if ( v6 )
v7 = mi_ft_erase((long long)a1, a2, a3, v6, a5);
... | _mi_ft_del:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c],0xffffffff
JMP 0x001a4954
LAB_001a4954:
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,dword ptr ... |
int4
_mi_ft_del(long param_1,int4 param_2,int8 param_3,int8 param_4,int8 param_5)
{
long lVar1;
int4 local_34;
local_34 = 0xffffffff;
lVar1 = _mi_ft_parserecord(param_1,param_2,param_4,param_1 + 0x90);
if (lVar1 != 0) {
local_34 = _mi_ft_erase(param_1,param_2,param_3,lVar1,param_5);
}
free_root(p... | |
61,781 | mariadb_convert_string | eloqsql/libmariadb/libmariadb/ma_charset.c | size_t STDCALL mariadb_convert_string(const char *from __attribute__((unused)),
size_t *from_len __attribute__((unused)),
MARIADB_CHARSET_INFO *from_cs __attribute__((unused)),
char *to __attribute__((unuse... | O3 | c | mariadb_convert_string:
pushq %rbp
movq %rsp, %rbp
movq 0x10(%rbp), %rax
movl $0x5f, (%rax)
movq $-0x1, %rax
popq %rbp
retq
nopl (%rax)
| mariadb_convert_string:
push rbp
mov rbp, rsp
mov rax, [rbp+arg_0]
mov dword ptr [rax], 5Fh ; '_'
mov rax, 0FFFFFFFFFFFFFFFFh
pop rbp
retn
| long long mariadb_convert_string(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
_DWORD *a7)
{
*a7 = 95;
return -1LL;
}
| mariadb_convert_string:
PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [RBP + 0x10]
MOV dword ptr [RAX],0x5f
MOV RAX,-0x1
POP RBP
RET
|
int8 mariadb_convert_string(void)
{
int4 *in_stack_00000008;
*in_stack_00000008 = 0x5f;
return 0xffffffffffffffff;
}
| |
61,782 | hi0bits | eloqsql/strings/dtoa.c | static int hi0bits(register ULong x)
{
register int k= 0;
if (!(x & 0xffff0000))
{
k= 16;
x<<= 16;
}
if (!(x & 0xff000000))
{
k+= 8;
x<<= 8;
}
if (!(x & 0xf0000000))
{
k+= 4;
x<<= 4;
}
if (!(x & 0xc0000000))
{
k+= 2;
x<<= 2;
}
if (!(x & 0x80000000))
{
k... | O0 | c | hi0bits:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x8(%rbp)
movl $0x0, -0xc(%rbp)
movl -0x8(%rbp), %eax
andl $0xffff0000, %eax # imm = 0xFFFF0000
cmpl $0x0, %eax
jne 0x4200b
movl $0x10, -0xc(%rbp)
movl -0x8(%rbp), %eax
shll $0x10, %eax
movl %eax, -0x8(%rbp)
movl -0x8(%rbp), %eax
andl $0xff000000, %eax # imm =... | hi0bits:
push rbp
mov rbp, rsp
mov [rbp+var_8], edi
mov [rbp+var_C], 0
mov eax, [rbp+var_8]
and eax, 0FFFF0000h
cmp eax, 0
jnz short loc_4200B
mov [rbp+var_C], 10h
mov eax, [rbp+var_8]
shl eax, 10h
mov [rbp+var_8], eax
loc_4200B:
mov eax, [rbp+var_8]
and eax, 0FF00... | long long hi0bits(int a1)
{
unsigned int v2; // [rsp+0h] [rbp-Ch]
int v3; // [rsp+4h] [rbp-8h]
v3 = a1;
v2 = 0;
if ( (a1 & 0xFFFF0000) == 0 )
{
v2 = 16;
v3 = a1 << 16;
}
if ( (v3 & 0xFF000000) == 0 )
{
v2 += 8;
v3 <<= 8;
}
if ( (v3 & 0xF0000000) == 0 )
{
v2 += 4;
v3 *= ... | hi0bits:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x8],EDI
MOV dword ptr [RBP + -0xc],0x0
MOV EAX,dword ptr [RBP + -0x8]
AND EAX,0xffff0000
CMP EAX,0x0
JNZ 0x0014200b
MOV dword ptr [RBP + -0xc],0x10
MOV EAX,dword ptr [RBP + -0x8]
SHL EAX,0x10
MOV dword ptr [RBP + -0x8],EAX
LAB_0014200b:
MOV EAX,dword ptr [RBP + -0x8]... |
int hi0bits(uint param_1)
{
int local_14;
uint local_10;
int local_c;
local_14 = 0;
local_10 = param_1;
if ((param_1 & 0xffff0000) == 0) {
local_14 = 0x10;
local_10 = param_1 << 0x10;
}
if ((local_10 & 0xff000000) == 0) {
local_14 = local_14 + 8;
local_10 = local_10 << 8;
}
if (... | |
61,783 | hi0bits | eloqsql/strings/dtoa.c | static int hi0bits(register ULong x)
{
register int k= 0;
if (!(x & 0xffff0000))
{
k= 16;
x<<= 16;
}
if (!(x & 0xff000000))
{
k+= 8;
x<<= 8;
}
if (!(x & 0xf0000000))
{
k+= 4;
x<<= 4;
}
if (!(x & 0xc0000000))
{
k+= 2;
x<<= 2;
}
if (!(x & 0x80000000))
{
k... | O3 | c | hi0bits:
pushq %rbp
movq %rsp, %rbp
movl %edi, %eax
shll $0x10, %eax
xorl %ecx, %ecx
cmpl $0x10000, %edi # imm = 0x10000
setb %cl
cmovael %edi, %eax
shll $0x4, %ecx
movl %eax, %edx
shll $0x8, %edx
cmpl $0x1000000, %eax # imm = 0x1000000
cmovael %eax, %edx
leal 0x8(%rcx), %eax
cmovael %ecx, %eax
movl %ed... | hi0bits:
push rbp
mov rbp, rsp
mov eax, edi
shl eax, 10h
xor ecx, ecx
cmp edi, 10000h
setb cl
cmovnb eax, edi
shl ecx, 4
mov edx, eax
shl edx, 8
cmp eax, 1000000h
cmovnb edx, eax
lea eax, [rcx+8]
cmovnb eax, ecx
mov ecx, edx
shl ecx, 4
cmp edx, 10000000h
cmov... | long long hi0bits(unsigned int a1)
{
unsigned int v1; // eax
unsigned int v2; // edx
bool v3; // cf
int v4; // eax
unsigned int v5; // ecx
bool v6; // cf
int v7; // edx
int v8; // esi
bool v9; // cf
unsigned int v10; // ecx
long long result; // rax
v1 = a1 << 16;
if ( a1 >= 0x10000 )
v1 ... | hi0bits:
PUSH RBP
MOV RBP,RSP
MOV EAX,EDI
SHL EAX,0x10
XOR ECX,ECX
CMP EDI,0x10000
SETC CL
CMOVNC EAX,EDI
SHL ECX,0x4
MOV EDX,EAX
SHL EDX,0x8
CMP EAX,0x1000000
CMOVNC EDX,EAX
LEA EAX,[RCX + 0x8]
CMOVNC EAX,ECX
MOV ECX,EDX
SHL ECX,0x4
CMP EDX,0x10000000
CMOVNC ECX,EDX
LEA EDX,[RAX + 0x4]
CMOVNC EDX,EAX
LEA ESI,[RCX*0x4]... |
int hi0bits(uint param_1)
{
uint uVar1;
uint uVar2;
int iVar3;
int iVar4;
uVar2 = param_1 << 0x10;
if (param_1 >= 0x10000) {
uVar2 = param_1;
}
iVar4 = (uint)(param_1 < 0x10000) * 0x10;
uVar1 = uVar2 << 8;
if (0xffffff < uVar2) {
uVar1 = uVar2;
}
iVar3 = iVar4 + 8;
if (0xffffff < ... | |
61,784 | get_internal_charset | eloqsql/mysys/charset.c | static CHARSET_INFO *
get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags)
{
char buf[FN_REFLEN];
struct charset_info_st *cs;
DBUG_ASSERT(cs_number < array_elements(all_charsets));
if ((cs= (struct charset_info_st*) all_charsets[cs_number]))
{
if (cs->state & MY_CS_READY) /* if C... | O3 | c | get_internal_charset:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2c8, %rsp # imm = 0x2C8
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movl %esi, %r13d
leaq 0x379a4b(%rip), %r12 # 0x41f170
movq (%r12,%r13,8), %rbx
testq %rbx, %rbx
je 0xa580e
testb $0x1, 0xd(%rbx... | get_internal_charset:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2C8h
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13d, esi
lea r12, all_charsets
mov rbx, [r12+r13*8]
test rbx, rbx
jz loc_A580E
test byte ptr [rbx+0Dh], 1
jnz loc... | long long get_internal_charset(long long a1, unsigned int a2, long long a3)
{
long long v3; // r13
long long v4; // rbx
long long v6; // rdx
long long v7; // rcx
int v8; // eax
int charsets_dir; // eax
int v10; // r8d
int v11; // r9d
int charset_number_internal; // eax
long long v13; // rsi
long ... | get_internal_charset:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2c8
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13D,ESI
LEA R12,[0x51f170]
MOV RBX,qword ptr [R12 + R13*0x8]
TEST RBX,RBX
JZ 0x001a580e
TEST byte ptr [RBX + 0xd],0x1
JNZ 0x001a5815
MOV R15,RDX
MOV R14,... |
uint * get_internal_charset(int8 param_1,ulong param_2,int8 param_3)
{
char *__s;
char *__s1;
long lVar1;
char cVar2;
uint uVar3;
int iVar4;
int8 uVar5;
char *pcVar6;
uint *puVar7;
long in_FS_OFFSET;
int1 local_2e8 [128];
code *local_268;
code *local_260;
code *local_258;
code *local_250... | |
61,785 | js_os_utimes | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_utimes(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *path;
int64_t atime, mtime;
int ret;
if (JS_ToInt64(ctx, &atime, argv[1]))
return JS_EXCEPTION;
if (JS_ToInt64(ctx, &mtime, argv[2]))
return JS_EXCEPTION;... | O0 | c | js_os_utimes:
subq $0xa8, %rsp
movq %rsi, 0x68(%rsp)
movq %rdx, 0x70(%rsp)
movq %rdi, 0x60(%rsp)
movl %ecx, 0x5c(%rsp)
movq %r8, 0x50(%rsp)
movq 0x60(%rsp), %rdi
movq 0x50(%rsp), %rax
movq 0x10(%rax), %rdx
movq 0x18(%rax), %rcx
leaq 0x40(%rsp), %rsi
callq 0x38bf0
cmpl $0x0, %eax
je 0x1b1b9
movl $0x0, 0x78(%rsp)
movq $0... | js_os_utimes:
sub rsp, 0A8h
mov [rsp+0A8h+var_40], rsi
mov [rsp+0A8h+var_38], rdx
mov [rsp+0A8h+var_48], rdi
mov [rsp+0A8h+var_4C], ecx
mov [rsp+0A8h+var_58], r8
mov rdi, [rsp+0A8h+var_48]
mov rax, [rsp+0A8h+var_58]
mov rdx, [rax+10h]
mov rcx, [rax+18h]
lea rsi, [rsp+0A8h+var... | long long js_os_utimes(long long a1, long long a2, long long a3, int a4, long long *a5)
{
int v5; // eax
_BYTE v7[16]; // [rsp+10h] [rbp-98h] BYREF
_BYTE v8[20]; // [rsp+20h] [rbp-88h] BYREF
int errno; // [rsp+34h] [rbp-74h]
long long v10; // [rsp+38h] [rbp-70h] BYREF
long long v11; // [rsp+40h] [rbp-68h] ... | js_os_utimes:
SUB RSP,0xa8
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x70],RDX
MOV qword ptr [RSP + 0x60],RDI
MOV dword ptr [RSP + 0x5c],ECX
MOV qword ptr [RSP + 0x50],R8
MOV RDI,qword ptr [RSP + 0x60]
MOV RAX,qword ptr [RSP + 0x50]
MOV RDX,qword ptr [RAX + 0x10]
MOV RCX,qword ptr [RAX + 0x18]
LEA RSI,[RSP + ... |
int1 [16]
js_os_utimes(int8 param_1,int8 param_2,int8 param_3,int4 param_4,
int8 *param_5)
{
int1 auVar1 [16];
int iVar2;
timeval local_98;
int1 local_88 [20];
int4 local_74;
int8 local_70;
int8 local_68;
char *local_60;
int8 *local_58;
int4 local_4c;
int8 local_48;
int8 local_40;... | |
61,786 | js_os_utimes | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_utimes(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *path;
int64_t atime, mtime;
int ret;
if (JS_ToInt64(ctx, &atime, argv[1]))
return JS_EXCEPTION;
if (JS_ToInt64(ctx, &mtime, argv[2]))
return JS_EXCEPTION;... | O1 | c | js_os_utimes:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x30, %rsp
movq %r8, %r14
movq %rdi, %rbx
movq 0x10(%r8), %rdx
movq 0x18(%r8), %rcx
leaq 0x8(%rsp), %rsi
callq 0x278b4
movl $0x6, %r15d
testl %eax, %eax
jne 0x19cae
movq 0x20(%r14), %rdx
movq 0x28(%r14), %rcx
movq %rsp, %rsi
movq %rbx, %rdi
call... | js_os_utimes:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 30h
mov r14, r8
mov rbx, rdi
mov rdx, [r8+10h]
mov rcx, [r8+18h]
lea rsi, [rsp+58h+var_50]
call JS_ToInt64
mov r15d, 6
test eax, eax
jnz short loc_19CAE
mov rdx, [r14+20h]
mov rcx, [r14+28h]
... | long long js_os_utimes(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v7; // r12
long long v9; // rax
long long v10; // r14
long long v11; // rdi
unsigned int v12; // ebp
unsigned long long v13; // [rsp+0h] [rbp-58h] BYREF
_QWORD v14[10]; // [rsp+8h] [rbp-50h] BYREF
if... | |||
61,787 | js_os_utimes | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_utimes(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *path;
int64_t atime, mtime;
int ret;
if (JS_ToInt64(ctx, &atime, argv[1]))
return JS_EXCEPTION;
if (JS_ToInt64(ctx, &mtime, argv[2]))
return JS_EXCEPTION;... | O2 | c | js_os_utimes:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r8, %r15
movq %rdi, %rbx
movq 0x10(%r8), %rdx
movq 0x18(%r8), %rcx
leaq 0x8(%rsp), %rsi
callq 0x214fe
pushq $0x6
popq %r14
testl %eax, %eax
jne 0x14760
movq 0x20(%r15), %rdx
movq 0x28(%r15), %rcx
movq %rsp, %rsi
movq %rbx, %rdi
callq 0x214... | js_os_utimes:
push r15
push r14
push r12
push rbx
sub rsp, 38h
mov r15, r8
mov rbx, rdi
mov rdx, [r8+10h]
mov rcx, [r8+18h]
lea rsi, [rsp+58h+var_50]
call JS_ToInt64
push 6
pop r14
test eax, eax
jnz short loc_14760
mov rdx, [r15+20h]
mov rcx, [r15+28h]
mov ... | long long js_os_utimes(long long a1, long long a2, long long a3, long long a4, long long *a5)
{
long long v7; // rax
long long v8; // r15
int v9; // eax
unsigned int errno; // r12d
unsigned long long v11; // [rsp+0h] [rbp-58h] BYREF
_QWORD v12[10]; // [rsp+8h] [rbp-50h] BYREF
if ( (unsigned int)JS_ToInt... | js_os_utimes:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,R8
MOV RBX,RDI
MOV RDX,qword ptr [R8 + 0x10]
MOV RCX,qword ptr [R8 + 0x18]
LEA RSI,[RSP + 0x8]
CALL 0x001214fe
PUSH 0x6
POP R14
TEST EAX,EAX
JNZ 0x00114760
MOV RDX,qword ptr [R15 + 0x20]
MOV RCX,qword ptr [R15 + 0x28]
MOV RSI,RSP
MOV RDI,RBX
CALL 0x... |
int4 js_os_utimes(int8 param_1)
{
int iVar1;
int4 uVar2;
char *__file;
int8 *in_R8;
ulong local_58;
ulong local_50;
timeval local_48;
ulong local_38;
long local_30;
iVar1 = JS_ToInt64(param_1,&local_50,in_R8[2],in_R8[3]);
if (((iVar1 == 0) && (iVar1 = JS_ToInt64(param_1,&local_58,in_R8[4],in_... | |
61,788 | js_os_utimes | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_utimes(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *path;
int64_t atime, mtime;
int ret;
if (JS_ToInt64(ctx, &atime, argv[1]))
return JS_EXCEPTION;
if (JS_ToInt64(ctx, &mtime, argv[2]))
return JS_EXCEPTION;... | O3 | c | js_os_utimes:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x30, %rsp
movq %r8, %r14
movq %rdi, %rbx
movq 0x10(%r8), %rdx
movq 0x18(%r8), %rcx
leaq 0x8(%rsp), %rsi
callq 0x27f5d
movl $0x6, %r15d
testl %eax, %eax
jne 0x1a6b5
movq 0x20(%r14), %rdx
movq 0x28(%r14), %rcx
movq %rsp, %rsi
movq %rbx, %rdi
call... | js_os_utimes:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 30h
mov r14, r8
mov rbx, rdi
mov rdx, [r8+10h]
mov rcx, [r8+18h]
lea rsi, [rsp+58h+var_50]
call JS_ToInt64
mov r15d, 6
test eax, eax
jnz short loc_1A6B5
mov rdx, [r14+20h]
mov rcx, [r14+28h]
... | long long js_os_utimes(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v7; // r12
long long v9; // rax
long long v10; // r14
long long v11; // rdi
unsigned int v12; // ebp
unsigned long long v13; // [rsp+0h] [rbp-58h] BYREF
_QWORD v14[10]; // [rsp+8h] [rbp-50h] BYREF
if... | js_os_utimes:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV R14,R8
MOV RBX,RDI
MOV RDX,qword ptr [R8 + 0x10]
MOV RCX,qword ptr [R8 + 0x18]
LEA RSI,[RSP + 0x8]
CALL 0x00127f5d
MOV R15D,0x6
TEST EAX,EAX
JNZ 0x0011a6b5
MOV RDX,qword ptr [R14 + 0x20]
MOV RCX,qword ptr [R14 + 0x28]
MOV RSI,RSP
MOV RDI,RBX
CA... |
int js_os_utimes(int8 param_1)
{
int iVar1;
char *__file;
int *piVar2;
int8 *in_R8;
ulong local_58;
ulong local_50;
timeval local_48;
ulong local_38;
long local_30;
iVar1 = JS_ToInt64(param_1,&local_50,in_R8[2],in_R8[3]);
if ((iVar1 == 0) && (iVar1 = JS_ToInt64(param_1,&local_58,in_R8[4],in_R... | |
61,789 | ma_alloc_root | eloqsql/libmariadb/libmariadb/ma_alloc.c | void * ma_alloc_root(MA_MEM_ROOT *mem_root, size_t Size)
{
#if defined(HAVE_purify) && defined(EXTRA_DEBUG)
reg1 MA_USED_MEM *next;
Size+=ALIGN_SIZE(sizeof(MA_USED_MEM));
if (!(next = (MA_USED_MEM*) malloc(Size)))
{
if (mem_root->error_handler)
(*mem_root->error_handler)();
return((void *) 0); ... | O0 | c | ma_alloc_root:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq $0x0, -0x30(%rbp)
movq -0x18(%rbp), %rax
addq $0x8, %rax
subq $0x1, %rax
andq $-0x8, %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x38(%rbp)
cmpq $0x0, (%rax)
je 0x2b1ac
movq -0x38(%rbp), %rax... | ma_alloc_root:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_30], 0
mov rax, [rbp+var_18]
add rax, 8
sub rax, 1
and rax, 0FFFFFFFFFFFFFFF8h
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
mov [rbp+var_38], rax
cmp qword ptr... | char * ma_alloc_root(_QWORD **a1, long long a2)
{
unsigned int v2; // eax
unsigned long long v3; // rax
unsigned long long v5; // [rsp+8h] [rbp-48h]
bool v6; // [rsp+17h] [rbp-39h]
_QWORD *v7; // [rsp+18h] [rbp-38h]
_QWORD *i; // [rsp+20h] [rbp-30h]
_QWORD *v9; // [rsp+20h] [rbp-30h]
char *v10; // [rsp+... | ma_alloc_root:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x30],0x0
MOV RAX,qword ptr [RBP + -0x18]
ADD RAX,0x8
SUB RAX,0x1
AND RAX,-0x8
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x38],RAX
CMP qword ... |
long ma_alloc_root(long *param_1,long param_2)
{
uint uVar1;
long *plVar2;
long lVar3;
long lVar4;
long lVar5;
ulong uVar6;
bool bVar7;
size_t local_50;
long *local_40;
long *local_38;
local_38 = (long *)0x0;
uVar6 = param_2 + 7U & 0xfffffffffffffff8;
local_40 = param_1;
if (*param_1 !=... | |
61,790 | ma_alloc_root | eloqsql/libmariadb/libmariadb/ma_alloc.c | void * ma_alloc_root(MA_MEM_ROOT *mem_root, size_t Size)
{
#if defined(HAVE_purify) && defined(EXTRA_DEBUG)
reg1 MA_USED_MEM *next;
Size+=ALIGN_SIZE(sizeof(MA_USED_MEM));
if (!(next = (MA_USED_MEM*) malloc(Size)))
{
if (mem_root->error_handler)
(*mem_root->error_handler)();
return((void *) 0); ... | O3 | c | ma_alloc_root:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
addq $0x7, %r14
andq $-0x8, %r14
movq (%rdi), %rax
movq %rdi, %r12
testq %rax, %rax
je 0x226b5
cmpq %r14, 0x8(%rax)
jae 0x2269c
movl 0x2c(%rbx), %ecx
leal 0x1(%rcx), %edx
movl %edx... | ma_alloc_root:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
add r14, 7
and r14, 0FFFFFFFFFFFFFFF8h
mov rax, [rdi]
mov r12, rdi
test rax, rax
jz short loc_226B5
cmp [rax+8], r14
jnb short loc_2269C
m... | char * ma_alloc_root(long long a1, long long a2)
{
unsigned long long v2; // r14
_QWORD *v3; // rax
_QWORD *v4; // r12
unsigned int v5; // ecx
_QWORD *v6; // rax
unsigned long long v7; // rdx
unsigned int v8; // r13d
unsigned long long v9; // r15
char *v10; // rcx
unsigned long long v11; // rdx
vo... | ma_alloc_root:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
ADD R14,0x7
AND R14,-0x8
MOV RAX,qword ptr [RDI]
MOV R12,RDI
TEST RAX,RAX
JZ 0x001226b5
CMP qword ptr [RAX + 0x8],R14
JNC 0x0012269c
MOV ECX,dword ptr [RBX + 0x2c]
LEA EDX,[RCX + 0x1]
MOV dword ptr [RBX + 0... |
long ma_alloc_root(long *param_1,long param_2)
{
uint uVar1;
long *plVar2;
long lVar3;
long *plVar4;
long *plVar5;
ulong uVar6;
ulong uVar7;
uVar6 = param_2 + 7U & 0xfffffffffffffff8;
plVar2 = (long *)*param_1;
plVar5 = param_1;
if (plVar2 == (long *)0x0) {
LAB_001226b5:
uVar1 = *(uint *)... | |
61,791 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double) | msxemulator/build_O0/_deps/picotool-src/lib/nlohmann_json/single_include/nlohmann/json.hpp | boundaries compute_boundaries(FloatType value)
{
JSON_ASSERT(std::isfinite(value));
JSON_ASSERT(value > 0);
// Convert the IEEE representation into a diyfp.
//
// If v is denormal:
// value = 0.F * 2^(1 - bias) = ( F) * 2^(1 - bias - (p-1))
// If v is normalized:
// v... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double):
subq $0x108, %rsp # imm = 0x108
movq %rdi, 0x10(%rsp)
movq %rdi, 0x18(%rsp)
movsd %xmm0, 0x100(%rsp)
movl $0x35, 0xfc(%rsp)
movl $0x433, 0xf8(%rsp) # imm = 0x433
movl $... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl18compute_boundariesIdEENS2_10boundariesET_:
sub rsp, 108h
mov [rsp+108h+var_F8], rdi
mov [rsp+108h+var_F0], rdi
movsd [rsp+108h+var_8], xmm0
mov [rsp+108h+var_C], 35h ; '5'
mov [rsp+108h+var_10], 433h
mov [rsp+108h+var_14], 0FFFFFBCEh
mov rax... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(long long a1, double a2)
{
long long v2; // rax
unsigned int v3; // edx
long long v4; // rax
int v5; // edx
long long v6; // rsi
long long result; // rax
int v8; // edx
bool v9; // [rsp+Fh] [rbp-F9h]
long long v10; //... | compute_boundaries<double>:
SUB RSP,0x108
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x18],RDI
MOVSD qword ptr [RSP + 0x100],XMM0
MOV dword ptr [RSP + 0xfc],0x35
MOV dword ptr [RSP + 0xf8],0x433
MOV dword ptr [RSP + 0xf4],0xfffffbce
MOV RAX,0x10000000000000
MOV qword ptr [RSP + 0xe8],RAX
MOVSD XMM0,qword ptr [... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double) */
dtoa_impl * __thiscall
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>
(dtoa_impl *this,double param_1)
{
int1 auVar1 [12];
int1... | |
61,792 | my_string_metadata_get | eloqsql/strings/ctype.c | void
my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, size_t length)
{
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
{
metadata->char_length= length;
metadata->repertoire= my_string_repertoire_8bit(cs, str, (ulong)length);
}
else
... | O3 | c | my_string_metadata_get:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
cmpl $0x1, 0x9c(%rsi)
jne 0x54db5
testb $0x20, 0xd(%r12)
jne 0x54db5
movq %r14, (%rbx)
movl $0x3, %eax
testq %r14, %r14
je 0x54d95
movl $0x... | my_string_metadata_get:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
cmp dword ptr [rsi+9Ch], 1
jnz short loc_54DB5
test byte ptr [r12+0Dh], 20h
jnz short loc_54DB5
mov [rbx], r... | long long my_string_metadata_get(long long a1, long long a2, char *a3, long long a4)
{
long long result; // rax
char *v5; // r15
unsigned long long v6; // r14
unsigned long long v7[6]; // [rsp+0h] [rbp-30h] BYREF
v7[0] = result;
v5 = a3;
if ( *(_DWORD *)(a2 + 156) != 1 || (*(_BYTE *)(a2 + 13) & 0x20) !=... | my_string_metadata_get:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
CMP dword ptr [RSI + 0x9c],0x1
JNZ 0x00154db5
TEST byte ptr [R12 + 0xd],0x20
JNZ 0x00154db5
MOV qword ptr [RBX],R14
MOV EAX,0x3
TEST R14,R14
JZ 0x00154d95
MOV ECX,0x2000
AND... |
void my_string_metadata_get(long *param_1,long param_2,char *param_3,long param_4)
{
int4 uVar1;
uint uVar2;
ulong in_RAX;
char *pcVar3;
ulong local_38;
if ((*(int *)(param_2 + 0x9c) == 1) && ((*(byte *)(param_2 + 0xd) & 0x20) == 0)) {
*param_1 = param_4;
uVar1 = 3;
if ((param_4 == 0) || ((... | |
61,793 | my_coll_lexem_next | eloqsql/strings/ctype-uca.c | static my_coll_lexem_num my_coll_lexem_next(MY_COLL_LEXEM *lexem)
{
const char *beg;
my_coll_lexem_num rc;
for (beg= lexem->beg ; beg < lexem->end ; beg++)
{
switch (*beg)
{
case ' ':
case '\t':
case '\r':
case '\n':
continue;
case '[': /* Bracket expression, e.g. "[optimize... | O0 | c | my_coll_lexem_next:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq -0x8(%rbp), %rcx
cmpq 0x10(%rcx), %rax
jae 0x4e31b
movq -0x10(%rbp), %rax
movsbl (%rax), %eax
movl %eax, -0x40(%rbp)
addl $-0x9, %eax
subl $... | my_coll_lexem_next:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov [rbp+var_10], rax
loc_4DF78:
mov rax, [rbp+var_10]
mov rcx, [rbp+var_8]
cmp rax, [rcx+10h]
jnb loc_4E31B
mov rax, [rbp+var_10]
movsx eax, byte ptr [rax]
... | long long my_coll_lexem_next(long long a1)
{
char *v1; // rax
bool v3; // [rsp+Eh] [rbp-42h]
bool v4; // [rsp+Fh] [rbp-41h]
int v5; // [rsp+10h] [rbp-40h]
int v6; // [rsp+14h] [rbp-3Ch]
_QWORD v7[2]; // [rsp+18h] [rbp-38h] BYREF
int v8; // [rsp+2Ch] [rbp-24h]
long long v9; // [rsp+30h] [rbp-20h]
unsi... | my_coll_lexem_next:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x10],RAX
LAB_0014df78:
MOV RAX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RBP + -0x8]
CMP RAX,qword ptr [RCX + 0x10]
JNC 0x0014e31b
MOV RAX,qword ptr [... |
int4 my_coll_lexem_next(int4 *param_1)
{
byte *pbVar1;
int iVar2;
bool bVar3;
int4 local_40 [2];
int1 *local_38;
int local_2c;
long local_28;
int4 local_1c;
byte *local_18;
int4 *local_10;
local_18 = *(byte **)(param_1 + 2);
while( true ) {
local_10 = param_1;
if (*(byte **)(param_1... | |
61,794 | my_hash_sort_utf16_bin | eloqsql/strings/ctype-ucs2.c | static void
my_hash_sort_utf16_bin(CHARSET_INFO *cs,
const uchar *pos, size_t len, ulong *nr1, ulong *nr2)
{
size_t lengthsp= my_ci_lengthsp(cs, (const char *) pos, len);
my_hash_sort_utf16_nopad_bin(cs, pos, lengthsp, nr1, nr2);
} | O3 | c | my_hash_sort_utf16_bin:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rcx, %r14
movq %rsi, %r15
movq 0xb8(%rdi), %rax
callq *0x18(%rax)
movq (%r14), %rcx
movq (%rbx), %rdx
testq %rax, %rax
jle 0x52149
addq %r15, %rax
movl %ecx, %esi
andl $0x3f, %esi
addq %rdx, %rsi
movzbl (... | my_hash_sort_utf16_bin:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, r8
mov r14, rcx
mov r15, rsi
mov rax, [rdi+0B8h]
call qword ptr [rax+18h]
mov rcx, [r14]
mov rdx, [rbx]
test rax, rax
jle short loc_52149
add rax, r15
loc_52120:
mov es... | long long my_hash_sort_utf16_bin(long long a1, unsigned __int8 *a2, long long a3, long long *a4, long long *a5)
{
unsigned __int8 *v7; // r15
long long result; // rax
long long v9; // rcx
long long v10; // rdx
v7 = a2;
result = (*(long long ( **)(long long))(*(_QWORD *)(a1 + 184) + 24LL))(a1);
v9 = *a4;... | my_hash_sort_utf16_bin:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R14,RCX
MOV R15,RSI
MOV RAX,qword ptr [RDI + 0xb8]
CALL qword ptr [RAX + 0x18]
MOV RCX,qword ptr [R14]
MOV RDX,qword ptr [RBX]
TEST RAX,RAX
JLE 0x00152149
ADD RAX,R15
LAB_00152120:
MOV ESI,ECX
AND ESI,0x3f
ADD RSI,RDX
MOVZX ... |
void my_hash_sort_utf16_bin
(long param_1,byte *param_2,int8 param_3,ulong *param_4,long *param_5)
{
long lVar1;
byte *pbVar2;
ulong uVar3;
long lVar4;
lVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0x18))();
uVar3 = *param_4;
lVar4 = *param_5;
if (0 < lVar1) {
pbVar2 = param_2... | |
61,795 | delete_dynamic_with_callback | eloqsql/mysys/array.c | void delete_dynamic_with_callback(DYNAMIC_ARRAY *array, FREE_FUNC f) {
uint i;
char *ptr= (char*) array->buffer;
for (i= 0; i < array->elements; i++, ptr+= array->size_of_element) {
f(ptr);
}
delete_dynamic(array);
} | O3 | c | delete_dynamic_with_callback:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
cmpl $0x0, 0x8(%rdi)
je 0x6dfca
movq %rsi, %r14
movq (%rbx), %r15
xorl %r12d, %r12d
movq %r15, %rdi
callq *%r14
incl %r12d
movl 0x14(%rbx), %eax
addq %rax, %r15
cmpl 0x8(%rbx), %r12d
jb 0x6dfb5
testb $0x... | delete_dynamic_with_callback:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdi
cmp dword ptr [rdi+8], 0
jz short loc_6DFCA
mov r14, rsi
mov r15, [rbx]
xor r12d, r12d
loc_6DFB5:
mov rdi, r15
call r14
inc r12d
mov eax, [rbx+14h]
add r15,... | long long delete_dynamic_with_callback(long long a1, void ( *a2)(long long))
{
long long v2; // r15
unsigned int v3; // r12d
long long result; // rax
if ( *(_DWORD *)(a1 + 8) )
{
v2 = *(_QWORD *)a1;
v3 = 0;
do
{
a2(v2);
++v3;
result = *(unsigned int *)(a1 + 20);
v2 +=... | delete_dynamic_with_callback:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
CMP dword ptr [RDI + 0x8],0x0
JZ 0x0016dfca
MOV R14,RSI
MOV R15,qword ptr [RBX]
XOR R12D,R12D
LAB_0016dfb5:
MOV RDI,R15
CALL R14
INC R12D
MOV EAX,dword ptr [RBX + 0x14]
ADD R15,RAX
CMP R12D,dword ptr [RBX + 0x8]
JC 0x0016... |
void delete_dynamic_with_callback(long *param_1,code *param_2)
{
uint uVar1;
long lVar2;
if ((int)param_1[1] != 0) {
lVar2 = *param_1;
uVar1 = 0;
do {
(*param_2)(lVar2);
uVar1 = uVar1 + 1;
lVar2 = lVar2 + (ulong)*(uint *)((long)param_1 + 0x14);
} while (uVar1 < *(uint *)(par... | |
61,796 | my_xml_leave | eloqsql/strings/xml.c | static int my_xml_leave(MY_XML_PARSER *p, const char *str, size_t slen)
{
char *e, *tag;
size_t glen;
char s[32];
char g[32];
int rc;
/* Find previous '/' or beginning */
for (e= p->attr.end; (e > p->attr.start) && (e[0] != '/') ; e--);
glen= (size_t) ((e[0] == '/') ? (p->attr.end - e - 1) : p->attr.e... | O3 | c | my_xml_leave:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rdx, %r14
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq 0x118(%rdi), %r13
movq 0x120(%rdi), %rax
movq %rax, %rdx
movq %rax, %r12
subq %r13, %rdx
movq %rdi, -0x78(%rbp)
jbe 0x90190
movq %rax, %r12
cmp... | my_xml_leave:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rdx
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13, [rdi+118h]
mov rax, [rdi+120h]
mov rdx, rax
mov r12, rax
sub rdx, r13
mov [rbp+var_78], rdi
jbe shor... | long long my_xml_leave(long long a1, unsigned long long a2, unsigned long long a3)
{
unsigned long long v4; // r13
_BYTE *v5; // rax
unsigned long long v6; // r12
unsigned long long v7; // rdx
unsigned long long v8; // rbx
long long v9; // r15
_BYTE *v10; // r15
int v11; // eax
long long v12; // r12
... | my_xml_leave:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RDX
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13,qword ptr [RDI + 0x118]
MOV RAX,qword ptr [RDI + 0x120]
MOV RDX,RAX
MOV R12,RAX
SUB RDX,R13
MOV qword ptr [RBP + -0x78],RDI
JBE 0x00190190
MOV R12,... |
int4 my_xml_leave(byte *param_1,char *param_2,char *param_3)
{
code *pcVar1;
int iVar2;
int4 uVar3;
char *pcVar4;
ulong uVar5;
char *pcVar6;
char *pcVar7;
char *pcVar8;
char *pcVar9;
long lVar10;
long in_FS_OFFSET;
char local_78 [32];
char local_58 [32];
long local_38;
local_38 = *(lo... | |
61,797 | create_logfile_by_number_no_cache | eloqsql/storage/maria/ma_loghandler.c | static File create_logfile_by_number_no_cache(uint32 file_no)
{
File file;
char path[FN_REFLEN];
DBUG_ENTER("create_logfile_by_number_no_cache");
if (translog_status != TRANSLOG_OK)
DBUG_RETURN(-1);
/* TODO: add O_DIRECT to open flags (when buffer is aligned) */
if ((file= mysql_file_create(key_file_... | O0 | c | create_logfile_by_number_no_cache:
pushq %rbp
movq %rsp, %rbp
subq $0x230, %rsp # imm = 0x230
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl %edi, -0x218(%rbp)
cmpl $0x1, 0x3fa55b(%rip) # 0x487210
je 0x8ccc8
jmp 0x8ccb9
movl $0xffffffff, -0x214(%rbp) # imm = 0xFFFFFFFF
jmp 0x8cda1
leaq 0x3fa0a5(%rip), %ra... | create_logfile_by_number_no_cache:
push rbp
mov rbp, rsp
sub rsp, 230h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_218], edi
cmp cs:translog_status, 1
jz short loc_8CCC8
jmp short $+2
loc_8CCB9:
mov [rbp+var_214], 0FFFFFFFFh
jmp loc_8CDA1
loc_8CCC8:
lea rax, key_fil... | long long create_logfile_by_number_no_cache(
unsigned int a1,
long long a2,
long long a3,
long long a4,
int a5,
int a6)
{
int v6; // eax
int v8; // [rsp+10h] [rbp-220h]
signed int v9; // [rsp+14h] [rbp-21Ch]
_BYTE v11[520]; // [rsp+20h] [rbp-210h] BYREF
unsigne... | create_logfile_by_number_no_cache:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x230
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x218],EDI
CMP dword ptr [0x00587210],0x1
JZ 0x0018ccc8
JMP 0x0018ccb9
LAB_0018ccb9:
MOV dword ptr [RBP + -0x214],0xffffffff
JMP 0x0018cda1
LAB_0018ccc8:
LEA RAX,[0x586d... |
int create_logfile_by_number_no_cache(int4 param_1)
{
int4 uVar1;
int iVar2;
int8 uVar3;
long in_FS_OFFSET;
int local_21c;
int1 local_218 [520];
long local_10;
uVar1 = key_file_translog;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (translog_status == 1) {
uVar3 = translog_filename_by_file... | |
61,798 | LefDefParser::defwPinAntennaPinPartialMetalSideArea(int, char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defwWriter.cpp | int
defwPinAntennaPinPartialMetalSideArea(int value,
const char *layerName)
{
if (!defwFile)
return DEFW_UNINITIALIZED;
if (defwState != DEFW_PIN)
return DEFW_BAD_ORDER;
if (defVersionNum < 5.4)
return DEFW_WRONG_VERSION;
fprint... | O0 | cpp | LefDefParser::defwPinAntennaPinPartialMetalSideArea(int, char const*):
subq $0x18, %rsp
movl %edi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
leaq 0x146a4(%rip), %rax # 0x2b158
cmpq $0x0, (%rax)
jne 0x16ac7
movl $0x1, 0x14(%rsp)
jmp 0x16b57
leaq 0x14696(%rip), %rax # 0x2b164
cmpl $0x25, (%rax)
je 0x16add
movl $0x2, 0x14(%... | _ZN12LefDefParser37defwPinAntennaPinPartialMetalSideAreaEiPKc:
sub rsp, 18h
mov [rsp+18h+var_8], edi
mov [rsp+18h+var_10], rsi
lea rax, _ZN12LefDefParser8defwFileE; LefDefParser::defwFile
cmp qword ptr [rax], 0
jnz short loc_16AC7
mov [rsp+18h+var_4], 1
jmp loc_16B57
loc_16AC7:
lea r... | long long LefDefParser::defwPinAntennaPinPartialMetalSideArea(
LefDefParser *this,
const char *a2,
const char *a3)
{
if ( LefDefParser::defwFile )
{
if ( LefDefParser::defwState == 37 )
{
if ( *(double *)&LefDefParser::defVersionNum >= 5.4 )
{
fprintf(LefDefParse... | defwPinAntennaPinPartialMetalSideArea:
SUB RSP,0x18
MOV dword ptr [RSP + 0x10],EDI
MOV qword ptr [RSP + 0x8],RSI
LEA RAX,[0x12b158]
CMP qword ptr [RAX],0x0
JNZ 0x00116ac7
MOV dword ptr [RSP + 0x14],0x1
JMP 0x00116b57
LAB_00116ac7:
LEA RAX,[0x12b164]
CMP dword ptr [RAX],0x25
JZ 0x00116add
MOV dword ptr [RSP + 0x14],0x2
... |
/* LefDefParser::defwPinAntennaPinPartialMetalSideArea(int, char const*) */
int4 LefDefParser::defwPinAntennaPinPartialMetalSideArea(int param_1,char *param_2)
{
int4 local_4;
if (defwFile == (FILE *)0x0) {
local_4 = 1;
}
else if (defwState == 0x25) {
if (DAT_00123330 <= defVersionNum) {
fpr... | |
61,799 | MC::mc_internalComputeEdge(MC::mcVec3i*, MC::mcMesh&, float, float, int, unsigned int, unsigned int, unsigned int, MC::mcVec3i const&) | aimrt_mujoco_sim/_deps/marchingcubecpp-src/MC.h | static void mc_internalComputeEdge(mcVec3i* slab_inds, mcMesh& mesh, MC_FLOAT va, MC_FLOAT vb, int axis, muint x, muint y, muint z, const mcVec3i& size)
{
if ((va < 0.0) == (vb < 0.0))
return;
mcVec3f v = {{{ MC_FLOAT(x), MC_FLOAT(y), MC_FLOAT(z) }}};
v[axis] += va / (va - vb);
slab_inds[mc_internalToIndex1... | O3 | c | MC::mc_internalComputeEdge(MC::mcVec3i*, MC::mcMesh&, float, float, int, unsigned int, unsigned int, unsigned int, MC::mcVec3i const&):
vxorps %xmm2, %xmm2, %xmm2
vcmpnltps %xmm2, %xmm1, %xmm3
vcmpltps %xmm2, %xmm0, %xmm2
vxorps %xmm3, %xmm2, %xmm2
vmovd %xmm2, %eax
testb $0x1, %al
jne 0xd146e
pushq %rbp
pushq %rbx
sub... | _ZN2MCL22mc_internalComputeEdgeEPNS_7mcVec3iERNS_6mcMeshEffijjjRKS0_:
vxorps xmm2, xmm2, xmm2
vcmpnltps xmm3, xmm1, xmm2
vcmpltps xmm2, xmm0, xmm2
vxorps xmm2, xmm2, xmm3
vmovd eax, xmm2
test al, 1
jnz locret_D146E
push rbp
push rbx
sub rsp, 28h
mov rbx, rsi
mov eax, ecx
vcvtsi2ss xmm2, xmm... | int MC::mc_internalComputeEdge(
long long a1,
_QWORD *a2,
long long _RDX,
int a4,
int a5,
char a6,
__m128 _XMM0,
__m128 _XMM1,
__m128 _XMM2,
double a10,
__m128 _XMM4,
int a12,
int a13)
{
int result; // eax
long ... | mc_internalComputeEdge:
VXORPS XMM2,XMM2,XMM2
VCMPNLTPS XMM3,XMM1,XMM2
VCMPLTPS XMM2,XMM0,XMM2
VXORPS XMM2,XMM2,XMM3
VMOVD EAX,XMM2
TEST AL,0x1
JNZ 0x001d146e
PUSH RBP
PUSH RBX
SUB RSP,0x28
MOV RBX,RSI
MOV EAX,ECX
VCVTSI2SS XMM2,XMM4,RAX
VMOVSS dword ptr [RSP + 0xc],XMM2
MOV EAX,R8D
VCVTSI2SS XMM2,XMM4,RAX
VMOVSS dword... |
/* MC::mc_internalComputeEdge(MC::mcVec3i*, MC::mcMesh&, float, float, int, unsigned int, unsigned
int, unsigned int, MC::mcVec3i const&) */
void MC::mc_internalComputeEdge
(mcVec3i *param_1,mcMesh *param_2,float param_3,float param_4,int param_5,
uint param_6,uint param_7,uint param_... |
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.