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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gp100.c 41 const int znum = zbc - 1; local
42 const u32 zoff = znum * 4;
51 nvkm_mask(device, 0x418100 + ((znum / 4) * 4),
52 0x0000007f << ((znum % 4) * 7),
53 gr->zbc_color[zbc].format << ((znum % 4) * 7));
60 const int znum = zbc - 1; local
61 const u32 zoff = znum * 4;
65 nvkm_mask(device, 0x41814c + ((znum / 4) * 4),
66 0x0000007f << ((znum % 4) * 7),
67 gr->zbc_depth[zbc].format << ((znum % 4) * 7))
    [all...]
nouveau_nvkm_engine_gr_gp102.c 38 const int znum = zbc - 1; local
39 const u32 zoff = znum * 4;
43 nvkm_mask(device, 0x418198 + ((znum / 4) * 4),
44 0x0000007f << ((znum % 4) * 7),
45 gr->zbc_stencil[zbc].format << ((znum % 4) * 7));
  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
test-data.h 108 #define DECL_NODE(canon, name, policy, znum, trig) \
109 { canon, name, { 0, 0, policy, policy, znum, znum, trig, true } },
dummylib.c 170 trpz_rsp_forget_zone(librpz_emsg_t *emsg, librpz_cznum_t znum,
2217 trpz_rsp_forget_zone(librpz_emsg_t *emsg, librpz_cznum_t znum,
2221 if (znum >= trsp->num_zones) {
2224 } else if (trsp->all_zones[znum].forgotten) {
2229 trsp->all_zones[znum].forgotten = true;
  /src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c 132 #define CUSTOM_EXPECTED_SUCCESS(num, znum) \
134 { 0xff, 1, znum }
173 #define ENCDEC_DATA(num, znum) \
174 { 0xff, num, 1 }, { 0xff, 1, znum }
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c 132 #define CUSTOM_EXPECTED_SUCCESS(num, znum) \
134 { 0xff, 1, znum }
173 #define ENCDEC_DATA(num, znum) \
174 { 0xff, num, 1 }, { 0xff, 1, znum }
  /src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c 133 #define CUSTOM_EXPECTED_SUCCESS(num, znum) \
136 0xff, 1, znum \
176 #define ENCDEC_DATA(num, znum) \
177 { 0xff, num, 1 }, { 0xff, 1, znum }
  /src/external/mpl/bind/dist/lib/dns/include/dns/
librpz.h 593 * @param znum
597 typedef bool(librpz_rsp_forget_zone_t)(librpz_emsg_t *emsg, librpz_cznum_t znum,
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
librpz.h 601 * @param znum
605 typedef bool(librpz_rsp_forget_zone_t)(librpz_emsg_t *emsg, librpz_cznum_t znum,

Completed in 30 milliseconds