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

  /external/webkit/WebCore/platform/gtk/
CursorGtk.h 363 const char* mask_bits; member in struct:__anon8072
  /external/grub/stage2/
gunzip.c 447 x = b & mask_bits[j];
476 static ush mask_bits[] = variable
734 ml = mask_bits[bl]; /* precompute masks for speed */
735 md = mask_bits[bd];
753 while ((e = (t = t->v.t + ((unsigned) b & mask_bits[e]))->e) > 16);
774 n = t->v.n + ((unsigned) b & mask_bits[e]);
791 while ((e = (t = t->v.t + ((unsigned) b & mask_bits[e]))->e)
795 d = w - t->v.n - ((unsigned) b & mask_bits[e]);
974 m = mask_bits[bl];
    [all...]

Completed in 87 milliseconds