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:ndp
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
fthash.c
110
FT_Hashnode*
ndp
;
in hash_bucket()
local
115
ndp
= bp + ( res % hash->size );
in hash_bucket()
116
while ( *
ndp
)
in hash_bucket()
118
if ( (hash->compare)( &(*
ndp
)->key, &key ) )
in hash_bucket()
121
ndp
--;
in hash_bucket()
122
if (
ndp
< bp )
in hash_bucket()
123
ndp
= bp + ( hash->size - 1 );
in hash_bucket()
126
return
ndp
;
in hash_bucket()
/third_party/backends/backend/
H
A
D
net.c
149
add_device (const char *name, Net_Device **
ndp
)
in add_device()
argument
171
if (
ndp
)
in add_device()
172
*
ndp
= nd;
in add_device()
242
if (
ndp
)
in add_device()
243
*
ndp
= nd;
in add_device()
251
add_device (const char *name, Net_Device **
ndp
)
in add_device()
argument
264
if (
ndp
)
in add_device()
265
*
ndp
= nd;
in add_device()
307
if (
ndp
)
in add_device()
308
*
ndp
in add_device()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcmap.c
3104
FT_Byte*
ndp
= table + nondefOff;
in FT_CALLBACK_DEF()
local
3109
if (
ndp
+ 4 > valid->limit )
in FT_CALLBACK_DEF()
3112
numMappings = TT_NEXT_ULONG(
ndp
);
in FT_CALLBACK_DEF()
3114
/* numMappings * 5 > (FT_ULong)( valid->limit -
ndp
) ? */
in FT_CALLBACK_DEF()
3115
if ( numMappings > ( (FT_ULong)( valid->limit -
ndp
) ) / 5 )
in FT_CALLBACK_DEF()
3120
FT_ULong uni = TT_NEXT_UINT24(
ndp
);
in FT_CALLBACK_DEF()
3121
FT_ULong gid = TT_NEXT_USHORT(
ndp
);
in FT_CALLBACK_DEF()
Completed in 6 milliseconds