/external/libxaac/decoder/armv7/ |
D | ixheaacd_sbr_qmfanal32_winadds_eld.s | 50 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/ |
D | EGL_ANGLE_sync_control_rate.txt | 48 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
|
D | EGL_CHROMIUM_sync_control.txt | 48 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/ |
D | coro-split-alloc.ll | 8 %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/ |
D | T.builtin | 44 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/ |
D | api_def_AssignAddVariableOp.pbtxt | 12 the value by which the variable will be incremented. 24 see the incremented value or a subsequent newer one.
|
D | api_def_AssignSubVariableOp.pbtxt | 12 the value by which the variable will be incremented.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-not-null-terminated-result.rst | 106 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/ |
D | custom_call_test.cc | 124 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/ |
D | use_postinc_value_outside_loop.ll | 5 ; 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
|
D | dont-hoist-simple-loop-constants.ll | 4 ; The setlt wants to use a value that is incremented one more than the dominant
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | use_postinc_value_outside_loop.ll | 5 ; 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
|
D | dont-hoist-simple-loop-constants.ll | 4 ; The setlt wants to use a value that is incremented one more than the dominant
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release-path-notes.m | 58 …[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/ |
D | api-stability.rst | 44 * ``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/ |
D | dynamicsizehash_concurrent.c | 390 int incremented = 0; in INSERT() local 398 if (!incremented) in INSERT() 402 incremented = 1; in INSERT()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-vaarg-int.ll | 18 ; Make sure that the va pointer is incremented by 8 (not 4).
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | ppc64-vaarg-int.ll | 18 ; Make sure that the va pointer is incremented by 8 (not 4).
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 17 ;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/ |
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 17 ;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/ |
D | sdk-releasing.md | 16 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/ |
D | TODO | 21 * Investigate pre-incremented loop counters and other loop constructions.
|
/external/tpm2-tss/ |
D | RELEASE.md | 9 * 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/ |
D | release-process.md | 22 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/ |
D | control.add_entropy | 27 incremented by two. Finally, reboots back to RW.
|