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

  /external/nanopb-c/
pb_encode.c 204 const void *pSize;
210 pSize = (const char*)pData + field->size_offset;
212 pSize = &implicit_has;
237 if (*(const bool*)pSize)
248 if (!encode_array(stream, field, pData, *(const size_t*)pSize, func))
pb_decode.c 31 void *pSize; /* Pointer where to store the size of current array field */
347 iter->pSize = (char*)iter->pData + iter->pos->size_offset;
385 iter->pSize = (char*)iter->pData + iter->pos->size_offset;
423 *(bool*)iter->pSize = true;
432 size_t *size = (size_t*)iter->pSize;
457 size_t *size = (size_t*)iter->pSize;
542 size_t *size = (size_t*)iter->pSize;
583 size_t *size = (size_t*)iter->pSize;
683 iter.pSize = &extension->found;
750 *(bool*)iter.pSize = false
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 176 GLfloat pSize = *((GLfloat*)(pointsArr+(INDEX*stride)));
179 while(i < count && pSize == *((GLfloat*)(pointsArr+(INDEX*stride))))
185 s_glDispatch.glPointSize(pSize);
194 GLfloat pSize = *((GLfloat*)(pointsArr+((first+i)*stride)));
197 while(i < count && pSize == *((GLfloat*)(pointsArr+((first+i)*stride))))
203 s_glDispatch.glPointSize(pSize);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 478 CPDF_Array* pSize = pDict->GetArray(FX_BSTRC("Size"));
489 m_pEncodeInfo[i].sizes = pSize->GetInteger(i);
490 if (!pSize && i == 0) {
  /system/core/fastboot/
fastboot.c 900 char *pSize = pSizeBuff;
928 status = fb_getvar(usb, pSize, "partition-size:%s", partition);
934 if (strcmp(size_override, pSize)) {
937 partition, pSize, size_override);
939 pSize = (char *)size_override;
953 pSz = strtoll(pSize, (char **)NULL, 16);
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 152 BYTE * pSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 152 BYTE * pSize;

Completed in 133 milliseconds