| /src/external/gpl3/gcc/dist/libgcc/ |
| mkmap-symver.awk | 69 # version to be dropped from the output (unless a later version overrides). 107 output(l); 110 function output(lib) { function 115 output(inherit[lib]);
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| mkmap-symver.awk | 69 # version to be dropped from the output (unless a later version overrides). 107 output(l); 110 function output(lib) { function 115 output(inherit[lib]);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xmemdup.c | 37 void *output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (void *) memcpy (output, input, copy_size);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xmemdup.c | 37 void *output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (void *) memcpy (output, input, copy_size);
|
| /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/ |
| gtesf2.S | 30 output: gt / gte indicates greater / greater or equal. */ label
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xmemdup.c | 37 void *output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (void *) memcpy (output, input, copy_size);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/ |
| gtesf2.S | 30 output: gt / gte indicates greater / greater or equal. */ label
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| xmemdup.c | 37 PTR output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (PTR) memcpy (output, input, copy_size);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| xmemdup.c | 37 void *output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (void *) memcpy (output, input, copy_size);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| stn_multiple.s | 20 output: label 26 adrp x1, output 27 add x1, x1, :lo12:output
|
| stn_single.s | 21 output: label 27 adrp x1, output 28 add x1, x1, :lo12:output
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| xmemdup.c | 37 void *output = xmalloc (alloc_size); local 39 memset ((char *) output + copy_size, 0, alloc_size - copy_size); 40 return (void *) memcpy (output, input, copy_size);
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/ |
| stn_multiple.s | 20 output: label 26 adrp x1, output 27 add x1, x1, :lo12:output
|
| stn_single.s | 21 output: label 27 adrp x1, output 28 add x1, x1, :lo12:output
|
| /src/sys/dev/microcode/ral/ |
| build.c | 31 output(const char *name, const uint8_t *ucode, int size) function 54 output("ral-rt2561", rt2561, sizeof rt2561); 55 output("ral-rt2561s", rt2561s, sizeof rt2561s); 56 output("ral-rt2661", rt2661, sizeof rt2661); 57 output("ral-rt2860", rt2860, sizeof rt2860);
|
| /src/sys/dev/microcode/rum/ |
| build.c | 31 output(const char *name, const uint8_t *ucode, int size) function 54 output("rum-rt2573", rt2573, sizeof rt2573);
|
| /src/sys/dev/microcode/run/ |
| build.c | 31 output(const char *name, const uint8_t *ucode, int size) function 55 output("run-rt2870", rt2870, sizeof rt2870); 56 output("run-rt3071", rt3071, sizeof rt3071);
|
| /src/sys/dev/microcode/zyd/ |
| build.c | 30 output(const char *name, const uint8_t *ucode, int size) function 53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware); 54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| DSAclean.py | 21 output = open(sys.argv[2], 'w') variable 31 output.write(buffer) 35 output.close()
|
| /src/external/mpl/bind/dist/tests/isc/ |
| parse_test.c | 39 uint32_t output; local 41 result = isc_parse_uint32(&output, "1234567890", 10); 43 assert_int_equal(1234567890, output); 45 result = isc_parse_uint32(&output, "123456789012345", 10); 48 result = isc_parse_uint32(&output, "12345678901234567890", 10);
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| display_aggregates_only_test.cc | 11 // We do not care about console output, the normal tests check that already. 20 const std::string output = GetFileReporterOutput(argc, argv); local 22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 6 || 23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3\"") != 3 || 24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || 25 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != 27 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != 37 "output:\n"; 38 std::cout << output; local
|
| report_aggregates_only_test.cc | 11 // We do not care about console output, the normal tests check that already. 20 const std::string output = GetFileReporterOutput(argc, argv); local 22 if (SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3") != 3 || 23 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_mean\"") != 1 || 24 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_median\"") != 26 SubstrCnt(output, "\"name\": \"BM_SummaryRepeat/repeats:3_stddev\"") != 33 "output:\n"; 34 std::cout << output; local
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| YAML.cpp | 22 void yaml::ScalarTraits<yaml::BinaryRef>::output( function in class:yaml::ScalarTraits
|
| /src/external/bsd/less/dist/ |
| mkutable | 89 output(\%out, $last_code, 93 output(\%out, $last_code); 97 sub output { subroutine
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| stream2.c | 14 static unsigned char output[4194304]; variable 22 crypto_stream_salsa20(output, sizeof output, noncesuffix, secondkey); 23 crypto_hash_sha256(h, output, sizeof output); 28 assert(sizeof output > 4000); 30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U, 33 assert(output[i] == 0); 35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U [all...] |