/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 90 return ((shift&0x1F)<<7) | ((type&0x3)<<5) | (Rm&0xF); 100 return ((Rs&0xF)<<8) | ((type&0x3)<<5) | (1<<4) | (Rm&0xF);
|
/bionic/libc/kernel/common/linux/ |
netlink.h | 87 #define NLMSG_DONE 0x3
|
/dalvik/vm/ |
Sync.h | 38 #define LW_HASH_STATE_MASK 0x3
|
/external/iproute2/include/linux/ |
netlink.h | 92 #define NLMSG_DONE 0x3 /* End of a dump */
|
/external/opencore/baselibs/gen_data_structures/src/ |
bool_array.h | 69 0, 0x1, 0x3, 0x7,
|
/external/openssl/crypto/x509v3/ |
pcy_int.h | 99 #define POLICY_DATA_FLAG_MAP_MASK 0x3
|
/external/skia/src/animator/ |
SkPathParts.h | 101 SkScalar x3; member in class:SkCubicTo
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11e.h | 86 #define TS_INFO_DIRECTION_MASK (0x3 << TS_INFO_DIRECTION_SHIFT) /* TS info. direction mask */
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
hndpmu.c | 53 {2, 0x3},
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
netlink.h | 82 #define NLMSG_DONE 0x3
|
/sdk/traceview/src/com/android/traceview/ |
Call.java | 24 private static final int METHOD_ACTION_MASK = 0x3;
|
/system/core/toolbox/ |
netstat.c | 47 case 0x3: return "SYN_RECV";
|
/bionic/libc/kernel/arch-x86/asm/ |
apicdef_32.h | 83 #define APIC_LVT_TIMER_BASE_MASK (0x3<<18) 84 #define GET_APIC_TIMER_BASE(x) (((x)>>18)&0x3) 111 #define APIC_TDR_DIV_16 0x3
|
/external/kernel-headers/original/asm-x86/ |
apicdef_32.h | 79 #define APIC_LVT_TIMER_BASE_MASK (0x3<<18) 80 #define GET_APIC_TIMER_BASE(x) (((x)>>18)&0x3) 107 #define APIC_TDR_DIV_16 0x3
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
bitstream_io.cpp | 120 *write_pnt++ = 0x3; 274 stream->oBSize &= (~0x3); // make it multiple of 4 302 stream->oBSize &= (~0x3); // make it multiple of 4
|
/external/webkit/JavaScriptCore/bytecode/ |
SamplingTool.h | 219 ASSERT(!(reinterpret_cast<intptr_t>(vPC) & 0x3)); 229 ASSERT(!(reinterpret_cast<intptr_t>(vPC) & 0x3)); 246 Instruction* vPC() { return reinterpret_cast<Instruction*>(m_sample & ~0x3); }
|
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
apicdef_32.h | 83 #define APIC_LVT_TIMER_BASE_MASK (0x3<<18) 84 #define GET_APIC_TIMER_BASE(x) (((x)>>18)&0x3) 111 #define APIC_TDR_DIV_16 0x3
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
apicdef_32.h | 83 #define APIC_LVT_TIMER_BASE_MASK (0x3<<18) 84 #define GET_APIC_TIMER_BASE(x) (((x)>>18)&0x3) 111 #define APIC_TDR_DIV_16 0x3
|
/external/libffi/src/pa/ |
hpux32.S | 329 .byte 0x83 ;# DW_CFA_offset, column 0x3 338 .uleb128 0x3 343 .uleb128 0x3 356 .byte 0x83 ;# DW_CFA_offset, column 0x3 365 .uleb128 0x3
|
linux.S | 318 .byte 0x83 ;# DW_CFA_offset, column 0x3 327 .uleb128 0x3 332 .uleb128 0x3 345 .byte 0x83 ;# DW_CFA_offset, column 0x3 354 .uleb128 0x3
|