Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/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
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 …]
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
/third_party/FreeBSD/sys/sys/
Dlinker_set.h54 #define __GLOBL1(sym) __asm__(".globl " #sym) argument
55 #define __GLOBL(sym) __GLOBL1(sym) argument
71 #define __MAKE_SET_QV(set, sym, qv) \ argument
78 #define __MAKE_SET(set, sym) __MAKE_SET_QV(set, sym, __MAKE_SET_CONST) argument
86 #define TEXT_SET(set, sym) __MAKE_SET(set, sym) argument
87 #define DATA_SET(set, sym) __MAKE_SET(set, sym) argument
88 #define DATA_WSET(set, sym) __MAKE_SET_QV(set, sym, ) argument
89 #define BSS_SET(set, sym) __MAKE_SET(set, sym) argument
90 #define ABS_SET(set, sym) __MAKE_SET(set, sym) argument
91 #define SET_ENTRY(set, sym) __MAKE_SET(set, sym) argument
/third_party/ltp/tools/sparse/sparse-src/
Dctags.c68 static inline void show_symbol_tag(FILE *fp, struct symbol *sym) in show_symbol_tag()
76 struct symbol *sym; in show_tags() local
104 static inline void add_tag(struct symbol *sym) in add_tag()
114 struct symbol *sym; in examine_members() local
122 static void examine_symbol(struct symbol *sym) in examine_symbol()
171 static void examine_namespace(struct symbol *sym) in examine_namespace()
204 struct symbol *sym; in examine_symbol_list() local
Dinline.c53 static struct symbol *copy_symbol(struct position pos, struct symbol *sym) in copy_symbol()
69 struct symbol *sym; in copy_symbol_list() local
89 struct symbol *sym = copy_symbol(expr->pos, expr->symbol); in copy_expression() local
160 struct symbol *sym = expr->cast_type; in copy_expression() local
312 static void unset_replace(struct symbol *sym) in unset_replace()
325 struct symbol *sym; in unset_replace_list() local
339 struct symbol *sym; in copy_one_statement() local
394 struct symbol *sym = copy_symbol(stmt->pos, stmt->ret_target); in copy_one_statement() local
489 struct symbol *sym = orig; in create_copy_symbol() local
504 struct symbol *sym; in create_symbol_list() local
[all …]
Dtest-dissect.c19 static void print_usage(struct position *pos, struct symbol *sym, unsigned mode) in print_usage()
38 static char symscope(struct symbol *sym) in symscope()
48 static void r_symbol(unsigned mode, struct position *pos, struct symbol *sym) in r_symbol()
81 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) in r_member()
103 static void r_symdef(struct symbol *sym) in r_symdef()
108 static void r_memdef(struct symbol *sym, struct symbol *mem) in r_memdef()
Dc2xml.c65 static xmlNodePtr new_sym_node(struct symbol *sym, const char *name, xmlNodePtr parent) in new_sym_node()
102 struct symbol *sym; in examine_members() local
109 static void examine_modifiers(struct symbol *sym, xmlNodePtr node) in examine_modifiers()
158 examine_layout(struct symbol *sym, xmlNodePtr node) in examine_layout()
170 static void examine_symbol(struct symbol *sym, xmlNodePtr node) in examine_symbol()
237 static void examine_macro(struct symbol *sym, xmlNodePtr node) in examine_macro()
251 static void examine_namespace(struct symbol *sym) in examine_namespace()
290 struct symbol *sym; in examine_symbol_list() local
Dsymbol.c50 void access_symbol(struct symbol *sym) in access_symbol()
62 struct symbol *sym; in lookup_symbol() local
80 struct symbol *sym = __alloc_symbol(0); in alloc_symbol() local
99 static void lay_out_union(struct symbol *sym, struct struct_union_info *info) in lay_out_union()
110 static int bitfield_base_size(struct symbol *sym) in bitfield_base_size()
122 static void lay_out_struct(struct symbol *sym, struct struct_union_info *info) in lay_out_struct()
184 static void examine_anonymous_member(struct symbol *sym) in examine_anonymous_member()
204 static struct symbol * examine_struct_union_type(struct symbol *sym, int advance) in examine_struct_union_type()
257 static struct symbol *examine_base_type(struct symbol *sym) in examine_base_type()
290 static struct symbol * examine_array_type(struct symbol *sym) in examine_array_type()
[all …]
Dscope.c44 void set_current_scope(struct symbol *sym) in set_current_scope()
49 void bind_scope(struct symbol *sym, struct scope *scope) in bind_scope()
56 void rebind_scope(struct symbol *sym, struct scope *new) in rebind_scope()
100 static void remove_symbol_scope(struct symbol *sym) in remove_symbol_scope()
113 struct symbol *sym; in end_scope() local
153 struct symbol *sym; in end_label_scope() local
Dshow-parse.c47 static void do_debug_symbol(struct symbol *sym, int indent) in do_debug_symbol()
101 void debug_symbol(struct symbol *sym) in debug_symbol()
178 static void show_struct_member(struct symbol *sym) in show_struct_member()
186 struct symbol *sym; in show_symbol_list() local
237 struct symbol *sym; member
273 const char *builtin_typename(struct symbol *sym) in builtin_typename()
283 const char *builtin_type_suffix(struct symbol *sym) in builtin_type_suffix()
303 static void do_show_type(struct symbol *sym, struct type_name *name) in do_show_type()
441 void show_type(struct symbol *sym) in show_type()
452 const char *show_typename(struct symbol *sym) in show_typename()
[all …]
Dtest-unssa.c31 struct symbol *sym = ep->name; in output_fn() local
49 static int output_data(struct symbol *sym) in output_data()
60 struct symbol *sym; in compile() local
/third_party/ltp/tools/sparse/
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()
189 static void check_tag_initializer(const struct symbol *const sym) in check_tag_initializer()
199 static void check_test_struct(const struct symbol *const sym) in check_test_struct()
240 static void do_symbol_checks(struct symbol *sym) in do_symbol_checks()
252 struct symbol *sym; in process_symbols() local
/third_party/ltp/pan/
Dsymbol.c124 static struct sym *find_key1(struct sym *sym, char *key) in find_key1()
137 static int add_key(SYM sym, char *key, void *data) in add_key()
194 int sym_put(SYM sym, char *key, void *data, int flags) in sym_put()
265 void *sym_get(SYM sym, char *key) in sym_get()
317 int sym_seq(SYM sym, DBT * key, DBT * data, int flags) in sym_seq()
380 int sym_dump(SYM sym, int depth) in sym_dump()
403 int sym_dump_s(SYM sym, int depth) in sym_dump_s()
441 int sym_rm(SYM sym, int flags) in sym_rm()
Dsymbol.h44 struct sym { struct
45 struct sym *next; argument
55 struct sym *sym; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatSpecificationTest.java133 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
141 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.US); in TestPadding() local
147 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding() local
157 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern() local
163 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSpecificationTest.java130 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
/third_party/mesa3d/src/mesa/program/
Dsymbol_table.c90 struct symbol *sym = scope->symbols; in _mesa_symbol_table_pop_scope() local
153 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_symbol_scope() local
168 struct symbol *const sym = find_symbol(table, name); in _mesa_symbol_table_find_symbol() local
181 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_symbol() local
221 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_replace_symbol() local
237 struct symbol *sym = find_symbol(table, name); in _mesa_symbol_table_add_global_symbol() local
/third_party/typescript/tests/baselines/reference/
DsymbolType16.js6 var sym: symbol; variable
10 var sym; variable
DsymbolType15.js2 var sym: symbol; variable
9 var sym; variable
/third_party/skia/third_party/externals/tint/src/ast/
Didentifier_expression.cc26 Symbol sym) in IdentifierExpression()
40 auto sym = ctx->Clone(symbol); in Clone() local
Dfunction.cc28 Symbol sym, in Function()
71 auto sym = ctx->Clone(symbol); in Clone() local
89 const Function* FunctionList::Find(Symbol sym, PipelineStage stage) const { in Find()
/third_party/nghttp2/
Dmkhufftbl.py296 def _add(node, sym, bits): argument
311 def huffman_tree_add(ctx, sym, bits): argument
326 def _traverse(node, sym, start_node, root, left): argument
419 sym = int(m.group(1)) variable

12345678910>>...17