HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 801 - 825 of 3761) sorted by null

<<31323334353637383940>>

  /frameworks/native/libs/gui/
StreamSplitter.cpp 156 // that, increment the release count so that we still release this
171 // that, increment the release count so that we still release this
  /frameworks/rs/api/
rs_atomic.spec 118 arg: volatile int32_t* addr, "Address of the value to increment."
119 summary: Thread-safe increment
  /frameworks/rs/scriptc/
rs_atomic.rsh 129 * rsAtomicInc: Thread-safe increment
134 * addr: Address of the value to increment.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm 227 ; do the stores in reverse order with negative post-increment, by changing
233 vst1.32 {d26[0]}, [r1] ; no post-increment
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 83 ADDQ $16, SI // increment in
84 ADDQ $16, DI // increment out
rc4_amd64p32.s 91 ADDQ $16, SI // increment in
92 ADDQ $16, DI // increment out
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 83 ADDQ $16, SI // increment in
84 ADDQ $16, DI // increment out
rc4_amd64p32.s 91 ADDQ $16, SI // increment in
92 ADDQ $16, DI // increment out
  /prebuilts/misc/common/android-support-test/espresso/
espresso-idling-resource-2.2.2-release-no-dep.jar 
  /prebuilts/sdk/renderscript/include/
rs_atomic.rsh 129 * rsAtomicInc: Thread-safe increment
134 * addr: Address of the value to increment.
  /system/core/logd/
libaudit.c 103 * to always blindly increment the sequence number
121 * Only increment the sequence number on a guarantee
  /external/clang/docs/
LibASTMatchersTutorial.rst 333 ``N`` and another check to ensure that the increment step just
335 require a pre- or post-increment of the same variable declared in the
344 the increment step be a unary increment like this:
383 that declare a single variable initialized to zero and have an increment
384 step consisting of a unary increment of some variable.
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 690 address = InetAddresses.increment(address);
694 address = InetAddresses.increment(address);
700 address = InetAddresses.increment(address);
712 address = InetAddresses.increment(address);
716 address = InetAddresses.increment(address);
723 address = InetAddresses.increment(address);
  /external/libavc/common/
ih264_dpb_mgr.c 640 /* Increment Short term buffer count */
648 /* Increment Long term buffer count */
880 /* Increment Short term buffer count */
888 /* Increment Long term buffer count */
913 /* Increment Short term buffer count */
921 /* Increment Long term buffer count */
    [all...]
  /external/llvm/test/CodeGen/ARM/
vstlane.ll 13 ;Check for a post-increment updating store.
84 ;Check for a post-increment updating store.
127 ;Check for a post-increment updating store with register increment.
251 ;Check for a post-increment updating store.
292 ;Check for a post-increment updating store.
  /external/mesa3d/src/glsl/
ir_validate.cpp 123 if ((ir->from == NULL) || (ir->to == NULL) || (ir->increment == NULL)) {
128 " increment: %p\n",
130 (void *) ir->increment);
139 if ((ir->from != NULL) || (ir->to != NULL) || (ir->increment != NULL)) {
144 " increment: %p\n",
146 (void *) ir->increment);
  /external/v8/src/arm/
constants-arm.h 287 ia = (0|4|0) << 21, // Increment after.
289 ib = (8|4|0) << 21, // Increment before.
291 ia_w = (0|4|1) << 21, // Increment after with writeback to base.
293 ib_w = (8|4|1) << 21, // Increment before with writeback to base.
297 ia_x = (0|4|0) << 21, // Increment after.
299 ib_x = (8|4|0) << 21, // Increment before.
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 161 /* Increment pointers to next pixel row */
166 /* Increment pointer to next pixel */
234 /* Increment pointer to next pixel */
319 /* Increment pointers to next pixel */
324 /* Increment pointers to next pixel row */
396 /* Increment pointer to next row of pixels */
  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 206 DMA_PERIPH_INCR_1 = 0x2, //!< Increment peripheral address by 1
207 DMA_PERIPH_INCR_2 = 0x1, //!< Increment peripheral address by 2
208 DMA_PERIPH_INCR_4 = 0x0, //!< Increment peripheral address by 4
261 @Input INCR : whether to increment the peripeheral address (see DMA_ePeriphIncr)
263 @Input PI : how much to increment the peripheral address by (see DMA_ePeriphIncrSize)
441 @Input PERIPH_INCR : How much to increment the peripheral address by (see DMA_ePeriphIncr).
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 45 MaxInc("max-reroll-increment", cl::init(2048), cl::Hidden,
46 cl::desc("The maximum increment for loop rerolling"));
73 // of isomorphic DAGs of instructions, with each DAG rooted at some increment
81 // %iv.1 = add %iv, 1 <-- a root increment
83 // %iv.2 = add %iv, 2 <-- a root increment
85 // %iv.scale_m_1 = add %iv, scale-1 <-- a root increment
170 // Map between induction variable and its increment
421 // All increment instructions for IV.
425 // used in the loop increment mechanism).
427 // Map between induction variable and its increment
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 92 std::error_code increment() override {
325 I.increment(EC);
329 I.increment(EC);
354 I.increment(EC)) {
387 I.increment(EC), ++ExpectedIter)
523 for ( ; !EC && I != E; I.increment(EC))
532 for ( ; !EC && I != E; I.increment(EC))
634 I.increment(EC);
637 I.increment(EC);
644 I.increment(EC)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 245 src << " uint increment[" << spec.threadCount * spec.atomicCounterCount * spec.callCount << "];\n";
445 << "\t\t\tsb_in.increment[id + " << counterNdx << "u] = atomicCounterIncrement(counter" << counterNdx << ");\n"
451 << "\t\t\tsb_in.increment[id + " << counterNdx << "u] = uint(-1);\n"
463 << "\t\t\tsb_in.increment[id + " << counterNdx << "u] = atomicCounterIncrement(counter" << counterNdx << ");\n"
467 << "\t\t\tsb_in.increment[id + " << counterNdx << "u] = uint(-1);\n"
472 src << "\t\tsb_in.increment[id + " << counterNdx << "u] = atomicCounterIncrement(counter" << counterNdx << ");\n";
765 // If can increment and incrementation would move us away from result value, increment
777 // If increment moves closer to result value and can't decrement, increment
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.cpp 239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
253 // index increment = step
259 // index increment = step
262 // index increment = step
267 // index increment = step
270 // index increment = step
273 // index increment = step
659 /* index increment = step */
674 /* index increment = step *
    [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 54 logln((UnicodeString)"DecimalFormat Rounding Increment test---");
534 // get default rounding increment
537 errln((UnicodeString)"ERROR: Rounding increment not zero");
542 // set a rounding increment to enable non-default mode rounding,
545 // set rounding mode with zero increment. Rounding
546 // increment should not be set by this operation
550 errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode");
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 386 int32_t increment,
393 increment_(increment),
501 const int32_t increment_; // Increment for each loop iteration.
627 // Make sure the comparison is in the loop header so each increment is
648 // increment/decrement.
914 int32_t increment; variable
    [all...]

Completed in 2026 milliseconds

<<31323334353637383940>>