Home
last modified time | relevance | path

Searched refs:SCNu16 (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmain.c151 printf("byte %d <!> %s %s\n", (int)sizeof(byte), PRIu8, SCNu16); in perform_sanity_check()
154 printf("u16b %d <u> %s %s\n", (int)sizeof(u16b), PRIu16, SCNu16); in perform_sanity_check()
173 sscanf(buf, "%" SCNu16, &_tmp16u); in perform_sanity_check()
183 sscanf(buf, "%" SCNu16, &_tmp16u); in perform_sanity_check()
192 sscanf(buf, "%" SCNu16, &_tmp16u); in perform_sanity_check()
193 if (tmp16u != _tmp16u) quit_fmt("printf/sscanf mismatch for u16b %s/%s", PRIu16, SCNu16); in perform_sanity_check()
197 sscanf(buf, "%" SCNu16, &_tmp16u); in perform_sanity_check()
198 if (tmp16u != _tmp16u) quit_fmt("strnfmt/sscanf mismatch for u16b %s/%s", PRIu16, SCNu16); in perform_sanity_check()
/dports/www/janus/janus-gateway-0.11.6/postprocessing/
H A Dpp-g711.c173 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n", in janus_pp_g711_process()
221 …JANUS_LOG(LOG_VERB, "Writing %d bytes out of %d (seq=%"SCNu16", step=%"SCNu16", ts=%"SCNu64", time… in janus_pp_g711_process()
H A Dpp-opus.c109 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n", in janus_pp_opus_process()
168 …JANUS_LOG(LOG_VERB, "pos: %06"SCNu64", writing %d bytes out of %d (seq=%"SCNu16", step=%"SCNu16", … in janus_pp_opus_process()
H A Dpp-g722.c129 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n",
177 …JANUS_LOG(LOG_VERB, "Writing %d bytes out of %d (seq=%"SCNu16", step=%"SCNu16", ts=%"SCNu64", time…
H A Dpp-av1.c224 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n", in janus_pp_av1_preprocess()
289 …JANUS_LOG(LOG_INFO, " -- Detected new resolution: %"SCNu16"x%"SCNu16" (seq=%"SCNu16")\n", width, … in janus_pp_av1_preprocess()
309 …JANUS_LOG(LOG_INFO, " -- %"SCNu16"x%"SCNu16" (fps [%d,%d] ~ %d)\n", max_width, max_height, min_ts… in janus_pp_av1_preprocess()
H A Dpp-webm.c112 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n", in janus_pp_webm_preprocess()
190 …JANUS_LOG(LOG_VERB, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tm… in janus_pp_webm_preprocess()
404 …JANUS_LOG(LOG_VERB, "(seq=%"SCNu16", ts=%"SCNu64") Key frame: %dx%d (scale=%dx%d)\n", tmp->seq, tm… in janus_pp_webm_process()
H A Dpp-h264.c247 … JANUS_LOG(LOG_WARN, "Lost a packet here? (got seq %"SCNu16" after %"SCNu16", time ~%"SCNu64"s)\n", in janus_pp_h264_preprocess()
391 JANUS_LOG(LOG_VERB, "(seq=%"SCNu16", ts=%"SCNu64") Key frame\n", tmp->seq, tmp->ts); in janus_pp_h264_process()
415 JANUS_LOG(LOG_ERR, "Invalid size %u + %"SCNu16" (exceeds buffer size)\n", frameLen, psize); in janus_pp_h264_process()
/dports/math/conauto/conauto-2.03/src/
H A Dgraph.c84 sscanf( line, "p edge %"SCNu16" %"SCNu32"\n", &(g->num_vert), &(g->num_arc) ); in read_graph_dimacs()
100 sscanf( line, "e %"SCNu16" %"SCNu16"\n", &from, &to ); in read_graph_dimacs()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_reconfig.c27 "%" SCNu16 ".%" SCNu16, majorp, minorp) != 2 && in __conn_compat_parse()
28 sscanf(cvalp->str, "%" SCNu16 ".%" SCNu16 ".%" SCNu16, in __conn_compat_parse()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dvb/
H A Dscan_list.c91 if( 2 == sscanf(psz_fec, "%"SCNu16"/%"SCNu16, &a, &b) ) in scan_list_parse_fec()
103 if( 2 == sscanf(psz_guard, "%"SCNu16"/%"SCNu16, &a, &b) ) in scan_list_parse_guard()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dinttypes.h148 # define SCNu16 "hu" macro
172 # define SCNuLEAST16 SCNu16
196 # define SCNuFAST16 SCNu16
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dinttypes.h148 # define SCNu16 "hu" macro
172 # define SCNuLEAST16 SCNu16
196 # define SCNuFAST16 SCNu16
/dports/devel/avr-libc/avr-libc-2.0.0/include/
H A Dinttypes.h469 #define SCNu16 "u" macro
544 #define SCNuPTR SCNu16
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/src/
H A Desni.c201 if (sscanf_s(optarg, "%" SCNu16, &padded_length) != 1 || padded_length == 0) { in main()
206 if (sscanf(optarg, "%" SCNu16, &padded_length) != 1 || padded_length == 0) { in main()
/dports/www/janus/janus-gateway-0.11.6/
H A Drtcp.c240 JANUS_LOG(LOG_HUGE, "[TWCC] seq=%"SCNu16", psc=%"SCNu16", ref=%"SCNu32", fbpc=%"SCNu8"\n", in janus_rtcp_incoming_transport_cc()
261 JANUS_LOG(LOG_HUGE, " [%"SCNu16"] t=run-length, s=%s, l=%"SCNu8"\n", num, in janus_rtcp_incoming_transport_cc()
272 JANUS_LOG(LOG_HUGE, " [%"SCNu16"] t=status-vector, ss=%ss, l=%"SCNu8"\n", num, in janus_rtcp_incoming_transport_cc()
294 JANUS_LOG(LOG_HUGE, "[TWCC] Recv Deltas (%d/%"SCNu16"):\n", g_list_length(list), status_count); in janus_rtcp_incoming_transport_cc()
319 …JANUS_LOG(LOG_HUGE, " [%02"SCNu16"][%"SCNu16"] %s (%"SCNu32"us)\n", num, (uint16_t)(base_seq+num-… in janus_rtcp_incoming_transport_cc()
612 JANUS_LOG(LOG_DBG, "[%d] %"SCNu16" / %s\n", i, pid, bitmask); in janus_rtcp_fix_ssrc()
1215 JANUS_LOG(LOG_DBG, "[%d] %"SCNu16" / %s\n", i, pid, bitmask); in janus_rtcp_get_nacks()
1534 JANUS_LOG(LOG_HUGE, "Skipping PID to NACK (%"SCNu16" already added)...\n", npid); in janus_rtcp_nacks()
1537 JANUS_LOG(LOG_HUGE, "Adding another block of NACKs (%"SCNu16"-%"SCNu16" > 16)...\n", npid, pid); in janus_rtcp_nacks()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/win/msvc/
H A Dnywininttypes.h172 #define SCNu16 "%hu" macro
200 #define SCNuLEAST16 SCNu16
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dspellcheck-inttypes.c72 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dspellcheck-inttypes.c72 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dspellcheck-inttypes.c72 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dspellcheck-inttypes.c72 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dspellcheck-inttypes.C73 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/
H A Dspellcheck-inttypes.C73 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/
H A Dspellcheck-inttypes.C73 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Dspellcheck-inttypes.C73 scanf ("%" SCNu16 "\n", &i16); /* { dg-error "expected" } */ in test_scanf()
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A DAtomicParsley.h116 #ifndef SCNu16
117 #define SCNu16 "hu" macro

12345678910>>...21