HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 801 - 825 of 951) sorted by null

<<313233343536373839

  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 110 alloc saved_pfs=ar.pfs,3,Nrot-3,0,Nrot
278 alloc saved_pfs=ar.pfs,3,5,0,8
629 alloc saved_pfs_stack=ar.pfs,3,3,3,0
memset.S 59 alloc tmp = ar.pfs, 3, 0, 0, 0
  /external/openssl/crypto/md5/asm/
md5-ia64.S 271 alloc PFSSave = ar.pfs, MD5_NINP, MD5_NLOC, MD5_NOUT, MD5_NROT
629 alloc PFS = ar.pfs, _NINPUTS, _NLOCALS, _NOUTPUT, _NROTATE
895 alloc PFS = ar.pfs, _NINPUTS, _NLOCALS, _NOUTPUT, _NROTATE ; \
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 679 int alloc
693 req->alloc = alloc;
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 256 unsigned char* out = (unsigned char*)allocator->alloc(outLength);
404 unsigned char* out = (unsigned char*)allocator->alloc(outLength);
532 unsigned char* out = (unsigned char*)allocator->alloc(outLength);
    [all...]
  /frameworks/rs/driver/
rsdShader.cpp 523 Allocation *alloc = mRSProgram->mHal.state.constants[ct]; local
525 if (!alloc) {
526 ALOGE("Attempting to set constants on shader id %p, but alloc at slot %u is not set",
532 const uint8_t *data = static_cast<const uint8_t *>(alloc->mHal.drvState.lod[0].mallocPtr);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 130 #include "system-alloc.h" // for DumpSystemAllocatorStats, etc
741 virtual void SetSystemAllocator(SysAllocator* alloc) {
743 sys_alloc = alloc;
1352 const Length alloc = tcmalloc::pages(size + align); local
    [all...]
heap-checker.cc 574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
1477 HeapProfileTable::AllocInfo alloc; local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 896 void (*alloc)(struct file*,int idat); member in struct:file
    [all...]
  /external/clang/lib/AST/
Expr.cpp 3545 ObjCMessageExpr *ObjCMessageExpr::alloc(const ASTContext &C, function in class:ObjCMessageExpr
3557 ObjCMessageExpr *ObjCMessageExpr::alloc(const ASTContext &C, function in class:ObjCMessageExpr
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 954 bool SkBitmap::copyTo(SkBitmap* dst, SkColorType dstColorType, Allocator* alloc) const {
977 if (tmpSrc.colorType() == dstColorType && NULL == alloc) {
1014 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 200 if (pids->count == pids->alloc) {
201 size_t ns = (2 * pids->alloc) ?: 4;
207 pids->alloc = ns;
    [all...]
  /external/mksh/src/
jobs.c 1208 vq = alloc(offsetof(struct tbl, name[0]) + 11,
    [all...]
lex.c 166 ri = alloc(sizeof(struct sretrace_info), ATEMP); \
915 struct ioword *iop = alloc(sizeof(struct ioword), ATEMP);
1248 s = alloc(sizeof(Source), areap);
    [all...]
sh.h 554 strdup_dst = alloc(strdup_len, (ap)); \
565 strdup_dst = alloc(strndup_len + 1, (ap)); \
1053 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
1054 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
1124 #define ALLOC BIT(0) /* val.s has been allocated */
1663 #define alloc macro
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 901 Allocator* alloc) const {
924 if (tmpSrc.colorType() == dstColorType && NULL == alloc) {
961 if (!tmpDst.allocPixels(alloc, ctable)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain];
314 return [[SimpleCParser alloc] initWithTokenStream:aStream];
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
1477 HeapProfileTable::AllocInfo alloc; local
    [all...]
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 155 status_t err = allocator.alloc(w, h, format, reqUsage, &handle, &stride);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 46 alloc = gralloc_alloc;
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 47 alloc = gralloc_alloc;
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 46 alloc = gralloc_alloc;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 439 dev->device.alloc = gralloc_alloc;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c     [all...]

Completed in 2364 milliseconds

<<313233343536373839