/external/oprofile/module/x86/ |
op_arch.h | 21 /* Bit in processor's status register for interrupt masking */
|
op_apic.c | 28 /* this masking code is unsafe and nasty but might deal with the small
|
/external/valgrind/main/exp-ptrcheck/tests/ |
and.c | 15 // 0x40c38000, masking to 0x40000000 won't give invalid memory, and 16 // masking below that, eg. to 0x00c38000 doesn't give a pointer result.)
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PlatformContextCairo.h | 34 // In Cairo image masking is immediate, so to emulate image clipping we must save masking
|
PlatformContextCairo.cpp | 60 // We must call savePlatformState at least once before we can use image masking,
|
/external/chromium/base/ |
rand_util.cc | 26 // We try to get maximum precision by masking out as many bits as will fit
|
/external/llvm/test/Transforms/ScalarRepl/ |
DifferingTypes.ll | 2 ; generated code should perform the appropriate masking operations required
|
/external/netcat/data/ |
xor.c | 10 Written because there are so many lame schemes for "masking" plaintext
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceClipper.cpp | 109 // If the current clip-path gets clipped itself, we have to fallback to masking. 124 // Only shapes or paths are supported for direct clipping. We need to fallback to masking for texts. 134 // Current shape in clip-path gets clipped too. Fallback to masking. 137 // Fallback to masking, if there is more than one clipping path.
|
SVGImageBufferTools.cpp | 100 // So the actual masking process has to be done in the absolute coordinate space as well.
|
/external/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 76 /* Return number of BAUs in block (masking off high bit containing block 81 /* Return number of BAUs in previous block (masking off high bit containing
|
/external/libvpx/ |
CHANGELOG | 11 --tune=ssim option to enable activity masking 44 also includes support for "activity masking," which greatly improves 56 Add simple version of activity masking.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
TCPackedCache.h | 220 // For masking a K. 223 // For masking a T. 226 // For masking a V or a T.
|
/bionic/libm/man/ |
feenableexcept.3 | 34 .Nd floating-point exception masking
|
/external/clang/lib/CodeGen/ |
README.txt | 14 Bitfields accesses can be shifted to simplify masking and sign
|
/external/icu4c/i18n/ |
usrchimp.h | 91 * we can safely do a compare without masking if the ce is a variable, we mask
|
rbt_set.cpp | 135 // that are masking one another. 356 /* Check for masking. This is MUCH faster than our old check, 358 * only have to check for masking within each bin now. It's
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ViewIdGenerator.java | 77 // Make sure the new id won't conflict with auto-generated ids by masking with 0xffff.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fpu_control.h | 61 /* masking of interrupts */
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_crc.cpp | 146 uint32 masking = 1 << length; local 148 while ((masking >>= 1)) 152 if (!carry ^ !(data & masking))
|
/external/chromium/net/url_request/ |
url_request_filter.cc | 39 // Check to see if we're masking URLs in the url_handler_map_.
|
/external/openssl/crypto/des/ |
ede_cbcm_enc.c | 62 Feedback Masking, by Coppersmith, Johnson and Matyas, (IBM and Certicom).
|
/system/core/libpixelflinger/ |
clear.cpp | 96 // XXX: rgba-dithering, rgba-masking
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
byte_align.cpp | 167 * Round up to the next byte by adding 7 and masking off with 168 * FFF8 or FFFFFFF8. The masking operation is a faster way to
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
touch_tab.cc | 163 // Draw center. Instead of masking out the top portion we simply skip over it
|