Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 25 of 264) sorted by relevance

1234567891011

/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S33 sub sp,sp,#736 label
65 sub r7,r7,#2 label
67 sub r7,r7,r7,LSL #7 label
74 sub r1,r6,#16 label
196 sub r2,r2,#8 label
200 sub r2,r2,#24 label
268 sub r2,r4,#32 label
270 sub r4,r5,#32 label
272 sub r5,r6,#32 label
274 sub r6,r7,#32 label
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S162 sub sp,sp,#192 label
237 sub r0,r0,#32 label
545 sub r1,r1,#64 label
946 sub r3,r3,#64 label
1129 sub r2,r1,#32 label
1450 sub r3,r3,#32 label
1619 sub sp,sp,#0 label
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan()
81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanOp()
125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanLookupSwitch()
139 private void scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scanTableSwitch()
/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUResourceBundleTest.java145 UResourceBundle sub; in TestOpen() local
162 UResourceBundle sub; in TestOpen() local
197 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
214 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
226 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
233 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
246 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
254 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
266 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
285 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java144 UResourceBundle sub; in TestOpen() local
161 UResourceBundle sub; in TestOpen() local
196 UResourceBundle sub = bundle.get("zerotest"); in TestBasicTypes() local
213 UResourceBundle sub = bundle.get("onehundredtwentythree"); in TestBasicTypes() local
225 UResourceBundle sub = bundle.get("one"); in TestBasicTypes() local
232 UResourceBundle sub = bundle.get("minusone"); in TestBasicTypes() local
245 UResourceBundle sub = bundle.get("plusone"); in TestBasicTypes() local
253 UResourceBundle sub = bundle.get("integerarray"); in TestBasicTypes() local
265 UResourceBundle sub = bundle.get("binarytest"); in TestBasicTypes() local
284 UResourceBundle sub = bundle.get("emptyarray"); in TestBasicTypes() local
[all …]
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc216 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
244 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
264 __ sub(r3, r3, Operand('a')); in CheckNotBackReferenceIgnoreCase() local
268 __ sub(r3, r3, Operand(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
284 __ sub(current_input_offset(), r2, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
289 __ sub(current_input_offset(), current_input_offset(), r1); in CheckNotBackReferenceIgnoreCase() local
315 __ sub(r1, r1, r4); in CheckNotBackReferenceIgnoreCase() local
340 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReferenceIgnoreCase() local
359 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() local
382 __ sub(r2, r2, r1); // Offset by length when matching backwards. in CheckNotBackReference() local
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_dead_sources.c7 static void mark_used_presub(struct rc_pair_sub_instruction * sub) in mark_used_presub()
21 struct rc_pair_sub_instruction * sub) in mark_used()
/external/llvm/test/MC/ARM/
Darm-arithmetic-aliases.s6 sub r2, r2, #6 label
7 sub r2, #6 label
8 sub r2, r2, r3 label
9 sub r2, r3 label
Dcpu-test.s17 sub sp,#16 label
/external/llvm/test/MC/AArch64/
Dneon-scalar-add-sub.s13 sub d1, d7, d8 define
/external/regex-re2/re2/
Dregexp.cc139 Regexp* sub = subs[i]; in Destroy() local
182 Regexp* Regexp::Plus(Regexp* sub, ParseFlags flags) { in Plus()
191 Regexp* Regexp::Star(Regexp* sub, ParseFlags flags) { in Star()
200 Regexp* Regexp::Quest(Regexp* sub, ParseFlags flags) { in Quest()
209 Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub, in ConcatOrAlternate()
254 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat()
258 Regexp* Regexp::Alternate(Regexp** sub, int nsub, ParseFlags flags) { in Alternate()
262 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { in AlternateNoFactor()
266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) { in Capture()
274 Regexp* Regexp::Repeat(Regexp* sub, ParseFlags flags, int min, int max) { in Repeat()
[all …]
Dset.cc52 re2::Regexp** sub = new re2::Regexp*[nsub + 1]; in Add() local
60 re2::Regexp* sub[2]; in Add() local
/external/clang/test/Modules/Inputs/string_names/
Dsub.h3 const int sub = 2; variable
/external/llvm/test/MC/X86/
Dfixup-cpu-mode.s6 sub $edata, %r12 // CHECK: subq $0, %r12 label
/external/clang/test/Modules/Inputs/declare-use/
Dsub.h3 const int sub = 42; variable
/external/clang/test/SemaCXX/
Dqual-id-test.cpp29 struct sub : B::base struct
45 A::sub a; in fun()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc195 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
226 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
243 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
277 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local
281 __ sub(edi, register_location(start_reg + 1)); in CheckNotBackReferenceIgnoreCase() local
317 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
342 __ sub(edi, ebx); in CheckNotBackReferenceIgnoreCase() local
361 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local
387 __ sub(ebx, eax); // Offset by length when matching backwards. in CheckNotBackReference() local
418 __ sub(edi, esi); in CheckNotBackReference() local
[all …]
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc194 __ sub(ebx, edx); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
225 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
242 __ sub(ecx, Immediate(224 - 'a')); in CheckNotBackReferenceIgnoreCase() local
276 __ sub(edi, esi); in CheckNotBackReferenceIgnoreCase() local
280 __ sub(edi, register_location(start_reg + 1)); in CheckNotBackReferenceIgnoreCase() local
316 __ sub(edi, ebx); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
341 __ sub(edi, ebx); in CheckNotBackReferenceIgnoreCase() local
360 __ sub(eax, edx); // Length to check. in CheckNotBackReference() local
386 __ sub(ebx, eax); // Offset by length when matching backwards. in CheckNotBackReference() local
417 __ sub(edi, esi); in CheckNotBackReference() local
[all …]
/external/strace/
Daio.c59 enum iocb_sub sub; in tprint_lio_opcode() member
105 enum iocb_sub sub; in print_iocb_header() local
127 enum iocb_sub sub = print_iocb_header(tcp, cb); in print_iocb() local
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockPixelUtils.java19 public static PointF sub(PointF lhs, PointF rhs) { in sub() method in MockPixelUtils
/external/v8/src/ia32/
Dcodegen-ia32.cc92 if (direction == BACKWARD) __ sub(src, Immediate(0x40)); in MemMoveEmitMainLoop() local
98 if (direction == BACKWARD) __ sub(dst, Immediate(0x40)); in MemMoveEmitMainLoop() local
110 if (direction == BACKWARD) __ sub(src, Immediate(0x20)); in MemMoveEmitMainLoop() local
114 if (direction == BACKWARD) __ sub(dst, Immediate(0x20)); in MemMoveEmitMainLoop() local
122 if (direction == BACKWARD) __ sub(src, Immediate(0x10)); in MemMoveEmitMainLoop() local
125 if (direction == BACKWARD) __ sub(dst, Immediate(0x10)); in MemMoveEmitMainLoop() local
219 __ sub(eax, dst); in CreateMemMoveFunction() local
232 __ sub(count, edx); in CreateMemMoveFunction() local
287 __ sub(eax, src); in CreateMemMoveFunction() local
296 __ sub(dst, edx); in CreateMemMoveFunction() local
[all …]
/external/protobuf/js/binary/
Darith.js152 jspb.arith.UInt64.prototype.sub = function(other) { method in jspb.arith.UInt64
361 jspb.arith.Int64.prototype.sub = function(other) { method in jspb.arith.Int64
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc232 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length of capture. in CheckNotBackReferenceIgnoreCase() local
260 __ sub(r5, r5, r4); // Offset by length when matching backwards. in CheckNotBackReferenceIgnoreCase() local
302 __ sub(current_input_offset(), r5, end_of_input_address()); in CheckNotBackReferenceIgnoreCase() local
308 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReferenceIgnoreCase() local
334 __ sub(r4, r4, r25); in CheckNotBackReferenceIgnoreCase() local
359 __ sub(current_input_offset(), current_input_offset(), r25); in CheckNotBackReferenceIgnoreCase() local
378 __ sub(r4, r4, r3, LeaveOE, SetRC); // Length to check. in CheckNotBackReference() local
401 __ sub(r5, r5, r4); // Offset by length when matching backwards. in CheckNotBackReference() local
425 __ sub(current_input_offset(), r5, end_of_input_address()); in CheckNotBackReference() local
430 __ sub(current_input_offset(), current_input_offset(), r4); in CheckNotBackReference() local
[all …]

1234567891011