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:xv
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
xv.c
90
XVContext *
xv
= s->priv_data;
in xv_write_trailer()
local
91
if (
xv
->display) {
in xv_write_trailer()
92
XShmDetach(
xv
->display, &
xv
->yuv_shminfo);
in xv_write_trailer()
93
if (
xv
->yuv_image)
in xv_write_trailer()
94
shmdt(
xv
->yuv_image->data);
in xv_write_trailer()
95
XFree(
xv
->yuv_image);
in xv_write_trailer()
96
if (
xv
->gc)
in xv_write_trailer()
97
XFreeGC(
xv
->display,
xv
in xv_write_trailer()
105
XVContext *
xv
= s->priv_data;
xv_write_header()
local
228
XVContext *
xv
= s->priv_data;
compute_display_area()
local
258
XVContext *
xv
= s->priv_data;
xv_repaint()
local
297
XVContext *
xv
= s->priv_data;
write_picture()
local
[all...]
H
A
D
Makefile
52
OBJS-$(CONFIG_XV_OUTDEV) +=
xv
.o
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H
A
D
mod.js
18
var
xv
= eq | mv;
29
pv = (pv << 1) | ~(
xv
| mv);
30
mv &=
xv
;
62
var
xv
= eq | mv_1;
74
pv_1 = mh | ~(
xv
| ph);
75
mv_1 = ph &
xv
;
93
var
xv
= eq | mv;
107
pv = mh | ~(
xv
| ph);
108
mv = ph &
xv
;
/third_party/optimized-routines/math/test/rtest/
H
A
D
semi.c
466
uint32
xv
;
in test_frexpf()
local
474
xv
= *x & 0x7FFFFFFF;
in test_frexpf()
476
while (!(
xv
& 0x800000)) {
in test_frexpf()
478
xv
=
xv
<< 1;
in test_frexpf()
480
*out = sign | 0x3F000000 | (
xv
& 0x7FFFFF);
in test_frexpf()
/third_party/ltp/testcases/commands/ar/
H
A
D
ar01.sh
306
ROD $AR -
xv
"$MOD" lib.a \> ar.out
311
tst_res TPASS "$AR printed extracted filenames (-
xv
)"
313
tst_res TFAIL "$AR failed to print extracted filenames (-
xv
)"
329
ROD $AR -
xv
"$MOD" lib.a file2.in \> ar.out
334
tst_res TPASS "$AR printed extracted filename (-
xv
)"
336
tst_res TFAIL "$AR failed to print extracted filename (-
xv
)"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H
A
D
vktQueryPoolStatisticsTests.cpp
390
double
xv
= static_cast<double>(x[i]) - xMean;
in calculatePearsonCorrelation()
local
393
xS +=
xv
*
xv
;
in calculatePearsonCorrelation()
403
double
xv
= (static_cast<double>(x[i]) - xMean ) / xS;
in calculatePearsonCorrelation()
local
405
pearson +=
xv
* yv;
in calculatePearsonCorrelation()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H
A
D
vktQueryPoolStatisticsTests.cpp
390
double
xv
= static_cast<double>(x[i]) - xMean;
in calculatePearsonCorrelation()
local
393
xS +=
xv
*
xv
;
in calculatePearsonCorrelation()
403
double
xv
= (static_cast<double>(x[i]) - xMean ) / xS;
in calculatePearsonCorrelation()
local
405
pearson +=
xv
* yv;
in calculatePearsonCorrelation()
/third_party/ffmpeg/
H
A
D
configure
6294
check_pkg_config xlib_xv
xv
"X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute ||
Completed in 48 milliseconds