HomeSort by relevance Sort by last modified time
    Searched full:"0 x2" (Results 201 - 225 of 1035) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /system/core/sh/
expand.h 52 #define EXP_TILDE 0x2 /* do normal tilde expansion */
  /bionic/libc/kernel/common/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /development/ndk/platforms/android-3/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /external/llvm/test/MC/MachO/
absolutize.s 98 // CHECK: ('word-1', 0x2)),
104 // CHECK: ('word-1', 0x2)),
indirect-symbols.s 112 // CHECK: ('n_type', 0x2)
128 // CHECK: ('n_type', 0x2)
  /external/openssl/crypto/x509v3/
pcy_int.h 93 #define POLICY_DATA_FLAG_MAPPED_ANY 0x2
173 #define POLICY_FLAG_ANY_POLICY 0x2
  /external/skia/src/animator/
SkPathParts.cpp 133 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 140 array[item++] = new TestCase( SECTION, "0x2", 2, 0x2 );
157 array[item++] = new TestCase( SECTION, "0X2", 2, 0X2 );
174 array[item++] = new TestCase( SECTION, "0x2", 2, 0x2 );
191 array[item++] = new TestCase( SECTION, "0X2", 2, 0X2 );
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 78 #define SCX_PARAM_TYPE_VALUE_OUTPUT 0x2
88 #define SCX_PARAM_TYPE_OUTPUT_FLAG 0x2
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if.h 30 #define IFF_BROADCAST 0x2 /* broadcast address valid */
57 #define IFF_EBRIDGE 0x2 /* Ethernet bridging device. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
elf.h 209 #define PF_W 0x2
253 #define SHF_ALLOC 0x2
  /external/kernel-headers/original/asm-x86/
voyager.h 91 #define VOYAGER_WRITE_CONFIG 0x2
456 #define VOYAGER_SUS_VALID 0x2
461 #define VOYAGER_DO_DUMP 0x2
470 #define VOYAGER_OS_IN_PROGRESS 0x2
474 #define VOYAGER_SUS_IN_PROGRESS 0x2
  /external/libvpx/vp8/common/arm/armv6/
idct_v6.asm 70 ldrsh r7, [r0], #0x2 ; input[0] 1, r7 unavail 2 ++ [0]
91 strh r10, [r1], #0x2 ; out[0] = a1+d1 1 ++
158 mov r5, #0x2 ; i i
240 mov r5, #0x2 ; i=2 i
277 mov r5, #0x2 ; i=2 i
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 444 z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)];
447 skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, 0x2)];
449 skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, 0x9)];
453 x[2] = z[3] ^ S5[GB(x, 0x0)] ^ S6[GB(x, 0x2)] ^ S7[GB(x, 0x1)] ^ S8[GB(x, 0x3)] ^ S8[GB(z, 0x2)];
    [all...]
  /external/grub/stage2/
start.S 237 * BIOS call "INT 0x13 Function 0x2" to read sectors from disk into memory
238 * Call with %ah = 0x2
253 movb $0x2, %ah /* function 2 */

Completed in 2332 milliseconds

1 2 3 4 5 6 7 891011>>