/l4re-core-master/l4sys/include/ |
A D | types.h | 170 unsigned items() const L4_NOTHROW { return (raw >> 6) & 0x3f; } in items() function 208 L4_INLINE l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, 408 l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, in l4_msgtag() argument 413 | (l4_mword_t)((items & 0x3f) << 6) in l4_msgtag()
|
A D | factory.h | 325 int items = 0; in l4_factory_create_gate_u() local 331 items = 1; in l4_factory_create_gate_u() 335 t = l4_msgtag(l4_msgtag_label(t), l4_msgtag_words(t), items, l4_msgtag_flags(t)); in l4_factory_create_gate_u()
|
A D | thread.h | 780 int items = 0; in l4_thread_control_commit_u() local 782 items = 1; in l4_thread_control_commit_u() 783 return l4_ipc_call(thread, utcb, l4_msgtag(L4_PROTO_THREAD, 6, items, 0), L4_IPC_NEVER); in l4_thread_control_commit_u()
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | avl_set | 121 * \tparam ITEM_TYPE The type of the items to be stored in the set. 147 /// Type for the items store in the set 151 /// Type of the sort key used for the items 153 /// Type used for const items within the set 264 * Creates a deep copy of the set with all its items. 428 * \brief AVL set for simple compareable items. 430 * The AVL set can store any kind of items where a partial order is defined. 433 * \tparam ITEM_TYPE The type of the items to be stored in the set.
|
A D | list | 330 * Container for items of type D, implemented by a doubly linked list. 412 Iter items() throw() { return Iter(_h); }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | locale.c | 110 #define DEFINE_CATEGORY(category, name, items, postload) \ argument 113 NO_PAREN items \ 120 #define DEFINE_CATEGORY(category, name, items, postload) \ argument
|
A D | categories.def | 13 /* Definition of all available locale categories and their items. -*- C -*- 19 DEFINE_CATEGORY (ID, name, ( items ), setlocale-postload) 21 where items itself is an array of entries in the form 28 The various value types for the items are `string', `stringarray', `byte'
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_server | 189 if (L4_UNLIKELY(tag.words() + tag.items() * Item_words > Mr_words)) 210 tag.items() * Item_bytes); 240 unsigned const items = bytes / Item_bytes; 241 return l4_msgtag(ret, words, items, 0);
|
A D | ipc_basics | 172 /// Marker for Input items 174 /// Marker for Output items
|
A D | ipc_types | 501 // Snd_fpage are out items 504 // Rcv_fpage are buffer items 516 // Rcv_fpage are buffer items
|
A D | ipc_iface | 719 // write the in-items part of the message if there is one 781 int const item_limit = t.items() * Item_bytes; 786 // read the static out-items to the arguments
|
/l4re-core-master/cxx/lib/io/include/ |
A D | l4iostream | 35 << tag.items() << "]";
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | TODO | 110 <more wishlist items here>
|
A D | Changelog | 185 for wcsftime() and collating items in regex). 457 o Directly use kernel types for most items, eliminating needless
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | io_context | 649 // TODO run any posted items
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | io_context | 662 // TODO run any posted items
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | io_context | 649 // TODO run any posted items
|
/l4re-core-master/libsigma0/doc/ |
A D | libsigma0.cfg | 9 # For lists items can also be appended using: 469 # The TOC_EXPAND flag can be set to YES to add extra items for group members
|
/l4re-core-master/cxx/lib/ipc/include/ |
A D | ipc_stream | 777 _pos = (tag.words() + tag.items() * 2) * sizeof(l4_umword_t); 778 _current_item = tag.items();
|
/l4re-core-master/l4util/doc/ |
A D | l4util.cfg | 9 # For lists items can also be appended using: 503 # The TOC_EXPAND flag can be set to YES to add extra items for group members
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/ |
A D | random | 2947 * the total number of items. 2955 * the total number of successful items. 2962 * @brief Returns the total number of unsuccessful items @f$ N - K @f$.
|
/l4re-core-master/ |
A D | COPYING | 323 mouse-clicks or menu items--whatever suits your program.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | random | 2914 * the total number of items. 2922 * the total number of successful items. 2929 * @brief Returns the total number of unsuccessful items @f$ N - K @f$.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | random | 2920 * the total number of items. 2928 * the total number of successful items. 2935 * @brief Returns the total number of unsuccessful items @f$ N - K @f$.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/libstdcxx/v6/ |
A D | printers.py | 1514 defargs = dict((n, d.replace('std::', ns)) for (n,d) in defargs.items())
|