Searched refs:LEN (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_array | 155 struct Elem< Array<A, LEN> > 167 struct Elem< Array<A, LEN> & > 225 Detail::Clnt_val_ops_d_in<A, LEN, Array<A, LEN>, false> {}; 229 Detail::Clnt_val_ops_d_in<A, LEN, Array_ref<A, LEN>, true> {}; 233 : Svr_noops< Array_ref<A, LEN> > 254 struct Svr_xmit< Array<A, LEN> > : Svr_xmit< Array_ref<A, LEN> > {}; 257 struct Clnt_val_ops<Array<A, LEN>, Dir_out, Cls_data> : Clnt_noops<Array<A, LEN> > 259 typedef Array<A, LEN> type; 269 LEN l = *reinterpret_cast<LEN *>(msg + offset); 303 LEN l = *reinterpret_cast<LEN *>(msg + offset); [all …]
|
A D | ipc_string | 27 struct String : Array<CHAR, LEN> 29 static LEN strlength(CHAR *d) { LEN l = 0; while (d[l]) ++l; return l; } 32 String(LEN len, CHAR *d) : Array<CHAR, LEN>(len, d) {} 38 LEN i; 54 template<typename A, typename LEN> 55 struct Clnt_xmit< String<A, LEN> > : Clnt_xmit< Array<A, LEN> > {}; 81 template<typename A, typename LEN> 82 struct Clnt_xmit<String<A, LEN> &> : Clnt_xmit<Array<A, LEN> &> 84 typedef Array<A, LEN> &type; 103 template<typename A, typename LEN> [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | strverscmp.c | 39 #define LEN 3 macro 73 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 75 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp() 76 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp() 77 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp() 106 case LEN: in strverscmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/ |
A D | mmap64.S | 31 #define LEN ADDR+PTR_SIZE macro 32 #define PROT LEN+4 59 movl LEN(%esp), %ecx
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-defs.h | 234 # define DL_LOADADDR_UNMAP(LOADADDR, LEN) \ argument 235 _dl_munmap((char *) (LOADADDR), (LEN)) 241 # define DL_LIB_UNMAP(LIB, LEN) (DL_LOADADDR_UNMAP ((LIB)->mapaddr, (LEN))) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-sysdep.h | 67 #define DL_LOADADDR_UNMAP(LOADADDR, LEN) \ argument 69 #define DL_LIB_UNMAP(LIB, LEN) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | dl-sysdep.h | 110 #define DL_LOADADDR_UNMAP(LOADADDR, LEN) \ argument 113 #define DL_LIB_UNMAP(LIB, LEN) \ argument
|
Completed in 11 milliseconds