HomeSort by: relevance | last modified time | path
    Searched refs:zoff (Results 1 - 7 of 7) 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/tests/lib/libutil/
t_parsedate.c 57 parsecheck(const char *datestr, const time_t *reftime, const int *zoff,
80 /* NULL or *zoff */
81 (zoff ? "" : "NULL"),
82 (zoff ? 1 : 0),
83 (zoff ? *zoff : 0));
85 ATF_CHECK_MSG((t = parsedate(datestr, reftime, zoff)) != -1,
  /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 41 milliseconds