HomeSort by relevance Sort by last modified time
    Searched full:isize (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 33 int32_t iSize = FXSYS_strlen(pFamily);
34 m_pFamily = FX_Alloc(FX_CHAR, iSize + 1);
35 FXSYS_memcpy(m_pFamily, pFamily, iSize * sizeof(FX_CHAR));
36 m_pFamily[iSize] = 0;
55 int32_t iSize = FXSYS_strlen(pPath);
56 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
57 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR));
58 m_pPath[iSize] = 0;
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 143 int32_t iSize = src.GetSize();
144 FXSYS_assert(iStart > -1 && iStart < iSize);
146 iCount = iSize;
148 if (iStart + iCount > iSize) {
149 iCount = iSize - iStart;
154 iSize = CFX_BaseArray::GetSize();
155 CFX_BaseArray::AddSpaceTo(iSize + iCount - 1);
156 uint8_t** pStart = CFX_BaseArray::GetAt(iSize);
158 iSize = iStart + iCount;
159 for (int32_t i = iStart; i < iSize; i++) {
    [all...]
  /external/v8/src/arm64/
cpu-arm64.cc 50 uintptr_t isize = sizes.icache_line_size(); local
53 DCHECK(CountSetBits(isize, 64) == 1);
55 uintptr_t istart = start & ~(isize - 1);
91 "add %[iline], %[iline], %[isize] \n\t"
104 [isize] "r" (isize),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kcom.h 207 size_t iSize,
210 PVOID result = ExAllocatePoolWithTag(poolType,iSize,'wNCK');
212 RtlZeroMemory(result,iSize);
218 size_t iSize,
222 PVOID result = ExAllocatePoolWithTag(poolType,iSize,tag);
224 RtlZeroMemory(result,iSize);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 124 int iSize = params.size();
125 if (iSize < 1)
155 if (iIndex >= iSize) {
187 int iSize = params.size();
188 if (iSize < 2)
241 if (iSize > 2) {
399 int iSize = params.size();
400 if (iSize < 2)
420 int iSize = cSource.size();
421 for (int iIndex = 0; iIndex < (int)cFormat.size() && itSource < iSize;
    [all...]
  /device/google/dragon/recovery/updater/
flash_device.h 37 void *idata, int isize);
49 const void *odata, int osize, void *idata, int isize);
flash_device.c 156 const void *odata, int osize, void *idata, int isize)
162 odata, osize, idata, isize);
  /external/parameter-framework/upstream/xmlserializer/
XmlStreamDocSink.cpp 44 int iSize;
45 xmlDocDumpFormatMemoryEnc(xmlDocSource.getDoc(), &dumpedDoc, &iSize, "UTF-8", 1);
  /external/lz4/programs/
frametest.c 247 size_t iSize = 1;
249 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL);
252 ip += iSize;
299 size_t iSize = (FUZ_rand(&randState) & ((1<<nbBits)-1)) + 1;
301 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
302 //DISPLAY("%7i : + %6i\n", (int)(ip-(BYTE*)compressedBuffer), (int)iSize);
303 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL);
306 ip += iSize;
457 size_t iSize = (FUZ_rand(&randState) & ((1<<nbBitsSeg)-1)) + 1
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 194 GLint iSize = (GLint) (size + 0.5F);
199 iSize = MAX2(1, iSize);
200 iRadius = iSize / 2;
202 if (iSize & 1) {
213 xmax = xmin + iSize - 1;
215 ymax = ymin + iSize - 1;
410 GLint iSize = (GLint) (size + 0.5F);
414 iSize = MAX2(1, iSize);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 389 int32_t iSize = classes.GetSize();
391 for (; i < iSize && iCount > 0; i++, iCount--) {
440 iSize = i;
546 int32_t iSize = classes.GetSize();
547 if (iSize < 1) {
550 iSize--;
554 for (; i <= iSize; i++) {
559 if (i == iSize && iLevelCur != iBaseLevel) {
562 } else if (i < iSize) {
648 int32_t iSize = classes.GetSize()
    [all...]
  /development/ndk/sources/android/ndk_helper/
shader.cpp 82 const int32_t iSize )
84 if( source == NULL || iSize <= 0 )
88 glShaderSource( *shader, 1, &source, &iSize ); //Not specifying 3rd parameter (size) could be troublesome..
123 int32_t iSize = data.size();
124 return shader::CompileShader( shader, type, source, iSize );
shader.h 64 * in: iSize, buffer size
71 const int32_t iSize );
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 197 std::string::size_type iSize = encoded.size();
198 decoded.reserve(iSize);
201 while (iAmp != iSize) {
202 if (encoded[iAmp] == AMP && iAmp+1 < iSize) {
234 std::string::size_type iSize = raw.size();
236 while (iRep != iSize) {
  /external/e2fsprogs/tests/m_large_file/
expect.1 54 Required extra isize: 28
55 Desired extra isize: 28
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp 411 void CFDE_TextOut::ExpandBuffer(int32_t iSize, int32_t iType) {
415 m_pCharWidths = FX_Alloc(int32_t, iSize);
416 m_iChars = iSize;
417 } else if (m_iChars < iSize) {
418 m_pCharWidths = FX_Realloc(int32_t, m_pCharWidths, iSize);
419 m_iChars = iSize;
421 FXSYS_memset(m_pCharWidths, 0, iSize * sizeof(int32_t));
425 m_pEllCharWidths = FX_Alloc(int32_t, iSize);
426 m_iEllChars = iSize;
427 } else if (m_iEllChars < iSize) {
    [all...]
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterclipboardmgr.h 23 virtual FWL_ERR SetData(FX_DWORD dwFormat, uint8_t* pBuf, int32_t iSize) = 0;
  /external/vixl/src/vixl/a64/
cpu-a64.cc 94 uintptr_t isize = static_cast<uintptr_t>(icache_line_size_); local
96 uintptr_t iline = start & ~(isize - 1);
100 VIXL_ASSERT(IsPowerOf2(isize));
150 iline += isize;
  /hardware/intel/common/libva/va/x11/
va_fglrx.c 39 int iSize;
66 static void *ADL_Main_Memory_Alloc(int iSize)
68 return malloc(iSize);
195 lpAdapterInfo[i].iSize = sizeof(lpAdapterInfo[i]);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c 897 unsigned isize; local
933 isize = 4;
981 output = frag_more (isize);
1032 isize * 2, /* maxm of 2 words. */
1033 isize, /* minm of 1 word. */
1042 output = frag_more (isize);
1074 output = frag_more (isize);
1102 output = frag_more (isize);
1140 output = frag_more (isize);
1178 output = frag_more (isize);
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
runtime.cpp 105 int32_t iSize = m_RuntimeList.GetSize();
107 for (int32_t iIdx = 0; iIdx < iSize; iIdx++) {
  /external/skia/tests/
SizeTest.cpp 12 DEF_TEST(ISize, reporter) {
  /external/lz4/lib/
lz4.h 101 #define LZ4_COMPRESSBOUND(isize) ((unsigned int)(isize) > (unsigned int)LZ4_MAX_INPUT_SIZE ? 0 : (isize) + ((isize)/255) + 16)
109 isize : is the input size. Max supported value is LZ4_MAX_INPUT_SIZE
113 int LZ4_compressBound(int isize);
299 /* int LZ4_uncompress_unknownOutputSize (const char* source, char* dest, int isize, int maxOutputSize); */
  /external/vboot_reference/utility/
bmpblk_util.c 100 uint32_t isize; local
106 isize = img->compressed_size;
108 r = EfiGetInfo(ibuf, isize, &osize, &ssize);
132 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
149 uint32_t isize; local
155 isize = img->compressed_size;
174 stream.avail_in = isize;
efidecompress.c 1040 uint32_t isize = (uint32_t)istat.st_size; local
1042 printf("%s is %d bytes\n", infile, isize);
1055 uint8_t *ibuf = malloc(isize);
1059 isize,
1063 if (1 != fread(ibuf, isize, 1, ifp)) {
1066 isize,
1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize);
1103 r = TianoDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
1110 r = EfiDecompress(ibuf, isize, obuf, osize, sbuf, ssize);
1119 printf("Uncompressed %d bytes to %d bytes\n", isize, osize)
    [all...]

Completed in 4984 milliseconds

1 2 3 4 5 6 7 8 9