Searched refs:counter (Results 501 - 525 of 810) sorted by relevance

<<21222324252627282930>>

/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py607 # Calculate the offset of each counter parameter and the
616 elif p.counter:
620 sig += "(%u,%u)" % (f.offset_of(p.counter), s)
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc170 CountingFile(RandomAccessFile* target, AtomicCounter* counter) argument
171 : target_(target), counter_(counter) {
1739 port::AtomicPointer counter[kNumThreads]; member in struct:leveldb::__anon12443::MTState
1752 uintptr_t counter = 0; local
1758 t->state->counter[id].Release_Store(reinterpret_cast<void*>(counter));
1765 // Write values of the form <key, my id, counter>.
1768 key, id, static_cast<int>(counter));
1776 // Check that the writer thread counter is >= the counter i
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c3268 static int counter = 0; local
3271 sprintf(name, "%s%d.png", tmpf, ++counter);
3338 png_uint_32 counter; local
3345 /* Use the low bit of 'counter' to indicate whether or not to do alpha
3349 for (counter=0; counter<2*FORMAT_COUNT; ++counter)
3350 if (format_isset(pf, counter >> 1))
3352 png_uint_32 format = counter >> 1;
3363 if ((counter
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c431 sljit_si counter; local
447 counter = 8;
449 counter += 16;
453 counter += 8;
457 counter += 4;
461 counter += 2;
465 counter += 1;
469 SLJIT_ASSERT(counter <= 31);
474 return ((imm >> 24) & 0x7f) | COPY_BITS(counter, 4, 26, 1) | COPY_BITS(counter,
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray_priv.h141 int counter,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm35 ; is used to update the counter so that
96 lsls r2, r2, #2 ; update loop counter
/external/chromium_org/third_party/opus/src/silk/
H A Dstructs.h72 opus_int32 counter; /* Frame counter used in the initial phase */ member in struct:__anon14726
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model_neon.S43 mov r6, #0 @ Loop counter i.
/external/chromium_org/tools/binary_size/template/
H A DD3SymbolTreeMap.js39 var counter = 0;
41 counter++;
42 if (counter === 4) {
44 counter = 1;
/external/e2fsprogs/intl/
H A Ddcigettext.c230 /* State of the catalog counter at the point the string was found. */
231 int counter; member in struct:known_translation_t
490 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
660 newp->counter = _nl_msg_cat_cntr;
677 (*foundp)->counter = _nl_msg_cat_cntr;
/external/libhevc/common/arm/
H A Dihevc_sao_band_offset_chroma.s83 MOV r11,r10 @Move the ht to r9 for loop counter
93 SUBS r11,r11,#1 @Decrement the loop counter
115 MOV r11,r9 @Move the wd to r9 for loop counter
119 SUBS r11,r11,#8 @Decrement the loop counter by 8
/external/libopus/silk/
H A Dstructs.h72 opus_int32 counter; /* Frame counter used in the initial phase */ member in struct:__anon24557
/external/libpcap/msdos/
H A Dpkt_rx1.s32 _pktDrop dw 0,0 ; packet drop counter
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm35 ; is used to update the counter so that
96 lsls r2, r2, #2 ; update loop counter
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S94 # 8-bit counter
439 li 5,0 # string length counter
442 addi 5,5,1 # increment counter
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_i.h68 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_i.h68 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_i.h68 u8 counter[WPA_REPLAY_COUNTER_LEN]; member in struct:wpa_state_machine::wpa_key_replay_counter
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc334 int counter = 0; local
336 EXPECT_EQ(1 + counter, statement.ColumnInt64(0));
339 EXPECT_EQ(((counter == 3) ? 4 : counter), statement.ColumnInt(1));
340 EXPECT_EQ(counter % 2, statement.ColumnInt(2));
341 ++counter;
343 EXPECT_EQ(5, counter);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c564 stats->counter = 0;
689 aec->erl.counter++;
691 aec->erl.average = aec->erl.sum / aec->erl.counter;
720 aec->aNlp.counter++;
722 aec->aNlp.average = aec->aNlp.sum / aec->aNlp.counter;
752 aec->erle.counter++;
754 aec->erle.average = aec->erle.sum / aec->erle.counter;
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c1312 stats->counter = 0;
1424 aec->erl.counter++;
1426 aec->erl.average = aec->erl.sum / aec->erl.counter;
1454 aec->aNlp.counter++;
1456 aec->aNlp.average = aec->aNlp.sum / aec->aNlp.counter;
1485 aec->erle.counter++;
1487 aec->erle.average = aec->erle.sum / aec->erle.counter;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp1708 fs_reg counter = reg_undef; local
1714 if (ir->counter) {
1715 this->base_ir = ir->counter;
1716 ir->counter->accept(this);
1717 counter = *(variable_storage(ir->counter));
1723 emit(BRW_OPCODE_MOV, counter, this->result);
1734 fs_inst *inst = emit(BRW_OPCODE_CMP, reg_null_cmp, counter, this->result);
1751 emit(BRW_OPCODE_ADD, counter, counter, thi
[all...]
H A Dbrw_vec4_visitor.cpp884 dst_reg counter; local
891 if (ir->counter != NULL) {
892 this->base_ir = ir->counter;
893 ir->counter->accept(this);
894 counter = *(variable_storage(ir->counter));
900 emit(MOV(counter, this->result));
910 emit(CMP(dst_null_d(), src_reg(counter), this->result,
923 emit(ADD(counter, src_reg(counter), thi
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp758 ir_dereference_variable *counter = NULL; local
760 if (ir->counter != NULL)
761 counter = new(mem_ctx) ir_dereference_variable(ir->counter);
764 assert(ir->counter != NULL);
767 new(mem_ctx) ir_assignment(counter, ir->from, NULL);
777 counter, ir->to);
792 new(mem_ctx) ir_expression(ir_binop_add, counter->type,
793 counter, ir->increment);
796 new(mem_ctx) ir_assignment(counter,
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp1708 fs_reg counter = reg_undef; local
1714 if (ir->counter) {
1715 this->base_ir = ir->counter;
1716 ir->counter->accept(this);
1717 counter = *(variable_storage(ir->counter));
1723 emit(BRW_OPCODE_MOV, counter, this->result);
1734 fs_inst *inst = emit(BRW_OPCODE_CMP, reg_null_cmp, counter, this->result);
1751 emit(BRW_OPCODE_ADD, counter, counter, thi
[all...]

Completed in 727 milliseconds

<<21222324252627282930>>