/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 27 ; 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/llvm-project/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 27 ; 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 750 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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 747 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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 2173 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
D | SearchTest.java | 2176 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/mesa3d/src/freedreno/afuc/ |
D | afuc.h | 147 int32_t ioff : 16; /* relative offset */ member
|
D | disasm.c | 332 label_idx(i + instr->br.ioff, true); in disasm() 646 unsigned off = i + instr->br.ioff; in disasm() 692 printf(" (#%d, %04x)", instr->br.ioff, off); in disasm()
|
D | asm.c | 262 instr.br.ioff = resolve_label(ai->label) - i; in emit_instructions() 295 instr.br.ioff = resolve_label(ai->label) - i; in emit_instructions()
|
/external/iproute2/lib/ |
D | bpf.c | 1995 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()
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | SparseUtils.cpp | 168 extern "C" void readMatrixItem(uint64_t *ibase, uint64_t *idata, int64_t ioff, in readMatrixItem() argument
|