| /f-stack/dpdk/app/test/ |
| H A D | test_ring.h | 75 test_ring_mem_copy(zcd->ptr1, src, esize, zcd->n1); in test_ring_copy_to() 76 if (zcd->n1 != num) { in test_ring_copy_to() 78 src = src + zcd->n1; in test_ring_copy_to() 81 (zcd->n1 * esize / sizeof(uint32_t))); in test_ring_copy_to() 83 esize, num - zcd->n1); in test_ring_copy_to() 92 test_ring_mem_copy(dst, zcd->ptr1, esize, zcd->n1); in test_ring_copy_from() 94 if (zcd->n1 != num) { in test_ring_copy_from() 95 dst = test_ring_inc_ptr(dst, esize, zcd->n1); in test_ring_copy_from() 96 test_ring_mem_copy(dst, zcd->ptr2, esize, num - zcd->n1); in test_ring_copy_from()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_peek_zc.h | 95 unsigned int n1; member 100 uint32_t esize, uint32_t num, void **dst1, uint32_t *n1, void **dst2) in __rte_ring_get_elem_addr() argument 111 *n1 = num; in __rte_ring_get_elem_addr() 114 *n1 = r->size - idx; in __rte_ring_get_elem_addr() 150 &zcd->n1, &zcd->ptr2); in __rte_ring_do_enqueue_zc_elem_start() 364 &zcd->n1, &zcd->ptr2); in __rte_ring_do_dequeue_zc_elem_start()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug-uart.c | 196 int n0, n1; in cvmx_debug_uart_getpacket() local 201 n1 = cvmx_debug_uart_hex(csumchars1); in cvmx_debug_uart_getpacket() 202 if (n0 == -1 || n1 == -1) in cvmx_debug_uart_getpacket() 205 xmitcsum = (n0 << 4) | n1; in cvmx_debug_uart_getpacket()
|
| H A D | cvmx-debug.c | 822 int n, n1; in cvmx_debug_process_packet() local 826 n1 = cvmx_debug_hex(buf[i * 2 + 1]); in cvmx_debug_process_packet() 827 c = (n << 4) | n1; in cvmx_debug_process_packet() 829 if (n == -1 || n1 == -1) in cvmx_debug_process_packet()
|
| /f-stack/tools/libutil/ |
| H A D | login_cap.c | 446 rmultiply(u_quad_t n1, u_quad_t n2) in rmultiply() argument 454 if (n1 == 0 || n2 == 0) in rmultiply() 456 if (n1 == 1) in rmultiply() 459 return n1; in rmultiply() 476 for (b1 = bpw; (((u_quad_t)1 << (b1-1)) & n1) == 0; --b1) in rmultiply() 505 m = (n1 >> 1) * (n2 >> 1); in rmultiply() 512 r = (n1 & n2 & 1) in rmultiply() 513 + (n2 & 1) * (n1 & ~(u_quad_t)1) in rmultiply() 514 + (n1 & 1) * (n2 & ~(u_quad_t)1); in rmultiply()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_display_block.ksh | 72 |grep -m 1 "L1 DVA" |head -n1) 76 |grep -m 1 "L0 DVA" |head -n1) 81 |grep -m 1 "1000 L0 DVA" |head -n1)
|
| H A D | zdb_checksum.ksh | 55 |grep -m 1 "L0 DVA" |head -n1)
|
| H A D | zdb_decompress_zstd.ksh | 72 |grep -m 1 "L0 DVA" |head -n1)
|
| H A D | zdb_decompress.ksh | 76 |grep -m 1 "L0 DVA" |head -n1)
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gxl-s905d-phicomm-n1.dts | 11 compatible = "phicomm,n1", "amlogic,s905d", "amlogic,meson-gxl"; 22 label = "n1:white:status";
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_rbtree.h | 65 #define ngx_rbt_copy_color(n1, n2) (n1->color = n2->color) argument
|
| H A D | ngx_string.c | 822 ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2) in ngx_memn2cmp() argument 827 if (n1 <= n2) { in ngx_memn2cmp() 828 n = n1; in ngx_memn2cmp() 838 if (m || n1 == n2) { in ngx_memn2cmp()
|
| /f-stack/dpdk/devtools/ |
| H A D | git-log-fixes.sh | 50 head -n1) 84 done | sort -uV | head -n1
|
| H A D | check-git-log.sh | 18 e.g. To check only the last commit, ‘-n1’ or ‘-r@~..’ is used. 139 firstbodyline=$(git log --format='%b' -1 $commit | head -n1)
|
| /f-stack/freebsd/contrib/openzfs/module/unicode/ |
| H A D | u8_textprep.c | 577 while (i1 < n1 && i2 < n2) { in do_case_compare() 610 } else if ((i1 + sz1) > n1) { in do_case_compare() 612 for (j = 0; (i1 + j) < n1; ) in do_case_compare() 674 if (i1 >= n1) { in do_case_compare() 1739 s1last = s1 + n1; in do_norm_compare() 1842 size_t n1; in u8_strcmp() local 1882 n1 = strlen(s1); in u8_strcmp() 1885 if (n < n1) in u8_strcmp() 1886 n1 = n; in u8_strcmp() 1897 n1, n2, B_TRUE, errnum)); in u8_strcmp() [all …]
|
| /f-stack/freebsd/x86/isa/ |
| H A D | clock.c | 232 int n1; in i8254_delay() local 237 for (n1 = 1; n1 <= 10000000; n1 *= 10) in i8254_delay() 238 DELAY(n1); in i8254_delay()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_from_zstd.ksh | 74 |grep -m 1 "L0 DVA" |head -n1) 98 |grep -m 1 "L0 DVA" |head -n1)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | mkreleasehdr.sh | 2 GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1`
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 1828 my $n1 = GetEntry($samples1, $l); 1841 my $source_class = (($n1 + $n2 > 0) 1848 HtmlPrintNumber($n1), 1855 UnparseAlt($n1), 4068 if ($n1 != 0) { 4071 $n1 *= $scale_factor; 4085 $n1 /= $ratio; 4095 return ($n1, $s1, $n2, $s2); 4161 my ($n1, $s1, $n2, $s2) = ($1, $2, $3, $4); 4162 if (($n1 == $n2) && ($s1 == $s2)) { [all …]
|
| /f-stack/dpdk/config/arm/ |
| H A D | meson.build | 83 ['RTE_MACHINE', '"neoverse-n1"'], 103 ['0xd0c', ['-march=armv8.2-a+crypto', '-mcpu=neoverse-n1'], flags_n1generic_extra]]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/ |
| H A D | btree_test.c | 70 const int_node_t *n1 = v1; in avl_compare() local 72 uint64_t a = n1->data; in avl_compare()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 485 nb_rx = rte_eth_rx_burst(portid, queueid, zcd->ptr1, zcd->n1); 486 if (nb_rx == zcd->n1 && n != zcd->n1) 488 n - zcd->n1);
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat.c | 8439 ipf_nat_cmp_rules(n1, n2) in ipf_nat_cmp_rules() argument 8440 ipnat_t *n1, *n2; in ipf_nat_cmp_rules() 8442 if (n1->in_size != n2->in_size) 8445 if (bcmp((char *)&n1->in_v, (char *)&n2->in_v, 8450 n1->in_size - offsetof(ipnat_t, in_tuc)) != 0) 8452 if (n1->in_ndst.na_atype != n2->in_ndst.na_atype) 8457 sizeof(n1->in_ndst.na_addr))) 8459 if (n1->in_nsrc.na_atype != n2->in_nsrc.na_atype) 8464 sizeof(n1->in_nsrc.na_addr))) 8471 sizeof(n1->in_odst.na_addr))) [all …]
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | server.tcl | 274 set line [exec head -n1 $stdout]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | pmu.yaml | 47 - arm,neoverse-n1-pmu
|