/third_party/ffmpeg/libavdevice/ |
H A D | openal-dec.c | 123 al_data *ad = ctx->priv_data; in read_header() local 133 if (ad->list_devices) { in read_header() 138 ad->sample_format = sample_formats[ad->sample_size/8-1][ad->channels-1]; in read_header() 141 ad->device = in read_header() 143 ad->sample_rate, in read_header() 144 ad->sample_format, in read_header() 145 ad->sample_rate); /* Maximum 1 second of sample data to be read at once */ in read_header() 147 if (error = al_get_error(ad in read_header() 185 al_data *ad = ctx->priv_data; read_packet() local 222 al_data *ad = ctx->priv_data; read_close() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ex_data.c | 88 static void dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_new() argument 93 static void dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_free() argument 211 * to the global "ex_data" state (ie. class definitions), not 'ad' itself. 214 CRYPTO_EX_DATA *ad) in ossl_crypto_new_ex_data_ex() 230 ad->ctx = ctx; in ossl_crypto_new_ex_data_ex() 231 ad->sk = NULL; in ossl_crypto_new_ex_data_ex() 250 ptr = CRYPTO_get_ex_data(ad, i); in ossl_crypto_new_ex_data_ex() 251 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 260 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() argument 262 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad); in CRYPTO_new_ex_data() 213 ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, CRYPTO_EX_DATA *ad) ossl_crypto_new_ex_data_ex() argument 365 CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) CRYPTO_free_ex_data() argument 421 CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, int idx) CRYPTO_alloc_ex_data() argument 434 ossl_crypto_alloc_ex_data_intern(int class_index, void *obj, CRYPTO_EX_DATA *ad, int idx) ossl_crypto_alloc_ex_data_intern() argument 467 CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) CRYPTO_set_ex_data() argument 496 CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) CRYPTO_get_ex_data() argument 503 ossl_crypto_ex_data_get_ossl_lib_ctx(const CRYPTO_EX_DATA *ad) ossl_crypto_ex_data_get_ossl_lib_ctx() argument [all...] |
/third_party/openssl/crypto/ |
H A D | ex_data.c | 88 static void dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_new() argument 93 static void dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_free() argument 209 * to the global "ex_data" state (ie. class definitions), not 'ad' itself. 212 CRYPTO_EX_DATA *ad) in ossl_crypto_new_ex_data_ex() 228 ad->ctx = ctx; in ossl_crypto_new_ex_data_ex() 229 ad->sk = NULL; in ossl_crypto_new_ex_data_ex() 248 ptr = CRYPTO_get_ex_data(ad, i); in ossl_crypto_new_ex_data_ex() 249 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 258 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() argument 260 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad); in CRYPTO_new_ex_data() 211 ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, CRYPTO_EX_DATA *ad) ossl_crypto_new_ex_data_ex() argument 363 CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) CRYPTO_free_ex_data() argument 419 CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, int idx) CRYPTO_alloc_ex_data() argument 432 ossl_crypto_alloc_ex_data_intern(int class_index, void *obj, CRYPTO_EX_DATA *ad, int idx) ossl_crypto_alloc_ex_data_intern() argument 465 CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) CRYPTO_set_ex_data() argument 494 CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) CRYPTO_get_ex_data() argument 501 ossl_crypto_ex_data_get_ossl_lib_ctx(const CRYPTO_EX_DATA *ad) ossl_crypto_ex_data_get_ossl_lib_ctx() argument [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | aes_ctr.c | 33 struct AVAESCTR *ae, *ad; in main() local 37 ad = av_aes_ctr_alloc(); in main() 39 if (!ae || !ad) in main() 45 if (av_aes_ctr_init(ad, (const uint8_t*)"0123456789abcdef") < 0) in main() 50 av_aes_ctr_set_full_iv(ad, iv); in main() 53 av_aes_ctr_crypt(ad, tmp, tmp, sizeof(tmp)); in main() 65 av_aes_ctr_free(ad); in main()
|
H A D | aes.c | 75 struct AVAES *ae, *ad; in main() local 79 ad = av_aes_alloc(); in main() 81 if (!ae || !ad) { in main() 83 av_free(ad); in main() 88 av_aes_init(ad, (const uint8_t*)"PI=3.141592654..", 128, 1); in main() 102 av_aes_crypt(ad, temp, temp, 2, iv[1], 1); in main() 107 av_aes_crypt(ad, temp, temp, 2, NULL, 1); in main() 118 av_free(ad); in main()
|
/third_party/ltp/lib/newlib_tests/ |
H A D | tst_fuzzy_sync02.c | 54 * windows for each thread. bd.return_t is ignored, but ad.return_t is 55 * used instead of a.return_t if the ad and bd critical sections 60 const struct window ad; member 71 .ad = { 0, 1, 0 }, .bd = { 0, 1, 0 } }, 73 .ad = { 0, 1, 0 }, .bd = { 0, 20, 0 } }, 75 .ad = { 1, 10, 0 }, .bd = { 1, 10, 0 } }, 127 const struct window ad = to_abs(races[i].ad); in run() local 141 if (now >= ad.critical_s && in run() 142 now <= ad in run() [all...] |
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 222 ADDED_OBJ ad, *adp; in OBJ_nid2obj() local 239 ad.type = ADDED_NID; in OBJ_nid2obj() 240 ad.obj = &ob; in OBJ_nid2obj() 242 adp = lh_ADDED_OBJ_retrieve(added, &ad); in OBJ_nid2obj() 252 ADDED_OBJ ad, *adp; in OBJ_nid2sn() local 269 ad.type = ADDED_NID; in OBJ_nid2sn() 270 ad.obj = &ob; in OBJ_nid2sn() 272 adp = lh_ADDED_OBJ_retrieve(added, &ad); in OBJ_nid2sn() 282 ADDED_OBJ ad, *adp; in OBJ_nid2ln() local 299 ad in OBJ_nid2ln() 329 ADDED_OBJ ad, *adp; OBJ_obj2nid() local 579 ADDED_OBJ ad, *adp; OBJ_ln2nid() local 603 ADDED_OBJ ad, *adp; OBJ_sn2nid() local [all...] |
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 222 ADDED_OBJ ad, *adp; in OBJ_nid2obj() local 239 ad.type = ADDED_NID; in OBJ_nid2obj() 240 ad.obj = &ob; in OBJ_nid2obj() 242 adp = lh_ADDED_OBJ_retrieve(added, &ad); in OBJ_nid2obj() 252 ADDED_OBJ ad, *adp; in OBJ_nid2sn() local 269 ad.type = ADDED_NID; in OBJ_nid2sn() 270 ad.obj = &ob; in OBJ_nid2sn() 272 adp = lh_ADDED_OBJ_retrieve(added, &ad); in OBJ_nid2sn() 282 ADDED_OBJ ad, *adp; in OBJ_nid2ln() local 299 ad in OBJ_nid2ln() 329 ADDED_OBJ ad, *adp; OBJ_obj2nid() local 579 ADDED_OBJ ad, *adp; OBJ_ln2nid() local 603 ADDED_OBJ ad, *adp; OBJ_sn2nid() local [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | division-by-constant.cc | 22 const T ad = neg ? (0 - d) : d; in SignedDivisionByConstant() 24 const T anc = t - 1 - t % ad; // Absolute value of nc in SignedDivisionByConstant() 28 T q2 = min / ad; // Init. q2 = 2**p/|d|. in SignedDivisionByConstant() 29 T r2 = min - q2 * ad; // Init. r2 = rem(2**p, |d|). in SignedDivisionByConstant() 41 if (r2 >= ad) { // Must be an unsigned comparison here. in SignedDivisionByConstant() 43 r2 = r2 - ad; in SignedDivisionByConstant() 45 delta = ad - r2; in SignedDivisionByConstant()
|
/third_party/openssl/test/ |
H A D | ocspapitest.c | 159 ACCESS_DESCRIPTION *ad = ACCESS_DESCRIPTION_new(); in test_access_description() local 162 if (!TEST_ptr(ad)) in test_access_description() 169 if (!TEST_ptr(ad->location)) in test_access_description() 171 GENERAL_NAME_free(ad->location); in test_access_description() 172 ad->location = NULL; in test_access_description() 175 GENERAL_NAME_free(ad->location); in test_access_description() 176 ad->location = GENERAL_NAME_new(); in test_access_description() 177 if (!TEST_ptr(ad->location)) in test_access_description() 181 ACCESS_DESCRIPTION_free(ad); in test_access_description()
|
H A D | exdatatest.c | 29 static void exnew(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exnew() argument 50 static void exfree(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exfree() argument 71 static void exnew2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exnew2() argument 81 || !TEST_true(CRYPTO_set_ex_data(ad, idx, ex_data))) { in exnew2() 114 static void exfree2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exfree2() argument 117 MYOBJ_EX_DATA *ex_data = CRYPTO_get_ex_data(ad, idx); in exfree2() 122 || !TEST_true(CRYPTO_set_ex_data(ad, idx, NULL))) in exfree2()
|
/third_party/libsnd/src/ |
H A D | audio_detect.c | 47 audio_detect (SF_PRIVATE * psf, AUDIO_DETECT *ad, const unsigned char * data, int datalen) in audio_detect() argument 53 if (ad == NULL || datalen < 256) in audio_detect() 67 if (ad->endianness == SF_ENDIAN_LITTLE && vote.le_float > (3 * datalen) / 4) in audio_detect() 72 if (ad->endianness == SF_ENDIAN_LITTLE && vote.le_int_24_32 > (3 * datalen) / 4) in audio_detect()
|
H A D | test_audio_detect.c | 83 AUDIO_DETECT ad ; in test_audio_detect() local 90 ad.endianness = SF_ENDIAN_LITTLE ; in test_audio_detect() 91 ad.channels = 1 ; in test_audio_detect() 92 if (audio_detect (&psf, &ad, float_le_mono, sizeof (float_le_mono)) != SF_FORMAT_FLOAT) in test_audio_detect() 97 ad.endianness = SF_ENDIAN_LITTLE ; in test_audio_detect() 98 ad.channels = 2 ; in test_audio_detect() 99 if (audio_detect (&psf, &ad, int24_32_le_stereo, sizeof (int24_32_le_stereo)) != SF_FORMAT_PCM_32) in test_audio_detect()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.c | 909 struct access_data *ad) in linearize_simple_address() 913 ad->address = symbol_pseudo(ep, addr->symbol); in linearize_simple_address() 919 ad->offset += get_expression_value(addr->right); in linearize_simple_address() 920 return linearize_simple_address(ep, addr->left, ad); in linearize_simple_address() 924 ad->address = linearize_expression(ep, addr); in linearize_simple_address() 952 struct access_data *ad) in linearize_address_gen() 958 ad->type = ctype; in linearize_address_gen() 960 return linearize_simple_address(ep, expr->unop, ad); in linearize_address_gen() 966 static pseudo_t add_load(struct entrypoint *ep, struct access_data *ad) in add_load() argument 974 insn = alloc_typed_instruction(OP_LOAD, ad in add_load() 907 linearize_simple_address(struct entrypoint *ep, struct expression *addr, struct access_data *ad) linearize_simple_address() argument 950 linearize_address_gen(struct entrypoint *ep, struct expression *expr, struct access_data *ad) linearize_address_gen() argument 985 add_store(struct entrypoint *ep, struct access_data *ad, pseudo_t value) add_store() argument 1020 linearize_store_gen(struct entrypoint *ep, pseudo_t value, struct access_data *ad) linearize_store_gen() argument 1119 linearize_load_gen(struct entrypoint *ep, struct access_data *ad) linearize_load_gen() argument 1137 struct access_data ad = { NULL, }; linearize_access() local 1148 struct access_data ad = { NULL, }; linearize_inc_dec() local 1452 struct access_data ad = { NULL, }; linearize_assignment() local 1838 linearize_initializer(struct entrypoint *ep, struct expression *initializer, struct access_data *ad) linearize_initializer() argument 1865 struct access_data ad = { NULL, }; linearize_argument() local 1954 struct access_data ad = { NULL, }; linearize_one_symbol() local 2116 struct access_data ad = { NULL, }; add_asm_output() local [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | ccm.h | 154 * \param ad The additional data field. If \p ad_len is greater than 155 * zero, \p ad must be a readable buffer of at least that 175 const unsigned char *ad, size_t ad_len, 201 * \param ad The additional data field. This must be a readable buffer of 224 const unsigned char *ad, size_t ad_len, 240 * \param ad The additional data field. This must be a readable buffer 261 const unsigned char *ad, size_t ad_len, 283 * \param ad The additional data field. This must be a readable buffer of 307 const unsigned char *ad, size_t ad_len, 396 * \param ad Th [all...] |
/third_party/node/deps/v8/src/base/numbers/ |
H A D | diy-fp.cc | 24 uint64_t ad = a * d; in Multiply() local 26 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32); in Multiply() 30 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply()
|
/third_party/ltp/testcases/misc/math/atof/ |
H A D | atof01.c | 315 register int ad; /* after decimal point */ in checkbuf() local 320 bd = ad = dp = 0; in checkbuf() 332 ad++; in checkbuf() 338 tw = bd + dp + ad; in checkbuf() 347 if (ad != n2) { in checkbuf()
|
/third_party/mbedtls/library/ |
H A D | cipher.c | 532 const unsigned char *ad, size_t ad_len) in mbedtls_cipher_update_ad() 550 ad, ad_len); in mbedtls_cipher_update_ad() 571 ad, ad_len); in mbedtls_cipher_update_ad() 1404 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_encrypt() 1430 ad, ad_len, in mbedtls_cipher_aead_encrypt() 1446 ilen, iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_encrypt() 1454 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_aead_encrypt() 1468 ilen, iv, ad, ad_len, input, output, tag); in mbedtls_cipher_aead_encrypt() 1481 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_decrypt() 1507 ad, ad_le in mbedtls_cipher_aead_decrypt() 531 mbedtls_cipher_update_ad(mbedtls_cipher_context_t *ctx, const unsigned char *ad, size_t ad_len) mbedtls_cipher_update_ad() argument 1402 mbedtls_cipher_aead_encrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_encrypt() argument 1479 mbedtls_cipher_aead_decrypt(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t *olen, const unsigned char *tag, size_t tag_len) mbedtls_cipher_aead_decrypt() argument 1582 mbedtls_cipher_auth_encrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_encrypt_ext() argument 1633 mbedtls_cipher_auth_decrypt_ext(mbedtls_cipher_context_t *ctx, const unsigned char *iv, size_t iv_len, const unsigned char *ad, size_t ad_len, const unsigned char *input, size_t ilen, unsigned char *output, size_t output_len, size_t *olen, size_t tag_len) mbedtls_cipher_auth_decrypt_ext() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 438 ACCESS_DESCRIPTION *ad = NULL; in OCSP_url_svcloc_new() local 449 if ((ad = ACCESS_DESCRIPTION_new()) == NULL) in OCSP_url_svcloc_new() 451 if ((ad->method = OBJ_nid2obj(NID_ad_OCSP)) == NULL) in OCSP_url_svcloc_new() 457 /* ad->location is allocated inside ACCESS_DESCRIPTION_new */ in OCSP_url_svcloc_new() 458 ad->location->type = GEN_URI; in OCSP_url_svcloc_new() 459 ad->location->d.ia5 = ia5; in OCSP_url_svcloc_new() 461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new() 463 ad = NULL; in OCSP_url_svcloc_new() 469 ACCESS_DESCRIPTION_free(ad); in OCSP_url_svcloc_new()
|
H A D | v3_ocsp.c | 244 ACCESS_DESCRIPTION *ad; in i2r_ocsp_serviceloc() local 251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc() 254 if (i2a_ASN1_OBJECT(bp, ad->method) <= 0) in i2r_ocsp_serviceloc() 258 if (GENERAL_NAME_print(bp, ad->location) <= 0) in i2r_ocsp_serviceloc()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 438 ACCESS_DESCRIPTION *ad = NULL; in OCSP_url_svcloc_new() local 449 if ((ad = ACCESS_DESCRIPTION_new()) == NULL) in OCSP_url_svcloc_new() 451 if ((ad->method = OBJ_nid2obj(NID_ad_OCSP)) == NULL) in OCSP_url_svcloc_new() 457 /* ad->location is allocated inside ACCESS_DESCRIPTION_new */ in OCSP_url_svcloc_new() 458 ad->location->type = GEN_URI; in OCSP_url_svcloc_new() 459 ad->location->d.ia5 = ia5; in OCSP_url_svcloc_new() 461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new() 463 ad = NULL; in OCSP_url_svcloc_new() 469 ACCESS_DESCRIPTION_free(ad); in OCSP_url_svcloc_new()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | diy-fp.h | 80 const uint64_t ad = a * d; in Multiply() local 84 const uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32) + (1U << 31); in Multiply() 86 f_ = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-diy-fp.h | 94 const uint64_t ad = a * d; in Multiply() local 98 const uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32) + (1U << 31); in Multiply() 100 f_ = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-diy-fp.h | 94 const uint64_t ad = a * d; in Multiply() local 98 const uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32) + (1U << 31); in Multiply() 100 f_ = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-diy-fp.h | 94 const uint64_t ad = a * d; in Multiply() local 98 const uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32) + (1U << 31); in Multiply() 100 f_ = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply()
|