Home
last modified time | relevance | path

Searched defs:stem (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dof_private.h27 char stem[]; member
H A Dbase.c1947 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) of_alias_add() argument
2039 of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
2073 of_alias_get_alias_list(const struct of_device_id *matches, const char *stem, unsigned long *bitmap, unsigned int nbits) of_alias_get_alias_list() argument
2120 of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
[all...]
/kernel/linux/linux-6.6/drivers/of/
H A Dof_private.h29 char stem[]; member
H A Dbase.c1716 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) of_alias_add() argument
1809 of_alias_get_id(struct device_node *np, const char *stem) of_alias_get_id() argument
1837 of_alias_get_highest_id(const char *stem) of_alias_get_highest_id() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpshints.h346 T1_Hints_SetStemFunc stem; global() member
[all...]
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c156 char *stem = data->stem_arr[i].buf; in write_binary_file() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp166 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
183 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
196 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
211 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
240 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
257 unitWidth(skeleton::StemEnum stem) unitWidth() argument
278 signDisplay(skeleton::StemEnum stem) signDisplay() argument
303 decimalSeparatorDisplay(skeleton::StemEnum stem) decimalSeparatorDisplay() argument
511 ParseState stem = STATE_NULL; parseSkeleton() local
641 auto stem = static_cast<StemEnum>(stemTrie.getValue()); parseStem() local
792 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
258 unitWidth(skeleton::StemEnum stem) unitWidth() argument
279 signDisplay(skeleton::StemEnum stem) signDisplay() argument
304 decimalSeparatorDisplay(skeleton::StemEnum stem) decimalSeparatorDisplay() argument
512 ParseState stem = STATE_NULL; parseSkeleton() local
642 auto stem = static_cast<StemEnum>(stemTrie.getValue()); parseStem() local
798 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.cpp167 Notation stem_to_object::notation(skeleton::StemEnum stem) { in notation() argument
184 MeasureUnit stem_to_object::unit(skeleton::StemEnum stem) { in unit() argument
197 Precision stem_to_object::precision(skeleton::StemEnum stem) { in precision() argument
212 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) { in roundingMode() argument
241 UNumberGroupingStrategy stem_to_object::groupingStrategy(skeleton::StemEnum stem) { in groupingStrategy() argument
258 unitWidth(skeleton::StemEnum stem) unitWidth() argument
279 signDisplay(skeleton::StemEnum stem) signDisplay() argument
304 decimalSeparatorDisplay(skeleton::StemEnum stem) decimalSeparatorDisplay() argument
512 ParseState stem = STATE_NULL; parseSkeleton() local
642 auto stem = static_cast<StemEnum>(stemTrie.getValue()); parseStem() local
798 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status) parseOption() argument
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.h62 struct stem { struct
309 char *stem; find_stem_from_spec() local
[all...]
H A Dlabel_file.c879 struct stem *stem; in closef() local
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp328 path path::stem() const { in stem() function in fs::path
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberSkeletonImpl.java243 private static Notation notation(StemEnum stem) { in notation() argument
260 private static MeasureUnit unit(StemEnum stem) { in unit() argument
273 precision(StemEnum stem) precision() argument
288 roundingMode(StemEnum stem) roundingMode() argument
311 groupingStrategy(StemEnum stem) groupingStrategy() argument
328 unitWidth(StemEnum stem) unitWidth() argument
349 signDisplay(StemEnum stem) signDisplay() argument
374 decimalSeparatorDisplay(StemEnum stem) decimalSeparatorDisplay() argument
861 parseOption(ParseState stem, StringSegment segment, MacroProps macros) parseOption() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberSkeletonImpl.java228 private static Notation notation(StemEnum stem) { in notation() argument
245 private static MeasureUnit unit(StemEnum stem) { in unit() argument
258 precision(StemEnum stem) precision() argument
273 roundingMode(StemEnum stem) roundingMode() argument
296 groupingStrategy(StemEnum stem) groupingStrategy() argument
313 unitWidth(StemEnum stem) unitWidth() argument
334 signDisplay(StemEnum stem) signDisplay() argument
355 decimalSeparatorDisplay(StemEnum stem) decimalSeparatorDisplay() argument
817 parseOption(ParseState stem, StringSegment segment, MacroProps macros) parseOption() argument
[all...]
/third_party/python/Lib/
H A Dpathlib.py658 def stem(self): member in PurePath
H A Dzipfile.py2507 def stem(self): member in Path
/kernel/linux/linux-5.10/include/linux/
H A Dof.h770 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
775 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
780 of_alias_get_alias_list(const struct of_device_id *matches, const char *stem, unsigned long *bitmap, unsigned int nbits) of_alias_get_alias_list() argument
/kernel/linux/linux-6.6/include/linux/
H A Dof.h786 static inline int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument
791 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument
/third_party/sqlite/src/
H A Dsqlite3.c188270 static int stem( global() function
[all...]

Completed in 153 milliseconds