/haiku/src/libs/iconv/ |
H A D | johab_hangul.h | 117 int index2 = jamo_medial_index[bitspart2]; in johab_hangul_mbtowc() local 120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) { in johab_hangul_mbtowc() 123 if (index2 == fill) { in johab_hangul_mbtowc() 137 } else if (index2 == fill) { in johab_hangul_mbtowc() 149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3; in johab_hangul_mbtowc() 207 unsigned int index2; in johab_hangul_wctomb() local 212 index2 = tmp % 21; tmp = tmp / 21; in johab_hangul_wctomb() 216 | jamo_medial_index_inverse[index2]) << 5) in johab_hangul_wctomb()
|
/haiku/src/system/libroot/posix/glibc/wctype/ |
H A D | wchar-lookup.h | 64 uint32_t index2 = (wc >> shift2) & mask2; in wctype_table_lookup() local 65 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2]; in wctype_table_lookup() 95 uint32_t index2 = (wc >> shift2) & mask2; in wcwidth_table_lookup() local 96 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2]; in wcwidth_table_lookup() 128 uint32_t index2 = (wc >> shift2) & mask2; in wctrans_table_lookup() local 129 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2]; in wctrans_table_lookup()
|
/haiku/src/system/libroot/posix/glibc/locale/ |
H A D | coll-lookup.c | 41 uint32_t index2 = (wc >> shift2) & mask2; in __collidx_table_lookup() local 42 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2]; in __collidx_table_lookup() 72 uint32_t index2 = (wc >> shift2) & mask2; in __collseq_table_lookup() local 73 uint32_t lookup2 = ((const uint32_t *)(table + lookup1))[index2]; in __collseq_table_lookup()
|
/haiku/src/add-ons/translators/jpeg/ |
H A D | JPEGTranslator.cpp | 156 int32 index2 = 0; in convert_from_gray1_to_gray8() local 165 out[index2++] = color; in convert_from_gray1_to_gray8() 175 int32 index2 = 0; in convert_from_gray1_to_24() local 184 out[index2++] = color; in convert_from_gray1_to_24() 185 out[index2++] = color; in convert_from_gray1_to_24() 186 out[index2++] = color; in convert_from_gray1_to_24() 197 int32 index2 = 0; in convert_from_cmap8_to_24() local 201 out[index2++] = color.red; in convert_from_cmap8_to_24() 202 out[index2++] = color.green; in convert_from_cmap8_to_24() 203 out[index2++] = color.blue; in convert_from_cmap8_to_24() [all …]
|
/haiku/src/libs/print/libprint/tools/ |
H A D | make_pattern.cpp | 45 int index2 = value2index[j]; in create_pattern16x16() local 46 int h2 = index2horz(index2) * 4 + h; in create_pattern16x16() 47 int v2 = index2vert(index2) * 4 + v; in create_pattern16x16()
|
/haiku/src/kits/textencoding/ |
H A D | character_sets.cpp | 370 for (uint32 index2 = 0 ; index2 < character_sets_by_id_count ; index2++ ) { in MIBenumArrayInitializer() local 371 const BCharacterSet * charset = character_sets_by_id[index2]; in MIBenumArrayInitializer()
|
/haiku/headers/private/storage/mime/ |
H A D | DatabaseDirectory.h | 34 int32 index2);
|
/haiku/src/system/libroot/posix/crypt/ |
H A D | crypt.cpp | 87 const char index2 = kHexLookup[char2]; in fromHex() local 92 outBuffer[outIndex++] = (index1 << 4) | index2; in fromHex()
|
/haiku/src/kits/storage/mime/ |
H A D | DatabaseDirectory.cpp | 61 const entry_ref& entry2, int32 index2) in ShallPreferFirstEntry() argument
|
/haiku/headers/private/storage/ |
H A D | MergedDirectory.h | 54 int32 index2);
|
/haiku/headers/build/private/storage/ |
H A D | MergedDirectory.h | 54 int32 index2);
|
/haiku/src/apps/patchbay/ |
H A D | PatchView.cpp | 159 int32 index2 = 0; in Draw() local 163 DrawBitmapAsync(bitmap, ColumnIconFrameAt(index2++).LeftTop()); in Draw() 166 if (index == 0 && index2 == 0) { in Draw()
|
/haiku/src/build/libbe/storage/ |
H A D | MergedDirectory.cpp | 214 const entry_ref& entry2, int32 index2) in ShallPreferFirstEntry() argument
|
/haiku/src/kits/storage/ |
H A D | MergedDirectory.cpp | 207 const entry_ref& entry2, int32 index2) in ShallPreferFirstEntry() argument
|
/haiku/headers/private/graphics/common/ |
H A D | edid_raw.h | 207 uint8 index2; member
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | security.c | 1475 unsigned int index2; in free_caches() local 1477 for (index2=0; index2<(1<< CACHE_PERMISSIONS_BITS); index2++) { in free_caches() 1478 cacheentry = &pseccache->cachetable[index1][index2]; in free_caches() 1604 unsigned int index2; in enter_cache() local 1616 index2 = securindex & ((1 << CACHE_PERMISSIONS_BITS) - 1); in enter_cache() 1621 cacheentry = &pcache->cachetable[index1][index2]; in enter_cache() 1666 cacheentry = &cacheblock[index2]; in enter_cache() 1756 unsigned int index2; in fetch_cache() local 1764 index2 = securindex & ((1 << CACHE_PERMISSIONS_BITS) - 1); in fetch_cache() 1769 cacheentry = &pcache->cachetable[index1][index2]; in fetch_cache()
|
/haiku/headers/private/interface/ |
H A D | ColumnListView.h | 334 bool SwapRows(int32 index1, int32 index2, BRow*
|
/haiku/src/add-ons/accelerants/common/ |
H A D | decode_edid.c | 134 whitepoint[1].index = raw->index2; in decode_whitepoint()
|
/haiku/src/tests/kits/storage/ |
H A D | EntryTest.cpp | 182 int32 index2 = get_error_index(error2); in fuzzy_error() local 183 if (index1 >= 0 && index2 >= 0) in fuzzy_error() 184 result = index1 * kErrorCount + index2 + 1; in fuzzy_error() 199 int32 index2 = (fuzzyError - 1) % kErrorCount; in fuzzy_equals() local 204 status_t error2 = kErrors[index2]; in fuzzy_equals()
|
/haiku/src/kits/interface/ |
H A D | ColumnListView.cpp | 1400 BColumnListView::SwapRows(int32 index1, int32 index2, BRow* parentRow1, in SwapRows() argument 1430 row2 = container2->ItemAt(index2); in SwapRows() 1435 container1->ReplaceItem(index2, row1); in SwapRows()
|