HomeSort by: relevance | last modified time | path
    Searched refs:_offset (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/regformats/
regdef.h 26 reg (int _offset)
28 offset (_offset),
32 reg (const char *_name, int _offset, int _size)
34 offset (_offset),
  /src/external/gpl3/gdb.old/dist/gdb/regformats/
regdef.h 26 reg (int _offset)
28 offset (_offset),
32 reg (const char *_name, int _offset, int _size)
34 offset (_offset),
  /src/distrib/alpha/instkernel/ramdisk/
install.sh 314 _offset=$(( $root_offset * $sizemult ))
315 echo -n " :pa#${_size}:oa#${_offset}" >> $DT
318 _offset=$(( $swap_offset * $sizemult ))
319 echo " :pb#${_size}:ob#${_offset}:tb=swap:\\" >> $DT
321 _offset=$(( $part_offset * $sizemult ))
322 echo " :pc#${_size}:oc#${_offset}:\\" >> $DT
361 _offset=$(( $offset * $sizemult ))
362 echo -n " :pd#${_size}:od#${_offset}" >> $DT
368 _offset=$(( $offset * $sizemult ))
369 echo -n " :pe#${_size}:oe#${_offset}" >> $D
    [all...]
  /src/lib/libc/stdio/
ftell.c 73 pos = fp->_offset;
ftello.c 74 pos = fp->_offset;
stdio.c 72 fp->_offset += ret;
113 fp->_offset = ret;
fseeko.c 102 curoff = fp->_offset;
182 curoff = fp->_offset;
findfp.c 80 ._offset = (off_t)0, \
  /src/sys/arch/vax/boot/boot/
if_ni.c 305 data->bufs[0]._offset = 0;
345 data->bufs[0]._offset = 0;
472 data->bufs[0]._offset = 0;
511 data->bufs[0]._offset = 0;
  /src/external/gpl3/gdb/dist/gdb/
target-debug.h 367 if (layout.region##_offset != 0) \
368 string_appendf (s, ", " #region "_offset=%d", layout.region##_offset);
  /src/external/gpl3/gdb.old/dist/gdb/
target-debug.h 367 if (layout.region##_offset != 0) \
368 string_appendf (s, ", " #region "_offset=%d", layout.region##_offset);
  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 265 goto _offset;
309 goto _offset;
361 _offset: /* Requires: ip0, idx */
813 goto _offset;
841 goto _offset;
883 _offset: /* Requires: ip0, idx, idxBase */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 1540 size_t _offset;
1552 //there is nothing to match at all, make _offset > 0
1553 _offset = 1;
1576 assert(!empty && _offset <= _match.pre.length
1582 return _input[_offset .. min($, _match.pre.length)];
1588 return _input[_offset .. min($, _match.pre.length)];
1596 return _offset >= _input.length;
1598 return _offset > _input.length;
1608 _offset = _input.length + 1;
1617 _offset = _match.pre.length
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d 435 ptrdiff_t _offset;
498 fpos_t _offset;
541 fpos_t _offset;
590 off_t _offset;
631 fpos_t _offset;
733 fpos_t _offset;
  /src/sys/dev/bi/
if_nireg.h 137 u_int16_t _offset; member in struct:ni_dg::__anon2518
if_ni.c 364 data->bufs[j]._offset = 0;
542 data->bufs[i]._offset = 0;
779 data->bufs[0]._offset = 0;
  /src/external/bsd/elftoolchain/dist/libelf/
libelf.h 232 char *elf_strptr(Elf *_elf, size_t _section, size_t _offset);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
rsaz-4k-avx512.pl 730 my ($_idx,$_offset) = @_;
734 .Lloop_$_offset:
739 vmovdqu64 `$_offset+${_}*32`($red_tbl), $tmp # load data from red_tbl
747 jne .Lloop_$_offset
rsaz-4k-avxifma.pl 947 my ($_idx,$_offset) = @_;
951 .Lloop_$_offset:
956 vmovdqu `$_offset+${_}*32`($red_tbl), $tmp # load data from red_tbl
965 jne .Lloop_$_offset
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.h 52 DwrSec (DwrSec *secp, uint64_t _offset);
DwarfLib.cc 822 DwrSec::DwrSec (DwrSec *secp, uint64_t _offset)
827 offset = _offset;
1646 DwrCU::build_abbrevTable (DwrSec *_debug_abbrevSec, uint64_t _offset)
1650 DwrSec *debug_abbrevSec = new DwrSec (_debug_abbrevSec, _offset);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.h 52 DwrSec (DwrSec *secp, uint64_t _offset);
DwarfLib.cc 822 DwrSec::DwrSec (DwrSec *secp, uint64_t _offset)
827 offset = _offset;
1646 DwrCU::build_abbrevTable (DwrSec *_debug_abbrevSec, uint64_t _offset)
1650 DwrSec *debug_abbrevSec = new DwrSec (_debug_abbrevSec, _offset);
  /src/include/
stdio.h 146 __off_t _offset; /* current lseek offset */ member in struct:__sFILE
166 #define __SOFF 0x1000 /* set iff _offset is in fact correct */
  /src/external/ibm-public/postfix/dist/src/milter/
milter.c 637 do { table[var##_offset].target = &var; } while (0)

Completed in 85 milliseconds

1 2