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

  /device/google/contexthub/firmware/app/chre/common/
chre10_app.c 80 struct chreSensorOccurrenceData occ; local
82 initDataHeader(&occ.header, src->referenceTime, sensorHandle);
83 occ.readings[0].timestampDelta = 0;
87 occ.header.baseTimestamp += src->samples[i].deltaTime;
89 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
136 struct chreSensorOccurrenceData occ; local
138 initDataHeader(&occ.header, eOsSensorGetTime(), sensorHandle);
139 occ.readings[0].timestampDelta = 0;
141 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
chre_app.c 80 struct chreSensorOccurrenceData occ; local
82 initDataHeader(&occ.header, src->referenceTime, sensorHandle);
83 occ.readings[0].timestampDelta = 0;
87 occ.header.baseTimestamp += src->samples[i].deltaTime;
89 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
136 struct chreSensorOccurrenceData occ; local
138 initDataHeader(&occ.header, eOsSensorGetTime(), sensorHandle);
139 occ.readings[0].timestampDelta = 0;
141 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ);
  /external/pdfium/third_party/libtiff/
tif_lzw.c 365 long occ = (long) occ0; local
381 if ((tmsize_t) occ != occ0)
391 if (residue > occ) {
398 sp->dec_restart += occ;
401 } while (--residue > occ && codep);
403 tp = op + occ;
407 } while (--occ && codep);
415 occ -= residue;
439 while (occ > 0) {
462 occ--
602 long occ = (long) occ0; local
    [all...]
tif_luv.c 185 LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
201 npixels = occ / sp->pixel_size;
261 LogLuvDecode24(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
274 npixels = occ / sp->pixel_size;
318 LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
335 npixels = occ / sp->pixel_size;
448 tmsize_t occ; local
469 occ = tif->tif_rawdatasize - tif->tif_rawcc;
472 if (occ < 4) {
474 tif->tif_rawcc = tif->tif_rawdatasize - occ;
541 tmsize_t occ; local
598 tmsize_t occ; local
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
scoped_allocator_optimizer.cc 828 GraphOpOccurrences occ; local
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcPackedDepthStencilTests.cpp 1812 GLuint occ; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 1489 SVGADXOcclusionQueryResult occ; member in union:SVGADXQueryResultUnion
    [all...]

Completed in 356 milliseconds