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

<<11121314151617181920>>

  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
STADExternalIf.h 265 ((ratesString[i] & 0x7F) * 500000). Bits 1-7 are used for the bitrate and bit 8 is MASK used
281 TI_UINT8 maskLength; /**< Byte-Mask Length, 1-8 bytes of mask, 0- match all packets */
282 TI_UINT8 patternLength; /**< Should correspond to the number of asserted bits in the Byte-Mask */
283 TI_UINT8 mask[RX_DATA_FILTER_MAX_MASK_SIZE]; /**< Byte-Mask */ member in struct:__anon14457
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 239 *(Uint64 *)load = 0x00fefefe00fefefeULL;/* alpha128 mask */
240 movq_m2r(*load, mm4); /* alpha128 mask -> mm4 */
241 *(Uint64 *)load = 0x0001010100010101ULL;/* !alpha128 mask */
242 movq_m2r(*load, mm3); /* !alpha128 mask -> mm3 */
243 movd_m2r(dalpha, mm7); /* dst alpha mask */
244 punpckldq_r2r(mm7, mm7); /* dst alpha mask | dst alpha mask -> mm7 */
259 pand_r2r(mm4, mm6); /* dst & mask -> mm6 */
260 pand_r2r(mm4, mm5); /* src & mask -> mm5 */
264 pand_r2r(mm3, mm2); /* mm2 & !mask -> mm2 *
    [all...]
  /external/bluetooth/bluez/test/
l2test.c 829 uint32_t channels, mask = 0x0000; local
903 memcpy(&mask, rsp->data, sizeof(mask));
904 printf("Extended feature mask is 0x%04x\n", btohl(mask));
905 if (mask & 0x01)
907 if (mask & 0x02)
909 if (mask & 0x04)
911 if (mask & 0x08)
913 if (mask & 0x10
    [all...]
  /external/icu4c/common/unicode/
ushape.h 179 /** Bit mask for memory options. @stable ICU 2.0 */
183 /** Bit mask for LamAlef memory options. */
205 /** Bit mask for direction indicators. @stable ICU 2.0 */
228 /** Bit mask for letter shaping options. @stable ICU 2.0 */
277 /** Bit mask for digit shaping options. @stable ICU 2.0 */
290 /** Bit mask for digit type options. @stable ICU 2.0 */
303 /** Bit mask for tashkeel aggregation. @stable ICU 3.6 */
319 /** Bit mask for preserve presentation form. @stable ICU 3.6 */
336 /** Bit mask for Seen memory options. */
354 /** Bit mask for YehHamza memory options. *
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARM.h 425 Jump branchTest32(Condition cond, RegisterID reg, RegisterID mask)
428 m_assembler.tst_r(reg, mask);
432 Jump branchTest32(Condition cond, RegisterID reg, Imm32 mask = Imm32(-1))
435 ARMWord w = m_assembler.getImm(mask.m_value, ARMRegisters::S0, true);
443 Jump branchTest32(Condition cond, Address address, Imm32 mask = Imm32(-1))
446 return branchTest32(cond, ARMRegisters::S1, mask);
449 Jump branchTest32(Condition cond, BaseIndex address, Imm32 mask = Imm32(-1))
452 return branchTest32(cond, ARMRegisters::S1, mask);
602 void setTest32(Condition cond, Address address, Imm32 mask, RegisterID dest)
605 if (mask.m_value == -1
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 502 os_memoryCopy(pRxData->hOs, (PVOID) filterRequest.mask, (PVOID) pRequest->Mask, sizeof(filterRequest.mask));
517 os_memoryCopy(pRxData->hOs, (PVOID) filterRequest.mask, (PVOID) pRequest->Mask, sizeof(filterRequest.mask));
595 if ((os_memoryCompare(pRxData->hOs, pRxData->filterRequests[i].mask, request->mask, request->maskLength) == 0) &&
634 /* if the pattern bit mask is enabled add it to the end of the request */
637 os_memoryCopy(pRxData->hOs, fieldPatterns + *lenFieldPatterns, fieldPattern->mask, fieldPattern->length)
    [all...]
  /bionic/libm/man/
feenableexcept.3 52 unmask and mask (respectively) exceptions specified in
57 returns the current exception mask.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
NetUtil.java 98 * Shift the int so the current byte is right-most Use a byte mask of
109 * First mask the byte with 255, as when a negative signed byte converts
  /dalvik/libcore/security/src/test/java/tests/security/spec/
