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
defs:code_word
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
vp56_arith.h
33
unsigned int
code_word
= vp56_rac_renorm(c);
in vp56_rac_get_prob()
local
/third_party/ffmpeg/libavcodec/arm/
H
A
D
vp56_arith.h
46
unsigned
code_word
= c->
code_word
<< shift;
in vp56_rac_get_prob_armv6()
local
83
unsigned
code_word
= c->
code_word
<< shift;
in vp56_rac_get_prob_branchy_armv6()
local
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
vp56.h
93
unsigned int
code_word
;
member
252
unsigned int
code_word
= c->
code_word
;
in vp56_rac_renorm()
local
275
unsigned int
code_word
= vp56_rac_renorm(c);
in vp56_rac_get_prob()
local
291
unsigned long
code_word
= vp56_rac_renorm(c);
vp56_rac_get_prob_branchy()
local
309
unsigned int
code_word
= vp56_rac_renorm(c);
vp56_rac_get()
local
[all...]
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
11753
uint32_t
code_word
= ((leading_byte & 0b00000111) << 18 )| ((data[pos + 1] &0b00111111) << 12)
in convert_valid()
local
[all...]
Completed in 35 milliseconds