/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
rational.h | 210 virtual uint64 Properties(uint64 mask, bool test) const { 212 uint64 known, test = TestProperties(*this, mask, &known); 214 return test & mask; 216 return impl_->Properties(mask);
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uchar.h | 433 This is the General_Category property returned as a bit mask. 437 a multi-bit mask is used for sets of categories like "Letters". 438 Mask values should be cast to uint32_t. 441 /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */ 443 /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */ 593 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 595 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 597 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 599 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 601 /** Mask constant for a UCharCategory. @stable ICU 2.1 * [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
uchar.h | 433 This is the General_Category property returned as a bit mask. 437 a multi-bit mask is used for sets of categories like "Letters". 438 Mask values should be cast to uint32_t. 441 /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */ 443 /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */ 593 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 595 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 597 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 599 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 601 /** Mask constant for a UCharCategory. @stable ICU 2.1 * [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 150 var mask = (1 << chrsz) - 1; 152 bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (32 - chrsz - i%32); 162 var mask = (1 << chrsz) - 1; 164 str += String.fromCharCode((bin[i>>5] >>> (32 - chrsz - i%32)) & mask);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 150 var mask = (1 << chrsz) - 1; 152 bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (32 - chrsz - i%32); 162 var mask = (1 << chrsz) - 1; 164 str += String.fromCharCode((bin[i>>5] >>> (32 - chrsz - i%32)) & mask);
|
/external/webkit/WebCore/icu/unicode/ |
uchar.h | 433 This is the General_Category property returned as a bit mask. 437 a multi-bit mask is used for sets of categories like "Letters". 438 Mask values should be cast to uint32_t. 441 /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */ 443 /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */ 593 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 595 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 597 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 599 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 601 /** Mask constant for a UCharCategory. @stable ICU 2.1 * [all...] |
/external/webkit/WebCore/platform/graphics/cairo/ |
rgb24-hacks.txt | 32 /* If we have a fallback mask clip set on the dst, we have
|
/external/webkit/WebCore/rendering/style/ |
StyleReflection.h | 50 const NinePieceImage& mask() const { return m_mask; } function in class:WebCore::StyleReflection
|
/external/webkit/WebKit/chromium/public/ |
WebDragOperation.h | 53 // Alternate typedef to make it clear when this is being used as a mask
|
/external/webkit/WebKit/mac/icu/unicode/ |
uchar.h | 433 This is the General_Category property returned as a bit mask. 437 a multi-bit mask is used for sets of categories like "Letters". 438 Mask values should be cast to uint32_t. 441 /** First constant for bit-mask Unicode properties. @stable ICU 2.4 */ 443 /** One more than the last constant for bit-mask Unicode properties. @stable ICU 2.4 */ 593 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 595 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 597 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 599 /** Mask constant for a UCharCategory. @stable ICU 2.1 */ 601 /** Mask constant for a UCharCategory. @stable ICU 2.1 * [all...] |
/frameworks/base/awt/javax/imageio/ |
ImageTypeSpecifier.java | 93 * the red mask. 95 * the green mask. 97 * the blue mask. 99 * the alpha mask.
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
GeneralUtil.h | 80 TI_UINT16 Mask;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-3/arch-arm/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-4/arch-arm/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-5/arch-arm/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-5/arch-x86/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-8/arch-arm/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
ppdev.h | 23 unsigned char mask; member in struct:ppdev_frob_struct
|
/ndk/build/platforms/android-8/arch-x86/usr/include/netinet/ |
ip_icmp.h | 46 * RFC 950, August 1985. (Address Mask Request / Reply) 138 #define ICMP_MASKLEN 12 /* address mask */ 188 #define ICMP_MASKREQ 17 /* address mask request */ 189 #define ICMP_MASKREPLY 18 /* address mask reply */
|
/prebuilt/linux-x86/oprofile/bin/ |
oparchive | |