Searched refs:mask_bits (Results 1 – 6 of 6) sorted by relevance
3 define void @test([17 x i16]* %mask_bits) {4 %P1 = getelementptr [17 x i16]* %mask_bits, i64 0, i64 05 %P2 = getelementptr [17 x i16]* %mask_bits, i64 252645134, i64 0
476 static ush mask_bits[] = variable734 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()
264 const char* mask_bits; member
36 GdkPixmap* mask = gdk_bitmap_create_from_data(NULL, custom.mask_bits, in GetInlineCustomCursor()
363 const unsigned char* mask_bits; member
51 …f(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.mask_bits), CAIRO_FORMAT_A… in createNamedCursor()