/system/core/toolbox/ |
mount.c | 42 /* name mask set noset */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/ |
TNETW_Driver_api.h | 98 UINT16 aMaxTransmitRate,/* A bit mask that specifies the initial */
|
TNETW_Driver_types.h | 66 /* Tx packet Control-Block flags bit-mask. */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.h | 51 #define TX_STATUS_DATA_OUT_COUNT_MASK 0x000F /* Tx status register mask of the FW counter of
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_event_mbox.h | 181 /* Events Bit Mask */
|
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBldCfgIE.h | 70 TI_STATUS cmdBld_CfgIeEventMask (TI_HANDLE hCmdBld, TI_UINT32 mask, void *fCb, TI_HANDLE hCb);
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_event_mbox.h | 191 /* Events Bit Mask */
|
/dalvik/vm/ |
Init.c | 1070 sigset_t mask; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 208 GWorldPtr mask; // transparent mask member in struct:private_hwdata 988 if ( noErr != NewGWorld (&(surface->hwdata->mask), depth, &rect, 0, SDL_Display, 0 ) < 0 ) { 1002 SetGWorld (surface->hwdata->mask, SDL_Display); 1010 GetPortBitMapForCopyBits(surface->hwdata->mask), 1013 SetGWorld (surface->hwdata->mask, SDL_Display); [all...] |
/external/webkit/JavaScriptCore/yarr/ |
RegexJIT.cpp | 183 // optimization: gather 'a','A' etc back together, can mask & test once. 541 int mask = 0; local 546 mask |= 32; 548 mask |= 32 << 16; 551 if (mask) { 553 or32(Imm32(mask), character); 554 state.jumpToBacktrack(branch32(NotEqual, character, Imm32(chPair | mask)), this); [all...] |
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
driver_ti.c | 475 u8 mask; local 483 mask = 0x3F; /* 6 bytes */ 488 mask = 0x3F; /* 6 bytes */ 493 mask = 0x7; /* 3 bytes */ 498 mask = 0x3; /* 2 bytes */ 505 dfreq_ptr->mask[0] = mask; [all...] |
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/ |
driver_ti.c | 475 u8 mask; local 483 mask = 0x3F; /* 6 bytes */ 488 mask = 0x3F; /* 6 bytes */ 493 mask = 0x7; /* 3 bytes */ 498 mask = 0x3; /* 2 bytes */ 505 dfreq_ptr->mask[0] = mask; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
XMLChar.java | 35 * array and applying the appropriate mask flag (e.g.
58 /** Valid character mask. */
61 /** Space character mask. */
64 /** Name start character mask. */
67 /** Name character mask. */
70 /** Pubid character mask. */
74 * Content character mask. Special characters are those that can
83 /** NCName start character mask. */
86 /** NCName character mask. */
[all...] |
/external/e2fsprogs/e2fsck/ |
problem.c | [all...] |
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 1421 unsigned int shift, unsigned int mask) { 1422 unsigned int aElem = (a >> shift) & mask; 1423 unsigned int bElem = (b >> shift) & mask; 1424 unsigned int cElem = (c >> shift) & mask; 1425 unsigned int dElem = (d >> shift) & mask; 1426 unsigned int avgElem = ((aElem + bElem + cElem + dElem) >> 2) & mask; 1431 unsigned int shift, unsigned int mask) { 1432 unsigned int aElem = (a >> shift) & mask; 1433 unsigned int bElem = (b >> shift) & mask; 1434 unsigned int avgElem = ((aElem + bElem) >> 1) & mask; [all...] |
/external/webkit/WebCore/html/canvas/ |
WebGLRenderingContext.cpp | 374 void WebGLRenderingContext::clear(unsigned long mask) 376 m_context->clear(mask); [all...] |
WebGLRenderingContext.idl | 484 void clear(in unsigned long mask); [all...] |
/external/dropbear/ |
scp.c | 832 int amt, exists, first, mask, mode, ofd, omode; local 843 mask = umask(0); 845 (void) umask(mask); 1070 if (fchmod(ofd, omode & ~mask)) { 1072 if (chmod(np, omode & ~mask)) {
|
/external/grub/netboot/ |
w89c840.c | 107 The compiler will convert <unsigned>'%'<2^N> into a bit mask. 227 #define PRIV_ALIGN 15 /* Required alignment mask */ 352 /* Clear and Enable interrupts by setting the interrupt mask. */ 617 ioaddr = probe_addrs[0]; /* Mask the bit that says "this is an io addr" */ 623 ioaddr = ioaddr & ~3; /* Mask the bit that says "this is an io addr" */
|
/external/libxml2/ |
xmlstring.c | 608 xmlChar mask; local 620 for (mask=0x20; mask != 0; mask>>=1) { 621 if (!(*utf & mask))
|
/external/opencore/protocols/rtp_payload_parser/util/src/ |
latmpayloadparser.cpp | 1292 uint8 mask[] = {255, 127, 63, 31, 15, 7, 3, 1, 0}; local [all...] |
/external/tremolo/Tremolo/ |
codebook.c | 742 int mask=(1<<s->q_bits)-1; local 744 v[i]=entry&mask; 751 int mask=(1<<s->q_pack)-1; local 754 v[i]=((unsigned char *)(s->q_val))[entry&mask]; 756 v[i]=((ogg_uint16_t *)(s->q_val))[entry&mask];
|
/frameworks/base/core/java/android/view/ |
Window.java | 631 * @param mask Which of the window flag bits to modify. 633 public void setFlags(int flags, int mask) { 635 attrs.flags = (attrs.flags&~mask) | (flags&mask); 636 mForcedWindowFlags |= mask; [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 103 /** The mask (in packed position representation) for the child */ 106 /** The mask (in packed position representation) for the group */ 109 /** The mask (in packed position representation) for the type */ 118 /** The mask (in integer child position representation) for the child */ 121 /** The mask (in integer group position representation) for the group */ [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 191 * Set a mask of the configuration parameters for which this drawable 194 * @param configs A mask of the changing configuration parameters, as 204 * Return a mask of the configuration parameters for which this drawable 211 * @return Returns a mask of the changing configuration parameters, as 842 * Return a bit mask of configuration changes that will impact [all...] |