MGF1ParameterSpecTest.java 93 * digest used by the mask generation function
109 * digest used by the mask generation function
  /dalvik/vm/interp/
Jit.h 76 static inline u4 dvmJitHashMask( const u2* p, u4 mask ) {
77 return ((((u4)p>>12)^(u4)p)>>1) & (mask);
  /external/bluetooth/bluez/src/
storage.h 45 uint16_t mask_result, uint32_t mask);
48 uint16_t *mask_result, uint32_t *mask);
  /external/bluetooth/bluez/tools/
hcisecfilter.c 46 printf("Type mask: { 0x%02x }\n", type_mask);
69 printf("Event mask: { 0x%08x, 0x%08x }\n",
  /external/bluetooth/glib/gobject/
gsignal.c 152 GSignalMatchType mask,
473 GSignalMatchType mask,
483 if (mask & G_SIGNAL_MATCH_ID)
489 if (mask & G_SIGNAL_MATCH_FUNC)
496 mask = ~mask;
499 ((mask & G_SIGNAL_MATCH_DETAIL) || handler->detail == detail) &&
500 ((mask & G_SIGNAL_MATCH_CLOSURE) || handler->closure == closure) &&
501 ((mask & G_SIGNAL_MATCH_DATA) || handler->closure->data == data) &&
502 ((mask & G_SIGNAL_MATCH_UNBLOCKED) || handler->block_count == 0) &
    [all...]
  /external/icu4c/common/
uprops.c 89 uint32_t mask; member in struct:__anon2180
92 * column and mask values for binary properties from u_getUnicodeProperties().
96 * Properties with mask 0 are handled in code.
156 uint32_t mask=binProps[which].mask; local
158 if(mask!=0) {
160 return (u_getUnicodeProperties(c, column)&mask)!=0;
363 if(binProps[which].mask!=0) {
  /external/icu4c/i18n/
usrchimp.h 85 * preprocessed mask that takes into account case options. since we are only
88 * we can safely do a compare without masking if the ce is a variable, we mask
  /external/kernel-headers/original/asm-x86/
tlbflush_32.h 158 #define flush_tlb_others(mask, mm, va) \
159 native_flush_tlb_others(&mask, mm, va)
  /external/kernel-headers/original/linux/
console_struct.h 42 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */
43 unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */
  /external/openssl/crypto/rc4/
rc4_enc.c 180 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; local
186 mask <<= (sizeof(RC4_CHUNK)-len)<<3;
202 ochunk &= ~mask;
203 ochunk |= (otp^ichunk) & mask;
233 RC4_CHUNK mask=(RC4_CHUNK)-1, ochunk; local
239 mask >>= (sizeof(RC4_CHUNK)-len)<<3;
255 ochunk &= ~mask;
256 ochunk |= (otp^ichunk) & mask;
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 41 // The mask of access flags.
73 * flags as a logical bit mask of <code>INTERNAL_ACC_PRIVATE</code>,
  /external/qemu/distrib/sdl-1.2.12/include/
SDL.h 77 /* This function returns mask of the specified subsystems which have
79 If 'flags' is 0, it returns a mask of all initialized subsystems.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 20 #define GAME_PORT_RESET 0x60 /* reset joystick mask with given value */
32 UCHAR ucJs_JoyStickMask; /* mask of connected joystick pots */
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 322 /* The alpha mask doesn't appears to be needed */
450 const struct ColourMasks* mask; local
467 mask = ph_GetColourMasks(bpp);
468 if (mask != NULL)
470 SDL_ReallocFormat(current, mask->bpp, mask->red, mask->green, mask->blue, 0);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 138 // If test=false, return stored properties bits for mask (some poss. unknown)
139 // If test=true, return property bits for mask (computing o.w. unknown)
140 virtual uint64 Properties(uint64 mask, bool test)
422 uint64 Properties(uint64 mask) const { return properties_ & mask; }
426 void SetProperties(uint64 props, uint64 mask) {
427 properties_ &= ~mask;
428 properties_ |= props & mask;
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 35 * Constants for encoding modifier key set as a bit mask.
84 * Creates a number encoding keyCode in the lower 8 bits and modifiers mask in the higher 8 bits.
  /external/webkit/WebKit/mac/Misc/
WebKitLogging.m 64 if ((logLevel & channel->mask) == channel->mask)

Completed in 91 milliseconds

<<11121314151617181920>>