path stringlengths 12 169 | func_def stringlengths 15 3.79k | func_head stringlengths 7 435 | func_head_types stringlengths 7 477 | fname stringlengths 1 71 | signature listlengths 2 43 | asm dict | synth_deps stringclasses 253
values | real_deps stringlengths 5 561 | synth_io_pairs dict | real_io_pairs dict | synth_exe_wrapper stringclasses 699
values | real_exe_wrapper stringlengths 1.23k 6.53k | ref stringclasses 219
values | synth_iospec stringclasses 1
value | real_iospec stringlengths 262 1.6k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
YifanCheng/VIC/external/VIC/src/modify_Ksat.c | double linear_interp(double x,double lx,double ux,double ly,double uy) {
return((x-lx)/(ux-lx)*(uy-ly)+ly);
} | double linear_interp(doublex, doublelx, doubleux, doublely, doubleuy) | double linear_interp(double x,double lx,double ux,double ly,double uy) | linear_interp | [
"double",
"double",
"double",
"double",
"double",
"double"
] | {
"code": [
".globl linear_interp\n.type linear_interp, @function\nlinear_interp:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t%xmm1, -16(%rbp)\n\tmovsd\t%xmm2, -24(%rbp)\n\tmo... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"95.277482052",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_59yogos2dy.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x", "lx", "ux", "ly", "uy"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "linear_interp", "funargs": ["x", "lx", "ux", "ly", "uy"], "typemap": {"x": "float64", "lx": "float64", "ux": "float64", "ly": "float64", "uy": "float64", "returnv": "float64"}, "required_includes": ["/tmp/p... |
LTMana/code/LZWeather/LZWeather/Classes/Public/YXEasing/Easing.c | double QuinticEaseIn(double p)
{
return p * p * p * p * p;
} | double QuinticEaseIn(doublep) | double QuinticEaseIn(double p) | QuinticEaseIn | [
"double",
"double"
] | {
"code": [
".globl QuinticEaseIn\n.type QuinticEaseIn, @function\nQuinticEaseIn:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\tmulsd\t%xmm0, %xmm0\n\tmulsd\t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"80.3278461514"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_559ffqkrlu.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["p"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "QuinticEaseIn", "funargs": ["p"], "typemap": {"p": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_559ffqkrlu.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
gentooinit/solution_for_c_book/Chapter1/e1-24/check.c | int dec_lv(char x, char c, int lv)
{
if (x == c)
--lv;
return lv;
} | int dec_lv(charx, charc, intlv) | int dec_lv(char x, char c, int lv) | dec_lv | [
"int",
"char",
"char",
"int"
] | {
"code": [
".globl dec_lv\n.type dec_lv, @function\ndec_lv:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %ecx\n\tmovl\t%esi, %eax\n\tmovl\t%edx, -12(%rbp)\n\tmovl\t%ecx, %edx\n\tmovb\t%dl, -4(%rbp... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"123",
"77",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_52ycmuk6_f.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x", "c", "lv"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dec_lv", "funargs": ["x", "c", "lv"], "typemap": {"x": "int8", "c": "int8", "lv": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_52ycmuk6_f.c"], "classmap": {}, "range": {}, "needs_cast... |
Shapeways/puppetarium/modules/profiles/files/cron/cronjobber.c | int
prefix_of(char *special, char *s)
{
for (; *special != '\0'; ++special)
if (*special != *s++)
return 0;
return (*s == '=' || *s == '\0');
} | int prefix_of(char *special, char *s) | int prefix_of(char *special, char *s) | prefix_of | [
"int",
"char *",
"char *"
] | {
"code": [
".globl prefix_of\n.type prefix_of, @function\nprefix_of:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tjmp\t.L2\n.L5:\n\tmovq\t-8(%rbp), %rax\n\tmov... | null | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <stdarg.h>
#include <fcntl.h>
#include <time.h>
#include <signal.h>
#include <dirent.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"rkpdpvgyshuebbedxz\"... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_35014pti0y.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["special", "s"], "liveout": ["special", "s"], "returnvarname": ["returnv"], "execcmd": "", "funname": "prefix_of", "funargs": ["special", "s"], "typemap": {"special": "string", "s": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_35014pti0y.c"], "classmap": {}, "range": {},... |
nolink/algorithm/training/012fan_metting.c | int* sub(int* a, int sizeA, int* b, int sizeB, int* resultSize){
} | int * sub(int *a, intsizeA, int *b, intsizeB, int *resultSize) | int* sub(int* a, int sizeA, int* b, int sizeB, int* resultSize) | sub | [
"int *",
"int *",
"int",
"int *",
"int",
"int *"
] | {
"code": [
".globl sub\n.type sub, @function\nsub:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovl\t%esi, -12(%rbp)\n\tmovq\t%rdx, -24(%rbp)\n\tmovl\t%ecx, -16(%rbp)\n\tmovq\t%r8, -3... | null | #include <stdio.h>
#include <stdlib.h>
#include <memory.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[51, 2, 6, 32, 76, 97,... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_61o37fvp_i.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["a", "sizeA", "b", "sizeB", "resultSize"], "liveout": ["a", "b", "resultSize"], "returnvarname": ["returnv"], "execcmd": "", "funname": "sub", "funargs": ["a", "sizeA", "b", "sizeB", "resultSize"], "typemap": {"a": "array(int32#32)", "sizeA": "int32", "b": "array(int32#32)", "sizeB": "int32", "resultSize": ... |
Lydux/gcc-4.6.2-human68k/build_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/gcc-linaro-4.6-2012.12/gcc/testsuite/gcc.target/arm/wmul-2.c | void vec_mpy(int y[], const short x[], short scaler)
{
int i;
for (i = 0; i < 150; i++)
y[i] += ((scaler * x[i]) >> 31);
} | void vec_mpy(int *y, const short *x, shortscaler) | void vec_mpy(int y[], const short x[], short scaler) | vec_mpy | [
"void",
"int *",
"const short *",
"short"
] | {
"code": [
".globl vec_mpy\n.type vec_mpy, @function\nvec_mpy:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovq\t%rsi, -32(%rbp)\n\tmovl\t%edx, %eax\n\tmovw\t%ax, -36(%rbp)\n\tmovl\t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[39, 72, 88, 91, 123, ... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_58oaf_3veu.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | ar9344 | null | {"livein": ["y", "x", "scaler"], "liveout": ["y", "x"], "returnvarname": [], "execcmd": "", "funname": "vec_mpy", "funargs": ["y", "x", "scaler"], "typemap": {"y": "array(int32#32)", "x": "array(int16#32)", "scaler": "int16"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_58oaf_3veu.c"], "classmap": {}, "range": {... |
bairyn/opencurry/src/bits.c | int sign_int(int num)
{
return (( ((((num))) <= (((0)))) ? ( ((((num))) < (((0)))) ? ((-1)) : ((0)) ) : ((1)) ));
} | int sign_int(intnum) | int sign_int(int num) | sign_int | [
"int",
"int"
] | {
"code": [
".globl sign_int\n.type sign_int, @function\nsign_int:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tcmpl\t$0, -4(%rbp)\n\tjg\t.L2\n\tcmpl\t$0, -4(%rbp)\n\tjns\t.L3\n\tmovl\t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"40"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_50hs9llu_2.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["num"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "sign_int", "funargs": ["num"], "typemap": {"num": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_50hs9llu_2.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
MasayukiNagase/samples/AllJoyn/Samples/BACnetAdapter/bacnet-stack-0.8.2/src/bigend.c | int big_endian(
void)
{
union {
long l;
char c[sizeof(long)];
} u;
u.l = 1;
return (u.c[sizeof(long) - 1] == 1);
} | int big_endian() | int big_endian( void) | big_endian | [
"int",
""
] | {
"code": [
".globl big_endian\n.type big_endian, @function\nbig_endian:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tsubq\t$16, %rsp\n\tmovq\t%fs:40, %rax\n\tmovq\t%rax, -8(%rbp)\n\txorl\t%eax, %eax\n\tmovq\t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_45ukzaevw0.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | develop | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "big_endian", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_45ukzaevw0.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
joshuaspence/ThesisCode/TopN_Outlier_Pruning_Block/FPGA/SDK/standalone_bsp_0/ps7_cortexa9_0/libsrc/standalone_v3_06_a/src/isatty.c | int _isatty(int fd)
{
(void)fd;
return (1);
} | int _isatty(intfd) | int _isatty(int fd) | _isatty | [
"int",
"int"
] | {
"code": [
".globl _isatty\n.type _isatty, @function\n_isatty:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t$1, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"110"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_54gqo0ij47.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["fd"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "_isatty", "funargs": ["fd"], "typemap": {"fd": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_54gqo0ij47.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
jonathanunderwood/limapack/src/jkmarray.h | extern inline int
JKMarray_idx (const int J, const int K, const int M)
{
return (((4 * J * J + 5) * J) / 3 + 2 * J * J + K * (2 * J + 1) + M);
} | int JKMarray_idx(const intJ, const intK, const intM) | extern int JKMarray_idx (const int J, const int K, const int M) | JKMarray_idx | [
"int",
"const int",
"const int",
"const int"
] | {
"code": [
".globl JKMarray_idx\n.type JKMarray_idx, @function\nJKMarray_idx:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t%edx, -12(%rbp)\n\tmovl\t-4(%rb... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"92",
"35",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_475jedd62m.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["J", "K", "M"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "JKMarray_idx", "funargs": ["J", "K", "M"], "typemap": {"J": "int32", "K": "int32", "M": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_475jedd62m.c"], "classmap": {}, "range": {}, "needs... |
bairyn/opencurry/src/bits.c | long sign_long(long num)
{
return (( ((((num))) <= (((0)))) ? ( ((((num))) < (((0)))) ? ((-1)) : ((0)) ) : ((1)) ));
} | long sign_long(longnum) | long sign_long(long num) | sign_long | [
"long",
"long"
] | {
"code": [
".globl sign_long\n.type sign_long, @function\nsign_long:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tcmpq\t$0, -8(%rbp)\n\tjg\t.L2\n\tcmpq\t$0, -8(%rbp)\n\tjns\t.L3\n\tmov... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"40"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_508mwdtduf.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["num"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "sign_long", "funargs": ["num"], "typemap": {"num": "int64", "returnv": "int64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_508mwdtduf.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
christetreault/dmp-photo-booth-legacy-module-templates/dmp_pb_camera_module_template/dmp_camera_module.c | int dmp_cm_edit_config(void)
{
return 0;
} | int dmp_cm_edit_config() | int dmp_cm_edit_config(void) | dmp_cm_edit_config | [
"int",
""
] | {
"code": [
".globl dmp_cm_edit_config\n.type dmp_cm_edit_config, @function\ndmp_cm_edit_config:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_en... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_61yycphbwn.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "dmp_cm_edit_config", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_61yycphbwn.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
mapleez/libez/unit/math_unit.c | int _cmp (int _a, int _b) {
int a = _a;
int b = _b;
return (a > b ? (-1) : (1));
} | int _cmp(int_a, int_b) | int _cmp (int _a, int _b) | _cmp | [
"int",
"int",
"int"
] | {
"code": [
".globl _cmp\n.type _cmp, @function\n_cmp:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tmovl\t-20(%rbp), %eax\n\tmovl\t%eax, -8(%rbp)\n\tmovl\t-24(... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"33",
"5"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_31fnryi_v3.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["_a", "_b"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "_cmp", "funargs": ["_a", "_b"], "typemap": {"_a": "int32", "_b": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31fnryi_v3.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
bright-tools/ccsm/test/src/simple_include.h | int safe(void) {
extern int q;
int lp;
return 0;
} | int safe() | int safe(void) | safe | [
"int",
""
] | {
"code": [
".globl safe\n.type safe, @function\nsafe:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl safe\n.type safe, ... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_38lpduj1iy.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "safe", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38lpduj1iy.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
kmatheussen/radium/amiga/instrprop/Amiga_instrprop_temp_help.c | int HelpItem146( void )
{
return 0;
} | int HelpItem146() | int HelpItem146( void ) | HelpItem146 | [
"int",
""
] | {
"code": [
".globl HelpItem146\n.type HelpItem146, @function\nHelpItem146:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".glo... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_57fyx3jq3b.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "HelpItem146", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_57fyx3jq3b.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
AlphaStaxLLC/nagioscore/NagiosCore/t-tap/stub_statusdata.c | int update_program_status(int aggregated_dump) {} | int update_program_status(intaggregated_dump) | int update_program_status(int aggregated_dump) | update_program_status | [
"int",
"int"
] | {
"code": [
".globl update_program_status\n.type update_program_status, @function\nupdate_program_status:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tnop\n\tpopq\t%rbp\n\t.cfi_def_cfa ... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"84"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_64zd_c3vlq.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["aggregated_dump"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "update_program_status", "funargs": ["aggregated_dump"], "typemap": {"aggregated_dump": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_64zd_c3vlq.c"], "classmap": {}, "range": {}, "ne... |
shubhmsng/Codes/grietcode/major.c | int printArray(int arr[], int n)
{
int i=1;
while(arr[i]==arr[0])
{
i++;
}
return i;
} | int printArray(int *arr, intn) | int printArray(int arr[], int n) | printArray | [
"int",
"int *",
"int"
] | {
"code": [
".globl printArray\n.type printArray, @function\nprintArray:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t%esi, -28(%rbp)\n\tmovl\t$1, -4(%rbp)\n\tjmp\t.L2\n.L3:\n\ta... | null | #include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[109, 36, 72, 49, 100,... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_60oexnar5g.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["arr", "n"], "liveout": ["arr"], "returnvarname": ["returnv"], "execcmd": "", "funname": "printArray", "funargs": ["arr", "n"], "typemap": {"arr": "array(int32#32)", "n": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_60oexnar5g.c"], "classmap": {}, "range": {}, "needs_cast... |
nyuszika7h/weechat/tests/ncurses-fake.c | int
COLORS()
{
return 256;
} | int COLORS() | int COLORS() | COLORS | [
"int",
""
] | {
"code": [
".globl COLORS\n.type COLORS, @function\nCOLORS:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$256, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl COLORS\n.t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_36l3zupkgf.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "COLORS", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_36l3zupkgf.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
GaloisInc/saw-script/heapster-saw/examples/fun_ptr.c | int bar( int x )
{
return x+1;
} | int bar(intx) | int bar( int x ) | bar | [
"int",
"int"
] | {
"code": [
".globl bar\n.type bar, @function\nbar:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\taddl\t$1, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"72"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_417628kx2n.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "bar", "funargs": ["x"], "typemap": {"x": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_417628kx2n.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
neosam/s3d/src/compiler.c | char *skipSpaces(char *pc)
{
while((*pc == ' ' || *pc == '\n' || *pc == '\t' || *pc == '\r') &&
*pc != '\0')
pc++;
return pc;
} | char * skipSpaces(char *pc) | char *skipSpaces(char *pc) | skipSpaces | [
"char *",
"char *"
] | {
"code": [
".globl skipSpaces\n.type skipSpaces, @function\nskipSpaces:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tjmp\t.L2\n.L5:\n\taddq\t$1, -8(%rbp)\n.L2:\n\tmovq\t-8(%rbp), %rax\... | null | #include <stdio.h>
#include <time.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"\""
],
"... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_50r9scjlyd.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["pc"], "liveout": ["pc"], "returnvarname": ["returnv"], "execcmd": "", "funname": "skipSpaces", "funargs": ["pc"], "typemap": {"pc": "string", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_50r9scjlyd.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
Ne02ptzero/msh/srcs/read/termcap.c | char *init_buffer(char *buffer)
{
int i;
i = 0;
while (buffer[i])
buffer[i++] = 0;
return (buffer);
} | char * init_buffer(char *buffer) | char *init_buffer(char *buffer) | init_buffer | [
"char *",
"char *"
] | {
"code": [
".globl init_buffer\n.type init_buffer, @function\ninit_buffer:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t$0, -4(%rbp)\n\tjmp\t.L2\n.L3:\n\tmovl\t-4(%rbp), %eax\n\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"mqe\""
],
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_31ea_v4q6v.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["buffer"], "liveout": ["buffer"], "returnvarname": ["returnv"], "execcmd": "", "funname": "init_buffer", "funargs": ["buffer"], "typemap": {"buffer": "string", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31ea_v4q6v.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": [... |
thought-machine/please/test/go_rules/cgo/cgo.c | int GetAnswer() {
return 42;
} | int GetAnswer() | int GetAnswer() | GetAnswer | [
"int",
""
] | {
"code": [
".globl GetAnswer\n.type GetAnswer, @function\nGetAnswer:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$42, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl Ge... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_582jn9wjde.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "GetAnswer", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_582jn9wjde.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
jessek/colorize/src/helpers.c | unsigned char padding(void)
{
return 0xff;
} | unsigned char padding() | unsigned char padding(void) | padding | [
"unsigned char",
""
] | {
"code": [
".globl padding\n.type padding, @function\npadding:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$-1, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl padding\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_35hzqd3z7s.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "padding", "funargs": [], "typemap": {"returnv": "uint8"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_35hzqd3z7s.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
amrme/quafios/calc/fix.c | int getPrec(char op) {
switch(op) {
case '+':
case '-':
return 1;
case '*':
case '/':
return 2;
case '(':
case ')':
return 3;
default:
return 0;
}
} | int getPrec(charop) | int getPrec(char op) | getPrec | [
"int",
"char"
] | {
"code": [
".globl getPrec\n.type getPrec, @function\ngetPrec:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovb\t%al, -4(%rbp)\n\tmovsbl\t-4(%rbp), %eax\n\tsubl\t$40, %eax\n\tcmpl\t$7, %e... | null | #include <stdio.h>
#include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"17"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_63k5_033ll.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["op"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "getPrec", "funargs": ["op"], "typemap": {"op": "int8", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_63k5_033ll.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
awm/cortex-gnat-rts-code/arduino-due/adainclude/syscalls.c | int _isatty(int file)
{
return 0;
} | int _isatty(intfile) | int _isatty(int file) | _isatty | [
"int",
"int"
] | {
"code": [
".globl _isatty\n.type _isatty, @function\n_isatty:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n... | null | #include <sys/stat.h>
#include <errno.h>
#include <sys/times.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"113"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_36tf4z2np9.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["file"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "_isatty", "funargs": ["file"], "typemap": {"file": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_36tf4z2np9.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
jloughry/experiments/optimal_gray_code_banker_sequence/optimal_gray_code_banker_sequence.c | char flip_bit (char bit_character) {
if ('0' == bit_character)
return '1';
else
return '0';
} | char flip_bit(charbit_character) | char flip_bit (char bit_character) | flip_bit | [
"char",
"char"
] | {
"code": [
".globl flip_bit\n.type flip_bit, @function\nflip_bit:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovb\t%al, -4(%rbp)\n\tcmpb\t$48, -4(%rbp)\n\tjne\t.L2\n\tmovl\t$49, %eax\n\t... | null | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"29"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_61nd4p4ftc.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["bit_character"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "flip_bit", "funargs": ["bit_character"], "typemap": {"bit_character": "int8", "returnv": "int8"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_61nd4p4ftc.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globa... |
119/aircam-openwrt/build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/gcc-linaro-4.5-2011.02-0/gcc/testsuite/gcc.dg/tree-ssa/pr15349.c | int
foo (int a, int b)
{
int t;
if (b)
{
if (a)
t = 3;
else
t = 5;
a = 0;
}
else
t = 7;
return t;
} | int foo(inta, intb) | int foo (int a, int b) | foo | [
"int",
"int",
"int"
] | {
"code": [
".globl foo\n.type foo, @function\nfoo:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tcmpl\t$0, -24(%rbp)\n\tje\t.L2\n\tcmpl\t$0, -20(%rbp)\n\tje\t.... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"6",
"80"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_30cbh7opu6.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | ar9344 | null | {"livein": ["a", "b"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "foo", "funargs": ["a", "b"], "typemap": {"a": "int32", "b": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_30cbh7opu6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
csrhau/sandpit/c/reverse_polish_notation/src/operators.c | double opTimes(double lhs, double rhs) { return lhs * rhs; } | double opTimes(doublelhs, doublerhs) | double opTimes(double lhs, double rhs) | opTimes | [
"double",
"double",
"double"
] | {
"code": [
".globl opTimes\n.type opTimes, @function\nopTimes:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t%xmm1, -16(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\tmulsd\t-16(%rbp), %xm... | null | #include <math.h>
#include <stddef.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"35.4176195283",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_629pm8gzoo.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["lhs", "rhs"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "opTimes", "funargs": ["lhs", "rhs"], "typemap": {"lhs": "float64", "rhs": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_629pm8gzoo.c"], "classmap": {}, "range": {}, "needs_cast": {},... |
neilslater/ru_ne_ne/ext/ru_ne_ne/core_transfer_functions.c | float raw_linear_derivative_at( float y ) {
return 1.0;
} | float raw_linear_derivative_at(floaty) | float raw_linear_derivative_at( float y ) | raw_linear_derivative_at | [
"float",
"float"
] | {
"code": [
".globl raw_linear_derivative_at\n.type raw_linear_derivative_at, @function\nraw_linear_derivative_at:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovss\t%xmm0, -4(%rbp)\n\tmovss\t.LC0(%rip), %xmm... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"10.5508776879"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_44v8zyk14x.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["y"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "raw_linear_derivative_at", "funargs": ["y"], "typemap": {"y": "float32", "returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_44v8zyk14x.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
newcoo1/learningthings/csapp/datalab-handout/test.c | int bitCount(int x) {
return 2;
} | int bitCount(intx) | int bitCount(int x) | bitCount | [
"int",
"int"
] | {
"code": [
".globl bitCount\n.type bitCount, @function\nbitCount:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t$2, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"57"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_564ja543_f.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "bitCount", "funargs": ["x"], "typemap": {"x": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_564ja543_f.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
grev-uv/hpg-methyl/containers/cprops/util.c | int xtoi(char *p)
{
int curr;
int res = 0;
while (*p)
{
curr = ((*p) >= '0' && (*p) <= '9' ? (*p) - '0' : (*p) >= 'A' && (*p) <= 'F' ? (*p) - 'A' + 10 : (*p) >= 'a' && (*p) <= 'f' ? (*p) - 'a' + 10 : -1);
if (curr == -1) break;
res = res * 0x10 + curr;
p++;
}
return res;
} | int xtoi(char *p) | int xtoi(char *p) | xtoi | [
"int",
"char *"
] | {
"code": [
".globl xtoi\n.type xtoi, @function\nxtoi:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t$0, -8(%rbp)\n\tjmp\t.L2\n.L11:\n\tmovq\t-24(%rbp), %rax\n\tmovzbl\t(%rax), %e... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"blnyowntfwxpqul\""
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_366iymz6nn.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | develop | null | {"livein": ["p"], "liveout": ["p"], "returnvarname": ["returnv"], "execcmd": "", "funname": "xtoi", "funargs": ["p"], "typemap": {"p": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_366iymz6nn.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
EmulatorArchive/yabause-rr/src/cdbase.c | int DummyCDInit(__attribute ((unused)) const char *cdrom_name)
{
return 0;
} | int DummyCDInit(const char *cdrom_name) | int DummyCDInit(__attribute ((unused)) const char *cdrom_name) | DummyCDInit | [
"int",
"const char *"
] | {
"code": [
".globl DummyCDInit\n.type DummyCDInit, @function\nDummyCDInit:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi... | null | #include <string.h>
#include <stdlib.h>
#include <assert.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"jsqoxtpxdudbn\""
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_32u57ky21d.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["cdrom_name"], "liveout": ["cdrom_name"], "returnvarname": ["returnv"], "execcmd": "", "funname": "DummyCDInit", "funargs": ["cdrom_name"], "typemap": {"cdrom_name": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_32u57ky21d.c"], "classmap": {}, "range": {}, "needs_cast": {... |
jpmrno/ITBA-PI/TP07/Encripta.c | int retPosVector(char letra, char alfabeto[]) {
int i;
for( i = 0; alfabeto[i]; i++) {
if(alfabeto[i] == letra) {
return i;
}
}
} | int retPosVector(charletra, char *alfabeto) | int retPosVector(char letra, char alfabeto[]) | retPosVector | [
"int",
"char",
"char *"
] | {
"code": [
".globl retPosVector\n.type retPosVector, @function\nretPosVector:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovq\t%rsi, -32(%rbp)\n\tmovb\t%al, -20(%rbp)\n\tmovl\t$0, -4(%rb... | null | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include <ctype.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"106",
"\"ptaqh... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_42xwvm1t5e.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["letra", "alfabeto"], "liveout": ["alfabeto"], "returnvarname": ["returnv"], "execcmd": "", "funname": "retPosVector", "funargs": ["letra", "alfabeto"], "typemap": {"letra": "int8", "alfabeto": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_42xwvm1t5e.c"], "classmap": {}, ... |
patholden/linux/drivers/CgosLib/Cgos.c | unsigned int CgosStrLen(const char *s)
{
const char *ss=s;
if (!s) return 0;
while (*s++);
return s-ss-1;
} | unsigned int CgosStrLen(const char *s) | unsigned int CgosStrLen(const char *s) | CgosStrLen | [
"unsigned int",
"const char *"
] | {
"code": [
".globl CgosStrLen\n.type CgosStrLen, @function\nCgosStrLen:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovq\t-24(%rbp), %rax\n\tmovq\t%rax, -8(%rbp)\n\tcmpq\t$0, -24(%rb... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"zyhvcma\""
],
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_36p06yur55.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["s"], "liveout": ["s"], "returnvarname": ["returnv"], "execcmd": "", "funname": "CgosStrLen", "funargs": ["s"], "typemap": {"s": "string", "returnv": "uint32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_36p06yur55.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
scateu/gps-sdr-sim/gpssim.c | int checkExpDesignator(char *str, int len)
{
int i,n=0;
for (i=0; i<len; i++)
{
if (str[i]=='D')
{
n++;
str[i] = 'E';
}
}
return(n);
} | int checkExpDesignator(char *str, intlen) | int checkExpDesignator(char *str, int len) | checkExpDesignator | [
"int",
"char *",
"int"
] | {
"code": [
".globl checkExpDesignator\n.type checkExpDesignator, @function\ncheckExpDesignator:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t%esi, -28(%rbp)\n\tmovl\t$0, -4(%rbp... | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <omp.h>
#include <unistd.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"hbiwitvyfuqdltdkfkzq... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_48murrzju8.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["str", "len"], "liveout": ["str"], "returnvarname": ["returnv"], "execcmd": "", "funname": "checkExpDesignator", "funargs": ["str", "len"], "typemap": {"str": "string", "len": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_48murrzju8.c"], "classmap": {}, "range": {}, "needs... |
IMGJulian/incubator-mynewt-core/net/oic/src/port/mynewt/storage.c | int oc_storage_config(const char *store) {
return -1;
} | int oc_storage_config(const char *store) | int oc_storage_config(const char *store) | oc_storage_config | [
"int",
"const char *"
] | {
"code": [
".globl oc_storage_config\n.type oc_storage_config, @function\noc_storage_config:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovl\t$-1, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa ... | null | #include <stddef.h>
#include <stdint.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"twfxohawclwgybhsnvrx... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_40p8geyabz.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["store"], "liveout": ["store"], "returnvarname": ["returnv"], "execcmd": "", "funname": "oc_storage_config", "funargs": ["store"], "typemap": {"store": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_40p8geyabz.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": ... |
RagEmu/PreRenewal/src/char/int_mercenary.c | int inter_mercenary_sql_init(void)
{
return 0;
} | int inter_mercenary_sql_init() | int inter_mercenary_sql_init(void) | inter_mercenary_sql_init | [
"int",
""
] | {
"code": [
".globl inter_mercenary_sql_init\n.type inter_mercenary_sql_init, @function\ninter_mercenary_sql_init:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8... | null | #include <stdio.h>
#include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_552v5qfg4w.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "inter_mercenary_sql_init", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_552v5qfg4w.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
beaukams/controleDistance/testes/test2.c | int tester(int num){
return num;
} | int tester(intnum) | int tester(int num) | tester | [
"int",
"int"
] | {
"code": [
".globl tester\n.type tester, @function\ntester:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"19"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_38djbczs8z.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["num"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "tester", "funargs": ["num"], "typemap": {"num": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38djbczs8z.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
torchhound/projects/c/logicJunk.c | int logicOr(int x, int y) {
if (x || y == 1) {
return 1;
}
else {
return 0;
}
} | int logicOr(intx, inty) | int logicOr(int x, int y) | logicOr | [
"int",
"int",
"int"
] | {
"code": [
".globl logicOr\n.type logicOr, @function\nlogicOr:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tcmpl\t$0, -4(%rbp)\n\tjne\t.L2\n\tcmpl\t$1, -8(%rbp)... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"85",
"61"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_488dei5klo.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x", "y"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "logicOr", "funargs": ["x", "y"], "typemap": {"x": "int32", "y": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_488dei5klo.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
apple/swift-clang/3rd/templight/llvm/tools/clang/test/CodeGen/ubsan-shift.c | int f6(int c, int shamt) {
return c << shamt;
} | int f6(intc, intshamt) | int f6(int c, int shamt) | f6 | [
"int",
"int",
"int"
] | {
"code": [
".globl f6\n.type f6, @function\nf6:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t-8(%rbp), %eax\n\tmovl\t-4(%rbp), %edx\n\tmovl\t%eax, %ecx\n\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"64",
"67"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_4580f4d212.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | bb-clusters | null | {"livein": ["c", "shamt"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "f6", "funargs": ["c", "shamt"], "typemap": {"c": "int32", "shamt": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_4580f4d212.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals":... |
Cnidarias/al-go-rithms/cryptography/atbash_cipher/c/atbash_cipher.c | char cipher (char c){
if(c >= 65 && c<= 90){
c = c - 65;
c = 90 - c;
}else if( c >= 97 && c<= 122){
c = c-97;
c = 122 - c;
}
return c;
} | char cipher(charc) | char cipher (char c) | cipher | [
"char",
"char"
] | {
"code": [
".globl cipher\n.type cipher, @function\ncipher:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovb\t%al, -4(%rbp)\n\tcmpb\t$64, -4(%rbp)\n\tjle\t.L2\n\tcmpb\t$90, -4(%rbp)\n\tjg... | null | #include <stdio.h>
#include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"124"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_42ecrm7t2u.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["c"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "cipher", "funargs": ["c"], "typemap": {"c": "int8", "returnv": "int8"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_42ecrm7t2u.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
jeltz/rust-debian-package/external/clang/test/Analysis/inline4.c | int
g(int a)
{
return a;
} | int g(inta) | int g(int a) | g | [
"int",
"int"
] | {
"code": [
".globl g\n.type g, @function\ng:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".glo... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"23"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_566ff3cw63.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["a"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "g", "funargs": ["a"], "typemap": {"a": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_566ff3cw63.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
clemensv/D2C-RPi-OBDLogger/src/obdinfo/obdconvertfunctions.c | float obdConvert_44 (unsigned int A, unsigned int B, unsigned int C, unsigned int D) {
return ((float)A*256.0f+(float)B)*0.0000305f;
} | float obdConvert_44(unsigned intA, unsigned intB, unsigned intC, unsigned intD) | float obdConvert_44 (unsigned int A, unsigned int B, unsigned int C, unsigned int D) | obdConvert_44 | [
"float",
"unsigned int",
"unsigned int",
"unsigned int",
"unsigned int"
] | {
"code": [
".globl obdConvert_44\n.type obdConvert_44, @function\nobdConvert_44:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t%edx, -12(%rbp)\n\tmovl\t%ec... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"828",
"245",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_323iizv6_1.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["A", "B", "C", "D"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "obdConvert_44", "funargs": ["A", "B", "C", "D"], "typemap": {"A": "uint32", "B": "uint32", "C": "uint32", "D": "uint32", "returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_323iizv6_1.c"], "cla... |
epiqc/ScaffCC/clang/test/Driver/riscv32-toolchain.c | double check_double() { return 0; } | double check_double() | double check_double() | check_double | [
"double",
""
] | {
"code": [
".globl check_double\n.type check_double, @function\ncheck_double:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tpxor\t%xmm0, %xmm0\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_30izs7qyt6.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "check_double", "funargs": [], "typemap": {"returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_30izs7qyt6.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
AntonMirgorod/Redcode/COREWAR_SRC/libft/ft_tolower.c | int ft_tolower(int c)
{
if (c <= 90 && c >= 65)
return (c + 32);
return (c);
} | int ft_tolower(intc) | int ft_tolower(int c) | ft_tolower | [
"int",
"int"
] | {
"code": [
".globl ft_tolower\n.type ft_tolower, @function\nft_tolower:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tcmpl\t$90, -4(%rbp)\n\tjg\t.L2\n\tcmpl\t$64, -4(%rbp)\n\tjle\t.L2\n... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"114"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_62szh8t5oo.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["c"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "ft_tolower", "funargs": ["c"], "typemap": {"c": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_62szh8t5oo.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
atphalix/eviltoys/openquartz/utils/lmp2pcx/lmp2pcx.c | int SwapLong(int num)
{
return (((num >> 0) & 0xFF) << 24) + (((num >> 8) & 0xFF) << 16) + (((num >> 16) & 0xFF) << 8) + (((num >> 24) & 0xFF) << 0);
} | int SwapLong(intnum) | int SwapLong(int num) | SwapLong | [
"int",
"int"
] | {
"code": [
".globl SwapLong\n.type SwapLong, @function\nSwapLong:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tsall\t$24, %eax\n\tmovl\t%eax, %edx\n\tmovl\t-4(%... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"62"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_59ws_sqvdi.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["num"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "SwapLong", "funargs": ["num"], "typemap": {"num": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_59ws_sqvdi.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
ucc/OpenDispense2/src/cokebank_sqlite/main.c | int Bank_int_IsValidName(const char *Name)
{
if( !Name ) return 0;
while(*Name)
{
if( *Name == '\'' ) return 0;
Name ++;
}
return 1;
} | int Bank_int_IsValidName(const char *Name) | int Bank_int_IsValidName(const char *Name) | Bank_int_IsValidName | [
"int",
"const char *"
] | {
"code": [
".globl Bank_int_IsValidName\n.type Bank_int_IsValidName, @function\nBank_int_IsValidName:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tcmpq\t$0, -8(%rbp)\n\tjne\t.L4\n\tmov... | null | #include <inttypes.h>
#include <stdlib.h>
#include <limits.h>
#include <stdio.h>
#include <string.h>
#include <sqlite3.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"txfvgbgqcqo\""
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_55tpzza5zr.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["Name"], "liveout": ["Name"], "returnvarname": ["returnv"], "execcmd": "", "funname": "Bank_int_IsValidName", "funargs": ["Name"], "typemap": {"Name": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_55tpzza5zr.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": [... |
googleprojectzero/fuzzilli/Sources/libreprl/libreprl-posix.c | int RIFSIGNALED(int status)
{
return (status & 0xff) != 0;
} | int RIFSIGNALED(intstatus) | int RIFSIGNALED(int status) | RIFSIGNALED | [
"int",
"int"
] | {
"code": [
".globl RIFSIGNALED\n.type RIFSIGNALED, @function\nRIFSIGNALED:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tmovzbl\t%al, %eax\n\ttestl\t%eax, %eax\n... | null | #include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
# 1... | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"14"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_40u68bo575.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | main | null | {"livein": ["status"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "RIFSIGNALED", "funargs": ["status"], "typemap": {"status": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_40u68bo575.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
directhex/doom64/src/d64bsp/display.c | void TextDisplaySetBarText(int barnum, const char *str)
{
} | void TextDisplaySetBarText(intbarnum, const char *str) | void TextDisplaySetBarText(int barnum, const char *str) | TextDisplaySetBarText | [
"void",
"int",
"const char *"
] | {
"code": [
".globl TextDisplaySetBarText\n.type TextDisplaySetBarText, @function\nTextDisplaySetBarText:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tnop\n\tpo... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"69",
"\"eed\""... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_33e_b0gv3u.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["barnum", "str"], "liveout": ["str"], "returnvarname": [], "execcmd": "", "funname": "TextDisplaySetBarText", "funargs": ["barnum", "str"], "typemap": {"barnum": "int32", "str": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_33e_b0gv3u.c"], "classmap": {}, "range": {}, "needs_cast": {}, "glob... |
paxromana96/LispCompiler/src/syntax.c | char * getTokenTypeName(int type){
switch(type){
case 1:
return "<LParen>";
case 2:
return "<RParen>";
case 3:
return "<Number>";
case 8:
return "<ID>";
case 6:
return "<Plus>";
case 7:
return "<Minus>";
case -2:
return "<EOF>";
case -1:
return "<Error!>";
default:
return "... | char * getTokenTypeName(inttype) | char * getTokenTypeName(int type) | getTokenTypeName | [
"char *",
"int"
] | {
"code": [
".globl getTokenTypeName\n.type getTokenTypeName, @function\ngetTokenTypeName:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\taddl\t$2, %eax\n\tcmpl\t$... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"13"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_64leyo_aie.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["type"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "getTokenTypeName", "funargs": ["type"], "typemap": {"type": "int32", "returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_64leyo_aie.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
CLOUDS-Interactive-Documentary/RTCmix/RTcmix-pd-4.0.1.6/src/sndlib/io.c | int mus_iclamp(int lo, int val, int hi)
{
if (val > hi)
return(hi);
else
if (val < lo)
return(lo);
else return(val);
} | int mus_iclamp(intlo, intval, inthi) | int mus_iclamp(int lo, int val, int hi) | mus_iclamp | [
"int",
"int",
"int",
"int"
] | {
"code": [
".globl mus_iclamp\n.type mus_iclamp, @function\nmus_iclamp:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t%edx, -12(%rbp)\n\tmovl\t-8(%rbp), %e... | null | #include <math.h>
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"48",
"98",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_38fxdefwn6.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["lo", "val", "hi"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "mus_iclamp", "funargs": ["lo", "val", "hi"], "typemap": {"lo": "int32", "val": "int32", "hi": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38fxdefwn6.c"], "classmap": {}, "range": ... |
LuckyBro/sgfork/code/ui/ui_atoms.c | float UI_ClampCvar( float min, float max, float value )
{
if ( value < min ) return min;
if ( value > max ) return max;
return value;
} | float UI_ClampCvar(floatmin, floatmax, floatvalue) | float UI_ClampCvar( float min, float max, float value ) | UI_ClampCvar | [
"float",
"float",
"float",
"float"
] | {
"code": [
".globl UI_ClampCvar\n.type UI_ClampCvar, @function\nUI_ClampCvar:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovss\t%xmm0, -4(%rbp)\n\tmovss\t%xmm1, -8(%rbp)\n\tmovss\t%xmm2, -12(%rbp)\n\tmovss\... | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... |
# 1 | {
"dummy_funcs": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"dummy_funcs_seed": [
0,
0,
0,
0,
... | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"95.4411079276",
... | extern "C" {
#include "/run/user/1000/pytmpfile_jordiws_35777319awqj9la.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
u... | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_4031h8arhz.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["min", "max", "value"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "UI_ClampCvar", "funargs": ["min", "max", "value"], "typemap": {"min": "float32", "max": "float32", "value": "float32", "returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_4031h8arhz.c"], "cl... |
danstadelmann/DSVB/App15_DTMF_Detect/Sources/usbstk5505_gpio.c | short USBSTK5505_GPIO_init()
{
return 0;
} | short USBSTK5505_GPIO_init() | short USBSTK5505_GPIO_init() | USBSTK5505_GPIO_init | [
"short",
""
] | {
"code": [
".globl USBSTK5505_GPIO_init\n.type USBSTK5505_GPIO_init, @function\nUSBSTK5505_GPIO_init:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_32zrtdrrp_.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "USBSTK5505_GPIO_init", "funargs": [], "typemap": {"returnv": "int16"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_32zrtdrrp_.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
CFDEMproject/LAMMPS/libs/lammps/tools/eam_generate/Cu_Mishin1.c | double H (double x) {
if (x >= 0) return 1.;
else return 0.;
} | double H(doublex) | double H (double x) | H | [
"double",
"double"
] | {
"code": [
".globl H\n.type H, @function\nH:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\tpxor\t%xmm1, %xmm1\n\tcomisd\t%xmm1, %xmm0\n\tjb\t.L6\n\tmovsd\t.L... | null | #include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
#include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"75.6116792472"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_41jeo7uqtn.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | current | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "H", "funargs": ["x"], "typemap": {"x": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_41jeo7uqtn.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
Bitcoinsulting/multigateway-v2/libjl777/deprecated/sophia/sophia.c | int LZ4_versionNumber (void) { return (1 *100*100 + 6 *100 + 0); } | int LZ4_versionNumber() | int LZ4_versionNumber (void) | LZ4_versionNumber | [
"int",
""
] | {
"code": [
".globl LZ4_versionNumber\n.type LZ4_versionNumber, @function\nLZ4_versionNumber:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$10600, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_e... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_49b5ib5nfk.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "LZ4_versionNumber", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_49b5ib5nfk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
apple/swift-clang/3rd/templight/llvm/tools/clang/test/CoverageMapping/openmp.c | int foo(int time, int n) {
#pragma omp parallel for default(shared) schedule(dynamic, 1) reduction(+ : time)
for (int i = 1; i < n; ++i);
return 0;
} | int foo(inttime, intn) | int foo(int time, int n) | foo | [
"int",
"int",
"int"
] | {
"code": [
".globl foo\n.type foo, @function\nfoo:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tmovl\t$1, -4(%rbp)\n\tjmp\t.L2\n.L3:\n\taddl\t$1, -4(%rbp)\n.L... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"13",
"75"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_45wp52d6gk.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | bb-clusters | null | {"livein": ["time", "n"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "foo", "funargs": ["time", "n"], "typemap": {"time": "int32", "n": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_45wp52d6gk.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": [... |
kanner/KnR_solutions/Chapter3/3-03/expand.c | int checkrange(char c1, char c2)
{
if (('a' <= c1 && c1 <= 'z') && (c1 <= c2 && c2 <= 'z'))
return 1;
if (('A' <= c1 && c1 <= 'Z') && (c1 <= c2 && c2 <= 'Z'))
return 1;
if (('0' <= c1 && c1 <= '9') && (c1 <= c2 && c2 <= '9'))
return 1;
return 0;
} | int checkrange(charc1, charc2) | int checkrange(char c1, char c2) | checkrange | [
"int",
"char",
"char"
] | {
"code": [
".globl checkrange\n.type checkrange, @function\ncheckrange:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %edx\n\tmovl\t%esi, %eax\n\tmovb\t%dl, -4(%rbp)\n\tmovb\t%al, -8(%rbp)\n\tcmpb\... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"4",
"5"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_384w2203gi.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["c1", "c2"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "checkrange", "funargs": ["c1", "c2"], "typemap": {"c1": "int8", "c2": "int8", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_384w2203gi.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals":... |
PeterWolf-tw/NeoPraat/external/gsl/gsl_sys__coerce.c | double
gsl_coerce_double (const double x)
{
volatile double y;
y = x;
return y;
} | double gsl_coerce_double(const doublex) | double gsl_coerce_double (const double x) | gsl_coerce_double | [
"double",
"const double"
] | {
"code": [
".globl gsl_coerce_double\n.type gsl_coerce_double, @function\ngsl_coerce_double:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -24(%rbp)\n\tmovsd\t-24(%rbp), %xmm0\n\tmovsd\t%xmm0, -8... | null | #include <math.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"37.1247093259"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_484djn8_wi.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "gsl_coerce_double", "funargs": ["x"], "typemap": {"x": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_484djn8_wi.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
stevedonovan/Lake/examples/big1/c059.c | int c059(void) { return 0; } | int c059() | int c059(void) | c059 | [
"int",
""
] | {
"code": [
".globl c059\n.type c059, @function\nc059:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl c059\n.type c059, ... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_33uymieqyj.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "c059", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_33uymieqyj.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
jw3/jbmcgi/drag/mcdrag.c | double mcdrag_rpm(double twist, double velocity)
{
return (velocity/(twist/60.0)*12.0);
} | double mcdrag_rpm(doubletwist, doublevelocity) | double mcdrag_rpm(double twist, double velocity) | mcdrag_rpm | [
"double",
"double",
"double"
] | {
"code": [
".globl mcdrag_rpm\n.type mcdrag_rpm, @function\nmcdrag_rpm:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t%xmm1, -16(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\tmovsd\t.LC0(... | null | #include <math.h>
#include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"64.3427017926",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_584kjdt8vl.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["twist", "velocity"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "mcdrag_rpm", "funargs": ["twist", "velocity"], "typemap": {"twist": "float64", "velocity": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_584kjdt8vl.c"], "classmap": {}, "range... |
mspenceree/Versa-Filter/firmware/recover.c | int valid_serial(char *carray)
{
int i, code, num[10], sumo=0, sume=0, sumss=0;
for(i=0;i<10;i++){
code = carray[i];
num[i] = code - 0x30;
if((code<0x30)||(code>0x39)){
return 0;
}
}
sumo = num[0]+num[2]+num[4];
sumo = sumo - (sumo/10)*10;
sume = num[1]+num[3]+num[5];
sume = sume - (sume/10)*10;
sumss =... | int valid_serial(char *carray) | int valid_serial(char *carray) | valid_serial | [
"int",
"char *"
] | {
"code": [
".globl valid_serial\n.type valid_serial, @function\nvalid_serial:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tsubq\t$96, %rsp\n\tmovq\t%rdi, -88(%rbp)\n\tmovq\t%fs:40, %rax\n\tmovq\t%rax, -8(%rbp... | null | #include <stdlib.h> /* Include standard library header */
#include <math.h> /* Include math library header */
#include <string.h> /* Include string function header */
#include <ctype.h> /* Include character function header */
#include <limits.h> /* define LONG_MIN and LONG_MAX */
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"uvrujj\""
],
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_44tyhg3423.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["carray"], "liveout": ["carray"], "returnvarname": ["returnv"], "execcmd": "", "funname": "valid_serial", "funargs": ["carray"], "typemap": {"carray": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_44tyhg3423.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": [... |
robbertkrebbers/ch2o/tests/undefined-ellison/unsorted/j075b.c | int f(int x) { return x - 5; } | int f(intx) | int f(int x) | f | [
"int",
"int"
] | {
"code": [
".globl f\n.type f, @function\nf:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tsubl\t$5, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endpr... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"102"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_42cfqdq3yv.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "f", "funargs": ["x"], "typemap": {"x": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_42cfqdq3yv.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
cvra/can-bootloader/tests/mocks/timeout_mock.c | bool timeout_reached(void)
{
return false;
} | int timeout_reached() | bool timeout_reached(void) | timeout_reached | [
"int",
""
] | {
"code": [
".globl timeout_reached\n.type timeout_reached, @function\ntimeout_reached:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n... | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | #include <stdbool.h>
# 1 | {
"dummy_funcs": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"dummy_funcs_seed": [
0,
0,
0,
0,
... | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | extern "C" {
#include "/run/user/1000/pytmpfile_jordiws_3577757ag11br_c.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
u... | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_48u7zar473.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "timeout_reached", "funargs": [], "typemap": {"returnv": "bool"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_48u7zar473.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
pokebyte/blueberryMSX/Src/Language/LanguageMinimal.c | char* langRomTypeMicrosolFdc() { return "Microsol Disk Controller"; } | char * langRomTypeMicrosolFdc() | char* langRomTypeMicrosolFdc() | langRomTypeMicrosolFdc | [
"char *",
""
] | {
"code": [
".globl langRomTypeMicrosolFdc\n.type langRomTypeMicrosolFdc, @function\nlangRomTypeMicrosolFdc:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tleaq\t.LC0(%rip), %rax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7,... | null | #include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_62je59lx3x.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "langRomTypeMicrosolFdc", "funargs": [], "typemap": {"returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_62je59lx3x.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
LubosD/darling/src/dyld-apple/unit-tests/test-cases/threaded-lazy-bind/foo.c | int do_386() { return 386; } | int do_386() | int do_386() | do_386 | [
"int",
""
] | {
"code": [
".globl do_386\n.type do_386, @function\ndo_386:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$386, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl do_386\n.t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_539903td0c.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "do_386", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_539903td0c.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
scottfrazer/cAST/test/cases/3/test.h | int function(int a, int b) { return a+b; } | int function(inta, intb) | int function(int a, int b) | function | [
"int",
"int",
"int"
] | {
"code": [
".globl function\n.type function, @function\nfunction:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t-4(%rbp), %edx\n\tmovl\t-8(%rbp), %eax\n\ta... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"84",
"111"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_42mcrr0_ki.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["a", "b"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "function", "funargs": ["a", "b"], "typemap": {"a": "int32", "b": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_42mcrr0_ki.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
bert/libtgb1990/src/NEN6772.c | double
UC_11_1_11
(
double F_g_s_rep,
double F_g_u_d
)
{
return (F_g_s_rep / F_g_u_d);
} | double UC_11_1_11(doubleF_g_s_rep, doubleF_g_u_d) | double UC_11_1_11 ( double F_g_s_rep, double F_g_u_d ) | UC_11_1_11 | [
"double",
"double",
"double"
] | {
"code": [
".globl UC_11_1_11\n.type UC_11_1_11, @function\nUC_11_1_11:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t%xmm1, -16(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\tdivsd\t-16(%... | null | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"7.75117789952",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_51cmq99f8l.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["F_g_s_rep", "F_g_u_d"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "UC_11_1_11", "funargs": ["F_g_s_rep", "F_g_u_d"], "typemap": {"F_g_s_rep": "float64", "F_g_u_d": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_51cmq99f8l.c"], "classmap": {... |
astroza/Leela/brain/launcher/launcher.c | int stop_process(int pid)
{
return kill(pid, 15);
} | int stop_process(intpid) | int stop_process(int pid) | stop_process | [
"int",
"int"
] | {
"code": [
".globl stop_process\n.type stop_process, @function\nstop_process:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tsubq\t$16, %rsp\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tmovl\t$15, %esi\n\... | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | #include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/wait.h>
# 1 | {
"dummy_funcs": [
"int kill (int b, int d) {\n\tint returnv;\n\tint temp_variable = 45;\n\treturnv = temp_variable;\n\treturn returnv;\n}\n",
"int kill (int b, int d) {\n\tint returnv;\n\tint temp_variable = 45;\n\treturnv = temp_variable;\n\treturn returnv;\n}\n",
"int kill (int b, int d) {\n\tint retur... | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"113"
],
"v... | extern "C" {
#include "/run/user/1000/pytmpfile_jordiws_3577735rih14ck5.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
u... | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_45e__pfm2s.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["pid"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "stop_process", "funargs": ["pid"], "typemap": {"pid": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_45e__pfm2s.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
dankcushions/pcsx_rearmed/plugins/gpu_neon/vout_pl.c | int vout_finish(void)
{
return 0;
} | int vout_finish() | int vout_finish(void) | vout_finish | [
"int",
""
] | {
"code": [
".globl vout_finish\n.type vout_finish, @function\nvout_finish:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".glo... | null | #include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_30w_wzwroj.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "vout_finish", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_30w_wzwroj.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
8l/AutoCorres/c-parser/testfiles/ptr_auxupd.c | int alloc(int *p)
{
int tmp = 5;
return 0;
} | int alloc(int *p) | int alloc(int *p) | alloc | [
"int",
"int *"
] | {
"code": [
".globl alloc\n.type alloc, @function\nalloc:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t$5, -4(%rbp)\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[52, 104, 102, 51, 121... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_60h77mt3kx.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["p"], "liveout": ["p"], "returnvarname": ["returnv"], "execcmd": "", "funname": "alloc", "funargs": ["p"], "typemap": {"p": "array(int32#32)", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_60h77mt3kx.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
cckayne/ALEPH/Tests/PopTrial/mote64.c | char* mote64_Name(void) {
return "MOTE64";
} | char * mote64_Name() | char* mote64_Name(void) | mote64_Name | [
"char *",
""
] | {
"code": [
".globl mote64_Name\n.type mote64_Name, @function\nmote64_Name:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tleaq\t.LC0(%rip), %rax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n.LC0: ... | null | #include <stdio.h>
#include <stddef.h>
#include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_56btnueoz4.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "mote64_Name", "funargs": [], "typemap": {"returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_56btnueoz4.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
mirohs/prog1lib/lecture_examples/function_pointer.c | char *hello(void) {
return "hello";
} | char * hello() | char *hello(void) | hello | [
"char *",
""
] | {
"code": [
".globl hello\n.type hello, @function\nhello:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tleaq\t.LC0(%rip), %rax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n.LC0: \t.string\t\"hello... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_40lgil63t8.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "hello", "funargs": [], "typemap": {"returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_40lgil63t8.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
burzumishi/XCompWMaker/WMaker/dockapps/wmbiff/wmbiff/test_wmbiff.c | int exists(const char *filename)
{
return (0);
} | int exists(const char *filename) | int exists(const char *filename) | exists | [
"int",
"const char *"
] | {
"code": [
".globl exists\n.type exists, @function\nexists:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"mvwoyegjxdvqtohvgbjp... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_42v48zvmdz.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["filename"], "liveout": ["filename"], "returnvarname": ["returnv"], "execcmd": "", "funname": "exists", "funargs": ["filename"], "typemap": {"filename": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_42v48zvmdz.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals":... |
kwagyeman/openmv/src/omv/imlib/fmath.c | float fast_cbrtf(float x)
{
union {int ix; float x;} v;
v.x = x;
v.ix = v.ix/4 + v.ix/16;
v.ix = v.ix + v.ix/16;
v.ix = v.ix + v.ix/256;
v.ix = 0x2a511cd0 + v.ix;
return v.x;
} | float fast_cbrtf(floatx) | float fast_cbrtf(float x) | fast_cbrtf | [
"float",
"float"
] | {
"code": [
".globl fast_cbrtf\n.type fast_cbrtf, @function\nfast_cbrtf:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovss\t%xmm0, -20(%rbp)\n\tmovss\t-20(%rbp), %xmm0\n\tmovss\t%xmm0, -4(%rbp)\n\tmovl\t-4(%r... | null | #include <math.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"83.6981118425"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_40irll7bb5.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "fast_cbrtf", "funargs": ["x"], "typemap": {"x": "float32", "returnv": "float32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_40irll7bb5.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
NEWPLAN/books/osask/omake/tolsrc/go_0023s/go_lib/strcmp.c | int GO_strcmp (char *d, char *s)
{
while ('\0' != *d) {
if (*d != *s)
return *d - *s;
d++;
s++;
}
return *d - *s;
} | int GO_strcmp(char *d, char *s) | int GO_strcmp (char *d, char *s) | GO_strcmp | [
"int",
"char *",
"char *"
] | {
"code": [
".globl GO_strcmp\n.type GO_strcmp, @function\nGO_strcmp:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tjmp\t.L2\n.L5:\n\tmovq\t-8(%rbp), %rax\n\tmov... | null | #include <stddef.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"rcabex\"",
"... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_51fz277x0t.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["d", "s"], "liveout": ["d", "s"], "returnvarname": ["returnv"], "execcmd": "", "funname": "GO_strcmp", "funargs": ["d", "s"], "typemap": {"d": "string", "s": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_51fz277x0t.c"], "classmap": {}, "range": {}, "needs_cast": {}, "glob... |
Mustaavalkosta/toolchain_gcc-4.9/gcc/testsuite/gcc.target/sh/pr52483-1.c | int
test_01 (volatile short* x)
{
return *x;
} | int test_01(volatile short *x) | int test_01 (volatile short* x) | test_01 | [
"int",
"volatile short *"
] | {
"code": [
".globl test_01\n.type test_01, @function\ntest_01:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t-8(%rbp), %rax\n\tmovzwl\t(%rax), %eax\n\tcwtl\n\tpopq\t%rbp\n\t.cfi_d... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[120, 115, 67, 80, 117... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_40ihmguy23.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": ["x"], "returnvarname": ["returnv"], "execcmd": "", "funname": "test_01", "funargs": ["x"], "typemap": {"x": "array(int16#32)", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_40ihmguy23.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
gdarko/CProgrammingExercises/zbirka_2/datoteki/zad_383.c | int isspec(char c)
{
return (((c >= '!') && (c <= '/')) || (c >= ':' && c <= '@') || ((c >= '[') && (c <= '`')) || ((c >= '{') && (c <= 'DEL')));
} | int isspec(charc) | int isspec(char c) | isspec | [
"int",
"char"
] | {
"code": [
".globl isspec\n.type isspec, @function\nisspec:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovb\t%al, -4(%rbp)\n\tcmpb\t$32, -4(%rbp)\n\tjle\t.L2\n\tcmpb\t$47, -4(%rbp)\n\tjl... | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"69"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_35bvkd2_kn.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["c"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "isspec", "funargs": ["c"], "typemap": {"c": "int8", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_35bvkd2_kn.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
felipecruz/riows/vendor/cdats/src/hash.c | int hash_val (int key)
{
return key;
} | int hash_val(intkey) | int hash_val (int key) | hash_val | [
"int",
"int"
] | {
"code": [
".globl hash_val\n.type hash_val, @function\nhash_val:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_en... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"17"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_38xk_dzaq2.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["key"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "hash_val", "funargs": ["key"], "typemap": {"key": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_38xk_dzaq2.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
joa-quim/GMT5SAR/preproc/S1A_preproc/lib/xml.c | int cat_nums(char *str_out, char *str){
int i=0,j=0;
while(str[i]!='\0'){
if(str[i] >= '0' && str[i] <= '9'){
str_out[j++] = str[i];
}
i++;
}
str_out[j] = '\0';
return(j);
} | int cat_nums(char *str_out, char *str) | int cat_nums(char *str_out, char *str) | cat_nums | [
"int",
"char *",
"char *"
] | {
"code": [
".globl cat_nums\n.type cat_nums, @function\ncat_nums:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovq\t%rsi, -32(%rbp)\n\tmovl\t$0, -8(%rbp)\n\tmovl\t$0, -4(%rbp)\n\tjmp... | null | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"igbdxnvcqjzqy\"",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_59v8yufbak.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["str_out", "str"], "liveout": ["str_out", "str"], "returnvarname": ["returnv"], "execcmd": "", "funname": "cat_nums", "funargs": ["str_out", "str"], "typemap": {"str_out": "string", "str": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_59v8yufbak.c"], "classmap": {}, "rang... |
LCRS-UCC/STM32F4Discovery-expansion/OtharSoft/syscalls/syscalls.c | __attribute__ ((used))
int _write(int file, char *ptr, int len)
{
# 103 "/scratch/repos/new/home/jordi_armengol_estape/c-scraper/outputs/2022-01-22/02-19-57/repos/LCRS-UCC/STM32F4Discovery-expansion/refs/heads/Working/OtharSoft/syscalls/syscalls.c"
return len;
} | int _write(intfile, char *ptr, intlen) | __attribute__ ((used)) int _write(int file, char *ptr, int len) | _write | [
"int",
"int",
"char *",
"int"
] | {
"code": [
".globl _write\n.type _write, @function\n_write:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tmovl\t%edx, -8(%rbp)\n\tmovl\t-8(%rbp), %eax\n\tpopq\t... | null | #include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"16",
"\"otnsxx... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_63l26s2qok.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | Working | null | {"livein": ["file", "ptr", "len"], "liveout": ["ptr"], "returnvarname": ["returnv"], "execcmd": "", "funname": "_write", "funargs": ["file", "ptr", "len"], "typemap": {"file": "int32", "ptr": "string", "len": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_63l26s2qok.c"], "classmap": {}... |
shehan492/C_programs/pdslab/day1/cs1803-day1-prog1.c | int countVowels(char *str)
{
int i,count=0;
for(i=0;str[i]!='\0';++i)
if('a' == str[i] ||
'e' == str[i] ||
'i' == str[i] ||
'o' == str[i] ||
'u' == str[i] ||
'A' == str[i] ||
'E' == str[i] ||
'I' == str[i] ||
'O' == str[i] ||
'U' == str[i] )
count++;
return count;
} | int countVowels(char *str) | int countVowels(char *str) | countVowels | [
"int",
"char *"
] | {
"code": [
".globl countVowels\n.type countVowels, @function\ncountVowels:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -24(%rbp)\n\tmovl\t$0, -4(%rbp)\n\tmovl\t$0, -8(%rbp)\n\tjmp\t.L2\n.L5:\n\tm... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"zxwcljdbsyizzobsjazq... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_61heo1kpe_.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["str"], "liveout": ["str"], "returnvarname": ["returnv"], "execcmd": "", "funname": "countVowels", "funargs": ["str"], "typemap": {"str": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_61heo1kpe_.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
pokebyte/blueberryMSX/Src/Language/LanguageMinimal.c | char* langRomTypeMirroredRam1k() { return "1kB Mirrored RAM"; } | char * langRomTypeMirroredRam1k() | char* langRomTypeMirroredRam1k() | langRomTypeMirroredRam1k | [
"char *",
""
] | {
"code": [
".globl langRomTypeMirroredRam1k\n.type langRomTypeMirroredRam1k, @function\nlangRomTypeMirroredRam1k:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tleaq\t.LC0(%rip), %rax\n\tpopq\t%rbp\n\t.cfi_def_... | null | #include <string.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_62an58r1gi.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "langRomTypeMirroredRam1k", "funargs": [], "typemap": {"returnv": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_62an58r1gi.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
michaeljklein/CPlug/src/cex3/simple_tests.c | unsigned long unsignedlong_id(unsigned long x){return x;} | unsigned long unsignedlong_id(unsigned longx) | unsigned long unsignedlong_id(unsigned long x) | unsignedlong_id | [
"unsigned long",
"unsigned long"
] | {
"code": [
".globl unsignedlong_id\n.type unsignedlong_id, @function\nunsignedlong_id:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t-8(%rbp), %rax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"567"
],
"v... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_32krhde_2f.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "unsignedlong_id", "funargs": ["x"], "typemap": {"x": "uint64", "returnv": "uint64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_32krhde_2f.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
allen-garvey/til/c/pointers_by_value.c | void pointerExample1(int *ptr1, int *ptr2){
ptr1 = ptr2;
} | void pointerExample1(int *ptr1, int *ptr2) | void pointerExample1(int *ptr1, int *ptr2) | pointerExample1 | [
"void",
"int *",
"int *"
] | {
"code": [
".globl pointerExample1\n.type pointerExample1, @function\npointerExample1:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tmovq\t-16(%rbp), %rax\n\tmo... | null | #include <stdlib.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"[28, 0, 4, 101, 82, 11... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_63dakgd19b.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["ptr1", "ptr2"], "liveout": ["ptr1", "ptr2"], "returnvarname": [], "execcmd": "", "funname": "pointerExample1", "funargs": ["ptr1", "ptr2"], "typemap": {"ptr1": "array(int32#32)", "ptr2": "array(int32#32)"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_63dakgd19b.c"], "classmap": {}, "range": {}, "nee... |
IAmAnubhavSaini/blog-posts/c/hcf_via_euclids_division_algorithm.c | int hcf_iterative(int a, int b){
int q, r;
if(a > 0 && b > 0){
if(a < b)
return hcf_iterative(b, a);
q = a / b;
r = a % b;
while(r != 0 && r != 1){
a = b;
b = r;
q = a / b;
r = a % b;
}
if(r == 0)
return b;
else if(r == 1)
return 1;
}
return -1;
} | int hcf_iterative(inta, intb) | int hcf_iterative(int a, int b) | hcf_iterative | [
"int",
"int",
"int"
] | {
"code": [
".globl hcf_iterative\n.type hcf_iterative, @function\nhcf_iterative:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tsubq\t$32, %rsp\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tcmpl\t$0, -20... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"23",
"55"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_45dbgpeq0i.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["a", "b"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "hcf_iterative", "funargs": ["a", "b"], "typemap": {"a": "int32", "b": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_45dbgpeq0i.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": ... |
danielsanfr/c-study/soma/soma.c | int soma3(int a, int b, int c)
{
return a+b+c;
} | int soma3(inta, intb, intc) | int soma3(int a, int b, int c) | soma3 | [
"int",
"int",
"int",
"int"
] | {
"code": [
".globl soma3\n.type soma3, @function\nsoma3:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t%edx, -12(%rbp)\n\tmovl\t-4(%rbp), %edx\n\tmovl\t-8(... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"125",
"44",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_35lpy2am2k.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["a", "b", "c"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "soma3", "funargs": ["a", "b", "c"], "typemap": {"a": "int32", "b": "int32", "c": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_35lpy2am2k.c"], "classmap": {}, "range": {}, "needs_cast":... |
michalis-/rcu/valtree/v3.19/fake_sched.h | unsigned long int_sqrt(unsigned long x)
{
unsigned long b, m, y = 0;
if (x <= 1)
return x;
m = 1UL << ((sizeof(long) * 8) - 2);
while (m != 0) {
b = y + m;
y >>= 1;
if (x >= b) {
x -= b;
... | unsigned long int_sqrt(unsigned longx) | unsigned long int_sqrt(unsigned long x) | int_sqrt | [
"unsigned long",
"unsigned long"
] | {
"code": [
".globl int_sqrt\n.type int_sqrt, @function\nint_sqrt:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -40(%rbp)\n\tmovq\t$0, -16(%rbp)\n\tcmpq\t$1, -40(%rbp)\n\tja\t.L2\n\tmovq\t-40(%rbp)... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"21"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_54il_hk1o2.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "int_sqrt", "funargs": ["x"], "typemap": {"x": "uint64", "returnv": "uint64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_54il_hk1o2.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
vivekian/algorithms_practice/c_programming/complement.c | int comp(int num)
{
int res = 0;
int cnt = 0;
while (num) {
if (!(num & 1)) {
res = res | (1 << cnt);
}
++cnt;
num = num >> 1;
}
return res;
} | int comp(intnum) | int comp(int num) | comp | [
"int",
"int"
] | {
"code": [
".globl comp\n.type comp, @function\ncomp:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t$0, -8(%rbp)\n\tmovl\t$0, -4(%rbp)\n\tjmp\t.L2\n.L4:\n\tmovl\t-20(%rbp), %eax\... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"48"
],
"va... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_517jmndjjh.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["num"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "comp", "funargs": ["num"], "typemap": {"num": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_517jmndjjh.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
Urinx/Hardware_Software_Interface/lab1/bits.c | int logicalShift(int x, int n) {
int a=(x>>31&1)<<32+~n;
return (x^a<<n)>>n^a;
} | int logicalShift(intx, intn) | int logicalShift(int x, int n) | logicalShift | [
"int",
"int",
"int"
] | {
"code": [
".globl logicalShift\n.type logicalShift, @function\nlogicalShift:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tmovl\t-20(%rbp), %eax\n\tshrl\t$31,... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"114",
"0"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_60nihwinll.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x", "n"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "logicalShift", "funargs": ["x", "n"], "typemap": {"x": "int32", "n": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_60nihwinll.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": [... |
project-lovelace/lovelace-website/pip/src/sqlparse-0.4.2/src/static/code_stubs/c/speed_of_light.c | double light_time(double distance) {
double t = 0.0;
return t;
} | double light_time(doubledistance) | double light_time(double distance) | light_time | [
"double",
"double"
] | {
"code": [
".globl light_time\n.type light_time, @function\nlight_time:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -24(%rbp)\n\tpxor\t%xmm0, %xmm0\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t-8(%rbp),... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"58.0127576083"
]... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_29htpeaylv.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | dependabot | null | {"livein": ["distance"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "light_time", "funargs": ["distance"], "typemap": {"distance": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_29htpeaylv.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []... |
arktools/arktoolbox/arktoolbox-xcos/src/c/business_sum.c | double business_sum(double in, double in2) {
return in + in2;
} | double business_sum(doublein, doublein2) | double business_sum(double in, double in2) | business_sum | [
"double",
"double",
"double"
] | {
"code": [
".globl business_sum\n.type business_sum, @function\nbusiness_sum:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovsd\t%xmm0, -8(%rbp)\n\tmovsd\t%xmm1, -16(%rbp)\n\tmovsd\t-8(%rbp), %xmm0\n\taddsd\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"81.4607745122",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_29rsp7gy92.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["in", "in2"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "business_sum", "funargs": ["in", "in2"], "typemap": {"in": "float64", "in2": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_29rsp7gy92.c"], "classmap": {}, "range": {}, "needs_cast": {... |
LubosD/darling/src/dyld-apple/unit-tests/test-cases/threaded-lazy-bind/foo.c | int do_961() { return 961; } | int do_961() | int do_961() | do_961 | [
"int",
""
] | {
"code": [
".globl do_961\n.type do_961, @function\ndo_961:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$961, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
".globl do_961\n.t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_534wks31f8.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "do_961", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_534wks31f8.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
petterreinholdtsen/cinelerra-hv/cinelerra-4.6/cinelerra-4.6.mod/thirdparty/mjpegtools-1.9.0rc3/lavtools/subsample.c | int chroma_sub_implemented(int mode)
{
switch (mode) {
case 0:
case 1:
case 3:
return 1;
case 2:
case 4:
case 5:
case 7:
case 6:
default:
return 0;
}
} | int chroma_sub_implemented(intmode) | int chroma_sub_implemented(int mode) | chroma_sub_implemented | [
"int",
"int"
] | {
"code": [
".globl chroma_sub_implemented\n.type chroma_sub_implemented, @function\nchroma_sub_implemented:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tcmpl\t$1, -4(%rbp)\n\tjg\t.L2\n... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"8"
],
"var... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_31w4b9v8ev.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["mode"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "chroma_sub_implemented", "funargs": ["mode"], "typemap": {"mode": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_31w4b9v8ev.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
NutshellySima/cpp/SYSU/matrix-C/Calculate the day.c | int leapyear(int year) {
if (year % 400 == 0)
return 1;
else if (year % 4 == 0 && year % 100 != 0)
return 1;
else
return 0;
} | int leapyear(intyear) | int leapyear(int year) | leapyear | [
"int",
"int"
] | {
"code": [
".globl leapyear\n.type leapyear, @function\nleapyear:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t-4(%rbp), %edx\n\tmovslq\t%edx, %rax\n\timulq\t$1374389535, %rax, %... | null | #include <stdio.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"9"
],
"var... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_61od0zydej.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["year"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "leapyear", "funargs": ["year"], "typemap": {"year": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_61od0zydej.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
juangod1/ARQUI-TPE/Userland/SampleCodeModule/mathLib.c | int subtract(int x, int y) {
return x - y;
} | int subtract(intx, inty) | int subtract(int x, int y) | subtract | [
"int",
"int",
"int"
] | {
"code": [
".globl subtract\n.type subtract, @function\nsubtract:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -4(%rbp)\n\tmovl\t%esi, -8(%rbp)\n\tmovl\t-4(%rbp), %eax\n\tsubl\t-8(%rbp), %eax\n\tp... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"73",
"20"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_47fiwmwtqs.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["x", "y"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "subtract", "funargs": ["x", "y"], "typemap": {"x": "int32", "y": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_47fiwmwtqs.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
joa-quim/GMT5SAR/preproc/ERS_preproc/ers_line_fixer/ers_line_fixer.c | double calc_swst(unsigned short swst_dn, double pri)
{
return ((double) swst_dn * 210.94e-09 + 9.0 * pri - 6.6E-6);
} | double calc_swst(unsigned shortswst_dn, doublepri) | double calc_swst(unsigned short swst_dn, double pri) | calc_swst | [
"double",
"unsigned short",
"double"
] | {
"code": [
".globl calc_swst\n.type calc_swst, @function\ncalc_swst:\n.LFB6:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, %eax\n\tmovsd\t%xmm0, -16(%rbp)\n\tmovw\t%ax, -4(%rbp)\n\tmovzwl\t-4(%rbp), %eax\n... | null | #include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <math.h>
#include <time.h>
#include <fcntl.h>
#include <sys/types.h>
#include <errno.h>
#include <limits.h>
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"284",
"12.1639... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_596xhkwuf9.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["swst_dn", "pri"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "calc_swst", "funargs": ["swst_dn", "pri"], "typemap": {"swst_dn": "uint16", "pri": "float64", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_596xhkwuf9.c"], "classmap": {}, "range": {}, "nee... |
geekboxzone/mmallow_kernel/drivers/input/touchscreen/gsl_point_id.c | int gsl_TouchNear(void)
{
return 0;
} | int gsl_TouchNear() | int gsl_TouchNear(void) | gsl_TouchNear | [
"int",
""
] | {
"code": [
".globl gsl_TouchNear\n.type gsl_TouchNear, @function\ngsl_TouchNear:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t$0, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n\n",
... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [],
"var": []
},
{
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_62vhc89vup.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | geekbox | null | {"livein": [], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "gsl_TouchNear", "funargs": [], "typemap": {"returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_62vhc89vup.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
littlekernel/newlib/master/libgloss/riscv/semihost-sys_link.c | int _link (const char *old_name, const char *new_name)
{
return -1;
} | int _link(const char *old_name, const char *new_name) | int _link (const char *old_name, const char *new_name) | _link | [
"int",
"const char *",
"const char *"
] | {
"code": [
".globl _link\n.type _link, @function\n_link:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tmovl\t$-1, %eax\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\tret... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"stskgcfszida\"",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_36qtepwhcm.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | cygwin | null | {"livein": ["old_name", "new_name"], "liveout": ["old_name", "new_name"], "returnvarname": ["returnv"], "execcmd": "", "funname": "_link", "funargs": ["old_name", "new_name"], "typemap": {"old_name": "string", "new_name": "string", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_36qtepwhcm.c"], ... |
n-t-roff/DWB3.3/text/troff/n4.c | int quant(int n, int m)
{
int i, neg;
neg = 0;
if (n < 0) {
neg++;
n = -n;
}
i = n / m;
if (n - m * i > m / 2)
i += 1;
i *= m;
if (neg)
i = -i;
return(i);
} | int quant(intn, intm) | int quant(int n, int m) | quant | [
"int",
"int",
"int"
] | {
"code": [
".globl quant\n.type quant, @function\nquant:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovl\t%edi, -20(%rbp)\n\tmovl\t%esi, -24(%rbp)\n\tmovl\t$0, -4(%rbp)\n\tcmpl\t$0, -20(%rbp)\n\tjns\t.L2\n\... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"115",
"15"
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_339ai5d10y.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["n", "m"], "liveout": [], "returnvarname": ["returnv"], "execcmd": "", "funname": "quant", "funargs": ["n", "m"], "typemap": {"n": "int32", "m": "int32", "returnv": "int32"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_339ai5d10y.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
Summeli/gnuboy4Symbian/Z/Z_io2.h | void fs_scandir(char *dir, char *name)
{
} | void fs_scandir(char *dir, char *name) | void fs_scandir(char *dir, char *name) | fs_scandir | [
"void",
"char *",
"char *"
] | {
"code": [
".globl fs_scandir\n.type fs_scandir, @function\nfs_scandir:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tmovq\t%rdi, -8(%rbp)\n\tmovq\t%rsi, -16(%rbp)\n\tnop\n\tpopq\t%rbp\n\t.cfi_def_cfa 7, 8\n\t... | null |
# 1 | null | {
"dummy_funcs": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"dummy_funcs_seed": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"input": [
{
"value": [
"\"bzjmkjuebl\"",
... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_332pk187u2.c"
}
#include <vector>
#include <nlohmann/json.hpp>
#include <fstream>
#include <iomanip>
#include <clib/synthesizer.h>
#include <time.h>
#include <math.h>
#include <iostream>
char* output_file;
char* pre_accel_dump_file; // optional dump file.
using json ... | master | null | {"livein": ["dir", "name"], "liveout": ["dir", "name"], "returnvarname": [], "execcmd": "", "funname": "fs_scandir", "funargs": ["dir", "name"], "typemap": {"dir": "string", "name": "string"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_332pk187u2.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.