HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/include/
plat_private.h 14 unsigned long total_size,
21 unsigned long total_size,
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
plat_private.h 14 unsigned long total_size,
  /external/mesa3d/src/intel/compiler/
brw_ir_allocator.h 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0)
57 offsets[count] = total_size;
58 total_size += size;
80 unsigned total_size; member in class:brw::simple_allocator
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_private.h 16 unsigned long total_size,
22 unsigned long total_size,
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_private.h 12 void qemu_configure_mmu_el1(unsigned long total_base, unsigned long total_size,
16 void qemu_configure_mmu_el3(unsigned long total_base, unsigned long total_size,
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
model_analyzer.py 67 total_size = 0
79 total_size += op_size
80 return total_size
97 total_size = 0
103 total_size += var_size
109 print('Total size of variables: %d' % total_size)
111 return total_size, total_bytes
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
plat_private.h 13 unsigned long total_size,
  /external/compiler-rt/lib/asan/
asan_memory_profile.cc 28 uptr total_size; member in struct:__asan::AllocationSite
41 allocations_[i].total_size += size;
52 return a.total_size > b.total_size;
60 Printf("%zd byte(s) (%zd%%) in %zd allocation(s)\n", a.total_size,
61 a.total_size * 100 / total_allocated_, a.count);
63 total_shown += a.total_size;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
3-1.c 40 long total_size; local
58 total_size = 2 * page_size;
78 data = malloc(total_size);
80 memset(data, 'a', total_size);
81 if (write(fd, data, total_size) != total_size) {
86 memset(data, 'b', total_size);
87 if (write(fd2, data, total_size) != total_size) {
10-1.c 39 long total_size; local
45 total_size = 1024;
46 size = total_size;
56 if (ftruncate(fd, total_size) == -1) {
9-1.c 38 long total_size; local
46 total_size = page_size;
47 size = total_size;
58 if (ftruncate(fd, total_size) == -1) {
  /external/curl/tests/unit/
unit1308.c 47 size_t total_size = 0; variable
70 rc = curl_formget(post, &total_size, print_httppost_callback);
74 fail_unless(total_size == 488, "curl_formget got wrong size back");
89 rc = curl_formget(post, &total_size, print_httppost_callback);
91 fail_unless(total_size == 851, "curl_formget got wrong size back");
  /external/linux-kselftest/tools/testing/selftests/zram/
zram01.sh 62 local total_size=0
65 total_size=$(($total_size + $s))
68 echo "zram used ${used_mem}M, zram disk sizes ${total_size}M"
70 local v=$((100 * $total_size / $used_mem))
  /external/ltp/testcases/kernel/device-drivers/zram/
zram01.sh 79 local total_size=0
82 total_size=$(($total_size + $s))
85 tst_resm TINFO "zram used ${used_mem}M, zram disk sizes ${total_size}M"
87 local v=$((100 * $total_size / $used_mem))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
4-1.c 33 int total_size = 1024; local
46 data = malloc(total_size);
47 memset(data, 'a', total_size);
48 if (write(fd, data, total_size) != total_size) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_xlat_setup.c 17 void uniphier_mmap_setup(uintptr_t total_base, size_t total_size,
21 (void *)total_base, (void *)(total_base + total_size));
23 total_size,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIO.h 23 const Index total_size = internal::array_prod(tensor.dimensions()); local
24 if (total_size > 0) {
27 Map<const Array<Scalar, Dynamic, Dynamic, layout> > matrix(const_cast<Scalar*>(tensor.data()), first_dim, total_size/first_dim);
40 const Index total_size = internal::array_prod(tensor.dimensions()); local
41 if (total_size > 0) {
42 Map<const Array<Scalar, Dynamic, 1> > array(const_cast<Scalar*>(tensor.data()), total_size); local
  /external/libaom/libaom/aom_mem/
aom_mem.c 22 const uint64_t total_size = nmemb * size; local
25 if (total_size != (size_t)total_size) return 0;
66 const size_t total_size = num * size; local
67 void *const x = aom_malloc(total_size);
68 if (x) memset(x, 0, total_size);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
4-1.c 43 int total_size = 1024; local
47 size_t size = total_size;
65 data = malloc(total_size);
66 memset(data, 'a', total_size);
67 if (write(fd, data, total_size) != total_size) {
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_private.h 25 unsigned long total_size,
31 unsigned long total_size,
  /external/u-boot/arch/x86/cpu/efi/
sdram.c 12 ulong board_get_usable_ram_top(ulong total_size)
  /external/u-boot/arch/x86/include/asm/
mrc_common.h 50 ulong mrc_common_board_get_usable_ram_top(ulong total_size);
  /external/u-boot/arch/x86/lib/
init_helpers.c 14 __weak ulong board_get_usable_ram_top(ulong total_size)
  /external/u-boot/board/imgtec/boston/
ddr.c 24 ulong board_get_usable_ram_top(ulong total_size)
  /external/vboot_reference/host/lib21/
host_keyblock.c 52 kb.sig_offset = kb.key_offset + key->c.total_size;
53 kb.c.total_size = kb.sig_offset + sig_size;
56 buf = calloc(1, kb.c.total_size);
65 memcpy(buf + kb.key_offset, key, key->c.total_size);

Completed in 1493 milliseconds

1 2 3 4 5 6 7 8 91011>>