/external/freetype/src/truetype/ |
ttobjs.c | 441 FT_UInt asize; local 449 tt_face_get_location( face, i, &asize ); 450 if ( asize > 0 ) [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 441 FT_UInt asize; local 449 tt_face_get_location( face, i, &asize ); 450 if ( asize > 0 ) [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | [all...] |
/external/freetype/include/ |
ftcache.h | 463 /* asize :: A handle to the size object. */ 488 FT_Size *asize ); [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftcache.h | 463 /* asize :: A handle to the size object. */ 488 FT_Size *asize ); [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftcache.h | 463 /* asize :: A handle to the size object. */ 488 FT_Size *asize ); [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | 528 // ASize < MidSize and MidSize > ResultSize, but don't know the relation 529 // between ASize and ResultSize. 530 unsigned ASize = A->getType()->getPrimitiveSizeInBits(); 534 if (Cst->getZExtValue() >= ASize) 538 // amount is smaller than ASize, it is always safe to do the shift in A's 553 const unsigned ASize = A->getType()->getPrimitiveSizeInBits(); 558 if (Cst->getValue().ult(ASize)) { [all...] |
InstCombineCompares.cpp | [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix52.exp | 33 # - Add "-aSIZE --defsym size=SIZE" to the assembler options.
|
/external/tpm2/ |
RSAKeySieve.c | 103 const UINT16 aSize, // IN: the size of the array to check 112 (aSize);
|
CryptUtil.c | [all...] |
/external/opencv3/modules/core/src/ |
lapack.cpp | [all...] |
dxt.cpp | [all...] |
/external/freetype/src/base/ |
ftobjs.c | [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftobjs.c | [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
entry.go | 528 return r.d.unit[r.unit].asize
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
entry.go | 528 return r.d.unit[r.unit].asize
|
/external/dlmalloc/ |
malloc.c | 4057 size_t asize; \/* allocation size *\/ local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_tgsi.cpp | [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
lex.go | 536 asize := strings.Trim(string(buf[48:58]), " ") 537 i, _ := strconv.Atoi(asize) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
lex.go | 533 asize := strings.Trim(string(buf[48:58]), " ") 534 i, _ := strconv.Atoi(asize) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
lex.go | 536 asize := strings.Trim(string(buf[48:58]), " ") 537 i, _ := strconv.Atoi(asize) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
lex.go | 533 asize := strings.Trim(string(buf[48:58]), " ") 534 i, _ := strconv.Atoi(asize) [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf3.c | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/ |
pe.a | 49 type @"debug/dwarf".unit struct { @"debug/dwarf".base @"debug/dwarf".Offset; @"debug/dwarf".off @"debug/dwarf".Offset; @"debug/dwarf".data []byte; @"debug/dwarf".atable @"debug/dwarf".abbrevTable; @"debug/dwarf".asize int; @"debug/dwarf".vers int; @"debug/dwarf".is64 bool } 50 func (@"debug/dwarf".u·2 *@"debug/dwarf".unit "esc:0x1") @"debug/dwarf".addrsize () (? int) { return @"debug/dwarf".u·2.@"debug/dwarf".asize } 91 func (@"debug/dwarf".r·2 *@"debug/dwarf".Reader "esc:0x1") AddressSize () (? int) { return @"debug/dwarf".r·2.@"debug/dwarf".d.@"debug/dwarf".unit[@"debug/dwarf".r·2.@"debug/dwarf".unit].@"debug/dwarf".asize } [all...] |