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

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_add_d.c 26 if (c->alloc < a->used + 1) {
bn_mp_dr_reduce.c 43 if (x->alloc < m + m) {
bn_mp_montgomery_reduce.c 39 if (x->alloc < digs) {
bn_mp_mul_2d.c 31 if (c->alloc < (int)(c->used + b/DIGIT_BIT + 1)) {
bn_mp_sub_d.c 26 if (c->alloc < a->used + 1) {
bn_s_mp_add.c 39 if (c->alloc < max + 1) {
bn_s_mp_sub.c 29 if (c->alloc < max) {
  /external/freetype/src/raster/
ftmisc.h 76 FT_Alloc_Func alloc; member in struct:FT_MemoryRec_
  /external/kernel-headers/original/linux/
mempool.h 21 mempool_alloc_t *alloc; member in struct:mempool_s
  /external/valgrind/main/massif/tests/
custom_alloc.post.exp 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.post.exp 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
realloc.stderr.exp 1 Massif: alloc-fns:
24 Massif: alloc S. 1 (t:800, hp:800, ex:0, st:0)
zero1.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
zero2.post.exp 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/valgrind/main/memcheck/tests/
errs1.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 alloc'd
21 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebSecurityOrigin.mm 140 _applicationCacheQuotaManager = [[WebApplicationCacheQuotaManager alloc] initWithOrigin:self];
147 _databaseQuotaManager = [[WebDatabaseQuotaManager alloc] initWithOrigin:self];
WebViewFactory.mm 48 NSMenuItem *item = [[[NSMenuItem alloc] initWithTitle:title action:action keyEquivalent:@""] autorelease];
61 [[[self alloc] init] release];
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 36 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
105 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 35 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
38 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 92 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/javascript" expectedContentLength:0 textEncodingName:@"utf-8"];
105 NSURLResponse *response = [[NSURLResponse alloc] initWithURL:[[self request] URL] MIMEType:@"text/plain" expectedContentLength:0 textEncodingName:@"utf-8"];
  /frameworks/base/include/ui/
GraphicBufferAllocator.h 65 status_t alloc(uint32_t w, uint32_t h, PixelFormat format, int usage,
  /frameworks/base/include/utils/
SharedBuffer.h 39 static SharedBuffer* alloc(size_t size);
  /frameworks/base/libs/rs/
rsAdapter.cpp 80 Allocation * alloc = static_cast<Allocation *>(valloc); local
81 a->setAllocation(alloc);
198 Allocation * alloc = static_cast<Allocation *>(valloc); local
199 a->setAllocation(alloc);
  /system/core/libpixelflinger/tinyutils/
SharedBuffer.h 31 static SharedBuffer* alloc(size_t size);
  /external/valgrind/main/exp-ptrcheck/tests/
or.stderr.exp 17 legitimate range, a block of size 40 alloc'd
26 legitimate range, a block of size 40 alloc'd
32 Both args derived from address 0x........ of 40-byte block alloc'd
48 First arg derived from address 0x........ of 40-byte block alloc'd
51 Second arg derived from address 0x........ of 40-byte block alloc'd

Completed in 1324 milliseconds

1 2 3 4 5 6 7 8 91011>>