HomeSort by relevance Sort by last modified time
    Searched refs:Decrement (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/base/
criticalsection_unittest.cc 77 if (AtomicOps::Decrement(&threads_active_) == 0) {
96 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); }
117 EXPECT_EQ(1, AtomicOps::Decrement(&value));
119 EXPECT_EQ(0, AtomicOps::Decrement(&value));
135 TEST(AtomicOpsTest, DISABLED_ON_MAC(Decrement)) {
criticalsection.h 165 static int Decrement(int* i) {
172 static int Decrement(int* i) {
refcount.h 62 int count = rtc::AtomicOps::Decrement(&ref_count_);
  /external/chromium_org/extensions/common/
value_counter.cc 24 int ValueCounter::Entry::Decrement() { return --count_; }
32 int remaining = (*it)->Decrement();
value_counter.h 49 int Decrement();
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
ref.pxd 22 # Decrement the reference count for object o. The object must not
40 # Decrement the reference count for object o. The object may be
46 # Decrement the reference count for object o. The object may be
  /external/chromium_org/base/metrics/
stats_counters.h 95 void Decrement() {
stats_table_unittest.cc 93 decrement_counter.Decrement();
95 mixed_counter.Decrement();
184 decrement_counter.Decrement();
281 // Test Decrement.
  /external/libhevc/common/arm/
ihevc_sao_band_offset_luma.s 88 SUBS r9,r9,#1 @Decrement the loop counter
113 SUBS r9,r9,#8 @Decrement the loop counter by 8
215 SUBS r11,r11,#4 @Decrement the ht loop count by 4
225 SUBS r7,r7,#8 @Decrement the width loop by 8
ihevc_sao_edge_offset_class0.s 107 SUBS r12,r12,#8 @Decrement the loop counter by 8
164 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd
182 SUB r12,r12,r1 @Decrement the pu1_src pointer by src_strd
193 SUBS r4,r4,#1 @Decrement row by 1
258 SUBS r8,r8,#16 @Decrement column by 16
336 SUBS r4,r4,#1 @Decrement row by 1
ihevc_sao_band_offset_chroma.s 93 SUBS r11,r11,#1 @Decrement the loop counter
119 SUBS r11,r11,#8 @Decrement the loop counter by 8
313 SUBS r11,r11,#4 @Decrement the ht loop count by 4
330 SUB r9,r9,#16 @Decrement the width loop by 16
374 SUBS r10,r10,#4 @Decrement the ht loop count by 4
ihevc_sao_edge_offset_class0_chroma.s 109 SUBS r12,r12,#8 @Decrement the loop counter by 8
264 SUBS r4,r4,#1 @Decrement row by 1
276 SUBS r8,r8,#16 @Decrement column by 16
356 SUB r4,r4,#1 @II Decrement row by 1
414 SUBS r4,r4,#1 @Decrement row by 1