/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Stringlist/ |
H A D | stringlist.c | 61 StringList *sl; local 63 sl = malloc(sizeof(StringList)); 64 if (sl == NULL) 67 sl->sl_cur = 0; 68 sl->sl_max = _SL_CHUNKSIZE; 69 sl->sl_str = malloc(sl->sl_max * sizeof(char *)); 70 if (sl->sl_str == NULL) { 71 free(sl); 72 sl 82 sl_add(StringList *sl, char *name) argument 106 sl_free(StringList *sl, int all) argument 126 sl_find(StringList *sl, const char *name) argument 140 sl_delete(StringList *sl, const char *name, int all) argument [all...] |
/vbox/src/VBox/Runtime/common/math/gcc/ |
H A D | quad.h | 94 int sl[2]; /* as two signed ints */ member in union:uu
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIImageTools.cpp | 59 QRgb *sl = (QRgb*)image.scanLine(y); local 66 const int gray = qGray(sl[x]) / 2; 67 sl[x] = qRgba(gray, gray, gray, qAlpha(sl[x])); 71 ::memset(sl, 0, image.bytesPerLine()); 79 const int gray = (2 * qGray(sl[x])) / 3; 80 sl[x] = qRgba(gray, gray, gray, qAlpha(sl[x]));
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestMinStringAPI.cpp | 211 PRUint32 sl, ml, nl; local 213 sl = NS_CStringGetData(str, &sp); 217 for (const char* iter = sp; iter <= sp + sl - ml; ++iter) 225 sl = NS_CStringGetData(str, &sp);
|
/vbox/src/VBox/Main/src-server/ |
H A D | MachineImplCloneVM.cpp | 117 void updateMACAddresses(settings::SnapshotsList &sl) const; 119 void updateSnapshotStorageLists(settings::SnapshotsList &sl, const Bstr &bstrOldId, const Bstr &bstrNewId) const; 600 void MachineCloneVMPrivate::updateMACAddresses(settings::SnapshotsList &sl) const 603 for (it = sl.begin(); it != sl.end(); ++it) 634 void MachineCloneVMPrivate::updateSnapshotStorageLists(settings::SnapshotsList &sl, const Bstr &bstrOldId, argument 638 for ( it = sl.begin(); 639 it != sl.end();
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | infiniband.h | 87 unsigned int sl; member in struct:ib_address_vector
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/ |
H A D | Enquire.c | 1524 int si; long sl; local 1535 si=0; sl=0; ui=0; ss=0; 1544 if (!is_signed(sl)) 1548 if (sizeof(Promoted(sl)) != sizeof(long)) 1564 showtype("long+unsigned gives", sl+ui);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 8616 int s, sl; local 8634 s = CUR_CHAR(sl); 8640 NEXTL(sl); 8663 rl = sl; 8665 sl = l;
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | malloc.c | 297 static int slwait(int *sl); 298 static int slrelease(int *sl); 4542 static int slwait (int *sl) { 4543 while (InterlockedCompareExchange ((void **) sl, (void *) 1, (void *) 0) != 0) 4549 static int slrelease (int *sl) { 4550 InterlockedExchange (sl, 0); 4523 slwait(int *sl) argument 4530 slrelease(int *sl) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | MT25218_PRM.h | 66 pseudo_bit_t sl[0x00004]; /* InfiniBand Service Level (SL) */ member in struct:arbelprm_ud_address_vector_st 377 pseudo_bit_t sl[0x00004]; /* InfiniBand Service Level (SL) */ member in struct:arbelprm_address_path_st 889 pseudo_bit_t sl[0x00004]; member in struct:arbelprm_wqe_segment_ctrl_mlx_st 1851 pseudo_bit_t sl[0x00004]; /* Service Level of the received MAD. member in struct:arbelprm_mad_ifc_st 3107 pseudo_bit_t sl[0x00004]; /* Service Level of the message. Valid in Responder of UD QP CQE only. */ member in struct:arbelprm_completion_queue_entry_st
|
H A D | MT25408_PRM.h | 65 pseudo_bit_t sl[0x00004]; /* InfiniBand Service Level (SL) */ member in struct:hermonprm_ud_address_vector_st 745 pseudo_bit_t sl[0x00004]; member in struct:hermonprm_wqe_segment_ctrl_mlx_st 1828 pseudo_bit_t sl[0x00004]; /* Service Level of the received MAD. member in struct:hermonprm_mad_ifc_st 3027 pseudo_bit_t sl[0x00004]; /* For responder UD over IB - the Service Level of the packet. member in struct:hermonprm_completion_queue_entry_st 3094 pseudo_bit_t sl[0x00004]; /* SL this Schedule Queue is associated with (if vl15 bit is 0) */ member in struct:hermonprm_sched_queue_context_st
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | hfa384x.h | 1835 UINT16 sl; member in struct:hfa384x_ScanResultSub 1876 UINT16 sl; member in struct:hfa384x_HScanResultSub
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |