/openbmc/bmcweb/redfish-core/include/ |
H A D | filter_expr_parser_grammar.hpp | 34 using boost::spirit::x3::lit; 92 lexeme[arg >> +lit(' ') >> compare >> +lit(' ') >> arg]; 95 const auto parens = lit('(') >> logicalAnd >> lit(')'); 101 const auto logicalNot_def = -(char_('n') >> lit("ot")) >> booleanOp; 104 const auto logicalOr_def = logicalNot >> *(lit("or") >> logicalNot); 107 const auto logicalAnd_def = logicalOr >> *(lit("and") >> logicalOr);
|
/openbmc/bmcweb/include/ |
H A D | http_utility.hpp | 44 using boost::spirit::x3::lit; in getContentType() 64 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType() 83 using boost::spirit::x3::lit; in getPreferredContentType() 103 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType() 105 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType() 161 using boost::spirit::x3::lit; in getPreferredEncoding() 174 auto parameters = *(lit(';') >> lit("q=") >> uint_ >> -(lit('.') >> uint_)); in getPreferredEncoding()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 198 uint8_t lit, bool islit) in load_gpr_lit() argument 201 return tcg_constant_i64(lit); in load_gpr_lit() 836 static inline uint64_t zapnot_mask(uint8_t lit) in IEEE_CMP3() 842 if ((lit >> i) & 1) { in IEEE_CMP3() 852 static void gen_zapnoti(TCGv dest, TCGv src, uint8_t lit) in gen_zapnoti() argument 854 switch (lit) { in gen_zapnoti() 871 tcg_gen_andi_i64(dest, src, zapnot_mask(lit)); in gen_zapnoti() 878 uint8_t lit, uint8_t byte_mask) in gen_ext_h() argument 881 int pos = (64 - lit * 8) & 0x3f; in gen_ext_h() 900 uint8_t lit, uint8_t byte_mask) in gen_ext_l() argument [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ucd9200.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd9220.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd9222.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd9224.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd9240.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9244.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd9246.pdf 21 - http://focus.ti.com/lit/ds/symlink/ucd9248.pdf
|
H A D | tps53679.rst | 12 Datasheet: https://www.ti.com/lit/gpn/tps53647 20 Datasheet: https://www.ti.com/lit/gpn/TPS53667 28 Datasheet: https://www.ti.com/lit/gpn/TPS53676 36 Datasheet: https://www.ti.com/lit/gpn/TPS53679 (short version) 44 Datasheet: https://www.ti.com/lit/gpn/TPS53681
|
H A D | ucd9000.rst | 15 - http://focus.ti.com/lit/ds/symlink/ucd90120.pdf 16 - http://focus.ti.com/lit/ds/symlink/ucd90124.pdf 17 - http://focus.ti.com/lit/ds/symlink/ucd90160.pdf 18 - http://focus.ti.com/lit/ds/symlink/ucd90320.pdf 19 - http://focus.ti.com/lit/ds/symlink/ucd9090.pdf 20 - http://focus.ti.com/lit/ds/symlink/ucd90910.pdf
|
H A D | pmbus.rst | 59 https://www.ti.com/lit/gpn/tps40400 61 https://www.ti.com/lit/gpn/tps544b20 63 https://www.ti.com/lit/gpn/tps544b25 65 https://www.ti.com/lit/gpn/tps544c20 67 https://www.ti.com/lit/gpn/tps544c25
|
H A D | lm95245.rst | 12 https://www.ti.com/lit/ds/symlink/lm95235.pdf 20 https://www.ti.com/lit/ds/symlink/lm95245.pdf
|
H A D | ads7828.rst | 12 http://focus.ti.com/lit/ds/symlink/ads7828.pdf 20 http://focus.ti.com/lit/ds/symlink/ads7830.pdf
|
H A D | tmp513.rst | 12 Datasheet: https://www.ti.com/lit/ds/symlink/tmp512.pdf 18 Datasheet: https://www.ti.com/lit/ds/symlink/tmp513.pdf
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module-plts.c | 42 BUILD_BUG_ON(sizeof(fixed_plts) > sizeof(plt->lit)); in prealloc_fixed() 43 memcpy(plt->lit, fixed_plts, sizeof(fixed_plts)); in prealloc_fixed() 61 if (plt->lit[idx] == val) in get_module_plt() 74 if (plt->lit[idx] == val) in get_module_plt() 92 plt->lit[idx] = val; in get_module_plt()
|
/openbmc/linux/rust/macros/ |
H A D | paste.rs | 12 Some(TokenTree::Literal(lit)) => segments.push((lit.to_string(), lit.span())), in concat()
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | davinci-wdt.txt | 14 Davinci DM646x - https://www.ti.com/lit/ug/spruer5b/spruer5b.pdf 15 Keystone - https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a32-uncond.decode | 60 PLD 1111 0101 -101 ---- 1111 ---- ---- ---- # (imm, lit) 5te 61 PLDW 1111 0101 -001 ---- 1111 ---- ---- ---- # (imm, lit) 7mp 62 PLI 1111 0100 -101 ---- 1111 ---- ---- ---- # (imm, lit) 7
|
/openbmc/u-boot/board/eets/pdu001/ |
H A D | Kconfig | 26 default it will be lit red by U-Boot. Later in the start-up 46 Do not lit Run LED.
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | ldscript.h | 199 .xt.lit 0 : \ 201 KEEP (*(.xt.lit)) \ 202 KEEP (*(.xt.lit.*)) \
|
/openbmc/qemu/subprojects/packagefiles/ |
H A D | bilge-impl-1.63.0.patch | 7 - let Expr::Lit(ExprLit { lit: Lit::Int(int), .. }) = discriminant_expr else { 8 + if let Expr::Lit(ExprLit { lit: Lit::Int(int), .. }) = discriminant_expr {
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-davinci.txt | 4 Keystone 2 - https://www.ti.com/lit/ug/sprugp2a/sprugp2a.pdf 5 dm644x - https://www.ti.com/lit/ug/sprue32a/sprue32a.pdf 6 OMAP-L138/da830 - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 384 .xt.lit 0 : { KEEP(*(.xt.lit .xt.lit.* .gnu.linkonce.p*)) }
|
/openbmc/u-boot/tools/kermit/ |
H A D | send_cmd | 10 set file name lit
|
H A D | send_image | 12 set file name lit
|
H A D | dot.kermrc | 8 set file name lit
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | module.h | 18 u32 lit[PLT_ENT_COUNT]; member
|
/openbmc/linux/arch/arm/boot/dts/ |
H A D | tps6507x.dtsi | 8 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 43 [Documentation] Verify the power supply units are asserted at standby to lit or off. 53 [Documentation] Verify the power supply units are asserted at runtime to lit or off. 63 [Documentation] Verify the fans are asserted at standby to lit or off. 73 [Documentation] Verify the fans are asserted at runtime to lit or off.
|