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

<<51525354555657585960>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-common.h 42 block at the beginning, because they are used as mask bits. There
44 the mask mechanism. */
216 /* Disable mask. Keywords are disabled if (reswords[i].disable &
217 mask) is _true_. Thus for keywords which are present in all
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterDBG.h 104 Desc: This function retrieves the report severities bit mask.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
whalTrace.c 155 /* configured the trace mask flag */
  /external/dhcpcd/
net.c 73 uint32_t mask = htonl(address.s_addr); local
75 while (mask) {
77 mask <<= 1;
  /external/jpeg/
jdmaster.c 243 * x = range_limit[x & MASK];
244 * where MASK is 2 bits wider than legal sample data, ie 10 bits for 8-bit
246 * a correct output will be generated; with bogus input data the mask will
  /external/kernel-headers/original/asm-x86/
paravirt.h 106 void (*set_iopl_mask)(unsigned mask);
674 static inline void set_iopl_mask(unsigned mask)
676 PVOP_VCALL1(pv_cpu_ops.set_iopl_mask, mask);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
prm2bits.cpp 73 #define MASK 0x0001
139 bit = value & MASK;
191 *(pt_bitstream--) = value & MASK;
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 26 static const uint32 mask[33] = variable
635 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
703 *pulOutData = (pStream->bitBuf >> (32 - pStream->bitPos)) & mask[(uint16)ucNBits];
  /external/qemu/block/
qcow2-cluster.c 258 uint64_t *l2_table, uint64_t start, uint64_t mask)
261 uint64_t offset = be64_to_cpu(l2_table[0]) & ~mask;
267 if (offset + i * cluster_size != (be64_to_cpu(l2_table[i]) & ~mask))
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 490 long mask
502 req->mask = mask;
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 653 unsigned long mask; local
713 mask=CWBackPixel|CWBorderPixel|CWColormap|CWEventMask;
717 visinfo->visual,mask,&attr);
gl_vidlinuxglx.c 602 unsigned long mask; local
661 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
665 visinfo->visual, mask, &attr);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 686 D3DRENDERSTATE_PLANEMASK = 13, /* DWORD physical plane mask */
887 * Mask is logically anded with the driver status mask
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 686 D3DRENDERSTATE_PLANEMASK = 13, /* DWORD physical plane mask */
887 * Mask is logically anded with the driver status mask
  /external/skia/src/core/
SkBitmapProcState_matrix_repeat.h 128 /* mask to low 16 [would like to use uzp tricks) */
249 /* mask to low 16 [would like to use uzp tricks) */
380 /* mask to low 16 [would like to use uzp tricks) */
  /external/tcpdump/
print-bootp.c 193 { TAG_SUBNET_MASK, "iSubnet-Mask" }, /* subnet mask (RFC950) */
722 printf("[ERROR: Mask width (%d) > 32]", mask_width);
  /external/v8/src/
utils.h 158 // Returns a uint32_t mask of bit field.
159 static uint32_t mask() { function in class:v8::internal::BitField
173 return static_cast<T>((value & mask()) >> shift);
  /external/webkit/WebCore/platform/cf/
BinaryPropertyList.cpp 421 for (size_t mask = numeric_limits<size_t>::max() << 8; count & mask; mask <<= 8)
  /frameworks/base/core/java/android/util/
TypedValue.java 90 /** Complex data: mask to extract unit information (after shifting by
118 /** Complex data: mask to extract radix information (after shifting by
134 /** Complex data: mask to extract mantissa information (after shifting by
  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 176 bool LayerBase::setFlags(uint8_t flags, uint8_t mask) {
177 const uint32_t newFlags = (mCurrentState.flags & ~mask) | (flags & mask);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
prm2bits.cpp 73 #define MASK 0x0001
139 bit = value & MASK;
191 *(pt_bitstream--) = value & MASK;
  /frameworks/base/opengl/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 480 // inmask is a 16-bit mask where bit (1 << (x + y * 4)) tells whether the corresponding (x,y)
537 int mask = ymask & kXMask[xEnd]; local
553 etc1_encode_block(block, mask, encoded);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 26 static const uint32 mask[33] = variable
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
728 *pulOutData = (pStream->bitBuf >> (32 - pStream->bitPos)) & mask[(uint16)ucNBits];
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 639 GL_API void GL_APIENTRY glClear (GLbitfield mask);
721 GL_API void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask);
722 GL_API void GL_APIENTRY glStencilMask (GLuint mask);
    [all...]

Completed in 330 milliseconds

<<51525354555657585960>>