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

<<21222324252627282930>>

  /external/freetype/src/gzip/
zutil.h 80 # include <alloc.h>
  /external/libnfc-nci/src/nfa/include/
nfa_snep_api.h 180 tNFA_SNEP_ALLOC alloc; /* NFA_SNEP_ALLOC_BUFF_EVT */ member in union:__anon27886
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 473 unsigned alloc = solution.getSelection(NId); local
475 if (problem.isPRegOption(vreg, alloc)) {
476 unsigned preg = problem.getPRegForOption(vreg, alloc);
481 } else if (problem.isSpillOption(vreg, alloc)) {
611 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fxft_ftsystem.c 346 memory->alloc = ft_alloc;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 193 int alloc
  /external/skia/src/views/
SkViewInflate.cpp 128 pair->fStr = (char*)fStrings.alloc(len, SkChunkAlloc::kThrow_AllocFailType);
  /external/srtp/crypto/
Makefile 82 kernel = kernel/crypto_kernel.o kernel/alloc.o \
  /external/valgrind/main/massif/tests/
insig.post.exp 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
deep-A.post.exp 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
65 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
  /frameworks/av/services/audioflinger/
TrackBase.h 69 alloc_type alloc = ALLOC_CBLK,
  /frameworks/base/include/androidfw/
CursorWindow.h 182 uint32_t alloc(size_t size, bool aligned = false);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 227 Idx alloc; member in struct:__anon43042
561 Idx alloc; member in struct:re_state_table_entry
570 Idx alloc; member in struct:__anon43047
655 Idx alloc; member in struct:re_fail_stack_t
  /system/core/libutils/
LinearAllocator.cpp 163 void* LinearAllocator::alloc(size_t size) { function in class:android::LinearAllocator
VectorImpl.cpp 90 sb = SharedBuffer::alloc(capacity() * mItemSize);
334 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
393 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
451 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.m 44 return [[TLexer alloc] initWithCharStream:anInput];
TParser.m 92 return [[TParser alloc] initWithTokenStream:aStream];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 44 return [[LangLexer alloc] initWithCharStream:anInput];
  /external/bluetooth/bluedroid/main/
bte_main.c 706 ** Function alloc
714 static char *alloc(int size) function
719 APPL_TRACE_DEBUG("HC alloc size=%d", size);
734 APPL_TRACE_WARNING("alloc returns NO BUFFER! (sz %d)", size);
746 ** through the alloc call earlier
841 alloc,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 46 #include "alloc.h"
476 return ((ct)->alloc(cp, key_len));
515 return ((at)->alloc(ap, key_len, tag_len));
  /external/deqp/framework/delibs/decpp/
dePoolArray.cpp 42 /* Dummy alloc to try to break alignments. */
43 pool.alloc(1);
116 /* Dummy alloc to try to break alignments. */
117 pool.alloc(1);
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy.S 49 alloc saved_pfs=ar.pfs,3,Nrot,0,Nrot
182 alloc t3=ar.pfs,3,Nrot,0,Nrot // resize register frame
  /external/oprofile/module/ia64/
oprofile_stubs.S 60 alloc loc1=ar.pfs, 3, 3, 4, 0
65 ;; // stop bit between alloc and call
  /external/qemu/include/exec/
exec-all.h 127 PhysPageDesc *phys_page_find_alloc(hwaddr index, int alloc);
350 void phys_mem_set_alloc(void *(*alloc)(size_t));
  /external/srtp/crypto/kernel/
crypto_kernel.c 46 #include "alloc.h"
426 return ((ct)->alloc(cp, key_len));
465 return ((at)->alloc(ap, key_len, tag_len));

Completed in 1646 milliseconds

<<21222324252627282930>>