| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| tut01-hello-world.c | 26 create_code (gcc_jit_context *ctxt) function 96 create_code (ctxt);
|
| tut01-hello-world.cc | 26 create_code (gccjit::context ctxt) function 79 create_code (ctxt);
|
| tut02-square.c | 26 create_code (gcc_jit_context *ctxt) function 81 create_code (ctxt);
|
| tut02-square.cc | 26 create_code (gccjit::context ctxt) function 66 create_code (ctxt);
|
| tut03-sum-of-squares.cc | 26 create_code (gccjit::context ctxt) function 107 create_code (ctxt);
|
| tut03-sum-of-squares.c | 26 create_code (gcc_jit_context *ctxt) function 144 create_code (ctxt);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| tut01-hello-world.c | 26 create_code (gcc_jit_context *ctxt) function 96 create_code (ctxt);
|
| tut01-hello-world.cc | 26 create_code (gccjit::context ctxt) function 79 create_code (ctxt);
|
| tut02-square.c | 26 create_code (gcc_jit_context *ctxt) function 81 create_code (ctxt);
|
| tut02-square.cc | 26 create_code (gccjit::context ctxt) function 66 create_code (ctxt);
|
| tut03-sum-of-squares.cc | 26 create_code (gccjit::context ctxt) function 107 create_code (ctxt);
|
| tut03-sum-of-squares.c | 26 create_code (gcc_jit_context *ctxt) function 144 create_code (ctxt);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_rar.c | 425 static int create_code(struct archive_read *, struct huffman_code *, 2450 r = create_code(a, &precode, bitlengths, MAX_SYMBOLS, MAX_SYMBOL_LENGTH); 2531 r = create_code(a, &rar->maincode, &rar->lengthtable[0], MAINCODE_SIZE, 2535 r = create_code(a, &rar->offsetcode, &rar->lengthtable[MAINCODE_SIZE], 2539 r = create_code(a, &rar->lowoffsetcode, 2544 r = create_code(a, &rar->lengthcode, 2681 create_code(struct archive_read *a, struct huffman_code *code, function
|