Home
last modified time | relevance | path

Searched refs:poscnt (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicobase.c961 picoos_uint32 poscnt; in picobase_get_next_utf8char() local
970 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() local
998 poscnt = *pos; in picobase_get_next_utf8charpos()
1000 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8charpos()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-lsr3.ll3 define i1 @test1(i64 %poscnt, i32 %work) {
7 %0 = lshr i64 %poscnt, 1
12 define i1 @test2(i64 %poscnt, i32 %work) {
16 %0 = ashr i64 %poscnt, 1
/external/llvm/test/Transforms/TailDup/
Dbasictest2.ll7 %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]