Searched refs:alloc (Results 1 - 25 of 646) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dalloc.s1 // Make sure error messages on 'alloc' don't needlessly refer to operand 1
6 alloc: label
7 alloc r2 = ar.pfs, x, 0, 0, 0
8 alloc r2 = ar.pfs, 0, x, 0, 0
9 alloc r2 = ar.pfs, 0, 0, x, 0
10 alloc r2 = ar.pfs, 0, 0, 0, x
11 alloc r3 = x, 0, 0, 0
12 alloc r3 = 0, x, 0, 0
13 alloc r3 = 0, 0, x, 0
14 alloc r
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dhash1.c5 #define FIXUP .section ".fixup",#alloc,#execinstr
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dhash1.c5 #define FIXUP .section ".fixup",#alloc,#execinstr
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/s390/
H A D20050409-1.c8 extern void **alloc (void);
12 void **p = alloc ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20050409-1.c8 extern void **alloc (void);
12 void **p = alloc ();
H A Dpr24615.c8 char *alloc (int);
13 char *block = alloc (size);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dvec.c27 unsigned alloc; member in struct:vec_prefix
38 unsigned alloc = 0; local
43 alloc = pfx->alloc;
52 gdb_assert (alloc - num < (unsigned)(reserve < 0 ? -reserve : reserve));
56 alloc = num + -reserve;
60 if (!alloc)
61 alloc = 4;
62 else if (alloc < 16)
64 alloc
95 unsigned alloc = calculate_allocation (pfx, reserve); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvec.c33 unsigned alloc; member in struct:vec_prefix
44 unsigned alloc = 0; local
49 alloc = pfx->alloc;
58 gcc_assert (alloc - num < (unsigned)(reserve < 0 ? -reserve : reserve));
62 alloc = num + -reserve;
66 if (!alloc)
67 alloc = 4;
68 else if (alloc < 16)
70 alloc
103 unsigned alloc = alloc = calculate_allocation (pfx, reserve); local
133 unsigned alloc = calculate_allocation (pfx, reserve); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/libsa/
H A Dalloc.c1 /* $NetBSD: alloc.c,v 1.3 2006/01/25 18:28:26 christos Exp $ */
43 alloc(size_t size);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/allocator/
H A D8230.cc32 std::allocator<int> alloc; local
33 const std::allocator<int>::size_type n = alloc.max_size();
34 int* p = alloc.allocate(n + 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/20_util/memory/allocator/
H A D8230.cc33 std::allocator<int> alloc; local
34 const std::allocator<int>::size_type n = alloc.max_size();
35 int* p = alloc.allocate(n + 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) function in namespace:vector
22 T** alloc(const int aWidth,const int aHeight) function in namespace:matrix
25 T **mat = vector::alloc<T*>(aHeight);
26 T *data = vector::alloc<T> (aWidth*aHeight);
39 double **m=matrix::alloc<double>(10,20);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ns/
H A Dtemplate9.C10 inline T* alloc(const int aWidth) function in namespace:vector
22 T** alloc(const int aWidth,const int aHeight) function in namespace:matrix
25 T **mat = vector::alloc<T*>(aHeight);
26 T *data = vector::alloc<T> (aWidth*aHeight);
39 double **m=matrix::alloc<double>(10,20);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/scanf/
H A Dvsscanf.c43 char *alloc; local
46 alloc = (char *) (*__gmp_allocate_func) (size);
47 memcpy (alloc, s, size);
48 s = alloc;
50 (*__gmp_free_func) (alloc, size);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-alloc.c32 void *alloc; member in struct:hw_alloc_data
47 hw_free (me, me->alloc_of_hw->alloc);
57 memory->alloc = zalloc (size);
60 return memory->alloc;
67 memory->alloc = zalloc (size);
70 return memory->alloc;
75 void *alloc)
82 if ((*memory)->alloc == alloc)
86 free (die->alloc);
74 hw_free(struct hw *me, void *alloc) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_grow.c26 /* if the alloc size is smaller alloc more ram */
27 if (a->alloc < size) {
47 i = a->alloc;
48 a->alloc = size;
49 for (; i < a->alloc; i++) {
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/libsa/
H A Dalloc.c1 /* $NetBSD: alloc.c,v 1.3 2006/01/25 18:28:26 christos Exp $ */
43 alloc(size_t size) function
/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.wseg.h74 #define newseg() ((struct wseg *) alloc(sizeof(struct wseg)))
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Ddiv.c34 mp_size_t alloc; local
57 alloc = MIN (op1_num_size, op2_num_size);
58 MPZ_TMP_INIT (gcd1, alloc);
60 alloc = MIN (op1_den_size, op2_den_size);
61 MPZ_TMP_INIT (gcd2, alloc);
63 alloc = MAX (op1_num_size, op2_num_size);
64 MPZ_TMP_INIT (tmp1, alloc);
66 alloc = MAX (op1_den_size, op2_den_size);
67 MPZ_TMP_INIT (tmp2, alloc);
69 alloc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr24615.c8 char *alloc (int);
13 char *block = alloc (size);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dgnu-runtime-1.mm15 id fooBarInst = [[FooBar alloc] init];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dcompatibility_alias.m9 MyObject *object = [MyObject alloc];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dgnu-runtime-1.m15 id fooBarInst = [[FooBar alloc] init];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A Dalloc.cc40 uneq_allocator<char> alloc(99);
42 packaged_task<int ()> p1(allocator_arg, alloc, f); // { dg-excess-errors "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/promise/cons/
H A Dalloc.cc36 uneq_allocator<char> alloc(99);
38 promise<int> p1(allocator_arg, alloc); // { dg-excess-errors "" }

Completed in 454 milliseconds

1234567891011>>