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

/haiku/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/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/headers/private/storage/mime/
H A DDatabaseDirectory.h34 int32 index2);
/haiku/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/src/kits/textencoding/
H A Dcharacter_sets.cpp370 for (uint32 index2 = 0 ; index2 < character_sets_by_id_count ; index2++ ) {
371 const BCharacterSet * charset = character_sets_by_id[index2];
/haiku/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/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp156 int32 index2 = 0; local
165 out[index2++] = color;
175 int32 index2 = 0; local
184 out[index2++] = color;
185 out[index2++] = color;
186 out[index2++] = color;
197 int32 index2 = 0; local
201 out[index2++] = color.red;
202 out[index2++] = color.green;
203 out[index2
212 int32 index2 = 0; local
229 int32 index2 = 0; local
246 int32 index2 = 0; local
263 int32 index2 = 0; local
280 int32 index2 = 0; local
[all...]
/haiku/headers/build/private/storage/
H A DMergedDirectory.h54 int32 index2);
55 // always invoked with index1 < index2
/haiku/headers/private/storage/
H A DMergedDirectory.h54 int32 index2);
55 // always invoked with index1 < index2
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp61 const entry_ref& entry2, int32 index2)
60 ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, const entry_ref& entry2, int32 index2) argument
/haiku/src/system/libroot/posix/crypt/
H A Dcrypt.cpp87 const char index2 = kHexLookup[char2]; local
92 outBuffer[outIndex++] = (index1 << 4) | index2;
/haiku/src/apps/patchbay/
H A DPatchView.cpp159 int32 index2 = 0; local
163 DrawBitmapAsync(bitmap, ColumnIconFrameAt(index2++).LeftTop());
166 if (index == 0 && index2 == 0) {
/haiku/src/build/libbe/storage/
H A DMergedDirectory.cpp214 const entry_ref& entry2, int32 index2)
213 ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, const entry_ref& entry2, int32 index2) argument
/haiku/src/kits/storage/
H A DMergedDirectory.cpp207 const entry_ref& entry2, int32 index2)
206 ShallPreferFirstEntry(const entry_ref& entry1, int32 index1, const entry_ref& entry2, int32 index2) argument
/haiku/headers/private/interface/
H A DColumnListView.h334 bool SwapRows(int32 index1, int32 index2, BRow*
/haiku/headers/private/graphics/common/
H A Dedid_raw.h207 uint8 index2; member in struct:_PACKED
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1475 unsigned int index2; local
1477 for (index2=0; index2<(1<< CACHE_PERMISSIONS_BITS); index2++) {
1478 cacheentry = &pseccache->cachetable[index1][index2];
1604 unsigned int index2; local
1616 index2 = securindex & ((1 << CACHE_PERMISSIONS_BITS) - 1);
1621 cacheentry = &pcache->cachetable[index1][index2];
1666 cacheentry = &cacheblock[index2];
1756 unsigned int index2; local
[all...]
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c134 whitepoint[1].index = raw->index2;
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp182 int32 index2 = get_error_index(error2); local
183 if (index1 >= 0 && index2 >= 0)
184 result = index1 * kErrorCount + index2 + 1;
199 int32 index2 = (fuzzyError - 1) % kErrorCount; local
204 status_t error2 = kErrors[index2];
/haiku/src/kits/interface/
H A DColumnListView.cpp1398 BColumnListView::SwapRows(int32 index1, int32 index2, BRow* parentRow1, argument
1428 row2 = container2->ItemAt(index2);
1433 container1->ReplaceItem(index2, row1);

Completed in 256 milliseconds