Searched refs:input (Results 101 - 125 of 467) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/netbsd-tests/ipf/
H A Dh_common.sh35 test -f $(atf_get_srcdir)/input/$1 && \
36 cp $(atf_get_srcdir)/input/$1 in
/freebsd-10.2-release/contrib/apr-util/include/
H A Dapr_md5.h79 /** input buffer */
106 * @param input next message block to update
110 const void *input,
125 * @param input The message block to use
129 const void *input,
/freebsd-10.2-release/contrib/compiler-rt/lib/ppc/
H A Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) argument
12 const DD x = { .ld = input };
17 /* If (1.0 - tiny) <= input < 0x1.0p64: */
/freebsd-10.2-release/crypto/openssl/engines/vendor_defns/
H A Datalla.h43 unsigned char *input,
/freebsd-10.2-release/sbin/routed/
H A DMakefile6 SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
/freebsd-10.2-release/contrib/dialog/samples/
H A Deditbox-utf812 cat << EOF > $input
32 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-10.2-release/sys/modules/usb/ukbd/
H A DMakefile30 .PATH: $S/dev/usb/input
/freebsd-10.2-release/sys/crypto/des/
H A Ddes_ecb.c100 void des_ecb_encrypt(des_cblock *input, des_cblock *output, argument
105 const unsigned char *in=&(*input)[0];
116 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, argument
122 const unsigned char *in = &(*input)[0];
/freebsd-10.2-release/usr.sbin/IPXrouted/
H A DMakefile6 SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dlex_var.h28 YY_FATAL_ERROR( "input in flex scanner failed" ); \
34 YY_FATAL_ERROR( "input in flex scanner failed" );
36 #ifdef input
37 # undef input macro
38 # define input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/freebsd-10.2-release/sys/boot/i386/kgzldr/
H A Dboot.c59 static const u_char *ip; /* input pointer */
65 static int input(void *);
100 infl.gz_input = input;
111 input(void *dummy) function
/freebsd-10.2-release/contrib/apr-util/crypto/
H A Dapr_md4.c69 static void Encode(unsigned char *output, const apr_uint32_t *input,
71 static void Decode(apr_uint32_t *output, const unsigned char *input,
160 const unsigned char *input,
182 memcpy(&context->buffer[idx], input, partLen);
186 MD4Transform(context->state, &input[i]);
193 /* Buffer remaining input */
194 memcpy(&context->buffer[idx], &input[i], inputLen - i);
199 apr_xlate_conv_buffer(context->xlate, (const char *)input,
205 memcpy(&context->buffer[idx], input, partLen);
213 apr_xlate_conv_buffer(context->xlate, (const char *)&input[
368 Encode(unsigned char *output, const apr_uint32_t *input, unsigned int len) argument
386 Decode(apr_uint32_t *output, const unsigned char *input, unsigned int len) argument
[all...]
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp281 class input { class
282 input *next;
284 input(input *p);
285 virtual ~input();
296 class file_input : public input {
304 file_input(FILE *, const char *, input *);
312 class macro_input : public input {
316 macro_input(const char *, input *);
326 top_input(const char *, const char *, int, input *);
345 input::input(input *x) : next(x) function in class:input
[all...]
/freebsd-10.2-release/usr.bin/dtc/
H A Ddtb.cc259 header::read_dtb(input_buffer &input) argument
261 if (!(input.consume_binary(magic) && magic == 0xd00dfeed))
267 return input.consume_binary(totalsize) &&
268 input.consume_binary(off_dt_struct) &&
269 input.consume_binary(off_dt_strings) &&
270 input.consume_binary(off_mem_rsvmap) &&
271 input.consume_binary(version) &&
272 input.consume_binary(last_comp_version) &&
273 input.consume_binary(boot_cpuid_phys) &&
274 input
[all...]
H A Dfdt.hh99 * the input is a device tree source. When parsed from a
249 void parse_string(input_buffer &input);
253 void parse_cells(input_buffer &input);
257 void parse_bytes(input_buffer &input);
266 void parse_reference(input_buffer &input);
270 void parse_define(input_buffer &input, define_map *defines);
272 * Constructs a new property from two input buffers, pointing to the
274 * The structs input buffer is assumed to have just consumed the
279 * Parses a new property from the input buffer.
281 property(input_buffer &input,
[all...]
/freebsd-10.2-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c135 struct input { struct
140 LIST_ENTRY(input) link;
143 LIST_HEAD(, input) inputs = LIST_HEAD_INITIALIZER(inputs);
144 struct input *input = NULL; variable in typeref:struct:input
158 struct input *ip;
167 input = ip;
173 if (input == NULL)
176 fclose(input->fp);
177 free(input
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h133 bool operator() (const event_listener_key input) const
135 return (input.first.GetBroadcasterClass() == m_broadcaster_class);
152 bool operator() (const event_listener_key input) const
154 return (input.first.IsContainedIn (m_broadcaster_spec));
173 bool operator() (const event_listener_key input) const
175 return (input.first.GetBroadcasterClass() == m_broadcaster_spec.GetBroadcasterClass()
176 && (input.first.GetEventBits() & m_broadcaster_spec.GetEventBits()) != 0
177 && input.second == m_listener);
195 bool operator () (const event_listener_key input) const
197 if (input
[all...]
/freebsd-10.2-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c44 /* Safely read a single line of arbitrary length from standard input. */
151 input to be demangled
158 --is-v3-ctor Calls is_gnu_v3_mangled_ctor on input; expected
179 struct line input; local
192 input.data = 0;
203 getline (&input);
206 inp = protect_end (input.data);
301 fail (lineno, format.data, input.data, buf, expect.data);
316 : strcmp (input.data, expect.data))
318 fail (lineno, format.data, input
[all...]
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h246 #define CVMX_ES64(result, input) \
248 CVMX_DSBH(result, input); \
251 #define CVMX_ES32(result, input) \
253 CVMX_WSBH(result, input); \
261 #define CVMX_EXTS(result,input,pos,lenm1) asm ("exts %[rt],%[rs]," CVMX_TMP_STR(pos) "," CVMX_TMP_STR(lenm1) : [rt] "=d" (result) : [rs] "d" (input))
262 #define CVMX_EXTSP(result,input,pos,len) CVMX_EXTS(result,input,pos,(len)-1)
264 #define CVMX_DEXT(result,input,pos,len) asm ("dext %[rt],%[rs]," CVMX_TMP_STR(pos) "," CVMX_TMP_STR(len) : [rt] "=d" (result) : [rs] "d" (input))
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c60 fail(const char *pattern, const char *input, size_t lineno) { argument
62 "skipping failed test at line %zu (pattern=%s, input=%s)\n",
63 lineno, pattern, input);
67 bug(const char *pattern, const char *input, size_t lineno) { argument
175 strcmp(input, b[i].i) == 0) {
176 fail(pattern, input, lineno);
402 atf_tc_fail("Failed to open input file %s", data_path);
406 char *name, *pattern, *input, *matches, *comment; local
438 ATF_REQUIRE_MSG((input = strtok(NULL, sep)) != NULL,
439 "Missing input a
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/tests/
H A Dhash_test.c78 const char *input; member in struct:hash_testcase
204 while (testcase->input != NULL && testcase->result != NULL) {
208 (const isc_uint8_t *) testcase->input,
331 while (testcase->input != NULL && testcase->result != NULL) {
335 (const isc_uint8_t *) testcase->input,
463 while (testcase->input != NULL && testcase->result != NULL) {
467 (const isc_uint8_t *) testcase->input,
609 while (testcase->input != NULL && testcase->result != NULL) {
613 (const isc_uint8_t *) testcase->input,
756 while (testcase->input !
[all...]
/freebsd-10.2-release/contrib/libucl/src/
H A Dxxhash.c40 // You can also enable this parameter if you know your input data will always be aligned (boundaries of 4, for U32).
46 // If the input pointer is a null pointer, xxHash default behavior is to trigger a memory access error, since it is a bad pointer.
47 // When this option is enabled, xxHash output for null input pointers will be the same as a null-length input.
206 forceinline U32 XXH32_endian_align(const void* input, int len, U32 seed, XXH_endianess endian, XXH_alignment align) argument
208 const BYTE* p = (const BYTE*)input;
265 U32 XXH32(const void* input, int len, U32 seed) argument
270 XXH32_update(state, input, len);
276 if (!(((size_t)input) & 3)) // Input is aligned, let's leverage the speed advantage
279 return XXH32_endian_align(input, le
339 XXH32_update_endian(void* state_in, const void* input, int len, XXH_endianess endian) argument
403 XXH32_update(void* state_in, const void* input, int len) argument
[all...]
/freebsd-10.2-release/contrib/opie/libopie/
H A Dmd4c.c116 VOIDRET opiemd4update FUNCTION((context, input, inputLen), struct opiemdx_ctx *context AND unsigned char *input AND unsigned int inputLen)
132 memcpy((POINTER) & context->buffer[index], (POINTER) input, partLen);
136 MD4Transform(context->state, &input[i]);
142 /* Buffer remaining input */
143 memcpy((POINTER) & context->buffer[index], (POINTER) & input[i], inputLen - i);
242 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
245 static VOIDRET Encode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
250 output[j] = (unsigned char) (input[
[all...]
H A Dmd5c.c80 * Encodes input (UINT4) into output (unsigned char).
83 static VOIDRET EEncode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
88 output[j] = (unsigned char) (input[i] & 0xff);
89 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
90 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
91 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
96 * Decodes input (unsigned char) into output (UINT4).
99 static VOIDRET EDecode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AN
[all...]
/freebsd-10.2-release/sys/kern/
H A Dmd4c.c110 void MD4Update (context, input, inputLen)
112 const unsigned char *input; /* input block */
113 unsigned int inputLen; /* length of input block */
129 bcopy(input, &context->buffer[index], partLen);
133 MD4Transform (context->state, &input[i]);
140 /* Buffer remaining input */
141 bcopy(&input[i], &context->buffer[index], inputLen-i);
256 /* Encodes input (UINT4) into output (unsigned char). Assumes len is
259 static void Encode (output, input, le
[all...]

Completed in 136 milliseconds

1234567891011>>