Home
last modified time | relevance | path

Searched refs:written (Results 1 – 9 of 9) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-strfmon-ldbl-compat.c27 size_t written; in do_test() local
39 written = strfmon (bufptr, 32, "%.10i, %.10Li\n", in do_test()
41 if (written < 0) in do_test()
44 bufptr += written; in do_test()
45 written = strfmon_l (bufptr, 32, loc, "%.10i, %.10Li\n", in do_test()
47 if (written < 0) in do_test()
A Dtest-strfrom-ldbl-compat.c26 int written; in do_test() local
33 written = strfroml (bufptr, 64, "%.10f", (long double) -1); in do_test()
34 if (written < 0) in do_test()
/sysdeps/unix/sysv/linux/
A Dgethostid.c33 ssize_t written; in sethostid() local
55 written = __write_nocancel (fd, &id32, sizeof (id32)); in sethostid()
59 return written != sizeof (id32) ? -1 : 0; in sethostid()
/sysdeps/alpha/alphaev67/
A Dstpcpy.S40 # t8 = bitmask (with one bit set) indicating the last byte written
41 # a0 = unaligned address of the last *word* written
/sysdeps/alpha/
A Dstpncpy.S42 and t8, 0xcc, t2 # last byte written.
60 or t3, t10, t3 # .. e1 : written byte and the last byte in
62 cmovne t4, t5, v0 # .. e1 : if last written wasnt null, inc v0
A Dstpcpy.S38 and t8, 0xcc, t1 # last byte written.
A Dstrncpy.S47 or t3, t10, t3 # .. e1 : written byte and the last byte in
/sysdeps/alpha/alphaev6/
A Dmemcpy.S95 # ($7) are about to be over-written
A Daddmul_1.S30 # This code was written in close cooperation with ev6 pipeline expert

Completed in 9 milliseconds