HomeSort by: relevance | last modified time | path
    Searched refs:rsize (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_surface_builder.h 48 unsigned dims, unsigned rsize, unsigned op,
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);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vec4_surface_builder.h 48 unsigned dims, unsigned rsize, unsigned op,
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);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_VTsw.c 91 door_arg.rsize = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_VTsw.c 92 door_arg.rsize = 0;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
mspace.c 1867 size_t rsize = -nb; /* Unsigned negation */ local
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
1996 size_t rsize = oldsize - nb; local
2189 size_t rsize; local
2230 size_t rsize = ms->dvsize - nb; local
2250 size_t rsize = ms->topsize -= nb; local
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/mp/
mpi.c 531 BNI rsize; /* size of remainder */ local
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 = 1
    [all...]

Completed in 11 milliseconds