Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtest_time.c87 #define SIZE 256 in main() macro
88 char buffer[SIZE]; in main()
98 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main()
100 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main()
110 strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.h112 #define __READ(STREAMPTR,BUF,SIZE) \ argument
114 (((STREAMPTR)->__gcs.read)((STREAMPTR)->__cookie,(BUF),(SIZE))))
115 #define __WRITE(STREAMPTR,BUF,SIZE) \ argument
117 (((STREAMPTR)->__gcs.write)((STREAMPTR)->__cookie,(BUF),(SIZE))))
131 #define __READ(STREAMPTR,BUF,SIZE) \ argument
132 (read((STREAMPTR)->__filedes,(BUF),(SIZE)))
133 #define __WRITE(STREAMPTR,BUF,SIZE) \ argument
134 (write((STREAMPTR)->__filedes,(BUF),(SIZE)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dexec.c42 # define EXEC_ALLOC(SIZE,VAR,FUNC) alloca((SIZE)) argument
67 # define EXEC_ALLOC(SIZE,VAR,FUNC) __exec_alloc((SIZE), FUNC) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/metag/
A Ddl-sysdep.h120 #define _DL_PREAD(FD, BUF, SIZE, OFFSET) \ argument
121 (_dl_pread((FD), (BUF), (SIZE), (OFFSET)))
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/
A Ddl-sysdep.h100 #define _DL_PREAD(FD, BUF, SIZE, OFFSET) \ argument
101 (_dl_pread((FD), (BUF), (SIZE), (OFFSET)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/
A Ddivl.S2 #define SIZE 4 macro
A Ddivq.S2 #define SIZE 8 macro
A Dreml.S2 #define SIZE 4 macro
A Dremq.S2 #define SIZE 8 macro
A Ddivrem.h70 #if SIZE == 8
111 #if SIZE == 8
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/
A Ddl-sysdep.h140 #define _DL_PREAD(FD, BUF, SIZE, OFFSET) \ argument
141 (_dl_pread((FD), (BUF), (SIZE), (OFFSET)))
/l4re-core-master/libstdc++-headers/include/
A Dmake_unique-l433 template <typename T, size_t SIZE>
34 struct _Make_unique<T[SIZE]>
/l4re-core-master/l4sys/include/cxx/
A Dtypes163 * \tparam SIZE The size of the integer in bytes.
165 template<unsigned SIZE, bool = true> struct Int_for_size;
/l4re-core-master/cxx/lib/tl/include/
A Dtype_traits206 template< int SIZE, bool SIGN = false, bool = true > struct int_type_for_size;

Completed in 19 milliseconds