Searched defs:up (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_ntoa.c54 register u_char *up = addr.x_host.c_host; local
55 u_char *uplim = up + 6;
61 while (*up==0 && up < uplim) up++;
62 if (up == uplim) {
68 sprintf(cp, ".%x", *up++);
69 while (up < uplim) {
71 sprintf(cp, "%02x", *up++);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DASTBase.h101 void double_link(ASTBase *left, ASTBase *up);
109 ASTBase *up() { return _up; } function in class:ASTDoublyLinkedBase
114 PCCTS_AST *up() { return _up; } function in class:ASTDoublyLinkedBase
H A Dast.c300 u->up = NULL; /* set by calling invocation */
307 if ( u->down!=NULL ) u->down->up = u;
328 * Set the 'up', and 'left' pointers of all nodes in 't'.
333 zzdouble_link(AST *t, AST *left, AST *up) argument
335 zzdouble_link(t, left, up)
336 AST *t, *left, *up;
341 t->up = up;
343 zzdouble_link(t->right, t, up);
H A Dast.h50 struct _ast *left, *up; member in struct:_ast
58 #define AST_REQUIRED_FIELDS struct _ast *right, *down, *left, *up;
H A DASTBase.cpp215 * Set the 'up', and 'left' pointers of all nodes in 't'.
219 ASTDoublyLinkedBase::double_link(ASTBase *left, ASTBase *up) argument
224 t->_up = (ASTDoublyLinkedBase *) up;
228 ((ASTDoublyLinkedBase *)t->_right)->double_link(t, up);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgethex.c46 int esign, havedig, irv, k, n, nbits, up, zret; local
210 up = 0;
217 up = 1;
220 up = 1 - sign;
223 up = sign;
225 if (up) {
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_boundsinfo.c21 BucketRegion_ptr up; member in struct:BucketRegion
135 r->up = NULL;
161 r->up = q;
284 r = r->up)
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard-types.h60 unsigned up; member in struct:__anon16030
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dfsm.h142 void (*up) /* Called when fsm reaches OPENED state */ member in struct:fsm_callbacks
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member in struct:fsm_callbacks
H A Dppp_oe.c144 pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_softc **scptr) argument
1125 /* clean up softc */
H A Dppp.c130 * reception is up to the port */
201 int if_up; /* True when the interface is up. */
344 /** Wake up the task blocked in reading from serial line (if any) */
540 * there is no way to know when the link is up. */
590 static void pppOverEthernetLinkStatusCB(int pd, int up);
614 * there is no way to know when the link is up. */
831 /* Check that the link is up. */
833 PPPDEBUG(LOG_ERR, ("pppifOutput[%d]: link not up\n", pd));
966 case PPPCTLG_UPSTATUS: /* Get the PPP up status. */
1335 * sifup - Config the interface up an
1551 pppOverEthernetLinkStatusCB(int pd, int up) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c365 IDL_tree up; local
370 up = IDL_NODE_UP(typedef_ident);
371 if (up == NULL || IDL_NODE_TYPE(up) != IDLN_LIST)
373 up = IDL_NODE_UP(up);
374 if (up == NULL || IDL_NODE_TYPE(up) != IDLN_TYPE_DCL)
377 return IDL_TYPE_DCL(up).type_spec;
H A Dxpidl_typelib.c132 IDL_tree up; local
134 IDL_tree_type node_type = IDL_NODE_TYPE((up = IDL_NODE_UP(tfd->tree)));
173 IDL_IDENT(tfd->tree).str, IDL_NODE_TYPE_NAME(up));
532 "IDE block. Giving up.\n", name);
549 "ERROR: no index found for %s. Giving up.\n",
649 IDL_tree up; local
792 if (!(up = IDL_NODE_UP(type))) {
798 switch (IDL_NODE_TYPE(up)) {
810 if (IDL_NODE_TYPE(up) == IDLN_INTERFACE)
811 className = IDL_IDENT(IDL_INTERFACE(up)
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngwrite.c98 png_unknown_chunk *up; local
102 for (up = info_ptr->unknown_chunks;
103 up < info_ptr->unknown_chunks + info_ptr->unknown_chunks_num;
104 up++)
106 int keep=png_handle_as_unknown(png_ptr, up->name);
108 up->location && !(up->location & PNG_HAVE_PLTE) &&
109 !(up->location & PNG_HAVE_IDAT) &&
110 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
113 png_write_chunk(png_ptr, up
262 png_unknown_chunk *up; local
362 png_unknown_chunk *up; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dsyn.h102 struct _Predicate *up, *left; /* doubly-link me */ member in struct:_Predicate
/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c1264 char *up = NULL; local
1286 up = xmlMemStrdup(upper);
1287 if (up == NULL) {
1293 * allocate and fill-up an handler block.
1298 xmlFree(up);
1304 handler->name = up;
1663 /* If "none of the above", give up */

Completed in 94 milliseconds