HomeSort by relevance Sort by last modified time
    Searched full:asize (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 183 FT_UInt *asize )
228 *asize = 0;
250 *asize = (FT_UInt)( pos2 - pos1 );
252 *asize = (FT_UInt)( face->glyf_len - pos1 );
  /external/pcre/dist/
pcre_globals.c 62 static void* LocalPcreMalloc(size_t aSize)
64 return malloc(aSize);
  /external/icu/icu4c/source/i18n/
basictz.cpp 443 int32_t asize = startTimes - idx; local
444 if (asize > 0) {
445 newTimes = (UDate*)uprv_malloc(sizeof(UDate) * asize);
450 for (int32_t newidx = 0; newidx < asize; newidx++) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.m 134 NSInteger aSize = 0;
138 aSize += sizeof(id);
141 return aSize;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.m 134 NSInteger aSize = 0;
138 aSize += sizeof(id);
141 return aSize;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.m 134 NSInteger aSize = 0;
138 aSize += sizeof(id);
141 return aSize;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashMap.m 136 NSInteger aSize = 0;
140 aSize += sizeof(id);
143 return aSize;
  /external/freetype/include/
ftsizes.h 89 /* asize :: A handle to a new size object. */
  /external/llvm/test/CodeGen/X86/
phi-bit-propagation.ll 5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, i64 %bsize, %"class.std::bitset"* %bits) nounwind readonly ssp noredzone {
  /external/pdfium/third_party/freetype/include/freetype/
ftsizes.h 89 /* asize :: A handle to a new size object. */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsizes.h 89 /* asize :: A handle to a new size object. */
  /external/opencv3/modules/core/test/
test_hal_core.cpp 149 size_t asize = size*size*a.elemSize(); local
155 memcpy(a.ptr(), a0.ptr(), asize);
  /external/tpm2/
MemoryLib.c 127 UINT16 aSize // IN: The size of aInOut.buffer (max values for
134 aSize - aInOut->size);
CryptUtil_fp.h 20 LIB_EXPORT int CryptCompare(const UINT32 aSize, // IN: size of a
35 int CryptCompareSigned(UINT32 aSize, // IN: size of a
  /external/pdfium/third_party/freetype/src/type1/
t1parse.c 72 FT_ULong *asize )
80 *asize = 0;
87 *asize = size;
  /external/selinux/libsemanage/src/
semanageswig_python.i 56 unsigned int asize,
67 for (i = 0; i < asize; i++) {
91 for (i = 0; i < asize; i++)
  /external/valgrind/perf/
ffbench.c 35 follows: Float = double, Asize = 256, Passes = 20, CAPOUT not
152 #define Asize 256 /* Array edge size */
246 faedge = Asize; /* FFT array edge size */
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 203 int asize = 2; local
248 attr = new Attributes(asize);
257 asize = Math.max(2, acount / ecount);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 99 const GLuint aSize = ctx->PixelMaps.AtoA.Size;
123 rgba[3] = ctx->PixelMaps.AtoA.Map[i * aSize / texSize];
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 295 ASIZE (opcode->arg[an]),
300 idx += ASIZE (opcode->arg[an]);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 312 int asize = times.length - idx; local
313 if (asize > 0) {
314 long[] newtimes = new long[asize];
315 System.arraycopy(times, idx, newtimes, 0, asize);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 323 int asize = times.length - idx; local
324 if (asize > 0) {
325 long[] newtimes = new long[asize];
326 System.arraycopy(times, idx, newtimes, 0, asize);
  /toolchain/binutils/binutils-2.25/opcodes/
pj-dis.c 153 int size = ASIZE (op->arg[a]);
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 446 asize = self._ax.size
447 if asize <= 2:
463 self._beta = 1.0 * (asize * Sxy - Sx * Sy) / (asize * Sxx - Sx2)
475 asize = ax.size
476 partial = min(asize, max(1, self.MSE_PARTIAL_GROUP_SIZE))
481 spmse = spmse[asize - partial : asize]
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 558 size_t aSize;
588 if (attrib->aSize) {
589 pixel |= htonl((uint32_t) round((((1 << attrib->aSize) - 1) * alpha))
591 - (attrib->aOffset + attrib->aSize)));
    [all...]

Completed in 971 milliseconds

1 23 4 5