HomeSort by relevance Sort by last modified time
    Searched full:mask (Results 851 - 875 of 2232) sorted by null

<<31323334353637383940>>

  /external/openssl/apps/
openssl.cnf 111 # This sets a mask for permitted string types. There are several options.
116 # MASK:XXXX a literal mask value.
  /external/openssl/crypto/bn/
bn_rand.c 121 int ret=0,bit,bytes,mask; local
132 mask=0xff<<(bit+1);
196 buf[0] &= ~mask;
  /external/tcpdump/
print-isakmp.c 759 const u_char *mask; local
763 mask = data + sizeof(struct in_addr);
766 mask[0], mask[1], mask[2], mask[3]);
781 const u_int32_t *mask; local
785 mask = (u_int32_t *)(data + sizeof(struct in6_addr));
789 mask[0], mask[1], mask[2], mask[3])
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 55 uint32_t mask,
73 uint32_t mask,
77 uc16 mask,
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 48 uint32_t mask,
66 uint32_t mask,
70 uc16 mask,
  /external/webkit/WebCore/svg/
SVGMaskElement.cpp 174 // Mask rect clipped with clippingBoundingBox and filterBoundingBox as long as they are present.
181 // Calculate the smallest rect for the mask ImageBuffer.
237 // create the luminance mask
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 99 WebDragDestinationAction mask = WebDragDestinationActionAny; local
101 delegateRef->dragDestinationActionMaskForDraggingInfo(m_webView, dragData->platformData(), &mask);
103 return (DragDestinationAction)mask;
  /external/zlib/contrib/masmx64/
inffasx64.asm 145 add r14d, eax ; /* len += hold & mask[op] */
244 mov eax, [rbp+rax*4] ; /* eax = lcode[val+(hold&mask[op])]*/
258 mov eax, [r11+rax*4] ; /* eax = dcode[val+(hold&mask[op])]*/
  /frameworks/base/awt/java/awt/image/
PixelGrabber.java 207 int mask = 0xFF; local
225 mask = 0xFFFFFFFF;
231 iData[realOff+x] = cm.getRGB(pixels[srcOff+x] & mask);
  /frameworks/base/core/java/android/view/
KeyEvent.java 167 * <p>This mask is used to check whether one of the ALT meta keys is pressed.</p>
177 * <p>This mask is used to check whether the left ALT meta key is pressed.</p>
186 * <p>This mask is used to check whether the right the ALT meta key is pressed.</p>
195 * <p>This mask is used to check whether one of the SHIFT meta keys is pressed.</p>
205 * <p>This mask is used to check whether the left SHIFT meta key is pressed.</p>
214 * <p>This mask is used to check whether the right SHIFT meta key is pressed.</p>
223 * <p>This mask is used to check whether the SYM meta key is pressed.</p>
231 * This mask is set if the device woke because of this key event.
236 * This mask is set if the key event was generated by a software keyboard.
241 * This mask is set if we don't want the key event to cause us to leav
    [all...]
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 103 private void setFlag(int mask, boolean value) {
105 mFlags |= mask;
107 mFlags &= ~mask;
  /frameworks/base/media/java/android/media/
AudioSystem.java 134 * param mask bit vector of routes to change, created from one or more of
139 public static int setRouting(int mode, int routes, int mask) {
287 public static native int setRingerMode(int mode, int mask);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
utf8.h 57 wchar_t mask = 0x80; local
59 for (; c & mask; ++nBytes)
60 mask >>= 1;
  /hardware/ti/omap3/dspbridge/inc/
cfg.h 91 * Retreive the autostart mask, if any, for this board.
94 * pdwAutoStart: Ptr to location for 32 bit autostart mask.
102 * DSP_SOK: *pdwAutoStart contains autostart mask for this devnode.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 48 sConfig->mask = 0;
142 if (!(assign_long_if_matches(line, "mask", &cfg->mask) ||
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
IDevice.java 38 /** Device change bit mask: {@link DeviceState} change. */
40 /** Device change bit mask: {@link Client} list change. */
42 /** Device change bit mask: build info change. */
  /system/core/libacc/tests/
armreg.h 44 #define INSN_COND_MASK 0xf0000000 /* Condition mask */
45 #define PSR_MODE 0x0000001f /* mode mask */
297 #define INSN_COND_MASK 0xf0000000 /* Condition mask */
  /system/core/libpixelflinger/codeflinger/
armreg.h 44 #define INSN_COND_MASK 0xf0000000 /* Condition mask */
45 #define PSR_MODE 0x0000001f /* mode mask */
297 #define INSN_COND_MASK 0xf0000000 /* Condition mask */
  /external/ppp/pppd/
auth.c 2036 u_int32_t a, mask, ah, offset; local
    [all...]
  /bionic/libc/include/sys/
mount.h 64 * Old magic mount flag and mask
  /bionic/libc/include/
syslog.h 76 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
  /bionic/libm/arm/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
  /bionic/libm/
fpclassify.c 86 mask_nbit_l(u); /* Mask normalization bit if applicable. */
  /bionic/libm/i387/
e_exp.S 56 * We may as well set the rounding mode to to-nearest and mask traps
  /bionic/libm/include/arm/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */

Completed in 379 milliseconds

<<31323334353637383940>>