Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwutils.h313 #define IW_CMP(rv_, vp1_, vp1sz_, vp2_, vp2sz_) \ argument
318 (rv_) = (int) (((const uint8_t *)(vp1_))[i] - ((const uint8_t *)(vp2_))[i]); \
328 #define IW_CMP2(rv_, vp1_, vp1sz_, vp2_, vp2sz_) \ argument
333 (rv_) = (int) (((const uint8_t *)(vp1_))[i] - ((const uint8_t *)(vp2_))[i]); \