Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c59 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 …]
Dmeminfo.c92 struct bitmask *bmp = NULL; in get_nmems() local
/third_party/uboot/u-boot-2020.01/cmd/
Dbmp.c44 struct bmp_image *bmp; in gunzip_bmp() local
199 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0); in bmp_info() local
239 struct bmp_image *bmp = map_sysmem(addr, 0); in bmp_display() local
/third_party/skia/gm/
Dclippedbitmapshaders.cpp37 SkBitmap bmp; in create_bitmap() local
87 SkBitmap bmp = create_bitmap(); in onDraw() local
Dswizzle.cpp27 SkBitmap bmp; variable
Dcrosscontextimage.cpp40 SkBitmap bmp; variable
Dbigmatrix.cpp51 SkBitmap bmp; variable
Dbitmaptiled.cpp42 SkBitmap bmp; in draw_tile_bitmap_with_fractional_offset() local
Drectangletexture.cpp65 SkBitmap bmp; in makeImagePixels() local
82 SkBitmap bmp; in makeImagePixels() local
Djpg_color_cube.cpp40 SkBitmap bmp; in onOnceBeforeDraw() local
/third_party/flutter/skia/gm/
Dclippedbitmapshaders.cpp38 SkBitmap bmp; in create_bitmap() local
88 SkBitmap bmp = create_bitmap(); in onDraw() local
Dcrosscontextimage.cpp36 SkBitmap bmp; variable
Dbigmatrix.cpp55 SkBitmap bmp; variable
Dbitmaptiled.cpp44 SkBitmap bmp; in draw_tile_bitmap_with_fractional_offset() local
Djpg_color_cube.cpp39 SkBitmap bmp; in onOnceBeforeDraw() local
Dyuvtorgbeffect.cpp70 SkBitmap bmp[3]; in onOnceBeforeDraw() local
181 SkBitmap bmp[2]; in onOnceBeforeDraw() local
295 SkBitmap bmp[3]; in onOnceBeforeDraw() local
/third_party/libdrm/tests/etnaviv/
Detnaviv_2d_test.c73 static void gen_cmd_stream(struct etna_cmd_stream *stream, struct etna_bo *bmp, const int width, co… in gen_cmd_stream()
159 struct etna_bo *bmp; in main() local
/third_party/flutter/skia/tools/fiddle/
Dexamples.cpp30 SkBitmap bmp; in main() local
/third_party/skia/tools/fiddle/
Dexamples.cpp30 SkBitmap bmp; in main() local
/third_party/skia/bench/
DWritePixelsBench.cpp39 SkBitmap bmp; in onDraw() local
/third_party/flutter/skia/bench/
DWritePixelsBench.cpp40 SkBitmap bmp; in onDraw() local
/third_party/flutter/skia/fuzz/
DFuzzDrawFunctions.cpp69 static void init_bitmap(Fuzz* fuzz, SkBitmap* bmp) { in init_bitmap()
257 SkBitmap bmp; in fuzz_drawBitmap() local
270 SkBitmap bmp; in fuzz_drawImage() local
/third_party/skia/tests/
DShaderOpacityTest.cpp20 SkBitmap bmp; in test_bitmap() local
/third_party/flutter/skia/tests/
DShaderOpacityTest.cpp17 SkBitmap bmp; in test_bitmap() local
/third_party/skia/docs/examples/
DUnpremulBugs.cpp15 SkBitmap bmp; in doCell() local

12345