Home
last modified time | relevance | path

Searched defs:rem1 (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_avq_dec.c102 VOID ixheaacd_voronoi_search(WORD32 x[], WORD32 y[], WORD32 count, WORD32 *rem1, in ixheaacd_voronoi_search()
151 WORD32 rem1[8], rem2[8]; in ixheaacd_voronoi_idx_dec() local
/external/rust/crates/hyper/src/proto/h1/
Dio.rs948 let rem1 = write_buf.remaining(); in write_buf_flatten_partially_flushed() localVariable
/external/python/cpython3/Objects/
Dlongobject.c1693 rem1(PyLongObject *a, digit n) in rem1() function