/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 118 unsigned UBytes = AVT.getSizeInBits() / 8; 119 Count = DAG.getIntPtrConstant(SizeVal / UBytes); 120 BytesLeft = SizeVal % UBytes; 224 unsigned UBytes = AVT.getSizeInBits() / 8; 225 unsigned CountVal = SizeVal / UBytes; 227 unsigned BytesLeft = SizeVal % UBytes;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
colormac.h | 42 * Convert four float values in [0,1] to ubytes in [0,255] with clamping.
|
framebuffer.c | 28 * Also, routines for reading/writing renderbuffer data as ubytes,
|
texstore.c | 973 * components that can be represented with ubytes. Example destination [all...] |
/external/mesa3d/src/mesa/main/ |
colormac.h | 42 * Convert four float values in [0,1] to ubytes in [0,255] with clamping.
|
framebuffer.c | 28 * Also, routines for reading/writing renderbuffer data as ubytes,
|
texstore.c | 973 * components that can be represented with ubytes. Example destination [all...] |
/external/chromium_org/mojo/public/c/system/tests/ |
core_perftest.cc | 226 sprintf(test_name, "MessagePipe_Threaded_Writes_%uw_%ur_%ubytes", 232 sprintf(test_name, "MessagePipe_Threaded_Reads_%uw_%ur_%ubytes",
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 368 ByteArray ubytes = bytes.slice(at, at + length); local 371 return new CstString(ubytes);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_pack_color.h | 161 * Unpack RGBA from a packed pixel, returning values as ubytes in [0,255]. 622 * Pack 4 ubytes into a 4-byte word
|
u_format_pack.py | 325 # Special case for float <-> ubytes for more accurate results
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_pack_color.h | 161 * Unpack RGBA from a packed pixel, returning values as ubytes in [0,255]. 622 * Pack 4 ubytes into a 4-byte word
|
u_format_pack.py | 325 # Special case for float <-> ubytes for more accurate results
|
/external/oprofile/opjitconv/ |
debug_line.c | 103 /* follow the array of opcode args nr: ubytes [nr_opcode_base] */
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_renderbuffer.c | 29 * ubytes, ushorts, uints, etc.
|
s_blend.c | 837 /* convert ubytes to floats */ 852 /* convert back to ubytes */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_draw.c | 316 * array of ubytes which can be written into. TODO: Fix and
|
/external/mesa3d/src/mesa/swrast/ |
s_renderbuffer.c | 29 * ubytes, ushorts, uints, etc.
|
s_blend.c | 837 /* convert ubytes to floats */ 852 /* convert back to ubytes */ [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 316 * array of ubytes which can be written into. TODO: Fix and
|
/external/chromium_org/third_party/icu/source/i18n/ |
decNumberLocal.h | 290 /* number, whose coefficient is a string of bcd8 uBytes */ 461 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */ [all...] |
/external/icu/icu4c/source/i18n/ |
decNumberLocal.h | 278 /* number, whose coefficient is a string of bcd8 uBytes */ 449 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winbase.h | [all...] |