Home
last modified time | relevance | path

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

12345678910>>...12

/external/toybox/kconfig/
Dsymbol.c38 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init() local
78 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
112 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
121 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
133 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
145 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
161 static void sym_validate_range(struct symbol *sym) in sym_validate_range()
194 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility()
224 static struct symbol *sym_calc_choice(struct symbol *sym) in sym_calc_choice()
[all …]
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()
131 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
136 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
141 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
146 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
Dconf.c67 static void conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
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
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
Dconfdata.c54 struct symbol *sym; in conf_expand_value() local
99 struct symbol *sym; in conf_read_simple() local
320 struct symbol *sym; in conf_read() local
400 struct symbol *sym; in conf_write() local
579 struct symbol *sym; in conf_split_config() local
690 struct symbol *sym; in conf_write_autoconf() local
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
587 struct symbol *sym; in conf() local
699 struct symbol *sym = menu->sym; in show_help() local
863 struct symbol *sym; in main() local
Dexpr.h40 struct symbol *sym; 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
Dexpr.c15 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
778 int expr_contains_symbol(struct expr *dep, struct symbol *sym) in expr_contains_symbol()
802 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) in expr_depends_symbol()
882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1082 static void expr_print_file_helper(void *data, struct symbol *sym, const char *str) in expr_print_file_helper()
1092 static void expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) in expr_print_gstr_helper()
/external/compiler-rt/lib/builtins/
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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSpecificationTest.java124 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
132 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US); in TestPadding() local
138 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
148 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern() local
154 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatSpecificationTest.java128 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
136 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US); in TestPadding() local
142 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
152 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern() local
158 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern() local
DIntlTestDecimalFormatSymbolsC.java123 DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US); in TestSymbols() local
137 public void verify(double value, String pattern, DecimalFormatSymbols sym, String expected) { in verify()
/external/bison/src/
Dsymtab.c177 symbol_type_set (symbol *sym, uniqstr type_name, location loc) in symbol_type_set()
194 symbol_destructor_set (symbol *sym, code_props const *destructor) in symbol_destructor_set()
222 symbol_destructor_get (symbol const *sym) in symbol_destructor_get()
251 symbol_printer_set (symbol *sym, code_props const *printer) in symbol_printer_set()
277 symbol_printer_get (symbol const *sym) in symbol_printer_get()
306 symbol_precedence_set (symbol *sym, int prec, assoc a, location loc) in symbol_precedence_set()
328 symbol_class_set (symbol *sym, symbol_class class, location loc, bool declaring) in symbol_class_set()
357 symbol_user_token_number_set (symbol *sym, int user_token_number, location loc) in symbol_user_token_number_set()
389 symbol_check_defined (symbol *sym) in symbol_check_defined()
405 symbol_check_defined_processor (void *sym, void *null ATTRIBUTE_UNUSED) in symbol_check_defined_processor()
[all …]
DLR0.c58 state_list_append (symbol_number sym, size_t core_size, item_number *core) in state_list_append()
190 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); in new_itemsets() local
211 get_state (symbol_number sym, size_t core_size, item_number *core) in get_state()
248 symbol_number sym = shift_symbol[i]; in append_states() local
257 symbol_number sym = shift_symbol[i]; in append_states() local
Dreader.c59 grammar_start_symbol_set (symbol *sym, location loc) in grammar_start_symbol_set()
178 grammar_symbol_append (symbol *sym, location loc) in grammar_symbol_append()
200 symbol *sym = p->content.sym; in assign_named_ref() local
467 grammar_current_rule_symbol_append (symbol *sym, location loc, in grammar_current_rule_symbol_append()
739 symbol_list *sym; in check_and_convert_grammar() local
/external/libunwind_llvm/src/
DUnwind_AppleExtras.cpp45 #define NOT_HERE_BEFORE_5_0(sym) \ argument
61 #define NOT_HERE_BEFORE_10_6(sym) argument
62 #define NEVER_HERE(sym) argument
64 #define NOT_HERE_BEFORE_10_6(sym) \ argument
69 #define NEVER_HERE(sym) \ argument
/external/webrtc/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h134 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(ClassName, sym) \ argument
161 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_ENTRY(ClassName, sym) \ argument
168 #define LATESYM_INDEXOF(ClassName, sym) \ argument
172 #define LATESYM_GET(ClassName, inst, sym) \ argument
/external/mesa3d/src/mesa/program/
Dsymbol_table.c140 struct symbol *sym; in check_symbol_table() local
162 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
214 struct symbol *sym; in _mesa_symbol_table_iterator_ctor() local
285 struct symbol *sym; in _mesa_symbol_table_symbol_scope() local
309 struct symbol *sym; in _mesa_symbol_table_find_symbol() local
331 struct symbol *sym; in _mesa_symbol_table_add_symbol() local
386 struct symbol *sym; in _mesa_symbol_table_add_global_symbol() local
/external/selinux/libsepol/cil/test/unit/
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 …]
/external/llvm/test/MC/AArch64/
Dadrp-relocation.s13 .global sym symbol
14 sym: label
/external/llvm/test/MC/ELF/
Difunc-reloc.s2 .global sym symbol
7 .set sym, alias define
/external/elfutils/tests/
Ddwflsyms.c32 gelf_type (GElf_Sym *sym) in gelf_type()
56 gelf_bind (GElf_Sym *sym) in gelf_bind()
72 gelf_bind_order (GElf_Sym *sym) in gelf_bind_order()
122 GElf_Sym sym; in list_syms() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp104 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
/external/javassist/src/main/javassist/compiler/ast/
DDeclarator.java49 int var, Symbol sym) { in Declarator()
59 public Declarator make(Symbol sym, int dim, ASTree init) { in make()
82 public void setVariable(Symbol sym) { setLeft(sym); } in setVariable()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp140 Symbol *sym = mkSymbol(file, 0, ty, offset); in mkFetch() local
163 Symbol *sym = mkSymbol(FILE_SHADER_INPUT, 0, ty, offset); in mkInterp() local
414 Symbol *sym = new_Symbol(prog, file, fileIndex); in mkSymbol() local
426 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0); in mkSysVal() local
500 Value *sym = lookup(m, i, c); in load() local
518 Value *sym = lookup(m, i, c); in store() local
532 Symbol *sym = new_Symbol(up->getProgram(), file, 0); in mkSymbol() local

12345678910>>...12