HomeSort by relevance Sort by last modified time
    Searched refs:Allocated (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 107 char *Allocated;
130 Allocated = malloc(I + NumPids*(PidLength - 2) + 1);
131 if (!Allocated)
138 memcpy(Allocated + J, PidChars, PidLength);
143 Allocated[J++] = Filename[I];
144 Allocated[J] = 0;
147 setFilename(Allocated, 1);
  /external/llvm/include/llvm/ADT/
edit_distance.h 63 std::unique_ptr<unsigned[]> Allocated;
67 Allocated.reset(Row);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 489 if (v ->Allocated == 0)
492 size = v ->Allocated * 2;
502 v ->Allocated = size;
517 while (v -> Allocated < n)
547 while (NewNC ->Allocated < v ->Allocated)
568 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {
lcms2_internal.h 662 _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool
665 cmsUInt32Number PoolSize; // The maximum allocated size
682 cmsUInt32Number Allocated;
858 // of the LUTS, since ownership of original is up to the profile. The user should free allocated resources.
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 54 unsigned int Allocated:1;
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
r3xx_vertprog.c 547 unsigned int Allocated:1;
633 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 if (!ta[orig].Allocated) {
647 ta[orig].Allocated = 1;
  /external/v8/test/mjsunit/regress/
regress-131994.js 30 // Test that a variable in the local scope that shadows a context-allocated
53 var x; // Context-allocated due to g().
60 var x = 3; // Allocated in the local scope.
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 18 public UInt32 _blockSize; // Size of Allocated memory block
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 51 enum Kind { // Reference to allocated memory.
52 Allocated,
53 // Reference to zero-allocated memory.
76 bool isAllocated() const { return K == Allocated; }
91 return RefState(Allocated, s, family);
116 CASE(Allocated)
403 // The allocated region symbol tracked by the main analysis.
426 // Did not track -> allocated. Other state (released) -> allocated.
435 // Did not track -> released. Other state (allocated) -> released
    [all...]
  /external/v8/src/compiler/
instruction.h 36 enum Kind { INVALID, UNALLOCATED, CONSTANT, IMMEDIATE, EXPLICIT, ALLOCATED };
48 // Constant operands participate in register allocation. They are allocated to
64 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED)
482 DCHECK(ALLOCATED == op->kind() || EXPLICIT == op->kind());
487 DCHECK(ALLOCATED == op->kind() || EXPLICIT == op->kind());
492 DCHECK(ALLOCATED == op.kind() || EXPLICIT == op.kind());
519 : LocationOperand(ALLOCATED, kind, rep, index) {}
526 INSTRUCTION_OPERAND_CASTS(AllocatedOperand, ALLOCATED);
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 247 milliseconds