HomeSort by: relevance | last modified time | path
    Searched defs:ptrs (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/test/
quic_srtm_test.c 13 static char ptrs[8]; variable
29 if (!TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1))
30 || !TEST_false(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1))
31 || !TEST_false(ossl_quic_srtm_remove(srtm, ptrs + 0, 1))
32 || !TEST_false(ossl_quic_srtm_remove(srtm, ptrs + 3, 0))
33 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3))
34 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3))
35 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 1, &token_1))
36 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 2, &token_1))
37 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 3, &token_1)
    [all...]
quic_srtm_test.c 13 static char ptrs[8]; variable
29 if (!TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1))
30 || !TEST_false(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1))
31 || !TEST_false(ossl_quic_srtm_remove(srtm, ptrs + 0, 1))
32 || !TEST_false(ossl_quic_srtm_remove(srtm, ptrs + 3, 0))
33 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3))
34 || !TEST_true(ossl_quic_srtm_cull(srtm, ptrs + 3))
35 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 1, &token_1))
36 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 2, &token_1))
37 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 3, &token_1)
    [all...]
quic_lcidm_test.c 13 static char ptrs[8]; variable
38 if (!TEST_true(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 0, &cid8_1))
39 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 0, &cid8_2))
40 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_1))
41 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 1), 0)
42 || !TEST_true(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_3))
43 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_4))
44 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 0), 1)
45 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 1), 1)
46 || !TEST_true(ossl_quic_lcidm_retire_odcid(lcidm, ptrs + 0)
    [all...]
quic_lcidm_test.c 13 static char ptrs[8]; variable
38 if (!TEST_true(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 0, &cid8_1))
39 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 0, &cid8_2))
40 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_1))
41 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 1), 0)
42 || !TEST_true(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_3))
43 || !TEST_false(ossl_quic_lcidm_enrol_odcid(lcidm, ptrs + 1, &cid8_4))
44 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 0), 1)
45 || !TEST_size_t_eq(ossl_quic_lcidm_get_num_active_lcid(lcidm, ptrs + 1), 1)
46 || !TEST_true(ossl_quic_lcidm_retire_odcid(lcidm, ptrs + 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
gpuobj.h 20 const struct nvkm_gpuobj_func *ptrs; member in union:nvkm_gpuobj::__anon5172
gpuobj.h 20 const struct nvkm_gpuobj_func *ptrs; member in union:nvkm_gpuobj::__anon5172
memory.h 25 const struct nvkm_memory_ptrs *ptrs; member in struct:nvkm_memory
84 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a))
85 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d))
  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 4 do_fill_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
