Searched refs:Output (Results 1 – 25 of 32) sorted by relevance
12
26 ; Output: %o0 = 0 the first time we're called, or
37 static char Output[]={ OUTPUT }; /* default output file name */ variable38 static const char* output=Output; /* actual output file name */70 ,progname,Output); in usage()114 argv[--i]=Output; in doargs()
451 /** @brief Output the cumulative sum of one range to a second range487 /** @brief Output the cumulative sum of one range to a second range514 /** @brief Output the cumulative sum of one range to a second range545 /** @brief Output the cumulative sum of one range to a second range580 /** @brief Output the cumulative sum of one range to a second range602 /** @brief Output the cumulative sum of one range to a second range641 /** @brief Output the cumulative sum of one range to a second range676 /** @brief Output the cumulative sum of one range to a second range
1 // Output streams -*- C++ -*-30 // ISO C++ 14882: 27.6.2 Output streams281 * @name Unformatted Output Functions
432 /** @brief Output the cumulative sum of one range to a second range468 /** @brief Output the cumulative sum of one range to a second range495 /** @brief Output the cumulative sum of one range to a second range526 /** @brief Output the cumulative sum of one range to a second range561 /** @brief Output the cumulative sum of one range to a second range583 /** @brief Output the cumulative sum of one range to a second range622 /** @brief Output the cumulative sum of one range to a second range657 /** @brief Output the cumulative sum of one range to a second range
429 /** @brief Output the cumulative sum of one range to a second range464 /** @brief Output the cumulative sum of one range to a second range490 /** @brief Output the cumulative sum of one range to a second range520 /** @brief Output the cumulative sum of one range to a second range554 /** @brief Output the cumulative sum of one range to a second range575 /** @brief Output the cumulative sum of one range to a second range613 /** @brief Output the cumulative sum of one range to a second range647 /** @brief Output the cumulative sum of one range to a second range
88 * | `T &` | Output | `T &` | `T &` |89 * | `T *` | Output | `T *` | `T &` |93 * | `L4::Ipc::Out<L4::Cap<T> >` | Output | `L4::Cap<T>` | `L4::Ipc::Cap<T> &` |109 …* | `L4::Ipc::Array<T> &` | Output | `L4::Ipc::Array<T> &` | `L4::Ipc::Array_ref<T> &` …110 …* | `L4::Ipc::Array_ref<T> &` | Output | `L4::Ipc::Array_ref<T> &` | `L4::Ipc::Array_ref<T> &` …122 …* | `L4::Ipc::Opt<T &>` | Output | `T &` | `L4::Ipc::Opt<T> &` …123 …* | `L4::Ipc::Opt<T *>` | Output | `T *` | `L4::Ipc::Opt<T> &` …124 …* | `L4::Ipc::Opt<Array_ref<T> &>` | Output | `Array_ref<T> &` | `L4::Ipc::Opt<Array_re…
170 /// Marker for Output data174 /// Marker for Output items
54 /// Output iterator that inserts a delimiter between elements.
55 /// Output iterator that inserts a delimiter between elements.
56 /// Output iterator that inserts a delimiter between elements.
138 * Output: the number of elements found in the stream.159 * Output: the number of elements found in the stream.197 * Output: The number of bytes received (including the218 * Output: the number of elements found in the stream.618 * Output stream for IPC marshalling.790 * Input/Output stream for IPC [un]marshalling.874 * Output: the source of the received message.896 * Output: the source of the received message.
1 // Output streams -*- C++ -*-30 // ISO C++ 14882: 27.6.2 Output streams275 * @name Unformatted Output Functions
1455 * Direct I/O between streams and bitsets is supported. Output is
1235 * Direct I/O between streams and bitsets is supported. Output is
Completed in 23 milliseconds