Home
last modified time | relevance | path

Searched refs:incremented (Results 1 – 25 of 192) sorted by relevance

12345678

/external/libxaac/decoder/armv7/
Dixheaacd_sbr_qmfanal32_winadds_eld.s50 VLD1.16 D0, [R0]! @tmpQ1[n + 0] load and incremented R0 by 8
54 VLD1.16 {D1, D2}, [R2]! @ tmpQmf_c1[2*(n + 0)] load and incremented
62 VLD1.16 D2, [R0], R6 @ tmpQ1[n + 64] load and incremented by R6
70 VLD1.16 {D3, D4}, [R2]! @ tmpQmf_c1[2*(n + 64)] load and incremented
74 VLD1.16 D4, [R0], R6 @ tmpQ1[n + 128] load and incremented by R6
77 VLD1.16 {D5, D6}, [R2]! @ tmpQmf_c1[2*(n + 128)] load and incremented
82 VLD1.16 D6, [R0], R6 @ tmpQ1[n + 192] load and incremented by R6
85 VLD1.16 {D7, D8}, [R2]! @ tmpQmf_c1[2*(n + 192)] load and incremented
89 VLD1.16 D8, [R0], R6 @ tmpQ1[n + 256] load and incremented by R6
93 VLD1.16 {D9, D10}, [R2]! @ tmpQmf_c1[2*(n + 256)] load and incremented
[all …]
/external/angle/extensions/
DEGL_ANGLE_sync_control_rate.txt48 attribute of an EGLSurface and is incremented each time a swap
78 The graphics MSC value is incremented once for each screen refresh.
80 is incremented for each frame. For an interlaced display, it means
81 that it will be incremented for each field. For a multi-monitor
86 eglGetMscRateANGLE returns the rate at which the MSC will be incremented
DEGL_CHROMIUM_sync_control.txt48 attribute of an EGLSurface and is incremented each time a swap
80 timestamp is obtained each time the graphics MSC is incremented.
95 The SBC value is incremented by the graphics driver at the completion
101 The graphics MSC value is incremented once for each screen refresh.
103 is incremented for each frame. For an interlaced display, it means
104 that it will be incremented for each field. For a multi-monitor
/external/llvm-project/llvm/test/Transforms/Coroutines/
Dcoro-split-alloc.ll8 %incremented = add i32 %argument, 1
9 store i32 %incremented, i32* %argument.addr, align 4
43 ; CHECK: %incremented = add i32 %argument, 1
44 ; CHECK-NEXT: store i32 %incremented, i32* %argument.addr
/external/one-true-awk/testdir/
DT.builtin44 j = 1; sprintf("%d", 99, ++j) # does j get incremented?
50 j = 1; substr("", 1, ++j) # does j get incremented?
56 j = 1; sub(/1/, ++j, z) # does j get incremented?
62 j = 1; length("zzzz", ++j, ++j) # does j get incremented?
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AssignAddVariableOp.pbtxt12 the value by which the variable will be incremented.
24 see the incremented value or a subsequent newer one.
Dapi_def_AssignSubVariableOp.pbtxt12 the value by which the variable will be incremented.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-not-null-terminated-result.rst106 adjusted, and the length of the source string is incremented by one.
107 If safe functions are not available the given length is incremented by one.
110 The given length is incremented by one.
116 The given length is incremented by one.
123 The given length is incremented by one.
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcustom_call_test.cc124 auto incremented = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F() local
127 ShapeUtil::MakeShape(F32, {1, 2, 2}), {incremented}, "Add1ToValues")); in XLA_TEST_F()
132 {incremented, incremented_again}, 0)); in XLA_TEST_F()
/external/llvm/test/Transforms/LoopStrengthReduce/
Duse_postinc_value_outside_loop.ll5 ; post incremented value of the IV, not the preincremented value. This
6 ; prevents the loop from having to keep the post and pre-incremented value
Ddont-hoist-simple-loop-constants.ll4 ; The setlt wants to use a value that is incremented one more than the dominant
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
Duse_postinc_value_outside_loop.ll5 ; post incremented value of the IV, not the preincremented value. This
6 ; prevents the loop from having to keep the post and pre-incremented value
Ddont-hoist-simple-loop-constants.ll4 ; The setlt wants to use a value that is incremented one more than the dominant
/external/llvm-project/clang/test/Analysis/
Dretain-release-path-notes.m58 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou…
59 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain cou…
66 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou…
72 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain co…
286 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
294 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
303 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
312 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
321 // FIXME-note@-1 {{Reference count incremented. The object now has a +1 retain count}}
/external/python/cryptography/docs/
Dapi-stability.rst44 * ``X.Y`` is a decimal number that is incremented for
51 * ``Z`` is an integer that is incremented for backward-compatible releases.
/external/elfutils/lib/
Ddynamicsizehash_concurrent.c390 int incremented = 0; in INSERT() local
398 if (!incremented) in INSERT()
402 incremented = 1; in INSERT()
/external/llvm/test/CodeGen/PowerPC/
Dppc64-vaarg-int.ll18 ; Make sure that the va pointer is incremented by 8 (not 4).
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc64-vaarg-int.ll18 ; Make sure that the va pointer is incremented by 8 (not 4).
/external/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C4-vs-VFP.ll17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
22 ;incremented by the number of registers used. Successive registers hold the
/external/llvm-project/llvm/test/CodeGen/ARM/
D2013-04-16-AAPCS-C4-vs-VFP.ll17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
22 ;incremented by the number of registers used. Successive registers hold the
/external/perfetto/docs/contributing/
Dsdk-releasing.md16 The major version number (X) is incremented on every release (monthly).
17 The minor version number is incremented only for minor changes / fixes on top of the monthly
/external/libpng/
DTODO21 * Investigate pre-incremented loop counters and other loop constructions.
/external/tpm2-tss/
DRELEASE.md9 * A is the 'major' version, incremented when an API incompatible change is made
10 * B is the 'minor' version, incremented when an API compatible change is made
11 * C is the 'micro' version, incremented for bug fix releases
/external/catch2/docs/
Drelease-process.md22 After deciding which part of version number should be incremented, you can use one of the `*Release…
35 After version number is incremented, single-include header is regenerated and release notes are upd…
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.add_entropy27 incremented by two. Finally, reboots back to RW.

12345678