Home
last modified time | relevance | path

Searched defs:second (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Dtrie_avx512.c13 __m512i *first, __m512i *second, __m512i *third, __m512i *fourth) in transpose_x16()
52 __m512i *first, __m512i *second) in transpose_x8()
77 __m512i first, second, third, fourth; /*< IPv6 four byte chunks */ in trie_vec_lookup_x16() local
174 __m512i first, second; /*< IPv6 eight byte chunks */ in trie_vec_lookup_x8_8b() local
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c893 ngx_http_core_loc_conf_t *first, *second; in ngx_http_cmp_locations() local
1583 ngx_http_conf_addr_t *first, *second; in ngx_http_cmp_conf_addrs() local
1617 ngx_hash_key_t *first, *second; in ngx_http_cmp_dns_wildcards() local
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c458 ngx_mail_conf_addr_t *first, *second; in ngx_mail_cmp_conf_addrs() local
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c627 ngx_stream_conf_addr_t *first, *second; in ngx_stream_cmp_conf_addrs() local
H A Dngx_stream_map_module.c370 ngx_hash_key_t *first, *second; in ngx_stream_map_cmp_dns_wildcards() local
H A Dngx_stream_upstream_hash_module.c417 ngx_stream_upstream_chash_point_t *second = in ngx_stream_upstream_chash_cmp_points() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c371 ngx_hash_key_t *first, *second; in ngx_http_map_cmp_dns_wildcards() local
H A Dngx_http_referer_module.c676 ngx_hash_key_t *first, *second; in ngx_http_cmp_referer_wildcards() local
H A Dngx_http_browser_module.c531 ngx_http_modern_browser_t *second = (ngx_http_modern_browser_t *) two; in ngx_http_modern_browser_sort() local
H A Dngx_http_upstream_hash_module.c416 ngx_http_upstream_chash_point_t *second = in ngx_http_upstream_chash_cmp_points() local
H A Dngx_http_autoindex_module.c955 ngx_http_autoindex_entry_t *second = (ngx_http_autoindex_entry_t *) two; in ngx_http_autoindex_cmp_entries() local
H A Dngx_http_sub_filter_module.c996 ngx_http_sub_match_t *first, *second; in ngx_http_sub_cmp_matches() local
/f-stack/tools/ipfw/
H A Dtables.c649 table_do_swap(ipfw_obj_header *oh, char *second) in table_do_swap()
668 table_swap(ipfw_obj_header *oh, char *second) in table_swap()
/f-stack/app/redis-5.0.5/src/
H A Dt_set.c785 unsigned long second = o2 ? setTypeSize(o2) : 0; in qsortCompareSetsByRevCardinality() local
H A Dziplist.c856 unsigned char *ziplistMerge(unsigned char **first, unsigned char **second) { in ziplistMerge()
H A Dt_zset.c2136 unsigned long second = zuiLength((zsetopsrc*)s2); in zuiCompareByCardinality() local
H A Dredis-cli.c2520 *second = NULL; in clusterManagerOptimizeAntiAffinity() local
/f-stack/freebsd/kern/
H A Dsubr_sglist.c832 sglist_join(struct sglist *first, struct sglist *second) in sglist_join()
/f-stack/freebsd/sys/
H A Dcdio.h38 unsigned char second; member
/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c344 boolean_t second; in u8_validate() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c1572 zbookmark_phys_t *second) in redact_block_zb_compare()
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c808 uint8_t second = *(tmp_out + 1); in process_enc_cb() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.c4678 ngx_resolver_srv_t *first, *second; local
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py194 def streams(fs, first, second): argument