Searched
full:mask (Results
1176 -
1200 of
2232) sorted by null
<<41424344454647484950>>
/external/srec/srec/include/ |
fpi_tgt.h | 85 unsigned long stackMask; /* Mask to fit stack size */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
determinize.h | 577 virtual uint64 Properties(uint64 mask, bool test) const { 579 uint64 known, test = TestProperties(*this, mask, &known); 581 return test & mask; 583 return impl_->Properties(mask);
|
replace.h | 581 virtual uint64 Properties(uint64 mask, bool test) const { 583 uint64 known, test = TestProperties(*this, mask, &known); 585 return test & mask; 587 return impl_->Properties(mask);
|
/external/stlport/stlport/stl/ |
_bitset.c | 123 // mask off bits below bound
|
/external/tcpdump/ |
ip.h | 60 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
|
/external/v8/src/ |
register-allocator.cc | 67 value_ = value_ & ~NumberInfoField::mask();
|
/external/webkit/JavaScriptCore/pcre/ |
pcre_tables.cpp | 56 /* These are the indicator bits and the mask for the data bits to set in the
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.8.js | 136 function Mask( b, n ) {
|
/external/webkit/JavaScriptCore/wrec/ |
WRECGenerator.cpp | 291 int mask = ch1Mask | (ch2Mask << 16); local 292 if (mask) 293 or32(Imm32(mask), character); 421 // optimization: gather 'a','A' etc back together, can mask & test once.
|
/external/webkit/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromiumPosix.cpp | 92 // The mask 0x00007F00 gives us the 7 bits that determine the type of the file SQLite is trying to open.
|
/external/webkit/WebCore/rendering/ |
RenderLayerBacking.h | 178 OwnPtr<GraphicsLayer> m_maskLayer; // only used if we have a mask
|
/frameworks/base/awt/java/awt/ |
AWTEvent.java | 419 * The event mask. 432 * the event mask. 477 * Gets the event mask. 481 * @return the event mask.
|
GradientPaintContext.java | 38 * The index mask to lookup color in the table
|
/frameworks/base/awt/java/awt/geom/ |
Rectangle2D.java | 38 * The Constant OUT_LEFT is a mask that is used to indicate that a given 44 * The Constant OUT_TOP is a mask that is used to indicate that a given 50 * The Constant OUT_RIGHT is a mask that is used to indicate that a given 56 * The Constant OUT_BOTTOM is a mask that is used to indicate that a given
|
/frameworks/base/awt/java/awt/image/ |
ImageConsumer.java | 167 * the mask of hint flags.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
AndroidGlyphVector.java | 56 // layout flags mask
|
/frameworks/base/core/java/android/content/ |
IContentService.aidl | 128 void addStatusChangeListener(int mask, ISyncStatusObserver callback);
|
/frameworks/base/include/surfaceflinger/ |
SurfaceComposerClient.h | 137 status_t setFlags(SurfaceID id, uint32_t flags, uint32_t mask);
|
/frameworks/base/libs/audioflinger/ |
AudioMixer.h | 174 void invalidateState(uint32_t mask);
|
AudioPolicyService.h | 49 virtual status_t setRingerMode(uint32_t mode, uint32_t mask);
|
/frameworks/base/media/libmedia/ |
MediaScannerClient.cpp | 205 // compute a bit mask containing all possible encodings
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getbits.h | 157 /* This line is faster way to mask off the high bits. */ 193 /* This line is faster way to mask off the high bits. */ 260 /* This line is faster way to mask off the high bits. */ 325 /* This line is faster way to mask off the high bits. */
|
getgroup.cpp | 223 UInt mask; local 228 mask = 0x40; 243 if ((groupBits & mask) == 0) 249 mask >>= 1;
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
packet_util.cpp | 122 if ((tmpvar32 & 0xFFFFFFF0) == VISUAL_OBJECT_SEQUENCE_START_CODE) /* start code mask 00 00 01 */
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_getbits.cpp | 143 /* This line is faster than to mask off the high bits. */ 181 /* This line is faster than to mask off the high bits. */ 220 /* This line is faster than to mask off the high bits. */ 248 /* This line is faster than to mask off the high bits. */
|
Completed in 586 milliseconds
<<41424344454647484950>>