Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dtestecho.c20 short echo_buf[NN], ref_buf[NN], e_buf[NN]; in main() local
/external/pytorch/test/cpp/tensorexpr/
Dtest_aten.cpp285 BufHandle e_buf("E", {ExprHandle(kTotalSize)}, kInt); in TEST() local
326 BufHandle e_buf("E", {ExprHandle(kTotalSize)}, kFloat); in TEST() local
/external/selinux/libsepol/src/
Dservices.c175 static void cat_expr_buf(char *e_buf, const char *string) in cat_expr_buf()