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

  /external/ltp/testcases/kernel/syscalls/time/
time02.c 89 time_t tloc; /* time_t variables for time(2) */ local
103 TEST(time(&tloc));
110 if (tloc == TEST_RETURN) {
113 TEST_RETURN, (intmax_t) tloc);
118 (intmax_t) tloc);
  /external/ltp/testcases/kernel/syscalls/stime/
stime02.c 85 time_t tloc; /* argument var. for time() */ variable
153 if ((curr_time = time(&tloc)) < 0) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 43 size_t tloc, tloc2, i; local
99 tloc = WebRtcSpl_MaxIndexW32(corrVecUps, ENH_UPS0 * corrdim);
103 *updStartPos = searchSegStartPos * 4 + tloc + 4;
105 tloc2 = (tloc + 3) >> 2;
126 polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 * ENH_UPS0 - tloc];

Completed in 389 milliseconds