Searched refs:sz (Results 1 - 25 of 249) sorted by relevance

12345678910

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr58742-3.c5 fx (int *a, int sz) argument
7 int *b = a + sz;
8 b = b - sz;
H A Dpr58742-2.c5 fx (char *a, __SIZE_TYPE__ sz) argument
7 char *b = a + sz;
8 /* The first forwprop pass should optimize this to return sz; */
12 /* { dg-final { scan-tree-dump "return sz" "cddce1" } } */
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dnew.cc9 operator new (std::size_t sz, const std::nothrow_t&) throw() argument
14 if (sz == 0)
15 sz = 1;
16 p = (void *) malloc (sz);
21 operator new (std::size_t sz) throw (std::bad_alloc) argument
26 if (sz == 0)
27 sz = 1;
28 p = (void *) malloc (sz);
38 operator new[] (std::size_t sz) throw (std::bad_alloc) argument
40 return ::operator new(sz);
44 operator new[](std::size_t sz, const std::nothrow_t& nothrow) argument
[all...]
H A Ddl5.cc8 operator new (size_t sz, const std::nothrow_t&) throw () argument
12 p = malloc(sz);
17 operator new (size_t sz) throw (std::bad_alloc) argument
21 p = malloc(sz);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/gomp/
H A Dcrayptr5.f9016 integer(4) sz local in subroutine:bob
19 sz = 3
21 call pete(peted(sz))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr53907.c10 __m128i sz,z,mvec; local
12 sz=_mm_load_si128((__m128i *)s);
13 return sz;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Delemental_dependency_1.f909 INTEGER, PARAMETER :: sz = 5 variable in program:main
11 INTEGER :: a(sz) = (/ (i, i=1,sz) /)
12 INTEGER :: b(sz)
15 CALL double(a(sz-b+1), a) ! { dg-warning "might interfere with actual" }
31 CALL double ((a(1:sz)), a(1:sz)) ! same range, no temporary
36 CALL double(a(1:sz-1), a(2:sz)) ! { dg-warning "might interfere with actual" }
42 CALL double((a(1:sz
[all...]
H A Dunlimited_polymorphic_13.f9024 integer :: sz
26 sz = 0
29 sz = storage_size(r1)*2
33 sz = storage_size(r2)*2
37 sz = storage_size(r3)*2
41 sz = storage_size(r4)*2
43 if (sz .eq. 0) call abort()
45 if (storage_size(o) /= sz) call abort()
50 if (storage_size(o) /= sz) call abort()
54 if (storage_size(o) /= sz) cal
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dnew_opv.cc30 operator new[] (std::size_t sz) _GLIBCXX_THROW (std::bad_alloc)
32 return ::operator new(sz);
H A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow)
33 return ::operator new(sz, nothrow);
H A Dnew_opnt.cc35 operator new (std::size_t sz, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
40 if (sz == 0)
41 sz = 1;
43 while (__builtin_expect ((p = malloc (sz)) == 0, false))
H A Dnew_op.cc42 operator new (std::size_t sz) _GLIBCXX_THROW (std::bad_alloc)
47 if (sz == 0)
48 sz = 1;
50 while (__builtin_expect ((p = malloc (sz)) == 0, false))
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Danon3.C14 int sz; member in struct:cl::__anon1223::ff
19 void cl::set(void *p, char *n, int sz) argument
24 vff->sz = sz;
H A Dtemplate40.C8 Array(int sz=12) argument
9 : ia (new Type[sz]), size(sz) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcomplit14.C10 unsigned long sz = sizeof Fn ((const int[]) { 0 }); // Error local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dnew1.cc40 WEAK (void * operator new (size_t sz, const std::nothrow_t&) throw()) argument
45 if (sz == 0)
46 sz = 1;
47 p = (void *) malloc (sz);
62 p = (void *) malloc (sz);
70 WEAK (void * operator new (size_t sz) throw (std::bad_alloc))
75 if (sz == 0)
76 sz = 1;
77 p = (void *) malloc (sz);
84 p = (void *) malloc (sz);
[all...]
/haiku-buildtools/gcc/gcc/config/
H A Dhost-darwin.c32 darwin_gt_pch_get_address (size_t sz, int fd ATTRIBUTE_UNUSED) argument
34 if (sz <= sizeof (pch_address_space))
44 darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off) argument
53 ret = (addr == pch_address_space && sz <= sizeof (pch_address_space));
55 sz = 0;
58 sz = (sz + pagesize - 1) / pagesize * pagesize;
60 if (munmap (pch_address_space + sz, sizeof (pch_address_space) - sz) != 0)
65 mmap_result = mmap (addr, sz,
[all...]
H A Dhost-darwin.h20 extern void * darwin_gt_pch_get_address (size_t sz, int fd);
21 extern int darwin_gt_pch_use_address (void *addr, size_t sz, int fd,
/haiku-buildtools/gcc/libstdc++-v3/testsuite/decimal/
H A Dmake-decimal.cc61 unsigned long sz = sizeof (decimal32); local
65 TESTVAL_NONNEG (0, +, 0, DF, 32, sz);
66 TESTVAL_NONNEG (5, +, 1, DF, 32, sz);
67 TESTVAL_NONNEG (50, +, 0, DF, 32, sz);
68 TESTVAL_NONNEG (500, +, 0, DF, 32, sz);
69 TESTVAL_NEG (-25, -, 3, DF, 32, sz)
70 TESTVAL_NEG (-500, +, 0, DF, 32, sz);
71 TESTVAL_NONNEG (999999, +, 91, DF, 32, sz);
72 TESTVAL_NONNEG (1, -, 9, DF, 32, sz);
73 TESTVAL_NONNEG (1, -, 90, DF, 32, sz);
86 unsigned long sz = sizeof (decimal64); local
111 unsigned long sz = sizeof (decimal128); local
[all...]
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dt-iset.c32 mpz_t sz, dz; local
36 mpz_init (sz);
41 mpz_urandomb (sz, src, 123);
44 if (mpz_cmp (sz, dz) != 0)
48 gmp_printf (" from src: %#Zx\n", sz);
54 mpz_clear (sz);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray19.C4 template <class T> struct S { static const int sz = 2; }; member in struct:S
5 template <class T> struct U { enum { sz = 2 }; }; enumerator in enum:U::__anon1008
10 template <class T> void bar (int (&x)[S<T>::sz]);
11 template <class T> void baz (int (&x)[U<T>::sz]);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddossier1.C12 int sz; member in class:Vector
H A Dexcept5.C14 int sz; member in class:X
17 X(int s) { a=new int[sz=s]; }
23 if (i < 0 || i >= sz) {
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_placement_new.h19 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) { argument
/haiku-buildtools/legacy/gcc/libio/
H A DSFile.cc50 sz = size;
56 sz = size;
62 sz = size;
67 read(x, sz);
73 write(x, sz);
79 if (rdbuf()->pubseekoff(i * sz, ios::beg) == EOF)

Completed in 322 milliseconds

12345678910