Home
last modified time | relevance | path

Searched defs:x_add (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips32.c29 const int x_add = wrk->x_add; in ImportRowShrink_MIPS32() local
88 const int x_add = wrk->x_add; in ImportRowExpand_MIPS32() local
Drescaler_sse2.c50 const int x_add = wrk->x_add; in RescalerImportRowExpand_SSE2() local
/external/webp/src/utils/
Drescaler_utils.c26 const int x_add = src_width, x_sub = dst_width; in WebPRescalerInit() local
Drescaler_utils.h40 int x_add, x_sub; // horizontal increments member
/external/python/cpython2/Objects/
Dlongobject.c2431 x_add(PyLongObject *a, PyLongObject *b) in x_add() function
/external/python/cpython3/Objects/
Dlongobject.c3103 x_add(PyLongObject *a, PyLongObject *b) in x_add() function