/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 | 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 …]
|
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 …]
|
/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 | 53 int block_size) in ArrayInputStream() 106 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() 205 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor() 311 CopyingOutputStream* copying_stream, int block_size) in CopyingOutputStreamAdaptor()
|
D | zero_copy_stream_impl.cc | 77 FileInputStream::FileInputStream(int file_descriptor, int block_size) in FileInputStream() 173 FileOutputStream::FileOutputStream(int file_descriptor, int block_size) in FileOutputStream() 271 IstreamInputStream::IstreamInputStream(istream* input, int block_size) in IstreamInputStream() 313 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size) in OstreamOutputStream()
|
/external/chromium_org/third_party/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 | 55 int block_size) in ArrayInputStream() 108 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() 207 CopyingInputStream* copying_stream, int block_size) in CopyingInputStreamAdaptor() 313 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/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/chromium_org/third_party/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/v8/test/cctest/ |
D | test-platform-win32.cc | 20 size_t block_size = 4 * KB; in TEST() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_tex_format.c | 59 GLuint block_size; in intel_compressed_num_bytes() local
|
/external/chromium_org/v8/test/cctest/ |
D | test-platform-linux.cc | 46 size_t block_size = 4 * KB; in TEST() local
|
D | test-platform-win32.cc | 45 size_t block_size = 4 * KB; in TEST() 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/chromium_org/third_party/mesa/src/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/chromium_org/net/disk_cache/ |
D | mapped_file_avoid_mmap_posix.cc | 42 const size_t block_size = 4096; in Flush() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 62 unsigned int block_size, io_manager manager, in ext2fs_open() 82 unsigned int block_size, io_manager manager, in ext2fs_open2()
|