Searched refs:mp1 (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/bind/dist/bin/tests/ |
| H A D | mempool_test.c | 34 isc_mempool_t *mp1, *mp2; in main() local 48 mp1 = NULL; in main() 49 RUNTIME_CHECK(isc_mempool_create(mctx, 24, &mp1) == ISC_R_SUCCESS); in main() 54 isc_mempool_associatelock(mp1, &lock); in main() 59 isc_mempool_setfreemax(mp1, 10); in main() 60 isc_mempool_setfillcount(mp1, 10); in main() 61 isc_mempool_setmaxalloc(mp1, 30); in main() 67 items1[i] = isc_mempool_get(mp1); in main() 74 tmp = isc_mempool_get(mp1); in main() 83 isc_mempool_put(mp1, items1[i]); in main() [all …]
|
| /minix3/external/bsd/bind/dist/bin/tests/mem/ |
| H A D | t_mem.c | 46 isc_mempool_t *mp1, *mp2; in memtest() local 62 mp1 = NULL; in memtest() 63 isc_result = isc_mempool_create(mctx, 24, &mp1); in memtest() 84 isc_mempool_setfreemax(mp1, MP1_FREEMAX); in memtest() 86 isc_mempool_setfillcount(mp1, MP1_FILLCNT); in memtest() 88 isc_mempool_setmaxalloc(mp1, MP1_MAXALLOC); in memtest() 94 items1[i] = isc_mempool_get(mp1); in memtest() 104 tmp = isc_mempool_get(mp1); in memtest() 116 isc_mempool_put(mp1, items1[i]); in memtest() 120 rval = isc_mempool_getfreecount(mp1); in memtest() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/Parser/ |
| H A D | cxx-ambig-init-templ.cpp | 68 int mp1 = 0 < 1, member
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/ |
| H A D | mpi.h | 97 void mp_exch(mp_int *mp1, mp_int *mp2);
|
| H A D | mpi.c | 399 void mp_exch(mp_int *mp1, mp_int *mp2) in mp_exch() argument 402 assert(mp1 != NULL && mp2 != NULL); in mp_exch() 404 if(mp1 == NULL || mp2 == NULL) in mp_exch() 408 s_mp_exch(mp1, mp2); in mp_exch()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | calling-conv-compat.cpp | 343 void ( A::*mp1)() = &A::method_thiscall; variable
|
| H A D | conditional-expr.cpp | 190 const int (MixedFieldsDerived::*mp1) = in test()
|