Home
last modified time | relevance | path

Searched refs:ioff (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dnegintconst.ll27 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xb7fffeca8
29 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xffffffff7fffeca8
32 @fmtArg = internal global [39 x i8] c"ioff = %u\09fval = 0x%p\09&fval[2] = 0x%p\0A\00" ; <…
40 %ioff = add i32 %iscale, 3 ; <i32> [#uses=2]
41 %ioff.upgrd.1 = zext i32 %ioff to i64 ; <i64> [#uses=1]
42 …%fptr = getelementptr %Results, %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#…
44 …call i32 (i8*, ...) @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dnegintconst.ll27 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xb7fffeca8
29 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xffffffff7fffeca8
32 @fmtArg = internal global [39 x i8] c"ioff = %u\09fval = 0x%p\09&fval[2] = 0x%p\0A\00" ; <…
40 %ioff = add i32 %iscale, 3 ; <i32> [#uses=2]
41 %ioff.upgrd.1 = zext i32 %ioff to i64 ; <i64> [#uses=1]
42 … %fptr = getelementptr %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#uses=1]
44 …call i32 (i8*, ...)* @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
/external/llvm/test/CodeGen/Generic/
Dnegintconst.ll27 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xb7fffeca8
29 ; ioff = 2 fval = 0xffffffff7fffec90 &fval[2] = 0xffffffff7fffeca8
32 @fmtArg = internal global [39 x i8] c"ioff = %u\09fval = 0x%p\09&fval[2] = 0x%p\0A\00" ; <…
40 %ioff = add i32 %iscale, 3 ; <i32> [#uses=2]
41 %ioff.upgrd.1 = zext i32 %ioff to i64 ; <i64> [#uses=1]
42 …%fptr = getelementptr %Results, %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#…
44 …call i32 (i8*, ...) @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java747 int ioff, noff = offsets.length; in TestSearchCollatorElements() local
750 ioff = 0; in TestSearchCollatorElements()
758 if ( ioff < noff ) { in TestSearchCollatorElements()
759 if ( offset != offsets[ioff] ) { in TestSearchCollatorElements()
760 …e " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offse… in TestSearchCollatorElements()
764 ioff++; in TestSearchCollatorElements()
769 if ( ioff < noff ) { in TestSearchCollatorElements()
775 ioff = noff; in TestSearchCollatorElements()
782 if ( ioff > 0 ) { in TestSearchCollatorElements()
783 ioff--; in TestSearchCollatorElements()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java750 int ioff, noff = offsets.length; in TestSearchCollatorElements() local
753 ioff = 0; in TestSearchCollatorElements()
761 if ( ioff < noff ) { in TestSearchCollatorElements()
762 if ( offset != offsets[ioff] ) { in TestSearchCollatorElements()
763 …e " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offse… in TestSearchCollatorElements()
767 ioff++; in TestSearchCollatorElements()
772 if ( ioff < noff ) { in TestSearchCollatorElements()
778 ioff = noff; in TestSearchCollatorElements()
785 if ( ioff > 0 ) { in TestSearchCollatorElements()
786 ioff--; in TestSearchCollatorElements()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java2176 int ioff, noff = offsets.length; in TestUsingSearchCollator() local
2180 ioff = 0; in TestUsingSearchCollator()
2186 if ( ioff < noff ) { in TestUsingSearchCollator()
2187 if ( offset != offsets[ioff] ) { in TestUsingSearchCollator()
2188 …n locale " + localeString + ", expected SearchIterator.next() " + offsets[ioff] + ", got " + offse… in TestUsingSearchCollator()
2192 ioff++; in TestUsingSearchCollator()
2197 if ( ioff < noff ) { in TestUsingSearchCollator()
2202 ioff = noff; in TestUsingSearchCollator()
2208 if ( ioff > 0 ) { in TestUsingSearchCollator()
2209 ioff--; in TestUsingSearchCollator()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java2173 int ioff, noff = offsets.length; in TestUsingSearchCollator() local
2177 ioff = 0; in TestUsingSearchCollator()
2183 if ( ioff < noff ) { in TestUsingSearchCollator()
2184 if ( offset != offsets[ioff] ) { in TestUsingSearchCollator()
2185 …n locale " + localeString + ", expected SearchIterator.next() " + offsets[ioff] + ", got " + offse… in TestUsingSearchCollator()
2189 ioff++; in TestUsingSearchCollator()
2194 if ( ioff < noff ) { in TestUsingSearchCollator()
2199 ioff = noff; in TestUsingSearchCollator()
2205 if ( ioff > 0 ) { in TestUsingSearchCollator()
2206 ioff--; in TestUsingSearchCollator()
[all …]
/external/iproute2/lib/
Dbpf.c1995 unsigned int ioff, rmap; in bpf_apply_relo_data() local
2002 ioff = relo.r_offset / sizeof(struct bpf_insn); in bpf_apply_relo_data()
2003 if (ioff >= num_insns || in bpf_apply_relo_data()
2004 insns[ioff].code != (BPF_LD | BPF_IMM | BPF_DW)) { in bpf_apply_relo_data()
2006 ioff); in bpf_apply_relo_data()
2007 if (ioff < num_insns && in bpf_apply_relo_data()
2008 insns[ioff].code == (BPF_JMP | BPF_CALL)) in bpf_apply_relo_data()
2037 data_insn->sec_name, ioff); in bpf_apply_relo_data()
2039 insns[ioff].src_reg = BPF_PSEUDO_MAP_FD; in bpf_apply_relo_data()
2040 insns[ioff].imm = ctx->map_fds[rmap]; in bpf_apply_relo_data()