Home
last modified time | relevance | path

Searched refs:nbit (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_attr.c56 ASN1_INTEGER *nbit = NULL; in STACK_OF() local
69 if ((nbit = ASN1_INTEGER_new()) == NULL) { in STACK_OF()
72 if (!ASN1_INTEGER_set(nbit, arg)) { in STACK_OF()
75 alg->parameter->value.integer = nbit; in STACK_OF()
77 nbit = NULL; in STACK_OF()
85 ASN1_INTEGER_free(nbit); in STACK_OF()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_attr.c52 ASN1_INTEGER *nbit = NULL; in STACK_OF() local
65 if ((nbit = ASN1_INTEGER_new()) == NULL) { in STACK_OF()
68 if (!ASN1_INTEGER_set(nbit, arg)) { in STACK_OF()
71 alg->parameter->value.integer = nbit; in STACK_OF()
73 nbit = NULL; in STACK_OF()
81 ASN1_INTEGER_free(nbit); in STACK_OF()
/third_party/ffmpeg/libavcodec/
H A Dtakdec.c802 int nbit = get_bits(gb, 4); in tak_decode_frame() local
804 if (nbit >= avctx->ch_layout.nb_channels) in tak_decode_frame()
807 if (ch_mask & 1 << nbit) in tak_decode_frame()
821 if ((nbit == s->mcdparams[i].chan2) || in tak_decode_frame()
830 s->mcdparams[i].chan1 = nbit; in tak_decode_frame()
832 ch_mask |= 1 << nbit; in tak_decode_frame()

Completed in 3 milliseconds