Searched defs:print_size (Results 1 - 8 of 8) sorted by relevance

/external/eigen/doc/examples/
H A Dfunction_taking_eigenbase.cpp6 void print_size(const EigenBase<Derived>& b) function
15 print_size(v);
17 print_size(v.asDiagonal());
/external/linux-kselftest/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c35 static void print_size(const char *label, uint32_t val) function
68 print_size("L1I ", (uint32_t)p->a_un.a_val);
80 print_size("L1D ", (uint32_t)p->a_un.a_val);
92 print_size("L2 ", (uint32_t)p->a_un.a_val);
104 print_size("L3 ", (uint32_t)p->a_un.a_val);
/external/iproute2/tc/
H A Dtc_util.c385 void print_size(char *buf, int len, __u32 sz) function
399 print_size(buf, SPRINT_BSIZE-1, size);
/external/strace/
H A Dbtrfs.c421 uint64_t buf_addr, uint64_t buf_size, bool print_size)
449 if (print_size)
454 if (print_size)
420 btrfs_print_tree_search(struct tcb *tcp, struct btrfs_ioctl_search_key *key, uint64_t buf_addr, uint64_t buf_size, bool print_size) argument
/external/strace/tests/
H A Dkeyctl.c102 size_t print_size = ((rc >= 0) && (size > 0)) ? local
105 size_t limited_size = print_size > limit ? limit : print_size;
115 if (print_size > limit)
/external/strace/tests-m32/
H A Dkeyctl.c102 size_t print_size = ((rc >= 0) && (size > 0)) ? local
105 size_t limited_size = print_size > limit ? limit : print_size;
115 if (print_size > limit)
/external/strace/tests-mx32/
H A Dkeyctl.c102 size_t print_size = ((rc >= 0) && (size > 0)) ? local
105 size_t limited_size = print_size > limit ? limit : print_size;
115 if (print_size > limit)
/external/elfutils/src/
H A Dnm.c174 static bool print_size; variable
352 print_size = true;
1006 if (print_size && syms[cnt].sym.st_size != 0)

Completed in 287 milliseconds