HomeSort by relevance Sort by last modified time
    Searched defs:lSize (Results 1 - 12 of 12) sorted by null

  /external/tpm2/
stubs_hash.c 177 UINT32 lSize = 0;
191 for(lSize = 0; label[lSize++] != 0;);
222 _cpri__UpdateHash(&hashState, lSize, (BYTE *)label);
CpriHash.c 860 UINT32 lSize = 0;
874 for(lSize = 0; label[lSize++] != 0;);
    [all...]
CpriRSA.c 353 UINT32 lSize = 0;
363 lSize = (UINT32)strlen(label) + 1;
371 retVal = _cpri__HashBlock(hashAlg, lSize, (BYTE *)label, hLen, pp);
442 UINT32 lSize = 0;
448 lSize = (UINT32)strlen(label) + 1;
478 if((retVal=_cpri__HashBlock(hashAlg, lSize,(BYTE *)label, hLen, seedMask)) < 0)
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 165 OMX_S32 lSize;
192 lSize = ftell(pFile);
198 result = fread(buffer, 1, lSize, pFile);
199 if (result != (size_t) lSize) {
202 buffer = buffer + lSize;
205 dcc_buf_size = dcc_buf_size + lSize;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 554 OMX_S32 lSize;
590 lSize = ftell(pFile);
599 lSize, pFile);
600 if (result != (size_t) lSize)
607 buffer + lSize;
611 dcc_buf_size + lSize;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 760 OMX_S32 lSize;
796 lSize = ftell(pFile);
805 lSize, pFile);
806 if (result != (size_t) lSize)
813 buffer + lSize;
817 dcc_buf_size + lSize;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 186 long lSize = 0;
190 lSize = GetFileSize(infile, NULL );
194 lSize = ftell (infile);
198 PRINT ("Size is %d \n", (int)lSize);
289 return lSize;
492 lSize = GetFileSize(fIn, NULL );
496 //lSize = ftell (fIn);
506 PRINT ("printing lsize %d \n", (int) lBuffUsed);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wia.h 130 LONG lSize;
312 LONG lSize;
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 

Completed in 920 milliseconds