Home
last modified time | relevance | path

Searched refs:s_t1 (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dlogintest.c94 char s_t0[64],s_t1[64],s_t2[64]; in testAPI() local
146 strlcpy(s_t1, ctime(&t1), sizeof(s_t1)); in testAPI()
149 (int)t0, s_t0, (int)t1, s_t1); in testAPI()
/external/svox/pico/lib/
Dpicosig.c743 picoos_int16 *s_t1; in sigStep() local
1150 s_t1 = &(s_data[0]); in sigStep()
1153 if (*s_t1 != 0) { in sigStep()
1154 sf_data = (picoos_int32) (*s_t1) * sf_mlt; in sigStep()
1161 *s_t1 = (picoos_int16) (sf_data); in sigStep()
1163 s_t1++; in sigStep()