| /system/ulib/fidl/include/lib/fidl/llcpp/ |
| A D | array_wrapper.h | 23 const T& at(size_t offset) const { return data()[offset]; } in at() function 24 T& at(size_t offset) { return data()[offset]; } in at() function 26 const T& operator[](size_t offset) const { return at(offset); } 27 T& operator[](size_t offset) { return at(offset); }
|
| A D | encoded_message.h | 95 typename fit::template callable_traits<Callback>::args::template at<0>>::value && in decltype() 98 typename fit::template callable_traits<Callback>::args::template at<1>>::value, in decltype()
|
| /system/ulib/fidl/include/lib/fidl/cpp/ |
| A D | string_view.h | 27 const char& at(size_t offset) const { return data()[offset]; } in at() function 28 char& at(size_t offset) { return mutable_data()[offset]; } in at() function 30 const char& operator[](size_t offset) const { return at(offset); } 31 char& operator[](size_t offset) { return at(offset); }
|
| A D | vector_view.h | 28 const T& at(size_t offset) const { return data()[offset]; } in at() function 29 T& at(size_t offset) { return mutable_data()[offset]; } in at() function 31 const T& operator[](size_t offset) const { return at(offset); } 32 T& operator[](size_t offset) { return at(offset); }
|
| /system/ulib/zxio/ |
| A D | vmofile.cpp | 117 zx_off_t at = 0u; in zxio_vmofile_seek() local 120 at = offset; in zxio_vmofile_seek() 123 at = (file->ptr - file->off) + offset; in zxio_vmofile_seek() 126 at = (file->end - file->off) + offset; in zxio_vmofile_seek() 132 if (at > file->end - file->off) { in zxio_vmofile_seek() 133 at = ZX_ERR_OUT_OF_RANGE; in zxio_vmofile_seek() 135 file->ptr = file->off + at; in zxio_vmofile_seek() 139 *out_offset = at; in zxio_vmofile_seek()
|
| /system/ulib/zircon/ |
| A D | alternates.ld | 9 * The kernel can switch vDSO symbols at boot time to alternate entry points. 10 * The alternate code is at hidden symbols. The linker will GC these
|
| /system/utest/fidl/ |
| A D | cpp_types_tests.cpp | 31 EXPECT_EQ(view->at(1), 0); in string_view_test() 53 EXPECT_EQ(view->at(1), 0); in vector_view_test()
|
| /system/banjo/ddk-protocol-pciroot/ |
| A D | pciroot.banjo | 54 /// Read 8 bytes from config space for device at bdf address |address|, offset |offset|. 56 /// Read 16 bytes from config space for device at bdf address |address|, offset |offset|. 58 /// Read 32 bytes from config space for device at bdf address |address|, offset |offset|. 60 /// Write 8 bytes to config space for device at bdf |address| offset |offset|. 62 /// Write 16 bytes to config space for device at bdf |address| offset |offset|. 64 /// Write 32 bytes to config space for device at bdf |address| offset |offset|.
|
| /system/utest/fit/ |
| A D | function_traits_tests.cpp | 43 static_assert(std::is_same_v<float, typename Traits::args::template at<0>>); 44 static_assert(std::is_same_v<bool, typename Traits::args::template at<1>>);
|
| A D | traits_tests.cpp | 50 static_assert(std::is_same_v<float, typename Traits::args::template at<0>>, ""); 51 static_assert(std::is_same_v<bool, typename Traits::args::template at<1>>, "");
|
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | intel-pm-events.inc | 19 // - flags (IPM_FIXED_REG_FLAG_* values) (uint32_t) [at present there are none] 23 // Fixed counter id rule: They start at one and there are no holes (excepting 24 // counters that get deprecated). The reason they start at one is to help 92 "Branch Misses Retired", "Mispredicted branch instructions at retirement")
|
| A D | skylake-pm-events.inc | 55 "Load misses, walk active", "Cycles when at least one PMH is busy with a page walk for a load") 185 "Store miss, walk active", "Cycles when at least one PMH is busy with a page walk for a store") 207 …"Offcore 1 DDR", "Cycles with at least 1 offcore outstanding Demand Data Read transactio… 211 …"Offcore 6 DDR", "Cycles with at least 6 offcore outstanding Demand Data Read transactio… 219 …"Offcore 1 DCR", "Cycles with at least 1 offcore outstanding Demand Code Read transactio… 227 …"Offcore 1 RFO", "Cycles with at least 1 offcore outstanding RFO transactions in SQ to u… 235 …"Offcore 1 data read", "Cycles with at least 1 offcore outstanding data read transactions in S… 243 …"Offcore 1 DDR, L3 miss", "Cycles with at least 1 offcore outstanding Demand Data Read request fr… 247 …"Offcore 6 DDR, L3 miss", "Cycles with at least 6 offcore outstanding Demand Data Read requests f… 268 "ITLB miss, page walk", "ITLB miss at all levels causing page walk") [all …]
|
| /system/fidl/fuchsia-net/ |
| A D | net.fidl | 8 // ("127" in the address "127.0.0.1") will be at index 0. 14 // ("ff" in the address "ff02::1") will be at index 0.
|
| /system/banjo/ddk-physiter/ |
| A D | phys-iter.banjo | 9 /// length starting at the scatter gather entry offset, must be non zero
|
| /system/banjo/ddk-protocol-nand/ |
| A D | nand.banjo | 15 /// at that point the cookie field must contain whatever value was in it when 40 /// starting at the given offset. Note that said offset is given in nand 55 /// followed by 16 * 5 bytes of OOB data starting at offset 2048 * 5. 112 /// `nand_op_size - sizeof(NandOperation)` bytes available at the end of the
|
| /system/banjo/ddk-protocol-ethernet/ |
| A D | ethernet.banjo | 102 /// can call send() methods at the same time as non-send 107 /// Safe to call at any time. 128 /// queue_tx() may be called at any time after start() is called including from multiple threads 139 … /// set_param() may be called at any time after start() is called including from multiple threads
|
| /system/banjo/ddk-protocol-i2cimpl/ |
| A D | i2c-impl.banjo | 26 /// |Transact| assumes that at least the last op has stop set to true.
|
| /system/fidl/fuchsia-tracelink/ |
| A D | tracelink.fidl | 34 // At most one trace can be running at a time. If the trace provider 61 // Note: Registration is asynchronous, it's only at some point after this 67 // Note: Registration is asynchronous, it's only at some point after this
|
| /system/ulib/fit/include/lib/fit/ |
| A D | traits.h | 42 using at = typename std::tuple_element_t<i, std::tuple<T...>>; member
|
| /system/fidl/fuchsia-minfs/ |
| A D | minfs.fidl | 34 // Minfs initializes entire VMOs at once.
|
| /system/banjo/ddk-protocol-block/ |
| A D | block.banjo | 76 /// available at the end of the structure for the use of the driver. 92 /// available at the end of the structure for the use of the driver.
|
| /system/ulib/trace-provider/ |
| A D | README.md | 7 at some point during its startup sequence. The trace provider will take
|
| /system/host/abigen/ |
| A D | abigen_generator.cpp | 184 if (!generate_one(entry.second, type_to_generator.at(entry.first), entry.first)) in Generate()
|
| /system/fidl/fuchsia-hardware-skipblock/ |
| A D | skip-block.fidl | 47 /// physical block map to change, all previously written blocks at logical
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 91 /// it may accept other configurations, but at least one of these configurations 92 /// should be valid at most times. 129 /// |timestamp| is the ZX_CLOCK_MONOTONIC timestamp at which the vsync occurred. 200 /// applied to a display, the cursor is guaranteed to have at least one 304 /// single primary layer at the MERGE_BASE layer's z-order. The driver must accept 348 /// All displays in a configuration will have at least one layer. The layers will be
|