Home
last modified time | relevance | path

Searched refs:oi (Results 1 – 25 of 113) sorted by relevance

12345

/external/strace/tests/
Dioctl_mtd.c172 TAIL_ALLOC_OBJECT_CONST_PTR(struct otp_info, oi); in main()
173 fill_memory(oi, sizeof(*oi)); in main()
174 ioctl(-1, OTPLOCK, oi); in main()
177 (unsigned int) _IOC_NR(OTPLOCK), oi->start, oi->length, oi->locked); in main()
/external/strace/tests-mx32/
Dioctl_mtd.c172 TAIL_ALLOC_OBJECT_CONST_PTR(struct otp_info, oi); in main()
173 fill_memory(oi, sizeof(*oi)); in main()
174 ioctl(-1, OTPLOCK, oi); in main()
177 (unsigned int) _IOC_NR(OTPLOCK), oi->start, oi->length, oi->locked); in main()
/external/strace/tests-m32/
Dioctl_mtd.c172 TAIL_ALLOC_OBJECT_CONST_PTR(struct otp_info, oi); in main()
173 fill_memory(oi, sizeof(*oi)); in main()
174 ioctl(-1, OTPLOCK, oi); in main()
177 (unsigned int) _IOC_NR(OTPLOCK), oi->start, oi->length, oi->locked); in main()
/external/tensorflow/tensorflow/core/kernels/
Ddynamic_partition_op.cc117 auto oi = output_index[p]; in Compute() local
118 OP_REQUIRES(c, FastBoundsCheck(oi, out_vec[p].size()), in Compute()
121 " is not LTE output_index[", p, "] : ", oi)); in Compute()
122 out_vec[p](oi) = data_flat(i); in Compute()
147 auto oi = output_index[p]; in Compute() local
148 OP_REQUIRES(c, FastBoundsCheck(oi, out_flat[p].dimension(0)), in Compute()
149 errors::InvalidArgument("Size of output_index: ", oi, in Compute()
151 Eigen::DSizes<Eigen::DenseIndex, 2> out_indices(oi, 0); in Compute()
Dxsmm_conv2d_test.cc134 int img, ofm, ifm, oj, oi, ij, ii, kj, ki; in naive_conv_fp() local
147 for (oi = 0; oi < ofw; ++oi) { in naive_conv_fp()
148 ii = oi * stride_w - pad_w; in naive_conv_fp()
153 LIBXSMM_VLA_ACCESS(4, output_t, img, ofm, oj, oi, nOfm, ofhp, in naive_conv_fp()
/external/llvm/test/CodeGen/SystemZ/
Dor-06.ll9 ; CHECK: oi 0(%r2), 254
22 ; CHECK: oi 0(%r2), 254
35 ; CHECK: oi 0(%r2), 254
48 ; CHECK: oi 0(%r2), 254
61 ; CHECK: oi 0(%r2), 254
74 ; CHECK: oi 0(%r2), 254
87 ; CHECK: oi 0(%r2), 254
100 ; CHECK: oi 0(%r2), 254
Dor-05.ll8 ; CHECK: oi 0(%r2), 1
19 ; CHECK: oi 0(%r2), 254
30 ; CHECK: oi 0(%r2), 1
41 ; CHECK: oi 0(%r2), 254
52 ; CHECK: oi 4095(%r2), 127
90 ; CHECK: oi 0(%r2), 127
128 ; CHECK: oi 0(%r2), 127
141 ; CHECK: oi 4095(%r2), 127
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dor-06.ll9 ; CHECK: oi 0(%r2), 254
22 ; CHECK: oi 0(%r2), 254
35 ; CHECK: oi 0(%r2), 254
48 ; CHECK: oi 0(%r2), 254
61 ; CHECK: oi 0(%r2), 254
74 ; CHECK: oi 0(%r2), 254
87 ; CHECK: oi 0(%r2), 254
100 ; CHECK: oi 0(%r2), 254
Dor-05.ll8 ; CHECK: oi 0(%r2), 1
19 ; CHECK: oi 0(%r2), 254
30 ; CHECK: oi 0(%r2), 1
41 ; CHECK: oi 0(%r2), 254
52 ; CHECK: oi 4095(%r2), 127
90 ; CHECK: oi 0(%r2), 127
128 ; CHECK: oi 0(%r2), 127
141 ; CHECK: oi 4095(%r2), 127
/external/toolchain-utils/binary_search_tool/test/
Dswitch_to_bad.py22 for oi in object_index:
23 working_set[oi] = objects_file[oi]
Dswitch_to_bad_noinc_prune.py35 for oi in object_index:
36 working_set[oi] = objects_file[oi]
Dswitch_to_bad_set_file.py32 for oi in object_index:
33 working_set[int(oi)] = objects_file[oi]
Dswitch_to_good.py25 for oi in object_index:
26 working_set[int(oi)] = 0
Dswitch_to_good_noinc_prune.py33 for oi in object_index:
34 working_set[int(oi)] = 0
Dswitch_tmp.py27 for oi in object_index:
28 working_set[int(oi)] = 42
Dswitch_to_good_set_file.py34 for oi in object_index:
35 working_set[int(oi)] = 0
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp218 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
219 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB(); in trivialTailPHIs()
220 unsigned Reg = I.getOperand(oi).getReg(); in trivialTailPHIs()
243 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) { in updateTailPHIs() local
245 if (I.getOperand(oi - 1).getMBB() == CmpBB) { in updateTailPHIs()
246 I.RemoveOperand(oi - 1); in updateTailPHIs()
247 I.RemoveOperand(oi - 2); in updateTailPHIs()
/external/mesa3d/bin/
Dmeson-options.py19 oi = optinterpreter.OptionInterpreter('') variable
20 oi.process('meson_options.txt')
22 for (name, value) in oi.options.items():
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
223 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB(); in trivialTailPHIs()
224 Register Reg = I.getOperand(oi).getReg(); in trivialTailPHIs()
247 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) { in updateTailPHIs() local
249 if (I.getOperand(oi - 1).getMBB() == CmpBB) { in updateTailPHIs()
250 I.RemoveOperand(oi - 1); in updateTailPHIs()
251 I.RemoveOperand(oi - 2); in updateTailPHIs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
223 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB(); in trivialTailPHIs()
224 Register Reg = I.getOperand(oi).getReg(); in trivialTailPHIs()
247 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) { in updateTailPHIs() local
249 if (I.getOperand(oi - 1).getMBB() == CmpBB) { in updateTailPHIs()
250 I.RemoveOperand(oi - 1); in updateTailPHIs()
251 I.RemoveOperand(oi - 2); in updateTailPHIs()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp584 void gcm::bu_find_best_bb(node *n, op_info &oi) { in bu_find_best_bb() argument
592 if (oi.bottom_bb) in bu_find_best_bb()
597 oi.bottom_bb = bu_bb; in bu_find_best_bb()
602 bb_node* top_bb = oi.top_bb; in bu_find_best_bb()
603 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb()
633 oi.bottom_bb = best_bb; in bu_find_best_bb()
654 op_info &oi = op_map[n]; in bu_release_op() local
664 bu_find_best_bb(n, oi); in bu_release_op()
666 if (oi.bottom_bb == bu_bb) { in bu_release_op()
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Ddelete-dead-blocks.ll14 %oi = phi i32 [ 0, %entry ], [ %oinc, %outer_continue]
38 %oinc = add i32 %oi, 1
39 %ocmp = icmp eq i32 %oi, 100
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h502 for(unsigned oi = 0; oi < memoryOrder.size(); oi++) in ExecuteForEachParameterSet() local
506 if(memoryOrder[oi] == MEMORY_ORDER_EMPTY && memoryScope[si] != MEMORY_SCOPE_EMPTY) in ExecuteForEachParameterSet()
508 MemoryOrder(memoryOrder[oi]); in ExecuteForEachParameterSet()
598 for(unsigned oi = 0; oi < memoryOrder.size(); oi++) in ExecuteForEachParameterSet() local
604 if((memoryOrder[oi] == MEMORY_ORDER_EMPTY || memoryOrder[o2i] == MEMORY_ORDER_EMPTY) in ExecuteForEachParameterSet()
605 && memoryOrder[oi] != memoryOrder[o2i]) in ExecuteForEachParameterSet()
607 if((memoryOrder[oi] == MEMORY_ORDER_EMPTY || memoryOrder[o2i] == MEMORY_ORDER_EMPTY) in ExecuteForEachParameterSet()
610 MemoryOrder(memoryOrder[oi]); in ExecuteForEachParameterSet()
/external/cldr/common/testData/transforms/
Deo-fonipa-t-eo.txt103 branĉoj brant͡ʃoi̯
207 leĝoj led͡ʒoi̯
208 ligoj liɡoi̯
351 Ĝeneraligoj d͡ʒeneraliɡoi̯
371 ŝmirajoj ʃmirai̯oi̯
/external/ltp/testcases/kernel/fs/doio/
Drwtest253 oi="$IFS"
261 IFS="$oi"

12345