Home
last modified time | relevance | path

Searched refs:poscnt (Results 1 – 2 of 2) 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