Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nbit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H
A
D
pk7_attr.c
56
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
D
pk7_attr.c
52
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
D
takdec.c
802
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