OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zeroExtend
(Results
1 - 6
of
6
) sorted by null
/device/google/contexthub/firmware/src/
printf.c
22
static uint32_t StrPrvPrintfEx_number(printf_write_c putc_, void* userData, uint64_t number, bool base10, bool
zeroExtend
, bool isSigned, uint32_t padToLength, bool caps, bool* bail)
81
buf[idx--] =
zeroExtend
? '0' : ' ';
147
bool
zeroExtend
= false, useLong = false, useLongLong = false, useSizeT = false, bail = false, caps = false;
195
if (!
zeroExtend
&& !padToLength) {
197
zeroExtend
= true;
229
numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, true,
zeroExtend
,0,padToLength,0,&bail);
238
numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, true,
zeroExtend
, true, padToLength, false, &bail);
249
numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, false,
zeroExtend
, false, padToLength, caps, &bail);
259
numPrinted += StrPrvPrintfEx_number(putc_f, userData, val64, false,
zeroExtend
, false, padToLength, caps, &bail);
/external/llvm/lib/IR/
ConstantRange.cpp
483
///
zeroExtend
- Return a new range in the specified integer type, which must
487
ConstantRange ConstantRange::
zeroExtend
(uint32_t DstTySize) const {
587
return
zeroExtend
(DstTySize);
/external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java
249
Type type =
zeroExtend
(Type.get(parameters[i]));
416
private Type
zeroExtend
(Type type) {
Executor.java
626
private Type
zeroExtend
(Type type) {
654
component =
zeroExtend
(component);
676
component =
zeroExtend
(component);
705
Type type =
zeroExtend
(typeFromDesc(desc));
721
verifyAssignable(
zeroExtend
(types[--i]), simplePop(frame));
729
simplePush(
zeroExtend
(returnType), frame);
738
verifyAssignable(
zeroExtend
(types[--i]), simplePop(frame));
747
simplePush(
zeroExtend
(returnType), frame);
849
Type type =
zeroExtend
(typeFromDesc(desc));
[
all
...]
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
Completed in 254 milliseconds