Home
last modified time | relevance | path

Searched refs:index3 (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Duniname.c157 unsigned int index3; in unicode_character_name() local
165 index3 = tmp % 28; tmp = tmp / 28; in unicode_character_name()
175 q = jamo_final_short_name[index3]; in unicode_character_name()
391 unsigned int index3; in unicode_name_character() local
393 for (index3 = 0; index3 < 28; index3++) in unicode_name_character()
394 if (memcmp(jamo_final_short_name[index3], p3, n3) == 0 in unicode_name_character()
395 && jamo_final_short_name[index3][n3] == '\0') in unicode_name_character()
397 return 0xAC00 + (index1 * 21 + index2) * 28 + index3; in unicode_name_character()
/netbsd/external/gpl2/gettext/dist/gnulib-local/lib/
H A D3level.h100 uint32_t index3 = (wc & ((1 << t->p) - 1)) in CONCAT() local
102 ELEMENT lookup3 = t->level3[index3]; in CONCAT()
117 uint32_t index3 = wc & ((1 << t->p) - 1); in CONCAT() local
172 index3 += t->level2[index2] << t->p; in CONCAT()
174 t->level3[index3] = value; in CONCAT()
197 uint32_t index3; in CONCAT() local
198 for (index3 = 0; index3 < (1 << t->p); index3++) in CONCAT()
200 ELEMENT lookup3 = t->level3[index3 + lookup2_shifted]; in CONCAT()
202 fn ((((index1 << t->q) + index2) << t->p) + index3, in CONCAT()
/netbsd/external/gpl3/gdb/dist/binutils/testsuite/binutils-all/nfp/
H A Dtest1.d18 50: 000968f0012cd220 \.10 immed\[\*l\$index3, 0x1234\]
22 70: 000de8f0012cd229 \.14 immed\[\*l\$index3\[9\], 0x1234\]
114 350: 0000249d40316100 \.106 asr\[gprB_3, \*l\$index3, >>20\]
336 a40: 0002c4b700f8c700 \.328 ffs\[gprB_15, \*l\$index3--\]
339 a58: 000108a722090700 \.331 ffs\[\*l\$index3, \*n\$index\]
408 c80: 0004a4a330088000 \.400 pop_count1\[\*l\$index3\]
409 c88: 0003a4a3b0088000 \.401 pop_count2\[\*l\$index3\]
515 50: 000968f0012cd220 \.10 immed\[\*l\$index3, 0x1234\]
833 a40: 0002c4b700f8c700 \.328 ffs\[gprB_15, \*l\$index3--\]
905 c80: 0004a4a330088000 \.400 pop_count1\[\*l\$index3\]
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/nfp/
H A Dtest1.d18 50: 000968f0012cd220 \.10 immed\[\*l\$index3, 0x1234\]
22 70: 000de8f0012cd229 \.14 immed\[\*l\$index3\[9\], 0x1234\]
114 350: 0000249d40316100 \.106 asr\[gprB_3, \*l\$index3, >>20\]
336 a40: 0002c4b700f8c700 \.328 ffs\[gprB_15, \*l\$index3--\]
339 a58: 000108a722090700 \.331 ffs\[\*l\$index3, \*n\$index\]
408 c80: 0004a4a330088000 \.400 pop_count1\[\*l\$index3\]
409 c88: 0003a4a3b0088000 \.401 pop_count2\[\*l\$index3\]
515 50: 000968f0012cd220 \.10 immed\[\*l\$index3, 0x1234\]
833 a40: 0002c4b700f8c700 \.328 ffs\[gprB_15, \*l\$index3--\]
905 c80: 0004a4a330088000 \.400 pop_count1\[\*l\$index3\]
[all …]
/netbsd/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dutf8_gen.py69 index2, index3 = divmod(i - 0xaC00, 28)
74 + JAMO_FINAL_SHORT_NAME[index3]
/netbsd/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dutf8_gen.py69 index2, index3 = divmod(i - 0xaC00, 28)
74 + JAMO_FINAL_SHORT_NAME[index3]
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-csharp.c764 unsigned int index3 = (uc >> 5) & 0xf; in bitmap_lookup() local
765 unsigned int lookup3 = ((const int *) table)[lookup2 + index3]; in bitmap_lookup()
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlinebreak.c594 unsigned int index3 = uc & lbrkprop_header_4; in lbrkprop_lookup() local
595 return lbrkprop.level3[lookup2 + index3]; in lbrkprop_lookup()
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlinebreak.c594 unsigned int index3 = uc & lbrkprop_header_4; in lbrkprop_lookup() local
595 return lbrkprop.level3[lookup2 + index3]; in lbrkprop_lookup()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td402 int index3 = !add(index0, !if(!eq(size, 2), 1, 3)),
410 Register r3 = !cast<Register>("TTMP"#index3#tgt),
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.cc2421 int index1, index2, index3, which = -1; in map_NametoFunction() local
2442 Vec_loop (Function*, mitem->functions, index3, fitem) in map_NametoFunction()
2480 Vec_loop (Function*, mitem->functions, index3, fitem) in map_NametoFunction()
H A DDbeSession.cc.12415 int index1, index2, index3, which = -1;
2436 Vec_loop (Function*, mitem->functions, index3, fitem)
2474 Vec_loop (Function*, mitem->functions, index3, fitem)
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1052 auto index3 = new byte[arr1.length]; variable
1053 makeIndex(arr1, index3);
1056 (index3));
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d1064 auto index3 = new byte[arr1.length]; variable
1065 makeIndex(arr1, index3);
1068 (index3));
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Darc-opc.c1034 MAKE_BIAS_INSERT_EXTRACT_FUNCS (index3,4,7,2,4,0)
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Darc-opc.c1021 MAKE_BIAS_INSERT_EXTRACT_FUNCS (index3,4,7,2,4,0)
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Darc-opc.c1034 MAKE_BIAS_INSERT_EXTRACT_FUNCS (index3,4,7,2,4,0)
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Darc-opc.c1034 MAKE_BIAS_INSERT_EXTRACT_FUNCS (index3,4,7,2,4,0)