Searched refs:Allocated (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingFile.c125 char *Allocated = (char*)malloc(I + NumPids*(PidLength - 2) + 1); local
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/
H A Dedit_distance.h60 std::unique_ptr<unsigned[]> Allocated; local
64 Allocated.reset(Previous);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c489 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) {
H A Dlcms2_internal.h682 cmsUInt32Number Allocated; member in struct:_cms_NAMEDCOLORLIST_struct
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c54 unsigned int Allocated:1; member in struct:register_info
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
H A Dr3xx_vertprog.c547 unsigned int Allocated:1; member in struct:temporary_allocation
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/
H A Dradeon_pair_regalloc.c54 unsigned int Allocated:1; member in struct:register_info
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
H A Dr3xx_vertprog.c547 unsigned int Allocated:1; member in struct:temporary_allocation
633 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 if (!ta[orig].Allocated) {
647 ta[orig].Allocated = 1;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp49 Allocated, enumerator in enum:__anon18202::RefState::Kind
71 bool isAllocated() const { return K == Allocated; }
85 return RefState(Allocated, s, family);
106 CASE(Allocated)
912 // Set the symbol's state to Allocated.

Completed in 1097 milliseconds