Searched
full:xffff (Results
476 -
500 of
3558) sorted by null
<<11121314151617181920>>
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
sigsys_handlers.h | 33 // The crashing address will be request & 0xFFFF, where request is the ioctl(2)
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
ustr.h | 24 if (c <= 0xffff) \
|
/external/chromium_org/third_party/mesa/src/docs/ |
enums.txt | 17 GL_TRACE_ALL_BITS_MESA 0xFFFF
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_defines.h | 33 #define R300_INVALID_FORMAT 0xffff
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
packsingle.h | 100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); } 140 *p = (t & 0x8000) ? (t | ~0xffff) : (t & 0xffff);}
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_debug.c | 165 for (i = 0; idx[i] != 0xffff; i++) 753 return debug(stream, "3DSTATE_DRAWING_RECTANGLE", (cmd & 0xffff) + 2); 755 return debug(stream, "3DSTATE_SCISSOR_RECTANGLE", (cmd & 0xffff) + 2); 757 return debug(stream, "3DSTATE_SPAN_STIPPLE", (cmd & 0xffff) + 2); 759 return debug_dest_vars(stream, "3DSTATE_DEST_BUFFER_VARS", (cmd & 0xffff) + 2); 761 return debug(stream, "3DSTATE_CONSTANT_BLEND_COLOR", (cmd & 0xffff) + 2); 763 return debug(stream, "3DSTATE_FOG_MODE", (cmd & 0xffff) + 2); 765 return debug_buf_info(stream, "3DSTATE_BUFFER_INFO", (cmd & 0xffff) + 2); 767 return debug(stream, "3DSTATE_DEPTH_OFFSET_SCALE", (cmd & 0xffff) + 2); 769 return debug(stream, "3DSTATE_DEFAULT_Z", (cmd & 0xffff) + 2) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_masking.c | 72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0; 73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0; 74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0; 75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
|
/external/chromium_org/third_party/skia/include/views/ |
SkOSWindow_Win.h | 54 SK_WM_SkTimerID = 0xFFFF // just need a non-zero value
|
/external/chromium_org/v8/test/mjsunit/ |
math-imul.js | 32 var ah = (a >>> 16) & 0xffff; 33 var al = a & 0xffff; 34 var bh = (b >>> 16) & 0xffff; 35 var bl = b & 0xffff;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-351787.js | 28 a.__defineGetter__("length", function() { return 0xFFFF; });
|
/external/compiler-rt/BlocksRuntime/tests/ |
byrefsanity.c | 32 BLOCK_REFCOUNT_MASK = (0xffff),
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
ShortArrayCodeInput.java | 50 return value & 0xffff;
|
/external/grub/stage2/ |
imgact_aout.h | 52 ( (ex).a_midmag & 0xffff ) 61 ((mag) & 0xffff) ) 64 (ntohl((ex).a_midmag) & 0xffff) 71 (((mag)&0xffff)) ) )
|
/external/icu4c/common/ |
appendable.cpp | 25 if(c<=0xffff) {
|
/external/icu4c/layout/ |
LigatureSubstSubtables.cpp | 46 TTGlyphID deletedGlyph = tempIterator.ignoresMarks()? 0xFFFE : 0xFFFF;
|
StateTableProcessor2.cpp | 72 if (glyphCode == 0xFFFF) { 95 if (glyphCode == 0xFFFF) { 124 if (glyphCode == 0xFFFF) { 150 if (glyphCode == 0xFFFF) {
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 16 #define BLOCK_NIL 0xffff /* last block of a chain */
|
/external/libnl-headers/netlink/route/ |
rtnl.h | 30 #define RTNL_REALM_MASK (0xFFFF)
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
|
/external/llvm/test/CodeGen/R600/ |
bfe_uint.ll | 23 %1 = and i32 %0, 65535 ; 0xffff
|
/external/mesa3d/docs/ |
enums.txt | 17 GL_TRACE_ALL_BITS_MESA 0xFFFF
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_defines.h | 33 #define R300_INVALID_FORMAT 0xffff
|
/external/mesa3d/src/glx/ |
packsingle.h | 100 *(int *)cp = (*(int *)cp & ~(0xffff << shift)) | ((a & 0xffff) << shift); } 140 *p = (t & 0x8000) ? (t | ~0xffff) : (t & 0xffff);}
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 165 for (i = 0; idx[i] != 0xffff; i++) 753 return debug(stream, "3DSTATE_DRAWING_RECTANGLE", (cmd & 0xffff) + 2); 755 return debug(stream, "3DSTATE_SCISSOR_RECTANGLE", (cmd & 0xffff) + 2); 757 return debug(stream, "3DSTATE_SPAN_STIPPLE", (cmd & 0xffff) + 2); 759 return debug_dest_vars(stream, "3DSTATE_DEST_BUFFER_VARS", (cmd & 0xffff) + 2); 761 return debug(stream, "3DSTATE_CONSTANT_BLEND_COLOR", (cmd & 0xffff) + 2); 763 return debug(stream, "3DSTATE_FOG_MODE", (cmd & 0xffff) + 2); 765 return debug_buf_info(stream, "3DSTATE_BUFFER_INFO", (cmd & 0xffff) + 2); 767 return debug(stream, "3DSTATE_DEPTH_OFFSET_SCALE", (cmd & 0xffff) + 2); 769 return debug(stream, "3DSTATE_DEFAULT_Z", (cmd & 0xffff) + 2) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_masking.c | 72 const GLushort rMask = ctx->Color.ColorMask[buf][RCOMP] ? 0xffff : 0x0; 73 const GLushort gMask = ctx->Color.ColorMask[buf][GCOMP] ? 0xffff : 0x0; 74 const GLushort bMask = ctx->Color.ColorMask[buf][BCOMP] ? 0xffff : 0x0; 75 const GLushort aMask = ctx->Color.ColorMask[buf][ACOMP] ? 0xffff : 0x0;
|
Completed in 963 milliseconds
<<11121314151617181920>>