/external/llvm/test/CodeGen/AArch64/ |
arm64-platform-reg.ll | 1 ; RUN: llc -mtriple=arm64-apple-ios -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHECK-RESERVE-X18 2 ; RUN: llc -mtriple=arm64-freebsd-gnu -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHECK-RESERVE-X18 20 ; CHECK-RESERVE-X18-NOT: ldr fp 21 ; CHECK-RESERVE-X18-NOT: ldr x18 22 ; CHECK-RESERVE-X18: Spill 23 ; CHECK-RESERVE-X18-NOT: ldr fp 24 ; CHECK-RESERVE-X18-NOT: ldr x18 25 ; CHECK-RESERVE-X18: re [all...] |
/external/libcxx/test/std/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/std/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);
|
/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/clang/test/Driver/ |
aarch64-fixed-x18.c | 4 // CHECK-FIXED-X18: "-target-feature" "+reserve-x18"
|
arm-fixed-r9.c | 4 // CHECK-FIXED-R9: "-target-feature" "+reserve-r9"
|
/external/libcxx/test/std/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/std/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/skia/include/core/ |
SkWriter32.h | 30 * SkWriter32 will try to back reserve and write calls with this external storage until the 61 uint32_t* reserve(size_t size) { function in class:SkWriter32 104 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFF; 108 *(int32_t*)this->reserve(sizeof(value)) = value & 0xFFFF; 112 *(int32_t*)this->reserve(sizeof(value)) = value; 116 *(void**)this->reserve(sizeof(value)) = value; 120 *(SkScalar*)this->reserve(sizeof(value)) = value; 124 *(SkPoint*)this->reserve(sizeof(pt)) = pt; 128 *(SkRect*)this->reserve(sizeof(rect)) = rect; 132 *(SkIRect*)this->reserve(sizeof(rect)) = rect [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
2006-01-11-darwin-fp-argument.ll | 6 ; Dead argument should reserve an FP register.
|
/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/libcxx/test/std/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.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/libcxx/containers/sequences/vector/ |
asan_throw.pass.cpp | 58 v.reserve(2); 74 v.reserve(2); 90 v.reserve(4); 108 v.reserve(3); 125 v.reserve(3); 142 v.reserve(4); 161 v.reserve(10); 179 v.reserve(100); 195 v.reserve(3); 209 v.reserve(3) [all...] |
/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;
|
/external/libcxx/test/std/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.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);
|
/art/compiler/utils/ |
swap_space_test.cc | 43 v.reserve(1000000); 50 v2.reserve(1000000); 57 v3.reserve(500000);
|
/bootable/recovery/minzip/ |
SysUtil.c | 93 // Reserve enough contiguous address space for the whole file. 94 unsigned char* reserve; local 95 reserve = mmap64(NULL, blocks * blksize, PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0); 96 if (reserve == MAP_FAILED) { 97 LOGE("failed to reserve address space: %s\n", strerror(errno)); 105 munmap(reserve, blocks * blksize); 110 unsigned char* next = reserve; 145 munmap(reserve, blocks * blksize); 151 pMap->addr = reserve;
|
/external/libcxx/test/std/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/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)
|