Home
last modified time | relevance | path

Searched refs:tgt_free (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_lru_map.c265 batch_size = tgt_free / 2; in test_lru_sanity1()
278 end_key = 1 + tgt_free; in test_lru_sanity1()
295 key = 1 + tgt_free; in test_lru_sanity1()
296 end_key = key + tgt_free; in test_lru_sanity1()
342 batch_size = tgt_free / 2; in test_lru_sanity2()
355 end_key = 1 + tgt_free; in test_lru_sanity2()
409 end_key = key + tgt_free; in test_lru_sanity2()
449 batch_size = tgt_free / 2; in test_lru_sanity3()
452 map_size = tgt_free * 2; in test_lru_sanity3()
478 key = 2 * tgt_free + 1; in test_lru_sanity3()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_lru_map.c265 batch_size = tgt_free / 2; in test_lru_sanity1()
278 end_key = 1 + tgt_free; in test_lru_sanity1()
295 key = 1 + tgt_free; in test_lru_sanity1()
296 end_key = key + tgt_free; in test_lru_sanity1()
342 batch_size = tgt_free / 2; in test_lru_sanity2()
355 end_key = 1 + tgt_free; in test_lru_sanity2()
409 end_key = key + tgt_free; in test_lru_sanity2()
449 batch_size = tgt_free / 2; in test_lru_sanity3()
452 map_size = tgt_free * 2; in test_lru_sanity3()
478 key = 2 * tgt_free + 1; in test_lru_sanity3()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_lru_map.c265 batch_size = tgt_free / 2; in test_lru_sanity1()
278 end_key = 1 + tgt_free; in test_lru_sanity1()
295 key = 1 + tgt_free; in test_lru_sanity1()
296 end_key = key + tgt_free; in test_lru_sanity1()
342 batch_size = tgt_free / 2; in test_lru_sanity2()
355 end_key = 1 + tgt_free; in test_lru_sanity2()
409 end_key = key + tgt_free; in test_lru_sanity2()
449 batch_size = tgt_free / 2; in test_lru_sanity3()
452 map_size = tgt_free * 2; in test_lru_sanity3()
478 key = 2 * tgt_free + 1; in test_lru_sanity3()
[all …]
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dc2.c1100 char *tgt_free = NULL; in c2_match_once_leaf() local
1120 tgt_free = XGetAtomName(ps->dpy, atom); in c2_match_once_leaf()
1122 if (tgt_free) { in c2_match_once_leaf()
1123 tgt = tgt_free; in c2_match_once_leaf()
1133 tgt_free = mstrcpy(strlst[idx]); in c2_match_once_leaf()
1134 tgt = tgt_free; in c2_match_once_leaf()
1199 if (tgt_free) { in c2_match_once_leaf()
1201 cxfree(tgt_free); in c2_match_once_leaf()
1203 free(tgt_free); in c2_match_once_leaf()
/dports/x11-wm/picom/picom-8.2/src/
H A Dc2.c1368 char *tgt_free = NULL; in c2_match_once_leaf() local
1390 tgt_free = strndup( in c2_match_once_leaf()
1396 if (tgt_free) { in c2_match_once_leaf()
1397 tgt = tgt_free; in c2_match_once_leaf()
1406 tgt_free = strdup(strlst[idx]); in c2_match_once_leaf()
1407 tgt = tgt_free; in c2_match_once_leaf()
1466 if (tgt_free) { in c2_match_once_leaf()
1468 XFree(tgt_free); in c2_match_once_leaf()
1470 free(tgt_free); in c2_match_once_leaf()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dvcfcall.c407 static void tgt_free(void *payload) in tgt_free() function
620 …idx_init(args->targets, tgt_parse, args->aux.flag&CALL_CONSTR_ALLELES ? tgt_free : (regidx_free_f)… in init_data()
/dports/biology/bcftools/bcftools-1.14/
H A Dvcfcall.c407 static void tgt_free(void *payload) in tgt_free() function
620 …idx_init(args->targets, tgt_parse, args->aux.flag&CALL_CONSTR_ALLELES ? tgt_free : (regidx_free_f)… in init_data()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dvcfcall.c407 static void tgt_free(void *payload) in tgt_free() function
620 …idx_init(args->targets, tgt_parse, args->aux.flag&CALL_CONSTR_ALLELES ? tgt_free : (regidx_free_f)… in init_data()
H A Dvcfcall.c.pysam.c409 static void tgt_free(void *payload) in tgt_free() function
622 …idx_init(args->targets, tgt_parse, args->aux.flag&CALL_CONSTR_ALLELES ? tgt_free : (regidx_free_f)… in init_data()