HomeSort by relevance Sort by last modified time
    Searched defs:offs (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 259 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mtd/
nand.h 259 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mtd/
nand.h 259 int offs; member in struct:nand_bbt_descr
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mtd/
nand.h 259 int offs; member in struct:nand_bbt_descr
  /toolchain/binutils/binutils-2.25/bfd/
elf64-mmix.c 901 int offs = 0; local
909 offs = 0;
939 offs = 4;
1238 (bfd_byte *) datap + offs); local
1241 (bfd_byte *) datap + offs + 4); local
1244 (bfd_byte *) datap + offs + 8); local
1247 (bfd_byte *) datap + offs + 12); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 182 #define offs(e) e.X_add_number macro
591 adds (e), offs (e), outP);
602 offs (e),
788 || (offs (e) < 0) || (offs (e) > 31))
791 offs (e) = 0;
793 regopP->n = offs (e);
1115 (void) emit (offs (exp)); /* Output displacement. */
1119 if (offs (exp) & ~0xfff)
1125 (void) emit (offs (exp))
    [all...]
tc-mmix.c 143 offsetT offs; member in struct:mmix_symbol_gregs::mmix_symbol_greg_fixes
3722 offsetT offs; local
    [all...]
tc-m68k.c 418 #define offs(ex) ((ex)->exp.X_add_number) macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 2636 int32_t *offs; local
2834 int32_t *offs; local
3027 int32_t *offs; local
3207 int32_t *offs; local
    [all...]
nucnvtst.c 370 int32_t *offs; local
403 offs = junokout;
433 checkOffsets ? offs : NULL,
529 int32_t *offs; local
561 offs = junokout;
591 checkOffsets ? offs : NULL,
595 /* offs += (targ-oldTarg); */
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
Encoder.java 603 int offs = 0; local
604 while (len > _matchDistances[offs])
605 offs += 2;
607 int distance = _matchDistances[offs + 1];
616 if (len == _matchDistances[offs]) {
617 offs += 2;
618 if (offs == numDistancePairs) break;
855 int offs = 0; local
856 while (startLen > _matchDistances[offs])
857 offs += 2;
    [all...]
  /external/libxml2/
xmlschemastypes.c 5747 char *buf = NULL, *offs; local
    [all...]
  /external/lzma/C/
LzmaEnc.c 598 UInt32 offs = 0x100; local
603 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1);
605 offs &= ~(matchByte ^ symbol);
662 UInt32 offs = 0x100; local
667 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
669 offs &= ~(matchByte ^ symbol);
1090 UInt32 offs = 0; local
1091 while (len > matches[offs])
1413 UInt32 offs, curBack, posSlot; local
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 671 int offs = 0; local
672 while (len > _matchDistances[offs])
673 offs += 2;
676 int distance = _matchDistances[offs + 1];
686 if (len == _matchDistances[offs])
688 offs += 2;
689 if (offs == numDistancePairs)
964 int offs = 0; local
965 while (startLen > _matchDistances[offs])
966 offs += 2;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 1539 int offs = L->pos() - pc_offset(); local
1598 int offs = L->pos() - pc_offset(); local
1653 int offs = L->pos() - pc_offset(); local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1213 int offs = L->pos() - pc_offset(); local
1214 DCHECK(offs <= 0);
1289 int offs = L->pos() - pc_offset() - 1; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 1523 int offs, k; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 539 int offs; member in struct:copr_buffer
    [all...]
  /development/ndk/platforms/android-21/include/linux/
soundcard.h 541 int offs; member in struct:copr_buffer
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 502 int offs; member in struct:copr_buffer
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 102 CharUnits Offs = VBT->NonVirtualOffset;
103 Offs += SubobjectLayout.getVBPtrOffset();
105 Offs += Layout.getVBaseClassOffset(VBT->getVBaseWithVPtr());
106 VBPtrOffsets.push_back(Offs);
2898 CharUnits offs = CharUnits::Zero(); local
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 704 int offs; /* If required by the device (0 if not used) */ member in struct:copr_buffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
soundcard.h 700 int offs; /* If required by the device (0 if not used) */ member in struct:copr_buffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
soundcard.h 700 int offs; /* If required by the device (0 if not used) */ member in struct:copr_buffer
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
soundcard.h 502 int offs; member in struct:copr_buffer

Completed in 1913 milliseconds

1 2 3 45 6 7 8