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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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);
H A Dtest-linkedhash_list.c201 size_t index1, index2, index3; local
203 index2 = gl_list_indexof (list2, obj);
207 ASSERT (index2 == (size_t)(-1));
212 ASSERT (index2 != (size_t)(-1));
215 ASSERT (gl_list_get_at (list2, index2) == obj);
217 ASSERT (index2 == index1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpointer.c210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { argument
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2
1436 int index1, index2; local
[all...]
H A Dxinclude.c895 int index1, index2; local
913 index2 = range->index2;
953 len = index2;
959 len = index2;
990 if (index2 > 1) {
991 end = xmlXIncludeGetNthChild(cur, index2 - 1);
992 index2 = 0;
H A Dxpath.in.h121 int index2; member in struct:_xmlXPathObject
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpointer.c210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { argument
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2
1436 int index1, index2; local
[all...]
H A Dxinclude.c908 int index1, index2; local
926 index2 = range->index2;
966 len = index2;
972 len = index2;
1003 if (index2 > 1) {
1004 end = xmlXIncludeGetNthChild(cur, index2 - 1);
1005 index2 = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpointer.c210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { argument
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2
1436 int index1, index2; local
[all...]
H A Dxinclude.c895 int index1, index2; local
913 index2 = range->index2;
953 len = index2;
959 len = index2;
990 if (index2 > 1) {
991 end = xmlXIncludeGetNthChild(cur, index2 - 1);
992 index2 = 0;
H A Dxpath.in.h121 int index2; member in struct:_xmlXPathObject
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sat.c50 int index2; /* used for power sensors */ member in struct:wf_sat_sensor
190 if (sens->index2 >= 0) {
191 i = sens->index2 * 2;
318 sens->index2 = -1;
344 sens->index2 = isens[core];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample2.c220 int64_t index2= ((int64_t)index)<<32; local
225 dst[dst_index] = src[index2>>32];
226 index2 += incr;
H A Ddnxhddec.c157 int i, j, index, index2; local
187 index2 = get_vlc2(&ctx->gb, ctx->run_vlc.table, DNXHD_VLC_BITS, 2);
188 i += ctx->cid_table->run[index2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-entry.c271 int index1, index2; member in struct:__anon1046::__anon1047
379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2)
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++);
381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.h123 int index2; /* index of 2nd attr in blk */ member in struct:xfs_da_args
H A Dxfs_attr_leaf.c1163 (args->index2 <= args->index)) {
1164 args->index2++;
1286 * This code adjusts the args->index/blkno and args->index2/blkno2 fields
1425 * while the index2/blkno2 fields refer to the "new" entry.
1430 args->index = args->index2 = blk2->index;
1436 args->index2 = 0;
1441 args->index = args->index2 = blk2->index;
1446 args->index = args->index2 = blk1->index;
2605 * entry given by args->blkno2/index2.
2655 ASSERT(args->index2 < be16_to_cp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h121 int index2; member in struct:_xmlXPathObject
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c446 ((obj->user2 == obj->user) && (obj->index == obj->index2)) );
483 indexIntoNode = PyInt_FromLong((long) obj->index2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_lsa.h393 int index2, struct ospf6_lsa_header *lsa_header2);

Completed in 218 milliseconds

12