Searched defs:np (Results 1 - 25 of 46) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16gc.c42 _MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
54 *np = 0;
H A Dntgc.c45 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 Dos2gc.c44 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 Dnto.c53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
60 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
63 *np = 0;
H A Dbsdi.c56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
62 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
65 *np = 0;
H A Ddarwin.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
53 *np = 0;
H A Ddgux.c53 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
58 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
H A Dfreebsd.c56 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
62 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
65 *np = 0;
H A Dlinux.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
53 *np = 0;
H A Dnec.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
49 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
H A Dnetbsd.c58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
64 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
67 *np = 0;
H A Dopenbsd.c58 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
64 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
67 *np = 0;
H A Dosf1.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
53 *np = 0;
H A Dqnx.c46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
51 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
H A Dsony.c46 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
52 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
55 *np = 0;
H A Dsunos4.c89 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
94 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
H A Dreliantunix.c49 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
54 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
H A Drhapsody.c44 PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np) argument
50 *np = sizeof(CONTEXT(t)) / sizeof(PRWord);
53 *np = 0;
H A Dscoos.c49 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 Ddt_inttab.c59 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 Dprthinfo.c48 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 Dvj.c579 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 Dvj.c596 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 DTestMinStringAPI.cpp210 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 Dmsg_in.c152 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...]

Completed in 61 milliseconds

12