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 125 char *Allocated = (char*)malloc(I + NumPids*(PidLength - 2) + 1);
126 if (!Allocated)
134 memcpy(Allocated + J, PidChars, PidLength);
139 Allocated[J++] = Filename[I];
140 Allocated[J] = 0;
143 setFilename(Allocated, 1);
  /external/llvm/include/llvm/ADT/
edit_distance.h 60 std::unique_ptr<unsigned[]> Allocated;
64 Allocated.reset(Previous);
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/v8/test/mjsunit/regress/
regress-131994.js 31 // Test that a variable in the local scope that shadows a context-allocated
54 var x; // Context-allocated due to g().
61 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/chromium_org/native_client_sdk/src/examples/api/file_io/
example.js 14 'Allocated ' + bytes + ' bytes of persistant storage.');
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 48 enum Kind { // Reference to allocated memory.
49 Allocated,
71 bool isAllocated() const { return K == Allocated; }
85 return RefState(Allocated, s, family);
106 CASE(Allocated)
361 // The allocated region symbol tracked by the main analysis.
386 // Did not track -> allocated. Other state (released) -> allocated.
393 // Did not track -> released. Other state (allocated) -> released.
400 // Did not track -> relinquished. Other state (allocated) -> relinquished
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 18 'Allocated ' + bytes + ' bytes of persistant storage.');

Completed in 175 milliseconds