Searched refs:lidx (Results 1 – 5 of 5) sorted by relevance
211 int lidx; in label_name() local214 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()
105 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) {
544 u_int lidx = 0; in readDosDirSection() local662 || lidx != (*p & LRNOMASK)) { in readDosDirSection()673 lidx = *p & LRNOMASK; in readDosDirSection()674 if (lidx == 0) { in readDosDirSection()683 t = longName + --lidx * 13; in readDosDirSection()
1431 for (int lidx = 0; lidx < UPRV_LENGTHOF(locales); lidx++) { in TestIntervalAliasFallbacks() local1433 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()
3247 uint64_t lidx = 0; in ntfs_fuse_bmap() local3280 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()