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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
cl506f.h 11 __u32 ilength; member in struct:nv50_channel_gpfifo_v0
cl826f.h 11 __u32 ilength; member in struct:g82_channel_gpfifo_v0
cl906f.h 11 __u32 ilength; member in struct:fermi_channel_gpfifo_v0
cla06f.h 11 __u32 ilength; member in struct:kepler_channel_gpfifo_a_v0
clc36f.h 11 __u32 ilength; member in struct:volta_channel_gpfifo_a_v0
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_gpfifog84.c 48 u64 ioffset, ilength; local
55 "ilength %08x\n",
57 args->v0.ioffset, args->v0.ilength);
74 ilength = order_base_2(args->v0.ilength / 8);
81 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16));
nouveau_nvkm_engine_fifo_gpfifonv50.c 48 u64 ioffset, ilength; local
55 "ilength %08x\n",
57 args->v0.ioffset, args->v0.ilength);
74 ilength = order_base_2(args->v0.ilength / 8);
81 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16));
nouveau_nvkm_engine_fifo_gpfifotu102.c 69 "ioffset %016"PRIx64" ilength %08x "
72 args->v0.ilength, args->v0.runlist, args->v0.priv);
80 args->v0.ilength,
nouveau_nvkm_engine_fifo_gpfifogv100.c 130 u64 vmm, u64 ioffset, u64 ilength, u64 *inst, bool priv,
184 ilength = order_base_2(ilength / 8);
214 (ilength << 16));
241 "ioffset %016"PRIx64" ilength %08x "
244 args->v0.ilength, args->v0.runlist, args->v0.priv);
252 args->v0.ilength,
nouveau_nvkm_engine_fifo_gpfifogk104.c 249 u64 vmm, u64 ioffset, u64 ilength, u64 *inst, bool priv,
304 ilength = order_base_2(ilength / 8);
320 (ilength << 16));
347 "ioffset %016"PRIx64" ilength %08x "
350 args->v0.ilength, args->v0.runlist, args->v0.priv);
358 args->v0.ilength,
nouveau_nvkm_engine_fifo_gpfifogf100.c 228 u64 usermem, ioffset, ilength; local
234 "ioffset %016"PRIx64" ilength %08x\n",
236 args->v0.ilength);
269 ilength = order_base_2(args->v0.ilength / 8);
285 (ilength << 16));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.c 267 args.volta.ilength = 0x02000;
276 args.kepler.ilength = 0x02000;
285 args.fermi.ilength = 0x02000;
291 args.nv50.ilength = 0x02000;
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 7540 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7588 if (ilength<11) {
7591 for (; got<ilength; up++) {
7595 if (ilength==10) { /* need to check for wrap */
7596 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7598 else if (neg && theInt>1999999997) ilength=11;
7599 else if (!neg && theInt>999999999) ilength=11;
7600 if (ilength==11) theInt=save; /* restore correct low bit */
7604 if (ilength>10) { /* too big */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 7540 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7588 if (ilength<11) {
7591 for (; got<ilength; up++) {
7595 if (ilength==10) { /* need to check for wrap */
7596 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7598 else if (neg && theInt>1999999997) ilength=11;
7599 else if (!neg && theInt>999999999) ilength=11;
7600 if (ilength==11) theInt=save; /* restore correct low bit */
7604 if (ilength>10) { /* too big */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 7540 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7588 if (ilength<11) {
7591 for (; got<ilength; up++) {
7595 if (ilength==10) { /* need to check for wrap */
7596 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7598 else if (neg && theInt>1999999997) ilength=11;
7599 else if (!neg && theInt>999999999) ilength=11;
7600 if (ilength==11) theInt=save; /* restore correct low bit */
7604 if (ilength>10) { /* too big */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 7540 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7588 if (ilength<11) {
7591 for (; got<ilength; up++) {
7595 if (ilength==10) { /* need to check for wrap */
7596 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;
7598 else if (neg && theInt>1999999997) ilength=11;
7599 else if (!neg && theInt>999999999) ilength=11;
7600 if (ilength==11) theInt=save; /* restore correct low bit */
7604 if (ilength>10) { /* too big */

Completed in 72 milliseconds