Home
last modified time | relevance | path

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

/external/llvm/test/Analysis/BasicAA/
D2003-04-25-GEPCrash.ll3 define void @test([17 x i16]* %mask_bits) {
4 %P1 = getelementptr [17 x i16]* %mask_bits, i64 0, i64 0
5 %P2 = getelementptr [17 x i16]* %mask_bits, i64 252645134, i64 0
/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/chromium/webkit/glue/
Dwebcursor_gtk_data.h264 const char* mask_bits; member
Dwebcursor_gtk.cc36 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, custom.mask_bits, in GetInlineCustomCursor()
/external/webkit/Source/WebCore/platform/gtk/
DCursorGtk.h363 const unsigned char* mask_bits; member
DCursorGtk.cpp51 …f(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.mask_bits), CAIRO_FORMAT_A… in createNamedCursor()