OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ubytes
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
115
unsigned
UBytes
= AVT.getSizeInBits() / 8;
116
Count = DAG.getIntPtrConstant(SizeVal /
UBytes
);
117
BytesLeft = SizeVal %
UBytes
;
214
unsigned
UBytes
= AVT.getSizeInBits() / 8;
215
unsigned CountVal = SizeVal /
UBytes
;
217
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/llvm/lib/Target/CBackend/
CBackend.cpp
571
//
ubytes
or an array of sbytes with positive values.
[
all
...]
Completed in 511 milliseconds