Searched refs:lbh (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 392 uint32_t lbh = lbh_preferred; in nvc0_miptree_select_best_modifier() local 397 assert(lbh <= 5u); in nvc0_miptree_select_best_modifier() 399 DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D(0, s, kind_gen, uc_kind, lbh); in nvc0_miptree_select_best_modifier() 410 if (lbh == 0u) { in nvc0_miptree_select_best_modifier() 411 lbh = lbh_preferred + 1u; in nvc0_miptree_select_best_modifier() 414 lbh--; in nvc0_miptree_select_best_modifier() 416 lbh++; in nvc0_miptree_select_best_modifier()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 554 off_t lbh; in lws_fts_fill() local 570 lbh = (off_t)t->c; in lws_fts_fill() 1059 if (lseek(t->fd, lbh, SEEK_SET) < 0) { in lws_fts_fill() 1061 (unsigned long long)lbh); in lws_fts_fill() 1065 g16(linetable, (uint16_t)(t->c - (jg2_file_offset)lbh)); in lws_fts_fill()
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 410 unsigned lbc, lbh, lbs, lec, leh, les; in consistency_check() local 427 lbh = (start/g_sectors) % g_heads; in consistency_check() 435 if (g_cylinders <= ONE_K && (physbc != lbc || physbh != lbh || physbs != lbs)) { in consistency_check() 438 xprintf("logical = (%u %u %u)\n", lbc, lbh, lbs); in consistency_check()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 913 V(lbh, LBH, 0xE3C0) /* type = RXY_A LOAD BYTE HIGH (32<-8) */ \
|
Completed in 10 milliseconds