/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
standard.h | 21 #define bic(target,mask) ((target) &= ~(mask)) macro
|
/external/llvm/test/MC/ARM/ |
arm-arithmetic-aliases.s | 56 bic r2, r2, #6 label 57 bic r2, #6 label 58 bic r2, r2, r3 label 59 bic r2, r3 label 61 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3] 62 @ CHECK: bic r2, r2, #6 @ encoding: [0x06,0x20,0xc2,0xe3] 63 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1] 64 @ CHECK: bic r2, r2, r3 @ encoding: [0x03,0x20,0xc2,0xe1]
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputBindingTest.java | 31 BaseInputConnection bic = new BaseInputConnection(view, false); local 35 InputBinding inputBinding = new InputBinding(bic, binder, uid, pid); 36 new InputBinding(bic, inputBinding); 37 assertSame(bic, inputBinding.getConnection());
|
/external/chromium_org/chrome/browser/ui/ |
browser_instant_controller_unittest.cc | 180 InstantServiceObserver* bic; local 181 bic = browser->instant_controller(); 182 EXPECT_TRUE(IsInstantServiceObserver(bic)) 187 EXPECT_FALSE(IsInstantServiceObserver(bic))
|
/external/pixman/pixman/ |
pixman-arm-simd-asm.h | 168 PF bic, ptr, base, #31 224 PF bic, SCRATCH, base, #31 238 PF bic, SCRATCH, base, #31 variable 253 PF bic, SCRATCH, base, #31 variable 279 PF bic, WK0, base, #31 variable 283 PF bic, WK1, WK1, #31 variable 289 PF bic, WK0, base, #31 293 PF bic, WK1, WK1, #31 variable 422 * preload. Note, no need to BIC the base register here */
|
/art/compiler/utils/arm/ |
assembler_arm.cc | 369 void ArmAssembler::bic(Register rd, Register rn, ShifterOperand so, function in class:art::arm::ArmAssembler 371 EmitType01(cond, so.type(), BIC, 0, rn, rd, so); [all...] |