HomeSort by: relevance | last modified time | path
    Searched defs:output (Results 1 - 25 of 207) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/usr.bin/make/unit-tests/
meta-output.mk 5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH target
19 @{ echo Test ${tag} output; \
25 output.-B output.-j1:
26 @{ rm -f ${TMPDIR}/output; mkdir -p ${TMPDIR}/obj; \
27 MAKEFLAGS= ${.MAKE} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
    [all...]
meta-output.mk 5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH target
19 @{ echo Test ${tag} output; \
25 output.-B output.-j1:
26 @{ rm -f ${TMPDIR}/output; mkdir -p ${TMPDIR}/obj; \
27 MAKEFLAGS= ${.MAKE} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
    [all...]
meta-output.mk 5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH target
19 @{ echo Test ${tag} output; \
25 output.-B output.-j1:
26 @{ rm -f ${TMPDIR}/output; mkdir -p ${TMPDIR}/obj; \
27 MAKEFLAGS= ${.MAKE} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
    [all...]
  /src/sys/dev/microcode/ral/
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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 in typeref:typename:void
54 output("rum-rt2573", rt2573, sizeof rt2573);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
54 output("rum-rt2573", rt2573, sizeof rt2573);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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 in typeref:typename:void
55 output("run-rt2870", rt2870, sizeof rt2870);
56 output("run-rt3071", rt3071, sizeof rt3071);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
55 output("run-rt2870", rt2870, sizeof rt2870);
56 output("run-rt3071", rt3071, sizeof rt3071);
build.c 31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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 in typeref:typename:void
53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware);
54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
build.c 30 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware);
54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
build.c 30 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware);
54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
  /src/sys/external/isc/libsodium/dist/test/default/
stream2.c 14 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
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...]
stream2.c 14 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
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...]
stream2.c 14 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
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...]
stream.c 16 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
26 randombytes_buf(output, sizeof output);
27 crypto_stream(output, sizeof output, nonce, firstkey);
28 crypto_hash_sha256(h, output, sizeof output);
32 assert(sizeof output > 4000);
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey)
    [all...]
stream.c 16 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
26 randombytes_buf(output, sizeof output);
27 crypto_stream(output, sizeof output, nonce, firstkey);
28 crypto_hash_sha256(h, output, sizeof output);
32 assert(sizeof output > 4000);
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey)
    [all...]
stream.c 16 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
26 randombytes_buf(output, sizeof output);
27 crypto_stream(output, sizeof output, nonce, firstkey);
28 crypto_hash_sha256(h, output, sizeof output);
32 assert(sizeof output > 4000);
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey)
    [all...]
core3.c 24 unsigned char *output; local in function:main
38 output = (unsigned char *) sodium_malloc(output_len);
49 crypto_core_salsa20(output + pos, in, secondkey, c);
56 crypto_hash_sha256(h, output, output_len);
67 crypto_core_salsa2012(output + pos, in, secondkey, c);
74 crypto_hash_sha256(h, output, output_len);
84 crypto_core_salsa208(output + pos, in, secondkey, c);
91 crypto_hash_sha256(h, output, output_len);
103 sodium_free(output);
  /src/sys/dev/wscons/
wsemulvar.h 48 void (*output)(void *, const u_char *, u_int, int); member in struct:wsemul_ops
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_hdcp.h 51 struct mod_hdcp_output output; member in struct:hdcp_workqueue
  /src/tests/lib/libc/gen/
t_basedirname.c 20 const char *output; member in struct:__anon83c010060108
23 * The following are taken from the "Sample Input and Output Strings
54 const char *output; member in struct:__anon83c010060208
57 * The following are taken from the "Sample Input and Output Strings
104 for (i = 0; test_basename_table[i].output != NULL; i++) {
132 if (strcmp(test_basename_table[i].output, base) != 0) {
134 "Input \"%s\", output \"%s\", expected \"%s\"\n",
137 base, test_basename_table[i].output);
138 atf_tc_fail("Output does not match expected value.");
155 for (i = 0; test_dirname_table[i].output != NULL; i++)
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 9