Searched refs:poscnt (Results 1 – 3 of 3) sorted by relevance
961 picoos_uint32 poscnt; in picobase_get_next_utf8char() local970 poscnt = *pos; in picobase_get_next_utf8char()972 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8char()973 utf8char[i] = utf8s[poscnt]; in picobase_get_next_utf8char()974 poscnt++; in picobase_get_next_utf8char()978 if ((i < len) && (utf8s[poscnt] == 0)) { in picobase_get_next_utf8char()981 *pos = poscnt; in picobase_get_next_utf8char()990 picoos_uint32 poscnt; in picobase_get_next_utf8charpos() local998 poscnt = *pos; in picobase_get_next_utf8charpos()1000 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8charpos()[all …]
3 define i1 @test1(i64 %poscnt, i32 %work) {7 %0 = lshr i64 %poscnt, 112 define i1 @test2(i64 %poscnt, i32 %work) {16 %0 = ashr i64 %poscnt, 1
7 %poscnt.1 = phi i64 [ 0, %entry ], [ %tmp.289, %no_exit.5 ] ; <i64> [#uses=1]8 %tmp.289 = ashr i64 %poscnt.1, 1 ; <i64> [#uses=1]