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

  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.c 170 int16_t *t_buf) {
242 vst1q_s16(t_buf, q0x2s16.val[0]);
243 t_buf += 8;
244 vst1q_s16(t_buf, q0x2s16.val[1]);
245 t_buf += 8;
246 vst1q_s16(t_buf, q1x2s16.val[0]);
247 t_buf += 8;
248 vst1q_s16(t_buf, q1x2s16.val[1]);
249 t_buf += 8;
250 vst1q_s16(t_buf, q2x2s16.val[0])
    [all...]
  /external/libedit/src/
terminal.h 65 char *t_buf; /* Termcap buffer */ member in struct:__anon15590
terminal.c 272 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE *
273 sizeof(*el->el_terminal.t_buf));
274 if (el->el_terminal.t_buf == NULL)
309 el_free(el->el_terminal.t_buf);
310 el->el_terminal.t_buf = NULL;
357 (void) strcpy(*str = &el->el_terminal.t_buf[
375 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE);
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
1162 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL)
    [all...]

Completed in 1774 milliseconds