Searched defs:sbb (Results 1 – 5 of 5) sorted by relevance
| /external/guice/core/test/com/google/inject/ |
| D | BinderTestSuite.java | 273 void configure(ScopedBindingBuilder sbb) {} in configure() 281 void configure(ScopedBindingBuilder sbb) { in configure() 294 void configure(ScopedBindingBuilder sbb) { in configure() 306 void configure(ScopedBindingBuilder sbb) { in configure() 318 void configure(ScopedBindingBuilder sbb) { in configure() 330 void configure(ScopedBindingBuilder sbb) { in configure() 340 abstract void configure(ScopedBindingBuilder sbb); in configure()
|
| /external/rust/crates/num-bigint/src/biguint/ |
| D | subtraction.rs | 21 fn sbb(borrow: u8, a: u64, b: u64, out: &mut u64) -> u8 { in sbb() function 29 fn sbb(borrow: u8, a: u32, b: u32, out: &mut u32) -> u8 { in sbb() function 38 fn sbb(borrow: u8, a: BigDigit, b: BigDigit, out: &mut BigDigit) -> u8 { in sbb() function
|
| /external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
| D | dfltcc_detail.h | 172 uint32_t sbb : 3; /* Sub-Byte Boundary */ member
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceAssemblerX8664.cpp | 2455 void AssemblerX8664::sbb(Type Ty, GPRRegister dst, GPRRegister src) { in sbb() function in Ice::X8664::AssemblerX8664 2459 void AssemblerX8664::sbb(Type Ty, GPRRegister dst, const AsmAddress &address) { in sbb() function in Ice::X8664::AssemblerX8664 2463 void AssemblerX8664::sbb(Type Ty, GPRRegister reg, const Immediate &imm) { in sbb() function in Ice::X8664::AssemblerX8664 2467 void AssemblerX8664::sbb(Type Ty, const AsmAddress &address, GPRRegister reg) { in sbb() function in Ice::X8664::AssemblerX8664 2471 void AssemblerX8664::sbb(Type Ty, const AsmAddress &address, in sbb() function in Ice::X8664::AssemblerX8664
|
| D | IceAssemblerX8632.cpp | 2327 void AssemblerX8632::sbb(Type Ty, GPRRegister dst, GPRRegister src) { in sbb() function in Ice::X8632::AssemblerX8632 2331 void AssemblerX8632::sbb(Type Ty, GPRRegister dst, const AsmAddress &address) { in sbb() function in Ice::X8632::AssemblerX8632 2335 void AssemblerX8632::sbb(Type Ty, GPRRegister reg, const Immediate &imm) { in sbb() function in Ice::X8632::AssemblerX8632 2339 void AssemblerX8632::sbb(Type Ty, const AsmAddress &address, GPRRegister reg) { in sbb() function in Ice::X8632::AssemblerX8632 2343 void AssemblerX8632::sbb(Type Ty, const AsmAddress &address, in sbb() function in Ice::X8632::AssemblerX8632
|