Searched refs:index2 (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Ddecomposition-table.h38 unsigned int index2 = (uc >> decomp_header_2) & decomp_header_3; local
39 int lookup2 = gl_uninorm_decomp_index_table.level2[lookup1 + index2];
H A Dcomposition.c58 unsigned int index2 = (uc >> composition_header_2) & composition_header_3;
59 int lookup2 = u_composition.level2[lookup1 + index2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dsimple-mapping.h27 unsigned int index2 = (uc >> mapping_header_2) & mapping_header_3; local
28 int lookup2 = u_mapping.level2[lookup1 + index2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dbidi_of.c35 unsigned int index2 = (uc >> bidi_category_header_2) & bidi_category_header_3; local
36 int lookup2 = u_bidi_category.level2[lookup1 + index2];
H A Dbitmap.h35 unsigned int index2 = (uc >> header_2) & header_3; local
36 int lookup2 = ((const short *) table)[lookup1 + index2];
H A Dcombining.c35 unsigned int index2 = (uc >> combclass_header_2) & combclass_header_3; local
36 int lookup2 = u_combclass.level2[lookup1 + index2];
H A Ddecdigit.c35 unsigned int index2 = (uc >> decdigit_header_2) & decdigit_header_3; local
36 int lookup2 = u_decdigit.level2[lookup1 + index2];
H A Ddigit.c35 unsigned int index2 = (uc >> digit_header_2) & digit_header_3; local
36 int lookup2 = u_digit.level2[lookup1 + index2];
H A Didentsyntaxmap.h29 unsigned int index2 = (uc >> identsyntax_header_2) & identsyntax_header_3; local
30 int lookup2 = TABLE.level2[lookup1 + index2];
H A Dmirror.c35 unsigned int index2 = (uc >> mirror_header_2) & mirror_header_3; local
36 int lookup2 = u_mirror.level2[lookup1 + index2];
H A Dnumeric.c35 unsigned int index2 = (uc >> numeric_header_2) & numeric_header_3; local
36 int lookup2 = u_numeric.level2[lookup1 + index2];
H A Dcateg_of.c35 unsigned int index2 = (uc >> category_header_2) & category_header_3; local
36 int lookup2 = u_category.level2[lookup1 + index2];
H A Dscripts.c37 unsigned int index2 = (uc >> script_header_2) & script_header_3; local
38 int lookup2 = u_script.level2[lookup1 + index2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Dwordbreak-property.c34 unsigned int index2 = (uc >> wbrkprop_header_2) & wbrkprop_header_3; local
35 int lookup2 = uniwbrkprop.level2[lookup1 + index2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Dlbrktables.h74 unsigned int index2 = (uc >> lbrkprop_header_2) & lbrkprop_header_3; local
75 int lookup2 = unilbrkprop.level2[lookup1 + index2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRC4Encrypt.cpp119 uint8 index2; local
130 index2 = 0;
133 index2 = (pachKeyData[index1] + pabyState[i] + index2) % 256;
134 std::swap(pabyState[i], pabyState[index2]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c159 unsigned int index2; local
169 index2 = tmp % 21; tmp = tmp / 21;
175 q = jamo_medial_short_name[index2];
394 unsigned int index2; local
396 for (index2 = 0; index2 < 21; index2++)
397 if (memcmp (jamo_medial_short_name[index2], p2, n2) == 0
398 && jamo_medial_short_name[index2][n2] == '\0')
406 return 0xAC00 + (index1 * 21 + index2) * 2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Duniname.c159 unsigned int index2; local
169 index2 = tmp % 21; tmp = tmp / 21;
175 q = jamo_medial_short_name[index2];
391 unsigned int index2; local
393 for (index2 = 0; index2 < 21; index2++)
394 if (memcmp(jamo_medial_short_name[index2], p2, n2) == 0
395 && jamo_medial_short_name[index2][n2] == '\0')
403 return 0xAC00 + (index1 * 21 + index2) * 2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h93 uint32_t index2 = ((wc >> t->p) & ((1 << t->q) - 1)) local
95 uint32_t lookup2 = t->level2[index2];
114 uint32_t index2 = (wc >> t->p) & ((1 << t->q) - 1); local
152 index2 += t->level1[index1] << t->q;
154 if (t->level2[index2] == EMPTY)
167 t->level2[index2] = t->level3_size++;
170 index3 += t->level2[index2] << t->p;
188 uint32_t index2; local
189 for (index2 = 0; index2 < (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java71 private SecondaryDatabase index2; field in class:TupleSerialFactoryTest
106 if (index2 != null) {
107 index2.close();
126 index2 = null;
164 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
211 indexMap2 = factory.newSortedMap(index2, String.class,
220 indexMap2 = factory.newMap(index2, String.class,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Djohab_hangul.h117 int index2 = jamo_medial_index[bitspart2]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
123 if (index2 == fill) {
137 } else if (index2 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
180 /* index2+1 = jamo_medial_index[bitspart2] <==>
181 bitspart2 = jamo_medial_index_inverse[index2] */
207 unsigned int index2; local
212 index2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djohab_hangul.h117 int index2 = jamo_medial_index[bitspart2]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
123 if (index2 == fill) {
137 } else if (index2 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
180 /* index2+1 = jamo_medial_index[bitspart2] <==>
181 bitspart2 = jamo_medial_index_inverse[index2] */
207 unsigned int index2; local
212 index2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java69 private SecondaryDatabase index2; field in class:JoinTest
94 if (index2 != null) {
95 index2.close();
111 index2 = null;
145 index2 = openSecondaryDb(store, "index2.db", "2");
183 indexMap2 = factory.newMap(index2, String.class,
H A DForeignKeyTest.java85 private SecondaryDatabase index2; field in class:ForeignKeyTest
116 if (index2 != null) {
117 index2.close();
141 index2 = null;
171 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
221 indexMap2 = factory.newMap(index2, String.class,
279 /* The index2 record should have been deleted since the key was set
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-array_list.c143 size_t index1, index2; local
145 index2 = gl_list_indexof (list2, obj);
148 ASSERT (index2 == (size_t)(-1));
152 ASSERT (index2 != (size_t)(-1));
154 ASSERT (gl_list_get_at (list2, index2) == obj);
155 ASSERT (index2 == index1);

Completed in 289 milliseconds

1234