/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
encode.h | 258 uint64 mask = kFstProperties; local 260 mask &= kILabelInvariantProperties & kOLabelInvariantProperties; 262 mask &= kILabelInvariantProperties & kWeightInvariantProperties & 265 return props & mask;
|
factor-weight.h | 374 virtual uint64 Properties(uint64 mask, bool test) const { 376 uint64 known, test = TestProperties(*this, mask, &known); 378 return test & mask; 380 return impl_->Properties(mask);
|
rmepsilon.h | 463 virtual uint64 Properties(uint64 mask, bool test) const { 465 uint64 known, test = TestProperties(*this, mask, &known); 467 return test & mask; 469 return impl_->Properties(mask);
|
synchronize.h | 357 virtual uint64 Properties(uint64 mask, bool test) const { 359 uint64 known, test = TestProperties(*this, mask, &known); 361 return test & mask; 363 return impl_->Properties(mask);
|
/external/stlport/stlport/stl/ |
c_locale.h | 118 * mask values to those internal values. For other platforms without real
|
/external/tcpdump/ |
print-pgm.c | 295 u_int32_t ivl, rnd, mask; local 331 mask = EXTRACT_32BITS(bp); 335 "mask 0x%08x", EXTRACT_32BITS(&polr->pgmp_seq), 336 EXTRACT_16BITS(&polr->pgmp_round), nla_buf, ivl, rnd, mask);
|
/external/webkit/JavaScriptCore/assembler/ |
ARMv7Assembler.h | 684 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) local 688 ASSERT((condition != ConditionAL) || (mask & (mask - 1))); 689 return (condition << 4) | mask; 693 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) local 696 ASSERT((condition != ConditionAL) || (mask & (mask - 1))); 697 return (condition << 4) | mask; 701 int mask = (ifThenElseConditionBit(condition, inst2if) << 3) local 703 ASSERT((condition != ConditionAL) || (mask & (mask - 1))) 709 int mask = 8; local [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-md5.js | 204 var mask = (1 << chrsz) - 1; 206 bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (i%32); 216 var mask = (1 << chrsz) - 1; 218 str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-md5.js | 204 var mask = (1 << chrsz) - 1; 206 bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (i%32); 216 var mask = (1 << chrsz) - 1; 218 str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
|
/external/webkit/WebCore/html/canvas/ |
WebGLRenderingContext.h | 84 void clear(unsigned long mask); 192 void stencilFunc(unsigned long func, long ref, unsigned long mask); 193 void stencilFuncSeparate(unsigned long face, unsigned long func, long ref, unsigned long mask); 195 void stencilMaskSeparate(unsigned long face, unsigned long mask);
|
/frameworks/base/include/media/ |
IAudioPolicyService.h | 48 virtual status_t setRingerMode(uint32_t mode, uint32_t mask) = 0;
|
/frameworks/base/libs/audioflinger/ |
AudioResampler.h | 60 // phase mask for fraction
|
/frameworks/base/media/libstagefright/include/ |
AwesomePlayer.h | 87 // This is a mask of MediaExtractor::Flags.
|
/frameworks/base/opengl/include/ETC1/ |
etc1.h | 39 // validPixelMask is a 16-bit mask where bit (1 << (x + y * 4)) indicates whether
|
/frameworks/base/opengl/libs/EGL/ |
Loader.h | 77 void *load_driver(const char* driver, egl_connection_t* cnx, uint32_t mask);
|
/frameworks/base/vpn/java/android/net/vpn/ |
VpnProfile.java | 90 * format of "(network address)/(network mask)"
|
/hardware/qcom/gps/loc_api/libloc_api/ |
loc_eng_ni.h | 52 rpc_loc_event_mask_type loc_event, /* event mask */
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriverRate.h | 83 * \brief Driver rate mask
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
Ctrl.h | 110 TI_UINT32 uCurrPolicyEnabledRatesMask; /* holds the current used En/Dis Rates Mask */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
fenv.h | 59 /* We need to be able to map status flag positions to mask flag positions */
|
syslog.h | 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
mount.h | 64 * Old magic mount flag and mask
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
fenv.h | 59 /* We need to be able to map status flag positions to mask flag positions */
|
syslog.h | 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
mount.h | 64 * Old magic mount flag and mask
|