Searched defs:existing (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_list.c104 dt_list_delete(dt_list_t *dlp, void *existing) argument
106 dt_list_t *p = existing;
H A Ddt_aggregate.c67 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) argument
72 existing[i] = existing[i] + new[i];
92 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) argument
94 if (*new < *existing)
95 *existing = *new;
100 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) argument
102 if (*new > *existing)
103 *existing = *new;
138 dt_aggregate_lquantize(int64_t *existing, int64_ argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_util.c57 * Prepend the specified existing element to the given ctf_list_t. The
58 * existing pointer should be pointing at a struct with embedded ctf_list_t.
77 * Delete the specified existing element from the given ctf_list_t. The
78 * existing pointer should be pointing at a struct with embedded ctf_list_t.
81 ctf_list_delete(ctf_list_t *lp, void *existing) argument
83 ctf_list_t *p = existing;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dudp.c60 struct udp_connection *existing; local
77 list_for_each_entry ( existing, &udp_conns, list ) {
78 if ( existing->local.st_port == udp->local.st_port ) {
H A Dtcp.c221 struct tcp_connection *existing; local
240 list_for_each_entry ( existing, &tcp_conns, list ) {
241 if ( existing->local_port == port ) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c2619 static BOOL match_depth_stencil_format(const struct wined3d_format_desc *existing, argument
2624 if(existing == required) return TRUE;
2625 if((existing->Flags & WINED3DFMT_FLAG_FLOAT) != (required->Flags & WINED3DFMT_FLAG_FLOAT)) return FALSE;
2627 getDepthStencilBits(existing, &existing_depth, &existing_stencil);
2646 /* TODO: If the requested format would satisfy the needs of the existing one(reverse match),
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c2466 static BOOL match_depth_stencil_format(const struct wined3d_format *existing, argument
2471 if (existing == required) return TRUE;
2472 if ((existing->flags & WINED3DFMT_FLAG_FLOAT) != (required->flags & WINED3DFMT_FLAG_FLOAT)) return FALSE;
2474 getDepthStencilBits(existing, &existing_depth, &existing_stencil);
2494 /* TODO: If the requested format would satisfy the needs of the existing one(reverse match),
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp4940 ComPtr<IDHCPServer> existing; local
4941 rc = findDHCPServerByNetworkName(uname, existing);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8541 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local
8581 existing = &svar->dtsv_var;
8588 existing = &vstate->dtvs_tlocals[ndx];
8596 existing = &svar->dtsv_var;
8617 if (existing == NULL || existing->dtdv_id == 0)
8620 ASSERT(existing->dtdv_id == v->dtdv_id);
8621 ASSERT(existing->dtdv_scope == v->dtdv_scope);
8623 if (existing->dtdv_kind != v->dtdv_kind)
8626 et = &existing
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 103 milliseconds