Home
last modified time | relevance | path

Searched refs:in_copy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
Dber.c125 CBS in_copy, contents; in cbs_convert_ber() local
129 CBS_init(&in_copy, CBS_data(in), CBS_len(in)); in cbs_convert_ber()
130 if (!CBS_get_any_asn1_element(&in_copy, &contents, &tag, &header_len)) { in cbs_convert_ber()
/external/libopus/celt/tests/
Dtest_unit_mdct.c121 kiss_fft_scalar * in_copy = (kiss_fft_scalar*)malloc(buflen); in test1d() local
146 in_copy[k] = in[k]; in test1d()
160 check(in_copy,out,nfft,isinverse); in test1d()
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_mdct.c121 kiss_fft_scalar * in_copy = (kiss_fft_scalar*)malloc(buflen); in test1d() local
146 in_copy[k] = in[k]; in test1d()
160 check(in_copy,out,nfft,isinverse); in test1d()