Searched defs:drop (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp3 * VBox Console COM Class implementation - Guest drag and drop source.
219 HRESULT GuestDnDSource::drop(const com::Utf8Str &aFormat, function in class:GuestDnDSource
228 return setError(E_INVALIDARG, tr("No drop format specified"));
263 tr("Unable to create the temporary drag and drop directory \"%s\" (%Rrc)\n"),
284 tr("Error signalling to drop data (%Rrc)\n"), rc);
H A DGuestDnDTargetImpl.cpp3 * VBox Console COM Class implementation - Guest drag'n drop target.
184 /* Check & convert the drag & drop actions */
251 /* Check & convert the drag & drop actions. */
323 HRESULT GuestDnDTarget::drop(ULONG aScreenId, ULONG aX, ULONG aY, function in class:GuestDnDTarget
343 /* Check & convert the drag & drop actions. */
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dstats.h48 u16_t drop; /* Dropped packets. */ member in struct:stats_proto
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_handle.c315 dtrace_dropdata_t drop; local
321 bzero(&drop, sizeof (drop));
322 drop.dtdda_handle = dtp;
323 drop.dtdda_cpu = cpu;
324 drop.dtdda_kind = what;
325 drop.dtdda_drops = howmany;
326 drop.dtdda_msg = str;
344 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
358 "dynamic variable drop" },
394 dtrace_dropdata_t drop; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dstats.h62 STAT_COUNTER drop; /* Dropped packets. */ member in struct:stats_proto
76 STAT_COUNTER drop; /* Dropped packets. */ member in struct:stats_igmp
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c3690 efab_receive ( struct efab_nic *efab, unsigned int id, int len, int drop )
3704 id, iob, iob->data, len, drop ? "bad" : "ok" );
3707 if ( drop )
3811 int ev_code, desc_ptr, len, drop; local
3824 drop = !EFAB_QWORD_FIELD ( *evt, FCN_RX_EV_PKT_OK );
3826 efab_receive ( efab, desc_ptr, len, drop );

Completed in 72 milliseconds