Searched defs:Rev (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcio.c923 static Vcchar_t Upper[16], Lower[16], Rev[256], Didinit = 0; local
929 Rev[b] = (Vcchar_t)(~0);
931 { Rev[Upper[b]] = b; /* upper-case */
932 Rev[Lower[b]] = b; /* lower-case */
963 (l = Rev[hex[h+0]]) == (Vcchar_t)(~0) ||
964 (r = Rev[hex[h+1]]) == (Vcchar_t)(~0) )

Completed in 13 milliseconds