Searched refs:Idx (Results 1 – 7 of 7) sorted by relevance
/openbmc/telemetry/src/utils/ |
H A D | labeled_tuple.hpp | 182 template <size_t Idx> 185 return std::get<Idx>(value); in at_index() 188 template <size_t Idx> 191 return std::get<Idx>(value); in at_index() 221 template <size_t... Idx> 222 void to_json_all(nlohmann::json& j, std::index_sequence<Idx...>) const in to_json_all() 224 (to_json_item<Idx>(j), ...); in to_json_all() 227 template <size_t Idx> 230 using Label = std::tuple_element_t<Idx, std::tuple<Labels...>>; in to_json_item() 231 using T = std::tuple_element_t<Idx, tuple_type>; in to_json_item() [all …]
|
/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.c | 34 UINTN Idx; in WaitForExitKeyPress() local 41 Status = gBS->WaitForEvent (1, &gST->ConIn->WaitForKey, &Idx); in WaitForExitKeyPress() 64 UINTN Idx; in BiosTablesTestMain() local 130 for (Idx = 0; Idx < sizeof InverseSignature->Data4; ++Idx) { in BiosTablesTestMain() 131 InverseSignature->Data4[Idx] = gBiosTablesTestGuid.Data4[Idx]; in BiosTablesTestMain() 132 InverseSignature->Data4[Idx] ^= MAX_UINT8; in BiosTablesTestMain()
|
/openbmc/linux/Documentation/trace/coresight/ |
H A D | coresight-perf.rst | 29 Idx:0; ID:10; I_ASYNC : Alignment Synchronisation. 30 Idx:12; ID:10; I_TRACE_INFO : Trace Info.; INFO=0x0 { CC.0 } 31 Idx:17; ID:10; I_ADDR_L_64IS0 : Address, Long, 64 bit, IS0.; Addr=0x0000000000000000; 32 Idx:26; ID:10; I_TRACE_ON : Trace On. 33 …Idx:27; ID:10; I_ADDR_CTXT_L_64IS0 : Address & Context, Long, 64 bit, IS0.; Addr=0x0000FFFFB60691… 34 Idx:38; ID:10; I_ATOM_F6 : Atom format 6.; EEEEEEEEEEEEEEEEEEEEEEEE 35 Idx:39; ID:10; I_ATOM_F6 : Atom format 6.; EEEEEEEEEEEEEEEEEEEEEEEE 36 Idx:40; ID:10; I_ATOM_F6 : Atom format 6.; EEEEEEEEEEEEEEEEEEEEEEEE 37 Idx:41; ID:10; I_ATOM_F6 : Atom format 6.; EEEEEEEEEEEN
|
/openbmc/linux/rust/kernel/ |
H A D | str.rs | 321 impl<Idx> Index<Idx> for CStr 323 Idx: private::CStrIndex, 324 BStr: Index<Idx>, 326 type Output = <BStr as Index<Idx>>::Output; 329 fn index(&self, index: Idx) -> &Self::Output { in index()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | iforce-protocol.rst | 315 00 Idx 316 Idx 00 Set dead zone (0..2048) 317 Idx 01 Ignore Deadman sensor (0..1) 318 Idx 02 Enable comm watchdog (0..1) 319 Idx 03 Set the strength of the spring (0..100) 320 Idx 04 Enable or disable the spring (0/1) 321 Idx 05 Set axis saturation threshold (0..2048)
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | x86-fit-boot.txt | 77 Idx Name Size VMA LMA File off Algn
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | exception-tables.rst | 170 > Idx Name Size VMA LMA File off Algn
|