/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 1085 int mask = (1 << col); local 1148 int mask = (1 << col); local 1160 int mask = (1 << i); local [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
xmmintrin.h | 239 comparison is true, place a mask of all ones in the result, otherwise a 240 mask of zeros. The upper three SPFP values are passed through from A. */ 331 element, if the comparison is true, place a mask of all ones in the 332 result, otherwise a mask of zeros. */ 626 /* This comparison against zero gives us a mask that can be used to 670 /* This comparison against zero gives us a mask that can be used to 718 /* Selects four specific SPFP values from A and B based on MASK. */ 726 #define _mm_shuffle_ps(A, B, MASK) \ 727 ((__m128) __builtin_ia32_shufps ((__v4sf)(A), (__v4sf)(B), (MASK))) 789 /* Creates a 4-bit mask from the most significant bits of the SPFP values. * [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
xmmintrin.h | 239 comparison is true, place a mask of all ones in the result, otherwise a 240 mask of zeros. The upper three SPFP values are passed through from A. */ 331 element, if the comparison is true, place a mask of all ones in the 332 result, otherwise a mask of zeros. */ 626 /* This comparison against zero gives us a mask that can be used to 670 /* This comparison against zero gives us a mask that can be used to 718 /* Selects four specific SPFP values from A and B based on MASK. */ 726 #define _mm_shuffle_ps(A, B, MASK) \ 727 ((__m128) __builtin_ia32_shufps ((__v4sf)(A), (__v4sf)(B), (MASK))) 789 /* Creates a 4-bit mask from the most significant bits of the SPFP values. * [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | 274 private String getClearBufferMask(int mask) { 276 if ((mask & GL_DEPTH_BUFFER_BIT) != 0) { 278 mask &= ~GL_DEPTH_BUFFER_BIT; 280 if ((mask & GL_STENCIL_BUFFER_BIT) != 0) { 285 mask &= ~GL_STENCIL_BUFFER_BIT; 287 if ((mask & GL_COLOR_BUFFER_BIT) != 0) { 292 mask &= ~GL_COLOR_BUFFER_BIT; 294 if (mask != 0) { 298 b.append(getHex(mask)); [all...] |
/bionic/libc/arch-sh/bionic/ |
_setjmp.S | 83 mov.l r0, @-r4 /* dummy signal mask */ 85 mov.l r0, @-r4 /* no saved signal mask */
|
setjmp.S | 99 add #-4, r4 /* skip signal mask */ 101 mov.l r0, @-r4 /* has signal mask */
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 90 assertTrue("The mask generation function algorithm name of " 94 assertTrue("The mask generation function parameters of "
|
/dalvik/vm/alloc/ |
Alloc.h | 58 * Clear flags set by dvmMalloc. Pass in a bit mask of the flags that 61 void dvmClearAllocFlags(Object* obj, int mask);
|
/external/e2fsprogs/intl/ |
loadinfo.h | 92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER, 103 const char *dirlist, size_t dirlist_len, int mask,
|
/external/e2fsprogs/misc/ |
tune2fs.c | 319 #define FEATURE_ON(type, mask) (!(old_features[(type)] & (mask)) && \ 320 ((&sb->s_feature_compat)[(type)] & (mask))) 321 #define FEATURE_OFF(type, mask) ((old_features[(type)] & (mask)) && \ 322 !((&sb->s_feature_compat)[(type)] & (mask))) 323 #define FEATURE_CHANGED(type, mask) ((mask) & \
|
/external/fsck_msdos/ |
dosfs.h | 75 cl_t ClustMask; /* mask for entries in FAT */ 114 #define LRNOMASK 0x1f /* mask to extract long record
|
/external/grub/netboot/ |
epic100.h | 18 INTMASK= 8, /* Interrupt Mask */ 173 #define TRING_COLL_COUNT (0x0F00) /* collision counter (mask) */
|
ns8390.h | 124 #define _3COM_GACFR_TCM 0x40 /* Mask DMA interrupts */ 125 #define _3COM_GACFR_NIM 0x80 /* Mask NIC interrupts */
|
/external/iproute2/ |
README.iproute2+tc | 113 offset mask 0x0F00 shift 6 \ 114 hashkey mask 0x00ff0000 at 8 \
|
/external/iproute2/ip/ |
xfrm.h | 126 const char *strxf_mask8(__u8 mask); 127 const char *strxf_mask32(__u32 mask);
|
/external/iproute2/tc/ |
m_nat.c | 64 sel->mask = htonl(~0u << (32 - addr.bitlen)); 188 len = ffs(sel->mask);
|
/external/iptables/include/ |
iptables.h | 163 extern char *mask_to_dotted(const struct in_addr *mask); 168 extern void parse_interface(const char *arg, char *vianame, unsigned char *mask);
|
/external/kernel-headers/original/asm-x86/ |
signal.h | 137 sigset_t sa_mask; /* mask last for extensibility */ 166 sigset_t sa_mask; /* mask last for extensibility */
|
/external/kernel-headers/original/linux/ |
compat.h | 198 long compat_get_bitmap(unsigned long *mask, compat_ulong_t __user *umask, 200 long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
|
msm_kgsl.h | 155 * flags may be a mask of KGSL_CONTEXT_ values 197 * The flags field may contain a mask KGSL_CONTEXT_* values
|
pagemap.h | 31 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) 34 (__force unsigned long)mask;
|
pci_regs.h | 215 #define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxilliary power support mask */ 219 #define PCI_PM_CAP_PME_MASK 0xF800 /* PME Mask of all supported states */ 264 #define PCI_VPD_ADDR_MASK 0x7fff /* Address mask */ 282 #define PCI_MSI_FLAGS_MASKBIT 0x100 /* 64-bit mask bits allowed */ 288 #define PCI_MSI_MASK_BIT 16 /* Mask bits register */ 294 #define PCI_CHSWP_EIM 0x02 /* ENUM# Signal Mask */ 405 #define PCI_ERR_UNCOR_MASK 8 /* Uncorrectable Error Mask */ 415 #define PCI_ERR_COR_MASK 20 /* Correctable Error Mask */
|
sockios.h | 44 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 45 #define SIOCSIFNETMASK 0x891c /* set network PA mask */
|
/external/oprofile/libop/ |
op_xml_out.c | 40 "mask", 83 "mask",
|
/external/quake/quake/src/WinQuake/ |
net_udp.cpp | 92 int ifc_get_info(const char *name, in_addr_t *addr, in_addr_t *mask, unsigned *flags) 105 if (mask != NULL) { 107 *mask = 0; 109 *mask = ((struct sockaddr_in*) (void*) &ifr.ifr_addr)->sin_addr.s_addr; 280 int mask; local 291 mask=-1; 307 mask<<=8; 318 ((struct sockaddr_in *)hostaddr)->sin_addr.s_addr = (myAddr & htonl(mask)) | htonl(addr);
|