Home
last modified time | relevance | path

Searched refs:roc (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/libsrtp2/crypto/replay/
Drdbx.c207 srtp_err_status_t srtp_rdbx_set_roc(srtp_rdbx_t *rdbx, uint32_t roc) in srtp_rdbx_set_roc() argument
216 if (roc < (rdbx->index >> 16)) { in srtp_rdbx_set_roc()
221 rdbx->index |= ((uint64_t)roc) << 16; /* set ROC */ in srtp_rdbx_set_roc()
348 uint32_t roc; in srtp_rdbx_get_roc() local
351 roc = ((high32(rdbx->index) << 16) | (low32(rdbx->index) >> 16)); in srtp_rdbx_get_roc()
353 roc = (uint32_t)(rdbx->index >> 16); in srtp_rdbx_get_roc()
356 return roc; in srtp_rdbx_get_roc()
367 uint32_t roc, in srtp_rdbx_set_roc_seq() argument
375 if (roc < (rdbx->index >> 16)) { in srtp_rdbx_set_roc_seq()
380 rdbx->index |= ((uint64_t)roc) << 16; /* set ROC */ in srtp_rdbx_set_roc_seq()
/external/libsrtp2/srtp/
Dekt.c175 uint32_t roc; in srtp_stream_init_from_ekt() local
196 roc = srtcp_packet_get_ekt_roc(srtcp_hdr, pkt_octet_len); in srtp_stream_init_from_ekt()
197 err = srtp_rdbx_set_roc(&stream->rtp_rdbx, roc); in srtp_stream_init_from_ekt()
214 uint32_t roc; in srtp_ekt_write_data() local
237 roc = (uint32_t)(pkt_index >> 16); in srtp_ekt_write_data()
238 *((uint32_t *)packet) = be32_to_cpu(roc); in srtp_ekt_write_data()
240 srtp_octet_string_hex_string(packet, sizeof(roc))); in srtp_ekt_write_data()
241 packet += sizeof(roc); in srtp_ekt_write_data()
Dsrtp.c1581 uint32_t roc, in srtp_estimate_index() argument
1594 *est = (srtp_xtd_seq_num_t)make64(roc >> 16, (roc << 16) | seq); in srtp_estimate_index()
1597 *est = (srtp_xtd_seq_num_t)(((uint64_t)roc) << 16) | seq; in srtp_estimate_index()
1604 roc_difference = roc - internal_roc; in srtp_estimate_index()
1628 roc_difference = internal_roc - roc; in srtp_estimate_index()
4703 uint32_t roc) in srtp_set_stream_roc() argument
4711 stream->pending_roc = roc; in srtp_set_stream_roc()
4718 uint32_t *roc) in srtp_get_stream_roc() argument
4726 *roc = srtp_rdbx_get_roc(&stream->rtp_rdbx); in srtp_get_stream_roc()
/external/iw/
Droc.c14 SECTION(roc);
41 COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc…
DAndroid.bp75 "roc.c",
DMakefile19 bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o
/external/icu/icu4c/source/test/testdata/
Dcalendar.txt30 "en_US@calendar=roc",
35 "en_US@calendar=roc",
40 "en_US@calendar=roc",
47 "en_US@calendar=roc",
185 //roc
187 "en_US@calendar=roc",
194 "en_US@calendar=roc",
201 "en_US@calendar=roc",
208 "en_US@calendar=roc",
/external/libsrtp2/crypto/include/
Drdbx.h144 srtp_err_status_t srtp_rdbx_set_roc(srtp_rdbx_t *rdbx, uint32_t roc);
202 uint32_t roc,
/external/libsrtp2/test/
Dsrtp_driver.c2986 uint32_t roc; in srtp_test_get_roc() local
3021 status = srtp_get_stream_roc(session, policy.ssrc.value, &roc); in srtp_test_get_roc()
3026 if (roc != i) { in srtp_test_get_roc()
3292 uint32_t roc; in srtp_test_set_receiver_roc() local
3297 roc = 0; in srtp_test_set_receiver_roc()
3299 status = test_set_receiver_roc(packets - 1, roc); in srtp_test_set_receiver_roc()
3304 status = test_set_receiver_roc(packets, roc); in srtp_test_set_receiver_roc()
3309 status = test_set_receiver_roc(packets + 1, roc); in srtp_test_set_receiver_roc()
3314 status = test_set_receiver_roc(packets + 60000, roc); in srtp_test_set_receiver_roc()
3321 roc = 0; in srtp_test_set_receiver_roc()
[all …]
/external/cldr/tools/java/org/unicode/cldr/json/
DJSON_config.txt31 section=ca-roc ; path=//cldr/main/[^/]++/dates/calendars/roc/.* ; package=cal-roc
/external/libsrtp2/include/
Dsrtp.h1729 uint32_t roc);
1742 uint32_t *roc);
/external/icu/icu4c/source/test/fuzzer/
Duloc_open_keywords_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
Duloc_canonicalize_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
Duloc_get_name_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
Duloc_is_right_to_left_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
Duloc_for_language_tag_fuzzer_seed_corpus.txt23 hr-HR-u-ca-roc
/external/icu/icu4c/source/data/lang/
Des_MX.txt70 roc{"calendario minguo"}
Dff_Adlm.txt232 roc{"������������������ �������������������� ��������"}
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython36 RUN bash -c "ls -al /opt/roc*"
/external/libcups/examples/
Dipp-2.0.test22roc|oe|roll)_[a-z0-9][-a-z0-9]*_([1-9][0-9]*(\.[0-9]*[1-9])?|0\.[0-9]*[1-9])x([1-9][0-9]*(\.[0-9]*…
/external/icu/icu4c/source/config/
Dmh-os39063 # TODO: Consider using -Wc,roc,ros for making the data and strings readonly
64 # -Wc,"ros" seems to work, but not the "roc"
/external/icu/icu4c/source/data/locales/
Dzh_Hans_MO.txt176 roc{
Dzh_Hans_SG.txt209 roc{
Dzh_Hans_HK.txt204 roc{
/external/libsrtp2/fuzzer/
Dfuzzer.c903 uint32_t roc; in LLVMFuzzerTestOneInput() local
908 if (srtp_get_stream_roc(srtp_ctx, set_roc[j + 1], &roc) != in LLVMFuzzerTestOneInput()

12345678910