/external/libsrtp2/crypto/replay/ |
D | rdbx.c | 207 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/ |
D | ekt.c | 175 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()
|
D | srtp.c | 1581 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/ |
D | roc.c | 14 SECTION(roc); 41 COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc…
|
D | Android.bp | 75 "roc.c",
|
D | Makefile | 19 bitrate.o wowlan.o coalesce.o roc.o p2p.o vendor.o
|
/external/icu/icu4c/source/test/testdata/ |
D | calendar.txt | 30 "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/ |
D | rdbx.h | 144 srtp_err_status_t srtp_rdbx_set_roc(srtp_rdbx_t *rdbx, uint32_t roc); 202 uint32_t roc,
|
/external/libsrtp2/test/ |
D | srtp_driver.c | 2986 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/ |
D | JSON_config.txt | 31 section=ca-roc ; path=//cldr/main/[^/]++/dates/calendars/roc/.* ; package=cal-roc
|
/external/libsrtp2/include/ |
D | srtp.h | 1729 uint32_t roc); 1742 uint32_t *roc);
|
/external/icu/icu4c/source/test/fuzzer/ |
D | uloc_open_keywords_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_canonicalize_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_get_name_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_is_right_to_left_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
D | uloc_for_language_tag_fuzzer_seed_corpus.txt | 23 hr-HR-u-ca-roc
|
/external/icu/icu4c/source/data/lang/ |
D | es_MX.txt | 70 roc{"calendario minguo"}
|
D | ff_Adlm.txt | 232 roc{" "}
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rbe.rocm-ubuntu18.04-manylinux2010-multipython | 36 RUN bash -c "ls -al /opt/roc*"
|
/external/libcups/examples/ |
D | ipp-2.0.test | 22 …roc|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/ |
D | mh-os390 | 63 # 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/ |
D | zh_Hans_MO.txt | 176 roc{
|
D | zh_Hans_SG.txt | 209 roc{
|
D | zh_Hans_HK.txt | 204 roc{
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.c | 903 uint32_t roc; in LLVMFuzzerTestOneInput() local 908 if (srtp_get_stream_roc(srtp_ctx, set_roc[j + 1], &roc) != in LLVMFuzzerTestOneInput()
|