Home
last modified time | relevance | path

Searched defs:repeat (Results 76 - 100 of 104) sorted by relevance

12345

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
598 uint32_t repeat = h->repeat; ReadSymbolCodeLengths() local
[all...]
H A Dstate.h204 uint32_t repeat; member
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h131 GTEST_DECLARE_int32_(repeat); variable
/third_party/ltp/include/lapi/
H A Dbpf.h261 uint32_t repeat; member
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c291 int repeat = VP8LReadBits(br, extra_bits) + repeat_offset; in ReadHuffmanCodeLengths() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c518 ProcessSingleCodeLength(uint32_t code_len, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessSingleCodeLength() argument
545 ProcessRepeatedCodeLength(uint32_t code_len, uint32_t repeat_delta, uint32_t alphabet_size, uint32_t* symbol, uint32_t* repeat, uint32_t* space, uint32_t* prev_code_len, uint32_t* repeat_code_len, uint16_t* symbol_lists, uint16_t* code_length_histo, int* next_symbol) ProcessRepeatedCodeLength() argument
598 uint32_t repeat = h->repeat; ReadSymbolCodeLengths() local
[all...]
H A Dstate.h204 uint32_t repeat; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh546 unsigned int repeat = 1; in trim_padding() local
/third_party/python/Modules/
H A D_struct.c59 Py_ssize_t repeat; member
H A Ditertoolsmodule.c2231 Py_ssize_t nargs, npools, repeat=1; in product_new() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddashenc.c673 int repeat = 0; in output_segment_list() local
[all...]
H A Ddashdec.c64 int64_t repeat; member
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c2409 uint16_t *sp, repeat = 0; local
[all...]
/third_party/lz4/lib/
H A Dlz4hc.c268 repeat_state_e repeat = rep_untested; in LZ4HC_InsertAndGetWiderMatch() local
/third_party/python/Lib/
H A D_pydecimal.py6308 from itertools import chain, repeat namespace
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h322 uint8_t repeat; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c119 repeat(int coord, unsigned size) in repeat() function
/third_party/python/Lib/test/
H A Dtest_logging.py3770 repeat = 20 variable in QueueHandlerTest.QueueListenerTest
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc5624 int32_t repeat; member
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc5290 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests() local
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1514 __u32 repeat; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h960 uint16 repeat; member
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4057 bool ImGui::IsKeyPressed(int user_key_index, bool repeat) in IsKeyPressed() argument
4095 bool ImGui::IsMouseClicked(int button, bool repeat) in IsMouseClicked() argument
5731 void ImGui::PushButtonRepeat(bool repeat) in PushButtonRepeat() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c5444 int len, repeat, len_save, consumed = 0; in scan_prefix() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c2384 unsigned int repeat :1; /* Repeat this transform test. */ member
[all...]

Completed in 136 milliseconds

12345