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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
13,000 | minja::CommentTemplateToken::~CommentTemplateToken() | monkey531[P]llama/common/minja.hpp | CommentTemplateToken(const Location & location, SpaceHandling pre, SpaceHandling post, const std::string& t) : TemplateToken(Type::Comment, location, pre, post), text(t) {} | O1 | cpp | minja::CommentTemplateToken::~CommentTemplateToken():
pushq %rbx
movq %rdi, %rbx
leaq 0xa8cb1(%rip), %rax # 0x12e290
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x30(%rdi), %rdi
leaq 0x40(%rbx), %rax
cmpq %rax, %rdi
je 0x855fe
movq (%rax), %rsi
incq %rsi
callq 0x1b8c0
leaq 0xa8cd3(%rip), %rax # 0x12e2d8
addq $0x10,... | _ZN5minja20CommentTemplateTokenD2Ev:
push rbx
mov rbx, rdi
lea rax, _ZTVN5minja20CommentTemplateTokenE; `vtable for'minja::CommentTemplateToken
add rax, 10h
mov [rdi], rax
mov rdi, [rdi+30h]; void *
lea rax, [rbx+40h]
cmp rdi, rax
jz short loc_855FE
mov rsi, [rax]
inc rsi; un... | void minja::CommentTemplateToken::~CommentTemplateToken(minja::CommentTemplateToken *this)
{
char *v2; // rdi
volatile signed __int32 *v3; // rdi
*(_QWORD *)this = &`vtable for'minja::CommentTemplateToken + 2;
v2 = (char *)*((_QWORD *)this + 6);
if ( v2 != (char *)this + 64 )
operator delete(v2, *((_QWO... | ~CommentTemplateToken:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x22e290]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x30]
LEA RAX,[RBX + 0x40]
CMP RDI,RAX
JZ 0x001855fe
MOV RSI,qword ptr [RAX]
INC RSI
CALL 0x0011b8c0
LAB_001855fe:
LEA RAX,[0x22e2d8]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
MOV RDI,qword ptr [RBX +... |
/* minja::CommentTemplateToken::~CommentTemplateToken() */
void __thiscall minja::CommentTemplateToken::~CommentTemplateToken(CommentTemplateToken *this)
{
*(int ***)this = &PTR__CommentTemplateToken_0022e2a0;
if (*(CommentTemplateToken **)(this + 0x30) != this + 0x40) {
operator_delete(*(CommentTemplateToke... | |
13,001 | LefDefParser::lefiLayer::propIsNumber(int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiLayer.cpp | int
lefiLayer::propIsNumber(int i) const
{
char msg[160];
if (i < 0 || i >= numProps_) {
sprintf(msg, "ERROR (LEFPARS-1300): The index number %d given for the layer property is invalid.\nValid index is from 0 to %d", i, numProps_);
lefiError(0, 1300, msg);
return 0;
}
return dval... | O3 | cpp | LefDefParser::lefiLayer::propIsNumber(int) const:
pushq %r14
pushq %rbx
subq $0xa8, %rsp
movl %esi, %edx
testl %esi, %esi
setns %al
movl 0x350(%rdi), %ecx
cmpl %esi, %ecx
setg %sil
testb %sil, %al
je 0x1b7c9
movq 0x368(%rdi), %rax
movl %edx, %ecx
xorpd %xmm0, %xmm0
cmpneqsd (%rax,%rcx,8), %xmm0
movq %xmm0, %rbx
andl $0... | _ZNK12LefDefParser9lefiLayer12propIsNumberEi:
push r14
push rbx
sub rsp, 0A8h
mov edx, esi
test esi, esi
setns al
mov ecx, [rdi+350h]
cmp ecx, esi
setnle sil
test al, sil
jz short loc_1B7C9
mov rax, [rdi+368h]
mov ecx, edx
xorpd xmm0, xmm0
cmpneqsd xmm0, qword ptr [rax+rcx*... | long long LefDefParser::lefiLayer::propIsNumber(LefDefParser::lefiLayer *this, signed int a2)
{
int v2; // ecx
__m128d v3; // rt1
unsigned int v4; // ebx
const char *v5; // rcx
_BYTE v7[184]; // [rsp+0h] [rbp-B8h] BYREF
v2 = *((_DWORD *)this + 212);
if ( v2 > a2 && a2 >= 0 )
{
v3.m128d_f64[0] = *(... | propIsNumber:
PUSH R14
PUSH RBX
SUB RSP,0xa8
MOV EDX,ESI
TEST ESI,ESI
SETNS AL
MOV ECX,dword ptr [RDI + 0x350]
CMP ECX,ESI
SETG SIL
TEST AL,SIL
JZ 0x0011b7c9
MOV RAX,qword ptr [RDI + 0x368]
MOV ECX,EDX
XORPD XMM0,XMM0
CMPNEQSD XMM0,qword ptr [RAX + RCX*0x8]
MOVQ RBX,XMM0
AND EBX,0x1
JMP 0x0011b7ee
LAB_0011b7c9:
LEA RSI... |
/* LefDefParser::lefiLayer::propIsNumber(int) const */
byte __thiscall LefDefParser::lefiLayer::propIsNumber(lefiLayer *this,int param_1)
{
byte bVar1;
char acStack_b8 [168];
if (param_1 < 0 || *(int *)(this + 0x350) <= param_1) {
bVar1 = 0;
sprintf(acStack_b8,
"ERROR (LEFPARS-1300): The... | |
13,002 | ftxui::Input(ftxui::InputOption) | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/component/input.cpp | Component Input(InputOption option) {
return Make<InputBase>(std::move(option));
} | O1 | cpp | ftxui::Input(ftxui::InputOption):
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
leaq 0x8(%rsp), %r14
movq %r14, %rdi
callq 0x29b36
movq (%r14), %rax
movq %rax, (%rbx)
xorl %eax, %eax
movq %rax, 0x8(%rbx)
movq 0x8(%r14), %rcx
movq %rax, 0x8(%r14)
movq %rcx, 0x8(%rbx)
movq %rbx, %rax
addq $0x18, %rsp
popq %rbx
p... | _ZN5ftxui5InputENS_11InputOptionE:
push r14
push rbx
sub rsp, 18h
mov rbx, rdi
lea r14, [rsp+28h+var_20]
mov rdi, r14
call _ZN5ftxui4MakeINS_12_GLOBAL__N_19InputBaseEJNS_11InputOptionEEEESt10shared_ptrIT_EDpOT0_; ftxui::Make<ftxui::`anonymous namespace'::InputBase,ftxui::InputOption>(ftxui::Inp... | _QWORD * ftxui::Input(_QWORD *a1)
{
_QWORD v2[4]; // [rsp+8h] [rbp-20h] BYREF
ftxui::Make<ftxui::`anonymous namespace'::InputBase,ftxui::InputOption>(v2);
*a1 = v2[0];
a1[1] = 0LL;
a1[1] = v2[1];
return a1;
}
| Input:
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
LEA R14,[RSP + 0x8]
MOV RDI,R14
CALL 0x00129b36
MOV RAX,qword ptr [R14]
MOV qword ptr [RBX],RAX
XOR EAX,EAX
MOV qword ptr [RBX + 0x8],RAX
MOV RCX,qword ptr [R14 + 0x8]
MOV qword ptr [R14 + 0x8],RAX
MOV qword ptr [RBX + 0x8],RCX
MOV RAX,RBX
ADD RSP,0x18
POP RBX
POP R14
R... |
/* ftxui::Input(ftxui::InputOption) */
ftxui * __thiscall ftxui::Input(ftxui *this,InputOption *param_2)
{
int8 local_20;
int8 local_18;
Make<ftxui::(anonymous_namespace)::InputBase,ftxui::InputOption>((ftxui *)&local_20,param_2);
*(int8 *)this = local_20;
*(int8 *)(this + 8) = 0;
*(int8 *)(this + 8) ... | |
13,003 | mysql_free_result_cont | eloqsql/libmariadb/libmariadb/mariadb_async.c | int STDCALL
mysql_free_result_cont(MYSQL_RES *result, int ready_status)
{
MK_ASYNC_CONT_BODY_VOID_RETURN(result->handle)
} | O3 | c | mysql_free_result_cont:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq 0x78(%rdi), %rax
movq 0x480(%rax), %rcx
movq 0x28(%rcx), %r14
cmpb $0x0, 0x15(%r14)
je 0x2cb4b
movb $0x1, 0x14(%r14)
movl %esi, 0x4(%r14)
leaq 0x38(%r14), %rdi
callq 0x308f7
movb $0x0, 0x14(%r14)
testl %eax, %eax
jle 0x2cbab
m... | mysql_free_result_cont:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov rax, [rdi+78h]
mov rcx, [rax+480h]
mov r14, [rcx+28h]
cmp byte ptr [r14+15h], 0
jz short loc_2CB4B
mov byte ptr [r14+14h], 1
mov [r14+4], esi
lea rdi, [r14+38h]
call my_context_continue
... | long long mysql_free_result_cont(long long a1, unsigned int a2)
{
long long v3; // rax
unsigned int *v4; // r14
int v5; // eax
unsigned int v6; // r14d
long long v7; // rdi
char *v8; // rsi
v3 = *(_QWORD *)(a1 + 120);
v4 = *(unsigned int **)(*(_QWORD *)(v3 + 1152) + 40LL);
if ( !*((_BYTE *)v4 + 21) ... | mysql_free_result_cont:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x78]
MOV RCX,qword ptr [RAX + 0x480]
MOV R14,qword ptr [RCX + 0x28]
CMP byte ptr [R14 + 0x15],0x0
JZ 0x0012cb4b
MOV byte ptr [R14 + 0x14],0x1
MOV dword ptr [R14 + 0x4],ESI
LEA RDI,[R14 + 0x38]
CALL 0x001308f7
MOV byte p... |
int4 mysql_free_result_cont(long param_1,int4 param_2)
{
int4 *puVar1;
long lVar2;
int iVar3;
char *__src;
puVar1 = *(int4 **)(*(long *)(*(long *)(param_1 + 0x78) + 0x480) + 0x28);
if (*(char *)((long)puVar1 + 0x15) == '\0') {
*(int4 *)(*(long *)(param_1 + 0x78) + 0x90) = 0x7de;
strncpy((char *... | |
13,004 | my_char_weight_put | eloqsql/strings/ctype-uca.c | static my_bool
my_char_weight_put(MY_UCA_WEIGHT_LEVEL *dst,
uint16 *to, size_t to_length, size_t *nweights,
my_wc_t *str, size_t len)
{
size_t count;
int rc= FALSE;
if (!to_length)
{
*nweights= 0;
return len > 0;
}
to_length--; /* Without trailing zero */
for... | O3 | c | my_char_weight_put:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %r8, -0x30(%rbp)
testq %rdx, %rdx
je 0x3f584
movq %rcx, -0x68(%rbp)
testq %r9, %r9
je 0x3f593
movq %rdi, -0x60(%rbp)
decq %rdx
xorl %ecx, %ecx
xorl %r13d, %r13d
movq %rdx, -0x48(%rbp)
movq %rcx, -... | my_char_weight_put:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov [rbp+var_30], r8
test rdx, rdx
jz loc_3F584
mov [rbp+var_68], rcx
test r9, r9
jz loc_3F593
mov [rbp+var_60], rdi
dec rdx
xor ecx, ecx
xor r13d, r13d
m... | long long my_char_weight_put(
_QWORD *a1,
_WORD *a2,
long long a3,
unsigned long long *a4,
long long *a5,
unsigned long long a6)
{
unsigned long long v6; // r13
unsigned long long v7; // rbx
long long v8; // r12
long long v9; // rax
unsigned long long v10; // r... | my_char_weight_put:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x30],R8
TEST RDX,RDX
JZ 0x0013f584
MOV qword ptr [RBP + -0x68],RCX
TEST R9,R9
JZ 0x0013f593
MOV qword ptr [RBP + -0x60],RDI
DEC RDX
XOR ECX,ECX
XOR R13D,R13D
MOV qword ptr [RBP + -0x48],RDX
LAB_0013... |
ulong my_char_weight_put(ulong *param_1,short *param_2,long param_3,ulong *param_4,ulong *param_5,
ulong param_6)
{
ushort uVar1;
short sVar2;
int iVar3;
ulong uVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
long lVar8;
ulong uVar9;
void *pvVar10;
void *__s1;
short *psVar... | |
13,005 | mi_ft_store | eloqsql/storage/myisam/ft_update.c | static int _mi_ft_store(MI_INFO *info, uint keynr, uchar *keybuf,
FT_WORD *wlist, my_off_t filepos)
{
uint key_length;
DBUG_ENTER("_mi_ft_store");
for (; wlist->pos; wlist++)
{
key_length=_ft_make_key(info,keynr,keybuf,wlist,filepos);
if (_mi_ck_write(info,keynr,(uchar*) keybuf,key_length))
DB... | O3 | c | mi_ft_store:
xorl %eax, %eax
cmpq $0x0, (%rcx)
je 0x774a8
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r14
movq %rcx, %r12
movq %rdx, %r15
movl %esi, %r13d
movq %rdi, %rbx
movq %rbx, %rdi
movl %r13d, %esi
movq %r15, %rdx
movq %r12, %rcx
movq %r14, %r8
callq 0x7... | _mi_ft_store:
xor eax, eax
cmp qword ptr [rcx], 0
jz short locret_774A8
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r8
mov r12, rcx
mov r15, rdx
mov r13d, esi
mov rbx, rdi
loc_7745C:
mov rdi, rbx
mov esi, r13d
mov... | long long mi_ft_store(long long a1, unsigned int a2, long long a3, _QWORD *a4, long long a5, __m128i a6)
{
long long result; // rax
long long i; // r12
unsigned int key; // eax
result = 0LL;
if ( *a4 )
{
for ( i = (long long)a4; ; i += 24LL )
{
key = ft_make_key(a1, a2, a3, i, a5, a6);
... | _mi_ft_store:
XOR EAX,EAX
CMP qword ptr [RCX],0x0
JZ 0x001774a8
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R8
MOV R12,RCX
MOV R15,RDX
MOV R13D,ESI
MOV RBX,RDI
LAB_0017745c:
MOV RDI,RBX
MOV ESI,R13D
MOV RDX,R15
MOV RCX,R12
MOV R8,R14
CALL 0x00177315
MOV RDI,RBX
MOV ESI,R13D
MOV RD... |
int8
_mi_ft_store(int8 param_1,int4 param_2,int8 param_3,long *param_4,
int8 param_5,int8 param_6)
{
long *plVar1;
int4 uVar2;
int iVar3;
int8 uVar4;
if (*param_4 != 0) {
uVar4 = 0;
do {
uVar2 = _ft_make_key(param_1,param_2,param_3,param_4,param_5,param_6,uVar4);
iVar3 = _... | |
13,006 | LefDefParser::lefwLayerAntennaCumSideAreaRatio(double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwLayerAntennaCumSideAreaRatio(double value)
{
lefw54Num = LEFW_ANTENNACUMSIDEAREARATIO;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_LAYERROUTING_START && lefwState != LEFW_LAYERROUTING)
return LEFW_BAD_ORDER;
// only routing calls this func
if (!lefwIsRouti... | O0 | cpp | LefDefParser::lefwLayerAntennaCumSideAreaRatio(double):
subq $0x18, %rsp
movsd %xmm0, 0x8(%rsp)
movl $0x6f, 0x1d4f8(%rip) # 0x32d4c
leaq 0x1d5a5(%rip), %rax # 0x32e00
cmpq $0x0, (%rax)
jne 0x1586e
movl $0x1, 0x14(%rsp)
jmp 0x1592c
leaq 0x1d7db(%rip), %rax # 0x33050
cmpl $0x7, (%rax)
je 0x15893
leaq 0x1d7cf(%... | _ZN12LefDefParser32lefwLayerAntennaCumSideAreaRatioEd:
sub rsp, 18h
movsd [rsp+18h+var_10], xmm0
mov cs:_ZN12LefDefParserL9lefw54NumE, 6Fh ; 'o'; LefDefParser::lefw54Num
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_1586E
mov [rsp+18h+var_4],... | long long LefDefParser::lefwLayerAntennaCumSideAreaRatio(
LefDefParser *this,
double a2,
long long a3,
int a4,
int a5,
int a6,
int a7)
{
LefDefParser::lefw54Num = 111;
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
if ( LefDefParser::lefwState == 7 || LefD... | lefwLayerAntennaCumSideAreaRatio:
SUB RSP,0x18
MOVSD qword ptr [RSP + 0x8],XMM0
MOV dword ptr [0x00132d4c],0x6f
LEA RAX,[0x132e00]
CMP qword ptr [RAX],0x0
JNZ 0x0011586e
MOV dword ptr [RSP + 0x14],0x1
JMP 0x0011592c
LAB_0011586e:
LEA RAX,[0x133050]
CMP dword ptr [RAX],0x7
JZ 0x00115893
LEA RAX,[0x133050]
CMP dword ptr ... |
/* LefDefParser::lefwLayerAntennaCumSideAreaRatio(double) */
int4 LefDefParser::lefwLayerAntennaCumSideAreaRatio(double param_1)
{
int4 local_4;
lefw54Num = 0x6f;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if ((lefwState == 7) || (lefwState == 0x1f)) {
if (lefwIsRouting == 0) {
... | |
13,007 | file_get | corpus-core[P]colibri-stateless/src/util/plugin.c | static bool file_get(char* filename, buffer_t* data) {
unsigned char buffer[1024];
size_t bytesRead;
char* full_path = combine_filename(filename);
if (full_path == NULL) return false;
FILE* file = strcmp(filename, "-") ? fopen(full_path, "rb") : stdin;
safe_free(full_path);
if (file == NUL... | O1 | c | file_get:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x408, %rsp # imm = 0x408
movq %rsi, %rbx
movq %rdi, %r14
callq 0x596c9
testq %rax, %rax
je 0x59590
movq %rax, %r15
leaq 0x35640(%rip), %rsi # 0x8ebb0
movq %r14, %rdi
callq 0x212e0
testl %eax, %eax
je 0x59594
leaq 0x347c4(%rip), %rsi # 0x8dd... | file_get:
push rbp
push r15
push r14
push rbx
sub rsp, 408h
mov rbx, rsi
mov r14, rdi
call combine_filename
test rax, rax
jz short loc_59590
mov r15, rax
lea rsi, aH2cOversizeDst+10h; "-"
mov rdi, r14
call _strcmp
test eax, eax
jz short loc_59594
lea rsi, aR... | long long file_get(long long a1, unsigned int *a2)
{
unsigned int v2; // ebp
long long v3; // rax
long long v4; // r15
long long v5; // rdx
long long v6; // rcx
long long v7; // r14
long long v8; // rax
_BYTE v10[1064]; // [rsp+0h] [rbp-428h] BYREF
v3 = combine_filename();
if ( v3 )
{
v4 = v... | file_get:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x408
MOV RBX,RSI
MOV R14,RDI
CALL 0x001596c9
TEST RAX,RAX
JZ 0x00159590
MOV R15,RAX
LEA RSI,[0x18ebb0]
MOV RDI,R14
CALL 0x001212e0
TEST EAX,EAX
JZ 0x00159594
LEA RSI,[0x18dd47]
MOV RDI,R15
CALL 0x00121250
MOV R14,RAX
JMP 0x0015959e
LAB_00159590:
XOR EBP,EBP
JMP 0x0... |
ulong file_get(char *param_1,int8 param_2)
{
int iVar1;
char *__filename;
FILE *__stream;
size_t sVar2;
int8 unaff_RBP;
ulong uVar3;
int1 auStack_428 [1032];
__filename = (char *)combine_filename();
if (__filename == (char *)0x0) {
uVar3 = 0;
}
else {
iVar1 = strcmp(param_1,"-");
... | |
13,008 | file_get | corpus-core[P]colibri-stateless/src/util/plugin.c | static bool file_get(char* filename, buffer_t* data) {
unsigned char buffer[1024];
size_t bytesRead;
char* full_path = combine_filename(filename);
if (full_path == NULL) return false;
FILE* file = strcmp(filename, "-") ? fopen(full_path, "rb") : stdin;
safe_free(full_path);
if (file == NUL... | O3 | c | file_get:
pushq %r15
pushq %r14
pushq %rbx
subq $0x400, %rsp # imm = 0x400
movq %rsi, %rbx
movq %rdi, %r14
callq 0x55246
testq %rax, %rax
je 0x5514a
movq %rax, %r15
cmpb $0x2d, (%r14)
jne 0x550f9
cmpb $0x0, 0x1(%r14)
je 0x55185
leaq 0x34ca7(%rip), %rsi # 0x89da7
movq %r15, %rdi
callq 0x21250
movq %rax, %... | file_get:
push r15
push r14
push rbx
sub rsp, 400h
mov rbx, rsi
mov r14, rdi
call combine_filename
test rax, rax
jz short loc_5514A
mov r15, rax
cmp byte ptr [r14], 2Dh ; '-'
jnz short loc_550F9
cmp byte ptr [r14+1], 0
jz loc_55185
loc_550F9:
lea rsi, aRb; "rb"
m... | long long file_get(_BYTE *a1, unsigned int *a2)
{
unsigned int v2; // ebx
long long v3; // rax
long long v4; // rdx
long long v5; // rcx
long long v6; // r15
long long v7; // r14
long long v8; // rax
_BYTE v10[1048]; // [rsp+0h] [rbp-418h] BYREF
v2 = (unsigned int)a2;
v3 = combine_filename();
if... | file_get:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x400
MOV RBX,RSI
MOV R14,RDI
CALL 0x00155246
TEST RAX,RAX
JZ 0x0015514a
MOV R15,RAX
CMP byte ptr [R14],0x2d
JNZ 0x001550f9
CMP byte ptr [R14 + 0x1],0x0
JZ 0x00155185
LAB_001550f9:
LEA RSI,[0x189da7]
MOV RDI,R15
CALL 0x00121250
MOV R14,RAX
LAB_0015510b:
MOV RDI,R15
CALL 0x00... |
ulong file_get(char *param_1,int8 param_2)
{
char *__filename;
FILE *__stream;
size_t sVar1;
ulong uVar2;
int1 auStack_418 [1024];
__filename = (char *)combine_filename();
if (__filename != (char *)0x0) {
if ((*param_1 == '-') && (param_1[1] == '\0')) {
__stream = *(FILE **)PTR_stdin_001bdf... | |
13,009 | testing::Test::IsSkipped() | giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest.cc | bool Test::IsSkipped() {
return internal::GetUnitTestImpl()->current_test_result()->Skipped();
} | O1 | cpp | testing::Test::IsSkipped():
pushq %rax
callq 0x19012
movq 0x38adf(%rip), %rax # 0x597b0
movq 0x1e0(%rax), %rdi
testq %rdi, %rdi
je 0x20ce6
addq $0x90, %rdi
jmp 0x20d04
movq 0x1d8(%rax), %rdi
testq %rdi, %rdi
je 0x20cfb
addq $0x88, %rdi
jmp 0x20d04
addq $0x1e8, %rax # imm = 0x1E8
movq %rax, %rdi
popq %rax... | _ZN7testing4Test9IsSkippedEv:
push rax
call _ZN7testing8UnitTest11GetInstanceEv; testing::UnitTest::GetInstance(void)
mov rax, cs:qword_597B0
mov rdi, [rax+1E0h]
test rdi, rdi
jz short loc_20CE6
add rdi, 90h
jmp short loc_20D04
loc_20CE6:
mov rdi, [rax+1D8h]
test rdi, rdi
jz sh... | char testing::Test::IsSkipped(testing::Test *this)
{
long long v1; // rdi
long long v3; // rdi
testing::UnitTest::GetInstance(this);
v1 = *((_QWORD *)qword_597B0 + 60);
if ( v1 )
return testing::TestResult::Skipped((testing::TestResult *)(v1 + 144));
v3 = *((_QWORD *)qword_597B0 + 59);
if ( v3 )
... | IsSkipped:
PUSH RAX
CALL 0x00119012
MOV RAX,qword ptr [0x001597b0]
MOV RDI,qword ptr [RAX + 0x1e0]
TEST RDI,RDI
JZ 0x00120ce6
ADD RDI,0x90
JMP 0x00120d04
LAB_00120ce6:
MOV RDI,qword ptr [RAX + 0x1d8]
TEST RDI,RDI
JZ 0x00120cfb
ADD RDI,0x88
JMP 0x00120d04
LAB_00120cfb:
ADD RAX,0x1e8
MOV RDI,RAX
LAB_00120d04:
POP RAX
JMP... |
/* testing::Test::IsSkipped() */
void testing::Test::IsSkipped(void)
{
TestResult *this;
UnitTest::GetInstance();
if (*(long *)(UnitTest::GetInstance()::instance._64_8_ + 0x1e0) == 0) {
if (*(long *)(UnitTest::GetInstance()::instance._64_8_ + 0x1d8) == 0) {
this = (TestResult *)(UnitTest::GetInsta... | |
13,010 | parse_json_tool_calls(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::optional<std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>>> const&, std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, std::__cxx11::basic_regex<char, std::__cxx11::re... | monkey531[P]llama/common/chat.cpp | static common_chat_msg parse_json_tool_calls(
const std::string& input,
const std::optional<std::regex> & trigger_opt,
const std::regex & function_regex,
const std::regex & close_regex) {
std::smatch match;
common_chat_msg result;
result.role = "assistant";
auto end = input.end();
... | O2 | cpp | parse_json_tool_calls(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::optional<std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>>> const&, std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, std::__cxx11::basic_regex<char, std::__cxx11::re... | _ZL21parse_json_tool_callsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt8optionalINS_11basic_regexIcNS_12regex_traitsIcEEEEERKSB_SG_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 188h
mov [rsp+1B8h+var_160], r8
mov [rsp+1B8h+var_158], rcx
mov r15, rdx
mov ... | common_chat_msg * parse_json_tool_calls(common_chat_msg *a1, long long a2, long long a3, long long a4, long long a5)
{
common_chat_msg *v6; // r12
int v7; // r9d
_BYTE *v8; // rbx
long long v9; // rbp
long long *v10; // rsi
_BYTE **v11; // rcx
char *v12; // r12
char *v13; // r14
char v14; // r12
lon... | parse_json_tool_calls:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x188
MOV qword ptr [RSP + 0x58],R8
MOV qword ptr [RSP + 0x60],RCX
MOV R15,RDX
MOV R14,RSI
MOV R12,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP + 0x30],XMM0
MOVAPS xmmword ptr [RSP + 0x20],XMM0
LAB_001c310c:
CALL 0x001c50bc
LAB_001c3111... |
/* parse_json_tool_calls(std::__cxx11::string const&, std::optional<std::__cxx11::basic_regex<char,
std::__cxx11::regex_traits<char> > > const&, std::__cxx11::basic_regex<char,
std::__cxx11::regex_traits<char> > const&, std::__cxx11::basic_regex<char,
std::__cxx11::regex_traits<char> > const&) */
string * pa... | |
13,011 | densityCB(LefDefParser::lefrCallbackType_e, LefDefParser::lefiDensity*, void*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lefdiff/diffLefRW.cpp | int densityCB(lefrCallbackType_e c, lefiDensity* density,
lefiUserData ud) {
struct lefiGeomRect rect;
checkType(c);
if (ud != userData) dataError();
for (int i = 0; i < density->numLayer(); i++) {
for (int j = 0; j < density->numRects(i); j++) {
rect = density->getRect(i,j);
... | O0 | cpp | densityCB(LefDefParser::lefrCallbackType_e, LefDefParser::lefiDensity*, void*):
subq $0xa8, %rsp
movl %edi, 0xa4(%rsp)
movq %rsi, 0x98(%rsp)
movq %rdx, 0x90(%rsp)
movl 0xa4(%rsp), %edi
callq 0x25a0
movq 0x90(%rsp), %rax
cmpq 0x94977(%rip), %rax # 0xa2560
je 0xdbf0
callq 0x2580
movl $0x0, 0x64(%rsp)
movl 0x64(%rsp),... | _Z9densityCBN12LefDefParser18lefrCallbackType_eEPNS_11lefiDensityEPv:
sub rsp, 0A8h
mov [rsp+0A8h+var_4], edi
mov [rsp+0A8h+var_10], rsi
mov [rsp+0A8h+var_18], rdx
mov edi, [rsp+0A8h+var_4]
call _Z9checkTypeN12LefDefParser18lefrCallbackType_eE; checkType(LefDefParser::lefrCallbackType_e)
mov ... | long long densityCB(unsigned int a1, LefDefParser::lefiDensity *a2, long long a3)
{
double v3; // xmm0_8
long long v5; // [rsp+0h] [rbp-A8h]
const char *v6; // [rsp+8h] [rbp-A0h]
double v7; // [rsp+10h] [rbp-98h]
double v8; // [rsp+18h] [rbp-90h]
double v9; // [rsp+20h] [rbp-88h]
double v10; // [rsp+28h]... | densityCB:
SUB RSP,0xa8
MOV dword ptr [RSP + 0xa4],EDI
MOV qword ptr [RSP + 0x98],RSI
MOV qword ptr [RSP + 0x90],RDX
MOV EDI,dword ptr [RSP + 0xa4]
CALL 0x001025a0
MOV RAX,qword ptr [RSP + 0x90]
CMP RAX,qword ptr [0x001a2560]
JZ 0x0010dbf0
CALL 0x00102580
LAB_0010dbf0:
MOV dword ptr [RSP + 0x64],0x0
LAB_0010dbf8:
MOV E... |
/* densityCB(LefDefParser::lefrCallbackType_e, LefDefParser::lefiDensity*, void*) */
int8 densityCB(int4 param_1,lefiDensity *param_2,long param_3)
{
FILE *__stream;
int iVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
int8 uVar5;
int iVar6;
int8 uVar7;
int4 uVar8;
int1 local_70 [40];
int local_48;
... | |
13,012 | my_mb_wc_euc_jp | eloqsql/strings/ctype-ujis.c | static int
my_mb_wc_euc_jp(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int hi;
if (s >= e)
return MY_CS_TOOSMALL;
if ((hi= s[0]) < 0x80) /* ASCII code set: [00..7F] -> [U+0000..U+007F] */
{
*pwc= hi;
return 1;
}
if (hi >= 0xA1 && h... | O0 | c | my_mb_wc_euc_jp:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x75e7a
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x76096
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
movl %eax, -0x2c(%rbp)
c... | my_mb_wc_euc_jp:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_75E7A
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_76096
loc_75E7A:
mov rax, [rbp+var_20]
movzx ... | long long my_mb_wc_euc_jp(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
long long v4; // rax
unsigned int v5; // eax
long long v6; // rax
unsigned int v7; // eax
bool v9; // [rsp+1h] [rbp-39h]
bool v11; // [rsp+9h] [rbp-31h]
unsigned int v13; // [rsp+Eh] [rbp-2Ch]
if ( (unsig... | my_mb_wc_euc_jp:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x00175e7a
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x00176096
LAB_00175e7a:
MOV RAX,q... |
int4 my_mb_wc_euc_jp(int8 param_1,ulong *param_2,byte *param_3,byte *param_4)
{
ushort uVar1;
bool bVar2;
uint uVar3;
int4 local_40;
int4 local_38;
int4 local_c;
if (param_3 < param_4) {
uVar3 = (uint)*param_3;
if (uVar3 < 0x80) {
*param_2 = (long)(int)uVar3;
local_c = 1;
}
... | |
13,013 | uf_varchar2 | eloqsql/storage/myisam/mi_packrec.c | static void uf_varchar2(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff,
uchar *to, uchar *end __attribute__((unused)))
{
if (get_bit(bit_buff))
to[0]=to[1]=0; /* Zero lengths */
else
{
ulong length=get_bits(bit_buff,rec->space_length_bits);
int2store(to,length);
decode_bytes(rec,bit_buff,to+... | O0 | c | uf_varchar2:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x4(%rax)
je 0xbddc7
movq -0x10(%rbp), %rax
movl (%rax), %eax
movq -0x10(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
movl %ecx, 0x4(... | uf_varchar2_0:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_10]
cmp dword ptr [rax+4], 0
jz short loc_BDDC7
mov rax, [rbp+var_10]
mov eax, [rax]
mov rdx, [rbp+var_10]
mov ... | long long uf_varchar2_0(long long a1, int *a2, _BYTE *a3)
{
int v3; // eax
int v4; // ecx
long long result; // rax
unsigned int v6; // eax
int v7; // ecx
int bits_0; // [rsp+Ch] [rbp-34h]
if ( a2[1] )
{
v3 = *a2;
v4 = a2[1] - 1;
a2[1] = v4;
if ( ((1 << v4) & v3) == 0 )
goto LABEL... | uf_varchar2:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x001bddc7
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV RDX,qword ... |
void uf_varchar2(long param_1,uint *param_2,int2 *param_3)
{
uint uVar1;
uint local_3c;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar1 = *param_2 & 0x80000000;
}
else {
uVar1 = param_2[1];
param_2[1] = uVar1 - 1;
uVar1 = *param_2 & 1 << ((byte)(uVar1 - 1) & ... | |
13,014 | my_wc_to_printable_ex | eloqsql/strings/ctype.c | int
my_wc_to_printable_ex(CHARSET_INFO *cs, my_wc_t wc,
uchar *str, uchar *end,
uint bs, uint bslen, uint diglen)
{
uchar *str0;
uint i, length;
uchar tmp[MY_CS_PRINTABLE_CHAR_LENGTH * MY_CS_MBMAXLEN];
if (my_is_printable(wc))
{
int mblen= my_ci_wc_mb(cs, wc, s... | O3 | c | my_wc_to_printable_ex:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %r9, -0x60(%rbp)
movl %r8d, -0x58(%rbp)
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r13
movq %rdi, %r12
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x20(%rsi), %rax
cmpq $0x5f, %rax
jae 0x... | my_wc_to_printable_ex:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov [rbp+var_60], r9
mov dword ptr [rbp+var_58], r8d
mov r14, rcx
mov r15, rdx
mov r13, rsi
mov r12, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
lea rax, [rs... | long long my_wc_to_printable_ex(
long long a1,
unsigned long long a2,
_BYTE *a3,
unsigned long long a4,
char a5,
unsigned int a6,
unsigned int a7)
{
int v9; // ebx
long long v10; // rax
long long v11; // rax
long long v12; // rcx
long long v13; // rdx
... | my_wc_to_printable_ex:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV qword ptr [RBP + -0x60],R9
MOV dword ptr [RBP + -0x58],R8D
MOV R14,RCX
MOV R15,RDX
MOV R13,RSI
MOV R12,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA RAX,[RSI + -0x20]
CMP RAX,0x5f
JNC 0x001a03... |
int my_wc_to_printable_ex
(long param_1,ulong param_2,char *param_3,char *param_4,char param_5,uint param_6,
uint param_7)
{
uint uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
char *pcVar5;
long lVar6;
long in_FS_OFFSET;
int local_60;
char local_58 [32];
long local_38;
... | |
13,015 | mp_mul_basecase_dec | bluesky950520[P]quickjs/libbf.c | void mp_mul_basecase_dec(limb_t *result,
const limb_t *op1, mp_size_t op1_size,
const limb_t *op2, mp_size_t op2_size)
{
mp_size_t i;
limb_t r;
result[op1_size] = mp_mul1_dec(result, op1, op1_size, op2[0], 0);
for(i=1;i<op2_size;i++) {
r = mp_a... | O1 | c | mp_mul_basecase_dec:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %r13
movq (%rcx), %rcx
xorl %r8d, %r8d
callq 0x8cd61
movq %r15, (%rsp)
movq %rax, (%r13,%r15,8)
cmpq $0x2, %rbx
jl 0x8d00b
movq %rbx, %r8
movq (%rsp... | mp_mul_basecase_dec:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r8
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov r13, rdi
mov rcx, [rcx]
xor r8d, r8d
call mp_mul1_dec
mov [rsp+38h+var_38], r15
mov [r13+r15*8+0], rax
cmp rbx, 2
jl ... | unsigned long long mp_mul_basecase_dec(long long a1, long long a2, long long a3, unsigned long long *a4, long long a5)
{
unsigned long long *v6; // r14
long long v8; // r12
unsigned long long result; // rax
long long v10; // r8
long long v11; // r13
long long i; // rbx
unsigned long long v13; // rcx
lo... | mp_mul_basecase_dec:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV R13,RDI
MOV RCX,qword ptr [RCX]
XOR R8D,R8D
CALL 0x0018cd61
MOV qword ptr [RSP],R15
MOV qword ptr [R13 + R15*0x8],RAX
CMP RBX,0x2
JL 0x0018d00b
MOV R8,RBX
MOV RAX,qword ptr [RSP]
LEA RB... |
void mp_mul_basecase_dec(long param_1,int8 param_2,long param_3,long param_4,long param_5)
{
int8 uVar1;
long lVar2;
long lVar3;
uVar1 = mp_mul1_dec();
*(int8 *)(param_1 + param_3 * 8) = uVar1;
if (1 < param_5) {
lVar3 = param_1 + 8;
lVar2 = 1;
do {
uVar1 = mp_add_mul1_dec(lVar3,param... | |
13,016 | mp_mul_basecase_dec | bluesky950520[P]quickjs/libbf.c | void mp_mul_basecase_dec(limb_t *result,
const limb_t *op1, mp_size_t op1_size,
const limb_t *op2, mp_size_t op2_size)
{
mp_size_t i;
limb_t r;
result[op1_size] = mp_mul1_dec(result, op1, op1_size, op2[0], 0);
for(i=1;i<op2_size;i++) {
r = mp_a... | O2 | c | mp_mul_basecase_dec:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %r13
movq (%rcx), %rcx
xorl %r8d, %r8d
callq 0x7587a
movq %rax, (%r13,%r15,8)
addq $0x8, %r13
pushq $0x1
popq %rbp
cmpq %rbx, %rbp
jge 0x75afd
movq ... | mp_mul_basecase_dec:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r8
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov r13, rdi
mov rcx, [rcx]
xor r8d, r8d
call mp_mul1_dec
mov [r13+r15*8+0], rax
add r13, 8
push 1
pop rbp
loc_75AD8:
... | long long mp_mul_basecase_dec(long long a1, long long a2, long long a3, unsigned long long *a4, long long a5)
{
long long result; // rax
long long v9; // r13
long long i; // rbp
result = mp_mul1_dec(a1, a2, a3, *a4, 0LL);
*(_QWORD *)(a1 + 8 * a3) = result;
v9 = a1 + 8;
for ( i = 1LL; i < a5; ++i )
{
... | mp_mul_basecase_dec:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV R13,RDI
MOV RCX,qword ptr [RCX]
XOR R8D,R8D
CALL 0x0017587a
MOV qword ptr [R13 + R15*0x8],RAX
ADD R13,0x8
PUSH 0x1
POP RBP
LAB_00175ad8:
CMP RBP,RBX
JGE 0x00175afd
MOV RCX,qword ptr [R1... |
void mp_mul_basecase_dec(long param_1,int8 param_2,long param_3,long param_4,long param_5)
{
int8 uVar1;
long lVar2;
uVar1 = mp_mul1_dec();
*(int8 *)(param_1 + param_3 * 8) = uVar1;
param_1 = param_1 + 8;
for (lVar2 = 1; lVar2 < param_5; lVar2 = lVar2 + 1) {
uVar1 = mp_add_mul1_dec(param_1,param_2,... | |
13,017 | pack_dirname | eloqsql/mysys/mf_pack.c | void pack_dirname(char * to, const char *from)
{
int cwd_err;
size_t d_length,length,UNINIT_VAR(buff_length);
char * start;
char buff[FN_REFLEN + 1];
DBUG_ENTER("pack_dirname");
(void) intern_filename(to,from); /* Change to intern name */
#ifdef FN_DEVCHAR
if ((start=strrchr(to,FN_DEVCHAR)) != 0) /* Sk... | O3 | c | pack_dirname:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x228, %rsp # imm = 0x228
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
callq 0x9af1d
leaq -0x240(%rbp), %rdi
movl $0x200, %esi # imm = 0x200
xorl %edx, %edx
callq 0x9e5b0
movl %eax, ... | pack_dirname:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 228h
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
call intern_filename
lea rdi, [rbp+var_240]
mov esi, 200h
xor edx, edx
call my_getwd
mov r14d, eax
test r14d, r... | unsigned long long pack_dirname(char *a1, long long a2)
{
int v2; // r14d
long long v3; // rax
unsigned long long v4; // r15
long long v5; // r13
long long v6; // rax
unsigned long long v7; // r12
bool v8; // r14
long long v9; // r15
long long v10; // rax
long long v12; // rax
unsigned long long ... | pack_dirname:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x228
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
CALL 0x0019af1d
LEA RDI,[RBP + -0x240]
MOV ESI,0x200
XOR EDX,EDX
CALL 0x0019e5b0
MOV R14D,EAX
TEST R14D,R14D
JZ 0x0019adf5
LAB_0019ad64:
MOV RDI,RBX
MOV R... |
void pack_dirname(char *param_1)
{
char *__s2;
int iVar1;
int iVar2;
ulong uVar3;
size_t sVar4;
ulong __n;
long in_FS_OFFSET;
bool bVar5;
ulong local_258;
char local_248 [528];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
intern_filename();
iVar1 = my_getwd(local_248,0x200,... | |
13,018 | inline_mysql_file_chsize | eloqsql/include/mysql/psi/mysql_file.h | static inline int
inline_mysql_file_chsize(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File file, my_off_t newlength, int filler, myf flags)
{
int result;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thr... | O0 | c | inline_mysql_file_chsize:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl %r8d, -0x24(%rbp)
movq %r9, -0x30(%rbp)
leaq 0x250220(%rip), %rax # 0x2c1018
movq (%rax), %rax
movq 0x158(%rax), %rax
movl -0x18(%rbp), %esi
leaq -0x8... | inline_mysql_file_chsize_0:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
mov [rbp+var_24], r8d
mov [rbp+var_30], r9
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+158h]
mov esi, [rbp+var_18... | long long inline_mysql_file_chsize_0(
long long a1,
unsigned int a2,
unsigned int a3,
long long a4,
unsigned int a5,
long long a6)
{
_BYTE v7[72]; // [rsp+8h] [rbp-88h] BYREF
long long v8; // [rsp+50h] [rbp-40h]
unsigned int v9; // [rsp+5Ch] [rbp-34h]
long long v... | inline_mysql_file_chsize:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],R8D
MOV qword ptr [RBP + -0x30],R9
LEA RAX,[0x3c1018]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0... |
int4
inline_mysql_file_chsize
(int8 param_1,int4 param_2,int4 param_3,int8 param_4,
int4 param_5,int8 param_6)
{
int1 local_90 [72];
long local_48;
int4 local_3c;
int8 local_38;
int4 local_2c;
int8 local_28;
int4 local_20;
int4 local_1c;
int8 local_18;
int4 local_c;
local_... | |
13,019 | Cache::printInfo(bool) | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Cache.cpp | void Cache::printInfo(bool verbose) {
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n", this->policy.cacheSize);
printf("Block Size: %d bytes\n", this->policy.blockSize);
printf("Block Num: %d\n", this->policy.blockNum);
printf("Associativiy: %d\n", this->policy.associativity);
... | O0 | cpp | Cache::printInfo(bool):
subq $0x38, %rsp
movb %sil, %al
movq %rdi, 0x30(%rsp)
andb $0x1, %al
movb %al, 0x2f(%rsp)
movq 0x30(%rsp), %rax
movq %rax, 0x18(%rsp)
leaq 0x3154(%rip), %rdi # 0xc327
movb $0x0, %al
callq 0x6040
movq 0x18(%rsp), %rax
movl 0x30(%rax), %esi
leaq 0x3161(%rip), %rdi # 0xc34a
movb $0x0, %al... | _ZN5Cache9printInfoEb:
sub rsp, 38h
mov al, sil
mov [rsp+38h+var_8], rdi
and al, 1
mov [rsp+38h+var_9], al
mov rax, [rsp+38h+var_8]
mov [rsp+38h+var_20], rax
lea rdi, aCacheInfo; "---------- Cache Info -----------\n"
mov al, 0
call _printf
mov rax, [rsp+38h+var_20]
mov esi... | long long Cache::printInfo(Cache *this, char a2)
{
long long result; // rax
unsigned long long v3; // rcx
const char *v4; // r8
const char *v5; // r9
long long v6; // [rsp+20h] [rbp-18h]
int i; // [rsp+28h] [rbp-10h]
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n", *((_D... | printInfo:
SUB RSP,0x38
MOV AL,SIL
MOV qword ptr [RSP + 0x30],RDI
AND AL,0x1
MOV byte ptr [RSP + 0x2f],AL
MOV RAX,qword ptr [RSP + 0x30]
MOV qword ptr [RSP + 0x18],RAX
LEA RDI,[0x10c327]
MOV AL,0x0
CALL 0x00106040
MOV RAX,qword ptr [RSP + 0x18]
MOV ESI,dword ptr [RAX + 0x30]
LEA RDI,[0x10c34a]
MOV AL,0x0
CALL 0x0010604... |
/* Cache::printInfo(bool) */
void __thiscall Cache::printInfo(Cache *this,bool param_1)
{
ulong uVar1;
byte *pbVar2;
char *pcVar3;
char *pcVar4;
uint local_10;
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n",(ulong)*(uint *)(this + 0x30));
printf("Block Size: %d byte... | |
13,020 | Cache::printInfo(bool) | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Cache.cpp | void Cache::printInfo(bool verbose) {
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n", this->policy.cacheSize);
printf("Block Size: %d bytes\n", this->policy.blockSize);
printf("Block Num: %d\n", this->policy.blockNum);
printf("Associativiy: %d\n", this->policy.associativity);
... | O1 | cpp | Cache::printInfo(bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %ebp
movq %rdi, %rbx
leaq 0x182e(%rip), %rdi # 0x64ef
callq 0x3210
movl 0x30(%rbx), %esi
leaq 0x1663(%rip), %rdi # 0x6333
xorl %eax, %eax
callq 0x3050
movl 0x34(%rbx), %esi
leaq 0x1668(%rip), %rdi ... | _ZN5Cache9printInfoEb:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, esi
mov rbx, rdi
lea rdi, aCacheInfo; "---------- Cache Info -----------"
call _puts
mov esi, [rbx+30h]
lea rdi, aCacheSizeDByte; "Cache Size: %d bytes\n"
xor eax, eax
call _... | long long Cache::printInfo(Cache *this, int a2)
{
long long result; // rax
long long v3; // rbp
unsigned long long v4; // r15
const char *v5; // r8
const char *v6; // r9
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n", *((_DWORD *)this + 12));
printf("Block Size: %d bytes\n"... | printInfo:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,ESI
MOV RBX,RDI
LEA RDI,[0x1064ef]
CALL 0x00103210
MOV ESI,dword ptr [RBX + 0x30]
LEA RDI,[0x106333]
XOR EAX,EAX
CALL 0x00103050
MOV ESI,dword ptr [RBX + 0x34]
LEA RDI,[0x106349]
XOR EAX,EAX
CALL 0x00103050
MOV ESI,dword ptr [RBX + 0x38]
... |
/* Cache::printInfo(bool) */
void __thiscall Cache::printInfo(Cache *this,bool param_1)
{
int8 in_RAX;
long lVar1;
ulong uVar2;
long lVar3;
int7 in_register_00000031;
char *pcVar4;
char *pcVar5;
ulong uVar6;
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n",(ulong)*(ui... | |
13,021 | Cache::printInfo(bool) | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Cache.cpp | void Cache::printInfo(bool verbose) {
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n", this->policy.cacheSize);
printf("Block Size: %d bytes\n", this->policy.blockSize);
printf("Block Num: %d\n", this->policy.blockNum);
printf("Associativiy: %d\n", this->policy.associativity);
... | O2 | cpp | Cache::printInfo(bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %ebp
movq %rdi, %rbx
leaq 0xc54(%rip), %rdi # 0x54db
callq 0x3220
movl 0x30(%rbx), %esi
leaq 0xa89(%rip), %rdi # 0x531f
xorl %eax, %eax
callq 0x3040
movl 0x34(%rbx), %esi
leaq 0xa8e(%rip), %rdi ... | _ZN5Cache9printInfoEb:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, esi
mov rbx, rdi
lea rdi, aCacheInfo; "---------- Cache Info -----------"
call _puts
mov esi, [rbx+30h]
lea rdi, aCacheSizeDByte; "Cache Size: %d bytes\n"
xor eax, eax
call _... | unsigned long long Cache::printInfo(Cache *this, int a2)
{
unsigned long long result; // rax
long long v3; // rbp
unsigned long long i; // r15
long long v5; // rsi
const char *v6; // r8
const char *v7; // r9
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n", *((_DWORD *)this +... | printInfo:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,ESI
MOV RBX,RDI
LEA RDI,[0x1054db]
CALL 0x00103220
MOV ESI,dword ptr [RBX + 0x30]
LEA RDI,[0x10531f]
XOR EAX,EAX
CALL 0x00103040
MOV ESI,dword ptr [RBX + 0x34]
LEA RDI,[0x105335]
XOR EAX,EAX
CALL 0x00103040
MOV ESI,dword ptr [RBX + 0x38]
... |
/* Cache::printInfo(bool) */
void __thiscall Cache::printInfo(Cache *this,bool param_1)
{
long lVar1;
int8 in_RAX;
long lVar2;
int7 in_register_00000031;
char *pcVar3;
char *pcVar4;
ulong uVar5;
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n",(ulong)*(uint *)(this + 0x... | |
13,022 | Cache::printInfo(bool) | EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Cache.cpp | void Cache::printInfo(bool verbose) {
printf("---------- Cache Info -----------\n");
printf("Cache Size: %d bytes\n", this->policy.cacheSize);
printf("Block Size: %d bytes\n", this->policy.blockSize);
printf("Block Num: %d\n", this->policy.blockNum);
printf("Associativiy: %d\n", this->policy.associativity);
... | O3 | cpp | Cache::printInfo(bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %ebp
movq %rdi, %rbx
leaq 0x1908(%rip), %rdi # 0x64ef
callq 0x3210
movl 0x30(%rbx), %esi
leaq 0x173d(%rip), %rdi # 0x6333
xorl %eax, %eax
callq 0x3050
movl 0x34(%rbx), %esi
leaq 0x1742(%rip), %rdi ... | _ZN5Cache9printInfoEb:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, esi
mov rbx, rdi
lea rdi, aCacheInfo; "---------- Cache Info -----------"
call _puts
mov esi, [rbx+30h]
lea rdi, aCacheSizeDByte; "Cache Size: %d bytes\n"
xor eax, eax
call _... | long long Cache::printInfo(Cache *this, int a2)
{
long long result; // rax
long long v3; // rbp
unsigned long long v4; // r15
const char *v5; // r8
const char *v6; // r9
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n", *((_DWORD *)this + 12));
printf("Block Size: %d bytes\n"... | printInfo:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,ESI
MOV RBX,RDI
LEA RDI,[0x1064ef]
CALL 0x00103210
MOV ESI,dword ptr [RBX + 0x30]
LEA RDI,[0x106333]
XOR EAX,EAX
CALL 0x00103050
MOV ESI,dword ptr [RBX + 0x34]
LEA RDI,[0x106349]
XOR EAX,EAX
CALL 0x00103050
MOV ESI,dword ptr [RBX + 0x38]
... |
/* Cache::printInfo(bool) */
void __thiscall Cache::printInfo(Cache *this,bool param_1)
{
int8 in_RAX;
long lVar1;
ulong uVar2;
long lVar3;
int7 in_register_00000031;
char *pcVar4;
char *pcVar5;
ulong uVar6;
puts("---------- Cache Info -----------");
printf("Cache Size: %d bytes\n",(ulong)*(ui... | |
13,023 | GetFPS | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | int GetFPS(void)
{
int fps = 0;
#if !defined(SUPPORT_CUSTOM_FRAME_CONTROL)
#define FPS_CAPTURE_FRAMES_COUNT 30 // 30 captures
#define FPS_AVERAGE_TIME_SECONDS 0.5f // 500 milliseconds
#define FPS_STEP (FPS_AVERAGE_TIME_SECONDS/FPS_CAPTURE_FRAMES_COUNT)
static int index = 0;
stati... | O3 | c | GetFPS:
cvtsd2ss 0xc6cd9(%rip), %xmm1 # 0x13c680
cmpl $0x0, 0xc6cea(%rip) # 0x13c698
jne 0x75a03
xorl %eax, %eax
movl %eax, 0xc6e10(%rip) # 0x13c7c8
movl %eax, 0xc6e0e(%rip) # 0x13c7cc
movl %eax, 0xc6d80(%rip) # 0x13c744
xorps %xmm0, %xmm0
movaps %xmm0, 0xc6d82(%rip) # 0x13c750
movaps %xmm0, 0xc6d... | GetFPS:
cvtsd2ss xmm1, cs:qword_13C680
cmp cs:dword_13C698, 0
jnz short loc_75A03
xor eax, eax
mov cs:GetFPS_average, eax
mov cs:GetFPS_last, eax
mov cs:GetFPS_index, eax
xorps xmm0, xmm0
movaps cs:GetFPS_history, xmm0
movaps cs:xmmword_13C760, xmm0
movaps cs:xmmword_13C770, xmm0
movaps cs... | long long GetFPS(double a1, double a2, double a3, double a4, double a5)
{
long long result; // rax
double v6; // xmm0_8
double v7; // xmm4_8
int v8; // xmm0_4
signed int v9; // eax
float v10; // xmm0_4
int v11; // xmm1_4
double v12; // xmm0_8
float v13; // [rsp+0h] [rbp-4h]
*(float *)&a2 = *(doubl... | GetFPS:
CVTSD2SS XMM1,qword ptr [0x0023c680]
CMP dword ptr [0x0023c698],0x0
JNZ 0x00175a03
XOR EAX,EAX
MOV dword ptr [0x0023c7c8],EAX
MOV dword ptr [0x0023c7cc],EAX
MOV dword ptr [0x0023c744],EAX
XORPS XMM0,XMM0
MOVAPS xmmword ptr [0x0023c750],XMM0
MOVAPS xmmword ptr [0x0023c760],XMM0
MOVAPS xmmword ptr [0x0023c770],XM... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int GetFPS(void)
{
float fVar1;
double dVar2;
int iVar3;
float fVar4;
fVar4 = (float)_DAT_0023c680;
if (DAT_0023c698 == 0) {
GetFPS_average = 0.0;
GetFPS_last = 0.0;
GetFPS_index = 0;
GetFPS_history._0... | |
13,024 | my_end | eloqsql/mysys/my_init.c | void my_end(int infoflag)
{
/*
this code is suboptimal to workaround a bug in
Sun CC: Sun C++ 5.6 2004/06/02 for x86, and should not be
optimized until this compiler is not in use anymore
*/
FILE *info_file= DBUG_FILE;
my_bool print_info= (info_file != stderr);
if (!my_init_done)
return;
/... | O3 | c | my_end:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x260, %rsp # imm = 0x260
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
leaq 0x343477(%rip), %r12 # 0x36cd40
cmpb $0x0, (%r12)
je 0x29a9f
movl %edi, %r14d
movq 0x2cc6f2(%rip), %rax # 0x2f5fd0
movq (%rax), %rbx
testb $0x1,... | my_end:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 260h
mov rax, fs:28h
mov [rbp+var_28], rax
lea r12, my_init_done
cmp byte ptr [r12], 0
jz loc_29A9F
mov r14d, edi
mov rax, cs:stderr_ptr
mov rbx, [rax]
test r14b, 1
jz loc_29974
lea... | unsigned long long my_end(char a1, long long a2, long long a3, long long a4, long long a5, int a6)
{
long long v7; // rbx
long long v8; // rsi
int v9; // r8d
int v10; // ecx
int v11; // edi
long long v13; // [rsp+50h] [rbp-230h] BYREF
long long v14; // [rsp+58h] [rbp-228h]
long long v15; // [rsp+60h] [... | my_end:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
LEA R12,[0x46cd40]
CMP byte ptr [R12],0x0
JZ 0x00129a9f
MOV R14D,EDI
MOV RAX,qword ptr [0x003f5fd0]
MOV RBX,qword ptr [RAX]
TEST R14B,0x1
JZ 0x00129974
LEA RAX,[0x3f63b0]
MOV EAX,dw... |
void my_end(ulong param_1)
{
int8 uVar1;
int iVar2;
long lVar3;
int iVar4;
long in_FS_OFFSET;
rusage local_238 [3];
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
if (my_init_done != '\0') {
uVar1 = *(int8 *)PTR_stderr_003f5fd0;
if ((param_1 & 1) != 0) {
if ((ulong)my_fil... | |
13,025 | 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 | void unget()
{
next_unget = true;
--position.chars_read_total;
// in case we "unget" a newline, we have to also decrement the lines_read
if (position.chars_read_current_line == 0)
{
if (position.lines_read > 0)
{
--position.lines_read... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE5ungetEv:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rax,... | 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... | unget:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RAX
MOV byte ptr [RAX + 0x18],0x1
MOV RCX,qword ptr [RAX + 0x20]
ADD RCX,-0x1
MOV qword ptr [RAX + 0x20],RCX
CMP qword ptr [RAX + 0x28],0x0
JNZ 0x001a7ac9
MOV RAX,qword ptr [RSP + 0x8]
CMP qword ptr [RAX + 0x30],... |
/* 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... | |
13,026 | intx::be::unsafe::store(unsigned char*, intx::uint<256u> const&) | corpus-core[P]colibri-stateless/build_O0/_deps/intx-src/include/intx/intx.hpp | inline void store(uint8_t* dst, const uint256& x) noexcept
{
// Store byte-swapped words in primitive temporaries. This helps with memory aliasing
// and GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107837
// TODO: Use std::byte instead of uint8_t.
const auto v0 = to_big_endian(x[0]);
const ... | O0 | cpp | intx::be::unsafe::store(unsigned char*, intx::uint<256u> const&):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0x61430
movq %rax, %rdi
callq 0x6a5a0
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
movl $0x1, %esi
call... | _ZN4intx2be6unsafe5storeEPhRKNS_4uintILj256EEE:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_10]
xor eax, eax
mov esi, eax
call _ZNK4intx4uintILj256EEixEm; intx::uint<256u>::operator[](ulong)
mov rdi, rax
call _ZN4intx13to_big_e... | _QWORD * intx::be::unsafe::store(_QWORD *a1, long long a2)
{
long long v2; // rax
long long v3; // rax
long long v4; // rax
long long v5; // rax
_QWORD *result; // rax
long long v7; // [rsp+8h] [rbp-28h]
long long v8; // [rsp+10h] [rbp-20h]
long long v9; // [rsp+18h] [rbp-18h]
v2 = intx::uint<256u>::... | store:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x10]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x00161430
MOV RDI,RAX
CALL 0x0016a5a0
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x10]
MOV ESI,0x1
CALL 0x00161430
MOV RDI,RAX
CALL 0x0016a... |
/* intx::be::unsafe::store(unsigned char*, intx::uint<256u> const&) */
void intx::be::unsafe::store(uchar *param_1,uint *param_2)
{
ulong *puVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
ulong uVar5;
puVar1 = (ulong *)uint<256u>::operator[]((uint<256u> *)param_2,0);
uVar2 = to_big_endian<unsigned_lon... | |
13,027 | to_digit | bluesky950520[P]quickjs/quickjs.c | static inline int to_digit(int c)
{
if (c >= '0' && c <= '9')
return c - '0';
else if (c >= 'A' && c <= 'Z')
return c - 'A' + 10;
else if (c >= 'a' && c <= 'z')
return c - 'a' + 10;
else
return 36;
} | O0 | c | to_digit:
movl %edi, -0x8(%rsp)
cmpl $0x30, -0x8(%rsp)
jl 0x6399f
cmpl $0x39, -0x8(%rsp)
jg 0x6399f
movl -0x8(%rsp), %eax
subl $0x30, %eax
movl %eax, -0x4(%rsp)
jmp 0x639e3
cmpl $0x41, -0x8(%rsp)
jl 0x639bd
cmpl $0x5a, -0x8(%rsp)
jg 0x639bd
movl -0x8(%rsp), %eax
subl $0x41, %eax
addl $0xa, %eax
movl %eax, -0x4(%rsp)
jm... | to_digit:
mov [rsp+var_8], edi
cmp [rsp+var_8], 30h ; '0'
jl short loc_6399F
cmp [rsp+var_8], 39h ; '9'
jg short loc_6399F
mov eax, [rsp+var_8]
sub eax, 30h ; '0'
mov [rsp+var_4], eax
jmp short loc_639E3
loc_6399F:
cmp [rsp+var_8], 41h ; 'A'
jl short loc_639BD
cmp [rsp... | long long to_digit(int a1)
{
if ( a1 < 48 || a1 > 57 )
{
if ( a1 < 65 || a1 > 90 )
{
if ( a1 < 97 || a1 > 122 )
return 36;
else
return (unsigned int)(a1 - 97 + 10);
}
else
{
return (unsigned int)(a1 - 65 + 10);
}
}
else
{
return (unsigned int)(a1 ... | to_digit:
MOV dword ptr [RSP + -0x8],EDI
CMP dword ptr [RSP + -0x8],0x30
JL 0x0016399f
CMP dword ptr [RSP + -0x8],0x39
JG 0x0016399f
MOV EAX,dword ptr [RSP + -0x8]
SUB EAX,0x30
MOV dword ptr [RSP + -0x4],EAX
JMP 0x001639e3
LAB_0016399f:
CMP dword ptr [RSP + -0x8],0x41
JL 0x001639bd
CMP dword ptr [RSP + -0x8],0x5a
JG 0x... |
int to_digit(int param_1)
{
int4 local_4;
if ((param_1 < 0x30) || (0x39 < param_1)) {
if ((param_1 < 0x41) || (0x5a < param_1)) {
if ((param_1 < 0x61) || (0x7a < param_1)) {
local_4 = 0x24;
}
else {
local_4 = param_1 + -0x57;
}
}
else {
local_4 = param_... | |
13,028 | mysql_stmt_next_result_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_stmt_next_result_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_stmt_next_result,
(parms->stmt),
parms->stmt->mysql,
int,
r_int)
} | O3 | c | mysql_stmt_next_result_start_internal:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq (%rdi), %rdi
movq 0x38(%rdi), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rbx
callq 0x25264
movl %eax, 0x8(%rbx)
movl $0x0, (%rbx)
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
| mysql_stmt_next_result_start_internal:
push rbp
mov rbp, rsp
push rbx
push rax
mov rdi, [rdi]
mov rax, [rdi+38h]
mov rax, [rax+480h]
mov rbx, [rax+28h]
call mysql_stmt_next_result
mov [rbx+8], eax
mov dword ptr [rbx], 0
add rsp, 8
pop rbx
pop rbp
retn
| long long mysql_stmt_next_result_start_internal(long long *a1)
{
long long v1; // rdi
_DWORD *v2; // rbx
long long result; // rax
v1 = *a1;
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(v1 + 56) + 1152LL) + 40LL);
result = mysql_stmt_next_result(v1);
v2[2] = result;
*v2 = 0;
return result;
}
| mysql_stmt_next_result_start_internal:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RDI,qword ptr [RDI]
MOV RAX,qword ptr [RDI + 0x38]
MOV RAX,qword ptr [RAX + 0x480]
MOV RBX,qword ptr [RAX + 0x28]
CALL 0x00125264
MOV dword ptr [RBX + 0x8],EAX
MOV dword ptr [RBX],0x0
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void mysql_stmt_next_result_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28);
uVar2 = mysql_stmt_next_result();
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
13,029 | 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));
}
... | O1 | 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 R15
... |
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... | ||
13,030 | 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_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
push rbp; char
... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
PUSH RBP
PUSH R14
... |
int8
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_
(in... | ||
13,031 | SchemaConverter::_visit_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string _visit_pattern(const std::string & pattern, const std::string & name) {
if (!(pattern.front() == '^' && pattern.back() == '$')) {
_errors.push_back("Pattern must start with '^' and end with '$'");
return "";
}
std::string sub_pattern = pattern.substr(1, patter... | O2 | cpp | SchemaConverter::_visit_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x138, %rsp # imm = 0x138
movq %rsi, %r14
movq %rdi,... | _ZN15SchemaConverter14_visit_patternERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_:
push r15
push r14
push r12
push rbx
sub rsp, 138h
mov r14, rsi
mov rbx, rdi
mov rax, [rdx]
cmp byte ptr [rax], 5Eh ; '^'
jnz loc_91FDC
mov r15, rcx
mov rcx, [rdx+8]
cmp byte pt... | _QWORD * SchemaConverter::_visit_pattern(_QWORD *a1, long long a2, long long a3, _QWORD *a4)
{
long long v5; // rcx
int v6; // ecx
int v7; // r8d
int v8; // r9d
char v10; // [rsp+Fh] [rbp-149h] BYREF
_QWORD v11[8]; // [rsp+10h] [rbp-148h] BYREF
_BYTE v12[32]; // [rsp+50h] [rbp-108h] BYREF
_BYTE v13[32];... | _visit_pattern:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x138
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDX]
CMP byte ptr [RAX],0x5e
JNZ 0x00191fdc
MOV R15,RCX
MOV RCX,qword ptr [RDX + 0x8]
CMP byte ptr [RAX + RCX*0x1 + -0x1],0x24
JNZ 0x00191fdc
ADD RCX,-0x2
LEA R12,[RSP + 0xe0]
PUSH 0x1
POP RAX
MOV RDI,R12
MOV RS... |
/* SchemaConverter::_visit_pattern(std::__cxx11::string const&, std::__cxx11::string const&) */
string * SchemaConverter::_visit_pattern(string *param_1,string *param_2)
{
int8 *in_RDX;
int1 local_149;
int8 *local_148;
string *local_140;
int1 *local_138;
int8 *local_130;
string *local_128;
_lambda___... | |
13,032 | SchemaConverter::_visit_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string _visit_pattern(const std::string & pattern, const std::string & name) {
if (!(pattern.front() == '^' && pattern.back() == '$')) {
_errors.push_back("Pattern must start with '^' and end with '$'");
return "";
}
std::string sub_pattern = pattern.substr(1, patter... | O3 | cpp | SchemaConverter::_visit_pattern(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x120, %rsp # imm = 0x120
movq %rdx, %rax... | _ZN15SchemaConverter14_visit_patternERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 120h
mov rax, rdx
mov r14, rsi
mov rbx, rdi
mov rdx, [rdx]
cmp byte ptr [rdx], 5Eh ; '^'
jnz loc_C5C52
mov r15, rcx
mov ... | long long SchemaConverter::_visit_pattern(long long a1, long long a2, long long a3, long long *a4)
{
_BYTE *v5; // rdx
long long v7; // rcx
long long **v8; // rax
int v9; // ecx
int v10; // r8d
int v11; // r9d
long long v12; // rax
__int128 *v13; // rcx
long long v14; // rax
_BYTE *v15; // rcx
lo... | _visit_pattern:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x120
MOV RAX,RDX
MOV R14,RSI
MOV RBX,RDI
MOV RDX,qword ptr [RDX]
CMP byte ptr [RDX],0x5e
JNZ 0x001c5c52
MOV R15,RCX
MOV RCX,qword ptr [RAX + 0x8]
CMP byte ptr [RDX + RCX*0x1 + -0x1],0x24
JNZ 0x001c5c52
ADD RCX,-0x2
LEA R12,[RSP + 0x100]
MOV EDX,0x1
M... |
/* SchemaConverter::_visit_pattern(std::__cxx11::string const&, std::__cxx11::string const&) */
string * SchemaConverter::_visit_pattern(string *param_1,string *param_2)
{
int8 uVar1;
long *plVar2;
long in_RCX;
long *plVar3;
int8 *in_RDX;
int1 local_139;
long *local_138;
long local_130;
long local_... | |
13,033 | stbi__skip(stbi__context*, int) | SDL3Lite/dependencies/stb_image.h | static void stbi__skip(stbi__context *s, int n)
{
if (n == 0) return; // already there!
if (n < 0) {
s->img_buffer = s->img_buffer_end;
return;
}
if (s->io.read) {
int blen = (int) (s->img_buffer_end - s->img_buffer);
if (blen < n) {
s->img_buffer = s->img_buffer_end;
... | O0 | c | stbi__skip(stbi__context*, int):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
cmpl $0x0, -0xc(%rbp)
jne 0x31fba
jmp 0x32054
cmpl $0x0, -0xc(%rbp)
jge 0x31fd8
movq -0x8(%rbp), %rax
movq 0xc8(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0xc0(%rax)
jmp 0x32054
movq -0x8(%rbp), %r... | _ZL10stbi__skipP13stbi__contexti:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
cmp [rbp+var_C], 0
jnz short loc_31FBA
jmp loc_32054
loc_31FBA:
cmp [rbp+var_C], 0
jge short loc_31FD8
mov rax, [rbp+var_8]
mov rcx, [rax+0C8h]
mov rax, [rbp+... | long long stbi__skip(long long a1, int a2)
{
long long result; // rax
int v3; // [rsp+0h] [rbp-10h]
if ( a2 )
{
if ( a2 >= 0 )
{
if ( *(_QWORD *)(a1 + 16) && (v3 = *(_QWORD *)(a1 + 200) - *(_QWORD *)(a1 + 192), v3 < a2) )
{
*(_QWORD *)(a1 + 192) = *(_QWORD *)(a1 + 200);
ret... | stbi__skip:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP dword ptr [RBP + -0xc],0x0
JNZ 0x00131fba
JMP 0x00132054
LAB_00131fba:
CMP dword ptr [RBP + -0xc],0x0
JGE 0x00131fd8
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX + 0xc8]
MOV RAX,qword ptr [RBP + -0x8... |
/* stbi__skip(stbi__context*, int) */
void stbi__skip(stbi__context *param_1,int param_2)
{
int iVar1;
if (param_2 != 0) {
if (param_2 < 0) {
*(int8 *)(param_1 + 0xc0) = *(int8 *)(param_1 + 200);
}
else if ((*(long *)(param_1 + 0x10) == 0) ||
(iVar1 = (int)*(int8 *)(param_1 + 200... | |
13,034 | JS_GetPrototype | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetPrototype(JSContext *ctx, JSValue obj)
{
JSValue val;
if (JS_VALUE_GET_TAG(obj) == JS_TAG_OBJECT) {
JSObject *p;
p = JS_VALUE_GET_OBJ(obj);
if (unlikely(p->class_id == JS_CLASS_PROXY)) {
val = js_proxy_getPrototypeOf(ctx, obj);
} else {
p = p... | O1 | c | JS_GetPrototype:
subq $0x18, %rsp
movq %rsi, 0x8(%rsp)
cmpl $-0x1, %edx
jne 0x21cca
movq 0x8(%rsp), %rax
cmpw $0x30, 0x6(%rax)
je 0x21d05
movq 0x18(%rax), %rax
movq 0x38(%rax), %rax
testq %rax, %rax
je 0x21cf2
incl (%rax)
movabsq $-0x100000000, %rcx # imm = 0xFFFFFFFF00000000
andq %rax, %rcx
movq $-0x1, %rdx
jmp 0x... | JS_GetPrototype:
sub rsp, 18h
mov [rsp+18h+var_10], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_21CCA
mov rax, [rsp+18h+var_10]
cmp word ptr [rax+6], 30h ; '0'
jz short loc_21D05
mov rax, [rax+18h]
mov rax, [rax+38h]
test rax, rax
jz short loc_21CF2
inc dword ptr [rax]
mov ... | unsigned long long JS_GetPrototype(long long a1, long long a2, long long a3)
{
long long PrototypePrimitive; // rax
unsigned long long v4; // rcx
unsigned int v5; // edx
if ( (_DWORD)a3 != -1 )
{
PrototypePrimitive = JS_GetPrototypePrimitive(a1, a3);
if ( v5 >= 0xFFFFFFF7 )
++*(_DWORD *)Protot... | JS_GetPrototype:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RSI
CMP EDX,-0x1
JNZ 0x00121cca
MOV RAX,qword ptr [RSP + 0x8]
CMP word ptr [RAX + 0x6],0x30
JZ 0x00121d05
MOV RAX,qword ptr [RAX + 0x18]
MOV RAX,qword ptr [RAX + 0x38]
TEST RAX,RAX
JZ 0x00121cf2
INC dword ptr [RAX]
MOV RCX,-0x100000000
AND RCX,RAX
MOV RDX,-0x1
JMP... |
ulong JS_GetPrototype(int8 param_1,long param_2,int8 param_3)
{
int *piVar1;
ulong uVar2;
int1 auVar3 [12];
if ((int)param_3 == -1) {
if (*(short *)(param_2 + 6) != 0x30) {
piVar1 = *(int **)(*(long *)(param_2 + 0x18) + 0x38);
if (piVar1 == (int *)0x0) {
piVar1 = (int *)0x0;
... | |
13,035 | JS_GetPrototype | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetPrototype(JSContext *ctx, JSValue obj)
{
JSValue val;
if (JS_VALUE_GET_TAG(obj) == JS_TAG_OBJECT) {
JSObject *p;
p = JS_VALUE_GET_OBJ(obj);
if (unlikely(p->class_id == JS_CLASS_PROXY)) {
val = js_proxy_getPrototypeOf(ctx, obj);
} else {
p = p... | O3 | c | JS_GetPrototype:
pushq %rax
cmpl $-0x1, %edx
jne 0x2249c
cmpw $0x30, 0x6(%rsi)
je 0x224cd
movq 0x18(%rsi), %rax
movq 0x38(%rax), %rax
testq %rax, %rax
je 0x224bd
incl (%rax)
movabsq $-0x100000000, %rcx # imm = 0xFFFFFFFF00000000
andq %rax, %rcx
movq $-0x1, %rdx
jmp 0x224c6
movq %rdx, %rsi
callq 0x22666
cmpl $-0x9, ... | JS_GetPrototype:
push rax
cmp edx, 0FFFFFFFFh
jnz short loc_2249C
cmp word ptr [rsi+6], 30h ; '0'
jz short loc_224CD
mov rax, [rsi+18h]
mov rax, [rax+38h]
test rax, rax
jz short loc_224BD
inc dword ptr [rax]
mov rcx, 0FFFFFFFF00000000h
and rcx, rax
mov rdx, 0FFFFFFFFF... | unsigned long long JS_GetPrototype(long long a1, long long a2, long long a3)
{
long long PrototypeOf; // rax
unsigned long long v4; // rcx
unsigned int v5; // edx
if ( (_DWORD)a3 == -1 )
{
if ( *(_WORD *)(a2 + 6) == 48 )
{
PrototypeOf = js_proxy_getPrototypeOf(a1);
v4 = PrototypeOf & 0xF... | JS_GetPrototype:
PUSH RAX
CMP EDX,-0x1
JNZ 0x0012249c
CMP word ptr [RSI + 0x6],0x30
JZ 0x001224cd
MOV RAX,qword ptr [RSI + 0x18]
MOV RAX,qword ptr [RAX + 0x38]
TEST RAX,RAX
JZ 0x001224bd
INC dword ptr [RAX]
MOV RCX,-0x100000000
AND RCX,RAX
MOV RDX,-0x1
JMP 0x001224c6
LAB_0012249c:
MOV RSI,RDX
CALL 0x00122666
CMP EDX,-0... |
ulong JS_GetPrototype(int8 param_1,long param_2,int8 param_3)
{
int *piVar1;
ulong uVar2;
int1 auVar3 [12];
if ((int)param_3 == -1) {
if (*(short *)(param_2 + 6) == 0x30) {
piVar1 = (int *)js_proxy_getPrototypeOf();
uVar2 = (ulong)piVar1 & 0xffffffff00000000;
}
else {
piVar1 =... | |
13,036 | run_prepare_stmt(st_connection*, st_command*, char const*, unsigned long, st_dynamic_string*, st_dynamic_string*) | eloqsql/client/mysqltest.cc | void run_prepare_stmt(struct st_connection *cn, struct st_command *command, const char *query, size_t query_len, DYNAMIC_STRING *ds, DYNAMIC_STRING *ds_warnings)
{
MYSQL *mysql= cn->mysql;
MYSQL_STMT *stmt;
DYNAMIC_STRING ds_prepare_warnings;
DBUG_ENTER("run_prepare_stmt");
DBUG_PRINT("query", ("'%-.60s'", q... | O0 | cpp | run_prepare_stmt(st_connection*, st_command*, char const*, unsigned long, st_dynamic_string*, st_dynamic_string*):
pushq %rbp
movq %rsp, %rbp
subq $0x90, %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 -0x8(%rbp), %rax
movq... | _Z16run_prepare_stmtP13st_connectionP10st_commandPKcmP17st_dynamic_stringS6_:
push rbp
mov rbp, rsp
sub rsp, 90h
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_8]
mov rax, [rax]... | unsigned long long run_prepare_stmt(long long *a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
unsigned long long result; // rax
const char *v7; // rax
int v8; // r9d
const char *v9; // [rsp+8h] [rbp-88h]
unsigned int v10; // [rsp+14h] [rbp-7Ch]
const char *v11; // [rsp+18h] [rb... | run_prepare_stmt:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x... |
/* run_prepare_stmt(st_connection*, st_command*, char const*, unsigned long, st_dynamic_string*,
st_dynamic_string*) */
void run_prepare_stmt(st_connection *param_1,st_command *param_2,char *param_3,ulong param_4,
st_dynamic_string *param_5,st_dynamic_string *param_6)
{
st_command *psVar1;
... | |
13,037 | translog_scanner_eof | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_scanner_eof(TRANSLOG_SCANNER_DATA *scanner)
{
DBUG_ENTER("translog_scanner_eof");
DBUG_ASSERT(LSN_FILE_NO(scanner->page_addr) ==
LSN_FILE_NO(scanner->last_file_page));
DBUG_PRINT("enter", ("curr Page: 0x%lx last page: 0x%lx "
"normal EOF: %d",
... | O0 | c | translog_scanner_eof:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
jmp 0x5d7ca
jmp 0x5d7cc
jmp 0x5d7ce
jmp 0x5d7d0
movq -0x8(%rbp), %rax
movq 0x2000(%rax), %rax
movq -0x8(%rbp), %rcx
cmpq 0x2010(%rcx), %rax
sete %al
andb $0x1, %al
movzbl %al, %eax
movb %al, -0x9(%rbp)
movb -0x9(%rbp), %al
popq %rbp
retq
nopw %cs:(%... | translog_scanner_eof:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
jmp short $+2
loc_5D7CA:
jmp short $+2
loc_5D7CC:
jmp short $+2
loc_5D7CE:
jmp short $+2
loc_5D7D0:
mov rax, [rbp+var_8]
mov rax, [rax+2000h]
mov rcx, [rbp+var_8]
cmp rax, [rcx+2010h]
setz al
and al, 1
mov... | _BOOL8 translog_scanner_eof(long long a1)
{
return *(_QWORD *)(a1 + 0x2000) == *(_QWORD *)(a1 + 8208);
}
| translog_scanner_eof:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
JMP 0x0015d7ca
LAB_0015d7ca:
JMP 0x0015d7cc
LAB_0015d7cc:
JMP 0x0015d7ce
LAB_0015d7ce:
JMP 0x0015d7d0
LAB_0015d7d0:
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x2000]
MOV RCX,qword ptr [RBP + -0x8]
CMP RAX,qword ptr [RCX + 0x2010]
SE... |
bool translog_scanner_eof(long param_1)
{
return *(long *)(param_1 + 0x2000) == *(long *)(param_1 + 0x2010);
}
| |
13,038 | google::protobuf::compiler::cpp::MakeDefaultFieldName[abi:cxx11](google::protobuf::FieldDescriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/helpers.h | inline std::string MakeDefaultFieldName(const FieldDescriptor* field) {
return StrCat("Impl_::", MakeDefaultName(field));
} | O3 | c | google::protobuf::compiler::cpp::MakeDefaultFieldName[abi:cxx11](google::protobuf::FieldDescriptor const*):
pushq %r15
pushq %r14
pushq %rbx
subq $0x130, %rsp # imm = 0x130
movq %rdi, %rbx
leaq 0x101654(%rip), %rax # 0x1c7eab
movq %rax, 0x40(%rsp)
movq $0x7, 0x48(%rsp)
leaq 0x101647(%rip), %rax # 0x1c7... | _ZN6google8protobuf8compiler3cpp20MakeDefaultFieldNameB5cxx11EPKNS0_15FieldDescriptorE:
push r15
push r14
push rbx
sub rsp, 130h
mov rbx, rdi
lea rax, aImpl_1; "Impl_::"
mov [rsp+148h+var_108], rax
mov [rsp+148h+var_100], 7
lea rax, aIGivePermissio; "_i_give_permission_to_break_this_cod... | long long google::protobuf::compiler::cpp::MakeDefaultFieldName[abi:cxx11](long long a1, long long a2)
{
__int128 v3; // [rsp+0h] [rbp-148h] BYREF
char v4; // [rsp+10h] [rbp-138h] BYREF
__int128 v5; // [rsp+20h] [rbp-128h] BYREF
char v6; // [rsp+30h] [rbp-118h] BYREF
const char *v7; // [rsp+40h] [rbp-108h]
... | MakeDefaultFieldName[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x130
MOV RBX,RDI
LEA RAX,[0x2c7eab]
MOV qword ptr [RSP + 0x40],RAX
MOV qword ptr [RSP + 0x48],0x7
LEA RAX,[0x2c7eb3]
LEA R14,[RSP + 0x100]
MOV qword ptr [R14],RAX
MOV qword ptr [R14 + 0x8],0x2e
LEA R15,[RSP + 0x20]
MOV RDI,R15
CALL 0x00135cdf
MOVUPS X... |
/* google::protobuf::compiler::cpp::MakeDefaultFieldName[abi:cxx11](google::protobuf::FieldDescriptor
const*) */
cpp * __thiscall
google::protobuf::compiler::cpp::MakeDefaultFieldName_abi_cxx11_(cpp *this,FieldDescriptor *param_1)
{
int1 *local_148;
int8 uStack_140;
int1 local_138 [16];
int1 *local_128;
... | |
13,039 | mi_kpointer | eloqsql/storage/myisam/mi_search.c | void _mi_kpointer(register MI_INFO *info, register uchar *buff, my_off_t pos)
{
pos/=MI_MIN_KEY_BLOCK_LENGTH;
switch (info->s->base.key_reflength) {
#if SIZEOF_OFF_T > 4
case 7: mi_int7store(buff,pos); break;
case 6: mi_int6store(buff,pos); break;
case 5: mi_int5store(buff,pos); break;
#else
case 7: *buff++... | O0 | c | mi_kpointer:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x18(%rbp), %rax
shrq $0xa, %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movl 0x17c(%rax), %eax
decl %eax
movl %eax, %ecx
movq %rcx, -0x68(%rbp)
subl $0x6, %eax
ja 0x... | _mi_kpointer:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_18]
shr rax, 0Ah
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rax, [rax]
mov eax, [rax+17Ch]
dec eax; switch 7 cases
mov ecx, eax
m... | _BYTE * mi_kpointer(long long a1, _BYTE *a2, unsigned long long a3)
{
_BYTE *result; // rax
unsigned long long v4; // [rsp+58h] [rbp-18h]
v4 = a3 >> 10;
switch ( *(_DWORD *)(*(_QWORD *)a1 + 380LL) )
{
case 1:
result = a2;
*a2 = v4;
break;
case 2:
a2[1] = v4;
result = a2;... | _mi_kpointer:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x18]
SHR RAX,0xa
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX + 0x17c]
DEC EAX
MOV EC... |
void _mi_kpointer(long *param_1,byte *param_2,ulong param_3)
{
byte bVar1;
byte bVar2;
byte bVar3;
byte bVar4;
byte bVar5;
byte bVar6;
ulong uVar7;
uVar7 = param_3 >> 10;
bVar1 = (byte)uVar7;
bVar2 = (byte)(uVar7 >> 8);
bVar3 = (byte)(uVar7 >> 0x10);
bVar4 = (byte)(uVar7 >> 0x18);
bVar5 =... | |
13,040 | MyCTX_nopad::update_source_tail(unsigned char const*, unsigned int) | eloqsql/mysys_ssl/my_crypt.cc | void update_source_tail(const uchar* src, uint slen)
{
if (!slen)
return;
uint new_tail_len= (source_tail_len + slen) % MY_AES_BLOCK_SIZE;
if (new_tail_len)
{
if (slen + source_tail_len < MY_AES_BLOCK_SIZE)
{
memcpy(source_tail + source_tail_len, src, slen);
}
els... | O3 | cpp | MyCTX_nopad::update_source_tail(unsigned char const*, unsigned int):
testl %edx, %edx
je 0xb0c4e
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movl 0xdc(%rdi), %eax
leal (%rax,%rdx), %ecx
movl %ecx, %r14d
andl $0xf, %r14d
je 0xb0c43
leaq 0xf0(%rbx), %rdi
cmpl $0xf, %ecx
ja 0xb0c33
addq %rax, %rdi
mov... | _ZN11MyCTX_nopad18update_source_tailEPKhj:
test edx, edx
jz short locret_B0C4E
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov eax, [rdi+0DCh]
lea ecx, [rax+rdx]
mov r14d, ecx
and r14d, 0Fh
jz short loc_B0C43
lea rdi, [rbx+0F0h]
cmp ecx, 0Fh
ja short l... | void MyCTX_nopad::update_source_tail(MyCTX_nopad *this, const unsigned __int8 *a2, long long a3)
{
long long v4; // rax
unsigned int v5; // r14d
char *v6; // rdi
const unsigned __int8 *v7; // rsi
if ( (_DWORD)a3 )
{
v4 = *((unsigned int *)this + 55);
v5 = ((_BYTE)v4 + (_BYTE)a3) & 0xF;
if ( ((... | update_source_tail:
TEST EDX,EDX
JZ 0x001b0c4e
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV EAX,dword ptr [RDI + 0xdc]
LEA ECX,[RAX + RDX*0x1]
MOV R14D,ECX
AND R14D,0xf
JZ 0x001b0c43
LEA RDI,[RBX + 0xf0]
CMP ECX,0xf
JA 0x001b0c33
ADD RDI,RAX
MOV EDX,EDX
JMP 0x001b0c3e
LAB_001b0c33:
MOV EAX,EDX
ADD RSI,RAX
MOV... |
/* MyCTX_nopad::update_source_tail(unsigned char const*, unsigned int) */
void __thiscall MyCTX_nopad::update_source_tail(MyCTX_nopad *this,uchar *param_1,uint param_2)
{
uint uVar1;
size_t __n;
MyCTX_nopad *__dest;
uint uVar2;
if (param_2 != 0) {
uVar1 = *(uint *)(this + 0xdc) + param_2;
uVar2 ... | |
13,041 | unicode_get_cc | bluesky950520[P]quickjs/libunicode.c | static int unicode_get_cc(uint32_t c)
{
uint32_t code, n, type, cc, c1, b;
int pos;
const uint8_t *p;
pos = get_index_pos(&code, c,
unicode_cc_index, sizeof(unicode_cc_index) / 3);
if (pos < 0)
return 0;
p = unicode_cc_table + pos;
for(;;) {
b = *p++;... | O2 | c | unicode_get_cc:
pushq %rbx
subq $0x10, %rsp
movl %edi, %ebx
leaq 0x10c6c(%rip), %rdx # 0x94440
leaq 0xc(%rsp), %rdi
pushq $0x1d
popq %rcx
movl %ebx, %esi
callq 0x84955
movl %eax, %ecx
xorl %eax, %eax
testl %ecx, %ecx
js 0x83892
movl %ecx, %ecx
leaq 0x10ca8(%rip), %rdx # 0x944a0
addq %rcx, %rdx
movl 0xc(%rsp), %... | unicode_get_cc:
push rbx
sub rsp, 10h
mov ebx, edi
lea rdx, unicode_cc_index
lea rdi, [rsp+18h+var_C]
push 1Dh
pop rcx
mov esi, ebx
call get_index_pos
mov ecx, eax
xor eax, eax
test ecx, ecx
js loc_83892; jumptable 0000000000083879 case 2
mov ecx, ecx
lea rdx, un... | long long unicode_get_cc(unsigned int a1)
{
int index_pos; // ecx
long long result; // rax
_BYTE *v4; // rdx
unsigned int v5; // edi
unsigned int v6; // ecx
unsigned int v7; // esi
unsigned int v8; // edi
_BYTE *v9; // rdx
int v10; // r8d
int v11; // edi
int v12; // r8d
unsigned int v13[3]; // ... | unicode_get_cc:
PUSH RBX
SUB RSP,0x10
MOV EBX,EDI
LEA RDX,[0x194440]
LEA RDI,[RSP + 0xc]
PUSH 0x1d
POP RCX
MOV ESI,EBX
CALL 0x00184955
MOV ECX,EAX
XOR EAX,EAX
TEST ECX,ECX
JS 0x00183892
MOV ECX,ECX
LEA RDX,[0x1944a0]
ADD RDX,RCX
MOV EDI,dword ptr [RSP + 0xc]
LAB_001837ff:
MOV ECX,EDI
MOVZX ESI,byte ptr [RDX]
MOV EDI,ES... |
int8 unicode_get_cc(uint param_1)
{
byte bVar1;
uint uVar2;
int8 uVar3;
byte *pbVar4;
byte *pbVar5;
uint local_c;
uVar2 = get_index_pos(&local_c,param_1,unicode_cc_index,0x1d);
if (-1 < (int)uVar2) {
pbVar4 = unicode_cc_table + uVar2;
do {
bVar1 = *pbVar4;
uVar2 = bVar1 & 0x3f;
... | |
13,042 | js_create_module_var | bluesky950520[P]quickjs/quickjs.c | static JSVarRef *js_create_module_var(JSContext *ctx, BOOL is_lexical)
{
JSVarRef *var_ref;
var_ref = js_malloc(ctx, sizeof(JSVarRef));
if (!var_ref)
return NULL;
var_ref->header.ref_count = 1;
if (is_lexical)
var_ref->value = JS_UNINITIALIZED;
else
var_ref->value = JS_UN... | O1 | c | js_create_module_var:
pushq %rbp
pushq %rbx
pushq %rax
movl %esi, %ebp
movq %rdi, %rbx
pushq $0x30
popq %rsi
callq 0xf082
testq %rax, %rax
je 0x11342
movl $0x1, (%rax)
leaq 0x20(%rax), %rcx
andl $0x0, 0x20(%rax)
cmpl $0x1, %ebp
pushq $0x4
popq %rdx
sbbq $0x0, %rdx
movq %rdx, 0x28(%rax)
movq %rcx, 0x18(%rax)
orb $0x1, 0... | js_create_module_var:
push rbp
push rbx
push rax
mov ebp, esi
mov rbx, rdi
push 30h ; '0'
pop rsi
call js_malloc
test rax, rax
jz short loc_11342
mov dword ptr [rax], 1
lea rcx, [rax+20h]
and dword ptr [rax+20h], 0
cmp ebp, 1
push 4
pop rdx
sbb rdx, 0
mov ... | long long js_create_module_var(long long a1, int a2)
{
long long result; // rax
long long v3; // rcx
long long v4; // rdi
result = js_malloc(a1, 48LL);
if ( !result )
return 0LL;
*(_DWORD *)result = 1;
*(_DWORD *)(result + 32) = 0;
*(_QWORD *)(result + 40) = 4LL - (a2 == 0);
*(_QWORD *)(result +... | js_create_module_var:
PUSH RBP
PUSH RBX
PUSH RAX
MOV EBP,ESI
MOV RBX,RDI
PUSH 0x30
POP RSI
CALL 0x0010f082
TEST RAX,RAX
JZ 0x00111342
MOV dword ptr [RAX],0x1
LEA RCX,[RAX + 0x20]
AND dword ptr [RAX + 0x20],0x0
CMP EBP,0x1
PUSH 0x4
POP RDX
SBB RDX,0x0
MOV qword ptr [RAX + 0x28],RDX
MOV qword ptr [RAX + 0x18],RCX
OR byte... |
int4 * js_create_module_var(long param_1,int param_2)
{
long lVar1;
long lVar2;
int4 *puVar3;
puVar3 = (int4 *)js_malloc(param_1,0x30);
if (puVar3 == (int4 *)0x0) {
puVar3 = (int4 *)0x0;
}
else {
*puVar3 = 1;
puVar3[8] = 0;
*(ulong *)(puVar3 + 10) = 4 - (ulong)(param_2 == 0);
*(in... | |
13,043 | ma_save_pack_length | eloqsql/storage/maria/ma_packrec.c | uint _ma_save_pack_length(uint version, uchar *block_buff, ulong length)
{
if (length < 254)
{
*(uchar*) block_buff= (uchar) length;
return 1;
}
if (length <= 65535)
{
*(uchar*) block_buff=254;
int2store(block_buff+1,(uint) length);
return 3;
}
*(uchar*) block_buff=255;
if (version =... | O0 | c | ma_save_pack_length:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
cmpq $0xfe, -0x18(%rbp)
jae 0x4bd51
movq -0x18(%rbp), %rax
movb %al, %cl
movq -0x10(%rbp), %rax
movb %cl, (%rax)
movl $0x1, -0x4(%rbp)
jmp 0x4bdf0
cmpq $0xffff, -0x18(%rbp) # imm = 0xFFFF
ja 0x4bd85
mo... | _ma_save_pack_length:
push rbp
mov rbp, rsp
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
cmp [rbp+var_18], 0FEh
jnb short loc_4BD51
mov rax, [rbp+var_18]
mov cl, al
mov rax, [rbp+var_10]
mov [rax], cl
mov [rbp+var_4], 1
jmp loc_4BDF0
loc_4BD51:
cmp ... | long long ma_save_pack_length(int a1, long long a2, unsigned long long a3)
{
if ( a3 >= 0xFE )
{
if ( a3 > 0xFFFF )
{
*(_BYTE *)a2 = -1;
if ( a1 == 1 )
{
*(_WORD *)(a2 + 1) = a3;
*(_BYTE *)(a2 + 3) = BYTE2(a3);
return 4;
}
else
{
*(_DWORD ... | _ma_save_pack_length:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
CMP qword ptr [RBP + -0x18],0xfe
JNC 0x0014bd51
MOV RAX,qword ptr [RBP + -0x18]
MOV CL,AL
MOV RAX,qword ptr [RBP + -0x10]
MOV byte ptr [RAX],CL
MOV dword ptr [RBP + -0x4],0x1
JMP 0x0... |
int4 _ma_save_pack_length(int param_1,int1 *param_2,ulong param_3)
{
int4 local_c;
if (param_3 < 0xfe) {
*param_2 = (char)param_3;
local_c = 1;
}
else if (param_3 < 0x10000) {
*param_2 = 0xfe;
*(short *)(param_2 + 1) = (short)param_3;
local_c = 3;
}
else {
*param_2 = 0xff;
i... | |
13,044 | ma_save_pack_length | eloqsql/storage/maria/ma_packrec.c | uint _ma_save_pack_length(uint version, uchar *block_buff, ulong length)
{
if (length < 254)
{
*(uchar*) block_buff= (uchar) length;
return 1;
}
if (length <= 65535)
{
*(uchar*) block_buff=254;
int2store(block_buff+1,(uint) length);
return 3;
}
*(uchar*) block_buff=255;
if (version =... | O3 | c | ma_save_pack_length:
pushq %rbp
movq %rsp, %rbp
cmpq $0xfd, %rdx
ja 0x450cf
movb %dl, (%rsi)
movl $0x1, %eax
jmp 0x45109
cmpq $0xffff, %rdx # imm = 0xFFFF
ja 0x450e6
movb $-0x2, (%rsi)
movw %dx, 0x1(%rsi)
movl $0x3, %eax
jmp 0x45109
movb $-0x1, (%rsi)
cmpl $0x1, %edi
jne 0x45101
movb %dl, 0x1(%rsi)
movb %dh, ... | _ma_save_pack_length:
push rbp
mov rbp, rsp
cmp rdx, 0FDh
ja short loc_450CF
mov [rsi], dl
mov eax, 1
jmp short loc_45109
loc_450CF:
cmp rdx, 0FFFFh
ja short loc_450E6
mov byte ptr [rsi], 0FEh
mov [rsi+1], dx
mov eax, 3
jmp short loc_45109
loc_450E6:
mov byte ptr... | long long ma_save_pack_length(int a1, long long a2, unsigned long long a3)
{
if ( a3 > 0xFD )
{
if ( a3 > 0xFFFF )
{
*(_BYTE *)a2 = -1;
if ( a1 == 1 )
{
*(_WORD *)(a2 + 1) = a3;
*(_BYTE *)(a2 + 3) = BYTE2(a3);
return 4LL;
}
else
{
*(_DWORD... | _ma_save_pack_length:
PUSH RBP
MOV RBP,RSP
CMP RDX,0xfd
JA 0x001450cf
MOV byte ptr [RSI],DL
MOV EAX,0x1
JMP 0x00145109
LAB_001450cf:
CMP RDX,0xffff
JA 0x001450e6
MOV byte ptr [RSI],0xfe
MOV word ptr [RSI + 0x1],DX
MOV EAX,0x3
JMP 0x00145109
LAB_001450e6:
MOV byte ptr [RSI],0xff
CMP EDI,0x1
JNZ 0x00145101
MOV byte ptr [... |
int8 _ma_save_pack_length(int param_1,int1 *param_2,ulong param_3)
{
int8 uVar1;
if (param_3 < 0xfe) {
*param_2 = (char)param_3;
uVar1 = 1;
}
else if (param_3 < 0x10000) {
*param_2 = 0xfe;
*(short *)(param_2 + 1) = (short)param_3;
uVar1 = 3;
}
else {
*param_2 = 0xff;
if (par... | |
13,045 | spdlog::details::mdc_formatter<spdlog::details::null_scoped_padder>::format_mdc(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std:... | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/pattern_formatter-inl.h | void format_mdc(const mdc::mdc_map_t &mdc_map, memory_buf_t &dest) {
auto last_element = --mdc_map.end();
for (auto it = mdc_map.begin(); it != mdc_map.end(); ++it) {
auto &pair = *it;
const auto &key = pair.first;
const auto &value = pair.second;
size_t c... | O0 | c | spdlog::details::mdc_formatter<spdlog::details::null_scoped_padder>::format_mdc(std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std:... | _ZN6spdlog7details13mdc_formatterINS0_18null_scoped_padderEE10format_mdcERKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESA_St4lessISA_ESaISt4pairIKSA_SA_EEERN3fmt3v1019basic_memory_bufferIcLm250ES9_EE:
sub rsp, 0E8h
mov [rsp+0E8h+var_28], rdi
mov [rsp+0E8h+var_30], rsi
mov [rsp+0E8h+var_38... | char spdlog::details::mdc_formatter<spdlog::details::null_scoped_padder>::format_mdc(
long long a1,
long long a2,
_QWORD *a3)
{
char result; // al
long long v4; // [rsp+18h] [rbp-D0h]
char *v5; // [rsp+28h] [rbp-C0h] BYREF
long long v6; // [rsp+30h] [rbp-B8h]
long long v7[2]; // [rsp+... | format_mdc:
SUB RSP,0xe8
MOV qword ptr [RSP + 0xc0],RDI
MOV qword ptr [RSP + 0xb8],RSI
MOV qword ptr [RSP + 0xb0],RDX
MOV RAX,qword ptr [RSP + 0xc0]
MOV qword ptr [RSP + 0x20],RAX
MOV RDI,qword ptr [RSP + 0xb8]
CALL 0x0014cf50
MOV qword ptr [RSP + 0xa0],RAX
LEA RDI,[RSP + 0xa0]
CALL 0x0014cf80
MOV RAX,qword ptr [RAX]
M... |
/* spdlog::details::mdc_formatter<spdlog::details::null_scoped_padder>::format_mdc(std::map<std::__cxx11::string,
std::__cxx11::string, std::less<std::__cxx11::string >,
std::allocator<std::pair<std::__cxx11::string const, std::__cxx11::string > > > const&,
fmt::v10::basic_memory_buffer<char, 250ul, std::allo... | |
13,046 | blst_expand_message_xmd | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/hash_to_field.c | void blst_expand_message_xmd(unsigned char *bytes, size_t len_in_bytes,
const unsigned char *msg, size_t msg_len,
const unsigned char *DST, size_t DST_len)
{
size_t buf_len = (len_in_bytes+31) & ((size_t)0-32);
unsigned char *buf_ptr = bytes;
if (bu... | O0 | c | blst_expand_message_xmd:
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 -0x10(%rbp), %rax
addq $0x1f, %rax
andq $-0x20, %rax
movq %rax, -0x38(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0... | blst_expand_message_xmd:
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_10]
add rax, 1Fh
and rax, 0FFFFFFFFFFFFFFE0h
mov [rbp+var_38],... | long long blst_expand_message_xmd(char *a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
long long result; // rax
char *v8; // rax
char v9; // cl
char *v10; // rax
long long v11; // [rsp+10h] [rbp-50h] BYREF
char *v12; // [rsp+18h] [rbp-48h]
char *v13; // [rsp+20h] [rbp-40h]
... | blst_expand_message_xmd:
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 + -0x10]
ADD RAX,0x1f
AND RAX,-0x20
MOV qword ptr... |
void blst_expand_message_xmd
(int1 *param_1,ulong param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
int1 *puVar1;
ulong uVar2;
int1 *puVar3;
int1 auStack_58 [8];
int1 *local_50;
int1 *local_48;
ulong local_40;
int8 local_38;
int8 local_30;
int8 local_28;... | |
13,047 | my_hash_sort_utf16_nopad | eloqsql/strings/ctype-ucs2.c | static void
my_hash_sort_utf16_nopad(CHARSET_INFO *cs,
const uchar *s, size_t slen,
ulong *nr1, ulong *nr2)
{
my_wc_t wc;
my_charset_conv_mb_wc mb_wc= cs->cset->mb_wc;
int res;
const uchar *e= s + slen;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
register ulon... | O3 | c | my_hash_sort_utf16_nopad:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rcx, -0x40(%rbp)
movq (%rcx), %rbx
movq %r8, -0x48(%rbp)
movq (%r8), %r14
testq %rdx, %rdx
jle 0xc89bd
movq %rdx, %r15
movq %rsi, %r12
movq 0x78(%rdi), %rax
movq %rax, -0x30(%rbp)
movq 0xb8... | my_hash_sort_utf16_nopad:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov [rbp+var_40], rcx
mov rbx, [rcx]
mov [rbp+var_48], r8
mov r14, [r8]
test rdx, rdx
jle loc_C89BD
mov r15, rdx
mov r12, rsi
mov rax, [rdi+78h]
mov ... | _QWORD * my_hash_sort_utf16_nopad(long long a1, unsigned long long a2, long long a3, long long *a4, _QWORD *a5)
{
long long v5; // rbx
long long v6; // r14
unsigned long long v7; // r12
unsigned long long v8; // r15
int v9; // eax
unsigned __int8 v10; // dl
long long v11; // rsi
unsigned long long v12; ... | my_hash_sort_utf16_nopad:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x40],RCX
MOV RBX,qword ptr [RCX]
MOV qword ptr [RBP + -0x48],R8
MOV R14,qword ptr [R8]
TEST RDX,RDX
JLE 0x001c89bd
MOV R15,RDX
MOV R12,RSI
MOV RAX,qword ptr [RDI + 0x78]
MOV qword ptr [RBP + -... |
void my_hash_sort_utf16_nopad(long param_1,ulong param_2,long param_3,ulong *param_4,long *param_5)
{
code *pcVar1;
long lVar2;
uint uVar3;
ulong uVar4;
ulong uVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
ulong local_40;
ulong *local_38;
uVar6 = *param_4;
lVar7 = *param_5;
if (0 < param_3)... | |
13,048 | mi_ft_convert_to_ft2 | eloqsql/storage/myisam/ft_update.c | uint _mi_ft_convert_to_ft2(MI_INFO *info, uint keynr, uchar *key)
{
my_off_t root;
DYNAMIC_ARRAY *da=info->ft1_to_ft2;
MI_KEYDEF *keyinfo=&info->s->ft2_keyinfo;
uchar *key_ptr= (uchar*) dynamic_array_ptr(da, 0), *end;
uint length, key_length;
DBUG_ENTER("_mi_ft_convert_to_ft2");
/* we'll generate one pag... | O0 | c | mi_ft_convert_to_ft2:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x88(%rax), %rax
movq %rax, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
addq $0x1a8, %rax # imm = 0x1A8
movq %rax, -0x38(%rbp)
movq -0x30... | _mi_ft_convert_to_ft2:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax+88h]
mov [rbp+var_30], rax
mov rax, [rbp+var_10]
mov rax, [rax]
add rax, 1A8h
mov [rbp+var_38], rax
mov r... | long long mi_ft_convert_to_ft2(_QWORD *a1, unsigned int a2, unsigned __int8 *a3)
{
int v3; // eax
int v5; // [rsp+0h] [rbp-60h]
unsigned int v6; // [rsp+10h] [rbp-50h]
unsigned int v7; // [rsp+14h] [rbp-4Ch]
unsigned int v8; // [rsp+14h] [rbp-4Ch]
unsigned long long v9; // [rsp+18h] [rbp-48h]
long long v... | _mi_ft_convert_to_ft2:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x88]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
ADD RAX,0x1a8
MO... |
int4 _mi_ft_convert_to_ft2(long *param_1,uint param_2,byte *param_3)
{
long *plVar1;
long lVar2;
void *__src;
long lVar3;
long lVar4;
short sVar5;
int iVar6;
int iVar7;
long lVar8;
uint local_58;
uint local_54;
ulong local_48;
long local_30;
byte *local_28;
uint local_1c;
long *local_1... | |
13,049 | js_cond_wait | bluesky950520[P]quickjs/cutils.c | void js_cond_wait(js_cond_t *cond, js_mutex_t *mutex) {
#if defined(__APPLE__) && defined(__MACH__)
int r;
errno = 0;
r = pthread_cond_wait(cond, mutex);
/* Workaround for a bug in OS X at least up to 13.6
* See https://github.com/libuv/libuv/issues/4165
*/
if (r == EINVAL && errno == EB... | O0 | c | js_cond_wait:
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x10(%rsp), %rdi
movq 0x8(%rsp), %rsi
callq 0xe1f0
cmpl $0x0, %eax
je 0x21067
callq 0xe090
addq $0x18, %rsp
retq
nopl (%rax)
| js_cond_wait:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], rsi
mov rdi, [rsp+18h+var_8]
mov rsi, [rsp+18h+var_10]
call _pthread_cond_wait
cmp eax, 0
jz short loc_21067
call _abort
loc_21067:
add rsp, 18h
retn
| long long js_cond_wait(long long a1, long long a2)
{
long long result; // rax
result = pthread_cond_wait(a1, a2);
if ( (_DWORD)result )
abort();
return result;
}
| js_cond_wait:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RDI,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x8]
CALL 0x0010e1f0
CMP EAX,0x0
JZ 0x00121067
CALL 0x0010e090
LAB_00121067:
ADD RSP,0x18
RET
|
void js_cond_wait(pthread_cond_t *param_1,pthread_mutex_t *param_2)
{
int iVar1;
iVar1 = pthread_cond_wait(param_1,param_2);
if (iVar1 != 0) {
/* WARNING: Subroutine does not return */
abort();
}
return;
}
| |
13,050 | js_cond_wait | bluesky950520[P]quickjs/cutils.c | void js_cond_wait(js_cond_t *cond, js_mutex_t *mutex) {
#if defined(__APPLE__) && defined(__MACH__)
int r;
errno = 0;
r = pthread_cond_wait(cond, mutex);
/* Workaround for a bug in OS X at least up to 13.6
* See https://github.com/libuv/libuv/issues/4165
*/
if (r == EINVAL && errno == EB... | O1 | c | js_cond_wait:
pushq %rax
callq 0xe1f0
testl %eax, %eax
jne 0x1c81b
popq %rax
retq
callq 0xe090
| js_cond_wait:
push rax
call _pthread_cond_wait
test eax, eax
jnz short loc_1C81B
pop rax
retn
loc_1C81B:
call _abort
| void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> js_cond_wait(long long a1)
{
if ( (unsigned int)pthread_cond_wait() )
abort(a1);
}
| |||
13,051 | js_cond_wait | bluesky950520[P]quickjs/cutils.c | void js_cond_wait(js_cond_t *cond, js_mutex_t *mutex) {
#if defined(__APPLE__) && defined(__MACH__)
int r;
errno = 0;
r = pthread_cond_wait(cond, mutex);
/* Workaround for a bug in OS X at least up to 13.6
* See https://github.com/libuv/libuv/issues/4165
*/
if (r == EINVAL && errno == EB... | O2 | c | js_cond_wait:
pushq %rax
callq 0xe200
testl %eax, %eax
jne 0x16e4b
popq %rax
retq
callq 0xe090
| js_cond_wait:
push rax
call _pthread_cond_wait
test eax, eax
jnz short loc_16E4B
pop rax
retn
loc_16E4B:
call _abort
| void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> js_cond_wait(long long a1)
{
if ( (unsigned int)pthread_cond_wait() )
abort(a1);
}
| js_cond_wait:
PUSH RAX
CALL 0x0010e200
TEST EAX,EAX
JNZ 0x00116e4b
POP RAX
RET
LAB_00116e4b:
CALL 0x0010e090
|
int8 js_cond_wait(pthread_cond_t *param_1,pthread_mutex_t *param_2)
{
int iVar1;
int8 in_RAX;
iVar1 = pthread_cond_wait(param_1,param_2);
if (iVar1 == 0) {
return in_RAX;
}
/* WARNING: Subroutine does not return */
abort();
}
| |
13,052 | js_cond_wait | bluesky950520[P]quickjs/cutils.c | void js_cond_wait(js_cond_t *cond, js_mutex_t *mutex) {
#if defined(__APPLE__) && defined(__MACH__)
int r;
errno = 0;
r = pthread_cond_wait(cond, mutex);
/* Workaround for a bug in OS X at least up to 13.6
* See https://github.com/libuv/libuv/issues/4165
*/
if (r == EINVAL && errno == EB... | O3 | c | js_cond_wait:
pushq %rax
callq 0xe1f0
testl %eax, %eax
jne 0x1d119
popq %rax
retq
callq 0xe090
| js_cond_wait:
push rax
call _pthread_cond_wait
test eax, eax
jnz short loc_1D119
pop rax
retn
loc_1D119:
call _abort
| void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> js_cond_wait(long long a1)
{
if ( (unsigned int)pthread_cond_wait() )
abort(a1);
}
| js_cond_wait:
PUSH RAX
CALL 0x0010e1f0
TEST EAX,EAX
JNZ 0x0011d119
POP RAX
RET
LAB_0011d119:
CALL 0x0010e090
|
int8 js_cond_wait(pthread_cond_t *param_1,pthread_mutex_t *param_2)
{
int iVar1;
int8 in_RAX;
iVar1 = pthread_cond_wait(param_1,param_2);
if (iVar1 == 0) {
return in_RAX;
}
/* WARNING: Subroutine does not return */
abort();
}
| |
13,053 | ggml_new_tensor_impl | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_new_tensor_impl(
struct ggml_context * ctx,
enum ggml_type type,
int n_dims,
const int64_t * ne,
struct ggml_tensor * view_src,
size_t view_offs) {
GGML_ASSERT(type >= 0 && type < GGML_TY... | O1 | c | ggml_new_tensor_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r9, (%rsp)
cmpl $0x27, %esi
jae 0x1babd
movl %edx, %r15d
leal -0x1(%r15), %eax
cmpl $0x4, %eax
jae 0x1bad9
movq %rcx, %r14
movl %esi, %ecx
movq %rdi, %r13
testq %r8, %r8
je 0x1b8c6
movq 0xe8(%r8), %r12
testq %... | ggml_new_tensor_impl:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov [rsp+98h+var_98], r9
cmp esi, 27h ; '''
jnb loc_1BABD
mov r15d, edx
lea eax, [r15-1]
cmp eax, 4
jnb loc_1BAD9
mov r14, rcx
mov ecx, esi
mov r13, rdi
test r8, r8
j... | long long ggml_new_tensor_impl(
long long a1,
unsigned int a2,
int a3,
long long *a4,
long long a5,
long long a6,
double a7)
{
long long v9; // r12
unsigned long long v10; // rbx
long long v11; // rbp
long long v12; // rax
long long v13; // rax
long l... | ggml_new_tensor_impl:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RSP],R9
CMP ESI,0x27
JNC 0x0011babd
MOV R15D,EDX
LEA EAX,[R15 + -0x1]
CMP EAX,0x4
JNC 0x0011bad9
MOV R14,RCX
MOV ECX,ESI
MOV R13,RDI
TEST R8,R8
JZ 0x0011b8c6
MOV R12,qword ptr [R8 + 0xe8]
TEST R12,R12
JZ 0x0011b8cb
M... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
long ggml_new_tensor_impl
(long param_1,uint param_2,uint param_3,long param_4,long param_5,long param_6)
{
long lVar1;
long lVar2;
long lVar3;
int8 uVar4;
long lVar5;
ulong uVar6;
long *plVar7;
long l... | |
13,054 | ggml_new_tensor_impl | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_new_tensor_impl(
struct ggml_context * ctx,
enum ggml_type type,
int n_dims,
const int64_t * ne,
struct ggml_tensor * view_src,
size_t view_offs) {
GGML_ASSERT(type >= 0 && type < GGML_TY... | O2 | c | ggml_new_tensor_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
cmpl $0x27, %esi
jae 0x21496
movl %edx, %r13d
leal -0x1(%r13), %eax
cmpl $0x4, %eax
jae 0x214b2
movq %r9, %rbp
movq %rcx, %r14
movl %esi, %ecx
movq %rdi, %r12
testq %r8, %r8
je 0x21280
movq 0xe8(%r8), %rdx
movq %rdx... | ggml_new_tensor_impl:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
cmp esi, 27h ; '''
jnb loc_21496
mov r13d, edx
lea eax, [r13-1]
cmp eax, 4
jnb loc_214B2
mov rbp, r9
mov r14, rcx
mov ecx, esi
mov r12, rdi
test r8, r8
jz short ... | long long ggml_new_tensor_impl(
long long a1,
unsigned int a2,
unsigned int a3,
long long *a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m... | ggml_new_tensor_impl:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
CMP ESI,0x27
JNC 0x00121496
MOV R13D,EDX
LEA EAX,[R13 + -0x1]
CMP EAX,0x4
JNC 0x001214b2
MOV RBP,R9
MOV R14,RCX
MOV ECX,ESI
MOV R12,RDI
TEST R8,R8
JZ 0x00121280
MOV RDX,qword ptr [R8 + 0xe8]
MOV qword ptr [RSP + 0x10],RDX
TEST RDX,... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
long ggml_new_tensor_impl
(long param_1,uint param_2,uint param_3,long param_4,long param_5,long param_6)
{
long lVar1;
long lVar2;
long lVar3;
long lVar4;
int8 uVar5;
long lVar6;
ulong uVar7;
long *pl... | |
13,055 | ggml_new_tensor_impl | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_new_tensor_impl(
struct ggml_context * ctx,
enum ggml_type type,
int n_dims,
const int64_t * ne,
struct ggml_tensor * view_src,
size_t view_offs) {
GGML_ASSERT(type >= 0 && type < GGML_TY... | O3 | c | ggml_new_tensor_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r9, 0x10(%rsp)
cmpl $0x27, %esi
jae 0x1a825
movl %edx, %r13d
leal -0x1(%r13), %eax
cmpl $0x4, %eax
jae 0x1a841
movq %rcx, %r14
movl %esi, %r15d
movq %rdi, %rbx
testq %r8, %r8
je 0x1a5dd
movq 0xe8(%r8), %rax
te... | ggml_new_tensor_impl:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov [rsp+98h+var_88], r9
cmp esi, 27h ; '''
jnb loc_1A825
mov r13d, edx
lea eax, [r13-1]
cmp eax, 4
jnb loc_1A841
mov r14, rcx
mov r15d, esi
mov rbx, rdi
test r8, r8
... | long long ggml_new_tensor_impl(
long long a1,
unsigned int a2,
unsigned int a3,
long long *a4,
long long a5,
long long a6,
double a7)
{
unsigned long long v9; // r12
long long v10; // rbp
long long v11; // rax
unsigned int *v12; // rcx
unsigned long lon... | ggml_new_tensor_impl:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RSP + 0x10],R9
CMP ESI,0x27
JNC 0x0011a825
MOV R13D,EDX
LEA EAX,[R13 + -0x1]
CMP EAX,0x4
JNC 0x0011a841
MOV R14,RCX
MOV R15D,ESI
MOV RBX,RDI
TEST R8,R8
JZ 0x0011a5dd
MOV RAX,qword ptr [R8 + 0xe8]
TEST RAX,RAX
JZ 0x00... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
long ggml_new_tensor_impl
(long param_1,uint param_2,uint param_3,int8 *param_4,long param_5,long param_6
)
{
long lVar1;
long lVar2;
int8 uVar3;
long lVar4;
ulong uVar5;
long *plVar6;
lon... | |
13,056 | unsigned long testing::internal::(anonymous namespace)::ReadProcFileField<unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int) | giladroyz[P]FindPeaks/build_O0/_deps/googletest-src/googletest/src/gtest-port.cc | T ReadProcFileField(const std::string& filename, int field) {
std::string dummy;
std::ifstream file(filename.c_str());
while (field-- > 0) {
file >> dummy;
}
T output = 0;
file >> output;
return output;
} | O0 | cpp | unsigned long testing::internal::(anonymous namespace)::ReadProcFileField<unsigned long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int):
pushq %rbp
movq %rsp, %rbp
subq $0x260, %rsp # imm = 0x260
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
leaq -0x30(%rbp), %rdi
c... | _ZN7testing8internal12_GLOBAL__N_117ReadProcFileFieldImEET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi:
push rbp
mov rbp, rsp
sub rsp, 260h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
lea rdi, [rbp+var_30]
call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev; std::string::... | long long testing::internal::`anonymous namespace'::ReadProcFileField<unsigned long>(long long a1, int a2)
{
long long v2; // rax
int v3; // eax
long long v5; // [rsp+8h] [rbp-258h]
long long v6; // [rsp+10h] [rbp-250h] BYREF
_BYTE v7[520]; // [rsp+28h] [rbp-238h] BYREF
_BYTE v8[36]; // [rsp+230h] [rbp-30h... | ReadProcFileField<unsigned_long>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x260
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
LEA RDI,[RBP + -0x30]
CALL 0x0010a9d0
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x0010a260
MOV RSI,RAX
LAB_0011e977:
LEA RDI,[RBP + -0x238]
MOV EDX,0x8
CALL 0x0010ac90
JMP 0x0011e98a
LAB_0011e98a... |
/* unsigned long testing::internal::(anonymous namespace)::ReadProcFileField<unsigned
long>(std::__cxx11::string const&, int) */
ulong testing::internal::(anonymous_namespace)::ReadProcFileField<unsigned_long>
(string *param_1,int param_2)
{
ulong uVar1;
int8 uVar2;
ulong local_258 [3];
if... | |
13,057 | google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/parse_context.cc | std::pair<const char*, bool> EpsCopyInputStream::DoneFallback(int overrun,
int depth) {
// Did we exceeded the limit (parse error).
if (PROTOBUF_PREDICT_FALSE(overrun > limit_)) return {nullptr, true};
GOOGLE_DCHECK(overrun != limit_); // Guaranteed b... | O3 | cpp | google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movb $0x1, %bl
cmpl %esi, 0x1c(%rdi)
jl 0x20d46
movl %edx, %ebp
movl %esi, %r15d
movq %rdi, %r14
movq %r14, %rdi
movl %r15d, %esi
movl %ebp, %edx
callq 0xfeb4c
testq %rax, %rax
je 0x20d25
movq ... | _ZN6google8protobuf8internal18EpsCopyInputStream12DoneFallbackEii:
push rbp
push r15
push r14
push rbx
push rax
mov bl, 1
cmp [rdi+1Ch], esi
jl short loc_20D46
mov ebp, edx
mov r15d, esi
mov r14, rdi
loc_20CDE:
mov rdi, r14; this
mov esi, r15d; int
mov edx, ebp; int
c... | long long google::protobuf::internal::EpsCopyInputStream::DoneFallback(
google::protobuf::internal::EpsCopyInputStream *this,
int a2,
int a3)
{
int v4; // r15d
long long Buffer; // rax
long long v6; // rdx
int v7; // esi
long long result; // rax
if ( *((_DWORD *)this + 7) < a2 )
... | DoneFallback:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV BL,0x1
CMP dword ptr [RDI + 0x1c],ESI
JL 0x00120d46
MOV EBP,EDX
MOV R15D,ESI
MOV R14,RDI
LAB_00120cde:
MOV RDI,R14
MOV ESI,R15D
MOV EDX,EBP
CALL 0x001feb4c
TEST RAX,RAX
JZ 0x00120d25
MOV RCX,RAX
MOV RDX,qword ptr [R14 + 0x8]
MOV ESI,ECX
SUB ESI,EDX
ADD ESI,... |
/* google::protobuf::internal::EpsCopyInputStream::DoneFallback(int, int) */
int1 [16] __thiscall
google::protobuf::internal::EpsCopyInputStream::DoneFallback
(EpsCopyInputStream *this,int param_1,int param_2)
{
long lVar1;
int iVar2;
int8 unaff_RBX;
ulong uVar3;
uint uVar4;
int1 auVar5 [16];
... | |
13,058 | uf_space_prespace | eloqsql/storage/maria/ma_packrec.c | static void uf_space_prespace(MARIA_COLUMNDEF *rec, MARIA_BIT_BUFF *bit_buff,
uchar *to, uchar *end)
{
uint spaces;
if (get_bit(bit_buff))
bfill(to, (end-to), ' ');
else
{
if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end)
{
bit_buff->error=1;
... | O0 | c | uf_space_prespace:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x4(%rax)
je 0x3b977
movq -0x10(%rbp), %rax
movl (%rax), %eax
movq -0x10(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
movl %ecx... | uf_space_prespace:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_10]
cmp dword ptr [rax+4], 0
jz short loc_3B977
mov rax, [rbp+var_10]
mov eax, [rax]
mov rdx, [rbp+var_10]
mo... | long long uf_space_prespace(long long a1, int *a2, long long a3, _BYTE *a4)
{
int v4; // eax
int v5; // ecx
long long result; // rax
unsigned int v7; // eax
int v8; // ecx
unsigned int bits; // [rsp+8h] [rbp-28h]
if ( a2[1] )
{
v4 = *a2;
v5 = a2[1] - 1;
a2[1] = v5;
if ( ((1 << v5) & v4... | uf_space_prespace:
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 qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x0013b977
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV RDX,... |
void uf_space_prespace(long param_1,uint *param_2,void *param_3,ulong param_4)
{
uint uVar1;
uint local_30;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar1 = *param_2 & 0x80000000;
}
else {
uVar1 = param_2[1];
param_2[1] = uVar1 - 1;
uVar1 = *param_2 & 1 << (... | |
13,059 | my_hash_init2 | eloqsql/mysys/hash.c | my_bool
my_hash_init2(PSI_memory_key psi_key, HASH *hash, uint growth_size,
CHARSET_INFO *charset, ulong size, size_t key_offset,
size_t key_length, my_hash_get_key get_key,
my_hash_function hash_function,
void (*free_element)(void*), uint flags)
{
my_bool res;
... | O0 | c | my_hash_init2:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movl 0x30(%rbp), %eax
movq 0x28(%rbp), %rax
movq 0x20(%rbp), %rax
movq 0x18(%rbp), %rax
movq 0x10(%rbp), %rax
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
jmp 0x2a3c3
movq... | my_hash_init2:
push rbp
mov rbp, rsp
sub rsp, 50h
mov eax, [rbp+arg_20]
mov rax, [rbp+arg_18]
mov rax, [rbp+arg_10]
mov rax, [rbp+arg_8]
mov rax, [rbp+arg_0]
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov... | long long my_hash_init2(
int a1,
long long a2,
int a3,
long long a4,
int a5,
long long a6,
long long a7,
long long a8,
long long ( *a9)(long long a1, long long a2, long long a3),
long long a10,
int a11)
{
int v11; // esi
unsign... | my_hash_init2:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV EAX,dword ptr [RBP + 0x30]
MOV RAX,qword ptr [RBP + 0x28]
MOV RAX,qword ptr [RBP + 0x20]
MOV RAX,qword ptr [RBP + 0x18]
MOV RAX,qword ptr [RBP + 0x10]
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV qword ptr [RBP + ... |
int8
my_hash_init2(int4 param_1,int8 *param_2,int4 param_3,int8 param_4,
int4 param_5,int8 param_6,int8 param_7,int8 param_8,
code *param_9,int8 param_10,uint param_11)
{
int4 uVar1;
int8 uVar2;
code *local_48;
param_2[3] = 0;
*param_2 = param_6;
param_2[1] = param_7;
param_... | |
13,060 | my_mb_wc_gbk | eloqsql/strings/ctype-gbk.c | static int
my_mb_wc_gbk(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int hi;
if (s >= e)
return MY_CS_TOOSMALL;
hi=s[0];
if (hi<0x80)
{
pwc[0]=hi;
return 1;
}
if (s+2>e)
return MY_CS_TOOSMALL2;
if (!IS_MB2_CHAR(hi, s[1]... | O0 | c | my_mb_wc_gbk:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0xa7bbe
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0xa7c99
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
movl %eax,... | my_mb_wc_gbk:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_A7BBE
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_A7C99
loc_A7BBE:
mov rax, [rbp+v... | long long my_mb_wc_gbk(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
int v4; // eax
unsigned int v6; // [rsp+4h] [rbp-2Ch]
if ( (unsigned long long)a3 < a4 )
{
v6 = *a3;
if ( v6 >= 0x80 )
{
if ( (unsigned long long)(a3 + 2) <= a4 )
{
if ( (unsigned __i... | my_mb_wc_gbk:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x001a7bbe
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x001a7c99
LAB_001a7bbe:... |
int4 my_mb_wc_gbk(int8 param_1,long *param_2,byte *param_3,byte *param_4)
{
uint uVar1;
int iVar2;
int4 local_c;
if (param_3 < param_4) {
uVar1 = (uint)*param_3;
if (uVar1 < 0x80) {
*param_2 = (long)(int)uVar1;
local_c = 1;
}
else if (param_4 < param_3 + 2) {
local_c = 0xf... | |
13,061 | google::protobuf::compiler::objectivec::(anonymous namespace)::UnderscoresToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc | std::string UnderscoresToCamelCase(const std::string& input,
bool first_capitalized) {
std::vector<std::string> values;
std::string current;
bool last_char_was_number = false;
bool last_char_was_lower = false;
bool last_char_was_upper = false;
for (int i = 0; i < input.si... | O0 | cpp | google::protobuf::compiler::objectivec::(anonymous namespace)::UnderscoresToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool):
subq $0x108, %rsp # imm = 0x108
movq %rdi, 0x50(%rsp)
movb %dl, %al
movq %rdi, %rcx
movq %rcx, 0x58(%rsp)
movq %rdi, 0x100(%rsp)
... | _ZN6google8protobuf8compiler10objectivec12_GLOBAL__N_122UnderscoresToCamelCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb:
sub rsp, 108h
mov [rsp+108h+var_B8], rdi
mov al, dl
mov rcx, rdi
mov [rsp+108h+var_B0], rcx
mov [rsp+108h+var_8], rdi
mov [rsp+108h+var_10], rsi
and al,... | long long google::protobuf::compiler::objectivec::`anonymous namespace'::UnderscoresToCamelCase(
long long a1,
long long a2,
char a3)
{
char *v3; // rsi
long long v4; // rax
long long v5; // rax
char v7; // [rsp+Fh] [rbp-F9h]
char *v8; // [rsp+10h] [rbp-F8h]
char v9; // [rsp+27h] [r... | UnderscoresToCamelCase:
SUB RSP,0x108
MOV qword ptr [RSP + 0x50],RDI
MOV AL,DL
MOV RCX,RDI
MOV qword ptr [RSP + 0x58],RCX
MOV qword ptr [RSP + 0x100],RDI
MOV qword ptr [RSP + 0xf8],RSI
AND AL,0x1
MOV byte ptr [RSP + 0xf7],AL
LEA RDI,[RSP + 0xd8]
CALL 0x00128f70
LEA RDI,[RSP + 0xb8]
CALL 0x00121390
MOV byte ptr [RSP + 0... |
/* WARNING: Removing unreachable block (ram,0x00183003) */
/* google::protobuf::compiler::objectivec::(anonymous
namespace)::UnderscoresToCamelCase(std::__cxx11::string const&, bool) */
_anonymous_namespace_ * __thiscall
google::protobuf::compiler::objectivec::(anonymous_namespace)::UnderscoresToCamelCase
... | |
13,062 | google::protobuf::compiler::objectivec::(anonymous namespace)::UnderscoresToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc | std::string UnderscoresToCamelCase(const std::string& input,
bool first_capitalized) {
std::vector<std::string> values;
std::string current;
bool last_char_was_number = false;
bool last_char_was_lower = false;
bool last_char_was_upper = false;
for (int i = 0; i < input.si... | O3 | cpp | google::protobuf::compiler::objectivec::(anonymous namespace)::UnderscoresToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
movl %edx, 0x2c(%rsp)
movq %rdi, %rbx
xorps %xmm0, %xmm0
... | _ZN6google8protobuf8compiler10objectivec12_GLOBAL__N_122UnderscoresToCamelCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov [rsp+0A8h+var_7C], edx
mov rbx, rdi
xorps xmm0, xmm0
movaps [rsp+0A8h+var_78], x... | void google::protobuf::compiler::objectivec::`anonymous namespace'::UnderscoresToCamelCase(
char **a1,
_QWORD *a2,
int a3)
{
unsigned long long v4; // rbp
bool v5; // r12
char v6; // al
char v7; // cl
bool v8; // dl
char v9; // r13
char v10; // r15
long long v11; // r13
unsign... | UnderscoresToCamelCase:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV dword ptr [RSP + 0x2c],EDX
MOV RBX,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP + 0x30],XMM0
XOR EAX,EAX
MOV qword ptr [RSP + 0x40],RAX
LEA RCX,[RSP + 0x18]
MOV qword ptr [RCX + -0x10],RCX
MOV qword ptr [RCX + -0x8],RAX
MOV by... |
/* google::protobuf::compiler::objectivec::(anonymous
namespace)::UnderscoresToCamelCase(std::__cxx11::string const&, bool) */
void __thiscall
google::protobuf::compiler::objectivec::(anonymous_namespace)::UnderscoresToCamelCase
(_anonymous_namespace_ *this,string *param_1,bool param_2)
{
char cVar1;
... | |
13,063 | SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(unsigned long) | Depths-CPP/src/camera_depth_estimation.cpp | void clear_except_latest(size_t keep_count) {
std::unique_lock<std::mutex> lock(mutex_);
if (queue_.size() <= keep_count) return;
// Keep only the latest keep_count items
size_t to_remove = queue_.size() - keep_count;
for (size_t i = 0; i < to_remove; i++) {
... | O0 | cpp | SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(unsigned long):
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movq 0x50(%rsp), %rsi
movq %rsi, 0x8(%rsp)
addq $0x50, %rsi
leaq 0x38(%rsp), %rdi
callq 0x3abd0
movq 0x8(%rsp), %rdi
callq 0x3c090
cmpq 0x48(%rsp), %rax
ja 0x3b1b1
movl $0x1, 0x34(%rsp)
... | _ZN9SafeQueueISt10shared_ptrIN2cv3MatEEE19clear_except_latestEm:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov [rsp+58h+var_10], rsi
mov rsi, [rsp+58h+var_8]
mov [rsp+58h+var_50], rsi
add rsi, 50h ; 'P'
lea rdi, [rsp+58h+var_20]
call _ZNSt11unique_lockISt5mutexEC2ERS0_; std::unique_lock<std::... | long long SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(long long a1, unsigned long long a2)
{
unsigned long long v2; // rax
long long v3; // rax
unsigned long long i; // [rsp+20h] [rbp-38h]
unsigned long long v6; // [rsp+28h] [rbp-30h]
_BYTE v7[16]; // [rsp+38h] [rbp-20h] BYREF
unsigned long lo... | clear_except_latest:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
MOV qword ptr [RSP + 0x48],RSI
MOV RSI,qword ptr [RSP + 0x50]
MOV qword ptr [RSP + 0x8],RSI
ADD RSI,0x50
LEA RDI,[RSP + 0x38]
CALL 0x0013abd0
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x0013c090
CMP RAX,qword ptr [RSP + 0x48]
JA 0x0013b1b1
MOV dword ptr [RSP + 0... |
/* SafeQueue<std::shared_ptr<cv::Mat> >::clear_except_latest(unsigned long) */
void __thiscall
SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest
(SafeQueue<std::shared_ptr<cv::Mat>> *this,ulong param_1)
{
ulong uVar1;
long lVar2;
ulong local_38;
unique_lock<std::mutex> local_20 [16];
ulong... | |
13,064 | SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(unsigned long) | Depths-CPP/src/camera_depth_estimation.cpp | void clear_except_latest(size_t keep_count) {
std::unique_lock<std::mutex> lock(mutex_);
if (queue_.size() <= keep_count) return;
// Keep only the latest keep_count items
size_t to_remove = queue_.size() - keep_count;
for (size_t i = 0; i < to_remove; i++) {
... | O3 | cpp | SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(unsigned long):
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x50(%rdi), %rax
movq %rsp, %r15
movq %rax, (%r15)
movb $0x0, 0x8(%r15)
movq %r15, %rdi
callq 0xf128
movb $0x1, 0x8(%r15)
movq 0x48(%rbx), %rax
movq %rax, %rcx
... | _ZN9SafeQueueISt10shared_ptrIN2cv3MatEEE19clear_except_latestEm:
push r15
push r14
push rbx
sub rsp, 10h
mov r14, rsi
mov rbx, rdi
lea rax, [rdi+50h]
mov r15, rsp
mov [r15], rax
mov byte ptr [r15+8], 0
mov rdi, r15
call _ZNSt11unique_lockISt5mutexE4lockEv; std::unique_lock<st... | long long SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest(_QWORD *a1, unsigned long long a2)
{
long long result; // rax
unsigned long long v4; // r15
bool v5; // cc
unsigned long long v6; // r15
unsigned long long v7; // r15
_QWORD *v8; // [rsp+0h] [rbp-28h] BYREF
char v9; // [rsp+8h] [rbp-20h]
... | clear_except_latest:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x50]
MOV R15,RSP
MOV qword ptr [R15],RAX
MOV byte ptr [R15 + 0x8],0x0
MOV RDI,R15
CALL 0x0010f128
MOV byte ptr [R15 + 0x8],0x1
MOV RAX,qword ptr [RBX + 0x48]
MOV RCX,RAX
SUB RCX,qword ptr [RBX + 0x28]
SHR RCX,0x3
CMP RA... |
/* SafeQueue<std::shared_ptr<cv::Mat> >::clear_except_latest(unsigned long) */
void __thiscall
SafeQueue<std::shared_ptr<cv::Mat>>::clear_except_latest
(SafeQueue<std::shared_ptr<cv::Mat>> *this,ulong param_1)
{
ulong uVar1;
long lVar2;
SafeQueue<std::shared_ptr<cv::Mat>> *local_28;
int1 local_20;
... | |
13,065 | inherit_charset_data | eloqsql/mysys/charset.c | static void
inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
{
if (!cs->to_upper)
cs->to_upper= refcs->to_upper;
if (!cs->to_lower)
cs->to_lower= refcs->to_lower;
if (!cs->m_ctype)
cs->m_ctype= refcs->m_ctype;
if (!cs->tab_to_uni)
cs->tab_to_uni= refcs->tab_to_uni;
} | O0 | c | inherit_charset_data:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x50(%rax)
jne 0x72407
movq -0x10(%rbp), %rax
movq 0x50(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x50(%rax)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x48(%rax)
jne 0x72422
movq -0x10(%rbp), %rax
mo... | inherit_charset_data:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
cmp qword ptr [rax+50h], 0
jnz short loc_72407
mov rax, [rbp+var_10]
mov rcx, [rax+50h]
mov rax, [rbp+var_8]
mov [rax+50h], rcx
loc_72407:
mov rax, [rbp+var_8]
cmp ... | _QWORD * inherit_charset_data(_QWORD *a1, _QWORD *a2)
{
_QWORD *result; // rax
if ( !a1[10] )
a1[10] = a2[10];
if ( !a1[9] )
a1[9] = a2[9];
if ( !a1[8] )
a1[8] = a2[8];
result = a1;
if ( !a1[13] )
{
result = a1;
a1[13] = a2[13];
}
return result;
}
| inherit_charset_data:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x50],0x0
JNZ 0x00172407
MOV RAX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RAX + 0x50]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x50],RCX
LAB_00172407... |
void inherit_charset_data(long param_1,long param_2)
{
if (*(long *)(param_1 + 0x50) == 0) {
*(int8 *)(param_1 + 0x50) = *(int8 *)(param_2 + 0x50);
}
if (*(long *)(param_1 + 0x48) == 0) {
*(int8 *)(param_1 + 0x48) = *(int8 *)(param_2 + 0x48);
}
if (*(long *)(param_1 + 0x40) == 0) {
*(int8 *)(par... | |
13,066 | gradient_clamp | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static inline int gradient_clamp(const gradient_data_t* gradient, int ipos)
{
if(gradient->spread == PLUTOVG_SPREAD_METHOD_REPEAT) {
ipos = ipos % COLOR_TABLE_SIZE;
ipos = ipos < 0 ? COLOR_TABLE_SIZE + ipos : ipos;
} else if(gradient->spread == PLUTOVG_SPREAD_METHOD_REFLECT) {
const int ... | O0 | c | gradient_clamp:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq -0x8(%rbp), %rax
cmpl $0x2, 0x18(%rax)
jne 0x89907
movl -0xc(%rbp), %eax
movl $0x400, %ecx # imm = 0x400
cltd
idivl %ecx
movl %edx, -0xc(%rbp)
cmpl $0x0, -0xc(%rbp)
jge 0x898f6
movl -0xc(%rbp), %eax
addl $0x400, %eax ... | gradient_clamp:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov rax, [rbp+var_8]
cmp dword ptr [rax+18h], 2
jnz short loc_89907
mov eax, [rbp+var_C]
mov ecx, 400h
cdq
idiv ecx
mov [rbp+var_C], edx
cmp [rbp+var_C], 0
jge short loc_898F6
mov eax, [... | long long gradient_clamp(long long a1, int a2)
{
int v4; // [rsp+4h] [rbp-18h]
unsigned int v6; // [rsp+10h] [rbp-Ch]
v6 = a2;
if ( *(_DWORD *)(a1 + 24) == 2 )
{
if ( a2 % 1024 >= 0 )
return (unsigned int)(a2 % 1024);
else
return (unsigned int)(a2 % 1024 + 1024);
}
else if ( *(_DWORD... | gradient_clamp:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x18],0x2
JNZ 0x00189907
MOV EAX,dword ptr [RBP + -0xc]
MOV ECX,0x400
CDQ
IDIV ECX
MOV dword ptr [RBP + -0xc],EDX
CMP dword ptr [RBP + -0xc],0x0
JGE 0x001898f6
MOV EAX,d... |
int gradient_clamp(long param_1,int param_2)
{
int local_24;
int local_20;
int local_1c;
int local_14;
if (*(int *)(param_1 + 0x18) == 2) {
local_1c = param_2 % 0x400;
if (local_1c < 0) {
local_1c = local_1c + 0x400;
}
local_14 = local_1c;
}
else if (*(int *)(param_1 + 0x18) == ... | |
13,067 | my_b_write | eloqsql/include/my_sys.h | static inline int my_b_write(IO_CACHE *info, const uchar *Buffer, size_t Count)
{
MEM_CHECK_DEFINED(Buffer, Count);
if (info->write_pos + Count <= info->write_end)
{
if (Count)
{
memcpy(info->write_pos, Buffer, Count);
info->write_pos+= Count;
}
return 0;
}
return _my_b_write(info,... | O0 | c | my_b_write:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x40(%rax), %rax
addq -0x20(%rbp), %rax
movq -0x10(%rbp), %rcx
cmpq 0x48(%rcx), %rax
ja 0xac32f
cmpq $0x0, -0x20(%rbp)
je 0xac326
movq -0x10(%rbp), %rax
movq 0x40(%rax... | my_b_write_1:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax+40h]
add rax, [rbp+var_20]
mov rcx, [rbp+var_10]
cmp rax, [rcx+48h]
ja short loc_AC32F
cmp [rbp+var_20], 0
jz sh... | long long my_b_write_1(long long a1, long long a2, long long a3)
{
if ( (unsigned long long)(a3 + *(_QWORD *)(a1 + 64)) > *(_QWORD *)(a1 + 72) )
{
return (unsigned int)my_b_write(a1, a2, a3);
}
else
{
if ( a3 )
{
memcpy(*(_QWORD *)(a1 + 64), a2, a3);
*(_QWORD *)(a1 + 64) += a3;
}
... | my_b_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x40]
ADD RAX,qword ptr [RBP + -0x20]
MOV RCX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RCX + 0x48]
JA 0x001ac32f
CMP qw... |
int4 my_b_write(long param_1,void *param_2,size_t param_3)
{
int4 local_c;
if (*(ulong *)(param_1 + 0x48) < *(long *)(param_1 + 0x40) + param_3) {
local_c = _my_b_write(param_1,param_2,param_3);
}
else {
if (param_3 != 0) {
memcpy(*(void **)(param_1 + 0x40),param_2,param_3);
*(size_t *)... | |
13,068 | coro::io_scheduler::schedule_operation::await_suspend(std::__n4861::coroutine_handle<void>) | AlayaLite/build_O3/_deps/libcoro-src/include/coro/io_scheduler.hpp | auto await_suspend(std::coroutine_handle<> awaiting_coroutine) noexcept -> void
{
if (m_scheduler.m_opts.execution_strategy == execution_strategy_t::process_tasks_inline)
{
m_scheduler.m_size.fetch_add(1, std::memory_order::release);
{
... | O3 | cpp | coro::io_scheduler::schedule_operation::await_suspend(std::__n4861::coroutine_handle<void>):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, (%rsp)
movq (%rdi), %rax
cmpl $0x1, 0xa0(%rax)
jne 0x462a
movq %rdi, %rbx
lock
incq 0xc0(%rax)
movl $0x138, %r14d # imm = 0x138
addq (%rdi), %r14
movq %r14, %rdi
callq 0x33a... | _ZN4coro12io_scheduler18schedule_operation13await_suspendENSt7__n486116coroutine_handleIvEE:
push r14
push rbx
push rax
mov [rsp+18h+var_18], rsi
mov rax, [rdi]
cmp dword ptr [rax+0A0h], 1
jnz short loc_462A
mov rbx, rdi
lock inc qword ptr [rax+0C0h]
mov r14d, 138h
add r14, [rdi]
mo... | long long coro::io_scheduler::schedule_operation::await_suspend(long long *a1, long long a2)
{
long long v2; // rax
long long v3; // r14
int v4; // eax
long long result; // rax
_QWORD v6[3]; // [rsp+0h] [rbp-18h] BYREF
v6[0] = a2;
v2 = *a1;
if ( *(_DWORD *)(*a1 + 160) != 1 )
return coro::thread_po... | await_suspend:
PUSH R14
PUSH RBX
PUSH RAX
MOV qword ptr [RSP],RSI
MOV RAX,qword ptr [RDI]
CMP dword ptr [RAX + 0xa0],0x1
JNZ 0x0010462a
MOV RBX,RDI
INC.LOCK qword ptr [RAX + 0xc0]
MOV R14D,0x138
ADD R14,qword ptr [RDI]
MOV RDI,R14
CALL 0x001033a0
TEST EAX,EAX
JNZ 0x0010463d
MOV EDI,0x160
ADD RDI,qword ptr [RBX]
LAB_001... |
/* coro::io_scheduler::schedule_operation::await_suspend(std::__n4861::coroutine_handle<void>) */
uint __thiscall
coro::io_scheduler::schedule_operation::await_suspend(schedule_operation *this,int8 param_2)
{
byte bVar1;
long lVar2;
int iVar3;
uint uVar4;
int8 uVar5;
int8 local_18;
lVar2 = *(long *)... | |
13,069 | sp_get_linestring_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_get_linestring_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order, double *mbr)
{
uint n_points;
n_points = uint4korr(*wkb);
(*wkb) += 4;
for (; n_points > 0; --n_points)
{
/* Add next point to mbr */
if (sp_add_point_to_mbr(wkb, end, n_dims, ... | O0 | c | sp_get_linestring_mbr:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
movq %r8, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movl (%rax), %eax
movl %eax, -0x2c(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rcx
add... | sp_get_linestring_mbr:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_1D], al
mov [rbp+var_28], r8
mov rax, [rbp+var_10]
mov rax, [rax]
mov eax, [rax]
mov [rbp+var_2C], eax
mov rax, [rbp+... | long long sp_get_linestring_mbr(_DWORD **a1, long long a2, unsigned int a3, unsigned __int8 a4, long long a5)
{
int i; // [rsp+4h] [rbp-2Ch]
for ( i = *(*a1)++; i; --i )
{
if ( (unsigned int)sp_add_point_to_mbr(a1, a2, a3, a4, a5) )
return (unsigned int)-1;
}
return 0;
}
| sp_get_linestring_mbr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV byte ptr [RBP + -0x1d],AL
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX]
MOV dword ptr [R... |
int4
sp_get_linestring_mbr
(long *param_1,int8 param_2,int4 param_3,int1 param_4,int8 param_5
)
{
int iVar1;
int local_34;
local_34 = *(int *)*param_1;
*param_1 = *param_1 + 4;
while( true ) {
if (local_34 == 0) {
return 0;
}
iVar1 = sp_add_point_to_mbr(param_1,param... | |
13,070 | main | 3fs/build_O3/src/apache-arrow-cpp/cpp/zlib_ep-prefix/src/zlib_ep/test/example.c | int main(argc, argv)
int argc;
char *argv[];
{
Byte *compr, *uncompr;
uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */
uLong uncomprLen = comprLen;
static const char* myVersion = ZLIB_VERSION;
if (zlibVersion()[0] != myVersion[0]) {
fprintf(stderr, "incompatible zli... | O3 | c | main:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r15
movl %edi, %ebp
movq $0x9c40, (%rsp) # imm = 0x9C40
callq 0x21f0
cmpb $0x31, (%rax)
jne 0x3749
callq 0x21f0
leaq 0xb49(%rip), %rsi # 0x4140
movq %rax, %rdi
callq 0x2130
testl %eax, %eax
jne 0x373f
callq 0x2230
leaq 0xce8(%rip), %... | main:
push rbp
push r15
push r14
push rbx
push rax
mov r15, rsi
mov ebp, edi
mov [rsp+28h+var_28], 9C40h
call _zlibVersion
cmp byte ptr [rax], 31h ; '1'
jnz loc_3749
call _zlibVersion
lea rsi, a1213; "1.2.13"
mov rdi, rax
call _strcmp
test eax, eax
jnz loc_373F... | int main(int argc, const char **argv, const char **envp)
{
long long v3; // rdx
long long v4; // rax
long long v5; // rax
long long v6; // rbx
char *v7; // rax
char *v8; // r14
const char *v9; // rdi
long long v11[5]; // [rsp+0h] [rbp-28h] BYREF
v11[0] = 40000LL;
if ( *(_BYTE *)zlibVersion(argc, a... | main:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R15,RSI
MOV EBP,EDI
MOV qword ptr [RSP],0x9c40
CALL 0x001021f0
CMP byte ptr [RAX],0x31
JNZ 0x00103749
CALL 0x001021f0
LEA RSI,[0x104140]
MOV RDI,RAX
CALL 0x00102130
TEST EAX,EAX
JNZ 0x0010373f
LAB_00103607:
CALL 0x00102230
LEA RDI,[0x1042fb]
LEA RSI,[0x104140]
MOV ... |
int8 main(int param_1,long param_2)
{
int iVar1;
char *pcVar2;
int8 uVar3;
void *__ptr;
void *__ptr_00;
int8 local_28;
local_28 = 40000;
pcVar2 = (char *)zlibVersion();
if (*pcVar2 == '1') {
pcVar2 = (char *)zlibVersion();
iVar1 = strcmp(pcVar2,"1.2.13");
if (iVar1 != 0) {
main_... | |
13,071 | mp_print_str | bluesky950520[P]quickjs/libbf.c | void mp_print_str(const char *str, const limb_t *tab, limb_t n)
{
slimb_t i;
printf("%s= 0x", str);
for(i = n - 1; i >= 0; i--) {
if (i != (n - 1))
printf("_");
printf(FMT_LIMB, tab[i]);
}
printf("\n");
} | O1 | c | mp_print_str:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %rsi
leaq 0x1d34e(%rip), %rdi # 0xa1a30
xorl %eax, %eax
callq 0xe280
movq %rbx, %rax
decq %rax
js 0x84730
leaq (%r14,%rbx,8), %r15
addq $-0x8, %r15
leaq 0x1d337(%rip), %r14 # 0xa1a37
xorl %r13d, %r13d... | mp_print_str:
push r15
push r14
push r13
push r12
push rbx
mov rbx, rdx
mov r14, rsi
mov rsi, rdi
lea rdi, aS0x; "%s= 0x"
xor eax, eax
call _printf
mov rax, rbx
dec rax
js short loc_84730
lea r15, [r14+rbx*8]
add r15, 0FFFFFFFFFFFFFFF8h
lea r14, a016lx; "%0... | long long mp_print_str(const char *a1, long long a2, long long a3)
{
long long v4; // r13
long long v5; // r12
printf("%s= 0x", a1);
if ( a3 - 1 >= 0 )
{
v4 = 0LL;
v5 = 0LL;
do
{
if ( v5-- != 0 )
putchar(95LL);
printf("%016lx", *(_QWORD *)(a2 + 8 * a3 - 8 + 8 * v4));
... | mp_print_str:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14,RSI
MOV RSI,RDI
LEA RDI,[0x1a1a30]
XOR EAX,EAX
CALL 0x0010e280
MOV RAX,RBX
DEC RAX
JS 0x00184730
LEA R15,[R14 + RBX*0x8]
ADD R15,-0x8
LEA R14,[0x1a1a37]
XOR R13D,R13D
XOR R12D,R12D
LAB_00184706:
SUB R12,0x1
JC 0x00184716
MOV EDI,0x5f
CALL 0x... |
void mp_print_str(int8 param_1,long param_2,long param_3)
{
long lVar1;
long lVar2;
printf("%s= 0x",param_1);
if (-1 < param_3 + -1) {
lVar2 = 0;
do {
lVar1 = lVar2 + -1;
if (lVar2 != 0) {
putchar(0x5f);
}
printf("%016lx",*(int8 *)(param_2 + param_3 * 8 + -8 + lVar2 ... | |
13,072 | mp_print_str | bluesky950520[P]quickjs/libbf.c | void mp_print_str(const char *str, const limb_t *tab, limb_t n)
{
slimb_t i;
printf("%s= 0x", str);
for(i = n - 1; i >= 0; i--) {
if (i != (n - 1))
printf("_");
printf(FMT_LIMB, tab[i]);
}
printf("\n");
} | O3 | c | mp_print_str:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %rsi
leaq 0x1d8f0(%rip), %rdi # 0xa49e0
xorl %eax, %eax
callq 0xe280
movq %rbx, %rax
decq %rax
js 0x8713e
leaq (%r14,%rbx,8), %r15
addq $-0x8, %r15
leaq 0x1d8d9(%rip), %r14 # 0xa49e7
xorl %r13d, %r13d... | mp_print_str:
push r15
push r14
push r13
push r12
push rbx
mov rbx, rdx
mov r14, rsi
mov rsi, rdi
lea rdi, aS0x; "%s= 0x"
xor eax, eax
call _printf
mov rax, rbx
dec rax
js short loc_8713E
lea r15, [r14+rbx*8]
add r15, 0FFFFFFFFFFFFFFF8h
lea r14, a016lx; "%0... | long long mp_print_str(const char *a1, long long a2, long long a3)
{
long long v4; // r13
long long v5; // r12
printf("%s= 0x", a1);
if ( a3 - 1 >= 0 )
{
v4 = 0LL;
v5 = 0LL;
do
{
if ( v5-- != 0 )
putchar(95LL);
printf("%016lx", *(_QWORD *)(a2 + 8 * a3 - 8 + 8 * v4));
... | mp_print_str:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14,RSI
MOV RSI,RDI
LEA RDI,[0x1a49e0]
XOR EAX,EAX
CALL 0x0010e280
MOV RAX,RBX
DEC RAX
JS 0x0018713e
LEA R15,[R14 + RBX*0x8]
ADD R15,-0x8
LEA R14,[0x1a49e7]
XOR R13D,R13D
XOR R12D,R12D
LAB_00187114:
SUB R12,0x1
JC 0x00187124
MOV EDI,0x5f
CALL 0x... |
void mp_print_str(int8 param_1,long param_2,long param_3)
{
long lVar1;
long lVar2;
printf("%s= 0x",param_1);
if (-1 < param_3 + -1) {
lVar2 = 0;
do {
lVar1 = lVar2 + -1;
if (lVar2 != 0) {
putchar(0x5f);
}
printf("%016lx",*(int8 *)(param_2 + param_3 * 8 + -8 + lVar2 ... | |
13,073 | ankerl::nanobench::detail::fmt::to_s[abi:cxx11](unsigned long) | BadAccessGuards/build_O3/_deps/nanobench-src/src/include/nanobench.h | std::string to_s(uint64_t n) {
std::string str;
do {
str += static_cast<char>('0' + static_cast<char>(n % 10));
n /= 10;
} while (n != 0);
std::reverse(str.begin(), str.end());
return str;
} | O3 | c | ankerl::nanobench::detail::fmt::to_s[abi:cxx11](unsigned long):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %r12
movq %r12, (%rdi)
movq $0x0, 0x8(%rdi)
movb $0x0, 0x10(%rdi)
movabsq $-0x3333333333333333, %r13 # imm = 0xCCCCCCCCCCCCCCCD
movq %r14, %rax
mulq %r1... | _ZN6ankerl9nanobench6detail3fmt4to_sB5cxx11Em:
push r15
push r14
push r13
push r12
push rbx
mov r14, rsi
mov rbx, rdi
lea r12, [rdi+10h]
mov [rdi], r12
mov qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
mov r13, 0CCCCCCCCCCCCCCCDh
loc_78C4:
mov rax, r14
mul r13
mov ... | long long ankerl::nanobench::detail::fmt::to_s[abi:cxx11](long long a1, unsigned long long a2)
{
bool v3; // cc
long long v4; // rcx
bool v5; // dl
_BYTE *v6; // rcx
unsigned long long v7; // rax
char v8; // dl
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
do
{
... | to_s[abi:cxx11]:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,RSI
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV R13,-0x3333333333333333
LAB_001078c4:
MOV RAX,R14
MUL R13
MOV R15,RDX
SHR R15,0x3
LEA EAX,[R15 + R15*0x1]
LEA EAX,[RAX + RAX*... |
/* ankerl::nanobench::detail::fmt::to_s[abi:cxx11](unsigned long) */
fmt * __thiscall ankerl::nanobench::detail::fmt::to_s_abi_cxx11_(fmt *this,ulong param_1)
{
int1 uVar1;
int1 *puVar2;
bool bVar3;
int1 *puVar4;
int1 *puVar5;
*(fmt **)this = this + 0x10;
*(int8 *)(this + 8) = 0;
this[0x10] = (fmt... | |
13,074 | ggml_opt_fit | monkey531[P]llama/ggml/src/ggml-opt.cpp | void ggml_opt_fit(
ggml_backend_sched_t backend_sched,
ggml_context * ctx_compute,
ggml_tensor * inputs,
ggml_tensor * outputs,
ggml_opt_dataset_t dataset,
enum ggml_opt_loss_type loss_ty... | O2 | cpp | ggml_opt_fit:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movss %xmm0, 0x4c(%rsp)
movl %r9d, 0x48(%rsp)
movq %r8, %rbx
movq %rcx, 0x60(%rsp)
movq %rdx, %r13
movq %rsi, 0x58(%rsp)
movq %rdi, %r15
movq 0xf0(%rsp), %rbp
callq 0x1c420
callq 0x1e950
movq %rax, %rsi
movq 0x10(%rbx), %ra... | ggml_opt_fit:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
movss [rsp+0D8h+var_8C], xmm0
mov [rsp+0D8h+var_90], r9d
mov rbx, r8
mov [rsp+0D8h+var_78], rcx
mov r13, rdx
mov [rsp+0D8h+var_80], rsi
mov r15, rdi
mov rbp, [rsp+0D8h+arg_10]
call _g... | long long ggml_opt_fit(
long long a1,
long long a2,
long long a3,
long long a4,
_QWORD *a5,
unsigned int a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
double a11,
double a12,
__m128 a13,
__m128 a14,
... | ggml_opt_fit:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOVSS dword ptr [RSP + 0x4c],XMM0
MOV dword ptr [RSP + 0x48],R9D
MOV RBX,R8
MOV qword ptr [RSP + 0x60],RCX
MOV R13,RDX
MOV qword ptr [RSP + 0x58],RSI
MOV R15,RDI
MOV RBP,qword ptr [RSP + 0xf0]
CALL 0x0011c420
CALL 0x0011e950
MOV RSI,RAX
MO... |
void ggml_opt_fit(float param_1,int8 param_2,int8 param_3,long param_4,
int8 param_5,long param_6,int4 param_7,int8 param_8,long param_9,
long param_10,char param_11)
{
long lVar1;
long lVar2;
int8 uVar3;
int8 uVar4;
int8 uVar5;
char *pcVar6;
long lVar7;
float fVar8;
... | |
13,075 | init_slave_io_cache | eloqsql/mysys/mf_iocache.c | int init_slave_io_cache(IO_CACHE *master, IO_CACHE *slave)
{
uchar *slave_buf;
DBUG_ASSERT(master->type == READ_CACHE);
DBUG_ASSERT(!master->share);
DBUG_ASSERT(master->alloced_buffer);
if (!(slave_buf= (uchar*)my_malloc(PSI_INSTRUMENT_ME, master->alloced_buffer, MYF(0))))
{
return 1;
}
memcpy(slav... | O3 | c | init_slave_io_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq 0x100(%rdi), %rsi
xorl %edi, %edi
xorl %edx, %edx
callq 0x9fd89
testq %rax, %rax
je 0x95269
movq %rax, %r15
movl $0x108, %edx # imm = 0x108
movq %rbx, %rdi
movq %r14, %rsi
callq 0x... | init_slave_io_cache:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rsi, [rdi+100h]
xor edi, edi
xor edx, edx
call my_malloc
test rax, rax
jz short loc_95269
mov r15, rax
mov edx, 108h
mov rdi, rbx
mov rsi, r14
ca... | long long init_slave_io_cache(_QWORD *a1, _QWORD *a2)
{
long long v2; // rax
long long v3; // r15
long long v4; // rax
_QWORD *v5; // rax
_QWORD *v6; // rcx
v2 = my_malloc(0LL, a1[32], 0LL);
if ( !v2 )
return 1LL;
v3 = v2;
memcpy(a2, a1, 264LL);
a2[4] = v3;
memcpy(v3, a1[4], a1[32]);
v4 = ... | init_slave_io_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RSI,qword ptr [RDI + 0x100]
XOR EDI,EDI
XOR EDX,EDX
CALL 0x0019fd89
TEST RAX,RAX
JZ 0x00195269
MOV R15,RAX
MOV EDX,0x108
MOV RDI,RBX
MOV RSI,R14
CALL 0x00129080
MOV qword ptr [RBX + 0x20],R15
MOV RSI,qword ptr [R14... |
int8 init_slave_io_cache(void *param_1,void *param_2)
{
void *pvVar1;
void *pvVar2;
int8 uVar3;
pvVar1 = (void *)my_malloc(0,*(int8 *)((long)param_1 + 0x100),0);
if (pvVar1 == (void *)0x0) {
uVar3 = 1;
}
else {
memcpy(param_2,param_1,0x108);
*(void **)((long)param_2 + 0x20) = pvVar1;
... | |
13,076 | help | bluesky950520[P]quickjs/qjsc.c | void help(void)
{
printf("QuickJS-ng Compiler version %s\n"
"usage: " PROG_NAME " [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() and bytecode in a C file\n"
"-o output set... | O0 | c | help:
pushq %rax
callq 0x215e0
movq %rax, %rsi
leaq 0xf9fac(%rip), %rdi # 0x1092fc
movl $0x100000, %edx # imm = 0x100000
movb $0x0, %al
callq 0xe280
movl $0x1, %edi
callq 0xe8b0
nopw %cs:(%rax,%rax)
| help:
push rax
call JS_GetVersion
mov rsi, rax
lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "...
mov edx, 100000h
mov al, 0
call _printf
mov edi, 1
call _exit
| void __noreturn help(long long a1)
{
const char *Version; // rax
Version = (const char *)JS_GetVersion(a1);
printf(
"QuickJS-ng Compiler version %s\n"
"usage: qjsc [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() ... | help:
PUSH RAX
CALL 0x001215e0
MOV RSI,RAX
LEA RDI,[0x2092fc]
MOV EDX,0x100000
MOV AL,0x0
CALL 0x0010e280
MOV EDI,0x1
CALL 0x0010e8b0
|
void help(void)
{
int8 uVar1;
uVar1 = JS_GetVersion();
printf("QuickJS-ng Compiler version %s\nusage: qjsc [options] [files]\n\noptions are:\n-b output raw bytecode instead of C code\n-e output main() and bytecode in a C file\n-o output set the output filename\n-n script_name set the s... | |
13,077 | help | bluesky950520[P]quickjs/qjsc.c | void help(void)
{
printf("QuickJS-ng Compiler version %s\n"
"usage: " PROG_NAME " [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() and bytecode in a C file\n"
"-o output set... | O1 | c | help:
pushq %rax
callq 0x1c994
leaq 0x87270(%rip), %rdi # 0x9b27c
movq %rax, %rsi
movl $0x100000, %edx # imm = 0x100000
xorl %eax, %eax
callq 0xe280
movl $0x1, %edi
callq 0xe8c0
| help:
push rax
call JS_GetVersion
lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "...
mov rsi, rax
mov edx, 100000h
xor eax, eax
call _printf
mov edi, 1
call _exit
| void __noreturn help(long long a1)
{
const char *Version; // rax
Version = (const char *)JS_GetVersion(a1);
printf(
"QuickJS-ng Compiler version %s\n"
"usage: qjsc [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() ... | |||
13,078 | help | bluesky950520[P]quickjs/qjsc.c | void help(void)
{
printf("QuickJS-ng Compiler version %s\n"
"usage: " PROG_NAME " [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() and bytecode in a C file\n"
"-o output set... | O2 | c | help:
pushq %rax
callq 0x16f94
leaq 0x7325e(%rip), %rdi # 0x8227c
movq %rax, %rsi
movl $0x100000, %edx # imm = 0x100000
xorl %eax, %eax
callq 0xe290
pushq $0x1
popq %rdi
callq 0xe8e0
| help:
push rax
call JS_GetVersion
lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "...
mov rsi, rax
mov edx, 100000h
xor eax, eax
call _printf
push 1
pop rdi
call _exit
| void __noreturn help(long long a1)
{
const char *Version; // rax
Version = (const char *)JS_GetVersion(a1);
printf(
"QuickJS-ng Compiler version %s\n"
"usage: qjsc [options] [files]\n"
"\n"
"options are:\n"
"-b output raw bytecode instead of C code\n"
"-e output main() ... | help:
PUSH RAX
CALL 0x00116f94
LEA RDI,[0x18227c]
MOV RSI,RAX
MOV EDX,0x100000
XOR EAX,EAX
CALL 0x0010e290
PUSH 0x1
POP RDI
CALL 0x0010e8e0
|
void help(void)
{
int8 uVar1;
uVar1 = JS_GetVersion();
printf("QuickJS-ng Compiler version %s\nusage: qjsc [options] [files]\n\noptions are:\n-b output raw bytecode instead of C code\n-e output main() and bytecode in a C file\n-o output set the output filename\n-n script_name set the s... | |
13,079 | ImPlot3D::PixelsToPlotPlane(ImVec2 const&, int, bool) | zkingston[P]unknot/build_O1/_deps/implot3d-src/implot3d.cpp | ImPlot3DPoint PixelsToPlotPlane(const ImVec2& pix, ImPlane3D plane, bool mask) {
ImPlot3DContext& gp = *GImPlot3D;
IM_ASSERT_USER_ERROR(gp.CurrentPlot != nullptr, "PixelsToPlotPlane() needs to be called between BeginPlot() and EndPlot()!");
ImPlot3DPlot& plot = *gp.CurrentPlot;
ImPlot3DRay ray = Pixels... | O1 | cpp | ImPlot3D::PixelsToPlotPlane(ImVec2 const&, int, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movl %edx, %ebp
movl %esi, %ebx
movq %rdi, %r14
movq 0x2eac93(%rip), %r15 # 0x336c98
cmpq $0x0, 0x28(%r15)
jne 0x4c018
leaq 0x24924c(%rip), %rdi # 0x29525f
callq 0x2161f4
movq 0x28(%r15), %r15
leaq ... | _ZN8ImPlot3D17PixelsToPlotPlaneERK6ImVec2ib:
push rbp
push r15
push r14
push rbx
sub rsp, 38h
mov ebp, edx
mov ebx, esi
mov r14, rdi
mov r15, cs:_ZN8ImPlot3D9GImPlot3DE; ImPlot3D::GImPlot3D
cmp qword ptr [r15+28h], 0
jnz short loc_4C018
lea rdi, aPixelstoplotpl; "PixelsToPlot... | long long ImPlot3D::PixelsToPlotPlane(long long a1, const char *a2, char a3)
{
ImGui *v4; // r15
long long v5; // r15
int *v6; // r8
long long result; // rax
__m128 v8; // xmm1
float v9; // xmm1_4
__m128 v10; // xmm0
float v11; // xmm2_4
float v12; // xmm1_4
__m128 v13; // xmm3
float v14; // xmm4... | PixelsToPlotPlane:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV EBP,EDX
MOV EBX,ESI
MOV R14,RDI
MOV R15,qword ptr [0x00436c98]
CMP qword ptr [R15 + 0x28],0x0
JNZ 0x0014c018
LEA RDI,[0x39525f]
CALL 0x003161f4
LAB_0014c018:
MOV R15,qword ptr [R15 + 0x28]
LEA RDI,[RSP + 0x20]
MOV RSI,R14
CALL 0x0015194f
LEA RSI,[R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* ImPlot3D::PixelsToPlotPlane(ImVec2 const&, int, bool) */
int8 ImPlot3D::PixelsToPlotPlane(ImVec2 *param_1,int param_2,bool param_3)
{
long lVar1;
int8 uVar2;
float fVar3;
float fVar4;
float fVar5;
bool local_4b [3];
... | |
13,080 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::get_cached_power_for_binary_exponent(int) | monkey531[P]llama/common/json.hpp | inline cached_power get_cached_power_for_binary_exponent(int e)
{
// Now
//
// alpha <= e_c + e + q <= gamma (1)
// ==> f_c * 2^alpha <= c * 2^e * 2^q
//
// and since the c's are normalized, 2^(q-1) <= f_c,
//
// ==> 2^(q - 1 + alpha) <= ... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::get_cached_power_for_binary_exponent(int):
pushq %rax
cmpl $0xfffffa23, %edi # imm = 0xFFFFFA23
jle 0xbaafc
cmpl $0x5dd, %edi # imm = 0x5DD
jge 0xbab1b
xorl %eax, %eax
movl %edi, %ecx
subl $-0x3d, %ecx
setl %al
negl %ecx
imull $0x13441, %ecx, %ecx # imm... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl36get_cached_power_for_binary_exponentEi:
push rax
cmp edi, 0FFFFFA23h
jle loc_BAAFC
cmp edi, 5DDh
jge loc_BAB1B
xor eax, eax
mov ecx, edi
sub ecx, 0FFFFFFC3h
setl al
neg ecx
imul ecx, 13441h
lea edx, [rcx+3FFFFh]
test ecx, e... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::get_cached_power_for_binary_exponent(
nlohmann::json_abi_v3_11_3::detail::dtoa_impl *this)
{
int v1; // eax
__int16 v2; // cx
__int16 v3; // ax
unsigned int v4; // eax
long long v5; // rax
int v6; // edi
long long v8; // rsi
if ( (int)th... | get_cached_power_for_binary_exponent:
PUSH RAX
CMP EDI,0xfffffa23
JLE 0x001baafc
CMP EDI,0x5dd
JGE 0x001bab1b
XOR EAX,EAX
MOV ECX,EDI
SUB ECX,-0x3d
SETL AL
NEG ECX
IMUL ECX,ECX,0x13441
LEA EDX,[RCX + 0x3ffff]
TEST ECX,ECX
CMOVNS EDX,ECX
SAR EDX,0x12
ADD EAX,EDX
CMP EAX,0xfffffec5
JLE 0x001bab37
LEA ECX,[RAX + 0x133]
AD... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::get_cached_power_for_binary_exponent(int) */
int8
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::get_cached_power_for_binary_exponent(int param_1)
{
short sVar1;
int iVar2;
ulong uVar3;
short sVar4;
int iVar5;
char *pcVar6;
int8 uVar7;
if (param_1 ... | |
13,081 | int OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>(std::vector<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor, std::allocator<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>>&, int, int, int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/surfaceTableFactory.cpp | inline int
setNoLimit(std::vector<descriptor_type>& descriptors, Index surfIndex, int n, int regFaceSize) {
// holes & other faces that do not render still get a set of 'no limit' descriptors to maintain
// primtive ordering ; same indexing as ptex, where irregular sized faces require 'n' descriptors
if (n ... | O0 | cpp | int OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>(std::vector<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor, std::allocator<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>>&, int, int, int):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(... | _ZN10OpenSubdiv6v3_6_03Tmr10setNoLimitINS1_23LinearSurfaceDescriptorEEEiRSt6vectorIT_SaIS5_EEiii:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_1C], ecx
mov eax, [rbp+var_18]
cmp eax, [rbp+var_1C]
jnz short loc_1E... | long long OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>(
long long a1,
int a2,
unsigned int a3,
int a4)
{
OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor *v4; // rax
OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor *v5; // rax
int i; // [rs... | |||
13,082 | int OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>(std::vector<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor, std::allocator<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>>&, int, int, int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/tmr/surfaceTableFactory.cpp | inline int
setNoLimit(std::vector<descriptor_type>& descriptors, Index surfIndex, int n, int regFaceSize) {
// holes & other faces that do not render still get a set of 'no limit' descriptors to maintain
// primtive ordering ; same indexing as ptex, where irregular sized faces require 'n' descriptors
if (n ... | O2 | cpp | int OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>(std::vector<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor, std::allocator<OpenSubdiv::v3_6_0::Tmr::LinearSurfaceDescriptor>>&, int, int, int):
cmpl %ecx, %edx
jne 0xb844b
movslq %esi, %rax
movq (%rdi), %rcx
movabsq $-0x10000000... | _ZN10OpenSubdiv6v3_6_03Tmr10setNoLimitINS1_17SurfaceDescriptorEEEiRSt6vectorIT_SaIS5_EEiii:
cmp edx, ecx
jnz short loc_B844B
movsxd rax, esi
mov rcx, [rdi]
mov rdx, 0FFFFFFFF00000000h
mov [rcx+rax*8], rdx
push 1
pop rax
locret_B844A:
retn
loc_B844B:
mov eax, edx
mov rdi, [rdi]
movsxd... | long long OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor>(
long long *a1,
int a2,
unsigned int a3,
int a4)
{
long long result; // rax
long long v5; // rdi
long long v6; // rcx
bool v7; // cc
long long v8; // rdx
long long v9; // rsi
if ( a3... | setNoLimit<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor>:
CMP EDX,ECX
JNZ 0x001b844b
MOVSXD RAX,ESI
MOV RCX,qword ptr [RDI]
MOV RDX,-0x100000000
MOV qword ptr [RCX + RAX*0x8],RDX
PUSH 0x1
POP RAX
LAB_001b844a:
RET
LAB_001b844b:
MOV EAX,EDX
MOV RDI,qword ptr [RDI]
MOVSXD RSI,ESI
XOR ECX,ECX
TEST EDX,EDX
MOV EDX,0x0
CMOVG ... |
/* int
OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor>(std::vector<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor,
std::allocator<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor> >&, int, int, int) */
int OpenSubdiv::v3_6_0::Tmr::setNoLimit<OpenSubdiv::v3_6_0::Tmr::SurfaceDescriptor>
... | |
13,083 | nlohmann::json_abi_v3_11_3::detail::parse_error::position_string[abi:cxx11](nlohmann::json_abi_v3_11_3::detail::position_t const&) | hkr04[P]cpp-mcp/common/json.hpp | static std::string position_string(const position_t& pos)
{
return concat(" at line ", std::to_string(pos.lines_read + 1),
", column ", std::to_string(pos.chars_read_current_line));
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::parse_error::position_string[abi:cxx11](nlohmann::json_abi_v3_11_3::detail::position_t const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq 0x10(%rsi), %r15
incq %r15
movl $0x1, %ebp
movabsq $0x346dc5d6388659... | _ZN8nlohmann16json_abi_v3_11_36detail11parse_error15position_stringB5cxx11ERKNS1_10position_tE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r14, rsi
mov rbx, rdi
mov r15, [rsi+10h]
inc r15
mov ebp, 1
mov r13, 346DC5D63886594Bh
mov esi, 1
cmp ... | long long nlohmann::json_abi_v3_11_3::detail::parse_error::position_string[abi:cxx11](long long a1, long long a2)
{
unsigned long long v3; // r15
unsigned int v4; // ebp
unsigned int v5; // esi
unsigned long long v6; // rcx
bool v7; // cc
unsigned long long v8; // r14
unsigned long long v9; // rcx
void... | position_string[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14,RSI
MOV RBX,RDI
MOV R15,qword ptr [RSI + 0x10]
INC R15
MOV EBP,0x1
MOV R13,0x346dc5d63886594b
MOV ESI,0x1
CMP R15,0xa
JC 0x0014d08c
MOV ESI,0x4
MOV RCX,R15
LAB_0014d04f:
CMP RCX,0x63
JBE 0x0014d085
CMP RCX,0x3e7
JBE 0... |
/* nlohmann::json_abi_v3_11_3::detail::parse_error::position_string[abi:cxx11](nlohmann::json_abi_v3_11_3::detail::position_t
const&) */
parse_error * __thiscall
nlohmann::json_abi_v3_11_3::detail::parse_error::position_string_abi_cxx11_
(parse_error *this,position_t *param_1)
{
bool bVar1;
char cVa... | |
13,084 | translog_read_file_header | eloqsql/storage/maria/ma_loghandler.c | my_bool translog_read_file_header(LOGHANDLER_FILE_INFO *desc, File file)
{
uchar page_buff[LOG_HEADER_DATA_SIZE];
DBUG_ENTER("translog_read_file_header");
if (mysql_file_pread(file, page_buff,
sizeof(page_buff), 0, MYF(MY_FNABP | MY_WME)))
{
DBUG_PRINT("info", ("log read fail error: %d", my_... | O0 | c | translog_read_file_header:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x50(%rbp)
movl %esi, -0x54(%rbp)
movl -0x54(%rbp), %edx
leaq -0x40(%rbp), %rcx
leaq 0x10f637(%rip), %rdi # 0x15a551
movl $0x4e0, %esi # imm = 0x4E0
movl $0x2c, %r8d
xorl %eax, %eax... | translog_read_file_header:
push rbp
mov rbp, rsp
sub rsp, 60h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_50], rdi
mov [rbp+var_54], esi
mov edx, [rbp+var_54]
lea rcx, [rbp+var_40]
lea rdi, aWorkspaceLlm4b_10; "/workspace/llm4binary/github2025/eloqsq"...
mov esi, 4E0h
mo... | char translog_read_file_header(unsigned long long *a1, int a2)
{
_BYTE v4[56]; // [rsp+20h] [rbp-40h] BYREF
unsigned long long v5; // [rsp+58h] [rbp-8h]
v5 = __readfsqword(0x28u);
if ( inline_mysql_file_pread_2(
(unsigned int)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_loghandler.c",
... | translog_read_file_header:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x50],RDI
MOV dword ptr [RBP + -0x54],ESI
MOV EDX,dword ptr [RBP + -0x54]
LEA RCX,[RBP + -0x40]
LEA RDI,[0x25a551]
MOV ESI,0x4e0
MOV R8D,0x2c
XOR EAX,EAX
MOV R9D,EAX
MOV qword pt... |
int8 translog_read_file_header(int8 param_1,int4 param_2)
{
long lVar1;
long in_FS_OFFSET;
bool local_49;
int1 local_48 [56];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
lVar1 = inline_mysql_file_pread
("/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_logha... | |
13,085 | Cache::Block::Block(Cache::Block const&) | DanielDanyang[P]CSC3050-2025-Spring-Project-4/include/Cache.h | Block(const Block &b)
: valid(b.valid), modified(b.modified), tag(b.tag), id(b.id),
size(b.size) {
data = b.data;
} | O1 | c | Cache::Block::Block(Cache::Block const&):
pushq %r14
pushq %rbx
pushq %rax
movb (%rsi), %al
movb %al, (%rdi)
movb 0x1(%rsi), %al
movb %al, 0x1(%rdi)
movq 0x4(%rsi), %rax
movq %rax, 0x4(%rdi)
movl 0xc(%rsi), %eax
movl %eax, 0xc(%rdi)
leaq 0x18(%rdi), %rbx
xorps %xmm0, %xmm0
movups %xmm0, 0x18(%rdi)
movq $0x0, 0x28(%rdi)... | _ZN5Cache5BlockC2ERKS0_:
push r14
push rbx
push rax
mov al, [rsi]
mov [rdi], al
mov al, [rsi+1]
mov [rdi+1], al
mov rax, [rsi+4]
mov [rdi+4], rax
mov eax, [rsi+0Ch]
mov [rdi+0Ch], eax
lea rbx, [rdi+18h]
xorps xmm0, xmm0
movups xmmword ptr [rdi+18h], xmm0
mov qword ptr... | long long Cache::Block::Block(long long a1, long long a2)
{
*(_BYTE *)a1 = *(_BYTE *)a2;
*(_BYTE *)(a1 + 1) = *(_BYTE *)(a2 + 1);
*(_QWORD *)(a1 + 4) = *(_QWORD *)(a2 + 4);
*(_DWORD *)(a1 + 12) = *(_DWORD *)(a2 + 12);
*(_OWORD *)(a1 + 24) = 0LL;
*(_QWORD *)(a1 + 40) = 0LL;
return std::vector<unsigned cha... | Block:
PUSH R14
PUSH RBX
PUSH RAX
MOV AL,byte ptr [RSI]
MOV byte ptr [RDI],AL
MOV AL,byte ptr [RSI + 0x1]
MOV byte ptr [RDI + 0x1],AL
MOV RAX,qword ptr [RSI + 0x4]
MOV qword ptr [RDI + 0x4],RAX
MOV EAX,dword ptr [RSI + 0xc]
MOV dword ptr [RDI + 0xc],EAX
LEA RBX,[RDI + 0x18]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x1... |
/* Cache::Block::Block(Cache::Block const&) */
void __thiscall Cache::Block::Block(Block *this,Block *param_1)
{
*this = *param_1;
this[1] = param_1[1];
*(int8 *)(this + 4) = *(int8 *)(param_1 + 4);
*(int4 *)(this + 0xc) = *(int4 *)(param_1 + 0xc);
*(int8 *)(this + 0x18) = 0;
*(int8 *)(this + 0x20) = 0;
... | |
13,086 | Cache::Block::Block(Cache::Block const&) | DanielDanyang[P]CSC3050-2025-Spring-Project-4/include/Cache.h | Block(const Block &b)
: valid(b.valid), modified(b.modified), tag(b.tag), id(b.id),
size(b.size) {
data = b.data;
} | O3 | c | Cache::Block::Block(Cache::Block const&):
pushq %r14
pushq %rbx
pushq %rax
movb (%rsi), %al
movb %al, (%rdi)
movb 0x1(%rsi), %al
movb %al, 0x1(%rdi)
movq 0x4(%rsi), %rax
movq %rax, 0x4(%rdi)
movl 0xc(%rsi), %eax
movl %eax, 0xc(%rdi)
leaq 0x18(%rdi), %rbx
xorps %xmm0, %xmm0
movups %xmm0, 0x18(%rdi)
movq $0x0, 0x28(%rdi)... | _ZN5Cache5BlockC2ERKS0_:
push r14
push rbx
push rax
mov al, [rsi]
mov [rdi], al
mov al, [rsi+1]
mov [rdi+1], al
mov rax, [rsi+4]
mov [rdi+4], rax
mov eax, [rsi+0Ch]
mov [rdi+0Ch], eax
lea rbx, [rdi+18h]
xorps xmm0, xmm0
movups xmmword ptr [rdi+18h], xmm0
mov qword ptr... | long long Cache::Block::Block(long long a1, long long a2)
{
*(_BYTE *)a1 = *(_BYTE *)a2;
*(_BYTE *)(a1 + 1) = *(_BYTE *)(a2 + 1);
*(_QWORD *)(a1 + 4) = *(_QWORD *)(a2 + 4);
*(_DWORD *)(a1 + 12) = *(_DWORD *)(a2 + 12);
*(_OWORD *)(a1 + 24) = 0LL;
*(_QWORD *)(a1 + 40) = 0LL;
return std::vector<unsigned cha... | Block:
PUSH R14
PUSH RBX
PUSH RAX
MOV AL,byte ptr [RSI]
MOV byte ptr [RDI],AL
MOV AL,byte ptr [RSI + 0x1]
MOV byte ptr [RDI + 0x1],AL
MOV RAX,qword ptr [RSI + 0x4]
MOV qword ptr [RDI + 0x4],RAX
MOV EAX,dword ptr [RSI + 0xc]
MOV dword ptr [RDI + 0xc],EAX
LEA RBX,[RDI + 0x18]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x1... |
/* Cache::Block::Block(Cache::Block const&) */
void __thiscall Cache::Block::Block(Block *this,Block *param_1)
{
*this = *param_1;
this[1] = param_1[1];
*(int8 *)(this + 4) = *(int8 *)(param_1 + 4);
*(int4 *)(this + 0xc) = *(int4 *)(param_1 + 0xc);
*(int8 *)(this + 0x18) = 0;
*(int8 *)(this + 0x20) = 0;
... | |
13,087 | copy_decode_table | eloqsql/storage/myisam/mi_packrec.c | static uint copy_decode_table(uint16 *to_pos, uint offset,
uint16 *decode_table)
{
uint prev_offset= offset;
DBUG_ENTER("copy_decode_table");
/* Descent on the left side. */
if (!(*decode_table & IS_CHAR))
{
/* Set a pointer to the next target node. */
to_pos[offset]=2;
/* Copy the left ... | O0 | c | copy_decode_table:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movl -0xc(%rbp), %eax
movl %eax, -0x1c(%rbp)
movq -0x18(%rbp), %rax
movzwl (%rax), %eax
andl $0x8000, %eax # imm = 0x8000
cmpl $0x0, %eax
jne 0xbc42e
movq -0x8(%rbp), %rax
movl -0x... | copy_decode_table_0:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov eax, [rbp+var_C]
mov [rbp+var_1C], eax
mov rax, [rbp+var_18]
movzx eax, word ptr [rax]
and eax, 8000h
cmp eax, 0
jnz short loc_BC42E
mov rax, [... | long long copy_decode_table_0(long long a1, unsigned int a2, _WORD *a3)
{
_WORD *v5; // [rsp+8h] [rbp-18h]
unsigned int v6; // [rsp+14h] [rbp-Ch]
if ( (*a3 & 0x8000) != 0 )
{
*(_WORD *)(a1 + 2LL * a2) = *a3;
v6 = a2 + 2;
}
else
{
*(_WORD *)(a1 + 2LL * a2) = 2;
v6 = copy_decode_table_0(a1... | copy_decode_table:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV EAX,dword ptr [RBP + -0xc]
MOV dword ptr [RBP + -0x1c],EAX
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,word ptr [RAX]
AND EAX,0x8000
CMP EAX,0x0
JNZ 0x001bc42e
MOV RAX,qwo... |
int copy_decode_table(long param_1,uint param_2,ushort *param_3)
{
int local_14;
if ((*param_3 & 0x8000) == 0) {
*(int2 *)(param_1 + (ulong)param_2 * 2) = 2;
local_14 = copy_decode_table(param_1,param_2 + 2,param_3 + (int)(uint)*param_3);
}
else {
*(ushort *)(param_1 + (ulong)param_2 * 2) = *pa... | |
13,088 | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, ... | llama.cpp/common/./json.hpp | void dump_integer(NumberType x)
{
static constexpr std::array<std::array<char, 2>, 100> digits_to_99
{
{
{{'0', '0'}}, {{'0', '1'}}, {{'0', '2'}}, {{'0', '3'}}, {{'0', '4'}}, {{'0', '5'}}, {{'0', '6'}}, {{'0', '7'}}, {{'0', '8'}}, {{'0', '9'}},
{{'1', '0'}... | O3 | cpp | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, ... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... | long long ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valu... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... |
void _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3... | |
13,089 | evmone::read_valid_eof1_header(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/eof.cpp | EOF1Header read_valid_eof1_header(bytes_view container)
{
EOFSectionHeaders section_headers;
auto it = container.begin() + std::size(EOF_MAGIC) + 1; // MAGIC + VERSION
while (*it != TERMINATOR)
{
auto section_id = *it++;
if (section_id == CODE_SECTION)
{
const auto ... | O0 | cpp | evmone::read_valid_eof1_header(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>):
pushq %rbp
movq %rsp, %rbp
subq $0x100, %rsp # imm = 0x100
movq %rdi, -0xf0(%rbp)
movq %rdi, %rax
movq %rax, -0xe8(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x10(%rbp)
leaq -0x50(%rbp... | _ZN6evmone22read_valid_eof1_headerESt17basic_string_viewIhN4evmc11byte_traitsIhEEE:
push rbp
mov rbp, rsp
sub rsp, 100h
mov [rbp+var_F0], rdi
mov rax, rdi
mov [rbp+var_E8], rax
mov [rbp+var_8], rdi
mov [rbp+var_18], rsi
mov [rbp+var_10], rdx
lea rdi, [rbp+var_50]; this
call _ZN... | long long evmone::read_valid_eof1_header(long long a1, long long a2, long long a3)
{
unsigned __int8 *v3; // rax
unsigned long long v5; // [rsp+8h] [rbp-F8h]
long long v6; // [rsp+20h] [rbp-E0h]
__int16 v7; // [rsp+2Ah] [rbp-D6h] BYREF
unsigned int v8; // [rsp+2Ch] [rbp-D4h]
long long v9; // [rsp+30h] [rbp... | read_valid_eof1_header:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x100
MOV qword ptr [RBP + -0xf0],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0xe8],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x10],RDX
LEA RDI,[RBP + -0x50]
CALL 0x00170f40
LEA RDI,[RBP + -0x18]
CALL 0x00178210
MOV qword ptr ... |
/* WARNING: Removing unreachable block (ram,0x00170f00) */
/* evmone::read_valid_eof1_header(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned
char> >) */
EOF1Header *
evmone::read_valid_eof1_header(EOF1Header *param_1,int8 param_2,int8 param_3)
{
ulong uVar1;
ushort uVar2;
byte bVar3;
usho... | |
13,090 | my_sync_dir | eloqsql/mysys/my_sync.c | int my_sync_dir(const char *dir_name __attribute__((unused)),
myf my_flags __attribute__((unused)))
{
#ifdef NEED_EXPLICIT_SYNC_DIR
static const char cur_dir_name[]= {FN_CURLIB, 0};
File dir_fd;
int res= 0;
const char *correct_dir_name;
DBUG_ENTER("my_sync_dir");
DBUG_PRINT("my",("Dir: '%s' ... | O0 | c | my_sync_dir:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x0, -0x18(%rbp)
jmp 0x31029
movq -0x8(%rbp), %rax
movsbl (%rax), %eax
cmpl $0x0, %eax
jne 0x31042
leaq 0x4dcc0(%rip), %rax # 0x7ecfc
movq %rax, -0x28(%rbp)
jmp 0x3104a
movq -0x8(%rbp), %rax
movq %rax, -0x28(... | my_sync_dir:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], 0
jmp short $+2
loc_31029:
mov rax, [rbp+var_8]
movsx eax, byte ptr [rax]
cmp eax, 0
jnz short loc_31042
lea rax, my_sync_dir_cur_dir_name
mov [rbp+var_28], rax
j... | long long my_sync_dir(_BYTE *a1, long long a2)
{
void *v3; // [rsp+8h] [rbp-28h]
unsigned int v4; // [rsp+18h] [rbp-18h]
signed int v5; // [rsp+1Ch] [rbp-14h]
v4 = 0;
if ( *a1 )
v3 = a1;
else
v3 = &my_sync_dir_cur_dir_name;
v5 = my_open((long long)v3, 0, a2);
if ( v5 < 0 )
{
return 1;
... | my_sync_dir:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x18],0x0
JMP 0x00131029
LAB_00131029:
MOV RAX,qword ptr [RBP + -0x8]
MOVSX EAX,byte ptr [RAX]
CMP EAX,0x0
JNZ 0x00131042
LEA RAX,[0x17ecfc]
MOV qword ptr [RBP + -0x28],RAX
JMP 0x0013104a
... |
int4 my_sync_dir(char *param_1,ulong param_2)
{
int iVar1;
int iVar2;
char *local_30;
int4 local_20;
local_20 = 0;
local_30 = param_1;
if (*param_1 == '\0') {
local_30 = ".";
}
iVar1 = my_open(local_30,0,param_2);
if (iVar1 < 0) {
local_20 = 1;
}
else {
iVar2 = my_sync(iVar1,par... | |
13,091 | nglog::CapturedStream::Capture() | ng-log[P]ng-log/src/googletest.h | void Capture() {
// Keep original stream for later
CHECK(!uncaptured_fd_) << ", Stream " << fd_ << " already captured!";
uncaptured_fd_.reset(dup(fd_));
CHECK(uncaptured_fd_);
// Open file to save stream to
FileDescriptor cap_fd{open(filename_.c_str(), O_CREAT | O_TRUNC | O_WRONLY,
... | O1 | c | nglog::CapturedStream::Capture():
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x68, %rsp
movq %rdi, %r14
cmpl $-0x1, 0x4(%rdi)
jne 0x9fec
leaq 0x4(%r14), %rbx
movl (%r14), %edi
callq 0x7890
movl %eax, %ebp
cmpl $-0x1, 0x4(%r14)
je 0x9f8c
movq %rbx, %rdi
callq 0x9bfe
movl %ebp, (%rbx)
cmpl $-0x1, %ebp
je 0xa059
mo... | _ZN5nglog14CapturedStream7CaptureEv:
push rbp
push r15
push r14
push rbx
sub rsp, 68h
mov r14, rdi
cmp dword ptr [rdi+4], 0FFFFFFFFh
jnz short loc_9FEC
lea rbx, [r14+4]
mov edi, [r14]
call _dup
mov ebp, eax
cmp dword ptr [r14+4], 0FFFFFFFFh
jz short loc_9F8C
mov r... | long long nglog::CapturedStream::Capture(nglog::CapturedStream *this)
{
int v1; // ebp
unsigned int v2; // ebp
long long result; // rax
long long v4; // r15
long long v5; // rax
long long v6; // rax
long long v7; // rax
long long v8; // rax
long long v9; // rax
_BYTE v10[128]; // [rsp+8h] [rbp-80h]... | Capture:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x68
MOV R14,RDI
CMP dword ptr [RDI + 0x4],-0x1
JNZ 0x00109fec
LEA RBX,[R14 + 0x4]
MOV EDI,dword ptr [R14]
CALL 0x00107890
MOV EBP,EAX
CMP dword ptr [R14 + 0x4],-0x1
JZ 0x00109f8c
MOV RDI,RBX
CALL 0x00109bfe
LAB_00109f8c:
MOV dword ptr [RBX],EBP
CMP EBP,-0x1
JZ 0x001... |
/* nglog::CapturedStream::Capture() */
void __thiscall nglog::CapturedStream::Capture(CapturedStream *this)
{
int iVar1;
int iVar2;
ostream *poVar3;
int8 uVar4;
LogMessageFatal local_80 [96];
if (*(int *)(this + 4) == -1) {
iVar1 = dup(*(int *)this);
if (*(int *)(this + 4) != -1) {
tools... | |
13,092 | nglog::CapturedStream::Capture() | ng-log[P]ng-log/src/googletest.h | void Capture() {
// Keep original stream for later
CHECK(!uncaptured_fd_) << ", Stream " << fd_ << " already captured!";
uncaptured_fd_.reset(dup(fd_));
CHECK(uncaptured_fd_);
// Open file to save stream to
FileDescriptor cap_fd{open(filename_.c_str(), O_CREAT | O_TRUNC | O_WRONLY,
... | O2 | c | nglog::CapturedStream::Capture():
pushq %rbp
pushq %r14
pushq %rbx
subq $0x70, %rsp
movq %rdi, %r14
cmpl $-0x1, 0x4(%rdi)
jne 0xa924
leaq 0x4(%r14), %rbx
movl (%r14), %edi
callq 0x8920
movl %eax, %ebp
movq %rbx, %rdi
callq 0xa486
movl %ebp, 0x4(%r14)
cmpl $-0x1, %ebp
je 0xa97f
movq 0x8(%r14), %rdi
movl $0x241, %esi ... | _ZN5nglog14CapturedStream7CaptureEv:
push rbp
push r14
push rbx
sub rsp, 70h
mov r14, rdi
cmp dword ptr [rdi+4], 0FFFFFFFFh
jnz loc_A924
lea rbx, [r14+4]
mov edi, [r14]
call _dup
mov ebp, eax
mov rdi, rbx; this
call _ZN5nglog5tools14FileDescriptor10safe_closeEv; nglog::too... | long long nglog::CapturedStream::Capture(nglog::CapturedStream *this)
{
int v1; // ebp
unsigned int v2; // eax
unsigned int v3; // ebx
long long v5; // rax
long long v6; // rax
long long v7; // rax
long long v8; // rax
long long v9; // rax
long long v10; // rax
long long v11; // rax
long long v12... | Capture:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x70
MOV R14,RDI
CMP dword ptr [RDI + 0x4],-0x1
JNZ 0x0010a924
LEA RBX,[R14 + 0x4]
MOV EDI,dword ptr [R14]
CALL 0x00108920
MOV EBP,EAX
MOV RDI,RBX
CALL 0x0010a486
MOV dword ptr [R14 + 0x4],EBP
CMP EBP,-0x1
JZ 0x0010a97f
MOV RDI,qword ptr [R14 + 0x8]
MOV ESI,0x241
MOV EDX,0x18... |
/* nglog::CapturedStream::Capture() */
void __thiscall nglog::CapturedStream::Capture(CapturedStream *this)
{
int iVar1;
ostream *poVar2;
int8 uVar3;
int local_7c;
LogMessageFatal local_78 [96];
if (*(int *)(this + 4) == -1) {
iVar1 = dup(*(int *)this);
tools::FileDescriptor::safe_close((FileD... | |
13,093 | nglog::CapturedStream::Capture() | ng-log[P]ng-log/src/googletest.h | void Capture() {
// Keep original stream for later
CHECK(!uncaptured_fd_) << ", Stream " << fd_ << " already captured!";
uncaptured_fd_.reset(dup(fd_));
CHECK(uncaptured_fd_);
// Open file to save stream to
FileDescriptor cap_fd{open(filename_.c_str(), O_CREAT | O_TRUNC | O_WRONLY,
... | O3 | c | nglog::CapturedStream::Capture():
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x68, %rsp
movq %rdi, %r14
cmpl $-0x1, 0x4(%rdi)
jne 0x9e4e
leaq 0x4(%r14), %rbx
movl (%r14), %edi
callq 0x7890
movl %eax, %ebp
cmpl $-0x1, 0x4(%r14)
je 0x9dee
movq %rbx, %rdi
callq 0x9a56
movl %ebp, (%rbx)
cmpl $-0x1, %ebp
je 0x9ebe
mo... | _ZN5nglog14CapturedStream7CaptureEv:
push rbp
push r15
push r14
push rbx
sub rsp, 68h
mov r14, rdi
cmp dword ptr [rdi+4], 0FFFFFFFFh
jnz short loc_9E4E
lea rbx, [r14+4]
mov edi, [r14]
call _dup
mov ebp, eax
cmp dword ptr [r14+4], 0FFFFFFFFh
jz short loc_9DEE
mov r... | long long nglog::CapturedStream::Capture(nglog::CapturedStream *this)
{
int v1; // ebp
unsigned int v2; // eax
unsigned int v3; // ebp
long long result; // rax
long long v5; // r15
long long v6; // rax
long long v7; // rax
long long v8; // rax
long long v9; // rax
long long v10; // rax
_BYTE v11[... | Capture:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x68
MOV R14,RDI
CMP dword ptr [RDI + 0x4],-0x1
JNZ 0x00109e4e
LEA RBX,[R14 + 0x4]
MOV EDI,dword ptr [R14]
CALL 0x00107890
MOV EBP,EAX
CMP dword ptr [R14 + 0x4],-0x1
JZ 0x00109dee
MOV RDI,RBX
CALL 0x00109a56
LAB_00109dee:
MOV dword ptr [RBX],EBP
CMP EBP,-0x1
JZ 0x001... |
/* nglog::CapturedStream::Capture() */
void __thiscall nglog::CapturedStream::Capture(CapturedStream *this)
{
int iVar1;
int iVar2;
ostream *poVar3;
int8 uVar4;
LogMessageFatal local_80 [96];
if (*(int *)(this + 4) == -1) {
iVar1 = dup(*(int *)this);
if (*(int *)(this + 4) != -1) {
tools... | |
13,094 | server_slot::print_timings() const | llama.cpp/examples/server/server.cpp | void print_timings() const {
const double t_prompt = t_prompt_processing / n_prompt_tokens_processed;
const double n_prompt_second = 1e3 / t_prompt_processing * n_prompt_tokens_processed;
const double t_gen = t_token_generation / n_decoded;
const double n_gen_s... | O3 | cpp | server_slot::print_timings() const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x28, %rsp
leaq 0x279d1a(%rip), %r14 # 0x3134a0
cmpl $0x0, (%r14)
js 0x998ed
movq %rdi, %rbx
movsd 0x858(%rdi), %xmm3
movsd 0x860(%rdi), %xmm1
movsd 0xd7add(%rip), %xmm4 # 0x171288
movapd %xmm4, %xmm2
cvtsi2sdl 0x758(%rdi), %xmm... | _ZNK11server_slot13print_timingsEv:
push r15
push r14
push r12
push rbx
sub rsp, 28h
lea r14, common_log_verbosity_thold
cmp dword ptr [r14], 0
js loc_998ED
mov rbx, rdi
movsd xmm3, qword ptr [rdi+858h]
movsd xmm1, qword ptr [rdi+860h]
movsd xmm4, cs:qword_171288
movapd xmm2, xmm... | void server_slot::print_timings(server_slot *this)
{
int v1; // eax
int v2; // eax
if ( common_log_verbosity_thold >= 0 )
{
v1 = common_log_main();
common_log_add(
v1,
2,
(unsigned int)"slot %12.*s: id %2d | task %d | \n"
"prompt eval time = %10.2f ms / %5d tokens... | print_timings:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x28
LEA R14,[0x4134a0]
CMP dword ptr [R14],0x0
JS 0x001998ed
MOV RBX,RDI
MOVSD XMM3,qword ptr [RDI + 0x858]
MOVSD XMM1,qword ptr [RDI + 0x860]
MOVSD XMM4,qword ptr [0x00271288]
MOVAPD XMM2,XMM4
CVTSI2SD XMM0,dword ptr [RDI + 0x758]
DIVSD XMM2,XMM1
MULSD XMM2,X... |
/* server_slot::print_timings() const */
void __thiscall server_slot::print_timings(server_slot *this)
{
double dVar1;
double dVar2;
int iVar3;
int iVar4;
int8 uVar5;
double dVar6;
double dVar7;
if (-1 < common_log_verbosity_thold) {
dVar1 = *(double *)(this + 0x858);
dVar2 = *(double *)(t... | |
13,095 | LefDefParser::lefiPropType::propType(char*) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiPropType.cpp | char
lefiPropType::propType(char *name) const
{
int i;
// Name is NULL, error
if (!name)
return ('N');
for (i = 0; i < numProperties_; i++) {
if (strcmp(name, propNames_[i]) == 0)
return (propTypes_[i]); // found the prop name
}
return ('N'); // Can't found the nam... | O0 | cpp | LefDefParser::lefiPropType::propType(char*) const:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq 0x18(%rsp), %rax
movq %rax, (%rsp)
cmpq $0x0, 0x10(%rsp)
jne 0x8c336
movb $0x4e, 0x27(%rsp)
jmp 0x8c394
movl $0x0, 0xc(%rsp)
movq (%rsp), %rcx
movl 0xc(%rsp), %eax
cmpl (%rcx), %eax
jge 0x8c38f
movq (%rs... | _ZNK12LefDefParser12lefiPropType8propTypeEPc:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_18], rsi
mov rax, [rsp+28h+var_10]
mov [rsp+28h+var_28], rax
cmp [rsp+28h+var_18], 0
jnz short loc_8C336
mov [rsp+28h+var_1], 4Eh ; 'N'
jmp short loc_8C394
loc_8C336:
mov [rsp+28... | char LefDefParser::lefiPropType::propType(LefDefParser::lefiPropType *this, char *a2)
{
int i; // [rsp+Ch] [rbp-1Ch]
if ( !a2 )
return 78;
for ( i = 0; i < *(_DWORD *)this; ++i )
{
if ( !(unsigned int)strcmp(a2, *(_QWORD *)(*((_QWORD *)this + 1) + 8LL * i)) )
return *(_BYTE *)(*((_QWORD *)this +... | propType:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x10],RSI
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP],RAX
CMP qword ptr [RSP + 0x10],0x0
JNZ 0x0018c336
MOV byte ptr [RSP + 0x27],0x4e
JMP 0x0018c394
LAB_0018c336:
MOV dword ptr [RSP + 0xc],0x0
LAB_0018c33e:
MOV RCX,qword ptr [RSP]
MOV EA... |
/* LefDefParser::lefiPropType::propType(char*) const */
int1 __thiscall LefDefParser::lefiPropType::propType(lefiPropType *this,char *param_1)
{
int iVar1;
int local_1c;
if (param_1 != (char *)0x0) {
for (local_1c = 0; local_1c < *(int *)this; local_1c = local_1c + 1) {
iVar1 = strcmp(param_1,*(ch... | |
13,096 | ColorFromNormalized | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | Color ColorFromNormalized(Vector4 normalized)
{
Color result;
result.r = (unsigned char)(normalized.x*255.0f);
result.g = (unsigned char)(normalized.y*255.0f);
result.b = (unsigned char)(normalized.z*255.0f);
result.a = (unsigned char)(normalized.w*255.0f);
return result;
} | O0 | c | ColorFromNormalized:
pushq %rbp
movq %rsp, %rbp
movlpd %xmm0, -0x14(%rbp)
movlpd %xmm1, -0xc(%rbp)
movss -0x14(%rbp), %xmm0
movss 0x9c5e5(%rip), %xmm1 # 0x1a7f90
mulss %xmm1, %xmm0
cvttss2si %xmm0, %eax
movb %al, -0x4(%rbp)
movss -0x10(%rbp), %xmm0
mulss %xmm1, %xmm0
cvttss2si %xmm0, %eax
movb %al, -0x3(%rbp)
movss ... | ColorFromNormalized:
push rbp
mov rbp, rsp
movlpd [rbp+var_14], xmm0
movlpd [rbp+var_C], xmm1
movss xmm0, dword ptr [rbp+var_14]
movss xmm1, cs:dword_1A7F90
mulss xmm0, xmm1
cvttss2si eax, xmm0
mov byte ptr [rbp+var_4], al
movss xmm0, dword ptr [rbp+var_14+4]
mulss xmm0, xmm1
cvttss2si eax, xmm0
... | long long ColorFromNormalized(double a1, double a2)
{
unsigned int v3; // [rsp+10h] [rbp-4h]
LOBYTE(v3) = (int)(float)(*(float *)&a1 * 255.0);
BYTE1(v3) = (int)(float)(*((float *)&a1 + 1) * 255.0);
BYTE2(v3) = (int)(float)(*(float *)&a2 * 255.0);
HIBYTE(v3) = (int)(float)(*((float *)&a2 + 1) * 255.0);
ret... | |||
13,097 | ColorFromNormalized | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | Color ColorFromNormalized(Vector4 normalized)
{
Color result;
result.r = (unsigned char)(normalized.x*255.0f);
result.g = (unsigned char)(normalized.y*255.0f);
result.b = (unsigned char)(normalized.z*255.0f);
result.a = (unsigned char)(normalized.w*255.0f);
return result;
} | O1 | c | ColorFromNormalized:
movss 0x37197(%rip), %xmm2 # 0xd99c8
movaps %xmm0, %xmm3
mulss %xmm2, %xmm3
cvttss2si %xmm3, %eax
shufps $0x55, %xmm0, %xmm0 # xmm0 = xmm0[1,1,1,1]
mulss %xmm2, %xmm0
cvttss2si %xmm0, %ecx
movaps %xmm1, %xmm0
mulss %xmm2, %xmm0
cvttss2si %xmm0, %edx
shufps $0x55, %xmm1, %xmm1 # xmm1 = xm... | ColorFromNormalized:
movss xmm2, cs:dword_D99C8
movaps xmm3, xmm0
mulss xmm3, xmm2
cvttss2si eax, xmm3
shufps xmm0, xmm0, 55h ; 'U'
mulss xmm0, xmm2
cvttss2si ecx, xmm0
movaps xmm0, xmm1
mulss xmm0, xmm2
cvttss2si edx, xmm0
shufps xmm1, xmm1, 55h ; 'U'
mulss xmm1, xmm2
cvttss2si esi, xmm1
shl esi, 18h... | long long ColorFromNormalized(__m128 a1, __m128 a2)
{
return ((int)(float)(_mm_shuffle_ps(a2, a2, 85).m128_f32[0] * 255.0) << 24) | ((unsigned __int8)(int)(float)(a2.m128_f32[0] * 255.0) << 16) | ((unsigned __int8)(int)(float)(_mm_shuffle_ps(a1, a1, 85).m128_f32[0] * 255.0) << 8) | (unsigned int)(unsigned __int8)(in... | ColorFromNormalized:
MOVSS XMM2,dword ptr [0x001d99c8]
MOVAPS XMM3,XMM0
MULSS XMM3,XMM2
CVTTSS2SI EAX,XMM3
SHUFPS XMM0,XMM0,0x55
MULSS XMM0,XMM2
CVTTSS2SI ECX,XMM0
MOVAPS XMM0,XMM1
MULSS XMM0,XMM2
CVTTSS2SI EDX,XMM0
SHUFPS XMM1,XMM1,0x55
MULSS XMM1,XMM2
CVTTSS2SI ESI,XMM1
SHL ESI,0x18
MOV EDI,0xff
AND EDX,EDI
SHL EDX,0... |
uint ColorFromNormalized(int8 param_1,int8 param_2)
{
return (int)((float)param_1 * DAT_001d99c8) & 0xffU |
((int)((float)((ulong)param_1 >> 0x20) * DAT_001d99c8) & 0xffU) << 8 |
((int)((float)param_2 * DAT_001d99c8) & 0xffU) << 0x10 |
(int)((float)((ulong)param_2 >> 0x20) * DAT_001d99c8)... | |
13,098 | ColorFromNormalized | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | Color ColorFromNormalized(Vector4 normalized)
{
Color result;
result.r = (unsigned char)(normalized.x*255.0f);
result.g = (unsigned char)(normalized.y*255.0f);
result.b = (unsigned char)(normalized.z*255.0f);
result.a = (unsigned char)(normalized.w*255.0f);
return result;
} | O2 | c | ColorFromNormalized:
movss 0x31583(%rip), %xmm2 # 0xb9718
movaps %xmm0, %xmm3
mulss %xmm2, %xmm3
cvttss2si %xmm3, %eax
shufps $0x55, %xmm0, %xmm0 # xmm0 = xmm0[1,1,1,1]
mulss %xmm2, %xmm0
cvttss2si %xmm0, %ecx
movaps %xmm1, %xmm0
mulss %xmm2, %xmm0
cvttss2si %xmm0, %edx
shufps $0x55, %xmm1, %xmm1 # xmm1 = xm... | ColorFromNormalized:
movss xmm2, cs:dword_B9718
movaps xmm3, xmm0
mulss xmm3, xmm2
cvttss2si eax, xmm3
shufps xmm0, xmm0, 55h ; 'U'
mulss xmm0, xmm2
cvttss2si ecx, xmm0
movaps xmm0, xmm1
mulss xmm0, xmm2
cvttss2si edx, xmm0
shufps xmm1, xmm1, 55h ; 'U'
mulss xmm1, xmm2
cvttss2si esi, xmm1
shl esi, 18h... | long long ColorFromNormalized(__m128 a1, __m128 a2)
{
return ((int)(float)(_mm_shuffle_ps(a2, a2, 85).m128_f32[0] * 255.0) << 24) | ((unsigned __int8)(int)(float)(a2.m128_f32[0] * 255.0) << 16) | ((unsigned __int8)(int)(float)(_mm_shuffle_ps(a1, a1, 85).m128_f32[0] * 255.0) << 8) | (unsigned int)(unsigned __int8)(in... | ColorFromNormalized:
MOVSS XMM2,dword ptr [0x001b9718]
MOVAPS XMM3,XMM0
MULSS XMM3,XMM2
CVTTSS2SI EAX,XMM3
SHUFPS XMM0,XMM0,0x55
MULSS XMM0,XMM2
CVTTSS2SI ECX,XMM0
MOVAPS XMM0,XMM1
MULSS XMM0,XMM2
CVTTSS2SI EDX,XMM0
SHUFPS XMM1,XMM1,0x55
MULSS XMM1,XMM2
CVTTSS2SI ESI,XMM1
SHL ESI,0x18
MOV EDI,0xff
AND EDX,EDI
SHL EDX,0... |
uint ColorFromNormalized(int8 param_1,int8 param_2)
{
return (int)((float)param_1 * DAT_001b9718) & 0xffU |
((int)((float)((ulong)param_1 >> 0x20) * DAT_001b9718) & 0xffU) << 8 |
((int)((float)param_2 * DAT_001b9718) & 0xffU) << 0x10 |
(int)((float)((ulong)param_2 >> 0x20) * DAT_001b9718)... | |
13,099 | ColorFromNormalized | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | Color ColorFromNormalized(Vector4 normalized)
{
Color result;
result.r = (unsigned char)(normalized.x*255.0f);
result.g = (unsigned char)(normalized.y*255.0f);
result.b = (unsigned char)(normalized.z*255.0f);
result.a = (unsigned char)(normalized.w*255.0f);
return result;
} | O3 | c | ColorFromNormalized:
movss 0x36cdc(%rip), %xmm2 # 0xd3b94
movaps %xmm0, %xmm3
mulss %xmm2, %xmm3
cvttss2si %xmm3, %eax
shufps $0x55, %xmm0, %xmm0 # xmm0 = xmm0[1,1,1,1]
mulss %xmm2, %xmm0
cvttss2si %xmm0, %ecx
movaps %xmm1, %xmm0
mulss %xmm2, %xmm0
cvttss2si %xmm0, %edx
shufps $0x55, %xmm1, %xmm1 # xmm1 = xm... | ColorFromNormalized:
movss xmm2, cs:dword_D3B94
movaps xmm3, xmm0
mulss xmm3, xmm2
cvttss2si eax, xmm3
shufps xmm0, xmm0, 55h ; 'U'
mulss xmm0, xmm2
cvttss2si ecx, xmm0
movaps xmm0, xmm1
mulss xmm0, xmm2
cvttss2si edx, xmm0
shufps xmm1, xmm1, 55h ; 'U'
mulss xmm1, xmm2
cvttss2si esi, xmm1
shl esi, 18h... | long long ColorFromNormalized(__m128 a1, __m128 a2)
{
return ((int)(float)(_mm_shuffle_ps(a2, a2, 85).m128_f32[0] * 255.0) << 24) | ((unsigned __int8)(int)(float)(a2.m128_f32[0] * 255.0) << 16) | ((unsigned __int8)(int)(float)(_mm_shuffle_ps(a1, a1, 85).m128_f32[0] * 255.0) << 8) | (unsigned int)(unsigned __int8)(in... | ColorFromNormalized:
MOVSS XMM2,dword ptr [0x001d3b94]
MOVAPS XMM3,XMM0
MULSS XMM3,XMM2
CVTTSS2SI EAX,XMM3
SHUFPS XMM0,XMM0,0x55
MULSS XMM0,XMM2
CVTTSS2SI ECX,XMM0
MOVAPS XMM0,XMM1
MULSS XMM0,XMM2
CVTTSS2SI EDX,XMM0
SHUFPS XMM1,XMM1,0x55
MULSS XMM1,XMM2
CVTTSS2SI ESI,XMM1
SHL ESI,0x18
MOV EDI,0xff
AND EDX,EDI
SHL EDX,0... |
uint ColorFromNormalized(int8 param_1,int8 param_2)
{
return (int)((float)param_1 * DAT_001d3b94) & 0xffU |
((int)((float)((ulong)param_1 >> 0x20) * DAT_001d3b94) & 0xffU) << 8 |
((int)((float)param_2 * DAT_001d3b94) & 0xffU) << 0x10 |
(int)((float)((ulong)param_2 >> 0x20) * DAT_001d3b94)... |
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.