Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bitmap.h87 return (~1llu) << bmp->offset1; in __rte_bitmap_mask1_get()
132 bmp->offset1 = RTE_BITMAP_SLAB_BIT_SIZE - 1; in __rte_bitmap_scan_init()
379 uint32_t index1, index2, offset1, offset2; in rte_bitmap_set() local
390 *slab1 |= 1llu << offset1; in rte_bitmap_set()
407 uint32_t index1, index2, offset1; in rte_bitmap_set_slab() local
417 *slab1 |= 1llu << offset1; in rte_bitmap_set_slab()
447 uint32_t index1, index2, offset1, offset2; in rte_bitmap_clear() local
471 *slab1 &= ~(1llu << offset1); in rte_bitmap_clear()
486 if (rte_bsf64_safe(value1, &bmp->offset1)) in __rte_bitmap_scan_search()
490 bmp->offset1 = 0; in __rte_bitmap_scan_search()
[all …]
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c975 uint64_t mbufs_size, bytes_to_copy, offset1 = 0, offset2 = 0; in reallocate_mbuf() local
995 if ((temp_mbuf->data_len - offset1) < (mbufs_size - offset2)) { in reallocate_mbuf()
996 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()
999 } else if ((temp_mbuf->data_len - offset1) > in reallocate_mbuf()
1005 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()
1013 void *, offset1), bytes_to_copy); in reallocate_mbuf()
1017 offset1 = 0; in reallocate_mbuf()
1022 offset1 += bytes_to_copy; in reallocate_mbuf()
1027 offset1 = 0; in reallocate_mbuf()
/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt51 - qcom,ports-offset1:
54 Definition: should specify payload transport window offset1 of each
155 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ipu.c462 …int offset1[] = {0, 29, 58, 78, 85, 89, 90, 93, 95, 102, 116, 119, 122, 125, 128, 133, 138, 143, 1… in ipu_print_channel() local
480 for (int i = 0; offset1[i + 1] != -1; i++) { in ipu_print_channel()
481 int len = offset1[i + 1] - offset1[i]; in ipu_print_channel()
482 printf("W1[%d:%d] = %d\n", offset1[i], in ipu_print_channel()
483 offset1[i] + len - 1, in ipu_print_channel()
484 ipu_ch_param_get_value(param, 1, offset1[i], len) in ipu_print_channel()
/f-stack/freebsd/arm/include/
H A Dbus.h663 bus_size_t offset1, bus_space_handle_t bsh2, \
668 bus_size_t offset1, bus_space_handle_t bsh2, \
673 bus_size_t offset1, bus_space_handle_t bsh2, \
678 bus_size_t offset1, bus_space_handle_t bsh2, \
/f-stack/freebsd/mips/include/
H A Dbus.h624 bus_size_t offset1, bus_space_handle_t bsh2, \
629 bus_size_t offset1, bus_space_handle_t bsh2, \
634 bus_size_t offset1, bus_space_handle_t bsh2, \
639 bus_size_t offset1, bus_space_handle_t bsh2, \
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c660 U32 offset1 = seq[0].offset - 3; in ZDICT_countEStats() local
662 if (offset1 >= MAXREPOFFSET) offset1 = 0; in ZDICT_countEStats()
664 repOffsets[offset1] += 3; in ZDICT_countEStats()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_systrace_args.c1238 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1249 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1733 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
1905 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
2232 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
2311 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
H A Dlinux32_proto.h577 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
584 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
807 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
899 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1094 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1141 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm845.dtsi3426 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;