/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | arc4random.c | 71 as->i = (as->i + 1); in arc4_getbyte() 72 si = as->s[as->i]; in arc4_getbyte() 73 as->j = (as->j + si); in arc4_getbyte() 74 sj = as->s[as->j]; in arc4_getbyte() 75 as->s[as->i] = sj; in arc4_getbyte() 76 as->s[as->j] = si; in arc4_getbyte() 88 as->i = (as->i + 1); in arc4_addrandom() 89 si = as->s[as->i]; in arc4_addrandom() 91 as->s[as->i] = as->s[as->j]; in arc4_addrandom() 92 as->s[as->j] = si; in arc4_addrandom() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | sem_open.c | 147 const struct inuse_sem *as = (const struct inuse_sem *) a; in __sem_search() local 150 if (as->ino != bs->ino) in __sem_search() 152 return as->ino < bs->ino ? -1 : (as->ino == bs->ino ? 0 : 1); in __sem_search() 154 if (as->dev != bs->dev) in __sem_search() 156 return as->dev < bs->dev ? -1 : (as->dev == bs->dev ? 0 : 1); in __sem_search() 158 return strcmp (as->name, bs->name); in __sem_search()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/ |
A D | ciso646 | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cfloat | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | climits | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cerrno | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_global/ |
A D | ciso646 | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cerrno | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_global/ |
A D | ciso646 | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_std/ |
A D | ciso646 | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/l4re/include/ |
A D | mem_alloc | 21 * As a special exception, you may use this file as part of a free software 48 * property that data written to such a dataspace is available as long 49 * as the dataspace is not freed or the data is not overwritten. In particular, 54 * such as physically contiguous memory, pre-allocated memory, or pinned 83 * will store the byte-granular given size as the size 89 * allocator tries to allocate as much memory as possible
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 8 * The micro kernel starts \em Moe as the Root-Task. 13 * Moe provides a default implementation for the basic L4Re abstractions, such as 64 * - Argument `label`: label used as prefix for the console output 68 * - Argument `label`: label used as prefix for the console output 90 * name space for the \ref l4re_moe_bootfs. That is available as \c rom 98 * such as GRUB. 100 * The subsystem provides an L4Re::Namespace object as directory and an 105 * them as writable modules. Moe will allow read and write access to these 121 * A dataspace user must be aware that, as a result of this page-size 125 * assumptions about the size or content of the padding area, as this [all …]
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_array | 32 * as server-side argument, see Array. 34 * when used as input. 65 * when used as input. 74 * Arrays can be used as input or as output arguments, when used as input 153 /// Array as input arguments 157 /// Array<> as argument at the interface 165 /// Array as output argument 171 /// Array_ref<> as server storage type 178 /// Array_ref as output argument 184 /// Array_ref<> as server storage [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | simd | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 59 // irrelevant as those functions never appear on ABI borders 64 // If __OPTIMIZE__ is not defined some intrinsics are defined as macros, making 65 // use of C casts internally. This requires us to disable the warning as it
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_global/ |
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/ |
A D | cfloat | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | climits | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/ |
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/ |
A D | cassert | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | cfloat | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|
A D | climits | 7 // terms of the GNU General Public License as published by the 18 // 3.1, as published by the Free Software Foundation. 30 * and its contents are (mostly) the same as that header, but are all 32 * as macros in C).
|