/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | test_time.c | 87 #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.h | 112 #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 D | exec.c | 42 # 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 D | dl-sysdep.h | 120 #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 D | dl-sysdep.h | 100 #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 D | divl.S | 2 #define SIZE 4 macro
|
A D | divq.S | 2 #define SIZE 8 macro
|
A D | reml.S | 2 #define SIZE 4 macro
|
A D | remq.S | 2 #define SIZE 8 macro
|
A D | divrem.h | 70 #if SIZE == 8 111 #if SIZE == 8
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | dl-sysdep.h | 140 #define _DL_PREAD(FD, BUF, SIZE, OFFSET) \ argument 141 (_dl_pread((FD), (BUF), (SIZE), (OFFSET)))
|
/l4re-core-master/libstdc++-headers/include/ |
A D | make_unique-l4 | 33 template <typename T, size_t SIZE> 34 struct _Make_unique<T[SIZE]>
|
/l4re-core-master/l4sys/include/cxx/ |
A D | types | 163 * \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 D | type_traits | 206 template< int SIZE, bool SIGN = false, bool = true > struct int_type_for_size;
|