/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 59 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() 68 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit() 86 struct bitmask *bmp; in bitmask_alloc() local 101 void bitmask_free(struct bitmask *bmp) in bitmask_free() 126 int bitmask_displayhex(char *buf, int buflen, const struct bitmask *bmp) in bitmask_displayhex() 185 int bitmask_displaylist(char *buf, int buflen, const struct bitmask *bmp) in bitmask_displaylist() 220 int bitmask_parsehex(const char *buf, struct bitmask *bmp) in bitmask_parsehex() 299 int bitmask_parselist(const char *buf, struct bitmask *bmp) in bitmask_parselist() 361 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall() 370 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall() [all …]
|
D | meminfo.c | 92 struct bitmask *bmp = NULL; in get_nmems() local
|
/third_party/skia/gm/ |
D | clippedbitmapshaders.cpp | 37 SkBitmap bmp; in create_bitmap() local 87 SkBitmap bmp = create_bitmap(); in onDraw() local
|
D | swizzle.cpp | 27 SkBitmap bmp; variable
|
D | crosscontextimage.cpp | 40 SkBitmap bmp; variable
|
D | bigmatrix.cpp | 51 SkBitmap bmp; variable
|
D | rectangletexture.cpp | 65 SkBitmap bmp; in makeImagePixels() local 82 SkBitmap bmp; in makeImagePixels() local
|
D | bitmaptiled.cpp | 42 SkBitmap bmp; in draw_tile_bitmap_with_fractional_offset() local
|
D | jpg_color_cube.cpp | 40 SkBitmap bmp; in onOnceBeforeDraw() local
|
D | fpcoordinateoverride.cpp | 83 SkBitmap bmp; variable
|
D | yuv420_odd_dim.cpp | 28 SkBitmap bmp; in make_image() local
|
D | imageblurrepeatmode.cpp | 146 SkBitmap bmp; variable
|
D | tallstretchedbitmaps.cpp | 89 SkBitmap bmp = fTallBmps[i].fBmp; in onDraw() local
|
D | modecolorfilters.cpp | 54 SkBitmap bmp; in make_bg_shader() local
|
/third_party/libdrm/tests/etnaviv/ |
D | etnaviv_2d_test.c | 73 static void gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, co… in gen_cmd_stream() 180 struct etna_bo *bmp; in main() local
|
/third_party/skia/tools/fiddle/ |
D | examples.cpp | 30 SkBitmap bmp; in main() local
|
/third_party/skia/bench/ |
D | WritePixelsBench.cpp | 39 SkBitmap bmp; in onDraw() local
|
/third_party/skia/tests/ |
D | ShaderOpacityTest.cpp | 20 SkBitmap bmp; in test_bitmap() local
|
D | Skbug6653.cpp | 17 SkBitmap bmp; in read_pixels() local
|
/third_party/skia/docs/examples/ |
D | UnpremulBugs.cpp | 15 SkBitmap bmp; in doCell() local
|
/third_party/skia/tools/skiaserve/ |
D | Request.cpp | 44 SkBitmap bmp; in writeCanvasToPng() local 279 SkBitmap bmp; in getPixel() local
|
/third_party/skia/fuzz/ |
D | FuzzDrawFunctions.cpp | 66 static void init_bitmap(Fuzz* fuzz, SkBitmap* bmp) { in init_bitmap() 254 SkBitmap bmp; in fuzz_drawImage() local
|
/third_party/f2fs-tools/fsck/ |
D | quotaio_tree.c | 556 #define set_bit(bmp, ind) ((bmp)[(ind) >> 3] |= (1 << ((ind) & 7))) argument 557 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) argument 645 static unsigned int find_set_bits(char *bmp, int blocks) in find_set_bits()
|
/third_party/skia/src/image/ |
D | SkRescaleAndReadPixels.cpp | 17 void SkRescaleAndReadPixels(SkBitmap bmp, in SkRescaleAndReadPixels()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | MainActivity.java | 48 Bitmap bmp = Bitmap.createBitmap(400, 400, conf); in onCreate() local
|