| /kernel/linux/linux-6.6/net/ncsi/ |
| H A D | ncsi-manage.c | 603 void *bitmap; in clear_one_vid() local 640 void *bitmap; in set_one_vid() local [all...] |
| H A D | ncsi-rsp.c | 367 void *bitmap; in ncsi_rsp_handler_svf() local 456 void *bitmap; in ncsi_rsp_handler_sma() local 852 void *bitmap; ncsi_rsp_handler_gp() local [all...] |
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeDrawingCanvasTest.cpp | 95 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local 124 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local 707 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); in HWTEST_F() local 726 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 796 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 827 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 845 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 1267 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 1296 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local 1321 OH_Drawing_Bitmap* bitmap = OH_Drawing_BitmapCreate(); HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dvdsubdec.c | 98 static int decode_rle(uint8_t *bitmap, int linesize, int w, int h, uint8_t used_color[256], in decode_rle() argument 360 uint8_t *bitmap; in decode_dvd_subtitles() local 444 uint8_t *bitmap; in find_smallest_bounding_rectangle() local [all...] |
| /third_party/f2fs-tools/fsck/ |
| H A D | dir.c | 20 static int room_for_filename(const u8 *bitmap, int slots, int max_slots) in room_for_filename() argument [all...] |
| /third_party/exfatprogs/lib/ |
| H A D | libexfat.c | 27 void exfat_bitmap_set_range(struct exfat *exfat, char *bitmap, in exfat_bitmap_set_range() argument
|
| /third_party/curl/lib/vssh/ |
| H A D | libssh.c | 2042 int bitmap = GETSOCK_BLANK; in myssh_getsock() local
|
| /third_party/curl/lib/ |
| H A D | cfilters.c | 766 int bitmap; in Curl_pollset_add_socks() local 738 ps_add(struct Curl_easy *data, struct easy_pollset *ps, int bitmap, curl_socket_t *socks) ps_add() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | image.c | 399 _mesa_expand_bitmap(GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, GLubyte *destBuffer, GLint destStride, GLubyte onValue) _mesa_expand_bitmap() argument
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | ssl3_record.c | 1512 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() argument 1715 DTLS1_BITMAP *bitmap; in dtls1_get_record() local
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Lazy.cpp | 130 bool SkImage_Lazy::getROPixels(GrDirectContext*, SkBitmap* bitmap, in getROPixels() argument 150 SkBitmapCache::Add(std::move(cacheRec), bitmap); in getROPixels() local 232 SkBitmap bitmap; onReinterpretColorSpace() local 311 SkBitmap bitmap; textureProxyViewFromPlanes() local [all...] |
| H A D | SkSurface.cpp | 252 bool SkSurface::readPixels(const SkBitmap& bitmap, int srcX, int srcY) { in readPixels() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrProxyProvider.cpp | 284 sk_sp<GrTextureProxy> GrProxyProvider::createProxyFromBitmap(const SkBitmap& bitmap, in createProxyFromBitmap() argument 340 sk_sp<GrTextureProxy> GrProxyProvider::createNonMippedProxyFromBitmap(const SkBitmap& bitmap, in createNonMippedProxyFromBitmap() argument 378 createMippedProxyFromBitmap(const SkBitmap& bitmap, SkBudgeted budgeted) createMippedProxyFromBitmap() argument [all...] |
| /third_party/skia/src/gpu/gradients/ |
| H A D | GrGradientShader.cpp | 52 SkBitmap bitmap; in make_textured_colorizer() local
|
| /third_party/openssl/ssl/record/ |
| H A D | ssl3_record.c | 1512 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() argument 1715 DTLS1_BITMAP *bitmap; in dtls1_get_record() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| H A D | EblcTable.java | |
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/ |
| H A D | jchuff-neon.c | 254 uint8x8_t bitmap = vpadd_u8(bitmap_rows_7654, bitmap_rows_3210); in jsimd_huff_encode_one_block_neon() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/ |
| H A D | jchuff-neon.c | 235 uint64_t bitmap = vget_lane_u64(vreinterpret_u64_u8(bitmap_all), 0); in jsimd_huff_encode_one_block_neon() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| H A D | jcphuff-neon.c | 239 uint64_t bitmap = vget_lane_u64(vreinterpret_u64_u8(bitmap_all), 0); in jsimd_encode_mcu_AC_first_prepare_neon() local 484 uint64_t bitmap = vget_lane_u64(vreinterpret_u64_u8(bitmap_all), 0); jsimd_encode_mcu_AC_refine_prepare_neon() local [all...] |
| H A D | jidctfst-neon.c | 84 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_ifast_neon() local [all...] |
| H A D | jidctint-neon.c | 221 int16x4_t bitmap = vorr_s16(row7, row6); in jsimd_idct_islow_neon() local [all...] |
| H A D | jidctred-neon.c | 216 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_4x4_neon() local [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsExtendedTest.cpp | 496 SkBitmap bitmap; in inner_simplify() local 593 SkBitmap bitmap; in innerPathOp() local
|
| H A D | PictureTest.cpp | 530 static void draw_bitmaps(const SkBitmap bitmap, SkCanvas* canvas) { in draw_bitmaps() argument
|
| H A D | ReadPixelsTest.cpp | 123 static void fill_dst_bmp_with_init_data(SkBitmap* bitmap) { in fill_dst_bmp_with_init_data() argument 164 check_read(skiatest::Reporter* reporter, const SkBitmap& bitmap, int x, int y, bool checkSurfacePixels, bool checkBitmapPixels, SkImageInfo surfaceInfo) check_read() argument 252 init_bitmap(SkBitmap* bitmap, const SkIRect& rect, TightRowBytes tightRB, SkColorType ct, SkAlphaType at) init_bitmap() argument [all...] |