Searched defs:nelem (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dkeyboard-cfg.h49 int nelem; member in struct:__anon7423
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dkeyboard-cfg.h49 int nelem; member in struct:__anon7799
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dkeyboard-cfg.h49 int nelem; member in struct:__anon8160
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dkeyboard-cfg.h50 int nelem; member in struct:__anon4581
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dkeyboard-cfg.h50 int nelem; member in struct:__anon4147
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c335 pr_ZoneCalloc(PRUint32 nelem, PRUint32 elsize) argument
337 PRUint32 size = nelem * elsize;
478 PR_IMPLEMENT(void *) PR_Calloc(PRUint32 nelem, PRUint32 elsize) argument
484 pr_ZoneCalloc(nelem, elsize) : RTMemAllocZ(nelem * (size_t)elsize);
486 pr_ZoneCalloc(nelem, elsize) : calloc(nelem, elsize);
536 PR_IMPLEMENT(void *) PR_Calloc(PRUint32 nelem, PRUint32 elsize) argument
539 return PR_MD_calloc( (size_t)nelem, (size_t)elsize );
543 return RTMemAllocZ(nelem * (size_
[all...]
H A Dprmalloc.c800 void *_PR_UnlockedCalloc(size_t n, size_t nelem) argument
805 n *= nelem;

Completed in 45 milliseconds