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

<<11121314151617181920>>

  /external/webkit/WebCore/wml/
WMLInputElement.cpp 267 // If the inputed char doesn't conform to the input mask, stop handling
397 //skip over the next mask character
410 // calculate the number of characters allowed to be entered by input mask
459 UChar mask = m_formatMask[maskIndex]; local
460 // match the inputed character with input mask
461 switch (mask) {
487 ok = (mask == inChar);
496 UChar mask; local
499 mask = m_formatMask[++index];
500 if (mask == '\\'
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.c 38 u8 mask; local
42 mask = ENCODE_MEM_USE;
45 mask = ENCODE_MEM_DEF;
48 *maskPtr &= ~mask;
89 static inline void setupRegMask(u8 *mask, int reg)
103 *mask |= seed << shift;
107 * Set up the proper fields in the resource mask
121 /* Set up the mask for resources that are updated */
165 /* Set up the mask for resources that are used */
  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.cpp 94 ARMWord mask; local
99 mask = 0xff000000;
102 if ((imm & mask) == 0) {
108 mask >>= 2;
109 if (mask & 0x3) {
112 mask = 0xff00;
115 if ((imm & mask) == 0) {
121 mask >>= 2;
122 if (mask & 0x3)
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 157 const int mask = 1<<i; local
163 info.masked = !!(masking & mask);
172 info.replaced = !!(mTextureMachine.replaced & mask);
178 mBlending |= (info.blend ? mask : 0);
179 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0;
180 fbComponents |= mCbFormat.c[i].h ? mask : 0;
260 const int mask = GGL_DITHER_SIZE-1; local
262 AND(AL, 0, parts.dither.reg, parts.count.reg, imm(mask));
520 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced);
605 if ((tmu.mask & component_mask) &
934 int mask = 0; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectStreamConstants.java 152 * Bit mask for the {@code flag} field in ObjectStreamClass. Indicates
158 * Bit mask for the {@code flag} field in ObjectStreamClass. Indicates
164 * Bit mask for the {@code flag} field in ObjectStreamClass. Indicates
170 * Bit mask for the {@code flag} field in ObjectStreamClass. Indicates
181 * Bit mask for the {@code flag} field in ObjectStreamClass. Indicates
  /external/oprofile/libop/
op_events.c 157 parse_error("invalid unit mask type");
165 parse_error("invalid unit mask tag");
174 parse_error("Missing name for unit mask");
176 parse_error("Missing type for unit mask");
190 parse_error("invalid unit mask entry");
195 parse_error("invalid unit mask entry");
218 * \t0x0 No unit mask
228 "oprofile: could not open unit mask description file %s\n", file);
246 parse_error("no unit mask name line");
248 parse_error("oprofile: maximum unit mask entries exceeded")
266 u32 mask = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysmouse.c 77 /* Local functions to convert the SDL cursor mask into Windows format */
106 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
154 memxor(xptr, data, mask, run);
157 memnot(aptr, mask, run);
158 mask += run;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 52 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
71 /* Mix the mask and the data */
87 /* The mask is OR'd with the data to turn inverted color
91 x_mask[i] = data[i] | mask[i];
106 /* Create the data mask */
  /external/qemu/hw/
arm_gic.c 166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
217 DPRINTF("Set %d pending mask %x\n", irq, cm);
249 int mask; local
288 mask = (irq < 32) ? cm : ALL_CPU_MASK;
290 if (GIC_TEST_PENDING(irq + i, mask)) {
300 mask = (irq < 32) ? cm : ALL_CPU_MASK;
302 if (GIC_TEST_ACTIVE(irq + i, mask)) {
405 int mask = (irq < 32) ? (1 << cpu) : GIC_TARGET(irq); local
411 if (GIC_TEST_LEVEL(irq + i, mask)
413 DPRINTF("Set %d pending mask %x\n", irq + i, mask)
534 int mask; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 82 #define TS_INFO_TID_MASK (0xf << TS_INFO_TID_SHIFT) /* TS info. TID mask */
84 #define TS_INFO_CONTENTION_MASK (0x1 << TS_INFO_CONTENTION_SHIFT) /* TS info. contention mask */
86 #define TS_INFO_DIRECTION_MASK (0x3 << TS_INFO_DIRECTION_SHIFT) /* TS info. direction mask */
88 #define TS_INFO_PSB_MASK (1 << TS_INFO_PSB_SHIFT) /* TS info. PSB mask */
93 /* TS info. user priority mask */
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
eventMbox.c 74 TI_UINT32 bitMask;/* Event bit mask */
147 | Id | Event Mask Bit | Event String | Length |
241 * Do Not clear the mask Event could use us again when restart/recovery!!!!
413 * \brief confige the Mask vector in FW
419 * This function is called upon exit from init it will set the mask vector.
422 * The driver whishes to just set back previous event mask configuration
432 TRACE1(pEventMbox->hReport, REPORT_SEVERITY_INFORMATION, "eventMbox_InitComplete: mask = 0x%x\n", pEventMbox->iTxnEventMbox.iEventMboxBuf.eventsMask);
451 * This function doesn't change the mask vector in FW!!!
526 * \brief Un mask an event
529 * \param EvID - the event ID to un mask
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
eventMbox.c 74 TI_UINT32 bitMask;/* Event bit mask */
147 | Id | Event Mask Bit | Event String | Length |
241 * Do Not clear the mask Event could use us again when restart/recovery!!!!
413 * \brief confige the Mask vector in FW
419 * This function is called upon exit from init it will set the mask vector.
422 * The driver whishes to just set back previous event mask configuration
432 TRACE1(pEventMbox->hReport, REPORT_SEVERITY_INFORMATION, "eventMbox_InitComplete: mask = 0x%x\n", pEventMbox->iTxnEventMbox.iEventMboxBuf.eventsMask);
451 * This function doesn't change the mask vector in FW!!!
526 * \brief Un mask an event
529 * \param EvID - the event ID to un mask
    [all...]
  /external/qemu/target-arm/
helper.c 353 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask)
355 if (mask & CPSR_NZCV) {
361 if (mask & CPSR_Q)
363 if (mask & CPSR_T)
365 if (mask & CPSR_IT_0_1) {
369 if (mask & CPSR_IT_2_7) {
373 if (mask & CPSR_GE) {
377 if ((env->uncached_cpsr ^ val) & mask & CPSR_M) {
380 mask &= ~CACHED_CPSR_BITS;
381 env->uncached_cpsr = (env->uncached_cpsr & ~mask) | (val & mask)
779 uint32_t mask; local
1134 uint32_t mask; local
1306 uint32_t mask; local
1321 uint32_t mask; local
2251 uint32_t mask; local
    [all...]
neon_helper.c 698 uint32_t mask; local
699 mask = (a ^ b) & 0x80808080u;
702 return (a + b) ^ mask;
707 uint32_t mask; local
708 mask = (a ^ b) & 0x80008000u;
711 return (a + b) ^ mask;
733 uint32_t mask; local
737 mask = 0;
739 mask |= 0xff;
741 mask |= (0xff << 8)
1050 uint64_t mask; local
1059 uint64_t mask; local
1090 uint64_t mask; local
1099 uint64_t mask; local
    [all...]
cpu.h 116 uint32_t c2_mask; /* MMU translation table base selection mask. */
117 uint32_t c2_base_mask; /* MMU translation table base 0 mask. */
259 /* Set the CPSR. Note that some bits of mask must be all-set or all-clear. */
260 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask);
274 /* Set the xPSR. Note that some bits of mask must be all-set or all-clear. */
275 static inline void xpsr_write(CPUARMState *env, uint32_t val, uint32_t mask)
277 if (mask & CPSR_NZCV) {
283 if (mask & CPSR_Q)
285 if (mask & (1 << 24))
287 if (mask & CPSR_IT_0_1)
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
dec_alg_codebook.cpp 87 #define NB_POS 16 /* pos in track, mask for sign bit */
121 int32 mask, i; local
123 mask = ((1 << N) - 1);
127 pos1 = ((index & mask) + offset);
148 int32 mask, i; local
150 mask = (int32)(sub_int16(shl_int16(1, N), 1)); /* mask = ((1<<N)-1); */
154 /* pos1 = (((index >> N) & mask) + offset); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); *
195 int32 mask, idx; local
232 int32 mask, idx; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 87 #define NB_POS 16 /* pos in track, mask for sign bit */
121 int32 mask, i; local
123 mask = ((1 << N) - 1);
127 pos1 = ((index & mask) + offset);
148 int32 mask, i; local
150 mask = (int32)(sub_int16(shl_int16(1, N), 1)); /* mask = ((1<<N)-1); */
154 /* pos1 = (((index >> N) & mask) + offset); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); *
195 int32 mask, idx; local
232 int32 mask, idx; local
    [all...]
  /external/skia/include/core/
SkMatrix.h 33 /** Enum of bit fields for the mask return by getType().
44 /** Returns a mask bitfield describing the types of transformations
374 static MapXYProc GetMapXYProc(TypeMask mask) {
375 SkASSERT((mask & ~kAllMasks) == 0);
376 return gMapXYProcs[mask & kAllMasks];
386 static MapPtsProc GetMapPtsProc(TypeMask mask) {
387 SkASSERT((mask & ~kAllMasks) == 0);
388 return gMapPtsProcs[mask & kAllMasks];
445 void setTypeMask(int mask) {
446 // allow kUnknown or a valid mask
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Client.java 43 /** Client change bit mask: application name change */
45 /** Client change bit mask: debugger status change */
47 /** Client change bit mask: debugger port change */
49 /** Client change bit mask: thread update flag change */
51 /** Client change bit mask: thread data updated */
53 /** Client change bit mask: heap update flag change */
55 /** Client change bit mask: head data updated */
57 /** Client change bit mask: native heap data updated */
59 /** Client change bit mask: thread stack trace updated */
61 /** Client change bit mask: allocation information updated *
    [all...]
  /external/dnsmasq/src/
util.c 320 int is_same_net(struct in_addr a, struct in_addr b, struct in_addr mask)
322 return (a.s_addr & mask.s_addr) == (b.s_addr & mask.s_addr);
372 int mask = 0, i = 0; local
395 mask = mask << 1;
397 mask |= 1;
407 *wildcard_mask = mask;
413 int memcmp_masked(unsigned char *a, unsigned char *b, int len, unsigned int mask)
416 for (count = 1, i = len - 1; i >= 0; i--, mask = mask >> 1
    [all...]
  /external/iproute2/examples/diffserv/
Edge1 38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
Edge2 56 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
58 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
60 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
  /external/kernel-headers/original/asm-x86/
smp_32.h 65 int (*smp_call_function_mask)(cpumask_t mask,
97 static inline int smp_call_function_mask(cpumask_t mask,
101 return smp_ops.smp_call_function_mask(mask, func, info, wait);
  /external/libpng/
pngwtran.c 107 int mask, v; local
113 mask = 0x80;
119 v |= mask;
121 if (mask > 1)
122 mask >>= 1;
125 mask = 0x80;
131 if (mask != 0x80)
263 png_byte mask;
267 mask = 0x55;
269 mask = 0x11
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 101 int mask, v; local
107 mask = 0x80;
113 v |= mask;
115 if (mask > 1)
116 mask >>= 1;
119 mask = 0x80;
125 if (mask != 0x80)
256 png_byte mask;
260 mask = 0x55;
262 mask = 0x11
    [all...]

Completed in 227 milliseconds

<<11121314151617181920>>