Searched refs:oper (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 284 def _BasicCheck(self, plist, oper): argument 286 self.assertEqual(plist[0], oper.stdout_data) 287 self.assertEqual(plist[1], oper.stderr_data) 288 self.assertEqual(plist[2], oper.combined_data) 295 oper = TestSubprocess.MyOperation() 296 plist = Popen(['ps']).CommunicateFilter(oper.Output) 297 self._BasicCheck(plist, oper) 301 oper = TestSubprocess.MyOperation() 303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 304 self._BasicCheck(plist, oper) [all …]
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | crypto.c | 100 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign() argument 113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign() 117 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign() 125 if (oper & SECURITY_SIGN) { in encrypt_and_sign()
|
| /openbmc/u-boot/common/ |
| H A D | bedbug.c | 757 struct operand *oper[MAX_OPERANDS]; in asmppc() local 801 oper[n_operands] = &operands[opc->fields[n_operands] - 1]; in asmppc() 803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc() 808 oper[n_operands]->name); in asmppc() 820 oper[n_operands]->name, scratch); in asmppc() 823 if ((param = parse_operand (memaddr, opc, oper[n_operands], in asmppc() 856 struct operand *oper, char *txt, int *err) in parse_operand() argument 864 mask = (1 << oper->bits) - 1; in parse_operand() 866 if (oper->hint & OH_ADDR) { in parse_operand() 879 data |= 1 << (oper->bits - 1); in parse_operand() [all …]
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | filter_expr_printer.cpp | 73 for (const filter_ast::LogicalNot& oper : x.rest) in operator ()() local 75 out += std::format(" or ({})", (*this)(oper)); in operator ()() 92 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()() local 94 out += std::format(" and ({})", (*this)(oper)); in operator ()()
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | board.py | 224 oper = None 227 oper = sym 228 elif oper: 230 oper = None
|