Home
last modified time | relevance | path

Searched +defs:val +defs:sym (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dsymbol.c36 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
68 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
77 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
89 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
101 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
117 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
122 long long val, val2; in sym_validate_range() local
149 static void sym_set_changed(struct symbol *sym) in sym_set_changed()
162 struct symbol *sym; in sym_set_all_changed() local
169 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
[all …]
H A Dconfdata.c254 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
393 char *p, *val; in conf_read_simple() local
394 struct symbol *sym; in conf_read_simple() local
560 struct symbol *sym; in conf_read() local
706 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol()
709 const char *val; in __print_symbol() local
734 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig()
739 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
749 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
754 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
[all …]
H A Dexpr.c18 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
851 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
879 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1000 union string_value *val) in expr_parse_string()
1229 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1239 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
/aosp_15_r20/external/toybox/kconfig/
H A Dsymbol.c38 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
80 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
114 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
123 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
135 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
147 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
163 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
166 int base, val, val2; in sym_validate_range() local
196 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
[all …]
H A Dconf.c67 static void conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
70 tristate val; in conf_askvalue() local
173 struct symbol *sym = menu->sym; in conf_string() local
207 struct symbol *sym = menu->sym; in conf_sym() local
281 struct symbol *sym, *def_sym; in conf_choice() local
410 struct symbol *sym; in conf() local
472 struct symbol *sym; in check_conf() local
H A Dmconf.c357 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str()
387 struct symbol *sym; in get_relations_str() local
427 struct symbol *sym; in build_conf() local
431 tristate val; in build_conf() local
587 struct symbol *sym; in conf() local
699 struct symbol *sym = menu->sym; in show_help() local
863 struct symbol *sym; in main() local
H A Dexpr.h40 struct symbol *sym; member
58 void *val; member
85 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
115 struct symbol *sym; member
125 #define for_all_properties(sym, st, tok) \ argument
128 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument
129 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument
130 #define for_all_prompts(sym, st) \ argument
138 struct symbol *sym; member
/aosp_15_r20/bionic/benchmarks/linker_relocation/include/
H A Dlinker_reloc_bench_asm.h33 #define GOT_RELOC(sym) .long sym(GOT_PREL) argument
34 #define CALL(sym) bl sym argument
35 #define DATA_WORD(val) .long val argument
40 #define GOT_RELOC(sym) adrp x1, :got:sym argument
41 #define CALL(sym) bl sym argument
42 #define DATA_WORD(val) .quad val argument
47 #define GOT_RELOC(sym) lga a0, sym argument
48 #define CALL(sym) call sym@plt argument
49 #define DATA_WORD(val) .quad val argument
54 #define GOT_RELOC(sym) .long sym@got argument
[all …]
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dht_dec.c70 OPJ_UINT32 population_count(OPJ_UINT32 val) in population_count()
95 OPJ_UINT32 count_leading_zeros(OPJ_UINT32 val) in count_leading_zeros()
167 OPJ_UINT32 val; in mel_read() local
397 OPJ_UINT32 val; in rev_read() local
548 OPJ_UINT32 val; in rev_read_mrp() local
902 OPJ_UINT32 val; in frwd_read() local
1583 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
1601 OPJ_UINT32 val, t; in opj_t1_ht_decode_cblk() local
1627 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
1643 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
[all …]
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp76 SVal SValBuilder::convertToArrayIndex(SVal val) { in convertToArrayIndex()
104 SymbolRef sym = SymMgr.getRegionValueSymbol(region); in getRegionValueSymbolVal() local
141 SymbolRef sym = SymMgr.conjureSymbol(expr, LCtx, type, count, symbolTag); in conjureSymbolVal() local
160 SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount); in conjureSymbolVal() local
178 SymbolRef sym = SymMgr.conjureSymbol(E, LCtx, T, VisitCount); in getConjuredHeapSymbolVal() local
188 SymbolRef sym = in getMetadataSymbolVal() local
208 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region); in getDerivedRegionValueSymbolVal() local
434 SVal SValBuilder::evalIntegralCast(ProgramStateRef state, SVal val, in evalIntegralCast()
471 SVal SValBuilder::evalCast(SVal val, QualType castTy, QualType originalTy) { in evalCast()
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_sched_switch.c20 static const char *convert_sym(struct tep_print_flag_sym *sym) in convert_sym()
80 struct tep_print_flag_sym *sym = NULL; in search_op() local
102 struct tep_print_flag_sym *sym; in get_states() local
130 unsigned long long val; in write_state() local
188 unsigned long long val; in sched_wakeup_handler() local
217 unsigned long long val; in sched_switch_handler() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp108 if (SymbolRef sym = val.getAsSymbol()) in REGISTER_MAP_WITH_PROGRAMSTATE() local
114 static SelfFlagEnum getSelfFlags(SVal val, CheckerContext &C) { in getSelfFlags()
118 static void addSelfFlag(ProgramStateRef state, SVal val, in addSelfFlag()
121 if (SymbolRef sym = val.getAsSymbol()) { in addSelfFlag() local
127 static bool hasSelfFlag(SVal val, SelfFlagEnum flag, CheckerContext &C) { in hasSelfFlag()
317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind()
332 if (SymbolRef sym = loc.getAsSymbol()) in checkBind() local
H A DNSErrorChecker.cpp175 if (SymbolRef sym = val.getAsSymbol()) in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
182 static void setFlag(ProgramStateRef state, SVal val, CheckerContext &C) { in setFlag()
184 if (SymbolRef sym = val.getAsSymbol()) in setFlag() local
188 static QualType parameterTypeFromSVal(SVal val, CheckerContext &C) { in parameterTypeFromSVal()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Ddef_pool.c148 bool _upb_DefPool_InsertSym(upb_DefPool* s, upb_StringView sym, upb_value v, in _upb_DefPool_InsertSym()
163 static const void* _upb_DefPool_Unpack(const upb_DefPool* s, const char* sym, in _upb_DefPool_Unpack()
171 bool _upb_DefPool_LookupSym(const upb_DefPool* s, const char* sym, size_t size, in _upb_DefPool_LookupSym()
194 const char* sym) { in upb_DefPool_FindMessageByName()
199 const upb_DefPool* s, const char* sym, size_t len) { in upb_DefPool_FindMessageByNameWithSize()
204 const char* sym) { in upb_DefPool_FindEnumByName()
209 const char* sym) { in upb_DefPool_FindEnumByNameval()
251 const char* sym) { in upb_DefPool_FindExtensionByName()
317 upb_value val; in remove_filedef() local
501 upb_value val; in upb_DefPool_GetAllExtensions() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef_pool.c94 bool _upb_DefPool_InsertSym(upb_DefPool* s, upb_StringView sym, upb_value v, in _upb_DefPool_InsertSym()
109 static const void* _upb_DefPool_Unpack(const upb_DefPool* s, const char* sym, in _upb_DefPool_Unpack()
117 bool _upb_DefPool_LookupSym(const upb_DefPool* s, const char* sym, size_t size, in _upb_DefPool_LookupSym()
140 const char* sym) { in upb_DefPool_FindMessageByName()
145 const upb_DefPool* s, const char* sym, size_t len) { in upb_DefPool_FindMessageByNameWithSize()
150 const char* sym) { in upb_DefPool_FindEnumByName()
155 const char* sym) { in upb_DefPool_FindEnumByNameval()
197 const char* sym) { in upb_DefPool_FindExtensionByName()
263 upb_value val; in remove_filedef() local
441 upb_value val; in upb_DefPool_GetAllExtensions() local
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/
H A DBytecodeBoundClass.java73 private final ClassSymbol sym; field in BytecodeBoundClass
79 ClassSymbol sym, in BytecodeBoundClass()
530 ElementValue val = annotation.elementValuePairs().get("value"); in bindRetention() local
546 ElementValue val = annotation.elementValuePairs().get("value"); in bindTarget() local
573 ElementValue val = annotation.elementValuePairs().get("value"); in bindRepeatable() local
612 final ClassSymbol sym, in makeScope()
/aosp_15_r20/external/elfutils/libelf/
H A Dgelf.h133 #define GELF_ST_BIND(val) ELF64_ST_BIND (val) argument
134 #define GELF_ST_TYPE(val) ELF64_ST_TYPE (val) argument
139 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) argument
146 #define GELF_R_INFO(sym, type) ELF64_R_INFO (sym, type) argument
152 #define GELF_M_INFO(sym, size) ELF64_M_INFO (sym, size) argument
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.1/
HDturbine-0.1.jar ... binder/ com/google/turbine/binder/sym/ com/google/turbine/binder/bound ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/turbine/0.2.1/
HDturbine-0.2.1.jar ... MethodInfo method com.google.turbine.binder.sym.ClassSymbol sym com.google.common.collect ...
/aosp_15_r20/out/soong/.intermediates/external/turbine/turbine/linux_glibc_common/javac/
Dturbine.jar ... final synthetic com.google.turbine.binder.sym.ClassSymbol val$sym final synthetic com.google ...
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzxDecoder.cpp685 #define Z7_LZX_HUFF_DECODE( sym, huff, kNumTableBits, move_pos_op, check_op, error_op) \ argument
689 #define Z7_LZX_HUFF_DECODE_CHECK_YES(sym, huff, kNumTableBits, move_pos_op) \ argument
693 #define Z7_LZX_HUFF_DECODE_CHECK_NO( sym, huff, kNumTableBits, move_pos_op) \ argument
757 #define MACRO_ReadBits_NonZero(val, numBits) \ argument
803 const UInt32 val = GetVal() >> (32 - numBits); local
941 unsigned sym; local
1064 const unsigned val = ReadBits(_bitStream, kNumAlignLevelBits); local
1146 unsigned sym; local
H A DHuffmanDecoder.h236 #define Z7_HUFF_DECODE_BASE_TREE_BRANCH(sym, huf, kNumBitsMax, kNumTableBits, \ argument
259 #define Z7_HUFF_DECODE_BASE(sym, huf, kNumBitsMax, kNumTableBits, \ argument
286 #define Z7_HUFF_DECODE_10(sym, huf, kNumBitsMax, kNumTableBits, \ argument
296 #define Z7_HUFF_DECODE_VAL_IN_HIGH32(sym, huf, kNumBitsMax, kNumTableBits, \ argument
328 #define Z7_HUFF_DECODE_0(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op, move_… argument
342 #define Z7_HUFF_DECODE_1(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op) \ argument
348 #define Z7_HUFF_DECODE_2(sym, huf, kNumBitsMax, kNumTableBits, bitStream, check_op, error_op) \ argument
354 #define Z7_HUFF_DECODE_CHECK(sym, huf, kNumBitsMax, kNumTableBits, bitStream, error_op) \ argument
383 unsigned sym; in Decode() local
411 unsigned sym; in DecodeFull() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java230 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestPatterns() local
284 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestExponential() local
288 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local
377 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestQuotes() local
400 float val = 12345.67f; in TestParseCurrencyTrailingSymbol() local
416 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestCurrencySign() local
542 DecimalFormatSymbols sym = new DecimalFormatSymbols(new ULocale(locale)); in TestMultiCurrencySign() local
600 Number val = parsedVal.getNumber(); in TestCurrencyFormatForMixParsing() local
646 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestDecimalFormatCurrencyParse() local
728 Number val = parsedVal.getNumber(); in TestCurrency() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java233 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestPatterns() local
287 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestExponential() local
291 double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 }; in TestExponential() local
380 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestQuotes() local
403 float val = 12345.67f; in TestParseCurrencyTrailingSymbol() local
419 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestCurrencySign() local
545 DecimalFormatSymbols sym = new DecimalFormatSymbols(new ULocale(locale)); in TestMultiCurrencySign() local
603 Number val = parsedVal.getNumber(); in TestCurrencyFormatForMixParsing() local
649 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestDecimalFormatCurrencyParse() local
731 Number val = parsedVal.getNumber(); in TestCurrency() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/
Dsymtab.go180 type sym struct { struct
181 value uint64
182 gotype uint64
183 typ byte
184 name []byte
764 val any member

12345678910>>...15