Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd-13-stable/contrib/kyua/engine/
HDatf_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
HDatf_list.cpp77 parse_properties(std::istream& input) in parse_properties()
161 engine::parse_atf_list(std::istream& input) in parse_atf_list()
/freebsd-13-stable/contrib/kyua/utils/text/
HDtemplates_test.cpp59 std::istringstream input(input_str); in do_test_ok() local
79 std::istringstream input(input_str); in do_test_fail() local
366 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
[all …]
HDoperations.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-13-stable/contrib/kyua/utils/logging/
HDoperations_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
HDmacros_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-13-stable/contrib/llvm-project/llvm/lib/Support/
HDxxhash.cpp225 static uint64_t XXH3_len_1to3_64b(const uint8_t *input, size_t len, in XXH3_len_1to3_64b()
238 static uint64_t XXH3_len_4to8_64b(const uint8_t *input, size_t len, in XXH3_len_4to8_64b()
255 static uint64_t XXH3_len_9to16_64b(const uint8_t *input, size_t len, in XXH3_len_9to16_64b()
269 static uint64_t XXH3_len_0to16_64b(const uint8_t *input, size_t len, in XXH3_len_0to16_64b()
281 static uint64_t XXH3_mix16B(const uint8_t *input, uint8_t const *secret, in XXH3_mix16B()
294 static uint64_t XXH3_len_17to128_64b(const uint8_t *input, size_t len, in XXH3_len_17to128_64b()
320 static uint64_t XXH3_len_129to240_64b(const uint8_t *input, size_t len, in XXH3_len_129to240_64b()
365 static void XXH3_accumulate_512_neon(uint64_t *acc, const uint8_t *input, in XXH3_accumulate_512_neon()
478 static void XXH3_accumulate_512_scalar(uint64_t *acc, const uint8_t *input, in XXH3_accumulate_512_scalar()
499 static void XXH3_accumulate(uint64_t *acc, const uint8_t *input, in XXH3_accumulate()
[all …]
HDYAMLTraits.cpp913 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input() function in ScalarTraits
926 StringRef ScalarTraits<StringRef>::input(StringRef Scalar, void *, in input() function in ScalarTraits
937 StringRef ScalarTraits<std::string>::input(StringRef Scalar, void *, in input() function in ScalarTraits::string
950 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input() function in ScalarTraits
965 StringRef ScalarTraits<uint16_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
981 StringRef ScalarTraits<uint32_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
997 StringRef ScalarTraits<uint64_t>::input(StringRef Scalar, void *, in input() function in ScalarTraits
1012 StringRef ScalarTraits<int8_t>::input(StringRef Scalar, void *, int8_t &Val) { in input() function in ScalarTraits
1027 StringRef ScalarTraits<int16_t>::input(StringRef Scalar, void *, int16_t &Val) { in input() function in ScalarTraits
1042 StringRef ScalarTraits<int32_t>::input(StringRef Scalar, void *, int32_t &Val) { in input() function in ScalarTraits
[all …]
HDVersionTuple.cpp41 static bool parseInt(StringRef &input, unsigned &value) { in parseInt()
63 bool VersionTuple::tryParse(StringRef input) { in tryParse()
/freebsd-13-stable/contrib/kyua/utils/
HDstream_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
HDunits_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
HDstream.cpp123 std::ifstream input(path.c_str()); in read_file() local
136 utils::read_stream(std::istream& input) in read_stream()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDfnv1a.c46 fnv1a_32(apr_uint32_t hash, const void *input, apr_size_t len) in fnv1a_32()
70 fnv1a_32x4(apr_uint32_t hashes[SCALING], const void *input, apr_size_t len) in fnv1a_32x4()
96 const void *input, in finalize_fnv1a_32x4()
118 svn__fnv1a_32(const void *input, apr_size_t len) in svn__fnv1a_32()
124 svn__fnv1a_32x4(const void *input, apr_size_t len) in svn__fnv1a_32x4()
137 const void *input, in svn__fnv1a_32x4_raw()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDTextStubCommon.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-13-stable/crypto/libecc/src/hash/
HDstreebog.c56 ATTRIBUTE_WARN_UNUSED_RET static int streebog_update(streebog_context *ctx, const u8 *input, u32 il… in streebog_update()
182 int streebog256_update(streebog256_context *ctx, const u8 *input, u32 ilen) in streebog256_update()
235 int streebog256(const u8 *input, u32 ilen, u8 output[STREEBOG256_DIGEST_SIZE]) in streebog256()
269 int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ilen) in streebog512_update()
322 int streebog512(const u8 *input, u32 ilen, u8 output[STREEBOG512_DIGEST_SIZE]) in streebog512()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDXcodeSDK.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
HDBroadcaster.cpp399 auto class_matches = [&event_spec](const event_listener_key &input) -> bool { in RegisterListenerForEventsNoLock()
428 [&listener_sp, &event_spec](const event_listener_key &input) -> bool { in UnregisterListenerForEventsNoLock()
467 [&event_spec](const event_listener_key &input) -> bool { in GetListenerForEventSpec()
481 [&listener](const lldb::ListenerSP &input) -> bool { in RemoveListener()
489 auto events_predicate = [listener](const event_listener_key &input) -> bool { in RemoveListener()
507 [&listener_sp](const event_listener_key &input) -> bool { in RemoveListener()
530 auto class_matches = [&broadcaster](const event_listener_key &input) -> bool { in SignUpListenersForBroadcaster()
/freebsd-13-stable/sys/crypto/rijndael/
HDrijndael-api-fst.c83 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockEncrypt()
199 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padEncrypt()
263 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockDecrypt()
363 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padDecrypt()
/freebsd-13-stable/sys/dev/sfxge/common/
HDefx_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-13-stable/crypto/libecc/src/examples/hash/
HDmdc2.c113 ATTRIBUTE_WARN_UNUSED_RET int mdc2_update(mdc2_context *ctx, const u8 *input, u32 ilen) in mdc2_update()
274 ATTRIBUTE_WARN_UNUSED_RET int mdc2(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE], padding_… in mdc2()
293 ATTRIBUTE_WARN_UNUSED_RET int mdc2_padding1(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE]) in mdc2_padding1()
302 ATTRIBUTE_WARN_UNUSED_RET int mdc2_padding2(const u8 *input, u32 ilen, u8 output[MDC2_DIGEST_SIZE]) in mdc2_padding2()
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
HDfastlz.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-13-stable/contrib/bsnmp/snmpd/
HDconfig.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-13-stable/contrib/apr/time/unix/
HDtime.c67 time_t input) in apr_time_ansi_put()
113 apr_time_t input, apr_int32_t offs) in apr_time_exp_tz()
121 apr_time_t input) in apr_time_exp_gmt()
127 apr_time_t input) in apr_time_exp_lt()
/freebsd-13-stable/sys/contrib/zstd/lib/common/
HDxxhash.c285 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
293 FORCE_INLINE_TEMPLATE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess… in XXH32_endian_align()
350 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
377 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round()
393 FORCE_INLINE_TEMPLATE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess… in XXH64_endian_align()
462 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
542 FORCE_INLINE_TEMPLATE XXH_errorcode XXH32_update_endian (XXH32_state_t* state, const void* input, s… in XXH32_update_endian()
600 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update()
662 FORCE_INLINE_TEMPLATE XXH_errorcode XXH64_update_endian (XXH64_state_t* state, const void* input, s… in XXH64_update_endian()
719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update()
/freebsd-13-stable/contrib/wireguard-tools/
HDcurve25519-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_()
183 static __always_inline void fmul_fmul(u64 *output, u64 *input, u64 *input21) in fmul_fmul()
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()
[all …]

12345678910>>...16