/external/strace/tests-mx32/ |
D | ioctl_mtd.c | 172 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/ |
D | ioctl_mtd.c | 172 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/ |
D | ioctl_mtd.c | 172 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/ |
D | dynamic_partition_op.cc | 117 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()
|
D | xsmm_conv2d_test.cc | 134 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/libmtp/src/ |
D | ptp-pack.c | 575 ptp_pack_OI (PTPParams *params, PTPObjectInfo *oi, unsigned char** oidataptr) in ptp_pack_OI() argument 588 htod32a(&oidata[PTP_oi_StorageID],oi->StorageID); in ptp_pack_OI() 589 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat); in ptp_pack_OI() 590 htod16a(&oidata[PTP_oi_ProtectionStatus],oi->ProtectionStatus); in ptp_pack_OI() 591 htod32a(&oidata[PTP_oi_ObjectCompressedSize],oi->ObjectCompressedSize); in ptp_pack_OI() 594 htod16a(&oidata[PTP_oi_ThumbFormat],oi->ThumbFormat); in ptp_pack_OI() 595 htod32a(&oidata[PTP_oi_ThumbCompressedSize],oi->ThumbCompressedSize); in ptp_pack_OI() 596 htod32a(&oidata[PTP_oi_ThumbPixWidth],oi->ThumbPixWidth); in ptp_pack_OI() 597 htod32a(&oidata[PTP_oi_ThumbPixHeight],oi->ThumbPixHeight); in ptp_pack_OI() 598 htod32a(&oidata[PTP_oi_ImagePixWidth],oi->ImagePixWidth); in ptp_pack_OI() [all …]
|
D | playlist-spl.c | 91 int is_spl_playlist(PTPObjectInfo *oi) in is_spl_playlist() argument 93 return ((oi->ObjectFormat == PTP_OFC_Undefined) || in is_spl_playlist() 94 (oi->ObjectFormat == PTP_OFC_MTP_SamsungPlaylist)) && in is_spl_playlist() 95 (strlen(oi->Filename) > 4) && in is_spl_playlist() 96 (strcmp((oi->Filename + strlen(oi->Filename) - 4), ".spl") == 0); in is_spl_playlist() 118 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, in spl_to_playlist_t() argument 123 pl->name = malloc(sizeof(char)*(strlen(oi->Filename) -4 +1)); in spl_to_playlist_t() 124 memcpy(pl->name, oi->Filename, strlen(oi->Filename) -4); in spl_to_playlist_t() 126 pl->name[strlen(oi->Filename) - 4] = 0; in spl_to_playlist_t() 128 pl->parent_id = oi->ParentObject; in spl_to_playlist_t() [all …]
|
D | libmtp.c | 2677 if (!params->objects[i].oi.Filename) { in get_all_metadata_fast() 2679 params->objects[i].oi.Filename = strdup("<null>"); in get_all_metadata_fast() 2688 params->objects[i].oi.ParentObject = prop->propval.u32; in get_all_metadata_fast() 2692 params->objects[i].oi.ObjectFormat = prop->propval.u16; in get_all_metadata_fast() 2699 params->objects[i].oi.ObjectCompressedSize = (uint32_t) prop->propval.u64; in get_all_metadata_fast() 2701 params->objects[i].oi.ObjectCompressedSize = prop->propval.u32; in get_all_metadata_fast() 2705 params->objects[i].oi.StorageID = prop->propval.u32; in get_all_metadata_fast() 2710 params->objects[i].oi.Filename = strdup(prop->propval.str); in get_all_metadata_fast() 2780 if (ob->oi.ObjectFormat == PTP_OFC_Association) in get_handles_recursively() 2863 if (ob->oi.Filename == NULL) in flush_handles() [all …]
|
D | playlist-spl.h | 26 int is_spl_playlist(PTPObjectInfo *oi); 28 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi,
|
/external/valgrind/none/tests/s390x/ |
D | or.c | 12 memimmsweep(oi, 0); in do_imm_insns() 13 memimmsweep(oi, 255); in do_imm_insns() 14 memimmsweep(oi, 128); in do_imm_insns() 15 memimmsweep(oi, 0xaa); in do_imm_insns() 16 memimmsweep(oi, 0x55); in do_imm_insns()
|
D | or.stdout.exp | 1021 oi 0000000000000000 | 0000000000000000 = 0000000000000000 (cc=0) 1022 oi 0000000000000001 | 0000000000000000 = 0000000000000001 (cc=0) 1023 oi 000000000000FFFF | 0000000000000000 = 000000000000FFFF (cc=0) 1024 oi 0000000000007FFF | 0000000000000000 = 0000000000007FFF (cc=0) 1025 oi 0000000000008000 | 0000000000000000 = 0000000000008000 (cc=0) 1026 oi 00000000FFFFFFFF | 0000000000000000 = 00000000FFFFFFFF (cc=0) 1027 oi 0000000080000000 | 0000000000000000 = 0000000080000000 (cc=0) 1028 oi 000000007FFFFFFF | 0000000000000000 = 000000007FFFFFFF (cc=0) 1029 oi AAAAAAAAAAAAAAAA | 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1) 1030 oi 8000000000000000 | 0000000000000000 = 8000000000000000 (cc=1) [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | or-06.ll | 9 ; 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
|
D | or-05.ll | 8 ; 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/ |
D | switch_to_bad.py | 17 for oi in object_index: 18 working_set[oi] = objects_file[oi]
|
D | switch_to_bad_noinc_prune.py | 30 for oi in object_index: 31 working_set[oi] = objects_file[oi]
|
D | switch_to_bad_set_file.py | 27 for oi in object_index: 28 working_set[int(oi)] = objects_file[oi]
|
D | switch_to_good.py | 20 for oi in object_index: 21 working_set[int(oi)] = 0
|
D | switch_to_good_noinc_prune.py | 28 for oi in object_index: 29 working_set[int(oi)] = 0
|
D | switch_tmp.py | 22 for oi in object_index: 23 working_set[int(oi)] = 42
|
D | switch_to_good_set_file.py | 29 for oi in object_index: 30 working_set[int(oi)] = 0
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 218 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/src/gallium/drivers/r600/sb/ |
D | sb_gcm.cpp | 559 void gcm::bu_find_best_bb(node *n, op_info &oi) { in bu_find_best_bb() argument 567 if (oi.bottom_bb) in bu_find_best_bb() 572 oi.bottom_bb = bu_bb; in bu_find_best_bb() 577 bb_node* top_bb = oi.top_bb; in bu_find_best_bb() 578 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb() 608 oi.bottom_bb = best_bb; in bu_find_best_bb() 629 op_info &oi = op_map[n]; in bu_release_op() local 639 bu_find_best_bb(n, oi); in bu_release_op() 641 if (oi.bottom_bb == bu_bb) { in bu_release_op()
|
/external/golang-protobuf/proto/ |
D | decode.go | 318 oi := o.index 336 *ptr = append(o.buf, obuf[oi:o.index]...) 468 oi := o.index 498 ext.enc = append(ext.enc, o.buf[oi:o.index]...) 817 oi := o.index // index at the end of this map entry 853 for o.index < oi { 916 oi := o.index 922 o.index = oi 960 oi := o.index 967 o.index = oi
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 640 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) { in runTargetDesc() local 641 ArrayRef<Record*> Elems = RC.getOrder(oi); in runTargetDesc() 642 OS << " static const unsigned AltOrder" << oi << "[] = {"; in runTargetDesc() 651 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi) in runTargetDesc() local 652 OS << "),\n makeArrayRef(AltOrder" << oi; in runTargetDesc()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.cpp | 141 unsigned oi = i == 2 ? 1 : 2; in eliminateFrameIndex() local 162 Offset += MI.getOperand(oi).getImm(); in eliminateFrameIndex() 166 MI.getOperand(oi).ChangeToImmediate(Offset); in eliminateFrameIndex()
|