HomeSort by: relevance | last modified time | path
    Searched defs:zoff (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gp100.c 42 const u32 zoff = znum * 4; local
45 nvkm_wr32(device, 0x418010 + zoff, gr->zbc_color[zbc].ds[0]);
46 nvkm_wr32(device, 0x41804c + zoff, gr->zbc_color[zbc].ds[1]);
47 nvkm_wr32(device, 0x418088 + zoff, gr->zbc_color[zbc].ds[2]);
48 nvkm_wr32(device, 0x4180c4 + zoff, gr->zbc_color[zbc].ds[3]);
61 const u32 zoff = znum * 4; local
64 nvkm_wr32(device, 0x418110 + zoff, gr->zbc_depth[zbc].ds);
nouveau_nvkm_engine_gr_gp102.c 39 const u32 zoff = znum * 4; local
42 nvkm_wr32(device, 0x41815c + zoff, gr->zbc_stencil[zbc].ds);
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 4872 Int zoff; /* accumulator offset */ local
4970 zoff=(iacc+7)/8; /* items to offset by */
4971 needbytes+=zoff*8;
4982 zacc+=zoff; /* start uLong accumulator to right */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 4872 Int zoff; /* accumulator offset */ local
4970 zoff=(iacc+7)/8; /* items to offset by */
4971 needbytes+=zoff*8;
4982 zacc+=zoff; /* start uLong accumulator to right */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 4872 Int zoff; /* accumulator offset */ local
4970 zoff=(iacc+7)/8; /* items to offset by */
4971 needbytes+=zoff*8;
4982 zacc+=zoff; /* start uLong accumulator to right */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 4872 Int zoff; /* accumulator offset */ local
4970 zoff=(iacc+7)/8; /* items to offset by */
4971 needbytes+=zoff*8;
4982 zacc+=zoff; /* start uLong accumulator to right */

Completed in 58 milliseconds