HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 276 - 300 of 4182) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/asm-arm/
pgtable-hwdef.h 84 #define PTE_SMALL_AP_MASK (0xff << 4)
88 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /external/kernel-headers/original/asm-mips/
dma.h 250 dma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
251 dma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
253 dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
254 dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
271 dma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
272 dma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
274 dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
275 dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
  /external/kernel-headers/original/asm-x86/
dma_32.h 232 dma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
233 dma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
235 dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
236 dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
253 dma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
254 dma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
256 dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
257 dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
  /external/openfst/src/include/fst/extensions/ngram/
nthbit.h 37 c = __builtin_popcount((v >> shift) & 0xff);
42 return shift + ((nth_bit_bit_offset[(v >> shift) & 0xff] >>
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 352 {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7},
353 {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7},
354 {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}, {0x1b, 0xff, 0, 7}
    [all...]
  /frameworks/base/core/java/android/net/
NetworkUtils.java 116 byte[] addressBytes = { (byte)(0xff & hostAddress),
117 (byte)(0xff & (hostAddress >> 8)),
118 (byte)(0xff & (hostAddress >> 16)),
119 (byte)(0xff & (hostAddress >> 24)) };
136 return ((addr[3] & 0xff) << 24) | ((addr[2] & 0xff) << 16) |
137 ((addr[1] & 0xff) << 8) | (addr[0] & 0xff);
194 byte mask = (byte)(0xFF << (8 - reminder));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/
pgtable-hwdef.h 64 #define PTE_SMALL_AP_MASK (0xff << 4)
68 #define PTE_SMALL_AP_URW_SRW (0xff << 4)

Completed in 815 milliseconds

<<11121314151617181920>>