Home
last modified time | relevance | path

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

123456

/freebsd/sys/dev/pccbb/
H A Dpccbb.c1067 uint32_t ends[2]; in cbb_cardbus_auto_open() local
1073 ends[0] = ends[1] = END_NONE; in cbb_cardbus_auto_open()
1095 if (rman_get_end(rle->res) > ends[i]) in cbb_cardbus_auto_open()
1096 ends[i] = rman_get_end(rle->res); in cbb_cardbus_auto_open()
1102 ends[i] = roundup2(ends[i], align) - 1; in cbb_cardbus_auto_open()
1106 if (ends[0] > starts[1]) { in cbb_cardbus_auto_open()
1112 if (ends[1] > starts[0]) { in cbb_cardbus_auto_open()
1121 cbb_cardbus_mem_open(sc->dev, 0, starts[0], ends[0]); in cbb_cardbus_auto_open()
1122 cbb_cardbus_mem_open(sc->dev, 1, starts[1], ends[1]); in cbb_cardbus_auto_open()
1133 starts[0], ends[0]); in cbb_cardbus_auto_open()
[all …]
/freebsd/lib/libutil/
H A Dlogin_times.c107 in_ltm(const login_time_t *ltm, struct tm *tt, time_t *ends) in in_ltm() argument
121 if (ends != NULL) { in in_ltm()
125 *ends = mktime(tt); in in_ltm()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory
26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
H A Dossl_DER_w_begin_sequence.pod25 ossl_DER_w_begin_sequence() and ossl_DER_w_end_sequence() begins and ends a
/freebsd/contrib/libucl/tests/basic/
H A D17.res1 string = "that ends in slash\\";
H A D17.in2 string that ends in slash\
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-s3c2410.txt46 /* Samsung GPIO variant ends here */
50 /* Pinctrl variant ends here */
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
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. */
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt18 with a command, some whitespace allowed. Line ends with '\n'.
40 data ends with a line 'EOF' before connection close.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dostream.cppm
/freebsd/usr.bin/indent/tests/
H A Dcomments.0.stdout13 * Old indent wrapped the URL near where this sentence ends.
H A Dcomments.011 * Old indent wrapped the URL near where this sentence ends.
/freebsd/share/examples/BSD_daemon/
H A Deps.patch20 +% This sets round ends on the lines, this looks better than sharp edges
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dagmdoc-cmd.tpl46 agmdoc-cmd.tpl ends here :+]
H A Dagman-cmd.tpl58 agman-cmd.tpl ends here :+]
/freebsd/crypto/openssl/crypto/md5/
H A Dbuild.info20 # A no-deprecated no-shared build ends up with double function definitions
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c114 uint32_t ends; in hdspe_port_first_row() local
123 ends = ports & (~(ports >> 1)); in hdspe_port_first_row()
125 return (ports & (ends ^ (ends - 1))); in hdspe_port_first_row()
H A Dhdsp-pcm.c136 uint32_t ends; in hdsp_slot_first_row() local
139 ends = slots & (~(slots >> 1)); in hdsp_slot_first_row()
141 return (slots & (ends ^ (ends - 1))); in hdsp_slot_first_row()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-message-test.cc160 << "A NUL char " << std::ends << std::flush << " in line 2.") in TEST()
/freebsd/tools/diag/prtblknos/
H A DREADME37 means a separation of just one 32Kb block. For example lbn 11, ends
/freebsd/libexec/bootpd/
H A DToDo7 the program ends up core-resident all the time just to follow all the
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dfsl-spi.txt49 - fsl,csaft: chip select negation time in bits after frame ends
/freebsd/crypto/openssl/providers/
H A Dbuild.info23 # It is crucial that code that checks the FIPS_MODULE macro ends up in
25 # It is crucial that code that checks the STATIC_LEGACY macro ends up in
/freebsd/usr.bin/col/
H A DREADME27 - last line always ends with at least one \n (or \E9)
/freebsd/sys/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.

123456