Home
last modified time | relevance | path

Searched refs:mask_bits (Results 1 – 3 of 3) sorted by relevance

/external/grub/stage2/
Dgunzip.c476 static ush mask_bits[] = variable
734 ml = mask_bits[bl]; /* precompute masks for speed */ in inflate_codes_in_window()
735 md = mask_bits[bd]; in inflate_codes_in_window()
753 while ((e = (t = t->v.t + ((unsigned) b & mask_bits[e]))->e) > 16); in inflate_codes_in_window()
774 n = t->v.n + ((unsigned) b & mask_bits[e]); in inflate_codes_in_window()
791 while ((e = (t = t->v.t + ((unsigned) b & mask_bits[e]))->e) in inflate_codes_in_window()
795 d = w - t->v.n - ((unsigned) b & mask_bits[e]); in inflate_codes_in_window()
974 m = mask_bits[bl]; in init_dynamic_block()
/external/webkit/WebCore/platform/gtk/
DCursorGtk.h363 const char* mask_bits; member
DCursorGtk.cpp50 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, cursor.mask_bits, 32, 32); in customCursorNew()