Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 44) sorted by relevance

12

/l4re-core-master/l4sys/include/
A Dtypes.h170 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 Dfactory.h325 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 Dthread.h780 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 Davl_set121 * \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 Dlist330 * 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 Dlocale.c110 #define DEFINE_CATEGORY(category, name, items, postload) \ argument
113 NO_PAREN items \
120 #define DEFINE_CATEGORY(category, name, items, postload) \ argument
A Dcategories.def13 /* 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 Dipc_server189 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 Dipc_basics172 /// Marker for Input items
174 /// Marker for Output items
A Dipc_types501 // Snd_fpage are out items
504 // Rcv_fpage are buffer items
516 // Rcv_fpage are buffer items
A Dipc_iface719 // 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 Dl4iostream35 << tag.items() << "]";
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO110 <more wishlist items here>
A DChangelog185 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 Dio_context649 // TODO run any posted items
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dio_context662 // TODO run any posted items
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dio_context649 // TODO run any posted items
/l4re-core-master/libsigma0/doc/
A Dlibsigma0.cfg9 # 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 Dipc_stream777 _pos = (tag.words() + tag.items() * 2) * sizeof(l4_umword_t);
778 _current_item = tag.items();
/l4re-core-master/l4util/doc/
A Dl4util.cfg9 # 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 Drandom2947 * 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 DCOPYING323 mouse-clicks or menu items--whatever suits your program.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Drandom2914 * 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 Drandom2920 * 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 Dprinters.py1514 defargs = dict((n, d.replace('std::', ns)) for (n,d) in defargs.items())

Completed in 37 milliseconds

12