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:nib
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
xbmdec.c
102
uint8_t
nib
, val;
in xbm_decode_frame()
local
110
if ((
nib
= get_nibble(*ptr)) <= 15) {
in xbm_decode_frame()
111
val = (val << 4) +
nib
;
in xbm_decode_frame()
118
if ((
nib
= get_nibble(*ptr)) <= 15) {
in xbm_decode_frame()
119
val = (val << 4) +
nib
;
in xbm_decode_frame()
/third_party/skia/third_party/externals/freetype/src/cff/
H
A
D
cffparse.c
253
FT_Int
nib
;
in cff_parse_real()
local
290
nib
= (FT_Int)( p[0] >> phase ) & 0xF;
in cff_parse_real()
293
if (
nib
== 0xE )
in cff_parse_real()
295
else if (
nib
> 9 )
in cff_parse_real()
303
else if (
nib
|| number )
in cff_parse_real()
306
number = number * 10 +
nib
;
in cff_parse_real()
312
if (
nib
== 0xA )
in cff_parse_real()
327
nib
= ( p[0] >> phase ) & 0xF;
in cff_parse_real()
329
if (
nib
>= 10 )
in cff_parse_real()
333
if ( !
nib
in cff_parse_real()
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
packet.cc
141
uint8_t
nib
;
in GetNumberSep()
local
144
if (!NibbleToUInt8(ch, &
nib
)) {
in GetNumberSep()
149
out = (out << 4) +
nib
;
in GetNumberSep()
/third_party/skia/include/private/
H
A
D
SkColorData.h
378
static inline U8CPU SkReplicateNibble(unsigned
nib
) {
in SkReplicateNibble()
argument
379
SkASSERT(
nib
<= 0xF);
in SkReplicateNibble()
380
return (
nib
<< 4) |
nib
;
in SkReplicateNibble()
Completed in 4 milliseconds