HomeSort by relevance Sort by last modified time
    Searched refs:sz (Results 201 - 225 of 1180) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_const.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 117 int half, size_t sz, size_t offset)
129 memcpy(buf + offset, u.halves + half, sz);
138 struct value *valuep, size_t sz, size_t offset,
149 context->stack_pointer += sz;
154 size_t sz, size_t offset, enum reg_pool pool, size_t archw)
163 allocate_stack_slot(context, valuep, sz, offset, archw);
207 memcpy(buf + offset, u.buf, sz);
214 size_t sz, size_t offset, enum reg_pool pool)
233 allocate_stack_slot(context, valuep, sz, offset, 8);
299 size_t sz, size_t offset, enum reg_pool pool
365 size_t sz = type_sizeof(proc, info2); local
546 size_t sz = type_sizeof(proc, info); local
594 size_t sz = type_sizeof(proc, info); local
628 size_t sz = type_sizeof(proc, info); local
685 size_t sz = type_sizeof(proc, ret_info); local
773 size_t sz, sz1; local
825 size_t sz = type_sizeof(proc, valuep->type); local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 81 wchar_t sz[32]; local
85 sz[pos++] = g_WinAttrib[i];
86 sz[pos] = '\0';
87 return sz;
  /external/stlport/test/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
valarray.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
addition.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
and.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
divide.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
modulo.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
multiply.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
or.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_left.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
subtraction.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
xor.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_const.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
as_literal.hpp 49 // Remark: the compiler cannot choose between T* and T[sz]
112 template< class Char, std::size_t sz >
113 inline iterator_range<Char*> as_literal( Char (&arr)[sz] )
118 template< class Char, std::size_t sz >
119 inline iterator_range<const Char*> as_literal( const Char (&arr)[sz] )
begin.hpp 75 template< typename T, std::size_t sz >
76 inline const T* range_begin( const T (&a)[sz] )
81 template< typename T, std::size_t sz >
82 inline T* range_begin( T (&a)[sz] )
  /ndk/tests/device/test-gnustl-full/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /ndk/tests/device/test-stlport/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 47 int sz = items.size(); local
49 if (sz == 0) {
54 return sz * items.iterator().next().writeSize();
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 46 int sz = items.size(); local
48 if (sz == 0) {
53 return sz * items.iterator().next().writeSize();
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 58 void MetaMap::AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz) {
61 b->siz = sz;
73 uptr sz = RoundUpTo(b->siz, kMetaShadowCell);
74 FreeRange(thr, pc, p, sz);
75 return sz;
78 void MetaMap::FreeRange(ThreadState *thr, uptr pc, uptr p, uptr sz) {
80 u32 *end = MemToMeta(p + sz);
182 void MetaMap::MoveMemory(uptr src, uptr dst, uptr sz) {
186 CHECK_NE(sz, 0);
190 u32 *src_meta_end = MemToMeta(src + sz);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 47 int sz = items.size(); local
49 if (sz == 0) {
54 return sz * items.iterator().next().writeSize();
  /external/jemalloc/test/integration/
MALLOCX_ARENA.c 19 size_t sz; local
21 sz = sizeof(arena_ind);
22 assert_d_eq(mallctl("arenas.extend", &arena_ind, &sz, NULL, 0), 0,

Completed in 2346 milliseconds

1 2 3 4 5 6 7 891011>>