path stringlengths 12 169 | func_def stringlengths 15 23.2k | func_head stringlengths 7 435 | func_head_types stringlengths 7 477 | fname stringlengths 1 71 | signature sequencelengths 2 43 | asm dict | synth_deps stringclasses 254
values | real_deps stringlengths 5 561 | synth_io_pairs dict | real_io_pairs dict | synth_exe_wrapper stringclasses 704
values | real_exe_wrapper stringlengths 1.23k 6.64k | ref stringclasses 220
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... |
CAAP/Lua/src/lcdf/dcdflib.c | double gam1(double *a)
{
static double s1 = .273076135303957e+00;
static double s2 = .559398236957378e-01;
static double p[7] = {
.577215664901533e+00,-.409078193005776e+00,-.230975380857675e+00,
.597275330452234e-01,.766968181649490e-02,-.514889771323592e-02,
.589597428611429e-03
};
static double q[5]... | double gam1(double *a) | double gam1(double *a) | gam1 | [
"double",
"double *"
] | {
"code": [
".globl gam1\n.type gam1, @function\ngam1:\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-8(%rbp), %rax\n\tmovsd\t(%rax), %xmm0\n\tmovsd\t%xmm0, t.3894(%rip)\n\tmovq\t-... | null | #include <stdio.h>
#include <stdlib.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": [
"[51.7233135909, 45.087... | null | extern "C" {
#include "/tmp/pytmpfile_2d0c40262005_43zama530i.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": ["a"], "returnvarname": ["returnv"], "execcmd": "", "funname": "gam1", "funargs": ["a"], "typemap": {"a": "array(float64#32)", "returnv": "float64"}, "required_includes": ["/tmp/pytmpfile_2d0c40262005_43zama530i.c"], "classmap": {}, "range": {}, "needs_cast": {}, "globals": []} |
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... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3