| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 671 float* data_ptr = row_ptr + x * pixel_size; in iterate() local 1058 const unsigned int* data_ptr = (unsigned int*)((char*)row_ptr + x * pixel_size); in iterate() local 2627 unsigned char* data_ptr = NULL; in iterate() local 3019 void* data_ptr = NULL; iterate() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jmemmgr.c | 272 char *data_ptr; in alloc_small() local 368 char *data_ptr; in alloc_large() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | webp_dec.c | 222 static VP8StatusCode ParseVP8Header(const uint8_t** const data_ptr, in ParseVP8Header() argument
|
| /kernel/linux/linux-5.10/drivers/firmware/google/ |
| H A D | gsmi.c | 109 u32 data_ptr; member 119 u32 data_ptr; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.h | 143 u32 data_ptr; /* pointer to actual data buffer */ member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | arcturus_ppt.c | 2012 uint8_t *data_ptr, data_chunk[MAX_SW_I2C_COMMANDS] = { 0 }; in arcturus_i2c_xfer() local
|
| H A D | sienna_cichlid_ppt.c | 2577 uint8_t *data_ptr, data_chunk[MAX_SW_I2C_COMMANDS] = { 0 }; in sienna_cichlid_i2c_xfer() local
|
| /kernel/linux/linux-5.10/drivers/net/fddi/ |
| H A D | defza.c | 439 struct fza_buffer_tx *data_ptr; member 511 static int fza_do_recv_smt(struct fza_buffer_tx *data_ptr, int len, in fza_do_recv_smt() argument
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | delayed-inode.c | 702 char *data_ptr; in btrfs_batch_insert_items() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
| H A D | mal.h | 143 u32 data_ptr; /* pointer to actual data buffer */ member
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | delayed-inode.c | 755 char *data_ptr; in btrfs_insert_delayed_item() local
|
| /kernel/linux/linux-6.6/drivers/firmware/google/ |
| H A D | gsmi.c | 108 u32 data_ptr; member 118 u32 data_ptr; member
|
| /kernel/linux/linux-6.6/drivers/net/fddi/ |
| H A D | defza.c | 439 struct fza_buffer_tx *data_ptr; member 511 static int fza_do_recv_smt(struct fza_buffer_tx *data_ptr, int len, in fza_do_recv_smt() argument
|
| /kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_cldma.c | 81 static void t7xx_cldma_gpd_set_data_ptr(struct cldma_gpd *gpd, dma_addr_t data_ptr) in t7xx_cldma_gpd_set_data_ptr() argument
|
| /kernel/linux/linux-6.6/drivers/iio/accel/ |
| H A D | bma400_core.c | 834 static void bma400_power_disable(void *data_ptr) in bma400_power_disable() argument
|
| /kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 119 void *data_ptr; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ivi.h | 150 const uint8_t *data_ptr; ///< ptr to the first byte of the band data member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_dynaudnorm.c | 384 double *data_ptr = (double *)frame->extended_data[c]; in find_peak_magnitude() local 390 double *data_ptr = (double *)frame->extended_data[channel]; in find_peak_magnitude() local 405 const double *data_ptr = (double *)frame->extended_data[c]; in compute_frame_rms() local 414 const double *data_ptr = (double *)frame->extended_data[channel]; in compute_frame_rms() local 589 const double *data_ptr = (double *)frame->extended_data[c]; in compute_frame_std_dev() local 597 const double *data_ptr = (double *)frame->extended_data[channel]; compute_frame_std_dev() local [all...] |
| /third_party/backends/backend/ |
| H A D | hp4200.h | 99 unsigned char *data_ptr; /* cursor in buffer */ member
|
| H A D | gphoto2.c | 328 static const unsigned char *data_ptr; variable
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-fast-api-calls.h | 568 uintptr_t data_ptr; member
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-fast-api-calls.h | 580 uintptr_t data_ptr; member
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 370 lp_build_sample_fetch_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset, LLVMValueRef x_subcoord, LLVMValueRef y_subcoord, LLVMValueRef *colors) lp_build_sample_fetch_image_nearest() argument 438 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef *colors) lp_build_sample_image_nearest() argument 559 lp_build_sample_fetch_image_linear(struct lp_build_sample_context *bld, LLVMValueRef data_ptr, LLVMValueRef offset[2][2][2], LLVMValueRef x_subcoord[2], LLVMValueRef y_subcoord[2], LLVMValueRef s_fpart, LLVMValueRef t_fpart, LLVMValueRef r_fpart, LLVMValueRef *colors) lp_build_sample_fetch_image_linear() argument 739 lp_build_sample_image_linear(struct lp_build_sample_context *bld, LLVMValueRef int_size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef mipoffsets, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, const LLVMValueRef *offsets, LLVMValueRef *colors) lp_build_sample_image_linear() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseBufferTests.cpp | 434 glw::GLvoid* data_ptr = DE_NULL; in iterate() local
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.c | 54 __u64 data_ptr;
member
|