HomeSort by relevance Sort by last modified time
    Searched defs:noff (Results 1 - 13 of 13) sorted by null

  /external/elfutils/tests/
typeiter.c 39 Dwarf_Off noff; local
41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
65 off = noff;
71 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL,
82 off = noff;
typeiter2.c 40 Dwarf_Off noff; local
43 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL,
48 off = noff;
53 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
83 off = noff;
allfcts.c 79 Dwarf_Off noff; local
82 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
98 off = noff;
dwflmodtest.c 190 Dwarf_Off noff; local
192 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
198 off = noff;
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
StreamIoUtil.h 86 off_type noff; variable
89 noff = 0;
93 noff = gptr() - eback();
95 noff = pptr() - pbase();
99 noff = end;
104 noff += off;
105 if (noff < 0 || noff > end) {
109 if (noff != 0 && ((in && gptr() == nullptr) || (out && pptr() == nullptr))) {
114 setg(eback(), eback() + noff, egptr())
119 pbump(noff); variable
    [all...]
  /external/elfutils/libdw/
dwarf_getsrc_file.c 57 Dwarf_Off noff; local
59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0;
60 off = noff)
  /toolchain/binutils/binutils-2.25/binutils/
resres.c 377 rc_uint_type noff; local
380 noff = res_to_bin ((windres_bfd *) NULL, off, res);
381 datasize = noff - off;
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 101 uint32_t noff; member in struct:AccelStatsMem
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 745 int ioff, noff = offsets.length; local
756 if ( ioff < noff ) {
759 //ioff = noff;
767 if ( ioff < noff ) {
773 ioff = noff;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 744 int ioff, noff = offsets.length; local
755 if ( ioff < noff ) {
758 //ioff = noff;
766 if ( ioff < noff ) {
772 ioff = noff;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 2167 int ioff, noff = offsets.length; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 2166 int ioff, noff = offsets.length; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 299 unsigned int noff = 0; local
330 memcpy (name + noff, kbn + 1, klen);
331 noff += klen;
336 if (noff != keylen)
    [all...]

Completed in 1056 milliseconds