Searched refs:ALLOCATION (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 31 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro 51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars() 90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy() 111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen() 138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat() 158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat() 190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
|
/external/swiftshader/third_party/subzero/docs/ |
D | index.rst | 5 ALLOCATION
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | quadint-return.ll | 16 ; CHECK: ********** FAST REGISTER ALLOCATION **********
|
/external/llvm/test/CodeGen/PowerPC/ |
D | quadint-return.ll | 16 ; CHECK: ********** FAST REGISTER ALLOCATION **********
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_memory_profile.cc | 99 metadata.set_memory_activity(ALLOCATION); in GenerateMemoryProfile() 278 special_allocation->set_memory_activity(ALLOCATION); in InsertSpecialAllocations() 295 special_allocation->set_memory_activity(ALLOCATION); in InsertSpecialAllocations() 339 if (metadata.memory_activity() == ALLOCATION) { in ProcessActiveAllocations()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | memory_profile.proto | 10 ALLOCATION = 1; enumerator
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | load-deref-pred.ll | 2220 ; CHECK-NEXT: [[ALLOCATION:%.*]] = call nonnull i8* @my_alloc(i32 16384) 2221 ; CHECK-NEXT: [[BASE:%.*]] = bitcast i8* [[ALLOCATION]] to i32* 2388 ; CHECK-NEXT: [[ALLOCATION:%.*]] = call nonnull i8* @my_array_alloc(i32 4096, i32 4) 2389 ; CHECK-NEXT: [[BASE:%.*]] = bitcast i8* [[ALLOCATION]] to i32* 2561 ; CHECK-NEXT: [[ALLOCATION:%.*]] = call nonnull i8* @my_alloc(i32 16384) 2562 ; CHECK-NEXT: [[BASE:%.*]] = bitcast i8* [[ALLOCATION]] to i32* 2566 ; CHECK-NEXT: call void @my_free(i8* [[ALLOCATION]])
|