Searched defs:input (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dashldi3.c27 dwords input; local
H A Dashrdi3.c27 dwords input; local
H A Dlshrdi3.c27 udwords input; local
H A Dashlti3.c27 twords input; local
H A Dashrti3.c27 twords input; local
H A Dlshrti3.c27 utwords input; local
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dlex_var.h37 # undef input macro
38 # define input() (((pos >= string_start) && (pos < string_end)) ? \ macro
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dnumtohost.c28 const u_int32 input = 127*256*256*256 + 1*256 + 1; // 127.0.1.1 local
H A Dnumtoa.c24 const u_int32 input = htonl(3221225472UL + 512UL + 1UL); // 192.0.2.1 local
33 const u_int32 input = htonl(hostOrder); local
H A Dcalyearstart.c28 const u_int32 input = 3486372600UL; // 2010-06-24 12:50:00. local
36 const u_int32 input = 3549528000UL; // 2012-06-24 12:00:00 local
44 const u_int32 input = 19904UL; // 2036-02-07 12:00:00 local
H A Dtstotv.c15 const l_fp input = {{50}, 0}; /* 50.0 s */ local
28 const l_fp input = {{50}, HALF}; /* 50.5 s */ local
41 const l_fp input = {{50}, 3865471UL}; /* Should round to 50.0009 */ local
H A Dcaltontp.c13 struct calendar input = {2010, 0, 6, 24, 12, 50, 0}; local
24 struct calendar input = {2010, 175, 0, 0, 12, 50, 0}; local
48 struct calendar input = {2036, 0, 2, 7, 6, 28, 16}; local
H A Dtvtots.c17 struct timeval input = {500, 0}; /* 500.0 s */ local
35 struct timeval input = {0, 500}; /* 0.0005 exact */ local
49 const struct timeval input = {10, 500000}; /* 0.5 exact */ local
H A Dbuftvtots.c24 const struct timeval input = {0, 0}; local
43 const struct timeval input = {5, 500000}; /* 5.5 */ local
69 const struct timeval input = {0, 1100000}; /* > 999 999 microseconds. */ local
H A Dnetof.c30 sockaddr_u input = CreateSockaddr4("172.16.2.1", NTP_PORT); local
44 sockaddr_u input = CreateSockaddr4("192.0.2.255", NTP_PORT); local
62 sockaddr_u input = CreateSockaddr4("10.20.30.40", NTP_PORT); local
91 sockaddr_u input; local
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dxmemdup.c34 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) argument
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dxmemdup.c34 xmemdup (const PTR input, size_t copy_size, size_t alloc_size) argument
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_udp.h39 struct port_input input; /* common input stuff */ member in struct:udp_port
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_map.c50 CHAR_T *input, *p; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DYAML.cpp28 StringRef yaml::ScalarTraits<object::yaml::BinaryRef>::input( function in class:yaml::ScalarTraits
/freebsd-9.3-release/crypto/openssh/
H A Dchacha.h15 u_int input[16]; member in struct:chacha_ctx
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Decb_enc.c62 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, argument
/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Dfixtfdi.c12 uint64_t __fixtfdi(long double input) argument
H A Dfixunstfdi.c10 uint64_t __fixunstfdi(long double input) argument
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.h69 class input { class

Completed in 279 milliseconds

12345678