Home
last modified time | relevance | path

Searched refs:lidx (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c211 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/ffmpeg/libavfilter/opencl/
Dtonemap.cl105 size_t lidx = get_local_id(0);
113 if (lidx == 0 && lidy == 0)
122 if (lidx == 0 && lidy == 0) {
135 if (lidx == 0 && lidy == 0 && atomic_add(counter_wg_p, 1) == num_wg - 1) {
/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c544 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/
Drestsnew.cpp1431 for (int lidx = 0; lidx < UPRV_LENGTHOF(locales); lidx++) { in TestIntervalAliasFallbacks() local
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/ntfs-3g/src/
Dlowntfs-3g.c3247 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()