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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dmacgv100.c 69 const u32 uoff = (chan->chid.ctrl - 1) * 0x1000; local
79 nvkm_wr32(device, 0x690000 + uoff, 0x00000000);
  /src/sys/arch/powerpc/booke/
copyin.c 330 size_t uoff = (uintptr_t)usaddr & 3; local
331 wlen = 4 - uoff;
337 data = copyin_word_bswap(usaddr32++, ds_msr) >> (8 * uoff);
  /src/sys/fs/adosfs/
advnops.c 548 off_t uoff = uio->uio_offset; local
561 if (uoff < 0) {
569 first = useri = uoff / sizeof ad;
574 if (uoff % sizeof ad) {
680 uio->uio_offset = uoff + ncookies * sizeof ad;
692 uoff += sizeof ad;
693 *cookies++ = uoff;
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_frame.c 559 uint64_t reg, reg2, uoff, soff; local
688 uoff = _dwarf_decode_uleb128(&p);
693 RL[reg].dw_offset_or_block_len = uoff * daf;
695 printf("DW_CFA_offset_extended(reg=%ju,uoff=%ju)\n",
696 reg, uoff);
756 uoff = _dwarf_decode_uleb128(&p);
760 CFA.dw_offset_or_block_len = uoff;
762 printf("DW_CFA_def_cfa(reg=%ju,uoff=%ju)\n", reg, uoff);
781 uoff = _dwarf_decode_uleb128(&p)
926 uint64_t reg, reg2, uoff, soff, blen; local
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c 621 uInt uoff=0; /* -> current output offset [from right] */ local
707 *uout|=dpd<<uoff;
708 uoff+=10;
709 if (uoff<32) continue; /* no uInt boundary cross */
711 uoff-=32;
712 *uout|=dpd>>(10-uoff); /* collect top bits */
747 uInt uoff=0; /* -> current input offset [from right] */ local
761 dpd=*uin>>uoff;
762 uoff+=10;
763 if (uoff>32) { /* crossed uInt boundary *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c 622 uInt uoff=0; /* -> current output offset [from right] */ local
708 *uout|=dpd<<uoff;
709 uoff+=10;
710 if (uoff<32) continue; /* no uInt boundary cross */
712 uoff-=32;
713 *uout|=dpd>>(10-uoff); /* collect top bits */
748 uInt uoff=0; /* -> current input offset [from right] */ local
762 dpd=*uin>>uoff;
763 uoff+=10;
764 if (uoff>32) { /* crossed uInt boundary *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c 622 uInt uoff=0; /* -> current output offset [from right] */ local
708 *uout|=dpd<<uoff;
709 uoff+=10;
710 if (uoff<32) continue; /* no uInt boundary cross */
712 uoff-=32;
713 *uout|=dpd>>(10-uoff); /* collect top bits */
748 uInt uoff=0; /* -> current input offset [from right] */ local
762 dpd=*uin>>uoff;
763 uoff+=10;
764 if (uoff>32) { /* crossed uInt boundary *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c 622 uInt uoff=0; /* -> current output offset [from right] */ local
708 *uout|=dpd<<uoff;
709 uoff+=10;
710 if (uoff<32) continue; /* no uInt boundary cross */
712 uoff-=32;
713 *uout|=dpd>>(10-uoff); /* collect top bits */
748 uInt uoff=0; /* -> current input offset [from right] */ local
762 dpd=*uin>>uoff;
763 uoff+=10;
764 if (uoff>32) { /* crossed uInt boundary *
    [all...]
  /src/sys/uvm/
uvm_fault.c 1211 voff_t uoff; local
1214 uoff = ufi->entry->offset + eoff;
1216 (void) (uobj->pgops->pgo_put)(uobj, uoff, uoff +
2126 voff_t uoff; local
2132 uoff = (ufi->orig_rvaddr - ufi->entry->start) + ufi->entry->offset;
2155 error = uobj->pgops->pgo_get(uobj, uoff, &pg, &gotpages,
uvm_map.c 3973 voff_t uoff; local
4106 uoff = current->offset + (start - current->start);
4111 error = (uobj->pgops->pgo_put)(uobj, uoff,
4112 uoff + size, flags | PGO_CLEANIT);
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
128 uoff=0; /* bit offset of declet */
131 dpd=encode>>uoff;
132 uoff+=10;
133 if (uoff>32) { /* crossed uInt boundary */
136 uoff-=32;
137 dpd|=encode<<(10-uoff); /* get pending bits */
144 if (uoff>=10) { /* all within current word */
145 encode&=~(0x3ff<<(uoff-10)); /* clear the 10 bits ready for replace */
146 encode|=canon<<(uoff-10); /* insert the canonical form *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
128 uoff=0; /* bit offset of declet */
131 dpd=encode>>uoff;
132 uoff+=10;
133 if (uoff>32) { /* crossed uInt boundary */
136 uoff-=32;
137 dpd|=encode<<(10-uoff); /* get pending bits */
144 if (uoff>=10) { /* all within current word */
145 encode&=~(0x3ff<<(uoff-10)); /* clear the 10 bits ready for replace */
146 encode|=canon<<(uoff-10); /* insert the canonical form *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
128 uoff=0; /* bit offset of declet */
131 dpd=encode>>uoff;
132 uoff+=10;
133 if (uoff>32) { /* crossed uInt boundary */
136 uoff-=32;
137 dpd|=encode<<(10-uoff); /* get pending bits */
144 if (uoff>=10) { /* all within current word */
145 encode&=~(0x3ff<<(uoff-10)); /* clear the 10 bits ready for replace */
146 encode|=canon<<(uoff-10); /* insert the canonical form *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 87 uInt inword, uoff, canon; /* .. */ local
128 uoff=0; /* bit offset of declet */
131 dpd=encode>>uoff;
132 uoff+=10;
133 if (uoff>32) { /* crossed uInt boundary */
136 uoff-=32;
137 dpd|=encode<<(10-uoff); /* get pending bits */
144 if (uoff>=10) { /* all within current word */
145 encode&=~(0x3ff<<(uoff-10)); /* clear the 10 bits ready for replace */
146 encode|=canon<<(uoff-10); /* insert the canonical form *
    [all...]
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2149 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(vdp, i); local
2150 uberblock_t *ub = (void *)((char *)lbl + uoff);

Completed in 49 milliseconds