HomeSort by relevance Sort by last modified time
    Searched refs:MPISIZE (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 268 #define MPISIZE (PISIZE + 1)
271 #define MAXEVENTSIZE (MPISIZE + PISIZE*2)
719 if (MPISIZE + PISIZE*2 + self->index >= BUFFERSIZE) {
734 if (MPISIZE + self->index >= BUFFERSIZE) {
748 if (MPISIZE + self->index >= BUFFERSIZE) {
758 if (MPISIZE + PISIZE + self->index >= BUFFERSIZE) {
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 268 #define MPISIZE (PISIZE + 1)
271 #define MAXEVENTSIZE (MPISIZE + PISIZE*2)
723 if (MPISIZE + PISIZE*2 + self->index >= BUFFERSIZE) {
738 if (MPISIZE + self->index >= BUFFERSIZE) {
752 if (MPISIZE + self->index >= BUFFERSIZE) {
762 if (MPISIZE + PISIZE + self->index >= BUFFERSIZE) {
    [all...]

Completed in 218 milliseconds