Home
last modified time | relevance | path

Searched +defs:val +defs:f (Results 101 – 125 of 2216) sorted by relevance

12345678910>>...89

/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Dutracimp.h200 #define UTRACE_EXIT_VALUE(val) UPRV_BLOCK_MACRO_BEGIN { \ argument
212 #define UTRACE_EXIT_VALUE_STATUS(val, status) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
358 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dutracimp.h200 #define UTRACE_EXIT_VALUE(val) UPRV_BLOCK_MACRO_BEGIN { \ argument
212 #define UTRACE_EXIT_VALUE_STATUS(val, status) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
358 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Dutracimp.h200 #define UTRACE_EXIT_VALUE(val) UPRV_BLOCK_MACRO_BEGIN { \ argument
212 #define UTRACE_EXIT_VALUE_STATUS(val, status) UPRV_BLOCK_MACRO_BEGIN { \ argument
316 #define UTRACE_DATA6(level, fmt, a, b, c, d, e, f) UPRV_BLOCK_MACRO_BEGIN { \ argument
330 #define UTRACE_DATA7(level, fmt, a, b, c, d, e, f, g) UPRV_BLOCK_MACRO_BEGIN { \ argument
344 #define UTRACE_DATA8(level, fmt, a, b, c, d, e, f, g, h) UPRV_BLOCK_MACRO_BEGIN { \ argument
358 #define UTRACE_DATA9(level, fmt, a, b, c, d, e, f, g, h, i) UPRV_BLOCK_MACRO_BEGIN { \ argument
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/
H A Daccessors.h49 const upb_MiniTableField* f) { in upb_Message_ClearBaseField()
59 const upb_MiniTableField* f) { in upb_Message_HasBaseField()
94 upb_MessageValue val, upb_Arena* a) { in upb_Message_SetField()
123 upb_MessageValue val; in upb_Message_SetBool() local
150 upb_MessageValue val; in upb_Message_SetInt32() local
175 upb_MessageValue val; in upb_Message_SetUInt32() local
212 upb_MessageValue val; in upb_Message_SetInt64() local
237 upb_MessageValue val; in upb_Message_SetUInt64() local
262 upb_MessageValue val; in upb_Message_SetFloat() local
287 upb_MessageValue val; in upb_Message_SetDouble() local
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dtensorexpr_init.cpp170 [](const ExprHandle& c, const ExprHandle& t, const ExprHandle& f) { in initTensorExprBindings()
528 [](const ForPtr& f, size_t num) { in initTensorExprBindings()
534 [](const ForPtr& f, int factor) { in initTensorExprBindings()
542 [](const ForPtr& f, int factor) { in initTensorExprBindings()
550 [](const ForPtr& f, int factor) { in initTensorExprBindings()
558 [](const ForPtr& f, int factor) { in initTensorExprBindings()
566 [](const ForPtr& f) { in initTensorExprBindings()
581 [](const ForPtr& f) { return LoopNest::distributeLoop(f); }, in initTensorExprBindings()
585 [](const ForPtr& f, const std::unordered_set<StmtPtr>& pivots) { in initTensorExprBindings()
591 [](const ForPtr& f) { in initTensorExprBindings()
[all …]
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/
H A Damdgpu_asic_addr.h38 #define FAMILY_IS(f, fn) (f == FAMILY_##fn) argument
39 #define FAMILY_IS_TN(f) FAMILY_IS(f, TN) argument
40 #define FAMILY_IS_SI(f) FAMILY_IS(f, SI) argument
41 #define FAMILY_IS_CI(f) FAMILY_IS(f, CI) argument
42 #define FAMILY_IS_KV(f) FAMILY_IS(f, KV) argument
43 #define FAMILY_IS_VI(f) FAMILY_IS(f, VI) argument
44 #define FAMILY_IS_POLARIS(f) FAMILY_IS(f, POLARIS) argument
45 #define FAMILY_IS_CZ(f) FAMILY_IS(f, CZ) argument
46 #define FAMILY_IS_AI(f) FAMILY_IS(f, AI) argument
47 #define FAMILY_IS_RV(f) FAMILY_IS(f, RV) argument
[all …]
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_create.c26 int val = __thread_list_lock; in __tl_lock() local
48 int val = __thread_list_lock; in __tl_sync() local
64 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit() local
232 static void init_file_lock(FILE *f) in init_file_lock()
252 for (FILE *f=*__ofl_lock(); f; f=f->next) in __pthread_create() local
/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h78 float f; member
97 union fi f; in util_get_float32_exponent() local
131 util_ifloor(float f) in util_ifloor()
167 util_iround(float f) in util_iround()
292 fui( float f ) in fui()
300 dui( double f ) in dui()
337 float_to_ubyte(float f) in float_to_ubyte()
368 float_to_ushort(float f) in float_to_ushort()
392 float_to_byte_tex(float f) in float_to_byte_tex()
598 util_mask_sign_extend(uint64_t val, unsigned width) in util_mask_sign_extend()
[all …]
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_create.c26 int val = __thread_list_lock; in __tl_lock() local
48 int val = __thread_list_lock; in __tl_sync() local
64 void (*f)(void *) = self->cancelbuf->__f; in __pthread_exit() local
220 static void init_file_lock(FILE *f) in init_file_lock()
241 for (FILE *f=*__ofl_lock(); f; f=f->next) in __pthread_create() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/mte/
H A Dcheck_ksm_options.c28 FILE *f; in read_sysfs() local
29 unsigned long val = 0; in read_sysfs() local
44 static void write_sysfs(char *str, unsigned long val) in write_sysfs()
46 FILE *f; in write_sysfs() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp402 CFieldInfo &f = _fields.AddNew(); in Init() local
438 CFieldInfo f; in AddProp() local
496 const CFieldInfo &f = _fields[i]; in PrintTitle() local
564 const CFieldInfo &f = _fields[i]; in PrintItemInfo() local
748 const CFieldInfo &f = _fields[i]; in PrintSum() local
816 static void PrintPropNameAndNumber(CStdOutStream &so, const char *name, UInt64 val) in PrintPropNameAndNumber()
835 static void PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) in PrintPropNameAndNumber()
841 static void PrintPropNameAndNumber_Signed(CStdOutStream &so, PROPID propID, Int64 val) in PrintPropNameAndNumber_Signed()
868 static void PrintPropVal_MultiLine(CStdOutStream &so, const wchar_t *val) in PrintPropVal_MultiLine()
904 static void PrintPropPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine, … in PrintPropPair()
/aosp_15_r20/external/mesa3d/src/compiler/isaspec/
H A Disaspec_decode_impl.c83 bitmask_t val; member
235 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope()
293 bitmask_t val) in find_bitset()
375 const struct isa_field *f = find_field(scope, bitset->parent, name, name_len); in find_field() local
387 bitmask_t val, mask; in extract_field() local
415 const struct isa_field *f = &c->fields[j]; in find_display() local
416 bitmask_t val; in find_display() local
446 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_bitset_field()
463 display_enum_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_enum_field()
505 uint64_t val = evaluate_expr(scope, field->expr); in resolve_field() local
[all …]
/aosp_15_r20/external/lua/src/
H A Dlapi.c680 static int finishrawget (lua_State *L, const TValue *val) { in finishrawget()
700 const TValue *val; in lua_rawget() local
1063 LClosure *f = clLvalue(s2v(L->top - 1)); /* get newly created function */ in lua_load() local
1278 lua_Alloc f; in lua_getallocf() local
1287 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
1295 void lua_setwarnf (lua_State *L, lua_WarnFunction f, void *ud) { in lua_setwarnf()
1325 static const char *aux_upvalue (TValue *fi, int n, TValue **val, in aux_upvalue()
1329 CClosure *f = clCvalue(fi); in aux_upvalue() local
1337 LClosure *f = clLvalue(fi); in aux_upvalue() local
1354 TValue *val = NULL; /* to avoid warnings */ in lua_getupvalue() local
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/
H A Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/
H A Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/
H A Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/
H A Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/abseil-cpp/absl/flags/
H A Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dflag_benchmark.cc45 int val; in AbslParseFlag() local
64 std::string val; in AbslParseFlag() local
201 void Accumulate(typename Accumulator<T>::type& a, const T& f) { in Accumulate()
204 void Accumulate(bool& a, bool f) { a = a || f; } in Accumulate()
205 void Accumulate(size_t& a, const std::string& f) { a += f.size(); } in Accumulate()
206 void Accumulate(size_t& a, const std::vector<std::string>& f) { a += f.size(); } in Accumulate()
207 void Accumulate(bool& a, const OptionalInt& f) { a |= f.has_value(); } in Accumulate()
208 void Accumulate(bool& a, const OptionalString& f) { a |= f.has_value(); } in Accumulate()
209 void Accumulate(bool& a, const UDT& f) { in Accumulate()
/aosp_15_r20/external/ltp/metadata/
H A Ddata_storage.h42 char val[]; member
47 long val; member
288 static inline void data_fprintf(FILE *f, unsigned int padd, const char *fmt, ...) in data_fprintf()
301 static inline void data_fprintf_esc(FILE *f, unsigned int padd, const char *str) in data_fprintf_esc()
334 static inline void data_to_json_(struct data_node *self, FILE *f, unsigned int padd, int do_padd) in data_to_json_()
371 static inline void data_to_json(struct data_node *self, FILE *f, unsigned int padd) in data_to_json()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_function_registry.cpp63 FunctionName* f = create<FunctionName>(FunctionName(functionName), errorCode); in setDefaultFormatterNameByType() local
106 const FunctionName* f = static_cast<FunctionName*>(formattersByType->get(type)); in getDefaultFormatterNameByType() local
174 static double tryStringAsNumber(const Locale& locale, const Formattable& val, UErrorCode& errorCode… in tryStringAsNumber()
208 MFFunctionRegistry::MFFunctionRegistry(FormatterMap* f, SelectorMap* s, Hashtable* byType) : format… in MFFunctionRegistry()
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/prebuilts/go/linux-x86/test/
Dmethod.go21 func (s S) val() int { return 1 } func
22 func (s *S1) val() int { return 2 } func
23 func (i I) val() int { return 3 } func
24 func (i *I1) val() int { return 4 } func
25 func (t T) val() int { return 7 } func
26 func (t *T1) val() int { return 8 } func
29 val() int methodSpec
32 func val(v Val) int { return v.val() } func
261 func (C) f() {} // value receiver, direct field of A func
/aosp_15_r20/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp53 static inline uint32_t setChannel(uint32_t color, int channel, uint8_t val) in setChannel()
99 static inline void writeUnorm8(const tcu::PixelBufferAccess &dst, int x, int y, uint32_t val) in writeUnorm8()
109 inline void writeUnorm8<4>(const tcu::PixelBufferAccess &dst, int x, int y, uint32_t val) in writeUnorm8()
153 …float f = (getChannel(p00, c) * (1.0f - a) * (1.0f - b)) + (getChannel(p10, c) * (a) * (1.0f - b))… in bilinearSample() local
183 float f = kernelX[kw - kx - 1]; in separableConvolve() local
202 float f = kernelY[kh - ky - 1]; in separableConvolve() local
/aosp_15_r20/external/perfetto/src/shared_lib/test/
H A Dapi_integrationtest.cc164 uint64_t val = 0; in TEST() local
193 int32_t val = 0; in TEST() local
239 uint64_t val; in ParsePackedVarInt() local
314 [](uint64_t val) { in TEST_F()
442 PerfettoPbPackedMsgInt32 f; in TEST_F() local
451 PerfettoPbPackedMsgInt64 f; in TEST_F() local
459 PerfettoPbPackedMsgUint32 f; in TEST_F() local
467 PerfettoPbPackedMsgUint64 f; in TEST_F() local
475 PerfettoPbPackedMsgInt32 f; in TEST_F() local
515 PerfettoPbPackedMsgFixed32 f; in TEST_F() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/
Ddecode.c121 uint32_t val = 0; in upb_MiniTable_DecodeBase92Varint() local
372 upb_MiniTableField* f = in upb_MtDecoder_DecodeOneofField() local
559 upb_MiniTableField* f = &d->fields[i]; in upb_MtDecoder_SortLayoutItems() local
631 upb_MiniTableField* f = &d->fields[item->field_index]; in upb_MtDecoder_AssignOffsets() local
642 upb_MiniTableField* f = &d->fields[item->field_index]; in upb_MtDecoder_AssignOffsets() local
669 const upb_MiniTableField* f, in upb_MtDecoder_ValidateEntryField()
830 uint32_t val) { in _upb_MiniTable_AddEnumDataMember()
842 static void upb_MiniTableEnum_BuildValue(upb_MtDecoder* d, uint32_t val) { in upb_MiniTableEnum_BuildValue()
949 upb_MiniTableField* f = &ext->field; in upb_MtDecoder_DoBuildMiniTableExtension() local
1074 const upb_MiniTableField* f = &mt->fields[i]; in upb_MiniTable_GetSubList() local
[all …]

12345678910>>...89