Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 22 of 22) sorted by relevance

/f-stack/tools/libutil/
H A Dlogin_times.c110 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) in in_ltm() argument
124 if (ends != NULL) { in in_ltm()
128 *ends = mktime(tt); in in_ltm()
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-s3c2410.txt46 /* Samsung GPIO variant ends here */
50 /* Pinctrl variant ends here */
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam335x-bonegreen-wireless.dts113 /* in case it isn't, wilink8 ends up in one of the test modes that */
116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dfsl-spi.txt49 - fsl,csaft: chip select negation time in bits after frame ends
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dicc63 # the format string ends before this argument
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-prefix.m4161 dnl path. If at least one of its elements ends in /lib64 or points to a
162 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
H A Diconv.m4232 dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
H A Dpo.m4276 # See if the line ends in a backslash.
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1482 const char *ends = "BKMGTPEZ"; local
1487 for (i = 0; i < strlen(ends); i++) {
1488 if (toupper(buf[0]) == ends[i])
1491 if (i == strlen(ends)) {
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs81 # ends in the bare @.
90 # If the current command ends with a slash, then the only way
/f-stack/tools/libxo/encoder/cbor/
H A Denc_cbor.c48 static const int ends[ MAX_PER_LINE ] = { 2, 5, 8, 11, 15, 18, 21, 24, in cbor_memdump()
/f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/
H A Dsja1105.txt50 ports are at both ends of a MII/RMII PHY-less setup. One end would need
/f-stack/tools/libxo/doc/
H A Dformatting.rst21 In addition, modern reality means that more output ends up in web
/f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt18 memory and ends with a sink function block that drives pixels on a display
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt78 building the table ends up taking a lot longer for more bits since short
/f-stack/dpdk/doc/guides/nics/
H A Dthunderx.rst355 Every column that ends with 'thunder-nicvf: number' can be used as secondary VF.
H A Dmlx5.rst167 - Flows with a VXLAN Network Identifier equal (or ends to be equal)
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst129 and the external entry flag to 0 (meaning the lookup process ends at this point,
H A Dlpm_lib.rst123 (meaning the lookup process ends at this point, since this is the longest prefix that matches).
H A Dswitch_representation.rst29 mandatory even for traffic which ends up re-injected into the device it
H A Drte_flow.rst2990 first; the remaining unmatched or pass-through traffic usually ends up in a
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c623 const char *ends = "BKMGTPEZ"; in str2shift() local
628 for (i = 0; i < strlen(ends); i++) { in str2shift()
629 if (toupper(buf[0]) == ends[i]) in str2shift()
632 if (i == strlen(ends)) { in str2shift()