Home
last modified time | relevance | path

Searched defs:bitmap (Results 176 - 200 of 1086) sorted by relevance

12345678910>>...44

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dio_bitmap.h13 unsigned long bitmap[IO_BITMAP_LONGS]; member
/kernel/linux/linux-6.6/lib/
H A Dfind_bit_benchmark.c36 static int __init test_find_first_bit(void *bitmap, unsigned long len) in test_find_first_bit() argument
52 static int __init test_find_first_and_bit(void *bitmap, const void *bitmap2, unsigned long len) in test_find_first_and_bit() argument
71 test_find_next_bit(const void *bitmap, unsigned long len) test_find_next_bit() argument
85 test_find_next_zero_bit(const void *bitmap, unsigned long len) test_find_next_zero_bit() argument
99 test_find_last_bit(const void *bitmap, unsigned long len) test_find_last_bit() argument
118 test_find_nth_bit(const unsigned long *bitmap, unsigned long len) test_find_nth_bit() argument
134 test_find_next_and_bit(const void *bitmap, const void *bitmap2, unsigned long len) test_find_next_and_bit() argument
177 __set_bit(get_random_u32_below(BITMAP_LEN), bitmap); find_bit_test() local
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeImageLargeValueTest.cpp50 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local
74 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local
98 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local
123 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local
[all...]
H A DNativeImageTest.cpp50 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local
74 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local
98 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local
123 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_getsock.c37 unsigned int bitmap = 0; in ares_getsock() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dbitmap.h10 static inline int test_bit(unsigned int nr, unsigned long *bitmap) in test_bit() argument
17 static inline void set_bit(unsigned int nr, unsigned long *bitmap) in set_bit() argument
24 static inline void clear_bit(unsigned int nr, unsigned long *bitmap) in clear_bit() argument
31 static inline int test_and_set_bit(unsigned int nr, unsigned long *bitmap) in test_and_set_bit() argument
41 test_and_clear_bit(unsigned int nr, unsigned long *bitmap) test_and_clear_bit() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/record/
H A Ddtls1_bitmap.c38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() argument
59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update() argument
[all...]
/third_party/skia/samplecode/
H A DSampleAARects.cpp14 SkBitmap bitmap; in createBitmap() local
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWin32SurfaceKHR.hpp57 HBITMAP bitmap = {}; member in vk::Win32SurfaceKHR
/third_party/openssl/ssl/record/
H A Ddtls1_bitmap.c38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() argument
59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DSimpleBitmapGlyph.java
/third_party/skia/tests/
H A DRuntimeBlendTest.cpp31 SkBitmap bitmap; in test_blend() local
H A DColorMatrixTest.cpp38 SkBitmap bitmap; in test_colorMatrixCTS() local
[all...]
/third_party/skia/tools/
H A Dchrome_fuzz.cpp31 static void run_test_case(const SkString& testdata, const SkBitmap& bitmap, in run_test_case() argument
59 static bool read_and_run_test_case(const char* filename, const SkBitmap& bitmap, in read_and_run_test_case() argument
72 SkBitmap bitmap; in main() local
/third_party/skia/docs/examples/
H A Dunexpected_setAlphaType.cpp51 SkBitmap bitmap; in REG_FIDDLE() local
H A DSkImage_to_PPM_ascii.cpp44 SkBitmap bitmap; in REG_FIDDLE() local
50 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE() local
H A DSkImage_to_PPM_binary.cpp42 SkBitmap bitmap; in REG_FIDDLE() local
48 SkBitmap bitmap = ToBitmap(image.get()); in REG_FIDDLE() local
H A DPixmap_readPixels.cpp18 SkBitmap bitmap; in REG_FIDDLE() local
H A DCanvas_drawImageNine.cpp8 SkBitmap bitmap; in REG_FIDDLE() local
H A DImageInfo_MakeS32.cpp15 SkBitmap bitmap; in REG_FIDDLE() local
H A DBitmap_readPixels.cpp15 SkBitmap bitmap; in REG_FIDDLE() local
/third_party/skia/gm/
H A Dbitmapshader.cpp120 SkBitmap bitmap; in DEF_SIMPLE_GM() local
H A Dbitmappremul.cpp32 static void init_bitmap(SkColorType ct, SkBitmap* bitmap) { in init_bitmap() argument
39 SkBitmap bitmap; in make_argb8888_gradient() local
51 SkBitmap bitmap; in make_argb4444_gradient() local
61 SkBitmap bitmap; make_argb8888_stripes() local
80 SkBitmap bitmap; make_argb4444_stripes() local
[all...]
H A Dmatriximagefilter.cpp19 static void draw(SkCanvas* canvas, const SkRect& rect, const SkBitmap& bitmap, in draw() argument
28 static void make_checkerboard(SkBitmap* bitmap) { in make_checkerboard() argument
H A Dimagemagnifier.cpp58 SkBitmap bitmap; in make_img() local

Completed in 6 milliseconds

12345678910>>...44