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:nms
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libsnd/src/
H
A
D
test_nms_adpcm.c
245
struct nms_adpcm_state
nms
;
in test_nms_adpcm_32()
local
252
print_test_name ("Testing
nms
adpcm 32kbs encoder") ;
in test_nms_adpcm_32()
254
nms_adpcm_codec_init (&
nms
, NMS32) ;
in test_nms_adpcm_32()
260
code = nms_adpcm_encode_sample (&
nms
, sl) ;
in test_nms_adpcm_32()
271
print_test_name ("Testing
nms
adpcm 32kbs decoder") ;
in test_nms_adpcm_32()
273
nms_adpcm_codec_init (&
nms
, NMS32) ;
in test_nms_adpcm_32()
278
{ sl = nms_adpcm_decode_sample (&
nms
, buffer [j]) ;
in test_nms_adpcm_32()
296
struct nms_adpcm_state
nms
;
in test_nms_adpcm_24()
local
304
print_test_name ("Testing
nms
adpcm 24kbs encoder") ;
in test_nms_adpcm_24()
306
nms_adpcm_codec_init (&
nms
, NMS2
in test_nms_adpcm_24()
347
{ struct
nms
_adpcm_state
nms
;
test_nms_adpcm_16()
local
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
core_namemap.c
471
int
nms
;
in ossl_namemap_stored()
local
481
nms
= ossl_namemap_empty(namemap);
in ossl_namemap_stored()
482
if (
nms
< 0) {
in ossl_namemap_stored()
489
if (
nms
== 1) {
in ossl_namemap_stored()
/third_party/openssl/crypto/
H
A
D
core_namemap.c
468
int
nms
;
in ossl_namemap_stored()
local
478
nms
= ossl_namemap_empty(namemap);
in ossl_namemap_stored()
479
if (
nms
< 0) {
in ossl_namemap_stored()
486
if (
nms
== 1) {
in ossl_namemap_stored()
Completed in 2 milliseconds