Searched refs:lidx (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | disasm.c | 211 int lidx; in label_name() local 214 lidx = get_jump_table_entry(offset); in label_name() 215 if (lidx >= 0) { in label_name() 217 for (j = 0; j < jump_labels[lidx].num_jump_labels; j++) { in label_name() 218 uint32_t jump_label = jump_labels[lidx].jump_labels[j]; in label_name() 229 lidx = label_idx(offset, false); in label_name() 230 if (lidx < 0) in label_name() 232 sprintf(name, "l%03d", lidx); in label_name()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 544 u_int lidx = 0; in readDosDirSection() local 662 || lidx != (*p & LRNOMASK)) { in readDosDirSection() 673 lidx = *p & LRNOMASK; in readDosDirSection() 674 if (lidx == 0) { in readDosDirSection() 683 t = longName + --lidx * 13; in readDosDirSection()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 1431 for (int lidx = 0; lidx < UPRV_LENGTHOF(locales); lidx++) { in TestIntervalAliasFallbacks() 1433 UResourceBundle *rb = ures_open(NULL, locales[lidx], &status); in TestIntervalAliasFallbacks() 1435 errln("Cannot open bundle for locale %s", locales[lidx]); in TestIntervalAliasFallbacks() 1447 key.data(), locales[lidx]); in TestIntervalAliasFallbacks()
|
/third_party/backends/backend/ |
H A D | hp3500.c | 2668 unsigned lidx = leftstart + idx; 2671 if (rightstart < rightlimit && leftstart < leftlimit && left[lidx] != right[ridx]) 2674 fprintf(fp, "%02x", left[lidx]); 2677 if (rightstart < rightlimit && leftstart < leftlimit && left[lidx] != right[ridx])
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 3247 uint64_t lidx = 0; in ntfs_fuse_bmap() local 3280 lidx = (lcn > 0) ? lcn * cl_per_bl + vidx % cl_per_bl : 0; in ntfs_fuse_bmap() 3291 fuse_reply_bmap(req, lidx); in ntfs_fuse_bmap()
|
Completed in 15 milliseconds