| /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_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/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 */
|