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

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 116 unsigned UBytes = AVT.getSizeInBits() / 8;
117 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
118 BytesLeft = SizeVal % UBytes;
215 unsigned UBytes = AVT.getSizeInBits() / 8;
216 unsigned CountVal = SizeVal / UBytes;
218 unsigned BytesLeft = SizeVal % UBytes;
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 343 ByteArray ubytes = bytes.slice(at, at + length); local
346 return new CstString(ubytes);
  /external/oprofile/opjitconv/
debug_line.c 103 /* follow the array of opcode args nr: ubytes [nr_opcode_base] */
  /external/icu4c/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/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 146 * Bone indices, used with animation (4 ubytes).
    [all...]

Completed in 198 milliseconds