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:ntr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/objects/
H
A
D
obj_xref.c
97
nid_triple *
ntr
;
in OBJ_add_sigid()
local
106
if ((
ntr
= OPENSSL_malloc(sizeof(*
ntr
))) == NULL) {
in OBJ_add_sigid()
110
ntr
->sign_id = signid;
in OBJ_add_sigid()
111
ntr
->hash_id = dig_id;
in OBJ_add_sigid()
112
ntr
->pkey_id = pkey_id;
in OBJ_add_sigid()
114
if (!sk_nid_triple_push(sig_app,
ntr
)) {
in OBJ_add_sigid()
115
OPENSSL_free(
ntr
);
in OBJ_add_sigid()
119
if (!sk_nid_triple_push(sigx_app,
ntr
))
in OBJ_add_sigid()
/third_party/openssl/crypto/objects/
H
A
D
obj_xref.c
97
nid_triple *
ntr
;
in OBJ_add_sigid()
local
106
if ((
ntr
= OPENSSL_malloc(sizeof(*
ntr
))) == NULL) {
in OBJ_add_sigid()
110
ntr
->sign_id = signid;
in OBJ_add_sigid()
111
ntr
->hash_id = dig_id;
in OBJ_add_sigid()
112
ntr
->pkey_id = pkey_id;
in OBJ_add_sigid()
114
if (!sk_nid_triple_push(sig_app,
ntr
)) {
in OBJ_add_sigid()
115
OPENSSL_free(
ntr
);
in OBJ_add_sigid()
119
if (!sk_nid_triple_push(sigx_app,
ntr
))
in OBJ_add_sigid()
/third_party/backends/backend/
H
A
D
plustek-usbscan.c
803
int
ntr
; /* number of tr pulses reg 0d b7 */
in usb_GetLineLength()
local
808
int b; /* if ctmode=0, (
ntr
+1)*((2*gbnd)+dur+1), otherwise 1 */
in usb_GetLineLength()
822
ntr
= regs[0x0d] / 128; /* number of tr pulses */
in usb_GetLineLength()
847
b = (
ntr
+ 1) * ((2 * gbnd) + dur + 1);
in usb_GetLineLength()
848
b += (1 -
ntr
) * en_tradj;
in usb_GetLineLength()
866
tr = m_bLineRateColor * (le + tp * (b + 3 -
ntr
));
in usb_GetLineLength()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_varblur.c
177
stype
ntr
= ptr[(y - nt) * ptr_linesize + x + nr]; \
183
stype n0 = (nbr + ntl - nbl -
ntr
) / ndiv; \
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
6091
$prevrawline !~ /(?:\\(?:[
ntr
]|[0-7]{1,3}|x[0-9a-fA-F]{1,2})|;\s*|\{\s*)"\s*$/) {
Completed in 11 milliseconds