Home
last modified time | relevance | path

Searched full:400 (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d.out144 if (index("foobarbaz", "barbaz", -400) != 3) {
145 printf("perl => index(\"foobarbaz\", \"barbaz\", -400) = %d\n",
146 index("foobarbaz", "barbaz", -400));
147 printf(" D => index(\"foobarbaz\", \"barbaz\", -400) = 3\n");
151 if (rindex("foobarbaz", "barbaz", -400) != -1) {
152 printf("perl => rindex(\"foobarbaz\", \"barbaz\", -400) = %d\n",
153 rindex("foobarbaz", "barbaz", -400));
154 printf(" D => rindex(\"foobarbaz\", \"barbaz\", -400) = -1\n");
242 if (index("foobarbaz", "barbaz", 400) != -1) {
243 printf("perl => index(\"foobarbaz\", \"barbaz\", 400) = %d\n",
[all …]
H A Dtst.substr.d.out100 if (substr("foobarbazbop", 400, 20) ne "") {
101 printf("perl => substr(\"foobarbazbop\", 400, 20) = \"%s\"\n",
102 substr("foobarbazbop", 400, 20));
103 printf(" D => substr(\"foobarbazbop\", 400, 20) = \"%s\"\n",
108 if (substr("foobarbazbop", 400, 0) ne "") {
109 printf("perl => substr(\"foobarbazbop\", 400, 0) = \"%s\"\n",
110 substr("foobarbazbop", 400, 0));
111 printf(" D => substr(\"foobarbazbop\", 400, 0) = \"%s\"\n",
116 if (substr("foobarbazbop", 400, -1) ne "") {
117 printf("perl => substr(\"foobarbazbop\", 400, -1) = \"%s\"\n",
[all …]
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dsama5d3xmb_gmac.dtsi23 rxdv-skew-ps = <400>;
25 rxd0-skew-ps = <400>;
26 rxd1-skew-ps = <400>;
27 rxd2-skew-ps = <400>;
28 rxd3-skew-ps = <400>;
37 rxdv-skew-ps = <400>;
39 rxd0-skew-ps = <400>;
40 rxd1-skew-ps = <400>;
41 rxd2-skew-ps = <400>;
42 rxd3-skew-ps = <400>;
H A Dsama5d3xcm_cmp.dtsi58 rxdv-skew-ps = <400>;
60 rxd0-skew-ps = <400>;
61 rxd1-skew-ps = <400>;
62 rxd2-skew-ps = <400>;
63 rxd3-skew-ps = <400>;
72 rxdv-skew-ps = <400>;
74 rxd0-skew-ps = <400>;
75 rxd1-skew-ps = <400>;
76 rxd2-skew-ps = <400>;
77 rxd3-skew-ps = <400>;
H A Dat91-dvk_su60_somc.dtsi125 rxdv-skew-ps = <400>;
127 rxd0-skew-ps = <400>;
128 rxd1-skew-ps = <400>;
129 rxd2-skew-ps = <400>;
130 rxd3-skew-ps = <400>;
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,cci-400.yaml4 $id: http://devicetree.org/schemas/arm/arm,cci-400.yaml#
28 - arm,cci-400
48 const: arm,cci-400-ctrl-if
71 - const: arm,cci-400-pmu,r0
72 - const: arm,cci-400-pmu,r1
73 - const: arm,cci-400-pmu
175 compatible = "arm,cci-400";
182 compatible = "arm,cci-400-ctrl-if";
188 compatible = "arm,cci-400-ctrl-if";
194 compatible = "arm,cci-400-ctrl-if";
[all …]
H A Dcci.txt28 "arm,cci-400"
65 "arm,cci-400-ctrl-if"
93 "arm,cci-400-pmu,r0"
94 "arm,cci-400-pmu,r1"
95 "arm,cci-400-pmu" - DEPRECATED, permitted only where OS has
185 compatible = "arm,cci-400";
192 compatible = "arm,cci-400-ctrl-if";
198 compatible = "arm,cci-400-ctrl-if";
204 compatible = "arm,cci-400-ctrl-if";
210 compatible = "arm,cci-400-pmu";
/freebsd/contrib/libfido2/fuzz/
H A Dpcsc.c41 if (uniform_random(400) < 1) in __wrap_SCardEstablishContext()
43 if (uniform_random(400) < 1) in __wrap_SCardEstablishContext()
45 if (uniform_random(400) < 1) in __wrap_SCardEstablishContext()
47 if (uniform_random(400) < 1) in __wrap_SCardEstablishContext()
62 if (reader_list == NULL || uniform_random(400) < 1) in __wrap_SCardListReaders()
64 if (uniform_random(400) < 1) in __wrap_SCardListReaders()
95 if ((r = uniform_random(400)) < 1) in __wrap_SCardConnect()
101 if (uniform_random(400) < 1) in __wrap_SCardConnect()
131 if (uniform_random(400) < 1 || in __wrap_SCardTransmit()
H A Dudev.c97 if (uniform_random(400) < 1) in __wrap_udev_device_get_sysattr_value()
111 return uniform_random(400) < 1 ? NULL : "name"; /* XXX randomise? */ in __wrap_udev_list_entry_get_name()
132 return uniform_random(400) < 1 ? NULL : "/dev/zero"; in __wrap_udev_device_get_devnode()
139 return uniform_random(400) < 1 ? NULL : "101010"; /* XXX randomise? */ in __wrap_udev_device_get_sysnum()
184 return uniform_random(400) < 1 ? -EINVAL : 0; in __wrap_udev_enumerate_add_match_subsystem()
191 return uniform_random(400) < 1 ? -EINVAL : 0; in __wrap_udev_enumerate_scan_devices()
210 return uniform_random(400) < 1 ? NULL : udev_list_entry; in __wrap_udev_list_entry_get_next()
238 if (uniform_random(400) < 1) { in __wrap_ioctl()
/freebsd/sys/dev/videomode/
H A Dvideomode.c31 M("640x400x85",640,400,31500,672,736,832,401,404,445,HN|VP),
32 M("720x400x70",720,400,28320,738,846,900,412,414,449,HN|VP),
33 M("720x400x85",720,400,35500,756,828,936,401,404,446,HN|VP),
34 M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN),
84 M("320x240x60",320,240,12587,328,376,400,245,246,262,HN|VN|DS),
88 M("400x300x56",400,300,18000,412,448,512,300,301,312,HP|VP|DS),
89 M("400x300x60",400,300,20000,420,484,528,300,302,314,HP|VP|DS),
90 M("400x300x72",400,300,25000,428,488,520,318,321,333,HP|VP|DS),
91 M("400x300x75",400,300,24750,408,448,528,300,302,312,HP|VP|DS),
92 M("400x300x85",400,300,28125,416,448,524,300,302,315,HP|VP|DS),
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/
H A Dvfxxx.dtsi485 ocotp: ocotp@400a5000 {
491 snvs0: snvs@400a7000 {
505 uart4: serial@400a9000 {
514 uart5: serial@400aa000 {
523 dspi2: spi@400ac000 {
538 dspi3: spi@400ad000 {
552 adc1: adc@400bb000 {
564 esdhc0: mmc@400b1000 {
575 esdhc1: mmc@400b2000 {
586 usbh1: usb@400b400
[all...]
/freebsd/sys/dts/arm/
H A Dvybrid.dtsi154 gpio@400FF000 {
161 nand@400E0000 {
193 sdhci0: sdhci@400B1000 {
203 sdhci1: sdhci@400B2000 {
250 usb@400b4000 {
261 fec0: ethernet@400D0000 {
281 fec1: ethernet@400D1000 {
382 spi2: spi@400AC000 {
390 spi3: spi@400AD000 {
419 i2c2: i2c@400E6000 {
[all …]
/freebsd/contrib/ntp/libparse/
H A Dclk_wharton.c16 * Support for WHARTON 400A Series clock + 404.2 serial interface.
34 * "If you are going to use the 400A and 404.2 system [for ntp] I recommend
35 * that you set the 400A to output the message every second. The start of
38 * The WHARTON 400A Series is able to send date/time serial messages
40 * For use with this driver, the WHARTON 400A Series clock must be set-up
51 * WHARTON 400A Series output format 1 is as follows :
166 "WHARTON 400A Series clock Output Format 1", /* String format name */
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsf.h41 #define SF_SINGLE_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
43 #define SF_AGG_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
45 #define SF_MCAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
47 #define SF_BA_AGING_TIMER_DEF 400 /* 0.4 mSec */
49 #define SF_TX_RE_AGING_TIMER_DEF 400 /* 0.4 mSec */
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/
H A Dhoneywell,hsc030pa.yaml65 400MD, 600MD, 001BD, 1.6BD, 2.5BD, 004BD, 2.5MG, 004MG, 006MG,
66 010MG, 016MG, 025MG, 040MG, 060MG, 100MG, 160MG, 250MG, 400MG,
68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD,
70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG,
72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA,
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/
H A Dlpc18xx.dtsi352 i2c0: i2c@400a1000 {
363 can1: can@400a4000 {
372 uart2: serial@400c1000 {
386 uart3: serial@400c2000 {
402 timer2: timer@400c3000 {
411 timer3: timer@400c4000 {
420 ssp1: spi@400c5000 {
442 i2c1: i2c@400e0000 {
453 dac: dac@400e1000 {
462 can0: can@400e200
[all...]
/freebsd/contrib/tzcode/
H A Dprivate.h993 YEARSPERREPEAT = 400 /* years before a Gregorian repeat */
998 #define DAYSPERREPEAT ((int_fast32_t) 400 * 365 + 100 - 4 + 1)
1003 This is two years larger than the obvious 400, to avoid edge cases.
1007 If zic looked only at the last 400 years, it would set max_year=2413,
1008 with the intent that the 400 years 2014 through 2413 will be repeated.
1010 less than 400 years after the last one-off transition in 2013-11.
1047 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0))
1050 ** Since everything in isleap is modulo 400 (or a factor of 400), we know that
1051 ** isleap(y) == isleap(y % 400)
[all...]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantize.d.out24 400 | 0
26 400
29 400 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1
34 400 | 0
/freebsd/tools/regression/ccd/layout/
H A Dref.256k_128k_384k_128k_16_031 400 112 16
84 1248 400 16
85 1264 400 16
/freebsd/sys/x86/cpufreq/
H A Dest.c665 * VIA C7-M 500 MHz FSB, 400 MHz FSB, and ULV variants.
700 /* 2.00GHz Centaur C7-M 400 Mhz FSB */
708 FREQ_INFO_PWR( 400, 844, 100, 5000),
711 /* 1.80GHz Centaur C7-M 400 Mhz FSB */
718 FREQ_INFO_PWR( 400, 844, 100, 5000),
721 /* 1.60GHz Centaur C7-M 400 Mhz FSB */
727 FREQ_INFO_PWR( 400, 844, 100, 5000),
730 /* 1.50GHz Centaur C7-M 400 Mhz FSB */
736 FREQ_INFO_PWR( 400, 844, 100, 5000),
739 /* 1.20GHz Centaur C7-M 400 Mhz FSB */
[all …]
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c331 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
354 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
367 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
390 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
408 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
426 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
438 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
450 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
476 (void)http_server_send_status(cbio, 400, "Bad Request"); in http_server_get_asn1_req()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dklondike.dts131 RGMII0: emac-rgmii@400a2000 {
137 TAH0: emac-tah@400a3000 {
142 TAH1: emac-tah@400a4000 {
147 EMAC0: ethernet@400a0000 {
176 EMAC1: ethernet@400a1000 {
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic.yaml35 - arm,gic-400
42 - const: arm,gic-400
136 - const: clk # for "arm,gic-400" and "nvidia,tegra210"
155 Certain revisions of GIC-400 supports MSI/MSI-x via V2M register frame(s).
217 compatible = "arm,gic-400";
/freebsd/contrib/file/magic/Magdir/
H A Dcups16 >400 lelong 0 ColorOrder=Chunky
17 >400 lelong 1 ColorOrder=Banded
18 >400 lelong 2 ColorOrder=Planar
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.PointerAssignment.d48 array[1] = 400;
54 ptr2[0] = 400;
67 /(array[0] != 400) || (array[1] != 800) || (array[2] != 1200)/

12345678910>>...43