Searched refs:oi (Results 1 - 25 of 33) sorted by relevance

12

/external/libmtp/src/
H A Dplaylist-spl.h26 int is_spl_playlist(PTPObjectInfo *oi);
28 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi,
H A Dptp-pack.c459 ptp_pack_OI (PTPParams *params, PTPObjectInfo *oi, unsigned char** oidataptr) argument
471 htod32a(&oidata[PTP_oi_StorageID],oi->StorageID);
472 htod16a(&oidata[PTP_oi_ObjectFormat],oi->ObjectFormat);
473 htod16a(&oidata[PTP_oi_ProtectionStatus],oi->ProtectionStatus);
474 htod32a(&oidata[PTP_oi_ObjectCompressedSize],oi->ObjectCompressedSize);
475 htod16a(&oidata[PTP_oi_ThumbFormat],oi->ThumbFormat);
476 htod32a(&oidata[PTP_oi_ThumbCompressedSize],oi->ThumbCompressedSize);
477 htod32a(&oidata[PTP_oi_ThumbPixWidth],oi->ThumbPixWidth);
478 htod32a(&oidata[PTP_oi_ThumbPixHeight],oi->ThumbPixHeight);
479 htod32a(&oidata[PTP_oi_ImagePixWidth],oi
566 ptp_unpack_OI(PTPParams *params, unsigned char* data, PTPObjectInfo *oi, unsigned int len) argument
1795 PTPObjectInfo *oi = (*oinfos)+curob; local
[all...]
H A Dplaylist-spl.c88 * @param oi object we are deciding on
91 int is_spl_playlist(PTPObjectInfo *oi) argument
93 return (oi->ObjectFormat == PTP_OFC_Undefined) &&
94 (strlen(oi->Filename) > 4) &&
95 (strcmp((oi->Filename + strlen(oi->Filename) -4), ".spl") == 0);
112 * @param oi object we are reading
117 void spl_to_playlist_t(LIBMTP_mtpdevice_t* device, PTPObjectInfo *oi, argument
122 pl->name = malloc(sizeof(char)*(strlen(oi->Filename) -4 +1));
123 memcpy(pl->name, oi
[all...]
H A Dlibmtp.c2207 if (!params->objects[i].oi.Filename) {
2209 params->objects[i].oi.Filename = strdup("<null>");
2218 params->objects[i].oi.ParentObject = prop->propval.u32;
2222 params->objects[i].oi.ObjectFormat = prop->propval.u16;
2229 params->objects[i].oi.ObjectCompressedSize = (uint32_t) prop->propval.u64;
2231 params->objects[i].oi.ObjectCompressedSize = prop->propval.u32;
2235 params->objects[i].oi.StorageID = prop->propval.u32;
2240 params->objects[i].oi.Filename = strdup(prop->propval.str);
2302 if (ob->oi.ObjectFormat == PTP_OFC_Association)
2323 if (ob->oi
[all...]
H A Dptp.c704 unsigned char* oi=NULL; local
712 ret=ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &oi, &len);
713 if (ret == PTP_RC_OK) ptp_unpack_OI(params, oi, objectinfo, len);
714 free(oi);
2766 ptp_free_objectinfo (PTPObjectInfo *oi) argument
2768 if (!oi) return;
2769 free (oi->Filename); oi->Filename = NULL;
2770 free (oi->Keywords); oi
[all...]
H A Dptp.h1068 PTPObjectInfo oi; member in struct:_PTPCanon_New_Object
1895 PTPObjectInfo oi; member in struct:_PTPObject
2541 void ptp_free_objectinfo (PTPObjectInfo *oi);
2542 void ptp_free_object (PTPObject *oi);
/external/openssh/
H A Dbufbn.c64 int oi; local
68 oi = BN_bn2bin(value, buf);
69 if (oi != bin_size) {
70 error("buffer_put_bignum_ret: BN_bn2bin() failed: oi %d != bin_size %d",
71 oi, bin_size);
80 buffer_append(buffer, buf, oi);
147 int oi; local
166 oi = BN_bn2bin(value, buf+1);
167 if (oi < 0 || (u_int)oi !
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSObjectExtras.h49 IMP oi = m->method_imp; local
51 return oi;
/external/valgrind/main/none/tests/s390x/
H A Dor.c12 memimmsweep(oi, 0);
13 memimmsweep(oi, 255);
14 memimmsweep(oi, 128);
15 memimmsweep(oi, 0xaa);
16 memimmsweep(oi, 0x55);
H A Dor.stdout.exp1021 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 800000000000000
[all...]
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp141 unsigned oi = i == 2 ? 1 : 2;
162 Offset += MI.getOperand(oi).getImm();
166 MI.getOperand(oi).ChangeToImmediate(Offset);
/external/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp833 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
834 ArrayRef<Record*> Elems = RC.getOrder(oi);
836 OS << " static const uint16_t AltOrder" << oi << "[] = {"; local
846 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
847 if (RC.getOrder(oi).empty())
850 OS << "),\n makeArrayRef(AltOrder" << oi; local
[all...]
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp45 Outer<int> oi(xi);
/external/mksh/src/
H A Dmisc.c151 const struct options_info *oi = (const struct options_info *)arg; local
154 oi->opt_width, options[oi->opts[i]].name,
155 Flag(oi->opts[i]) ? "on" : "off");
166 struct options_info oi; local
171 oi.opt_width = 0;
174 oi.opts[n++] = i;
179 if (len > oi.opt_width)
180 oi.opt_width = len;
184 print_columns(shl_stdout, n, options_fmt_entry, &oi,
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DMixedItemSection.java114 OffsettedItem oi = (OffsettedItem) item;
115 return oi.getAbsoluteOffset();
/external/openssl/crypto/perlasm/
H A Dx86masm.pl17 for (@arg) { s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/oi; }
/external/dhcpcd/
H A Ddhcpcd.c1407 reconf_reboot(int action, int argc, char **argv, int oi) argument
1411 ifs = discover_interfaces(argc - oi, argv + oi);
1556 int opt, oi = 0; local
1636 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
1661 for (oi = optind; oi < argc; oi++) {
1663 if (strcmp(ifp->name, argv[oi]) == 0)
1748 int opt, oi local
[all...]
H A Dif-options.c874 int oi, opt, r = 1; local
877 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h142 u8 oi[MAX_ROAMING_CONSORTIUM_LEN]; member in struct:hostapd_roaming_consortium
H A Dieee802_11_shared.c299 os_memcpy(pos, hapd->conf->roaming_consortium[i].oi,
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h142 u8 oi[MAX_ROAMING_CONSORTIUM_LEN]; member in struct:hostapd_roaming_consortium
H A Dieee802_11_shared.c299 os_memcpy(pos, hapd->conf->roaming_consortium[i].oi,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h142 u8 oi[MAX_ROAMING_CONSORTIUM_LEN]; member in struct:hostapd_roaming_consortium
H A Dieee802_11_shared.c299 os_memcpy(pos, hapd->conf->roaming_consortium[i].oi,
/external/webkit/Source/WebCore/page/mac/
H A DEventHandlerMac.mm57 IMP oi = m->method_imp;
59 return oi;

Completed in 453 milliseconds

12