/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 29 /* Function name or text-segment variable for C. Value is its address. 34 /* Data-segment variable with internal linkage. Value is its address. 38 /* BSS-segment variable with internal linkage. Value is its address. */ 64 /* Register variable. Value is number of register. */ 98 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if 105 /* Structure or union element. Value is offset in the structure. */ 109 Value is starting text address of the compilation. */ 112 /* Automatic variable in the stack. Value is offset from frame pointer. 122 Value is starting text address of the compilation. */ 125 /* Parameter variable. Value is offset from argument pointer. [all …]
|
/l4re-core-master/l4re/include/ |
A D | mmio_space | 48 Wd_8bit = 0, ///< Value is a byte. 49 Wd_16bit = 1, ///< Value is a 2-byte word. 50 Wd_32bit = 2, ///< Value is a 4-byte word. 51 Wd_64bit = 3 ///< Value is a 8-byte word. 79 * \param value Value to write. If width is smaller than 64 bit,
|
A D | parent | 60 * \param val Value of the signal
|
A D | event | 188 int value; /**< Value of event */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | merge_config.sh | 101 echo Value of $CFG is redefined by fragment $MERGE_FILE: 106 echo Value of $CFG is redundant by fragment $MERGE_FILE:
|
A D | zconf.tab.c_shipped | 818 #define YYBACKUP(Token, Value) \ 823 yylval = (Value); \ 904 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ 910 Type, Value); \ 1048 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | bitfield | 236 class Value : public Value_base<TT> 239 Value(TT t) : Value_base<TT>(t) {} 241 Value &operator = (Bits_type val) { this->set(val); return *this; } 242 Value &operator = (Value const &o) { this->set(o.get()); return *this; } 261 typedef Value<T&> Ref; 262 /** Value type to access the bits inside a raw bit field. */ 263 typedef Value<T const> Val; 267 /** Value type to access the bits inside a raw bit field (in place). */
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_varg | 32 typedef T Value; 35 { return *reinterpret_cast<Value const *>(d); } 37 static void const *addr_of(Value const &v) { return &v; } 62 typedef void Value; 74 typedef char const *Value; 76 static void const *addr_of(Value v) { return v; } 184 bool get_value(typename Va_type<T>::Value *v) const 230 typedef typename Va_type<T>::Value Value; 231 explicit Varg_t(Value v) : Varg() 235 Value _data;
|
A D | ipc_epiface | 539 typedef Epiface Value; 545 static Value *find(l4_umword_t label) 546 { return reinterpret_cast<Value*>(label & ~3UL); }
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.h | 49 typedef union Value { union 55 } Value; typedef 63 #define TValuefields Value value_; lu_byte tt_ 691 Value key_val; /* key value */
|
A D | ltable.c | 141 static Node *mainposition (const Table *t, int ktt, const Value *kvl) { in mainposition()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | __longjmp.S | 70 # Value to return is in r9. If zero, return 1
|
/l4re-core-master/l4re/include/video/ |
A D | colors | 70 * \param v Value 81 * \param v Value
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | streambuf | 245 * @param __way Value for ios_base::seekdir. 246 * @param __mode Value for ios_base::openmode. 258 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | streambuf | 245 * @param __way Value for ios_base::seekdir. 246 * @param __mode Value for ios_base::openmode. 258 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | streambuf | 245 * @param __way Value for ios_base::seekdir. 246 * @param __mode Value for ios_base::openmode. 258 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | streambuf | 245 * @param __way Value for ios_base::seekdir. 246 * @param __mode Value for ios_base::openmode. 258 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | streambuf | 250 * @param __way Value for ios_base::seekdir. 251 * @param __mode Value for ios_base::openmode. 263 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | streambuf | 252 * @param __way Value for ios_base::seekdir. 253 * @param __mode Value for ios_base::openmode. 265 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | streambuf | 252 * @param __way Value for ios_base::seekdir. 253 * @param __mode Value for ios_base::openmode. 265 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/moe/server/src/ |
A D | main.cc | 282 typename Reg::Value *o = 0; in dispatch()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/libstdcxx/v6/ |
A D | printers.py | 854 if hasattr(gdb.Value,"referenced_value"): 914 if hasattr(gdb.Value,"referenced_value"):
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | streambuf | 252 * @param __way Value for ios_base::seekdir. 253 * @param __mode Value for ios_base::openmode. 265 * @param __mode Value for ios_base::openmode.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/ |
A D | printers.py | 1079 if hasattr(gdb.Value,"referenced_value"): 1139 if hasattr(gdb.Value,"referenced_value"):
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/ |
A D | printers.py | 1059 if hasattr(gdb.Value,"referenced_value"): 1119 if hasattr(gdb.Value,"referenced_value"):
|