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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-reserve.c 41 /*@only@*/ /*@null@*/ yasm_expr *numitems; /* number of items to reserve */
72 bytecode_reserve *reserve = (bytecode_reserve *)contents; local
73 yasm_expr_destroy(reserve->numitems);
80 const bytecode_reserve *reserve = (const bytecode_reserve *)contents; local
83 yasm_expr_print(reserve->numitems, f);
84 fprintf(f, "\n%*sItem Size=%u\n", indent_level, "", reserve->itemsize);
90 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; local
91 /* multiply reserve expression into multiple */
93 bc->multiple = reserve->numitems;
96 reserve->numitems, bc->line)
103 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; local
111 bytecode_reserve *reserve = (bytecode_reserve *)bc->contents; local
131 bytecode_reserve *reserve = yasm_xmalloc(sizeof(bytecode_reserve)); local
144 bytecode_reserve *reserve; local
    [all...]
  /external/libcxx/test/containers/sequences/vector.bool/
reserve.pass.cpp 13 // void reserve(size_type n);
24 v.reserve(10);
30 v.reserve(50);
33 v.reserve(150);
40 v.reserve(10);
46 v.reserve(50);
49 v.reserve(150);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
reserve.pass.cpp 13 // void reserve(size_type n);
24 v.reserve(10);
30 v.reserve(50);
33 v.reserve(150);
40 v.reserve(10);
46 v.reserve(50);
49 v.reserve(150);
  /external/libcxx/test/containers/sequences/vector/vector.capacity/
reserve.pass.cpp 12 // void reserve(size_type n);
23 v.reserve(10);
29 v.reserve(50);
32 v.reserve(150);
39 v.reserve(50);
42 v.reserve(150);
49 v.reserve(10);
55 v.reserve(50);
58 v.reserve(150);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
reserve.pass.cpp 12 // void reserve(size_type n);
24 v.reserve(10);
31 v.reserve(50);
34 v.reserve(150);
42 v.reserve(50);
45 v.reserve(150);
53 v.reserve(10);
60 v.reserve(50);
63 v.reserve(150);
  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_extra.pass.cpp 24 v.reserve(3);
31 v.reserve(4);
39 v.reserve(3);
46 v.reserve(4);
  /external/libcxx/test/containers/unord/unord.multiset/
reserve.pass.cpp 16 // void reserve(size_type n);
50 c.reserve(3);
54 c.reserve(3);
57 c.reserve(31);
78 c.reserve(3);
82 c.reserve(3);
85 c.reserve(31);
  /external/libcxx/test/containers/unord/unord.set/
