Home
last modified time | relevance | path

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

12345678910>>...16

/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
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
/third_party/FreeBSD/sys/sys/
Dlinker_set.h67 #define __MAKE_SET_QV(set, sym, qv) \ argument
74 #define __MAKE_SET(set, sym) __MAKE_SET_QV(set, sym, __MAKE_SET_CONST) argument
82 #define TEXT_SET(set, sym) __MAKE_SET(set, sym) argument
83 #define DATA_SET(set, sym) __MAKE_SET(set, sym) argument
84 #define DATA_WSET(set, sym) __MAKE_SET_QV(set, sym, ) argument
85 #define BSS_SET(set, sym) __MAKE_SET(set, sym) argument
86 #define ABS_SET(set, sym) __MAKE_SET(set, sym) argument
87 #define SET_ENTRY(set, sym) __MAKE_SET(set, sym) argument
/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()
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
/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/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/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
Dldso_dlsym_test.cpp248 FuncTypeRetInt sym = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "GetDlsymVersion")); variable
265 FuncTypeRetInt sym = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "GetDlsymVersion")); variable
282 FuncTypeRetInt sym = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "GetDlsymVersion")); variable
299 FuncTypeRetInt sym = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "GetDlsymVersion")); variable
317 FuncTypeRetInt sym = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "DlsymVersion")); variable
/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
DnativeToBoxedTypes.js14 var sym: symbol; variable
28 var sym; variable
DkeyofDoesntContainSymbols.js2 const sym = Symbol(); constant
29 var sym = Symbol(); variable
DrenamingDestructuredPropertyInFunctionType3.js2 const sym = Symbol(); constant
12 const sym = Symbol(); constant
/third_party/lzma/C/
DPpmd7Dec.c61 #define MASK(sym) ((unsigned char *)charMask)[sym] argument
83 Byte sym; in Ppmd7z_DecodeSymbol() local
98 Byte sym; in Ppmd7z_DecodeSymbol() local
142 Byte sym; in Ppmd7z_DecodeSymbol() local
237 Byte sym; in Ppmd7z_DecodeSymbol() local
/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()
Dstruct_member.cc26 const Symbol& sym, in StructMember()
46 auto sym = ctx->Clone(symbol); in Clone() local
/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
/third_party/elfutils/tests/
Ddwflsyms.c31 gelf_type (GElf_Sym *sym) in gelf_type()
55 gelf_bind (GElf_Sym *sym) in gelf_bind()
71 gelf_bind_order (GElf_Sym *sym) in gelf_bind_order()
121 GElf_Sym sym; in list_syms() local
/third_party/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 …]
/third_party/skia/third_party/externals/tint/src/
Dsymbol_table.cc42 Symbol sym(next_symbol_, program_id_, name); in Register() local
44 Symbol sym(next_symbol_, program_id_); in Register() local

12345678910>>...16