Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/freebsd/contrib/kyua/engine/
H A Datf_list_test.cpp119 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
131 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
139 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
147 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
159 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
172 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
190 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
210 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
227 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
247 std::istringstream input(text); in ATF_TEST_CASE_BODY() local
H A Datf_list.cpp77 parse_properties(std::istream& input) in parse_properties()
161 engine::parse_atf_list(std::istream& input) in parse_atf_list()
/freebsd/contrib/kyua/utils/text/
H A Dtemplates_test.cpp366 const std::string input = in ATF_TEST_CASE_BODY() local
393 const std::string input = in ATF_TEST_CASE_BODY() local
406 const std::string input = in ATF_TEST_CASE_BODY() local
431 const std::string input = in ATF_TEST_CASE_BODY() local
444 const std::string input = in ATF_TEST_CASE_BODY() local
476 const std::string input = in ATF_TEST_CASE_BODY() local
489 const std::string input = in ATF_TEST_CASE_BODY() local
503 const std::string input = in ATF_TEST_CASE_BODY() local
519 const std::string input = in ATF_TEST_CASE_BODY() local
548 const std::string input = in ATF_TEST_CASE_BODY() local
[all …]
H A Doperations.cpp122 text::refill(const std::string& input, const std::size_t target_width) in refill()
174 text::refill_as_string(const std::string& input, const std::size_t target_width) in refill_as_string()
188 text::replace_all(const std::string& input, const std::string& search, in replace_all()
/freebsd/contrib/kyua/utils/logging/
H A Doperations_test.cpp106 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
137 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
157 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
211 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
249 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
269 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
301 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
H A Dmacros_test.cpp52 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
68 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
84 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
100 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local
/freebsd/contrib/kyua/utils/
H A Dstream_test.cpp90 std::istringstream input(""); in ATF_TEST_CASE_BODY() local
99 std::istringstream input(contents); in ATF_TEST_CASE_BODY() local
127 std::istringstream input(""); in ATF_TEST_CASE_BODY() local
138 std::istringstream input(contents); in ATF_TEST_CASE_BODY() local
H A Dunits_test.cpp183 std::istringstream input("12M"); in ATF_TEST_CASE_BODY() local
195 std::istringstream input("12M more"); in ATF_TEST_CASE_BODY() local
211 std::istringstream input("12.M more"); in ATF_TEST_CASE_BODY() local
H A Dstream.cpp123 std::ifstream input(path.c_str()); in read_file() local
136 utils::read_stream(std::istream& input) in read_stream()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp209 static uint64_t XXH3_len_1to3_64b(const uint8_t *input, size_t len, in XXH3_len_1to3_64b()
222 static uint64_t XXH3_len_4to8_64b(const uint8_t *input, size_t len, in XXH3_len_4to8_64b()
239 static uint64_t XXH3_len_9to16_64b(const uint8_t *input, size_t len, in XXH3_len_9to16_64b()
253 static uint64_t XXH3_len_0to16_64b(const uint8_t *input, size_t len, in XXH3_len_0to16_64b()
265 static uint64_t XXH3_mix16B(const uint8_t *input, uint8_t const *secret, in XXH3_mix16B()
278 static uint64_t XXH3_len_17to128_64b(const uint8_t *input, size_t len, in XXH3_len_17to128_64b()
302 static uint64_t XXH3_len_129to240_64b(const uint8_t *input, size_t len, in XXH3_len_129to240_64b()
324 static void XXH3_accumulate_512_scalar(uint64_t *acc, const uint8_t *input, in XXH3_accumulate_512_scalar()
335 static void XXH3_accumulate_scalar(uint64_t *acc, const uint8_t *input, in XXH3_accumulate_scalar()
364 static uint64_t XXH3_hashLong_64b(const uint8_t *input, size_t len, in XXH3_hashLong_64b()
H A DYAMLTraits.cpp905 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() function in ScalarTraits
918 StringRef ScalarTraits<StringRef>::input(StringRef Scalar, void *, in input() function in ScalarTraits
929 StringRef ScalarTraits<std::string>::input(StringRef Scalar, void *, in input() function in ScalarTraits::string
957 StringRef ScalarTraits<uint16_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
973 StringRef ScalarTraits<uint32_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
989 StringRef ScalarTraits<uint64_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
1071 StringRef ScalarTraits<float>::input(StringRef Scalar, void *, float &Val) { in input() function in ScalarTraits
1081 StringRef ScalarTraits<Hex8>::input(StringRef Scalar, void *, Hex8 &Val) { in input() function in ScalarTraits
1095 StringRef ScalarTraits<Hex16>::input(StringRef Scalar, void *, Hex16 &Val) { in input() function in ScalarTraits
1109 StringRef ScalarTraits<Hex32>::input(StringRef Scalar, void *, Hex32 &Val) { in input() function in ScalarTraits
[all …]
H A DVersionTuple.cpp41 static bool parseInt(StringRef &input, unsigned &value) { in parseInt()
63 bool VersionTuple::tryParse(StringRef input) { in tryParse()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp26 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() function in llvm::yaml::ScalarTraits
93 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
146 StringRef ScalarTraits<Architecture>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
159 StringRef ScalarTraits<PackedVersion>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
189 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
222 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input() function in llvm::yaml::ScalarTraits
/freebsd/lib/libc/tests/stdio/
H A Dsscanf_test.c15 char input[8]; member
165 char input[16]; in ATF_TC_BODY() local
181 char input[16]; in ATF_TC_BODY() local
197 char input[16]; in ATF_TC_BODY() local
213 char input[16]; in ATF_TC_BODY() local
229 char input[16]; in ATF_TC_BODY() local
H A Dswscanf_test.c18 wchar_t input[8]; member
168 wchar_t input[16]; in ATF_TC_BODY() local
184 wchar_t input[16]; in ATF_TC_BODY() local
200 wchar_t input[16]; in ATF_TC_BODY() local
216 wchar_t input[16]; in ATF_TC_BODY() local
232 wchar_t input[16]; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp118 llvm::StringRef input(m_name); in Parse() local
126 llvm::StringRef input(m_name); in IsAppleInternalSDK() local
133 llvm::StringRef input(m_name); in GetVersion() local
139 llvm::StringRef input(m_name); in GetType() local
H A DBroadcaster.cpp402 auto class_matches = [&event_spec](const event_listener_key &input) -> bool { in RegisterListenerForEvents()
432 [&listener_sp, &event_spec](const event_listener_key &input) -> bool { in UnregisterListenerForEvents()
471 [&event_spec](const event_listener_key &input) -> bool { in GetListenerForEventSpec()
485 [&listener](const lldb::ListenerSP &input) -> bool { in RemoveListener()
493 auto events_predicate = [listener](const event_listener_key &input) -> bool { in RemoveListener()
511 [&listener_sp](const event_listener_key &input) -> bool { in RemoveListener()
534 auto class_matches = [&broadcaster](const event_listener_key &input) -> bool { in SignUpListenersForBroadcaster()
/freebsd/sys/crypto/rijndael/
H A Drijndael-api-fst.c82 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockEncrypt()
198 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padEncrypt()
262 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockDecrypt()
362 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padDecrypt()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1889 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round()
2405 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round()
3740 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx512()
3849 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx2()
3954 const void* XXH_RESTRICT input, in XXH3_accumulate_512_sse2()
4074 const void* XXH_RESTRICT input, in XXH3_accumulate_512_neon()
4180 const void* XXH_RESTRICT input, in XXH3_accumulate_512_vsx()
4257 void const* XXH_RESTRICT input, in XXH3_scalarRound()
4280 const void* XXH_RESTRICT input, in XXH3_accumulate_512_scalar()
4461 const xxh_u8* XXH_RESTRICT input, in XXH3_accumulate()
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx_hash.c113 efx_hash_dwords( in efx_hash_dwords()
162 efx_hash_bytes( in efx_hash_bytes()
245 efx_hash_bytes( in efx_hash_bytes()
/freebsd/crypto/openssl/demos/digest/
H A DEVP_MD_stdin.c34 int demonstrate_digest(BIO *input) in demonstrate_digest()
127 BIO *input = BIO_new_fd( fileno(stdin), 1 ); in main() local
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c143 int fastlz_compress(const void *input, int length, void *output) in fastlz_compress()
153 int fastlz_decompress(const void *input, int length, void *output, int maxout) in fastlz_decompress()
167 int fastlz_compress_level(int level, const void *input, int length, in fastlz_compress_level()
181 static FASTLZ_INLINE int FASTLZ_COMPRESSOR(const void *input, int length, in FASTLZ_COMPRESSOR()
429 static FASTLZ_INLINE int FASTLZ_DECOMPRESSOR(const void *input, int length, in FASTLZ_DECOMPRESSOR()
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c83 struct input { struct
84 enum input_type type; argument
98 LIST_ENTRY(input) link; argument
177 const struct input *input; in report() local
207 struct input *input; in input_open_file() local
259 struct input *input; in input_open_macro() local
281 struct input *input; in input_close() local
331 struct input *input; in input_getc_raw() local
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h49 static __always_inline void fproduct_copy_from_wide_(u64 *output, u128 *input) in fproduct_copy_from_wide_()
74 fproduct_sum_scalar_multiplication_(u128 *output, u64 *input, u64 s) in fproduct_sum_scalar_multiplication_()
153 static __always_inline void fmul_mul_shift_reduce_(u128 *output, u64 *input, in fmul_mul_shift_reduce_()
279 static __always_inline void fsquare_fsquare_times(u64 *output, u64 *input, in fsquare_fsquare_times()
435 static __always_inline void crecip(u64 *output, u64 *input) in crecip()
469 static __always_inline void point_copy(u64 *output, u64 *input) in point_copy()
599 static __always_inline void format_fexpand(u64 *output, const u8 *input) in format_fexpand()
623 static __always_inline void format_fcontract_first_carry_pass(u64 *input) in format_fcontract_first_carry_pass()
645 static __always_inline void format_fcontract_first_carry_full(u64 *input) in format_fcontract_first_carry_full()
689 static __always_inline void format_fcontract_trim(u64 *input) in format_fcontract_trim()
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c18 double input; member
42 long double input; member

12345678910>>...14