Searched defs:nonzero (Results 1 – 4 of 4) sorted by relevance
16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
136 int *nonzero= in mapping_inverse() local
104 ogg_int32_t **in,int *nonzero,int ch){ in res_inverse()
52 int nonzero = ((x >> 24) - 1) >> 31 << 3; in SkCLZ_portable() local