Home
last modified time | relevance | path

Searched defs:sym (Results 176 - 200 of 293) sorted by relevance

12345678910>>...12

/third_party/lzma/C/
H A D7zDec.c138 int sym = Ppmd7z_DecodeSymbol(&ppmd); in SzDecodePpmd() local
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_win32.c167 } sym; in win32_bind_func() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c381 int sym = htbl->huffval[i]; in jpeg_make_d_derived_tbl() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddcfmtsym.cpp127 DecimalFormatSymbols* sym = new DecimalFormatSymbols(); in createWithLastResortData() local
/third_party/openssl/crypto/dso/
H A Ddso_win32.c167 } sym; in win32_bind_func() local
/third_party/toybox/kconfig/
H A Dexpr.c15 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol() argument
778 expr_contains_symbol(struct expr *dep, struct symbol *sym) expr_contains_symbol() argument
802 expr_depends_symbol(struct expr *dep, struct symbol *sym) expr_depends_symbol() argument
882 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) expr_trans_compare() argument
1082 expr_print_file_helper(void *data, struct symbol *sym, const char *str) expr_print_file_helper() argument
1092 expr_print_gstr_helper(void *data, struct symbol *sym, const char *str) expr_print_gstr_helper() argument
[all...]
H A Dmconf.c357 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() argument
387 struct symbol *sym; get_relations_str() local
427 struct symbol *sym; build_conf() local
587 struct symbol *sym; conf() local
699 struct symbol *sym = menu->sym; show_help() local
863 struct symbol *sym; main() local
[all...]
H A Dsymbol.c38 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() argument
47 struct symbol *sym; in sym_init() local
80 sym_get_type(struct symbol *sym) sym_get_type() argument
114 sym_get_choice_prop(struct symbol *sym) sym_get_choice_prop() argument
123 sym_get_default_prop(struct symbol *sym) sym_get_default_prop() argument
135 sym_get_range_prop(struct symbol *sym) sym_get_range_prop() argument
147 sym_get_range_val(struct symbol *sym, int base) sym_get_range_val() argument
163 sym_validate_range(struct symbol *sym) sym_validate_range() argument
196 sym_calc_visibility(struct symbol *sym) sym_calc_visibility() argument
226 sym_calc_choice(struct symbol *sym) sym_calc_choice() argument
265 sym_calc_value(struct symbol *sym) sym_calc_value() argument
379 struct symbol *sym; sym_clear_all_valid() local
389 sym_set_changed(struct symbol *sym) sym_set_changed() argument
402 struct symbol *sym; sym_set_all_changed() local
409 sym_tristate_within_range(struct symbol *sym, tristate val) sym_tristate_within_range() argument
428 sym_set_tristate_value(struct symbol *sym, tristate val) sym_set_tristate_value() argument
464 sym_toggle_tristate_value(struct symbol *sym) sym_toggle_tristate_value() argument
487 sym_string_valid(struct symbol *sym, const char *str) sym_string_valid() argument
530 sym_string_within_range(struct symbol *sym, const char *str) sym_string_within_range() argument
572 sym_set_string_value(struct symbol *sym, const char *newval) sym_set_string_value() argument
621 sym_get_string_value(struct symbol *sym) sym_get_string_value() argument
644 sym_is_changable(struct symbol *sym) sym_is_changable() argument
725 struct symbol *sym, **sym_arr = NULL; sym_re_search() local
764 struct symbol *sym; sym_check_expr_deps() local
792 sym_check_deps(struct symbol *sym) sym_check_deps() argument
833 prop_alloc(enum prop_type type, struct symbol *sym) prop_alloc() argument
[all...]
/third_party/toybox/lib/
H A Ddeflate.c138 static void output_byte(struct deflate *dd, char sym) in output_byte() argument
264 int sym = huff_and_puff(bb, h2); in inflate() local
290 int sym = huff_and_puff(bb, lithuff); in inflate() local
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c579 int sym = !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) in ls_main() local
/third_party/toybox/scripts/
H A Dconfig2help.c119 } *sym; variable
[all...]
/third_party/toybox/toys/posix/
H A Dls.c591 int sym = !(toys.optflags&(FLAG_l|FLAG_d|FLAG_F)) in ls_main() local
/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h714 uint32_t sym = (pattern >> shift) & kPatternSymbolMask; in GetSymbolAt() local
/third_party/elfutils/src/
H A Delfcompress.c950 GElf_Sym *sym = gelf_getsym (symd, i, &sym_mem); in process_file() local
1158 GElf_Sym *sym = gelf_getsym (symd, i, &sym_mem); in process_file() local
H A Dobjdump.c357 GElf_Sym *sym = gelf_getsymshndx (symdata, xndxdata, GELF_R_SYM (r_info), in show_relocs_x() local
H A Daddr2line.c653 GElf_Sym sym; in handle_address() local
/third_party/ffmpeg/libavcodec/
H A Dscpr3.c378 static int add_dec(PixelModel3 *m, int sym, int f1, int f2) in add_dec() argument
/third_party/ffmpeg/libavfilter/
H A Daf_lv2.c354 LilvNode *sym; in config_output() local
552 LilvNode *sym; in process_command() local
H A Dvf_frei0r.c84 void *sym = dlsym(s->dl_handle, sym_name); in load_sym() local
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp57 char sym[UPLUG_NAME_MAX]; /**< plugin symbol, or NULL */ member
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary() argument
555 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) in uplug_initErrorPlug() argument
587 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_initPlugFromLibrary() argument
618 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_loadPlugFromLibrary() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnfsubs.cpp445 const DecimalFormatSymbols* sym = _ruleSet->getOwner()->getDecimalFormatSymbols(); in NFSubstitution() local
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c668 const Elf64_Sym *sym = &symbols[r_sym]; in apply_relocs() local
565 resolve_symbol(const struct ac_rtld_upload_info *u, unsigned part_idx, const Elf64_Sym *sym, const char *name, uint64_t *value) resolve_symbol() argument
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp57 char sym[UPLUG_NAME_MAX]; /**< plugin symbol, or nullptr */ member
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *sym, in uplug_initPlugFromEntrypointAndLibrary() argument
555 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) in uplug_initErrorPlug() argument
587 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_initPlugFromLibrary() argument
618 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) uplug_loadPlugFromLibrary() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnfsubs.cpp463 const DecimalFormatSymbols* sym = _ruleSet->getOwner()->getDecimalFormatSymbols(); in NFSubstitution() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c541 struct symbol *sym = pseudo->sym; in check_access() local

Completed in 28 milliseconds

12345678910>>...12