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:Nn
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libcoap/examples/
H
A
D
tiny.c
26
#define
Nn
8 /* duplicate definition of N if built on sky motes */
macro
28
#define HIBIT (1 << (
Nn
- 1))
30
#define MMASK ((1 <<
Nn
) - 1 - EMASK)
31
#define MAX_VALUE ( (1 <<
Nn
) - (1 << ENCODE_HEADER_SIZE) ) * (1 << ((1 << ENCODE_HEADER_SIZE) - 1))
36
/* #define COAP_PSEUDOFP_ENCODE_8_4_DOWN(v,ls) (v < HIBIT ? v : (ls = coap_fls(v) -
Nn
, (v >> ls) & MMASK) + ls) */
41
*ls = coap_fls(v) -
Nn
;
in COAP_PSEUDOFP_ENCODE_8_4_DOWN()
44
#define COAP_PSEUDOFP_ENCODE_8_4_UP(v,ls,s) (v < HIBIT ? v : (ls = coap_fls(v) -
Nn
, (s = (((v + ((1<<ENCODE_HEADER_SIZE<<ls)-1)) >> ls) & MMASK)), s == 0 ? HIBIT + ls + 1 : s + ls))
/third_party/mbedtls/library/
H
A
D
ecp_invasive.h
87
* \param[in]
Nn
The length of \p Np in limbs.
90
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t
Nn
);
H
A
D
ecp_curves_new.c
4564
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t
Nn
);
4918
int mbedtls_ecp_mod_p192_raw(mbedtls_mpi_uint *Np, size_t
Nn
)
in mbedtls_ecp_mod_p192_raw()
argument
4923
if (
Nn
!= BITS_TO_LIMBS(192) * 2) {
in mbedtls_ecp_mod_p192_raw()
4928
end = p +
Nn
;
in mbedtls_ecp_mod_p192_raw()
Completed in 11 milliseconds