Searched defs:block_size (Results 1 - 25 of 160) sorted by relevance

1234567

/external/chromium_org/v8/test/cctest/
H A Dtest-platform-linux.cc46 size_t block_size = 4 * KB; local
47 CHECK(vm->Commit(block_addr, block_size, false));
51 CHECK(vm->Uncommit(block_addr, block_size));
H A Dtest-platform-win32.cc45 size_t block_size = 4 * KB; local
46 CHECK(vm->Commit(block_addr, block_size, false));
50 CHECK(vm->Uncommit(block_addr, block_size));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c59 GLuint block_size; local
61 block_size = _mesa_get_format_bytes(mesaFormat);
64 return block_size / bw;
/external/qemu/distrib/libsparse/src/
H A Dsparse_file.h23 unsigned int block_size; member in struct:sparse_file
H A Dimg2simg.c43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n");
52 unsigned int block_size = 4096; local
61 block_size = atoi(argv[3]);
64 if (block_size < 1024 || block_size % 4 != 0) {
92 s = sparse_file_new(block_size, len);
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3_unittest.cc35 int block_size = i % 4 + 1; local
36 ASSERT_TRUE(block_bitmaps.CreateBlock(disk_cache::BLOCK_1K, block_size,
39 EXPECT_EQ(block_size, address[i].num_blocks());
43 EXPECT_EQ(start / 4, (start + block_size - 1) / 4);
H A Dmapped_file_avoid_mmap_posix.cc42 const size_t block_size = 4096; local
43 for (size_t offset = 0; offset < view_size_; offset += block_size) {
44 size_t size = std::min(view_size_ - offset, block_size);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc55 const int block_size = 100; local
56 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size);
64 for (int block_size = 1; block_size < 512; block_size *= 2) {
65 ArrayOutputStream output(buffer, sizeof(buffer), block_size);
89 for (int block_size = 1; block_size < 512; block_size *= 2) {
90 ArrayOutputStream output(buffer, sizeof(buffer), block_size);
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dprinter_unittest.cc55 const int block_size = 100; local
56 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size);
64 for (int block_size = 1; block_size < 512; block_size *= 2) {
65 ArrayOutputStream output(buffer, sizeof(buffer), block_size);
89 for (int block_size = 1; block_size < 512; block_size *= 2) {
90 ArrayOutputStream output(buffer, sizeof(buffer), block_size);
[all...]
/external/chromium_org/extensions/browser/
H A Dverified_contents.h45 int block_size() const { return block_size_; } function in class:extensions::VerifiedContents
H A Dcontent_hash_reader.cc96 int ContentHashReader::block_size() const { function in class:extensions::ContentHashReader
/external/chromium_org/third_party/re2/util/
H A Darena.cc16 UnsafeArena::UnsafeArena(const size_t block_size) argument
17 : block_size_(block_size),
23 assert(block_size > kDefaultAlignment);
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { argument
85 block->mem = reinterpret_cast<char*>(malloc(block_size));
86 block->size = block_size;
/external/qemu/distrib/ext4_utils/src/
H A Dext4_sb.h32 uint32_t block_size; member in struct:fs_info
/external/regex-re2/util/
H A Darena.cc16 UnsafeArena::UnsafeArena(const size_t block_size) argument
17 : block_size_(block_size),
23 assert(block_size > kDefaultAlignment);
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { argument
85 block->mem = reinterpret_cast<char*>(malloc(block_size));
86 block->size = block_size;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_intrin_avx2.c17 intptr_t block_size,
31 for (i = 0 ; i < block_size ; i+= 16) {
15 vp9_block_error_avx2(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_slab.h65 unsigned block_size; member in struct:util_slab_mempool
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_slab.h65 unsigned block_size; member in struct:util_slab_mempool
/external/valgrind/main/none/tests/ppc32/
H A Ddata-cache-instructions.c21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; local
34 for (block_size = 0, p = rb; (p - rb) < test_block_size; p++)
36 block_size++;
37 assert(block_size == 16 || block_size == 32 || block_size == 64 || block_size == 128);
40 return block_size;
44 static void test_dcbzl_at(char *addr, char *buffer, int block_size) argument
48 /* Note: Assumption is that the length of buffer is three times the block_size
64 int block_size; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Ddata-cache-instructions.c21 int block_size, test_block_size = 4 * MAX_DCBZL_SZB, err; local
34 for (block_size = 0, p = rb; (p - rb) < test_block_size; p++)
36 block_size++;
37 assert(block_size == 16 || block_size == 32 || block_size == 64 || block_size == 128);
40 return block_size;
44 static void test_dcbzl_at(char *addr, char *buffer, int block_size) argument
48 /* Note: Assumption is that the length of buffer is three times the block_size
64 int block_size; local
[all...]
/external/ceres-solver/include/ceres/
H A Dcost_function_to_functor.h735 const int32 block_size = parameter_block_sizes[j]; local
738 jacobian_blocks[j][i * block_size + k] * inputs[j][k].v;

Completed in 1274 milliseconds

1234567