Searched
full:xffff (Results
726 -
750 of
5134) sorted by null
<<21222324252627282930>>
/external/kernel-headers/original/uapi/linux/ |
nfs_fs.h | 58 #define NFSDBG_ALL 0xFFFF
|
ultrasound.h | 91 (p) & 0xffff, ((p) >> 16) & 0xffff) 101 (p) & 0xffff, ((p) >> 16) & 0xffff)
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
max_size.pass.cpp | 26 assert(M > 0xFFFF && M <= std::numeric_limits<std::size_t>::max());
|
/external/libnl/include/netlink/route/ |
rtnl.h | 30 #define RTNL_REALM_MASK (0xFFFF)
|
/external/libvpx/libvpx/test/ |
acm_random.h | 32 return (value >> 15) & 0xffff;
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
|
/external/llvm/test/CodeGen/AMDGPU/ |
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;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoTypeWriterVariable.java | 29 IsoTypeWriter.writeUInt16(bb, (int) (v & 0xffff));
|
/external/pdfium/core/src/fpdftext/ |
unicodenormalization.cpp | 18 wch = wch & 0xFFFF;
|
/external/pdfium/xfa/src/fee/src/fx_wordbreak/ |
fx_wordbreak_impl.h | 10 extern const uint8_t gs_FX_WordBreak_CodePointProperties[(0xFFFF - 1) / 2 + 1];
|
/external/v8/src/snapshot/ |
snapshot-source-sink.cc | 26 if (integer > 0xffff) bytes = 3;
|
/external/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/v8/test/mjsunit/regress/ |
regress-crbug-351787.js | 28 a.__defineGetter__("length", function() { return 0xFFFF; });
|
/frameworks/av/cmds/stagefright/ |
WaveWriter.h | 61 write_u16(x & 0xffff);
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
AGC_MIX_VOL_2St1Mon_D32_WRA.c | 134 LowWord = (AGC_Mult * (Mono & 0xffff)); 144 LowWord = (Vol_Mult * (Left & 0xffff)); 147 LowWord = (Vol_Mult * (Right & 0xffff)); 163 LowWord = (AGC_Attack * (AGC_Gain & 0xffff));
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
lag_wind.c | 43 r_l[i] = (x & 0xffff)>>1;
|
/frameworks/compile/slang/ |
legacy_bitcode.h | 22 uint64_t EncodedAttrs = A.Raw(i) & 0xffff;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
acm_random.h | 32 return (value >> 16) & 0xffff;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 158 dw 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff, 0x0001, 0xffff
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/ |
max_size.pass.cpp | 26 assert(M > 0xFFFF && M <= std::numeric_limits<std::size_t>::max());
|
Completed in 1057 milliseconds
<<21222324252627282930>>