Home
last modified time | relevance | path

Searched +defs:val +defs:input (Results 101 – 125 of 2081) sorted by relevance

12345678910>>...84

/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dxxhash.c162 U32 val; in XXH_read32() local
169 U64 val; in XXH_read64() local
288 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianness endian,… in XXH32_endian_align()
365 unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
393 FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianness endian,… in XXH64_endian_align()
505 unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
615 FORCE_INLINE XXH_errorcode XXH32_update_endian (XXH32_state_t* state_in, const void* input, size_t … in XXH32_update_endian()
704 XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update()
769 FORCE_INLINE XXH_errorcode XXH64_update_endian (XXH64_state_t* state_in, const void* input, size_t … in XXH64_update_endian()
858 XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update()
/aosp_15_r20/prebuilts/ndk/current/sources/android/cpufeatures/
H A Dcpu-features.c303 parse_number(const char* input, const char* limit, int base, int* result) in parse_number()
306 int val = 0; in parse_number() local
330 parse_decimal(const char* input, const char* limit, int* result) in parse_decimal()
337 parse_hexadecimal(const char* input, const char* limit, int* result) in parse_hexadecimal()
397 int val, start_value, end_value; in cpulist_parse() local
844 int val = 0; in android_cpuInit() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Ddelta_encoding.cc41 uint64_t UnsignedBitWidth(uint64_t input, bool zero_val_as_zero_width = false) { in UnsignedBitWidth()
268 [base](absl::optional<uint64_t> val) { return val == base; })) { in EncodeDeltas()
460 [](absl::optional<uint64_t> val) { in EncodedDeltasLengthBits()
628 bool FixedLengthDeltaDecoder::IsSuitableDecoderFor(absl::string_view input) { in IsSuitableDecoderFor()
643 absl::string_view input, in DecodeDeltas()
655 absl::string_view input, in Create()
808 absl::string_view input, in DecodeDeltas()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSorting.cu25 cuda::detail::TensorInfo<const scalar_t, index_t> input, in gatherKthValue()
95 cuda::detail::TensorInfo<const scalar_t, index_t> input, in gatherMedian()
123 scalar_t val = doLdg(&inputSliceStart[i * inputWithinSliceStride]); in gatherMedian() local
162 scalar_t val = doLdg(&inputSliceStart[i * inputWithinSliceStride]); in gatherMedian() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_function_registry.cpp174 static double tryStringAsNumber(const Locale& locale, const Formattable& val, UErrorCode& errorCode… in tryStringAsNumber()
376 static FormattedPlaceholder notANumber(const FormattedPlaceholder& input) { in notANumber()
380 … stringAsNumber(const number::LocalizedNumberFormatter& nf, const FormattedPlaceholder& input, UEr… in stringAsNumber()
417 int64_t val = getInt64Value(locale, opt, localErrorCode); in maximumFractionDigits() local
431 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumFractionDigits() local
445 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumIntegerDigits() local
459 int64_t val = getInt64Value(locale, opt, localErrorCode); in minimumSignificantDigits() local
476 int64_t val = getInt64Value(locale, opt, localErrorCode); in maximumSignificantDigits() local
567 UnicodeString val = opt.getString(localErrorCode); in pluralType() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/include/android/aidl/test/trunk/
DITrunkStableTest.h282 …Parcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _aidl_return) ove… in repeatParcelable()
285 …::android::binder::Status repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEnum input,… in repeatEnum()
288 …::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) override { in repeatUnion()
342 [[nodiscard]] static inline std::string toString(ITrunkStableTest::MyEnum val) { in toString()
375 [[nodiscard]] static inline std::string toString(ITrunkStableTest::MyUnion::Tag val) { in toString()
/aosp_15_r20/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/include/android/aidl/test/trunk/
DITrunkStableTest.h282 …Parcelable& input, ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable* _aidl_return) ove… in repeatParcelable()
285 …::android::binder::Status repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEnum input,… in repeatEnum()
288 …::MyUnion& input, ::android::aidl::test::trunk::ITrunkStableTest::MyUnion* _aidl_return) override { in repeatUnion()
342 [[nodiscard]] static inline std::string toString(ITrunkStableTest::MyEnum val) { in toString()
375 [[nodiscard]] static inline std::string toString(ITrunkStableTest::MyUnion::Tag val) { in toString()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dcfl_neon.c34 static inline void vsth_u16(uint16_t *ptr, uint16x4_t val) { in vsth_u16()
39 static inline void vsth_u8(uint8_t *ptr, uint8x8_t val) { in vsth_u8()
43 static void cfl_luma_subsampling_420_lbd_neon(const uint8_t *input, in cfl_luma_subsampling_420_lbd_neon()
82 static void cfl_luma_subsampling_422_lbd_neon(const uint8_t *input, in cfl_luma_subsampling_422_lbd_neon()
109 static void cfl_luma_subsampling_444_lbd_neon(const uint8_t *input, in cfl_luma_subsampling_444_lbd_neon()
143 static void cfl_luma_subsampling_420_hbd_neon(const uint16_t *input, in cfl_luma_subsampling_420_hbd_neon()
190 static void cfl_luma_subsampling_422_hbd_neon(const uint16_t *input, in cfl_luma_subsampling_422_hbd_neon()
224 static void cfl_luma_subsampling_444_hbd_neon(const uint16_t *input, in cfl_luma_subsampling_444_hbd_neon()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DIntegerTest.java277 final String input = leftPad + Long.toBinaryString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
283 final String input = leftPad + Long.toOctalString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
289 final String input = in testParseUnsignedIntSubstring() local
296 final String input = leftPad + Long.toHexString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
303 String input = in testParseUnsignedIntSubstring() local
384 private static int Integer_parseUnsignedInt(CharSequence val, int start, int end, int radix) { in Integer_parseUnsignedInt()
/aosp_15_r20/external/erofs-utils/lib/
H A Dxxhash.c73 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
81 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
134 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round()
142 static uint64_t xxh64_merge_round(uint64_t acc, uint64_t val) in xxh64_merge_round()
150 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
/aosp_15_r20/external/kmod/testsuite/
H A Dtest-util.c34 static const char *const input[] = { in alias_1() local
122 char *val; in test_underscores() member
135 _cleanup_free_ char *val = iter->val; in test_underscores() local
150 const char *val; in test_path_ends_with_kmod_ext() member
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bits/
Dcomplete.rs62 let val: O = if offset == 0 { in take() localVariable
137 let input = [0b00010010].as_ref(); in test_take_0() localVariable
149 let input = [0b00010010].as_ref(); in test_take_eof() localVariable
164 let input = [0b00010010, 0b00110100, 0b11111111, 0b11111111].as_ref(); in test_take_span_over_multiple_bytes() localVariable
176 let input = [0b10000000].as_ref(); in test_bool_0() localVariable
185 let input = [0b10000000].as_ref(); in test_bool_eof() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bits/
H A Dcomplete.rs62 let val: O = if offset == 0 { in take() localVariable
137 let input = [0b00010010].as_ref(); in test_take_0() localVariable
149 let input = [0b00010010].as_ref(); in test_take_eof() localVariable
164 let input = [0b00010010, 0b00110100, 0b11111111, 0b11111111].as_ref(); in test_take_span_over_multiple_bytes() localVariable
176 let input = [0b10000000].as_ref(); in test_bool_0() localVariable
185 let input = [0b10000000].as_ref(); in test_bool_eof() localVariable
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A Dfloat16_gen.c48 FP16Constant input[] = { variable
88 int isFloat16NaN(unsigned short val) { in isFloat16NaN()
94 int isFloat16Infinite(unsigned short val) { in isFloat16Infinite()
100 int isFloat16SubNormal(unsigned short val) { in isFloat16SubNormal()
105 int isFloat16Negative(unsigned short val) { in isFloat16Negative()
/aosp_15_r20/external/libnl/lib/route/
H A Dnetconf.c50 int input; member
441 int rtnl_netconf_get_family(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_family()
451 int rtnl_netconf_get_ifindex(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_ifindex()
461 int rtnl_netconf_get_forwarding(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_forwarding()
471 int rtnl_netconf_get_mc_forwarding(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_mc_forwarding()
481 int rtnl_netconf_get_rp_filter(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_rp_filter()
491 int rtnl_netconf_get_proxy_neigh(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_proxy_neigh()
501 int rtnl_netconf_get_ignore_routes_linkdown(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_ignore_routes_linkdown()
511 int rtnl_netconf_get_input(struct rtnl_netconf *nc, int *val) in rtnl_netconf_get_input()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dmorton_radix_sort.h33 global uchar* input, in sort_morton_codes_bin_items_taskID_func()
84 global uchar* input, in sort_morton_codes_bin_items_func()
127 global uchar* input, in sort_morton_codes_bin_items()
204 global ulong* input, in sort_morton_codes_scatter_items_func()
370 …global ulong* input = (global ulong*)((iteration % 2) == 0 ? input0 + input0_offset : input1 + inp… in sort_morton_codes_scatter_items() local
419 global ulong *input, in sort_morton_codes_scatter_items()
463 …global ulong *input = (global ulong *)((iteration % 2) == 0 ? input0 + input0_offset : input1 + in… in sort_morton_codes_scatter_items() local
512 global uchar* input, in sort_morton_codes_merged()
651 GRL_INLINE uint work_group_scan_exclusive_add_opt(local uint* tmp, uint val) in work_group_scan_exclusive_add_opt()
712 uint val = work_group_scan_exclusive_add_opt(exclusive_scan_tmp, temp); in sort_morton_codes_reduce_bins_wide_partial_sum_func() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dhex_float_test.cpp645 uint32_t val = 0; in bits_set() local
656 uint32_t val = 0; in half_bits_set() local
1111 std::stringstream input(GetParam().literal); in TEST_P() local
1178 std::stringstream input(GetParam().literal); in TEST_P() local
1220 std::string input; member
1229 std::istringstream input(GetParam().input); in TEST_P() local
1256 std::istringstream input(GetParam().input); in TEST_P() local
1283 std::istringstream input(GetParam().input); in TEST_P() local
1356 std::stringstream input(GetParam().literal); in TEST_P() local
1389 std::stringstream input(GetParam().literal); in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp645 uint32_t val = 0; in bits_set() local
656 uint32_t val = 0; in half_bits_set() local
1111 std::stringstream input(GetParam().literal); in TEST_P() local
1178 std::stringstream input(GetParam().literal); in TEST_P() local
1220 std::string input; member
1229 std::istringstream input(GetParam().input); in TEST_P() local
1256 std::istringstream input(GetParam().input); in TEST_P() local
1283 std::istringstream input(GetParam().input); in TEST_P() local
1356 std::stringstream input(GetParam().literal); in TEST_P() local
1389 std::stringstream input(GetParam().literal); in TEST_P() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dhex_float_test.cpp645 uint32_t val = 0; in bits_set() local
656 uint32_t val = 0; in half_bits_set() local
1111 std::stringstream input(GetParam().literal); in TEST_P() local
1178 std::stringstream input(GetParam().literal); in TEST_P() local
1220 std::string input; member
1229 std::istringstream input(GetParam().input); in TEST_P() local
1256 std::istringstream input(GetParam().input); in TEST_P() local
1283 std::istringstream input(GetParam().input); in TEST_P() local
1356 std::stringstream input(GetParam().literal); in TEST_P() local
1389 std::stringstream input(GetParam().literal); in TEST_P() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DStruct.java322 private static byte[] getLast8Bytes(final byte[] input) { in getLast8Bytes()
765 public final boolean val; field in Struct.Bool
767 public Bool(final boolean val) { in Bool()
775 public final short val; field in Struct.U8
777 public U8(final short val) { in U8()
785 public final int val; field in Struct.S32
787 public S32(final int val) { in S32()
795 public final long val; field in Struct.U32
797 public U32(final long val) { in U32()
805 public final long val; field in Struct.S64
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc167 bool CanFuseConvOrDepthwiseConv(Value filter, Attribute val, in CanFuseConvOrDepthwiseConv()
179 bool CanFuseConvOrDepthwiseConv(Attribute filter, Attribute val, in CanFuseConvOrDepthwiseConv()
224 bool CanOptimizeIdentitySliceOp(Value input, Attribute begin, Attribute size) { in CanOptimizeIdentitySliceOp()
293 TypeAttr RescaleQtype(Type input, Attribute factor) { in RescaleQtype()
326 static bool ShapeMatchesReduceWithKeepAxes(Value input, in ShapeMatchesReduceWithKeepAxes()
357 static bool AreInputDimensionsOneInAxes(Value input, in AreInputDimensionsOneInAxes()
459 bool IsLastDimensionEqualOne(Value val) { in IsLastDimensionEqualOne()
496 ::mlir::Operation::result_range result, Value input, in GetFcOutput()
784 Operation *input = relu_op.getOperand().getDefiningOp(); in matchAndRewrite() local
1363 auto input = fully_connected_op.input(); in matchAndRewrite() local
H A Dlower_static_tensor_list.cc106 ArrayRef<int64_t> shape, int32_t val) { in CreateI32SplatConst()
115 ArrayRef<int64_t> shape, int64_t val) { in CreateI64SplatConst()
124 Value shape_tensor, int32_t val) { in CreateI32SplatTensor()
346 Value input = adaptor.getOperands()[0]; in matchAndRewriteImplWithSliceAndConcat() local
403 Value input = adaptor.getOperands()[0]; in matchAndRewriteImplWithDynamicUpdateSlice() local
814 auto input = block->getArgument(0); in CreateCondTrueBranch() local
855 auto input = block->getArgument(0); in CreateCondFalseBranch() local
880 Value input = adaptor.getOperands()[0]; in matchAndRewrite() local
916 Value input = adaptor.getOperands()[0]; in matchAndRewrite() local
964 Value input = adaptor.getOperands()[0]; in matchAndRewrite() local
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DHexFloat.cpp605 uint32_t val= 0; in bits_set() local
616 uint32_t val= 0; in half_bits_set() local
1013 std::stringstream input(GetParam().literal); in TEST_P() local
1080 std::stringstream input(GetParam().literal); in TEST_P() local
1122 std::string input; member
1131 std::istringstream input(GetParam().input); in TEST_P() local
1158 std::istringstream input(GetParam().input); in TEST_P() local
1185 std::istringstream input(GetParam().input); in TEST_P() local
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DHexFloat.cpp605 uint32_t val= 0; in bits_set() local
616 uint32_t val= 0; in half_bits_set() local
1013 std::stringstream input(GetParam().literal); in TEST_P() local
1080 std::stringstream input(GetParam().literal); in TEST_P() local
1122 std::string input; member
1131 std::istringstream input(GetParam().input); in TEST_P() local
1158 std::istringstream input(GetParam().input); in TEST_P() local
1185 std::istringstream input(GetParam().input); in TEST_P() local
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dtrace_to_hprof.cc47 void WriteId(uint64_t val) { WriteU8(val); } in WriteId()
49 void WriteU8(uint64_t val) { in WriteU8()
54 void WriteU4(uint32_t val) { in WriteU4()
59 void SetU4(uint32_t val, size_t pos) { in SetU4()
71 void WriteByte(uint8_t val) { buf_.emplace_back(val); } in WriteByte()
73 void Write(const char* val, uint32_t sz) { in Write()
314 int TraceToHprof(std::istream* input, in TraceToHprof()

12345678910>>...84