13 arr.ptr[i] = &ptrs[i];
23 expect_ptr_eq(ptr, (void *)&ptrs[i],
33 do_flush_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
39 success = cache_bin_dalloc_easy(bin, &ptrs[i]);
46 expect_ptr_eq(arr.ptr[i], &ptrs[nflush - i - 1], "");
58 do_batch_alloc_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
64 arr.ptr[i] = &ptrs[i];
74 expect_ptr_eq(out[i], &ptrs[i], "");
127 void **ptrs = mallocx(sizeof(void *) * (ncached_max + 1), 0) local
336 void **ptrs = mallocx(sizeof(void *) * (ncached_max + 1), 0); local
    [all...]
junk.c 5 static void *volatile ptrs[100]; variable
26 assert(ptr_ind + 1 < arraylen(ptrs)); \
29 ptrs[ptr_ind++] = ptr; \
92 void *ptr = ptrs[n]; \
prof_stats.c 34 void *ptrs[N_PTRS]; local
47 ptrs[i] = p;
71 sdallocx(ptrs[i], sz, flags);
cache_bin.c 4 do_fill_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
13 arr.ptr[i] = &ptrs[i];
23 expect_ptr_eq(ptr, (void *)&ptrs[i],
33 do_flush_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
39 success = cache_bin_dalloc_easy(bin, &ptrs[i]);
46 expect_ptr_eq(arr.ptr[i], &ptrs[nflush - i - 1], "");
58 do_batch_alloc_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
64 arr.ptr[i] = &ptrs[i];
74 expect_ptr_eq(out[i], &ptrs[i], "");
127 void **ptrs = mallocx(sizeof(void *) * (ncached_max + 1), 0) local
336 void **ptrs = mallocx(sizeof(void *) * (ncached_max + 1), 0); local
    [all...]
junk.c 5 static void *volatile ptrs[100]; variable
26 assert(ptr_ind + 1 < arraylen(ptrs)); \
29 ptrs[ptr_ind++] = ptr; \
92 void *ptr = ptrs[n]; \
prof_stats.c 34 void *ptrs[N_PTRS]; local
47 ptrs[i] = p;
71 sdallocx(ptrs[i], sz, flags);
batch_alloc.c 9 verify_batch_basic(tsd_t *tsd, void **ptrs, size_t batch, size_t usize,
12 void *p = ptrs[i];
23 verify_batch_locality(tsd_t *tsd, void **ptrs, size_t batch, size_t usize,
40 void *p = ptrs[i];
47 void *q = ptrs[i - 1];
54 release_batch(void **ptrs, size_t batch, size_t size) {
56 sdallocx(ptrs[i], size, 0);
62 void **ptrs; member in struct:batch_alloc_packet_s
69 batch_alloc_wrapper(void **ptrs, size_t num, size_t size, int flags) {
70 batch_alloc_packet_t batch_alloc_packet = {ptrs, num, size, flags}
    [all...]
prof_reset.c 210 void *ptrs[NITER]; local
228 p = ptrs[i] = mallocx(1, 0);
247 dallocx(ptrs[i], 0);
batch_alloc.c 9 verify_batch_basic(tsd_t *tsd, void **ptrs, size_t batch, size_t usize,
12 void *p = ptrs[i];
23 verify_batch_locality(tsd_t *tsd, void **ptrs, size_t batch, size_t usize,
40 void *p = ptrs[i];
47 void *q = ptrs[i - 1];
54 release_batch(void **ptrs, size_t batch, size_t size) {
56 sdallocx(ptrs[i], size, 0);
62 void **ptrs; member in struct:batch_alloc_packet_s
69 batch_alloc_wrapper(void **ptrs, size_t num, size_t size, int flags) {
70 batch_alloc_packet_t batch_alloc_packet = {ptrs, num, size, flags}
    [all...]
prof_reset.c 210 void *ptrs[NITER]; local
228 p = ptrs[i] = mallocx(1, 0);
247 dallocx(ptrs[i], 0);
  /src/external/bsd/jemalloc.old/dist/test/integration/
mallocx.c 77 void *ptrs[3]; local
86 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
87 ptrs[i] = mallocx(largemax, 0);
88 if (ptrs[i] == NULL) {
95 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
96 if (ptrs[i] != NULL) {
97 dallocx(ptrs[i], 0);
mallocx.c 77 void *ptrs[3]; local
86 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
87 ptrs[i] = mallocx(largemax, 0);
88 if (ptrs[i] == NULL) {
95 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
96 if (ptrs[i] != NULL) {
97 dallocx(ptrs[i], 0);
  /src/external/bsd/jemalloc/dist/test/integration/
mallocx.c 119 void *ptrs[3]; local
128 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
129 ptrs[i] = mallocx(largemax, MALLOCX_ARENA(0));
130 if (ptrs[i] == NULL) {
137 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
138 if (ptrs[i] != NULL) {
139 dallocx(ptrs[i], 0);
mallocx.c 119 void *ptrs[3]; local
128 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
129 ptrs[i] = mallocx(largemax, MALLOCX_ARENA(0));
130 if (ptrs[i] == NULL) {
137 for (i = 0; i < sizeof(ptrs) / sizeof(void *); i++) {
138 if (ptrs[i] != NULL) {
139 dallocx(ptrs[i], 0);
  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_reset.c 230 void *ptrs[NITER]; local
248 p = ptrs[i] = mallocx(1, 0);
267 dallocx(ptrs[i], 0);
prof_reset.c 230 void *ptrs[NITER]; local
248 p = ptrs[i] = mallocx(1, 0);
267 dallocx(ptrs[i], 0);
  /src/sys/external/bsd/ipf/netinet/
ip_log.c 386 void *ptrs[2]; local
513 ptrs[0] = (void *)&ipfl;
521 ptrs[1] = m;
525 ptrs[1] = fin->fin_ip;
530 ptrs[1] = m;
534 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
ioreq.h 95 } ptrs; member in struct:buffered_iopage

Completed in 57 milliseconds

1 2 3 4