HomeSort by relevance Sort by last modified time
    Searched full:pseg (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
jet.c 210 S_JET_SEGMENT *pSeg;
215 pSeg = &easHandle->jetHandle->segQueue[queueNum];
216 if (pSeg->streamHandle != NULL)
218 result = EAS_Resume(easHandle, pSeg->streamHandle);
222 if ((result == EAS_SUCCESS) && (pSeg->muteFlags != 0))
223 result = EAS_IntSetStrmParam(easHandle, pSeg->streamHandle, PARSER_DATA_MUTE_FLAGS, (EAS_I32) pSeg->muteFlags);
533 S_JET_SEGMENT *pSeg;
535 pSeg = &easHandle->jetHandle->segQueue[easHandle->jetHandle->playSegment];
536 if (pSeg->streamHandle != NULL
    [all...]
  /ndk/sources/host-tools/make-3.81/
alloca.c 433 long size, pseg, this_segment, stack; local
452 If this is not the first segment, 'pseg' will be
455 pseg = ssptr->sspseg;
469 if (pseg == 0)
471 stkl = stkl - pseg;
474 pseg = ssptr->sspseg;
480 /* If you subtract pseg from the current end of the stack,
485 while (pseg != 0)
488 fprintf (stderr, "%011o %011o\n", pseg, size);
490 stkl = stkl - pseg;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 421 long size, pseg, this_segment, stack; local
440 If this is not the first segment, 'pseg' will be
443 pseg = ssptr->sspseg;
457 if (pseg == 0)
459 stkl = stkl - pseg;
462 pseg = ssptr->sspseg;
468 /* If you subtract pseg from the current end of the stack,
473 while (pseg != 0)
476 fprintf (stderr, "%011o %011o\n", pseg, size);
478 stkl = stkl - pseg;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]

Completed in 272 milliseconds