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

  /src/sys/arch/ia64/unwind/
stackframe.c 994 uint64_t roffset = 0; local in function:buildrecordstack
1011 if (procoffset < roffset) {
1018 rdepth = procoffset - roffset;
1019 roffset += rlen;
1028 if (procoffset < roffset) {
1035 rdepth = procoffset - roffset;
1036 roffset += rlen;
1045 if (procoffset < roffset) {
1052 rdepth = procoffset - roffset;
1053 roffset += rlen
1106 uint64_t roffset = 0; local in function:updateregs
    [all...]
  /src/sys/dev/pci/
emuxkivar.h 146 int roffset; member in struct:emuxki_softc
  /src/usr.bin/compress/
zopen.c 172 #define roffset zs->u.r.zs_roffset macro
575 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
595 roffset = 0;
599 r_off = roffset;
609 r_off = 8 - r_off; /* Now, roffset into gcode word. */
620 roffset += n_bits;
678 roffset = 0;

Completed in 28 milliseconds