HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 576 - 600 of 611) sorted by null

<<2122232425

  /external/libxml2/
entities.c 880 if (buf->alloc == XML_BUFFER_ALLOC_IMMUTABLE) return;
parser.c 8702 int len = -1, alloc = 0; local
    [all...]
xmlreader.c 828 (inbuf->alloc == XML_BUFFER_ALLOC_IMMUTABLE)) {
875 if (inbuf->alloc != XML_BUFFER_ALLOC_IMMUTABLE) {
    [all...]
  /external/libxml2/include/libxml/
tree.h 91 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuffer
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 61 CFAllocatorRef alloc,
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 731 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 718 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
  /external/dropbear/libtommath/
bn.tex 341 int used, alloc, sign;
596 contribute to the value of the mp\_int. The \textit{alloc} parameter dictates how many digits are currently available in
605 This will grow the array of digits of $a$ to $size$. If the \textit{alloc} parameter is already bigger than
623 if ((result = mp_grow(&number, number.alloc + 20)) != MP_OKAY) \{
    [all...]
  /external/mksh/src/
funcs.c 419 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
1321 if (ap->flag&ALLOC) {
1322 ap->flag &= ~(ALLOC|ISSET);
1329 ap->flag |= ALLOC|ISSET;
1382 if (ap->flag&ALLOC) {
1383 ap->flag &= ~(ALLOC|ISSET);
    [all...]
exec.c 104 e->savefd = alloc(NUFILE * sizeof(short), ATEMP);
634 if (tp->flag & ALLOC) {
635 tp->flag &= ~ALLOC;
864 if (tp->flag & ALLOC) {
865 tp->flag &= ~(ISSET|ALLOC);
875 tp->flag |= (ISSET|ALLOC);
953 if (tp->flag & ALLOC) {
954 tp->flag &= ~ALLOC;
980 tp->flag |= ISSET|ALLOC;
1010 if (tp->flag&ALLOC) {
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 111 return new(allocatorPool->alloc(size)) DisjunctionContext();
161 return new(allocatorPool->alloc(size)) ParenthesesDisjunctionContext(output, term);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 243 m_placeholderWindow.adoptNS([[WebPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm     [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 734 llvm::BumpPtrAllocator &alloc = cfg->getAllocator(); local
735 Scope = alloc.Allocate<LocalScope>();
736 BumpVectorContext ctx(alloc);
    [all...]
  /external/qemu/
exec.c 346 static PhysPageDesc *phys_page_find_alloc(target_phys_addr_t index, int alloc)
361 if (!alloc)
373 if (!alloc)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp 372 Address 0x........ is 0 bytes after a block of size 4 alloc'd
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 3583 Idx alloc = 0; local
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv8.S 35 .section ".text",#alloc,#execinstr
sparcv8plus.S 165 .section ".text",#alloc,#execinstr
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 1749 BYTE alloc; member in struct:__anon20296
    [all...]
  /external/v8/src/
jsregexp.cc 3561 HeapStringAllocator alloc; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1228 milliseconds

<<2122232425