HomeSort by relevance Sort by last modified time
    Searched full:x0800 (Results 126 - 150 of 1176) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 44 #define BMCR_PDOWN 0x0800 /* Powerdown the DP83840 */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
80 #define ADVERTISE_PAUSE_ASYM 0x0800 /* Try for asymetric pause */
103 #define LPA_PAUSE_ASYM 0x0800 /* Can pause asymetrically */
135 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mii.h 44 #define BMCR_PDOWN 0x0800 /* Powerdown the DP83840 */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
80 #define ADVERTISE_PAUSE_ASYM 0x0800 /* Try for asymetric pause */
103 #define LPA_PAUSE_ASYM 0x0800 /* Can pause asymetrically */
135 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
  /external/grub/netboot/
cs89x0.h 128 #define BUFFER_CRC 0x0800
139 #define RX_BROADCAST_ACCEPT 0x0800
153 #define TX_ANY_COL_ENBL 0x0800
173 #define RX_128_BYTE_ENBL 0x0800
183 #define MODIFIED_BACKOFF 0x0800
201 #define DMA_BURST_MODE 0x0800
210 #define BACKOFF_OFF 0x0800
219 #define RX_BROADCAST 0x0800
242 #define RX_128_BYTE 0x0800
260 #define EL_PRESENT 0x0800
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java 53 srcByteCount += (c < (char) 0x0080) ? 1 : (c < (char) 0x0800 ? 2 : 3);
61 destByteCount += (c < (char) 0x0080) ? 1 : (c < (char) 0x0800 ? 2 : 3);
73 keepBytes -= (c < (char) 0x0080) ? 1 : (c < (char) 0x0800 ? 2 : 3);
  /bionic/libc/kernel/arch-arm/asm/
mman.h 24 #define MAP_DENYWRITE 0x0800
  /bionic/libc/kernel/arch-x86/asm/
mman.h 25 #define MAP_DENYWRITE 0x0800
  /bionic/libc/kernel/common/asm-generic/
mman.h 24 #define MAP_DENYWRITE 0x0800
  /bionic/libc/kernel/common/linux/nfsd/
export.h 36 #define NFSEXP_NOAUTHNLM 0x0800
  /bionic/libc/kernel/common/linux/sunrpc/
debug.h 35 #define RPCDBG_CACHE 0x0800
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mman.h 25 #define MAP_DENYWRITE 0x0800
  /development/ndk/sources/android/libportable/common/include/
mman_portable.h 54 #define MAP_DENYWRITE_PORTABLE 0x0800
  /external/grub/stage2/
nbi.h 29 #define RELOCATED_SEG 0x0800
nbloader.S 93 /* Add 0x0800 (32k >> 4) into %es and %ds */
95 addw $0x0800, %ax
  /external/iproute2/include/linux/
if_tunnel.h 25 #define GRE_STRICT __cpu_to_be16(0x0800)
  /external/kernel-headers/original/asm-mips/
fcntl.h 18 #define O_NOCTTY 0x0800 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
export.h 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
export.h 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
export.h 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
mman.h 25 #define MAP_DENYWRITE 0x0800
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
mman.h 25 #define MAP_DENYWRITE 0x0800
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 48 else if (glyph < 0x0800) { // 2 bytes
51 } else if (glyph > 0x0800) { // 3 bytes
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
usn.h 50 USN_GPPMSG_GET_NODE_PTR = 0x0800
60 USN_DSPACK_GET_NODE_PTR = 0x0800,
  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 29 #define O_NOCTTY 0x0800
  /development/ndk/platforms/android-3/include/linux/
i2c.h 25 #define I2C_M_NO_RD_ACK 0x0800
if_ether.h 26 #define ETH_P_IP 0x0800

Completed in 1486 milliseconds

1 2 3 4 56 7 8 91011>>