Searched refs:input (Results 26 - 50 of 710) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dfastlz.h39 int fastlz_compress(const void *input, int length, void *output);
40 int fastlz_compress_level(int level, const void *input, int length,
42 int fastlz_decompress(const void *input, int length, void *output, int maxout);
/freebsd-current/contrib/dialog/samples/
H A Deditbox39 cat << EOF > $input
15 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Dmenubox1217 $CUT >$input <<-EOF
25 sed -e 's/^/"/' -e 's/:/" "/g' -e 's/$/"/' <$input >$output
26 cat $output >$input
38 --file $input 2> $output
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 File &input = debugger.GetInputFile(); local
33 if (input.GetStream() && output.GetStream() && input.GetIsRealTerminal() &&
34 input.GetIsInteractive()) {
/freebsd-current/crypto/openssl/crypto/chacha/
H A Dchacha_enc.c41 /* chacha_core performs 20 rounds of ChaCha on the input words in
42 * |input| and writes the 64 output bytes to |output|. */
43 static void chacha20_core(chacha_buf *output, const u32 input[16]) argument
49 memcpy(x, input, sizeof(x));
64 output->u[i] = x[i] + input[i];
67 U32TO8_LITTLE(output->c + 4 * i, (x[i] + input[i]));
75 u32 input[16]; local
80 input[0] = ((u32)ossl_toascii('e')) | ((u32)ossl_toascii('x') << 8)
83 input[1] = ((u32)ossl_toascii('n')) | ((u32)ossl_toascii('d') << 8)
86 input[
[all...]
/freebsd-current/lib/libc/tests/stdio/
H A Dsscanf_test.c15 char input[8]; member in struct:sscanf_test_case
20 // input binary octal decimal hexadecimal automatic
165 char input[16]; local
167 for (stc = sscanf_test_cases; *stc->input; stc++) {
168 strcpy(input + 1, stc->input);
169 SSCANF_TEST(input + 1, "%b", stc->b.ret, stc->b.val, stc->b.len);
170 input[0] = '+';
171 SSCANF_TEST(input, "%b", stc->b.ret, stc->b.val, stc->b.len ? stc->b.len + 1 : 0);
172 input[
181 char input[16]; local
197 char input[16]; local
213 char input[16]; local
229 char input[16]; local
[all...]
H A Dswscanf_test.c18 wchar_t input[8]; member in struct:swscanf_test_case
23 // input binary octal decimal hexadecimal automatic
168 wchar_t input[16]; local
170 for (stc = swscanf_test_cases; *stc->input; stc++) {
171 wcscpy(input + 1, stc->input);
172 SWSCANF_TEST(input + 1, L"%b", stc->b.ret, stc->b.val, stc->b.len);
173 input[0] = L'+';
174 SWSCANF_TEST(input, L"%b", stc->b.ret, stc->b.val, stc->b.len ? stc->b.len + 1 : 0);
175 input[
184 wchar_t input[16]; local
200 wchar_t input[16]; local
216 wchar_t input[16]; local
232 wchar_t input[16]; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c33 uint32_t input[16]; member in struct:chacha_ctx
39 ctx->input[0] = 0x61707865;
40 ctx->input[1] = 0x3320646e;
41 ctx->input[2] = 0x79622d32;
42 ctx->input[3] = 0x6b206574;
43 ctx->input[4] = LOAD32_LE(k + 0);
44 ctx->input[5] = LOAD32_LE(k + 4);
45 ctx->input[6] = LOAD32_LE(k + 8);
46 ctx->input[7] = LOAD32_LE(k + 12);
47 ctx->input[
[all...]
H A Dchacha20_dolbeau-ssse3.c28 uint32_t input[16]; member in struct:chacha_ctx
34 ctx->input[0] = 0x61707865;
35 ctx->input[1] = 0x3320646e;
36 ctx->input[2] = 0x79622d32;
37 ctx->input[3] = 0x6b206574;
38 ctx->input[4] = LOAD32_LE(k + 0);
39 ctx->input[5] = LOAD32_LE(k + 4);
40 ctx->input[6] = LOAD32_LE(k + 8);
41 ctx->input[7] = LOAD32_LE(k + 12);
42 ctx->input[
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_map.c26 * ex_map -- :map[!] [input] [replacement]
45 CHAR_T *input, *p; local
53 "132|No input map entries" :
57 input = cmdp->argv[0]->bp;
69 if (input[0] == '#' && isdigit(input[1])) {
70 for (p = input + 2; isdigit(*p); ++p);
74 if (seq_set(sp, NULL, 0, input, cmdp->argv[0]->len,
79 sp->gp->scr_fmap(sp, stype, input, cmdp->argv[0]->len,
84 nofunc: if (stype == SEQ_COMMAND && input[
[all...]
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dscripted.c157 parse_disk_config(char *input) argument
162 while (input != NULL && *input != 0) {
163 if (isspace(*input)) {
164 input++;
168 switch(*input) {
170 input++;
171 partconfig = strchr(input, '}');
174 "string: %s\n", input);
179 partconfig = input;
211 char *input, *token; local
[all...]
/freebsd-current/contrib/one-true-awk/testdir/
H A Dt.8.x3 # this should produce a blank for an empty input line
/freebsd-current/usr.bin/tsort/tests/
H A Dtsort_test.sh14 cat >input <<EOF
29 atf_check -o file:output tsort input
30 atf_check -o file:output tsort <input
40 cat >input <<EOF
56 atf_check -e match:cycle -o file:output tsort input
57 atf_check -e match:cycle -o file:output tsort <input
58 atf_check -o file:output tsort -q input
59 atf_check -o file:output tsort -q <input
/freebsd-current/contrib/kyua/utils/logging/
H A Doperations_test.cpp106 std::ifstream input("test.log");
107 ATF_REQUIRE(input);
112 ATF_REQUIRE(std::getline(input, line).good());
115 ATF_REQUIRE(std::getline(input, line).good());
118 ATF_REQUIRE(std::getline(input, line).good());
121 ATF_REQUIRE(std::getline(input, line).good());
137 std::ifstream input("test.log");
138 ATF_REQUIRE(input);
143 ATF_REQUIRE(std::getline(input, line).good());
157 std::ifstream input("tes
[all...]
/freebsd-current/lib/libc/net/
H A Dbase64.c71 The encoding process represents 24-bit groups of input bits as output
73 24-bit input group is formed by concatenating 3 8-bit input groups.
104 always completed at the end of a quantity. When fewer than 24 input
105 bits are available in an input group, zero bits are added (on the
109 Since all base64 input is an integral number of octets, only the
113 (1) the final quantum of encoding input is an integral
117 (2) the final quantum of encoding input is exactly 8 bits;
120 (3) the final quantum of encoding input is exactly 16 bits;
128 u_char input[ local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c18 double input; member in struct:__anon5228
42 long double input; member in struct:__anon5229
64 iterator_d = values[i].input;
65 iterator_f = (float) values[i].input;
76 long double iterator_l = values[i].input;
86 if (signbit(ldbl_values[i].input) != ldbl_values[i].is_negative)
90 ldbl_values[i].input);
/freebsd-current/contrib/kyua/utils/
H A Dstream.cpp89 /// \param is The input stream for which to calculate its length.
123 std::ifstream input(path.c_str());
124 if (!input)
126 return read_stream(input);
132 /// \param input The input stream from which to read.
136 utils::read_stream(std::istream& input) argument
141 while (input.good()) {
142 input.read(tmp, sizeof(tmp));
143 if (input
[all...]
/freebsd-current/contrib/libucl/examples/
H A Ducl_cpp.cc7 std::string input, err; local
9 input.assign((std::istreambuf_iterator<char>(std::cin)),
12 auto obj = ucl::Ucl::parse(input, err);
/freebsd-current/contrib/unbound/compat/
H A Dchacha_private.h14 u32 input[16]; /* could be compressed */ member in struct:__anon6260
59 x->input[4] = U8TO32_LITTLE(k + 0);
60 x->input[5] = U8TO32_LITTLE(k + 4);
61 x->input[6] = U8TO32_LITTLE(k + 8);
62 x->input[7] = U8TO32_LITTLE(k + 12);
69 x->input[8] = U8TO32_LITTLE(k + 0);
70 x->input[9] = U8TO32_LITTLE(k + 4);
71 x->input[10] = U8TO32_LITTLE(k + 8);
72 x->input[11] = U8TO32_LITTLE(k + 12);
73 x->input[
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dchacha_private.h16 u32 input[16]; /* could be compressed */ member in struct:__anon5
61 x->input[4] = U8TO32_LITTLE(k + 0);
62 x->input[5] = U8TO32_LITTLE(k + 4);
63 x->input[6] = U8TO32_LITTLE(k + 8);
64 x->input[7] = U8TO32_LITTLE(k + 12);
71 x->input[8] = U8TO32_LITTLE(k + 0);
72 x->input[9] = U8TO32_LITTLE(k + 4);
73 x->input[10] = U8TO32_LITTLE(k + 8);
74 x->input[11] = U8TO32_LITTLE(k + 12);
75 x->input[
[all...]
/freebsd-current/crypto/openssh/
H A Dchacha.c59 x->input[4] = U8TO32_LITTLE(k + 0);
60 x->input[5] = U8TO32_LITTLE(k + 4);
61 x->input[6] = U8TO32_LITTLE(k + 8);
62 x->input[7] = U8TO32_LITTLE(k + 12);
69 x->input[8] = U8TO32_LITTLE(k + 0);
70 x->input[9] = U8TO32_LITTLE(k + 4);
71 x->input[10] = U8TO32_LITTLE(k + 8);
72 x->input[11] = U8TO32_LITTLE(k + 12);
73 x->input[0] = U8TO32_LITTLE(constants + 0);
74 x->input[
[all...]
/freebsd-current/usr.bin/dc/tests/
H A Dinout.sh34 cat > input.dc << EOF
42 .8 p # Can input fractions
43 # Check that we can input fractions that need more scale in base 10 than in 16
53 dc input.dc > output.txt
78 cat > input.dc << EOF
80 3i # Base 3 input
86 dc input.dc > output.txt
/freebsd-current/usr.bin/uniq/tests/
H A Duniq_test.sh8 atf_check uniq "$@" input actual
10 atf_check uniq "$@" - actual <input
12 atf_check -o file:expected uniq "$@" input
13 atf_check -o file:expected uniq "$@" <input
14 atf_check -o file:expected uniq "$@" - <input
22 printf "a\na\nb\nb\na\na\n" >input
32 printf "a\na\nb\nb\nb\na\na\na\na\n" >input
43 printf "a\na\nb\na\na\n" >input
54 printf "a\na\nb\nb\na\n" >input
64 printf "a\na\nb\na\na\n" >input
[all...]
/freebsd-current/sys/crypto/chacha20/
H A Dchacha.c61 x->input[4] = U8TO32_LITTLE(k + 0);
62 x->input[5] = U8TO32_LITTLE(k + 4);
63 x->input[6] = U8TO32_LITTLE(k + 8);
64 x->input[7] = U8TO32_LITTLE(k + 12);
71 x->input[8] = U8TO32_LITTLE(k + 0);
72 x->input[9] = U8TO32_LITTLE(k + 4);
73 x->input[10] = U8TO32_LITTLE(k + 8);
74 x->input[11] = U8TO32_LITTLE(k + 12);
75 x->input[0] = U8TO32_LITTLE(constants + 0);
76 x->input[
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D20-test_mac.t22 input => unpack("H*", "Sample message for keylen=blocklen"),
27 input => unpack("H*", "Sample message for keylen=blocklen"),
32 input => '68F2E77696CE7AE8E2CA4EC588E541002E58495C08000F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D0007',
37 input => '68F2E77696CE7AE8E2CA4EC588E541002E58495C08000F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D0007',
42 input => '00010203',
47 input => '00010203',
52 input => '000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7',
60 input => '00',
62 desc => 'SipHash No input' }
68 input
[all...]

Completed in 238 milliseconds

1234567891011>>