HomeSort by relevance Sort by last modified time
    Searched full:ubytes (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 118 unsigned UBytes = AVT.getSizeInBits() / 8;
119 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
120 BytesLeft = SizeVal % UBytes;
225 unsigned UBytes = AVT.getSizeInBits() / 8;
226 unsigned CountVal = SizeVal / UBytes;
228 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...]
  /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/chromium_org/tools/memory_watcher/
memory_hook.cc 66 typedef HLOCAL (WINAPI *Type_LocalAlloc)(UINT uFlags, SIZE_T uBytes);
67 typedef HLOCAL (WINAPI *Type_LocalReAlloc)(HLOCAL hMem, SIZE_T uBytes,
  /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/icu4c/i18n/
decNumberLocal.h 278 /* number, whose coefficient is a string of bcd8 uBytes */
449 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 146 * Bone indices, used with animation (4 ubytes).
    [all...]

Completed in 520 milliseconds