Searched refs:ic (Results 1 – 4 of 4) sorted by relevance
/system/core/libcutils/ |
D | strdup8to16.cpp | 72 int ic; in strlen8to16() local 75 while ((ic = *utf8Str++) != '\0') { in strlen8to16() 79 if ((ic & 0xc0) == 0x80) { in strlen8to16() 90 expected = UTF8_SEQ_LENGTH(ic) - 1; in strlen8to16()
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test_utils.h | 105 bool rtr, bool ic, bool dv); 196 bool fc, bool rtc, bool rtr, bool ic,
|
D | stack_rfcomm_test_utils.cc | 80 bool rtr, bool ic, bool dv) { in CreateMccMscFrame() argument 90 v24_signals.set(6, ic); in CreateMccMscFrame() 185 bool fc, bool rtc, bool rtr, bool ic, in CreateQuickMscPacket() argument 190 CreateMccMscFrame(dlci, fc, rtc, rtr, ic, dv); in CreateQuickMscPacket()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 730 int cc=AL, ic=AL; in build_depth_test() local 732 case GGL_LESS: ic = HI; break; in build_depth_test() 733 case GGL_EQUAL: ic = EQ; break; in build_depth_test() 734 case GGL_LEQUAL: ic = HS; break; in build_depth_test() 735 case GGL_GREATER: ic = LT; break; in build_depth_test() 736 case GGL_NOTEQUAL: ic = NE; break; in build_depth_test() 737 case GGL_GEQUAL: ic = LS; break; in build_depth_test() 751 cc = ic^1; in build_depth_test() 778 ic = AL; in build_depth_test() 781 STRH(ic, depth, zbase); in build_depth_test()
|