Home
last modified time | relevance | path

Searched refs:data (Results 1 – 23 of 23) sorted by relevance

/coreutils/src/
Dcksum_pclmul.c62 __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 …]
Dshred.c273 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()
Dstat.c248 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()
Dod.c108 void (*print_function) (size_t fields, size_t blank, void const *data,
Dsort.c3692 sortlines_thread (void *data) in sortlines_thread() argument
3694 struct thread_args const *args = data; in sortlines_thread()
/coreutils/tests/tail/
DF-vs-rename.sh30 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/
Dsort-merge-fdlimit.sh29 seq 17 >some-data
46 for randsource in '' --random-source=some-data; do
/coreutils/gl/lib/
Drandread.c96 } 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/
Dseek-data-capable21 # ensuring SEEK_DATA returns ENXIO (no more data)
28 data = os.lseek(fd, 0, SEEK_DATA)
DCoreutils.pm110 my ($program_name, $test_name, $file_name, $data) = @_;
122 warn "creating file '$file' with contents '$data'\n" if $debug;
128 print $fh $data;
Dlocal.mk101 tests/seek-data-capable \
/coreutils/man/
Dprintf.x2 printf \- format and print data
Dbase64.x2 base64 \- base64 encode/decode data and print to standard output
Dbase32.x2 base32 \- base32 encode/decode data and print to standard output
/coreutils/gl/modules/
Drandread2 Generate buffers of random data.
/coreutils/tests/misc/
Dsync.sh25 returns_ 1 sync --data --file-system || fail=1
/coreutils/tests/dd/
Dmisc.sh30 echo data > $tmp_in || framework_failure_
58 (data)
/coreutils/doc/
Dcoreutils.texi43 * 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/
DISSUE_TEMPLATE.txt31 https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils
DPULL_REQUEST_TEMPLATE.txt39 * Open Bugs: https://debbugs.gnu.org/cgi/pkgreport.cgi?which=pkg&data=coreutils
/coreutils/
DNEWS20 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 …]
Dinit.cfg575 $TIMEOUT_ $PYTHON_ "$abs_srcdir"/tests/seek-data-capable "$@"
DCOPYING144 such as by intimate data communication or control flow between those