/external/opencv/cxcore/src/ |
D | cxmean.cpp | 133 #define ICV_MEAN_ENTRY_BLOCK_COMMON( block_size ) \ argument 137 #define ICV_MEAN_ENTRY_BLOCK_C1( sumtype, worktype, block_size )\ argument 142 #define ICV_MEAN_ENTRY_BLOCK_C2( sumtype, worktype, block_size )\ argument 147 #define ICV_MEAN_ENTRY_BLOCK_C3( sumtype, worktype, block_size )\ argument 152 #define ICV_MEAN_ENTRY_BLOCK_C4( sumtype, worktype, block_size )\ argument 214 #define ICV_MEAN_UPDATE_COMMON( block_size )\ argument 217 #define ICV_MEAN_UPDATE_C1( block_size ) \ argument 222 #define ICV_MEAN_UPDATE_C2( block_size ) \ argument 227 #define ICV_MEAN_UPDATE_C3( block_size ) \ argument 232 #define ICV_MEAN_UPDATE_C4( block_size ) \ argument [all …]
|
D | cxnorm.cpp | 139 post_func, arrtype, normtype, worktype, block_size ) \ argument 173 post_func, arrtype, normtype, worktype, block_size ) \ argument 197 post_func, arrtype, normtype, worktype, block_size ) \ argument 218 normtype, worktype, block_size ) \ argument 255 arrtype, normtype, worktype, block_size ) \ argument 277 normtype, worktype, block_size ) \ argument 315 arrtype, normtype, worktype, block_size ) \ argument 338 arrtype, normtype, worktype, block_size ) \ argument 362 normtype, worktype, block_size ) \ argument 402 arrtype, normtype, worktype, block_size ) \ argument [all …]
|
D | cxsumpixels.cpp | 141 #define ICV_SUM_ENTRY_BLOCK_COMMON( block_size ) \ argument 145 #define ICV_SUM_ENTRY_BLOCK_C1( sumtype, worktype, block_size ) \ argument 150 #define ICV_SUM_ENTRY_BLOCK_C2( sumtype, worktype, block_size ) \ argument 155 #define ICV_SUM_ENTRY_BLOCK_C3( sumtype, worktype, block_size ) \ argument 160 #define ICV_SUM_ENTRY_BLOCK_C4( sumtype, worktype, block_size ) \ argument 206 #define ICV_SUM_UPDATE_COMMON( block_size ) \ argument 209 #define ICV_SUM_UPDATE_C1( block_size ) \ argument 214 #define ICV_SUM_UPDATE_C2( block_size ) \ argument 219 #define ICV_SUM_UPDATE_C3( block_size ) \ argument 224 #define ICV_SUM_UPDATE_C4( block_size ) \ argument [all …]
|
D | cxmeansdv.cpp | 270 #define ICV_MEAN_SDV_ENTRY_BLOCK_COMMON( block_size ) \ argument 275 worktype, sqworktype, block_size ) \ argument 283 worktype, sqworktype, block_size ) \ argument 291 worktype, sqworktype, block_size ) \ argument 299 worktype, sqworktype, block_size ) \ argument 342 #define ICV_MEAN_SDV_UPDATE_COMMON( block_size )\ argument 345 #define ICV_MEAN_SDV_UPDATE_C1( block_size ) \ argument 350 #define ICV_MEAN_SDV_UPDATE_C2( block_size ) \ argument 356 #define ICV_MEAN_SDV_UPDATE_C3( block_size ) \ argument 363 #define ICV_MEAN_SDV_UPDATE_C4( block_size ) \ argument [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | compressor.h | 47 int block_size, int datablock) in compressor_init() 56 void *dest, void *src, int size, int block_size, int *error) in compressor_compress() 63 void *src, int size, int block_size, int *error) in compressor_uncompress() 83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post() 92 int block_size, int *size) in compressor_dump_options() 101 int block_size, void *buffer, int size) in compressor_extract_options() 110 int block_size, void *buffer, int size) in compressor_check_options()
|
D | lzo_wrapper.c | 129 static int lzo_options_post(int block_size) in lzo_options_post() 165 static void *lzo_dump_options(int block_size, int *size) in lzo_dump_options() 210 static int lzo_extract_options(int block_size, void *buffer, int size) in lzo_extract_options() 316 static int squashfs_lzo_init(void **strm, int block_size, int datablock) in squashfs_lzo_init() 341 int block_size, int *error) in lzo_compress()
|
D | lz4_wrapper.c | 77 static void *lz4_dump_options(int block_size, int *size) in lz4_dump_options() 110 static int lz4_extract_options(int block_size, void *buffer, int size) in lz4_extract_options() 162 static int lz4_check_options(int block_size, void *buffer, int size) in lz4_check_options() 224 int block_size, int *error) in lz4_compress()
|
D | gzip_wrapper.c | 150 static int gzip_options_post(int block_size) in gzip_options_post() 172 static void *gzip_dump_options(int block_size, int *size) in gzip_dump_options() 224 static int gzip_extract_options(int block_size, void *buffer, int size) in gzip_extract_options() 338 static int gzip_init(void **strm, int block_size, int datablock) in gzip_init() 396 static int gzip_compress(void *strm, void *d, void *s, int size, int block_size, in gzip_compress()
|
D | xz_wrapper.c | 164 static int xz_options_post(int block_size) in xz_options_post() 226 static void *xz_dump_options(int block_size, int *size) in xz_dump_options() 277 static int xz_extract_options(int block_size, void *buffer, int size) in xz_extract_options() 383 static int xz_init(void **strm, int block_size, int datablock) in xz_init() 437 int block_size, int *error) in xz_compress()
|
/external/libvpx/libvpx/test/ |
D | vp9_error_block_test.cc | 65 intptr_t block_size; in TEST_P() local 108 intptr_t block_size; in TEST_P() local 165 intptr_t block_size, in wrap_vp9_highbd_block_error_8bit_c() 174 intptr_t block_size, in wrap_vp9_highbd_block_error_8bit_sse2() 196 intptr_t block_size, in wrap_vp9_highbd_block_error_8bit_avx()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 55 const int block_size = 100; in TEST() local 64 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local 89 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local 117 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local 174 for (int block_size = 1; block_size < 512; block_size *= 2) { in TEST() local
|
D | zero_copy_stream_impl_lite.cc | 57 int block_size) in ArrayInputStream() 110 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() 217 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor() 323 CopyingOutputStream* copying_stream, int block_size) in CopyingOutputStreamAdaptor()
|
D | zero_copy_stream_impl.cc | 78 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream() 174 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream() 272 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream() 314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream()
|
/external/valgrind/none/tests/ppc64/ |
D | data-cache-instructions.c | 21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; in query_block_size() local 44 static void test_dcbzl_at(char *addr, char *buffer, int block_size) in test_dcbzl_at() 64 int block_size; in test_dcbzl() local
|
/external/valgrind/none/tests/ppc32/ |
D | data-cache-instructions.c | 21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; in query_block_size() local 44 static void test_dcbzl_at(char *addr, char *buffer, int block_size) in test_dcbzl_at() 64 int block_size; in test_dcbzl() local
|
/external/opencv3/modules/photo/perf/ |
D | perf_cuda.cpp | 76 const int block_size = GET_PARAM(4); variable 119 const int block_size = GET_PARAM(3); variable 162 const int block_size = GET_PARAM(3); variable
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | corners.cu | 64 __global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst) in cornerHarris_kernel() 98 …__global__ void cornerHarris_kernel(const int block_size, const float k, PtrStepSzf dst, const BR … in cornerHarris_kernel() 135 …void cornerHarris_gpu(int block_size, float k, PtrStepSzf Dx, PtrStepSzf Dy, PtrStepSzf dst, int b… in cornerHarris_gpu() 169 __global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst) in cornerMinEigenVal_kernel() 207 …__global__ void cornerMinEigenVal_kernel(const int block_size, PtrStepSzf dst, const BR border_row… in cornerMinEigenVal_kernel() 247 …void cornerMinEigenVal_gpu(int block_size, PtrStepSzf Dx, PtrStepSzf Dy, PtrStepSzf dst, int borde… in cornerMinEigenVal_gpu()
|
/external/webrtc/talk/session/media/ |
D | planarfunctions_unittest.cc | 136 int block_size, in CreateFakeYuvTestingImage() 195 int block_size, in CreateFakeInterleaveYuvTestingImage() 280 int block_size, in CreateFakeNV12TestingImage() 320 int block_size, in CreateFakeM420TestingImage() 356 int block_size, in CreateFakeArgbTestingImage() 506 int block_size = 3; in TEST_F() local 544 int block_size = 2; in TEST_F() local 592 int block_size = 2; in TEST_P() local 638 int block_size = 2; in TEST_P() local 778 int block_size = 3; in TEST_F() local [all …]
|
/external/autotest/client/site_tests/platform_DMVerityCorruption/ |
D | platform_DMVerityCorruption.py | 13 def mod_zerofill_block(self, run_count, backing_path, block_size, argument 21 def mod_Afill_hash_block(self, run_count, backing_path, block_size, argument
|
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/ |
D | platform_DMVerityBitCorruption.py | 17 def mod_tweak_block(self, run_count, backing_path, block_size, argument 29 def mod_tweak_hash_block(self, run_count, backing_path, block_size, argument
|
/external/regex-re2/util/ |
D | arena.cc | 16 UnsafeArena::UnsafeArena(const size_t block_size) in UnsafeArena() 71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { in AllocNewBlock()
|
/external/vboot_reference/host/lib/ |
D | host_common.c | 28 uint64_t block_size = signed_size + siglen_map[signing_key->algorithm]; in CreateFirmwarePreamble() local 88 uint64_t block_size = signed_size + siglen_map[signing_key->algorithm]; in CreateKernelPreamble() local
|
D | host_keyblock.c | 21 uint64_t block_size = (signed_size + SHA512_DIGEST_SIZE + in KeyBlockCreate() local 82 uint64_t block_size = (signed_size + SHA512_DIGEST_SIZE + in KeyBlockCreate_external() local
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | kernel.cpp | 193 const size_t *grid_size, const size_t *block_size, in kernel_validate() 252 const std::vector<size_t> &block_size) { in kernel_op() 280 const std::vector<size_t> block_size = opt_vector(pblock_size, dims); in clEnqueueNDRangeKernel() local 302 const std::vector<size_t> block_size = { 1 }; in clEnqueueTask() local
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 351 static int do_read (int dev, unsigned char * buffer, int try, int block_size, in do_read() 427 static int do_write(int dev, unsigned char * buffer, int try, int block_size, in do_write() 473 int block_size, blk_t first_block, in test_ro() 586 int block_size, blk_t first_block, in test_rw() 726 int block_size, blk_t first_block, in test_nd() 1040 int block_size = 1024; in main() local
|