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:size_w
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_avgblur.c
81
const int
size_w
= s->radius; \
83
btype *col_sum = (btype *)s->buffer +
size_w
; \
92
for (int x = -
size_w
; x < 0; x++) { \
108
for (int x = width; x < width +
size_w
; x++) { \
117
for (int x = -
size_w
; x <=
size_w
; x++) \
123
sum = sum - col_sum[x -
size_w
- 1] + col_sum[x +
size_w
]; \
138
for (int x = -
size_w
; x < 0; x++) \
144
for (int x = width; x < width +
size_w
;
[all...]
/third_party/python/Objects/
H
A
D
longobject.c
2812
Py_ssize_t i, k, size_v,
size_w
;
in x_divrem()
local
2827
size_w
= Py_ABS(Py_SIZE(w1));
in x_divrem()
2828
assert(size_v >=
size_w
&&
size_w
>= 2); /* Assert checks by div() */
in x_divrem()
2834
w = _PyLong_New(
size_w
);
in x_divrem()
2843
d = PyLong_SHIFT - bit_length_digit(w1->ob_digit[
size_w
-1]);
in x_divrem()
2844
carry = v_lshift(w->ob_digit, w1->ob_digit,
size_w
, d);
in x_divrem()
2847
if (carry != 0 || v->ob_digit[size_v-1] >= w->ob_digit[
size_w
-1]) {
in x_divrem()
2852
/* Now v->ob_digit[size_v-1] < w->ob_digit[
size_w
-1], so quotient has
in x_divrem()
2853
at most (and usually exactly) k = size_v -
size_w
digit
in x_divrem()
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H
A
D
resolver_validation.cc
282
const auto
size_w
= static_cast<int>(::log10(st->Size())) + 1;
in ValidateStorageClassLayout()
289
<< std::setw(
size_w
) << size << ") */ struct " << struct_name
in ValidateStorageClassLayout()
295
<< std::setw(offset_w +
size_w
+ align_w) << " "
in ValidateStorageClassLayout()
302
<< std::setw(align_w) << align << ") size(" << std::setw(
size_w
)
in ValidateStorageClassLayout()
Completed in 9 milliseconds