Searched defs:loop_counter (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dcritical_section_unittest.cc59 int loop_counter = 0; local
63 while (count->Count() < target && loop_counter < 100 * target) {
64 ++loop_counter;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c521 * \param loop_counter the current loop iteration
536 LLVMValueRef loop_counter)
553 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
555 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
570 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
654 * \param loop_counter the current loop iteration
668 LLVMValueRef loop_counter,
699 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter,
701 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter,
711 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter,
528 lp_build_depth_stencil_load_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef *z_fb, LLVMValueRef *s_fb, LLVMValueRef loop_counter) argument
661 lp_build_depth_stencil_write_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, struct lp_build_mask_context *mask, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef loop_counter, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef z_value, LLVMValueRef s_value) argument
[all...]
/external/brotli/dec/
H A Dstate.h102 int loop_counter; member in struct:BrotliDecoderStateStruct
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc624 int loop_counter = 0; local
627 ASSERT_LT(loop_counter++, 10);

Completed in 227 milliseconds