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:n_adj
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
basearith.h
100
mpd_uint_t
n_adj
, h, l, t;
in _mpd_div_words_r()
local
105
/*
n_adj
= if lo >= 2**63 then lo+MPD_RADIX else lo */
in _mpd_div_words_r()
106
n_adj
= lo + (n1_neg & MPD_RADIX);
in _mpd_div_words_r()
110
l = l +
n_adj
;
in _mpd_div_words_r()
111
if (l <
n_adj
) h++;
in _mpd_div_words_r()
/third_party/ffmpeg/libavcodec/
H
A
D
vc1_pred.c
480
int pos_c, pos_b,
n_adj
;
in ff_vc1_pred_mv_intfr()
local
535
n_adj
= n | 2;
in ff_vc1_pred_mv_intfr()
536
pos_b = s->block_index[
n_adj
] - 2 * wrap;
in ff_vc1_pred_mv_intfr()
538
n_adj
= (n & 2) | (n & 1);
in ff_vc1_pred_mv_intfr()
540
B[0] = s->current_picture.motion_val[dir][s->block_index[
n_adj
] - 2 * wrap][0];
in ff_vc1_pred_mv_intfr()
541
B[1] = s->current_picture.motion_val[dir][s->block_index[
n_adj
] - 2 * wrap][1];
in ff_vc1_pred_mv_intfr()
543
B[0] = (B[0] + s->current_picture.motion_val[dir][s->block_index[
n_adj
^ 2] - 2 * wrap][0] + 1) >> 1;
in ff_vc1_pred_mv_intfr()
544
B[1] = (B[1] + s->current_picture.motion_val[dir][s->block_index[
n_adj
^ 2] - 2 * wrap][1] + 1) >> 1;
in ff_vc1_pred_mv_intfr()
550
n_adj
= 2;
in ff_vc1_pred_mv_intfr()
553
n_adj
in ff_vc1_pred_mv_intfr()
[all...]
Completed in 2 milliseconds