/third_party/ffmpeg/libavformat/ |
H A D | nutdec.c | 1247 Syncpoint dummy = { .ts = pts * av_q2d(st->time_base) * AV_TIME_BASE }; in read_seek() local 1267 av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pts_cmp, in read_seek() 1272 pos = ff_gen_search(s, -1, dummy.ts, next_node[0]->pos, in read_seek() 1280 dummy.pos = pos + 16; in read_seek() 1282 av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, in read_seek() 1284 pos2 = ff_gen_search(s, -2, dummy.pos, next_node[0]->pos, in read_seek() 1292 dummy.pos = pos; in read_seek() 1293 sp = av_tree_find(nut->syncpoints, &dummy, ff_nut_sp_pos_cmp, in read_seek()
|
H A D | vapoursynth.c | 177 char dummy; in read_header_vs() local 228 if (avio_read(pb, &dummy, 1) == 1) { in read_header_vs()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 360 size_t dummy; in ChooseContextMap() local 366 entropy[1] = ShannonEntropy(monogram_histo, 3, &dummy); in ChooseContextMap() 367 entropy[2] = (ShannonEntropy(two_prefix_histo, 3, &dummy) + in ChooseContextMap() 368 ShannonEntropy(two_prefix_histo + 3, 3, &dummy)); in ChooseContextMap() 371 entropy[3] += ShannonEntropy(bigram_histo + 3 * i, 3, &dummy); in ChooseContextMap() 436 size_t dummy; in ShouldUseComplexStaticContextMap() local 457 entropy[1] = ShannonEntropy(combined_histo, 32, &dummy); in ShouldUseComplexStaticContextMap() 460 entropy[2] += ShannonEntropy(&context_histo[i][0], 32, &dummy); in ShouldUseComplexStaticContextMap() 876 substrings, we erase with dummy zeros here to make sure that those in CopyInputToRingBuffer()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 360 size_t dummy; in ChooseContextMap() local 366 entropy[1] = ShannonEntropy(monogram_histo, 3, &dummy); in ChooseContextMap() 367 entropy[2] = (ShannonEntropy(two_prefix_histo, 3, &dummy) + in ChooseContextMap() 368 ShannonEntropy(two_prefix_histo + 3, 3, &dummy)); in ChooseContextMap() 371 entropy[3] += ShannonEntropy(bigram_histo + 3 * i, 3, &dummy); in ChooseContextMap() 436 size_t dummy; in ShouldUseComplexStaticContextMap() local 457 entropy[1] = ShannonEntropy(combined_histo, 32, &dummy); in ShouldUseComplexStaticContextMap() 460 entropy[2] += ShannonEntropy(&context_histo[i][0], 32, &dummy); in ShouldUseComplexStaticContextMap() 876 substrings, we erase with dummy zeros here to make sure that those in CopyInputToRingBuffer()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 2705 set dummy ${ac_tool_prefix}strip; ac_word=$2 2745 set dummy strip; ac_word=$2 2843 set dummy $ac_prog; ac_word=$2 3120 set dummy $ac_prog; ac_word=$2 3343 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3383 set dummy gcc; ac_word=$2 3436 set dummy ${ac_tool_prefix}cc; ac_word=$2 3476 set dummy cc; ac_word=$2 3507 set dummy $ac_cv_prog_CC 3535 set dummy [all...] |
H A D | ltmain.sh | 1017 shift; set dummy --mode clean ${1+"$@"}; shift 1020 shift; set dummy --mode compile ${1+"$@"}; shift 1023 shift; set dummy --mode execute ${1+"$@"}; shift 1026 shift; set dummy --mode finish ${1+"$@"}; shift 1029 shift; set dummy --mode install ${1+"$@"}; shift 1032 shift; set dummy --mode link ${1+"$@"}; shift 1035 shift; set dummy --mode uninstall ${1+"$@"}; shift 1091 set dummy --mode finish ${1+"$@"}; shift 1154 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} 1161 set dummy " [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 321 void* dummy; in TEST() local 322 ASSERT_EQ(0, pthread_join(thread_id, &dummy)); in TEST() 1069 volatile LONG dummy = 0; in Increment() local 1070 ::InterlockedIncrement(&dummy); in Increment() 1073 ::InterlockedIncrement(&dummy); in Increment()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 258 char dummy; in from_string() local 259 is >> dummy; in from_string() local 260 assert(dummy == ':'); in from_string() 863 RegisterVec4 dummy(0, true, {7,7,7,7}); in emit_tex_tg4() 865 set_ofs = new TexInstr(TexInstr::set_offsets, dummy, {7,7,7,7}, in emit_tex_tg4()
|
/third_party/benchmark/test/ |
H A D | complexity_test.cc | 14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
H A D | skip_with_error_test.cc | 62 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
/third_party/mesa3d/include/android_stub/log/ |
H A D | log_main.h | 115 #define __android_second(dummy, second, ...) second
|
/third_party/mbedtls/include/mbedtls/ |
H A D | platform.h | 441 char MBEDTLS_PRIVATE(dummy); /**< A placeholder member, as empty structs are not portable. */
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_dynamic_rendering.c | 58 UNUSED void *dummy = in get_cmd_buffer() local
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zutil.c | 11 struct internal_state {int dummy;}; /* for buggy compilers */
member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 66 #define STATEVARS long dummy /* dummy version */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regexec.c | 66 #define STATEVARS long dummy /* dummy version */
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | datapiece.h | 99 DataPiece(StringPiece value, bool dummy, bool use_strict_base64_decoding) in DataPiece() argument
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 2550 set dummy ${ac_tool_prefix}strip; ac_word=$2 2590 set dummy strip; ac_word=$2 2688 set dummy $ac_prog; ac_word=$2 2973 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3013 set dummy gcc; ac_word=$2 3066 set dummy ${ac_tool_prefix}cc; ac_word=$2 3106 set dummy cc; ac_word=$2 3137 set dummy $ac_cv_prog_CC 3165 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3209 set dummy [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 96 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() 1195 InSequence dummy; in TEST() local 1214 InSequence dummy; in TEST() local 1239 InSequence dummy; in TEST() local 1740 InSequence dummy; in TEST() local 1765 InSequence dummy; in TEST() local 1812 InSequence dummy; in TEST() local 1832 InSequence dummy; in TEST() local 2131 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 997 shift; set dummy --mode clean ${1+"$@"}; shift 1000 shift; set dummy --mode compile ${1+"$@"}; shift 1003 shift; set dummy --mode execute ${1+"$@"}; shift 1006 shift; set dummy --mode finish ${1+"$@"}; shift 1009 shift; set dummy --mode install ${1+"$@"}; shift 1012 shift; set dummy --mode link ${1+"$@"}; shift 1015 shift; set dummy --mode uninstall ${1+"$@"}; shift 1071 set dummy --mode finish ${1+"$@"}; shift 1134 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} 1141 set dummy " [all...] |
/third_party/lame/ |
H A D | configure | 2882 set dummy ${ac_tool_prefix}strip; ac_word=$2 2922 set dummy strip; ac_word=$2 3020 set dummy $ac_prog; ac_word=$2 3330 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 3373 set dummy pkg-config; ac_word=$2 3471 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3511 set dummy gcc; ac_word=$2 3564 set dummy ${ac_tool_prefix}cc; ac_word=$2 3604 set dummy cc; ac_word=$2 3635 set dummy [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 304 int64_t dummy; in ff_dshow_meminputpin_Receive() local 318 hr = IMediaSample_GetTime(sample, &sampletime, &dummy); in ff_dshow_meminputpin_Receive()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_transpose_npp.c | 393 CUcontext dummy; in npptranspose_filter_frame() local 411 CHECK_CU(device_hwctx->internal->cuda_dl->cuCtxPopCurrent(&dummy)); in npptranspose_filter_frame()
|
/third_party/ffmpeg/libavutil/ |
H A D | log.c | 156 DWORD dummy; in check_color_terminal() local 158 if (con != INVALID_HANDLE_VALUE && !GetConsoleMode(con, &dummy)) in check_color_terminal()
|
/third_party/backends/backend/ |
H A D | mustek_usb_low.h | 140 SANE_Word dummy; member 304 static SANE_Status usb_low_set_dummy (ma1017 * chip, SANE_Word dummy);
|