Home
last modified time | relevance | path

Searched full:513 (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_C_upper.c24 /* Create an archive with -C 513; this should be 513 bytes. */ in DEFINE_TEST()
25 r = systemf("echo file | %s -o -C 513 > 513.cpio 2>513.err", in DEFINE_TEST()
28 assertTextFileContents("1 block\n", "513.err"); in DEFINE_TEST()
29 assertFileSize("513.cpio", 513); in DEFINE_TEST()
H A Dtest_owner_parse.c20 * their /etc/passwd. Likely values are 513 (None), 545 (Users),
27 static const int root_gids[] = { 513, 545, 544 };
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom.yaml463 - description: Acer Chromebook Spin 513 (rev0)
468 - description: Acer Chromebook Spin 513 (rev1 - 2)
474 - description: Acer Chromebook Spin 513 (rev3 - 8)
484 - description: Acer Chromebook Spin 513 (rev9)
489 - description: Acer Chromebook Spin 513 (newest rev)
494 - description: Acer Chromebook Spin 513 with KB Backlight (rev1 - 2)
500 - description: Acer Chromebook Spin 513 with KB Backlight (rev3 - 8)
510 - description: Acer Chromebook Spin 513 with KB Backlight (rev9)
515 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev)
520 - description: Acer Chromebook Spin 513 with LTE (rev1 - 2)
[all …]
H A Dmediatek.yaml342 - description: Acer Tomato (Acer Chromebook Spin 513 CP513-2H)
349 - description: Acer Tomato rev3 - 4 (Acer Chromebook Spin 513 CP513-2H)
/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py495 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {}))
511 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {'.u': True}))
513 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {'.u': False}))
519 513 65
528 {'eggs': 513}
537 513 None
/freebsd/contrib/file/tests/
H A Dzstd-v0.7-22.result1 Zstandard compressed data (v0.7), Dictionary ID: 513
H A Dzstd-v0.8-22.result1 Zstandard compressed data (v0.8+), Dictionary ID: 513
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_pax_truncated.c170 buff2[513] = '9'; in DEFINE_TEST()
207 buff2[513] = '9'; in DEFINE_TEST()
221 buff2[513] = ' '; in DEFINE_TEST()
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dtestdata.md514 MD5 (513) = ede1dc964fe2460dd74c3c87942162ad
/freebsd/share/examples/kld/cdev/module/
H A Dcdev.c107 memset(&buf, '\0', 513); in mydev_open()
179 copystr(&buf, uio->uio_iov->iov_base, 513, &len); in mydev_read()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_samefs_hole.ksh38 for filesize in 1 511 512 513 4095 4096 4097 131071 131072 131073 \
H A Dbclone_crossfs_data.ksh41 for filesize in 1 107 113 511 512 513 4095 4096 4097 131071 131072 131073 \
H A Dbclone_samefs_data.ksh38 for filesize in 1 107 113 511 512 513 4095 4096 4097 131071 131072 131073 \
H A Dbclone_crossfs_hole.ksh40 for filesize in 1 511 512 513 4095 4096 4097 131071 131072 131073 \
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dzynq-reset.txt62 513: fpga1 out reset
/freebsd/lib/msun/ld80/
H A Db_logl.c360 u1 = u + 513; in __log__D()
361 u1 -= 513; in __log__D()
/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.864 Den Dolech 2, P.O. Box 513,
H A Dhosts_access.391 Den Dolech 2, P.O. Box 513,
H A Dtcpdmatch.896 Den Dolech 2, P.O. Box 513,
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,drif.yaml238 clocks = <&cpg CPG_MOD 513>;
243 resets = <&cpg 513>;
/freebsd/lib/msun/bsdsrc/
H A Db_log.c385 u1 = u + 513; in __log__D()
386 u1 -= 513; in __log__D()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h53 #define ERESTARTNOINTR 513
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc909 * [513, UINT64_MAX]
963 * For example, 5 -> 5, 22 -> 17, 99 -> 65, 256 -> 256, 1001 -> 513. */
969 else if (Value >= 513)
971 return 513;
982 * false, 64 -> true, 100 -> false, 513 -> false. */
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc909 * [513, UINT64_MAX]
963 * For example, 5 -> 5, 22 -> 17, 99 -> 65, 256 -> 256, 1001 -> 513. */
969 else if (Value >= 513)
971 return 513;
982 * false, 64 -> true, 100 -> false, 513 -> false. */
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh453 atf_check -o file:outfile tail -c +513 infile # start at the 513th byte

12345678