/art/compiler/utils/arm/ |
assembler_arm.h | 575 virtual void ldr(Register rd, const Address& ad, Condition cond = AL) = 0; 576 virtual void str(Register rd, const Address& ad, Condition cond = AL) = 0; 578 virtual void ldrb(Register rd, const Address& ad, Condition cond = AL) = 0; 579 virtual void strb(Register rd, const Address& ad, Condition cond = AL) = 0; 581 virtual void ldrh(Register rd, const Address& ad, Condition cond = AL) = 0; 582 virtual void strh(Register rd, const Address& ad, Condition cond = AL) = 0; 584 virtual void ldrsb(Register rd, const Address& ad, Condition cond = AL) = 0; 585 virtual void ldrsh(Register rd, const Address& ad, Condition cond = AL) = 0; 587 virtual void ldrd(Register rd, const Address& ad, Condition cond = AL) = 0; 588 virtual void strd(Register rd, const Address& ad, Condition cond = AL) = 0 [all...] |
/external/valgrind/VEX/switchback/ |
linker.c | [all...] |
/external/guice/extensions/persist/lib/ |
hibernate-annotations.jar | |
/external/boringssl/src/crypto/cipher/ |
e_aes.c | [all...] |
e_tls.c | 107 const uint8_t *ad, size_t ad_len) { 139 /* To allow for CBC mode which changes cipher length, |ad| doesn't include the 150 !HMAC_Update(&tls_ctx->hmac_ctx, ad, ad_len) || 208 const uint8_t *ad, size_t ad_len) { 292 /* To allow for CBC mode which changes cipher length, |ad| doesn't include the 295 memcpy(ad_fixed, ad, 11);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
_parseaddr.py | 218 ad = self.getaddress() 219 if ad: 220 result += ad
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
_parseaddr.py | 218 ad = self.getaddress() 219 if ad: 220 result += ad
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 218 ad = self.getaddress() 219 if ad: 220 result += ad
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 218 ad = self.getaddress() 219 if ad: 220 result += ad
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
altivec.d | 86 130: (12 ad 07 86|86 07 ad 12) vcmpgtsw\. v21,v13,v0 100 168: (11 ad dc 0a|0a dc ad 11) vmaxfp v13,v13,v27 174 290: (11 ad 03 8c|8c 03 ad 11) vspltisw v13,13
|
test1xcoff32.d | 111 68: de ad be ef stfdu f21,-16657\(r13\) 113 70: 00 00 ba ad \.long 0xbaad
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 2319 long ad = a * d; local [all...] |
/external/boringssl/src/tool/ |
speed.cc | 190 std::unique_ptr<uint8_t[]> ad(new uint8_t[ad_len]); 191 memset(ad.get(), 0, ad_len); 208 out, &ctx, &nonce, &ad]() -> bool { 213 nonce_len, in, chunk_len, ad.get(), ad_len); 526 // knowledge in them and construct a couple of the AD bytes internally.
|
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 46 allocator_derived ad; local
|
/external/icu/icu4c/source/samples/layout/ |
sfnt.h | 143 le_uint32 ad; member in struct:BigDate
|
/external/icu/icu4c/source/test/letest/ |
FontObject.h | 106 le_uint32 ad; member in struct:BigDate
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontObject.h | 106 le_uint32 ad; member in struct:BigDate
|
/external/iproute2/lib/ |
ll_proto.c | 82 __PF(8021AD,802.1ad)
|
/external/v8/src/compiler/ |
graph-visualizer.cc | 199 std::ostream& operator<<(std::ostream& os, const AsJSON& ad) { 202 JSONGraphNodeWriter(os, &tmp_zone, &ad.graph, ad.positions).Print(); 204 JSONGraphEdgeWriter(os, &tmp_zone, &ad.graph).Print();
|
/external/valgrind/coregrind/ |
pub_core_debuginfo.h | 214 /*OUT*/SymAVMAs* ad,
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedStateListDrawable.java | 273 public AnimationDrawableTransition(AnimationDrawable ad, 275 final int frameCount = ad.getNumberOfFrames(); 278 final FrameInterpolator interp = new FrameInterpolator(ad, reversed); 279 final ObjectAnimator anim = ObjectAnimator.ofInt(ad, "currentIndex", fromFrame, toFrame);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
jump16.d | 29 [ ]*[a-f0-9]+: ff ad 00 00 ljmp \*0x0\(%di\) 58: (R_386_)?16 xxx 30 [ ]*[a-f0-9]+: 66 ff ad 00 00 ljmpl \*0x0\(%di\) 5d: (R_386_)?16 xxx
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
shift.d | 68 e8: ff 7f 4b ad shr 32767,%r10,%r11 69 ec: 00 80 ae ad shr -32768,%r13,%r14
|
/cts/apps/CameraITS/tests/dng_noise_model/ |
dng_noise_model.py | 208 ad = gains*means 212 a = np.asarray([ad, bd, cd, dd]).T
|
/external/skia/src/core/ |
SkTypeface.cpp | 346 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1)); 347 SkDescriptor* desc = ad.getDesc();
|