/external/libxkbcommon/xkbcommon/test/ |
D | common.c | 68 unsigned int nsyms, i; in test_key_seq_va() local 80 nsyms = xkb_state_key_get_syms(state, kc, &syms); in test_key_seq_va() 81 if (nsyms == 1) { in test_key_seq_va() 86 fprintf(stderr, "got %u syms for key 0x%x: [", nsyms, kc); in test_key_seq_va() 93 for (i = 0; i < nsyms; i++) { in test_key_seq_va() 113 if (nsyms == 0) { in test_key_seq_va() 358 int nsyms; in test_print_keycode_state() local 365 nsyms = xkb_state_key_get_syms(state, keycode, &syms); in test_print_keycode_state() 367 if (nsyms <= 0) in test_print_keycode_state() 380 nsyms = 1; in test_print_keycode_state() [all …]
|
D | state.c | 493 int nsyms; in test_caps_keysym_transformation() local 517 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation() 518 assert(nsyms == 1 && syms[0] == XKB_KEY_eacute); in test_caps_keysym_transformation() 529 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation() 530 assert(nsyms == 1 && syms[0] == XKB_KEY_odiaeresis); in test_caps_keysym_transformation() 545 nsyms = xkb_state_key_get_syms(state, KEY_SEMICOLON + 8, &syms); in test_caps_keysym_transformation() 546 assert(nsyms == 1 && syms[0] == XKB_KEY_eacute); in test_caps_keysym_transformation()
|
/external/python/cpython3/Parser/ |
D | firstsets.c | 34 int nsyms; in calcfirstset() local 65 nsyms = 1; in calcfirstset() 71 for (j = 0; j < nsyms; j++) { in calcfirstset() 75 if (j >= nsyms) { /* New label */ in calcfirstset() 77 sizeof(int) * (nsyms + 1)); in calcfirstset() 81 sym[nsyms++] = a->a_lbl; in calcfirstset()
|
/external/python/cpython2/Parser/ |
D | firstsets.c | 34 int nsyms; in calcfirstset() local 65 nsyms = 1; in calcfirstset() 71 for (j = 0; j < nsyms; j++) { in calcfirstset() 75 if (j >= nsyms) { /* New label */ in calcfirstset() 77 sizeof(int) * (nsyms + 1)); in calcfirstset() 81 sym[nsyms++] = a->a_lbl; in calcfirstset()
|
/external/libaom/libaom/aom_dsp/ |
D | entenc.c | 157 int nsyms) { in od_ec_encode_q15() argument 168 const int N = nsyms - 1; in od_ec_encode_q15() 222 int nsyms) { in od_ec_encode_cdf_q15() argument 223 (void)nsyms; in od_ec_encode_cdf_q15() 225 assert(s < nsyms); in od_ec_encode_cdf_q15() 226 assert(icdf[nsyms - 1] == OD_ICDF(CDF_PROB_TOP)); in od_ec_encode_cdf_q15() 227 od_ec_encode_q15(enc, s > 0 ? icdf[s - 1] : OD_ICDF(0), icdf[s], s, nsyms); in od_ec_encode_cdf_q15()
|
D | entdec.c | 193 int od_ec_decode_cdf_q15(od_ec_dec *dec, const uint16_t *icdf, int nsyms) { in od_ec_decode_cdf_q15() argument 200 (void)nsyms; in od_ec_decode_cdf_q15() 203 const int N = nsyms - 1; in od_ec_decode_cdf_q15() 206 assert(icdf[nsyms - 1] == OD_ICDF(CDF_PROB_TOP)); in od_ec_decode_cdf_q15()
|
D | entdec.h | 66 const uint16_t *cdf, int nsyms)
|
D | entenc.h | 61 void od_ec_encode_cdf_q15(od_ec_enc *enc, int s, const uint16_t *cdf, int nsyms)
|
/external/elfutils/libelf/ |
D | nlist.c | 70 size_t nsyms; in nlist() local 131 nsyms = (shdr->sh_size in nlist() 135 table = nlist_fshash_init (nsyms); in nlist() 143 for (cnt = 0; cnt < nsyms; ++cnt) in nlist()
|
/external/elfutils/src/ |
D | arlib.c | 164 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); in arlib_finalize() local 166 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt) in arlib_finalize() 258 int nsyms = shdr->sh_size / shdr->sh_entsize; in arlib_add_symbols() local 259 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx) in arlib_add_symbols()
|
D | nm.c | 729 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() argument 792 for (cnt = 1; cnt < nsyms; ++cnt) in show_symbols_sysv() 911 GElf_SymX *syms, size_t nsyms) in show_symbols_bsd() argument 924 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_bsd() 1043 size_t nsyms) in show_symbols_posix() argument 1056 for (size_t cnt = 0; cnt < nsyms; ++cnt) in show_symbols_posix()
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 98 int nsyms = shdr->sh_size / shdr->sh_entsize; in read_symtab_exec() local 99 for (int cnt = 1; cnt < nsyms; ++cnt) in read_symtab_exec()
|
/external/libxkbcommon/xkbcommon/src/ |
D | state.c | 941 int nsyms; in get_one_sym_for_string() local 951 nsyms = xkb_keymap_key_get_syms_by_level(state->keymap, kc, in get_one_sym_for_string() 953 if (nsyms != 1) in get_one_sym_for_string() 963 nsyms = xkb_keymap_key_get_syms_by_level(state->keymap, kc, in get_one_sym_for_string() 965 if (nsyms == 1 && syms[0] <= 127u) { in get_one_sym_for_string() 985 int nsyms; in xkb_state_key_get_utf8() local 991 nsyms = 1; syms = &sym; in xkb_state_key_get_utf8() 994 nsyms = xkb_state_key_get_syms(state, kc, &syms); in xkb_state_key_get_utf8() 999 for (int i = 0; i < nsyms; i++) { in xkb_state_key_get_utf8()
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | macho-dumpx | 162 nsyms = f.read32() 163 print " ('nsyms', %r)" % nsyms 179 for i in range(nsyms):
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader.cc | 380 uint32_t symoff, nsyms, stroff, strsize; in WalkLoadCommands() local 381 cursor >> symoff >> nsyms >> stroff >> strsize; in WalkLoadCommands() 391 size_t symbols_size = nsyms * symbol_size; in WalkLoadCommands()
|
/external/grpc-grpc/tools/codegen/core/ |
D | gen_hpack_tables.cc | 154 static int nsyms(symset s) { in nsyms() function 235 assert(nsyms(syms)); in build_dec_tbl()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 406 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 411 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 418 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 424 if (Dysymtab.nundefsym != 0 && Dysymtab.iundefsym > Symtab.nsyms) { in MachOObjectFile() 431 if (Dysymtab.nundefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 1085 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_begin_impl() 1094 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_end_impl() 1101 Symtab.nsyms * SymbolTableEntrySize; in symbol_end_impl() 1108 if (!SymtabLoadCmd || Index >= Symtab.nsyms) in getSymbolByIndex() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 55 CHECK: nsyms 5 239 EXE: nsyms 4
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 55 CHECK: nsyms 5 239 EXE: nsyms 4
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 102 CHECK: nsyms 2 273 EXE: nsyms 5
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 98 CHECK: nsyms 5 295 EXE: nsyms 4 518 NON_VERBOSE: nsyms 5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 100 CHECK: nsyms 5 297 EXE: nsyms 4 520 NON_VERBOSE: nsyms 5
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 104 CHECK: nsyms 2 275 EXE: nsyms 5
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 415 uint64_t SymtabSize = Symtab.nsyms; in checkSymtabCommand() 1583 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 1590 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 1595 if (Dysymtab.nextdefsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) { in MachOObjectFile() 1602 if (Dysymtab.nextdefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 1608 if (Dysymtab.nundefsym != 0 && Dysymtab.iundefsym > Symtab.nsyms) { in MachOObjectFile() 1615 if (Dysymtab.nundefsym != 0 && BigSize > Symtab.nsyms) { in MachOObjectFile() 2420 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_begin() 2429 if (!SymtabLoadCmd || Symtab.nsyms == 0) in symbol_end() 2436 Symtab.nsyms * SymbolTableEntrySize; in symbol_end() [all …]
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 327 n = stp->nsyms * sizeof(nlist_type); in __breakpad_fdnlist()
|