Searched defs:idx2 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dcache.c201 unsigned int idx2 = new_start >> CR_SHIFT; local
204 PED_ASSERT(idx2 < cache->linked_ref_size, return NULL);
206 for (pext = cache->linked_ref[idx2];
233 pext->next = cache->linked_ref[idx2];
234 cache->linked_ref[idx2] = pext;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c386 int32_t idx2; local
389 idx2 = findidx (&np);
390 if (idx2 != 0
391 && (idx >> 24) == (idx2 >> 24)
392 && len == weights[idx2 & 0xffffff])
397 idx2 &= 0xffffff;
401 == weights[idx2 + 1 + cnt]))
H A Dregcomp.c3452 int32_t idx1, idx2;
3478 idx2 = findidx (&cp);
3480 idx2 = table[ch];
3482 if (idx2 == 0)
3487 if (len == weights[idx2 & 0xffffff] && (idx1 >> 24) == (idx2 >> 24))
3493 == weights[(idx2 & 0xffffff) + 1 + cnt])
3443 int32_t idx1, idx2; local
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c340 FT_UInt idx2; local
341 idx2 = FT_Get_Char_Index (face, grub_unicode_arabic_shapes[i]
343 if (idx2)
344 add_glyph (font_info, idx2, face,
366 FT_UInt idx2; local
367 idx2 = FT_Get_Char_Index (face, grub_unicode_arabic_shapes[i]
369 if (idx2)
370 add_glyph (font_info, idx2, face,
392 FT_UInt idx2; local
393 idx2
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2526 grub_uint64_t idx, idx2, blkid; local
2554 for (idx2 = 0; idx2 < idx; idx2++)
2555 if (blkid == grub_zfs_to_cpu64 (((grub_uint64_t *) zap)[idx2 + (1 << (blksft - 3 - 1))],
2558 if (idx2 != idx)

Completed in 37 milliseconds