HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 776 - 800 of 1929) sorted by null

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiStatusTest.java 184 ipBuf.append(ipAddr & 0xff).append('.').
185 append((ipAddr >>>= 8) & 0xff).append('.').
186 append((ipAddr >>>= 8) & 0xff).append('.').
187 append((ipAddr >>>= 8) & 0xff);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmpv6.h 158 #define MLD2_ALL_MCR_INIT { { { 0xff,0x02,0,0,0,0,0,0,0,0,0,0,0,0,0,0x16 } } }
ipmi.h 185 #define IPMI_UNKNOWN_ERR_COMPLETION_CODE 0xff
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
binder.h 29 FLAT_BINDER_FLAG_PRIORITY_MASK = 0xff,
  /sdk/chimpchat/src/com/android/chimpchat/adb/image/
ThirtyTwoBitColorModel.java 84 return 0xff;
  /system/core/libcutils/
strdup8to16.c 119 static const char leaderMask[4] = {0xff, 0x1f, 0x0f, 0x07};
  /external/libpng/
pngwutil.c 26 buf[0] = (png_byte)((i >> 24) & 0xff);
27 buf[1] = (png_byte)((i >> 16) & 0xff);
28 buf[2] = (png_byte)((i >> 8) & 0xff);
29 buf[3] = (png_byte)(i & 0xff);
39 buf[0] = (png_byte)((i >> 24) & 0xff);
40 buf[1] = (png_byte)((i >> 16) & 0xff);
41 buf[2] = (png_byte)((i >> 8) & 0xff);
42 buf[3] = (png_byte)(i & 0xff);
52 buf[0] = (png_byte)((i >> 8) & 0xff);
53 buf[1] = (png_byte)(i & 0xff);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 22 buf[0] = (png_byte)((i >> 24) & 0xff);
23 buf[1] = (png_byte)((i >> 16) & 0xff);
24 buf[2] = (png_byte)((i >> 8) & 0xff);
25 buf[3] = (png_byte)(i & 0xff);
35 buf[0] = (png_byte)((i >> 24) & 0xff);
36 buf[1] = (png_byte)((i >> 16) & 0xff);
37 buf[2] = (png_byte)((i >> 8) & 0xff);
38 buf[3] = (png_byte)(i & 0xff);
48 buf[0] = (png_byte)((i >> 8) & 0xff);
49 buf[1] = (png_byte)(i & 0xff);
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 370 #define LINEAR(x) LINEAR_18030(x>>24, (x>>16)&0xff, (x>>8)&0xff, x&0xff)
614 if(min==0xff) {
622 for(max=0xff; min<max; --max) {
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESFastEngine.java     [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 261 tcg_out8(s, opc & 0xff);
390 tcg_out_modrm(s, 0xff, call ? 2 : 4, TCG_REG_R10);
416 tcg_out_modrm(s, 0xff, 0, r0);
419 tcg_out_modrm(s, 0xff, 1, r0);
439 tcg_out_modrm(s, 0xff | P_REXW, 0, r0);
442 tcg_out_modrm(s, 0xff | P_REXW, 1, r0);
535 tgen_arithi32(s, ARITH_AND, dest, 0xff);
925 tcg_out_modrm_offset(s, 0xff, 4, -1,
935 tcg_out_modrm(s, 0xff, 2, args[0]);
942 tcg_out_modrm(s, 0xff, 4, args[0])
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 48 #define NAND_CMD_RESET 0xff
64 #define NAND_CMD_STATUS_CLEAR 0xff
  /bionic/libm/i387/
fenv.c 49 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff } /*__other*/
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 48 #define NAND_CMD_RESET 0xff
64 #define NAND_CMD_STATUS_CLEAR 0xff
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MDGoldenData.java 55 (byte)0x48, (byte)0x0d, (byte)0x5c, (byte)0xff,
153 (byte)0xff, (byte)0x83, (byte)0x18, (byte)0xd2,
  /external/bluetooth/glib/glib/
guniprop.c 55 ? TTYPE_PART1 ((Char) >> 8, (Char) & 0xff) \
57 ? TTYPE_PART2 (((Char) - 0xe0000) >> 8, (Char) & 0xff) \
567 gunichar val = ATTTABLE (c >> 8, c & 0xff);
607 gunichar val = ATTTABLE (c >> 8, c & 0xff);
673 return ATTTABLE (c >> 8, c & 0xff);
695 return ATTTABLE (c >> 8, c & 0xff);
877 val = ATTTABLE (c >> 8, c & 0xff);
1068 val = ATTTABLE (c >> 8, c & 0xff);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 266 return (a[i] & 0xff) < (b[i] & 0xff);

Completed in 455 milliseconds

<<31323334353637383940>>