HomeSort by relevance Sort by last modified time
    Searched defs:bhs (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/linux/
msdos_fs.h 375 struct buffer_head *bhs[2]; member in struct:fat_entry
383 fatent->bhs[0] = fatent->bhs[1] = NULL;
397 brelse(fatent->bhs[i]);
399 fatent->bhs[0] = fatent->bhs[1] = NULL;
440 extern int fat_sync_bhs(struct buffer_head **bhs, int nr_bhs);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3139 const int bhs = num_8x8_blocks_high_lookup[bsize] \/ 2; local
    [all...]

Completed in 367 milliseconds