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

/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c41 uint32_t index2 = (wc >> shift2) & mask2; local
42 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2];
72 uint32_t index2 = (wc >> shift2) & mask2; local
73 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2];
/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h64 uint32_t index2 = (wc >> shift2) & mask2; local
65 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2];
95 uint32_t index2 = (wc >> shift2) & mask2; local
96 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2];
128 uint32_t index2 = (wc >> shift2) & mask2; local
129 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2];
/haiku-fatelf/src/libs/print/libprint/tools/
H A Dmake_pattern.cpp45 int index2 = value2index[j]; local
46 int h2 = index2horz(index2) * 4 + h;
47 int v2 = index2vert(index2) * 4 + v;
/haiku-fatelf/src/kits/textencoding/
H A Dcharacter_sets.cpp357 for (uint32 index2 = 0 ; index2 < character_sets_by_id_count ; index2++ ) {
358 const BCharacterSet * charset = character_sets_by_id[index2];
/haiku-fatelf/src/libs/iconv/
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...]
/haiku-fatelf/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp153 int32 index2 = 0; local
162 out[index2++] = color;
172 int32 index2 = 0; local
181 out[index2++] = color;
182 out[index2++] = color;
183 out[index2++] = color;
194 int32 index2 = 0; local
198 out[index2++] = color.red;
199 out[index2++] = color.green;
200 out[index2
209 int32 index2 = 0; local
226 int32 index2 = 0; local
243 int32 index2 = 0; local
260 int32 index2 = 0; local
277 int32 index2 = 0; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
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.c887 int index1, index2; local
905 index2 = range->index2;
945 len = index2;
951 len = index2;
982 if (index2 > 1) {
983 end = xmlXIncludeGetNthChild(cur, index2 - 1);
984 index2 = 0;
H A Dxpath.c1066 ((cur->user2 == cur->user) && (cur->index == cur->index2))) {
1085 if (cur->index2 >= 0)
1086 fprintf(output, "index %d in ", cur->index2);
13504 rloc->locTab[j]->index2);
/haiku-fatelf/headers/private/graphics/common/
H A Dedid_raw.h187 uint8 index2; member in struct:_PACKED
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxpath.h121 int index2; member in struct:_xmlXPathObject
/haiku-fatelf/src/add-ons/accelerants/common/
H A Ddecode_edid.c120 whitepoint[1].index = raw->index2;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1328 unsigned int index2; local
1330 for (index2=0; index2<(1<< CACHE_PERMISSIONS_BITS); index2++) {
1331 cacheentry = &pseccache->cachetable[index1][index2];
1457 unsigned int index2; local
1469 index2 = securindex & ((1 << CACHE_PERMISSIONS_BITS) - 1);
1474 cacheentry = &pcache->cachetable[index1][index2];
1519 cacheentry = &cacheblock[index2];
1609 unsigned int index2; local
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DEntryTest.cpp178 int32 index2 = get_error_index(error2); local
179 if (index1 >= 0 && index2 >= 0)
180 result = index1 * kErrorCount + index2 + 1;
195 int32 index2 = (fuzzyError - 1) % kErrorCount; local
200 status_t error2 = kErrors[index2];

Completed in 134 milliseconds