HomeSort by relevance Sort by last modified time
    Searched refs:mask (Results 351 - 375 of 2335) sorted by null

<<11121314151617181920>>

  /external/skia/include/pdf/
SkPDFImage.h 45 /** Add a Soft Mask (alpha or shape channel) to the image. Refs mask.
46 * @param mask A gray scale image representing the mask.
47 * @return The mask argument is returned.
49 SkPDFImage* addSMask(SkPDFImage* mask);
  /external/valgrind/main/none/tests/
thread-exits.c 93 sigset_t mask; local
97 sigemptyset(&mask);
98 sigaddset(&mask, SIGCHLD);
99 sigprocmask(SIG_BLOCK, &mask, NULL);
  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 42 virtual void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 52 unsigned long mask; /* bitmask for enabled components */ member in struct:PERF_Config
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/
tc_pedit.h 19 __u32 mask; /* AND */ member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 19 __u32 mask; /* AND */ member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 19 __u32 mask; /* AND */ member in struct:tc_pedit_key
  /system/netd/
main.cpp 151 sigset_t mask; local
153 sigemptyset(&mask);
154 sigaddset(&mask, SIGPIPE);
155 if (sigprocmask(SIG_BLOCK, &mask, NULL) != 0)
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_mgf1.c 15 The Mask Generation Function (MGF1) for PKCS #1, Tom St Denis
25 @param mask [out] The destination
26 @param masklen The length of the mask desired
31 unsigned char *mask, unsigned long masklen)
40 LTC_ARGCHK(mask != NULL);
87 *mask++ = buf[x];
  /external/dropbear/libtommath/
bn_mp_div_2d.c 61 register mp_digit *tmpc, mask, shift; local
63 /* mask */
64 mask = (((mp_digit)1) << D) - 1;
76 rr = *tmpc & mask;
bn_mp_mul_2d.c 47 register mp_digit *tmpc, shift, mask, r, rr; local
51 mask = (((mp_digit)1) << d) - 1;
63 rr = (*tmpc >> shift) & mask;
  /external/freetype/src/pshinter/
pshrec.c 122 /* destroy mask */
124 ps_mask_done( PS_Mask mask,
127 FT_FREE( mask->bytes );
128 mask->num_bits = 0;
129 mask->max_bits = 0;
130 mask->end_point = 0;
134 /* ensure that a mask can contain "count" bits */
136 ps_mask_ensure( PS_Mask mask,
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3;
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max )
219 PS_Mask mask = table->masks; local
260 PS_Mask mask = 0; local
292 PS_Mask mask; local
320 PS_Mask mask; local
586 PS_Mask mask; local
604 PS_Mask mask; local
670 PS_Mask mask; local
    [all...]
  /external/openfst/src/include/fst/
test-properties.h 65 // each property indicated in the mask will be determined and returned
67 // the properties specifically requested in the mask, certain other
74 // is used to implement fst.Properties(mask, true).
76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
88 if ((known_props & mask) == mask) {
105 if (mask & dfs_props) {
111 if (mask & ~(kBinaryProperties | dfs_props)) {
114 if (mask & (kIDeterministic | kNonIDeterministic))
116 if (mask & (kODeterministic | kNonODeterministic)
    [all...]
  /external/openssh/
audit-bsm.c 173 struct au_mask mask; local
175 mask.am_success = mask.am_failure = 0;
180 (void) getauditflagsbin(naflags, &mask);
182 rc = au_user_mask(username, &mask);
185 return(au_preselect(event, &mask, sorf, AU_PRS_REREAD));
206 return; /* audit event does not match mask, do not write */
227 au_mask_t mask; local
239 mask.am_success = 0;
240 mask.am_failure = 0
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 63 // each property indicated in the mask will be determined and returned
65 // the properties specifically requested in the mask, certain other
72 // is used to implement fst.Properties(mask, true).
74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known,
86 if ((known_props & mask) == mask) {
103 if (mask & dfs_props) {
109 if (mask & ~(kBinaryProperties | dfs_props)) {
112 if (mask & (kIDeterministic | kNonIDeterministic))
114 if (mask & (kODeterministic | kNonODeterministic)
    [all...]
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.cpp 34 QPixmap mask; local
35 QPainter painter(&mask);
37 QBitmap bitmap(mask);
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
IconLoader.java 306 int mask = getMask(bitsPerImg); local
314 int clutEntry = ((currentByte >> bitIndex) & mask);
326 * Calculate bit mask for a given number of bits. The mask should enable to
328 * @param numOfBits number of bits to calculate mask for.
329 * @return bit mask
332 int mask = 0x00; local
336 mask = 0x01;
339 mask = 0x03;
342 mask = 0x07
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 36 const ctype_base::mask*
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)

Completed in 1640 milliseconds

<<11121314151617181920>>