/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w16gc.c | 42 _MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 54 *np = 0;
|
H A D | ntgc.c | 45 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 62 *np = PR_NUM_GCREGS; 95 *np = PR_NUM_GCREGS;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2gc.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 60 *np = PR_NUM_GCREGS;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | nto.c | 53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 60 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 63 *np = 0;
|
H A D | bsdi.c | 56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 62 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 65 *np = 0;
|
H A D | darwin.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 53 *np = 0;
|
H A D | dgux.c | 53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 58 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
H A D | freebsd.c | 56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 62 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 65 *np = 0;
|
H A D | linux.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 53 *np = 0;
|
H A D | nec.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 49 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
H A D | netbsd.c | 58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 64 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 67 *np = 0;
|
H A D | openbsd.c | 58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 64 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 67 *np = 0;
|
H A D | osf1.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 53 *np = 0;
|
H A D | qnx.c | 46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 51 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
H A D | sony.c | 46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 52 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 55 *np = 0;
|
H A D | sunos4.c | 89 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 94 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
H A D | reliantunix.c | 49 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 54 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
H A D | rhapsody.c | 44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord); 53 *np = 0;
|
H A D | scoos.c | 49 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument 54 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_inttab.c | 59 dt_inthash_t *hp, *np; local 61 for (hp = ip->int_head; hp != NULL; hp = np) { 62 np = hp->inh_next;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prthinfo.c | 48 PR_GetGCRegisters(PRThread *t, int isCurrent, int *np) argument 50 return _MD_HomeGCRegisters(t, isCurrent, np);
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.c | 579 struct pbuf *np, *q; local 582 np = pbuf_alloc(PBUF_RAW, n0->len + cs->cs_hlen, PBUF_POOL); 583 if(!np) { 589 pbuf_header(np, -cs->cs_hlen); 592 for(q = np; q != NULL; q = q->next) { 598 pbuf_chain(np, n0->next); 602 n0 = np; 606 struct pbuf *np; local 609 np = pbuf_alloc(PBUF_RAW, cs->cs_hlen, PBUF_POOL); 610 if(!np) { [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.c | 596 struct pbuf *np, *q; local 599 np = pbuf_alloc(PBUF_RAW, n0->len + cs->cs_hlen, PBUF_POOL); 600 if(!np) { 605 if(pbuf_header(np, -cs->cs_hlen)) { 612 for(q = np; q != NULL; q = q->next) { 618 pbuf_chain(np, n0->next); 622 n0 = np; 626 struct pbuf *np; local 629 np = pbuf_alloc(PBUF_RAW, cs->cs_hlen, PBUF_POOL); 630 if(!np) { [all...] |
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestMinStringAPI.cpp | 210 const char* sp, *mp, *np; local 215 nl = NS_CStringGetData(newVal, &np); 223 NS_CStringSetDataRange(str, offset, ml, np, nl);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | msg_in.c | 152 struct snmp_name_ptr np; local 156 np = msg_ps->ext_name_ptr; 159 en->get_object_def_a(request_id, np.ident_len, np.ident, &msg_ps->ext_object_def); 167 en->get_object_def_pc(request_id, np.ident_len, np.ident); 242 struct snmp_name_ptr np; local 256 msg_ps->vb_ptr->ident + 4, &np); 272 msg_ps->ext_name_ptr = np; 274 en->get_object_def_q(en->addr_inf, request_id, np 521 struct snmp_name_ptr np; local 544 struct snmp_name_ptr np; local 576 struct snmp_name_ptr np; local 615 struct snmp_name_ptr np; local 710 struct snmp_name_ptr np; local [all...] |