Home
last modified time | relevance | path

Searched refs:t_buf (Results 1 – 4 of 4) sorted by relevance

/external/libedit/src/
Dterminal.c272 el->el_terminal.t_buf = el_malloc(TC_BUFSIZE * in terminal_init()
273 sizeof(*el->el_terminal.t_buf)); in terminal_init()
274 if (el->el_terminal.t_buf == NULL) in terminal_init()
309 el_free(el->el_terminal.t_buf); in terminal_end()
310 el->el_terminal.t_buf = NULL; in terminal_end()
357 (void) strcpy(*str = &el->el_terminal.t_buf[ in terminal_alloc()
375 memcpy(el->el_terminal.t_buf, termbuf, TC_BUFSIZE); in terminal_alloc()
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc], in terminal_alloc()
1162 if (el->el_terminal.t_buf == NULL || el->el_map.key == NULL) in terminal_bind_arrow()
Dterminal.h65 char *t_buf; /* Termcap buffer */ member
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c195 static INLINE void idct32_transpose_pair(const int16_t *input, int16_t *t_buf) { in idct32_transpose_pair() argument
201 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf); in idct32_transpose_pair()
228 int16_t *t_buf) { in idct32_transpose_pair_tran_low() argument
234 transpose_and_store_s16_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf); in idct32_transpose_pair_tran_low()
Dhighbd_idct32x32_1024_add_neon.c197 static INLINE void idct32_transpose_pair(const int32_t *input, int32_t *t_buf) { in idct32_transpose_pair() argument
203 transpose_and_store_s32_8x8(s0, s1, s2, s3, s4, s5, s6, s7, &t_buf); in idct32_transpose_pair()