Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/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()
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()
238 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default()
[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()
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()
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()
806 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg()
871 struct symbol *sym; in conf_write_defconfig() local
[all …]
H A Dmenu.c48 void menu_add_entry(struct symbol *sym) in menu_add_entry()
115 struct symbol *sym = current_entry->sym; in menu_set_type() local
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
221 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
288 struct symbol *sym; in menu_finalize() local
620 struct symbol *sym; in menu_is_visible() local
755 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
776 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
829 struct symbol *sym; in get_relations_str() local
[all …]
H A Dconf.c119 struct symbol *sym; in randomize_choice_values() local
173 struct symbol *sym, *csym; in conf_set_all_new_symbols() local
306 struct symbol *sym; in conf_rewrite_tristates() local
317 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
351 struct symbol *sym = menu->sym; in conf_string() local
384 struct symbol *sym = menu->sym; in conf_sym() local
451 struct symbol *sym, *def_sym; in conf_choice() local
566 struct symbol *sym; in conf() local
633 struct symbol *sym; in check_conf() local
H A Dlkc.h115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
121 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
126 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
131 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
136 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
141 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
/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()
196 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
226 static struct symbol *sym_calc_choice(struct symbol *sym) in sym_calc_choice()
[all …]
H A Dmenu.c44 void menu_add_entry(struct symbol *sym) in menu_add_entry()
109 struct symbol *sym = current_entry->sym; in menu_set_type() local
155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
178 static int menu_range_valid_sym(struct symbol *sym, struct symbol *sym2) in menu_range_valid_sym()
184 void sym_check_prop(struct symbol *sym) in sym_check_prop()
231 struct symbol *sym; in menu_finalize() local
371 struct symbol *sym; in menu_is_visible() local
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/
H A DTurbineElement.java91 public abstract Symbol sym(); in sym() method in TurbineElement
124 static AnnoInfo getAnnotation(Iterable<AnnoInfo> annos, ClassSymbol sym) { in getAnnotation()
135 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotation() local
149 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotationsByType() local
196 private final ClassSymbol sym; field in TurbineElement.TurbineTypeElement
199 TurbineTypeElement(ModelFactory factory, ClassSymbol sym) { in TurbineTypeElement()
472 public ClassSymbol sym() { in sym() method in TurbineElement.TurbineTypeElement
497 ClassSymbol sym = new ClassSymbol(annotationType.getName().replace('.', '/')); in getAnnotation() local
551 private boolean isAnnotationInherited(ClassSymbol sym) { in isAnnotationInherited()
579 private final TyVarSymbol sym; field in TurbineElement.TurbineTypeParameterElement
[all …]
H A DModelFactory.java269 VariableElement parameterElement(ParamSymbol sym) { in parameterElement()
273 VariableElement recordComponentElement(RecordComponentSymbol sym) { in recordComponentElement()
278 TurbineTypeParameterElement typeParameterElement(TyVarSymbol sym) { in typeParameterElement()
299 ClassSymbol sym = (ClassSymbol) lookup.sym(); in inferSymbolImpl() local
321 TypeBoundClass getSymbol(ClassSymbol sym) { in getSymbol()
335 ParamInfo getParamInfo(ParamSymbol sym) { in getParamInfo()
345 RecordComponentInfo getRecordComponentInfo(RecordComponentSymbol sym) { in getRecordComponentInfo()
383 static ClassSymbol enclosingClass(Symbol sym) { in enclosingClass()
H A DTurbineMessager.java69 Symbol sym = ((TurbineElement) e).sym(); in printMessage() local
106 private @Nullable SourceFile getSource(Symbol sym) { in getSource()
119 private int getPosition(Symbol sym) { in getPosition()
142 private int fieldPosition(FieldSymbol sym) { in fieldPosition()
147 private int paramPosition(ParamSymbol sym) { in paramPosition()
156 private int methodPosition(MethodSymbol sym) { in methodPosition()
180 private int tyParamPosition(TyVarSymbol sym) { in tyParamPosition()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/
Dsymbols_tests.cpp39 SymbolsT const &sym, in docheck()
114 symbols<> sym; in narrow_match_tests() local
144 symbols<> sym; in narrow_copy_ctor_tests() local
156 symbols<> sym; in narrow_assigment_operator_tests() local
170 symbols<> sym; in narrow_value_tests() local
186 symbols<> sym; in narrow_free_functions_tests() local
207 symbols<int, wchar_t> sym; in wide_match_tests() local
237 symbols<int, wchar_t> sym; in wide_copy_ctor_tests() local
249 symbols<int, wchar_t> sym; in wide_assigment_operator_tests() local
263 symbols<int, wchar_t> sym; in wide_value_tests() local
[all …]
/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
40 #define GOT_RELOC(sym) adrp x1, :got:sym argument
41 #define CALL(sym) bl sym argument
47 #define GOT_RELOC(sym) lga a0, sym argument
48 #define CALL(sym) call sym@plt argument
54 #define GOT_RELOC(sym) .long sym@got argument
55 #define CALL(sym) call sym@PLT argument
61 #define GOT_RELOC(sym) .quad sym@got argument
62 #define CALL(sym) call sym@PLT argument
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DSymbolsTest.cpp47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { in InitSym()
63 TypeParam sym; in TYPED_TEST_P() local
90 TypeParam sym; in TYPED_TEST_P() local
124 TypeParam sym; in TYPED_TEST_P() local
183 TypeParam sym; in TYPED_TEST_P() local
228 TypeParam sym; in TYPED_TEST_P() local
261 TypeParam sym; in TYPED_TEST_P() local
313 TypeParam sym; in TYPED_TEST_P() local
345 TypeParam sym; in TYPED_TEST_P() local
413 TypeParam sym; in TYPED_TEST_P() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DTypeBoundClass.java105 private final FieldSymbol sym; field in TypeBoundClass.FieldInfo
114 FieldSymbol sym, in FieldInfo()
129 public FieldSymbol sym() { in sym() method in TypeBoundClass.FieldInfo
166 private final MethodSymbol sym; field in TypeBoundClass.MethodInfo
178 MethodSymbol sym, in MethodInfo()
201 public MethodSymbol sym() { in sym() method in TypeBoundClass.MethodInfo
285 private final ParamSymbol sym; field in TypeBoundClass.ParamInfo
290 public ParamInfo(ParamSymbol sym, Type type, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo()
298 public ParamSymbol sym() { in sym() method in TypeBoundClass.ParamInfo
333 private final RecordComponentSymbol sym; field in TypeBoundClass.RecordComponentInfo
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c164 symtab_t sym; in test_cil_copy_block() local
197 symtab_t sym; in test_cil_copy_perm() local
232 symtab_t sym; in test_cil_copy_class() local
259 symtab_t sym; in test_cil_copy_common() local
295 symtab_t sym; in test_cil_copy_classcommon() local
324 symtab_t sym; in test_cil_copy_sid() local
351 symtab_t sym; in test_cil_copy_sidcontext() local
380 symtab_t sym; in test_cil_copy_user() local
407 symtab_t sym; in test_cil_copy_role() local
434 symtab_t sym; in test_cil_copy_userrole() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DTypeBinder.java80 private final Symbol sym; field in TypeBinder.SingletonScope
82 public SingletonScope(String name, Symbol sym) { in SingletonScope()
106 Symbol sym = tps.get(lookupKey.first().value()); in lookup() local
116 private final ClassSymbol sym; field in TypeBinder.ClassMemberScope
119 public ClassMemberScope(ClassSymbol sym, Env<ClassSymbol, HeaderBoundClass> env) { in ClassMemberScope() argument
147 ClassSymbol sym, in bind()
659 TyVarSymbol sym = requireNonNull(symbols.get(tree.name().value())); in bindTyParams() local
694 MethodSymbol sym = new MethodSymbol(idx, owner, t.name().value()); in bindMethod() local
840 FieldSymbol sym = new FieldSymbol(owner, decl.name().value()); in bindField() local
864 ClassSymbol sym = resolveAnnoSymbol(tree, name, lookupResult); in bindAnnotations() local
[all …]
H A DCanonicalTypeBinder.java47 ClassSymbol sym, SourceTypeBoundClass base, Env<ClassSymbol, TypeBoundClass> env) { in bind() argument
93 ClassSymbol sym, in fields()
119 ClassSymbol sym, in methods()
148 ClassSymbol sym, in parameters()
162 ClassSymbol sym, in param()
174 ClassSymbol sym, in components()
193 ClassSymbol sym, in typeParameters()
209 ClassSymbol sym, in canonicalizeList()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dsymbols2.cpp51 symbols<char, int> sym(syms); in main() local
66 symbols<char, int> sym(syms, data); in main() local
85 symbols<> sym; in main() local
116 symbols<char, int> sym; in main() local
135 symbols<char, int> sym; in main() local
168 symbols <char, int> sym,sym2; in main() local
180 symbols<char, int> sym; in main() local
224 symbols<char, int> sym; in main() local
Dsymbols1.cpp47 symbols<char, int> sym; in main() local
94 symbols<char, int> sym; in main() local
114 symbols<char, int> sym; in main() local
137 symbols<char, int> sym; in main() local
177 symbols<char, int> sym; in main() local
/aosp_15_r20/external/ltp/tools/sparse/
H A Dsparse-ltp.c92 static bool check_symbol_deprecated(const struct symbol *const sym) in check_symbol_deprecated()
116 static void check_symbol_visibility(const struct symbol *const sym) in check_symbol_visibility()
157 static struct symbol *unwrap_base_type(const struct symbol *sym) in unwrap_base_type()
172 static bool is_terminated_with_null_struct(const struct symbol *const sym) in is_terminated_with_null_struct()
193 static void check_struct_array_initializer(const struct symbol *const sym) in check_struct_array_initializer()
203 static void check_test_struct(const struct symbol *const sym) in check_test_struct()
251 static void do_symbol_checks(struct symbol *sym) in do_symbol_checks()
263 struct symbol *sym; in process_symbols() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dsymbols2.cpp40 symbols<int> sym(syms); in main() local
55 symbols<int> sym(syms, data); in main() local
74 symbols<> sym; in main() local
104 symbols<int> sym; in main() local
137 symbols <int> sym,sym2; in main() local
149 symbols<int> sym; in main() local
193 symbols<int> sym; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/string/
Dsymbols.hpp291 operator+= (symbols& sym, std::pair<Attr, T_> const& p) in operator +=()
298 operator-= (symbols& sym, Attr const& attr) in operator -=()
307 operator+= (symbols& sym, std::pair<Attr, T_>& p) in operator +=()
315 operator-= (symbols& sym, Attr& attr) in operator -=()
323 operator+= (symbols& sym, std::pair<Attr, T_>&& p) in operator +=()
331 operator-= (symbols& sym, Attr&& attr) in operator -=()
414 symbols& sym; member
446 symbols& sym; member
561 operator+= (symbols& sym, Attr const& attr) in operator +=()
568 operator-= (symbols& sym, Attr const& attr) in operator -=()
[all …]
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dapple_versioning.c16 #define NOT_HERE_BEFORE_10_6(sym) argument
17 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
27 #define NOT_HERE_BEFORE_10_6(sym) \ argument
32 #define NOT_HERE_IN_10_8_AND_EARLIER(sym) \ argument
206 #define NOT_HERE_UNTIL_AFTER_4_3(sym) \ argument
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
D_mingw_mac.h119 # define __MINGW_IMP_SYMBOL(sym) __imp_##sym argument
120 # define __MINGW_IMP_LSYMBOL(sym) __imp_##sym argument
121 # define __MINGW_USYMBOL(sym) sym argument
122 # define __MINGW_LSYMBOL(sym) _##sym argument
124 # define __MINGW_IMP_SYMBOL(sym) _imp__##sym argument
125 # define __MINGW_IMP_LSYMBOL(sym) __imp__##sym argument
126 # define __MINGW_USYMBOL(sym) _##sym argument
127 # define __MINGW_LSYMBOL(sym) sym argument

12345678910>>...47