reserve.pass.cpp 16 // void reserve(size_type n);
50 c.reserve(3);
54 c.reserve(3);
57 c.reserve(31);
78 c.reserve(3);
82 c.reserve(3);
85 c.reserve(31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
reserve.pass.cpp 16 // void reserve(size_type n);
50 c.reserve(3);
54 c.reserve(3);
57 c.reserve(31);
78 c.reserve(3);
82 c.reserve(3);
85 c.reserve(31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
reserve.pass.cpp 16 // void reserve(size_type n);
50 c.reserve(3);
54 c.reserve(3);
57 c.reserve(31);
78 c.reserve(3);
82 c.reserve(3);
85 c.reserve(31);
  /external/libcxx/test/containers/unord/unord.map/
reserve.pass.cpp 16 // void reserve(size_type n);
51 c.reserve(3);
55 c.reserve(3);
58 c.reserve(31);
79 c.reserve(3);
83 c.reserve(3);
86 c.reserve(31);
  /external/libcxx/test/containers/unord/unord.multimap/
reserve.pass.cpp 53 c.reserve(3);
57 c.reserve(3);
60 c.reserve(31);
81 c.reserve(3);
85 c.reserve(3);
88 c.reserve(31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
reserve.pass.cpp 16 // void reserve(size_type n);
51 c.reserve(3);
55 c.reserve(3);
58 c.reserve(31);
79 c.reserve(3);
83 c.reserve(3);
86 c.reserve(31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
reserve.pass.cpp 53 c.reserve(3);
57 c.reserve(3);
60 c.reserve(31);
81 c.reserve(3);
85 c.reserve(3);
88 c.reserve(31);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace_extra.pass.cpp 25 v.reserve(3);
34 v.reserve(4);
44 v.reserve(3);
53 v.reserve(4);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.cpp 37 void TiXmlString::reserve (size_type cap) function in class:TiXmlString
73 reserve (newsize + capacity());
84 tmp.reserve(a.length() + b.length());
94 tmp.reserve(a.length() + b_len);
104 tmp.reserve(a_len + b.length());
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.cpp 37 void TiXmlString::reserve (size_type cap) function in class:TiXmlString
73 reserve (newsize + capacity());
84 tmp.reserve(a.length() + b.length());
94 tmp.reserve(a.length() + b_len);
104 tmp.reserve(a_len + b.length());
  /external/tinyxml/
tinystr.cpp 41 void TiXmlString::reserve (size_type cap) function in class:TiXmlString
77 reserve (newsize + capacity());
88 tmp.reserve(a.length() + b.length());
98 tmp.reserve(a.length() + b_len);
108 tmp.reserve(a_len + b.length());
  /external/chromium_org/third_party/skia/include/core/
SkWriter32.h 30 * SkWriter32 will try to back reserve and write calls with this external storage until the
62 uint32_t* reserve(size_t size) { function in class:SkWriter32
106 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFF;
110 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFFFF;
114 *(int32_t*)this->reserve(sizeof(value)) = value;
118 *(void**)this->reserve(sizeof(value)) = value;
122 *(SkScalar*)this->reserve(sizeof(value)) = value;
126 *(SkPoint*)this->reserve(sizeof(pt)) = pt;
130 *(SkRect*)this->reserve(sizeof(rect)) = rect;
134 *(SkIRect*)this->reserve(sizeof(rect)) = rect
    [all...]
  /external/skia/include/core/
SkWriter32.h 30 * SkWriter32 will try to back reserve and write calls with this external storage until the
62 uint32_t* reserve(size_t size) { function in class:SkWriter32
106 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFF;
110 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFFFF;
114 *(int32_t*)this->reserve(sizeof(value)) = value;
118 *(void**)this->reserve(sizeof(value)) = value;
122 *(SkScalar*)this->reserve(sizeof(value)) = value;
126 *(SkPoint*)this->reserve(sizeof(pt)) = pt;
130 *(SkRect*)this->reserve(sizeof(rect)) = rect;
134 *(SkIRect*)this->reserve(sizeof(rect)) = rect
    [all...]
  /external/libunwind/src/mi/
mempool.c 127 mempool_init (struct mempool *pool, size_t obj_size, size_t reserve)
139 if (!reserve)
141 reserve = pg_size / obj_size / 4;
142 if (!reserve)
143 reserve = 16;
147 pool->reserve = reserve;
148 pool->chunk_size = UNW_ALIGN(2*reserve*obj_size, pg_size);
161 if (pool->num_free <= pool->reserve)
  /external/libunwind/include/
mempool.h 66 unsigned int reserve; /* minimum (desired) size of the free-list */ member in struct:mempool
80 /* Initialize POOL for an object size of OBJECT_SIZE bytes. RESERVE
85 size_t obj_size, size_t reserve);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
asan.pass.cpp 32 c.reserve(2*c.size());
43 c.reserve(2*c.size());
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 41 void reserve(size_t pNum = 1);
  /external/e2fsprogs/lib/ext2fs/
bmove.c 31 ext2fs_block_bitmap reserve; member in struct:process_block_struct
55 if (ext2fs_test_block_bitmap2(pb->reserve, block)) {
63 } while (ext2fs_test_block_bitmap2(pb->reserve, block) ||
97 ext2fs_block_bitmap reserve,
112 pb.reserve = reserve;

Completed in 1841 milliseconds

1 2 3 4 5 6 7 8 91011>>