Searched refs:nbytes (Results 1 - 25 of 160) sorted by relevance

1234567

/haiku-buildtools/legacy/gcc/gcc/
H A Dgencheck.c70 xmalloc (nbytes)
71 size_t nbytes;
73 register PTR tmp = (PTR) malloc (nbytes);
78 nbytes);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Drandom_seed_1.f9026 INTEGER, PARAMETER :: nbytes = MERGE(48, 32, k4 == 16) variable in program:random_seed_1
29 INTEGER, PARAMETER :: n = nbytes / KIND(n) + 1
/haiku-buildtools/gcc/gcc/config/
H A Dhost-hpux.c116 ssize_t nbytes; local
118 nbytes = read (fd, base, MIN (size, SSIZE_MAX));
119 if (nbytes <= 0)
121 base = (char *) base + nbytes;
122 size -= nbytes;
H A Dhost-linux.c217 ssize_t nbytes; local
219 nbytes = read (fd, base, MIN (size, (size_t)-1 >> 1));
220 if (nbytes <= 0)
222 base = (char *) base + nbytes;
223 size -= nbytes;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-d30v.h59 #define md_cons_align(nbytes) d30v_cons_align (nbytes)
/haiku-buildtools/binutils/gas/config/
H A Dtc-d30v.h58 #define md_cons_align(nbytes) d30v_cons_align (nbytes)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/cris/
H A Dasmreg-1.c48 __getdents64 (int fd, char *buf, unsigned nbytes) argument
55 skdp = kdp = __builtin_alloca (nbytes);
56 retval = __syscall_getdents64(fd, (char *)kdp, nbytes);
61 if ((char *) dp > buf + nbytes)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-69.c18 int nbytes; local
65 nbytes = nprocs * sizeof (unsigned long);
71 a = (unsigned long *) malloc (nbytes);
72 d_a = (unsigned long *) acc_malloc (nbytes);
74 acc_map_data (a, d_a, nbytes);
H A Dlib-71.c18 int nbytes; local
65 nbytes = nprocs * sizeof (unsigned long);
71 a = (unsigned long *) malloc (nbytes);
72 d_a = (unsigned long *) acc_malloc (nbytes);
74 acc_map_data (a, d_a, nbytes);
H A Dlib-72.c19 int nbytes; local
66 nbytes = nprocs * sizeof (unsigned long);
72 a = (unsigned long *) malloc (nbytes);
73 d_a = (unsigned long *) acc_malloc (nbytes);
75 acc_map_data (a, d_a, nbytes);
H A Dlib-74.c19 int nbytes; local
66 nbytes = nprocs * sizeof (unsigned long);
72 a = (unsigned long *) malloc (nbytes);
73 d_a = (unsigned long *) acc_malloc (nbytes);
75 acc_map_data (a, d_a, nbytes);
H A Dlib-77.c20 int nbytes; local
67 nbytes = nprocs * sizeof (unsigned long);
73 a = (unsigned long *) malloc (nbytes);
74 d_a = (unsigned long *) acc_malloc (nbytes);
76 acc_map_data (a, d_a, nbytes);
H A Dlib-78.c20 int nbytes; local
67 nbytes = nprocs * sizeof (unsigned long);
73 a = (unsigned long *) malloc (nbytes);
74 d_a = (unsigned long *) acc_malloc (nbytes);
76 acc_map_data (a, d_a, nbytes);
H A Dlib-80.c22 int nbytes; local
69 nbytes = nprocs * sizeof (unsigned long);
77 a = (unsigned long *) malloc (nbytes);
78 d_a = (unsigned long *) acc_malloc (nbytes);
80 acc_map_data (a, d_a, nbytes);
H A Dlib-70.c21 int nbytes; local
68 nbytes = nprocs * sizeof (unsigned long);
74 a = (unsigned long *) malloc (nbytes);
75 d_a = (unsigned long *) acc_malloc (nbytes);
77 acc_map_data (a, d_a, nbytes);
H A Dlib-73.c21 int nbytes; local
68 nbytes = nprocs * sizeof (unsigned long);
74 a = (unsigned long *) malloc (nbytes);
75 d_a = (unsigned long *) acc_malloc (nbytes);
77 acc_map_data (a, d_a, nbytes);
H A Dlib-75.c22 int nbytes; local
69 nbytes = nprocs * sizeof (unsigned long);
77 a = (unsigned long *) malloc (nbytes);
78 d_a = (unsigned long *) acc_malloc (nbytes);
80 acc_map_data (a, d_a, nbytes);
H A Dlib-76.c22 int nbytes; local
69 nbytes = nprocs * sizeof (unsigned long);
77 a = (unsigned long *) malloc (nbytes);
78 d_a = (unsigned long *) acc_malloc (nbytes);
80 acc_map_data (a, d_a, nbytes);
H A Dlib-79.c22 int nbytes; local
71 nbytes = nprocs * sizeof (unsigned long);
79 a = (unsigned long *) malloc (nbytes);
80 d_a = (unsigned long *) acc_malloc (nbytes);
82 acc_map_data (a, d_a, nbytes);
H A Dlib-82.c21 int nbytes; local
67 nbytes = sizeof (int);
83 d_a[i] = (unsigned long *) acc_malloc (nbytes);
86 acc_map_data (a[i], d_a[i], nbytes);
123 acc_copyout (a[i], nbytes);
H A Dlib-81.c22 int nbytes; local
69 nbytes = nprocs * sizeof (unsigned long);
77 a = (unsigned long *) malloc (nbytes);
78 d_a = (unsigned long *) acc_malloc (nbytes);
80 acc_map_data (a, d_a, nbytes);
/haiku-buildtools/binutils/bfd/
H A Dcache.c303 cache_bread_1 (struct bfd *abfd, void *buf, file_ptr nbytes) argument
316 if (nbytes == 0)
326 nread = read (fileno (f), buf, nbytes);
336 nread = fread (buf, 1, nbytes, f);
340 if (nread < nbytes && ferror (f))
346 if (nread < nbytes)
354 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) argument
361 while (nread < nbytes)
364 file_ptr chunk_size = nbytes - nread;
391 cache_bwrite (struct bfd *abfd, const void *where, file_ptr nbytes) argument
[all...]
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dinffasx64.asm192 sub rax, [rsp+40] ; /* nbytes = out - beg */
195 jb L_clip_window ; /* if (dist > nbytes) 4.2% */
267 mov ecx, eax ; /* ecx = nbytes */
269 neg ecx ; /* nbytes = -nbytes */
274 add ecx, r15d ; /* nbytes = dist - nbytes */
279 sub eax, ecx ; /* eax -= nbytes */
280 add rsi, rax ; /* from += wsize - nbytes */
284 jbe L_do_copy ; /* if (nbytes >
[all...]
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dinffasx64.asm192 sub rax, [rsp+40] ; /* nbytes = out - beg */
195 jb L_clip_window ; /* if (dist > nbytes) 4.2% */
267 mov ecx, eax ; /* ecx = nbytes */
269 neg ecx ; /* nbytes = -nbytes */
274 add ecx, r15d ; /* nbytes = dist - nbytes */
279 sub eax, ecx ; /* eax -= nbytes */
280 add rsi, rax ; /* from += wsize - nbytes */
284 jbe L_do_copy ; /* if (nbytes >
[all...]
/haiku-buildtools/binutils/binutils/
H A Dbfdtest2.c38 void *stream, void *buf, file_ptr nbytes,
46 return fread (buf, 1, nbytes, file);
37 iovec_read(struct bfd *nbfd ATTRIBUTE_UNUSED, void *stream, void *buf, file_ptr nbytes, file_ptr offset) argument

Completed in 234 milliseconds

1234567