/coreutils/src/ |
D | cksum_pclmul.c | 62 __m128i data; in cksum_pclmul() local 85 data = _mm_loadu_si128 (datap); in cksum_pclmul() 86 data = _mm_shuffle_epi8 (data, shuffle_constant); in cksum_pclmul() 91 data = _mm_xor_si128 (data, xor_crc); in cksum_pclmul() 105 data2 = _mm_clmulepi64_si128 (data, four_mult_constant, 0x00); in cksum_pclmul() 106 data = _mm_clmulepi64_si128 (data, four_mult_constant, 0x11); in cksum_pclmul() 119 data = _mm_xor_si128 (data, data2); in cksum_pclmul() 122 data = _mm_xor_si128 (data, data2); in cksum_pclmul() 143 data = _mm_shuffle_epi8 (data, shuffle_constant); in cksum_pclmul() 144 _mm_storeu_si128 (datap, data); in cksum_pclmul() [all …]
|
D | shred.c | 273 passname (unsigned char const *data, char name[PASS_NAME_SIZE]) in passname() argument 275 if (data) in passname() 276 sprintf (name, "%02x%02x%02x", data[0], data[1], data[2]); in passname()
|
D | stat.c | 248 int fd, char const *filename, void const *data); 861 void const *data) in print_statfs() argument 863 STRUCT_STATVFS const *statfsbuf = data; in print_statfs() 1133 void const *data) in print_it() argument 1193 fd, filename, data); in print_it() 1504 int fd, char const *filename, void const *data) in print_stat() argument 1506 struct print_args *parg = (struct print_args *) data; in print_stat()
|
D | od.c | 108 void (*print_function) (size_t fields, size_t blank, void const *data,
|
D | sort.c | 3692 sortlines_thread (void *data) in sortlines_thread() argument 3694 struct thread_args const *args = data; in sortlines_thread()
|
/coreutils/tests/tail/ |
D | F-vs-rename.sh | 30 local tail_re="==> $file <==@$data@" 51 file=a data=x retry_delay_ check_tail_output .1 7 || { cat out; fail=1; } 65 file='b' data='x' retry_delay_ check_tail_output .1 7 || 74 file='a' data='x2' retry_delay_ check_tail_output .1 7 || 79 file='b' data='y' retry_delay_ check_tail_output .1 7 || 84 file='a' data='z' retry_delay_ check_tail_output .1 7 ||
|
/coreutils/tests/sort/ |
D | sort-merge-fdlimit.sh | 29 seq 17 >some-data 46 for randsource in '' --random-source=some-data; do
|
/coreutils/gl/lib/ |
D | randread.c | 96 } data; member 263 memcpy (p, isaac->data.b + ISAAC_BYTES - inbytes, size); in readisaac() 268 memcpy (p, isaac->data.b + ISAAC_BYTES - inbytes, inbytes); in readisaac() 291 isaac_refill (&isaac->state, isaac->data.w); in readisaac()
|
/coreutils/tests/ |
D | seek-data-capable | 21 # ensuring SEEK_DATA returns ENXIO (no more data) 28 data = os.lseek(fd, 0, SEEK_DATA)
|
D | Coreutils.pm | 110 my ($program_name, $test_name, $file_name, $data) = @_; 122 warn "creating file '$file' with contents '$data'\n" if $debug; 128 print $fh $data;
|
D | local.mk | 101 tests/seek-data-capable \
|
/coreutils/man/ |
D | printf.x | 2 printf \- format and print data
|
D | base64.x | 2 base64 \- base64 encode/decode data and print to standard output
|
D | base32.x | 2 base32 \- base32 encode/decode data and print to standard output
|
/coreutils/gl/modules/ |
D | randread | 2 Generate buffers of random data.
|
/coreutils/tests/misc/ |
D | sync.sh | 25 returns_ 1 sync --data --file-system || fail=1
|
/coreutils/tests/dd/ |
D | misc.sh | 30 echo data > $tmp_in || framework_failure_ 58 (data)
|
/coreutils/doc/ |
D | coreutils.texi | 43 * base32: (coreutils)base32 invocation. Base32 encode/decode data. 44 * base64: (coreutils)base64 invocation. Base64 encode/decode data. 46 * basenc: (coreutils)basenc invocation. Encoding/decoding of data. 101 * printf: (coreutils)printf invocation. Format and print data. 233 * Random sources:: Sources of random data 247 * base32 invocation:: Transform data into printable data 248 * base64 invocation:: Transform data into printable data 249 * basenc invocation:: Transform data into printable data 362 * printf invocation:: Format and print data 621 output even when that output would contain data with embedded newlines. [all …]
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 31 https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils
|
D | PULL_REQUEST_TEMPLATE.txt | 39 * Open Bugs: https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils
|
/coreutils/ |
D | NEWS | 20 Previously an error was given for non padded encoded data. 232 which may have resulted in data corruption. 275 on all systems. It no longer redundantly reads data from certain 375 when their modification time doesn't change when new data is available. 376 Previously tail would not show any new data in this case. 383 Previously tee could truncate data written to such an output and fail, 451 For example, 'dd count=100KiB' now copies 100 KiB of data, not 452 102,400 blocks of data. The flags count_bytes, skip_bytes and 496 any extra final progress just before synchronizing output data, 1017 races that could lose backup data in unlikely circumstances. Since [all …]
|
D | init.cfg | 575 $TIMEOUT_ $PYTHON_ "$abs_srcdir"/tests/seek-data-capable "$@"
|
D | COPYING | 144 such as by intimate data communication or control flow between those
|