| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_surface_builder.h | 48 unsigned dims, unsigned rsize, unsigned op,
|
| H A D | brw_vec4_surface_builder.cpp | 178 * of components of the address and \p rsize the number of components of 185 unsigned dims, unsigned rsize, unsigned op, 212 surface, op, rsize, pred); 182 emit_untyped_atomic(const vec4_builder & bld,const src_reg & surface,const src_reg & addr,const src_reg & src0,const src_reg & src1,unsigned dims,unsigned rsize,unsigned op,brw_predicate pred) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_surface_builder.h | 48 unsigned dims, unsigned rsize, unsigned op,
|
| H A D | brw_vec4_surface_builder.cpp | 177 * of components of the address and \p rsize the number of components of 184 unsigned dims, unsigned rsize, unsigned op, 210 surface, op, rsize, pred); 181 emit_untyped_atomic(const vec4_builder & bld,const src_reg & surface,const src_reg & addr,const src_reg & src0,const src_reg & src1,unsigned dims,unsigned rsize,unsigned op,brw_predicate pred) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_VTsw.c | 92 door_arg.rsize = 0;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_VTsw.c | 91 door_arg.rsize = 0;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1867 size_t rsize = -nb; /* Unsigned negation */ local in function:tmalloc_large 1879 if (trem < rsize) { 1881 if ((rsize = trem) == 0) 1908 if (trem < rsize) { 1909 rsize = trem; 1916 if (v != 0 && rsize < (size_t)(m->dvsize - nb)) { 1919 assert(m->user_data, chunksize(v) == rsize + nb); 1922 if (rsize < MIN_CHUNK_SIZE) 1923 set_inuse_and_pinuse(m, v, (rsize + nb)); 1926 set_size_and_pinuse_of_free_chunk(r, rsize); 1940 size_t rsize; local in function:tmalloc_small 1996 size_t rsize = oldsize - nb; local in function:internal_realloc 2189 size_t rsize; local in function:mspace_malloc 2230 size_t rsize = ms->dvsize - nb; local in function:mspace_malloc 2250 size_t rsize = ms->topsize -= nb; local in function:mspace_malloc [all...] |
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mpi.c | 531 BNI rsize; /* size of remainder */ local in function:mpi_divqr 563 rsize = den->size; 583 rdigs = mp_calloc(1, sizeof(BNS) * rsize); 585 if (rrop->alloc < rsize) { 586 rrop->digs = mp_realloc(rrop->digs, sizeof(BNS) * rsize); 587 rrop->alloc = rsize; 589 memset(rrop->digs, '\0', sizeof(BNS) * rsize); 701 for (i = rsize - 1; i >= 0; i--) 704 if (i != rsize - 1) { 707 rsize [all...] |