HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 126 - 150 of 3492) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h 14 #define RELOC_HIDE(ptr, off) ({ unsigned long __ptr; __asm__ ("" : "=r"(__ptr) : "0"(ptr)); (typeof(ptr)) (__ptr + (off)); })
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
obj.go 175 func duintxx(s *Sym, off int, v uint64, wid int) int {
179 off = int(Rnd(int64(off), int64(wid)))
181 return int(obj.Setuintxx(Ctxt, Linksym(s), int64(off), v, int64(wid)))
184 func duint8(s *Sym, off int, v uint8) int {
185 return duintxx(s, off, uint64(v), 1)
188 func duint16(s *Sym, off int, v uint16) int {
189 return duintxx(s, off, uint64(v), 2)
192 func duint32(s *Sym, off int, v uint32) int {
193 return duintxx(s, off, uint64(v), 4
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 172 func duintxx(s *Sym, off int, v uint64, wid int) int {
176 off = int(Rnd(int64(off), int64(wid)))
178 return int(obj.Setuintxx(Ctxt, Linksym(s), int64(off), v, int64(wid)))
181 func duint8(s *Sym, off int, v uint8) int {
182 return duintxx(s, off, uint64(v), 1)
185 func duint16(s *Sym, off int, v uint16) int {
186 return duintxx(s, off, uint64(v), 2)
189 func duint32(s *Sym, off int, v uint32) int {
190 return duintxx(s, off, uint64(v), 4
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
obj.go 175 func duintxx(s *Sym, off int, v uint64, wid int) int {
179 off = int(Rnd(int64(off), int64(wid)))
181 return int(obj.Setuintxx(Ctxt, Linksym(s), int64(off), v, int64(wid)))
184 func duint8(s *Sym, off int, v uint8) int {
185 return duintxx(s, off, uint64(v), 1)
188 func duint16(s *Sym, off int, v uint16) int {
189 return duintxx(s, off, uint64(v), 2)
192 func duint32(s *Sym, off int, v uint32) int {
193 return duintxx(s, off, uint64(v), 4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 172 func duintxx(s *Sym, off int, v uint64, wid int) int {
176 off = int(Rnd(int64(off), int64(wid)))
178 return int(obj.Setuintxx(Ctxt, Linksym(s), int64(off), v, int64(wid)))
181 func duint8(s *Sym, off int, v uint8) int {
182 return duintxx(s, off, uint64(v), 1)
185 func duint16(s *Sym, off int, v uint16) int {
186 return duintxx(s, off, uint64(v), 2)
189 func duint32(s *Sym, off int, v uint32) int {
190 return duintxx(s, off, uint64(v), 4
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
ARMThumb.java 22 public int code(byte[] buf, int off, int len) {
23 int end = off + len - 4;
26 for (i = off; i <= end; i += 2) {
36 dest = src + (pos + i - off);
38 dest = src - (pos + i - off);
49 i -= off;

Completed in 1963 milliseconds

1 2 3 4 56 7 8 91011>>