Searched refs:index1 (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uninorm/
H A Ddecomposition-table.h32 unsigned int index1 = uc >> decomp_header_0; local
33 if (index1 < decomp_header_1)
35 int lookup1 = gl_uninorm_decomp_index_table.level1[index1];
H A Dcomposition.c52 unsigned int index1 = uc >> composition_header_0;
53 if (index1 < composition_header_1)
55 int lookup1 = u_composition.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dsimple-mapping.h21 unsigned int index1 = uc >> mapping_header_0; local
22 if (index1 < mapping_header_1)
24 int lookup1 = u_mapping.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dbidi_of.c29 unsigned int index1 = uc >> bidi_category_header_0; local
30 if (index1 < bidi_category_header_1)
32 int lookup1 = u_bidi_category.level1[index1];
H A Dbitmap.h29 unsigned int index1 = uc >> header_0; local
30 if (index1 < ((const int *) table)[0])
32 int lookup1 = ((const int *) table)[1 + index1];
H A Dcombining.c29 unsigned int index1 = uc >> combclass_header_0; local
30 if (index1 < combclass_header_1)
32 int lookup1 = u_combclass.level1[index1];
H A Ddecdigit.c29 unsigned int index1 = uc >> decdigit_header_0; local
30 if (index1 < decdigit_header_1)
32 int lookup1 = u_decdigit.level1[index1];
H A Ddigit.c29 unsigned int index1 = uc >> digit_header_0; local
30 if (index1 < digit_header_1)
32 int lookup1 = u_digit.level1[index1];
H A Didentsyntaxmap.h23 unsigned int index1 = uc >> identsyntax_header_0; local
24 if (index1 < identsyntax_header_1)
26 int lookup1 = TABLE.level1[index1];
H A Dmirror.c29 unsigned int index1 = uc >> mirror_header_0; local
30 if (index1 < mirror_header_1)
32 int lookup1 = u_mirror.level1[index1];
H A Dblocks.c33 unsigned int index1 = uc >> blocks_level1_shift; local
34 first_index = blocks_level1[2 * index1];
35 last_index = blocks_level1[2 * index1 + 1];
H A Dnumeric.c29 unsigned int index1 = uc >> numeric_header_0; local
30 if (index1 < numeric_header_1)
32 int lookup1 = u_numeric.level1[index1];
H A Dcateg_of.c29 unsigned int index1 = uc >> category_header_0; local
30 if (index1 < category_header_1)
32 int lookup1 = u_category.level1[index1];
H A Dscripts.c31 unsigned int index1 = uc >> script_header_0; local
32 if (index1 < script_header_1)
34 int lookup1 = u_script.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniwbrk/
H A Dwordbreak-property.c28 unsigned int index1 = uc >> wbrkprop_header_0; local
29 if (index1 < wbrkprop_header_1)
31 int lookup1 = uniwbrkprop.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unilbrk/
H A Dlbrktables.h68 unsigned int index1 = uc >> lbrkprop_header_0; local
69 if (index1 < lbrkprop_header_1)
71 int lookup1 = unilbrkprop.level1[index1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRC4Encrypt.cpp118 uint8 index1; local
129 index1 = 0;
133 index2 = (pachKeyData[index1] + pabyState[i] + index2) % 256;
135 index1 = (uint8)((index1 + 1) % nLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h87 uint32_t index1 = wc >> (t->q + t->p); local
88 if (index1 < t->level1_size)
90 uint32_t lookup1 = t->level1[index1];
113 uint32_t index1 = wc >> (t->q + t->p); local
121 if (index1 >= t->level1_size)
123 if (index1 >= t->level1_alloc)
126 if (alloc <= index1)
127 alloc = index1 + 1;
132 while (index1 >= t->level1_size)
136 if (t->level1[index1]
181 uint32_t index1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Duniname.c158 unsigned int index1; local
170 index1 = tmp;
172 q = jamo_initial_short_name[index1];
388 unsigned int index1; local
390 for (index1 = 0; index1 < 19; index1++)
391 if (memcmp (jamo_initial_short_name[index1], p1, n1) == 0
392 && jamo_initial_short_name[index1][n1] == '\0')
406 return 0xAC00 + (index1 * 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.c158 unsigned int index1; local
170 index1 = tmp;
172 q = jamo_initial_short_name[index1];
385 unsigned int index1; local
387 for (index1 = 0; index1 < 19; index1++)
388 if (memcmp(jamo_initial_short_name[index1], p1, n1) == 0
389 && jamo_initial_short_name[index1][n1] == '\0')
403 return 0xAC00 + (index1 * 2
[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.java70 private SecondaryDatabase index1; field in class:TupleSerialFactoryTest
103 if (index1 != null) {
104 index1.close();
125 index1 = null;
163 index1 = openSecondaryDb(factory, "1", store1, "index1.db", null);
209 indexMap1 = factory.newSortedMap(index1, String.class,
218 indexMap1 = factory.newMap(index1, String.class,
/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.java68 private SecondaryDatabase index1; field in class:JoinTest
91 if (index1 != null) {
92 index1.close();
110 index1 = null;
144 index1 = openSecondaryDb(store, "index1.db", "1");
181 indexMap1 = factory.newMap(index1, String.class,
H A DForeignKeyTest.java84 private SecondaryDatabase index1; field in class:ForeignKeyTest
113 if (index1 != null) {
114 index1.close();
140 index1 = null;
170 index1 = openSecondaryDb(factory, "1", store1, "index1.db", null);
219 indexMap1 = factory.newMap(index1, String.class,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Djohab_hangul.h116 int index1 = jamo_initial_index[bitspart1]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
122 if (index1 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
173 /* index1+1 = jamo_initial_index[bitspart1] <==>
174 bitspart1 = jamo_initial_index_inverse[index1] */
206 unsigned int index1; local
213 index1 = tmp;
215 | jamo_initial_index_inverse[index1]) <<
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djohab_hangul.h116 int index1 = jamo_initial_index[bitspart1]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
122 if (index1 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
173 /* index1+1 = jamo_initial_index[bitspart1] <==>
174 bitspart1 = jamo_initial_index_inverse[index1] */
206 unsigned int index1; local
213 index1 = tmp;
215 | jamo_initial_index_inverse[index1]) <<
[all...]

Completed in 300 milliseconds

123