| /dragonfly/contrib/gdb-7/gdb/ |
| HD | opencl-lang.c | 178 int elsize = TYPE_LENGTH (eltype); in lval_func_read() local 188 gdb_assert (offset % elsize == 0); in lval_func_read() 189 offset /= elsize; in lval_func_read() 194 memcpy (value_contents_raw (v) + j++ * elsize, in lval_func_read() 195 value_contents (c->val) + c->indices[i] * elsize, in lval_func_read() 196 elsize); in lval_func_read() 207 int elsize = TYPE_LENGTH (eltype); in lval_func_write() local 217 gdb_assert (offset % elsize == 0); in lval_func_write() 218 offset /= elsize; in lval_func_write() 235 value_contents (fromval) + j++ * elsize, in lval_func_write() [all …]
|
| HD | valarith.c | 1399 int t1_is_vec, t2_is_vec, elsize, i; in vector_binop() local 1419 elsize = TYPE_LENGTH (eltype1); in vector_binop() 1422 || elsize != TYPE_LENGTH (eltype2) in vector_binop() 1433 memcpy (value_contents_writeable (val) + i * elsize, in vector_binop() 1435 elsize); in vector_binop()
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | xmalloc.c | 156 xcalloc (size_t nelem, size_t elsize) in xcalloc() argument 160 if (nelem == 0 || elsize == 0) in xcalloc() 161 nelem = elsize = 1; in xcalloc() 163 newmem = calloc (nelem, elsize); in xcalloc() 165 xmalloc_failed (nelem * elsize); in xcalloc()
|
| /dragonfly/contrib/binutils-2.34/libiberty/ |
| HD | xmalloc.c | 155 xcalloc (size_t nelem, size_t elsize) in xcalloc() argument 159 if (nelem == 0 || elsize == 0) in xcalloc() 160 nelem = elsize = 1; in xcalloc() 162 newmem = calloc (nelem, elsize); in xcalloc() 164 xmalloc_failed (nelem * elsize); in xcalloc()
|
| /dragonfly/contrib/gcc-4.7/libiberty/ |
| HD | xmalloc.c | 155 xcalloc (size_t nelem, size_t elsize) in xcalloc() argument 159 if (nelem == 0 || elsize == 0) in xcalloc() 160 nelem = elsize = 1; in xcalloc() 162 newmem = calloc (nelem, elsize); in xcalloc() 164 xmalloc_failed (nelem * elsize); in xcalloc()
|
| /dragonfly/contrib/gcc-8.0/libiberty/ |
| HD | xmalloc.c | 155 xcalloc (size_t nelem, size_t elsize) in xcalloc() argument 159 if (nelem == 0 || elsize == 0) in xcalloc() 160 nelem = elsize = 1; in xcalloc() 162 newmem = calloc (nelem, elsize); in xcalloc() 164 xmalloc_failed (nelem * elsize); in xcalloc()
|
| /dragonfly/lib/libc/xdr/ |
| HD | xdr_array.c | 70 xdr_array(XDR *xdrs, caddr_t *addrp, u_int *sizep, u_int maxsize, u_int elsize, in xdr_array() argument 84 if ((c > maxsize || UINT_MAX/elsize < c) && in xdr_array() 88 nodesize = c * elsize; in xdr_array() 119 target += elsize; in xdr_array()
|
| /dragonfly/contrib/file/src/ |
| HD | readelf.c | 1023 size_t elsize = xauxv_sizeof; in do_auxv_note() local 1054 for (off = 0; off + elsize <= descsz; off += elsize) { in do_auxv_note()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcse.c | 563 gcalloc (size_t nelem, size_t elsize) in gcalloc() argument 565 bytes_used += nelem * elsize; in gcalloc() 566 return xcalloc (nelem, elsize); in gcalloc()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcse.c | 593 gcalloc (size_t nelem, size_t elsize) in gcalloc() argument 595 bytes_used += nelem * elsize; in gcalloc() 596 return xcalloc (nelem, elsize); in gcalloc()
|
| HD | fold-const.c | 11831 unsigned HOST_WIDE_INT elsize in fold_ternary_loc() local 11833 if (bitpos % elsize == 0) in fold_ternary_loc() 11835 unsigned k = bitpos / elsize; in fold_ternary_loc()
|