Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstrdup8to16.c71 int ic; in strlen8to16() local
74 while ((ic = *utf8Str++) != '\0') { in strlen8to16()
78 if ((ic & 0xc0) == 0x80) { in strlen8to16()
89 expected = UTF8_SEQ_LENGTH(ic) - 1; in strlen8to16()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp729 int cc=AL, ic=AL; in build_depth_test() local
731 case GGL_LESS: ic = HI; break; in build_depth_test()
732 case GGL_EQUAL: ic = EQ; break; in build_depth_test()
733 case GGL_LEQUAL: ic = HS; break; in build_depth_test()
734 case GGL_GREATER: ic = LT; break; in build_depth_test()
735 case GGL_NOTEQUAL: ic = NE; break; in build_depth_test()
736 case GGL_GEQUAL: ic = LS; break; in build_depth_test()
750 cc = ic^1; in build_depth_test()
777 ic = AL; in build_depth_test()
780 STRH(ic, depth, zbase); in build_depth_test()