Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c120 uint32_t counters[NUM_OF_RAW_SENSOR]; member
205 counter = mTask.counters[index]; in fillSamples()
276 mTask.counters[index] = counter; in fillSamples()
590 mTask.counters[ACC] = 0; in fusionSetRateAcc()
611 mTask.counters[GYR] = 0; in fusionSetRateGyr()
632 mTask.counters[MAG] = 0; in fusionSetRateMag()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DFAQ244 strm.total_in and strm_total_out counters may be limited to 4 GB. These
245 counters are provided as a convenience and are not used internally by
246 inflate() or deflate(). The application can easily set up its own counters
DChangeLog188 - Use internal off_t counters in gz* functions to properly handle seeks
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DFAQ247 strm.total_in and strm_total_out counters may be limited to 4 GB. These
248 counters are provided as a convenience and are not used internally by
249 inflate() or deflate(). The application can easily set up its own counters
DChangeLog805 - Use internal off_t counters in gz* functions to properly handle seeks
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c231 UInt32 counters[LZMA_NUM_PB_STATES_MAX]; member
816 p->counters[posState] = p->tableSize; in LenPriceEnc_UpdateTable()
830 if (--p->counters[posState] == 0) in LenEnc_Encode2()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h485 …GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
497 …GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp170 …GLuint group, GLint* numCounters, GLint* maxActiveCounters, GLsizei counterSize, GLuint* counters);
1418 …(GLuint group, GLint* numCounters, GLint* maxActiveCounters, GLsizei counterSize, GLuint* counters) in glGetPerfMonitorCountersAMD() argument
1421 …ctx->glGetPerfMonitorCountersAMD(ctx, group, numCounters, maxActiveCounters, counterSize, counters in glGetPerfMonitorCountersAMD()