/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | power_interface_impl.cpp | 389 int32_t loc = lseek(fd, 0, SEEK_SET); in LoadStringFd() local
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getlocation.c | 414 struct loclist *loc = loclist; in __libdw_intern_expression() local 633 struct loclist *loc = loclist; in __libdw_intern_expression() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | notchlc.c | 356 unsigned escape, is8x8, loc; in decode_blocks() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_videotoolbox.c | 375 CFStringRef av_map_videotoolbox_chroma_loc_from_av(enum AVChromaLocation loc) in av_map_videotoolbox_chroma_loc_from_av() argument 398 CFStringRef loc = av_map_videotoolbox_chroma_loc_from_av(src->chroma_location); in vt_pixbuf_set_chromaloc() local
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Versions.cpp | 707 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguageMask languageMask, const char* featureDesc) in requireStage() argument 715 void TParseVersions::requireStage(const TSourceLoc& loc, EShLanguage stage, const char* featureDesc) in requireStage() argument 729 void TParseVersions::requireProfile(const TSourceLoc& loc, int profileMask, const char* featureDesc) in requireProfile() argument 752 void TParseVersions::profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, int numExtensions, in profileRequires() argument 775 profileRequires(const TSourceLoc& loc, int profileMask, int minVersion, const char* extension, const char* featureDesc) profileRequires() argument 781 unimplemented(const TSourceLoc& loc, const char* featureDesc) unimplemented() argument 790 checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const char* featureDesc) checkDeprecated() argument 807 requireNotRemoved(const TSourceLoc& loc, int profileMask, int removedVersion, const char* featureDesc) requireNotRemoved() argument 821 checkExtensionsRequested(const TSourceLoc& loc, int numExtensions, const char* const extensions[], const char* featureDesc) checkExtensionsRequested() argument 852 requireExtensions(const TSourceLoc& loc, int numExtensions, const char* const extensions[], const char* featureDesc) requireExtensions() argument 872 ppRequireExtensions(const TSourceLoc& loc, int numExtensions, const char* const extensions[], const char* featureDesc) ppRequireExtensions() argument 1078 checkExtensionStage(const TSourceLoc& loc, const char * const extension) checkExtensionStage() argument 1102 extensionRequires(const TSourceLoc &loc, const char * const extension, const char *behaviorString) extensionRequires() argument 1127 fullIntegerCheck(const TSourceLoc& loc, const char* op) fullIntegerCheck() argument 1134 doubleCheck(const TSourceLoc& loc, const char* op) doubleCheck() argument 1146 float16Check(const TSourceLoc& loc, const char* op, bool builtIn) float16Check() argument 1183 requireFloat16Arithmetic(const TSourceLoc& loc, const char* op, const char* featureDesc) requireFloat16Arithmetic() argument 1197 requireInt16Arithmetic(const TSourceLoc& loc, const char* op, const char* featureDesc) requireInt16Arithmetic() argument 1211 requireInt8Arithmetic(const TSourceLoc& loc, const char* op, const char* featureDesc) requireInt8Arithmetic() argument 1224 float16ScalarVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn) float16ScalarVectorCheck() argument 1237 explicitFloat32Check(const TSourceLoc& loc, const char* op, bool builtIn) explicitFloat32Check() argument 1247 explicitFloat64Check(const TSourceLoc& loc, const char* op, bool builtIn) explicitFloat64Check() argument 1259 explicitInt8Check(const TSourceLoc& loc, const char* op, bool builtIn) explicitInt8Check() argument 1269 float16OpaqueCheck(const TSourceLoc& loc, const char* op, bool builtIn) float16OpaqueCheck() argument 1279 explicitInt16Check(const TSourceLoc& loc, const char* op, bool builtIn) explicitInt16Check() argument 1290 int16ScalarVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn) int16ScalarVectorCheck() argument 1302 int8ScalarVectorCheck(const TSourceLoc& loc, const char* op, bool builtIn) int8ScalarVectorCheck() argument 1314 explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) explicitInt32Check() argument 1324 int64Check(const TSourceLoc& loc, const char* op, bool builtIn) int64Check() argument 1336 fcoopmatCheckNV(const TSourceLoc& loc, const char* op, bool builtIn) fcoopmatCheckNV() argument 1344 intcoopmatCheckNV(const TSourceLoc& loc, const char* op, bool builtIn) intcoopmatCheckNV() argument 1352 coopmatCheck(const TSourceLoc& loc, const char* op, bool builtIn) coopmatCheck() argument 1361 spvRemoved(const TSourceLoc& loc, const char* op) spvRemoved() argument 1368 vulkanRemoved(const TSourceLoc& loc, const char* op) vulkanRemoved() argument 1375 requireVulkan(const TSourceLoc& loc, const char* op) requireVulkan() argument 1382 requireSpv(const TSourceLoc& loc, const char* op) requireSpv() argument 1387 requireSpv(const TSourceLoc& loc, const char *op, unsigned int version) requireSpv() argument [all...] |
H A D | ParseContextBase.cpp | 51 void TParseContextBase::outputMessage(const TSourceLoc& loc, const char* szReason, in outputMessage() argument 70 void C_DECL TParseContextBase::error(const TSourceLoc& loc, const char* szReason, const char* szToken, in error() argument 87 void C_DECL TParseContextBase::warn(const TSourceLoc& loc, const char* szReason, const char* szToken, in warn() argument 98 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szToken, in ppError() argument 110 void C_DECL TParseContextBase::ppWarn(const TSourceLoc& loc, const char* szReason, const char* szToken, in ppWarn() argument 125 lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) lValueErrorCheck() argument 228 rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) rValueErrorCheck() argument 281 checkIndex(const TSourceLoc& loc, const TType& type, int& index) checkIndex() argument 507 parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int vecSize, TSwizzleSelectors<TVectorSelector>& selector) parseSwizzleSelector() argument 607 growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString& memberName, TTypeList* typeList) growGlobalUniformBlock() argument 659 growAtomicCounterBlock(int binding, const TSourceLoc& loc, TType& memberType, const TString& memberName, TTypeList* typeList) growAtomicCounterBlock() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUService.java | 741 SortedMap<String, String> get(ULocale loc, Comparator<Object> comp) { in get() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 24 const char *locString(const Locale *loc) { in locString() argument
|
H A D | dtfmtrtts.cpp | 165 Locale loc = Locale::getDefault(); in TestDateFormatRoundTrip() local 209 void DateFormatRoundTripTest::test(const Locale& loc) in test() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUService.java | 746 SortedMap<String, String> get(ULocale loc, Comparator<Object> comp) { in get() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurfmt.cpp | 48 PluralFormat::PluralFormat(const Locale& loc, UErrorCode& status) in PluralFormat() argument 64 PluralFormat::PluralFormat(const Locale& loc, in PluralFormat() argument 74 PluralFormat::PluralFormat(const Locale& loc, in PluralFormat() argument 94 PluralFormat::PluralFormat(const Locale& loc, in PluralFormat() argument 116 PluralFormat::PluralFormat(const Locale& loc, in PluralFormat() argument 128 PluralFormat(const Locale& loc, UPluralType type, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument 338 setLocale(const Locale& loc, UErrorCode& status) setLocale() argument [all...] |
H A D | dcfmtsym.cpp | 109 DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, UErrorCode& status) in DecimalFormatSymbols() argument 114 DecimalFormatSymbols::DecimalFormatSymbols(const Locale& loc, const NumberingSystem& ns, UErrorCode& status) in DecimalFormatSymbols() argument 349 DecimalFormatSymbols::initialize(const Locale& loc, UErrorCode& status, in initialize() argument
|
H A D | ucol_res.cpp | 506 ucol_open(const char *loc, in ucol_open() argument 544 const Locale *loc = Collator::getAvailableLocales(count); in ucol_getAvailable() local 483 makeCacheEntry( const Locale &loc, const CollationCacheEntry *entryFromCache, UErrorCode &errorCode) makeCacheEntry() argument [all...] |
H A D | datefmt.cpp | 80 DateFmtBestPatternKey( const Locale &loc, const UnicodeString &skeleton, UErrorCode &status) DateFmtBestPatternKey() argument
|
/third_party/libunwind/libunwind/include/tdep-x86/ |
H A D | libunwind_i.h | 100 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp() argument 109 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp() argument 118 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get() argument 127 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_ argument 150 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) dwarf_getfp() argument 173 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putfp() argument 196 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) dwarf_get() argument 216 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument [all...] |
/third_party/libunwind/libunwind/include/tdep-riscv/ |
H A D | libunwind_i.h | 110 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp() argument 119 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp() argument 128 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get() argument 137 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_ argument 160 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) dwarf_getfp() argument 184 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putfp() argument 208 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) dwarf_get() argument 228 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument [all...] |
/third_party/libunwind/libunwind/include/tdep-s390x/ |
H A D | libunwind_i.h | 115 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp() argument 138 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putfp() argument 160 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) dwarf_get() argument 183 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument [all...] |
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gscript.c | 496 ia64_loc_t loc, nat_loc; in run_script() local [all...] |
/third_party/libunwind/libunwind/include/tdep-aarch64/ |
H A D | libunwind_i.h | 129 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp() argument 138 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putfp() argument 147 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get() argument 155 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_ argument 183 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) dwarf_getfp() argument 206 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putfp() argument 229 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) dwarf_get() argument 249 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument [all...] |
/third_party/libunwind/libunwind/include/tdep-ppc64/ |
H A D | libunwind_i.h | 97 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) in dwarf_getvr() argument 106 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) in dwarf_putvr() argument 115 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val) in dwarf_getfp() argument 124 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_ argument 133 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) dwarf_get() argument 142 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument 170 dwarf_getvr(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) dwarf_getvr() argument 196 dwarf_putvr(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putvr() argument 221 dwarf_getfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val) dwarf_getfp() argument 242 dwarf_putfp(struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val) dwarf_putfp() argument 263 dwarf_get(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) dwarf_get() argument 284 dwarf_put(struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) dwarf_put() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_to_vector.c | 156 get_flat_type(const nir_shader *shader, nir_variable *old_vars[MAX_SLOTS][4], unsigned *loc, nir_variable **first_var, unsigned *num_vertices) get_flat_type() argument 474 const unsigned loc = get_slot(old_var); nir_lower_io_to_vector_impl() local 529 const unsigned loc = get_slot(old_var); nir_lower_io_to_vector_impl() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 753 ra_fail(Program* program, Location loc, Location loc2, const char* fmt, ...) in ra_fail() argument 1003 Location loc; in validate_ra() local 941 validate_instr_defs(Program* program, std::array<unsigned, 2048>& regs, const std::vector<Assignment>& assignments, const Location& loc, aco_ptr<Instruction>& instr) validate_instr_defs() argument 1080 Location loc; validate_ra() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_vectorize_vs_inputs.c | 189 unsigned loc = r600_correct_location(var); in r600_vec_instr_stack_pop() local 386 unsigned loc = r600_correct_location(var); in r600_create_new_io_vars() local
|
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 159 unsigned loc = var->data.location - m_base_slot; in create_new_io_vars() local 339 unsigned loc = var->data.location - m_base_slot; in vec_instr_stack_pop() local
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
H A D | object-inspection.cc | 540 Location loc; variable
|