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:output_desc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/
H
A
D
translate_sse.c
481
const struct util_format_description *
output_desc
=
in translate_attr_convert()
local
498
if (input_desc->colorspace !=
output_desc
->colorspace)
in translate_attr_convert()
508
for (i = 1; i <
output_desc
->nr_channels; ++i) {
in translate_attr_convert()
510
(&
output_desc
->channel[i], &
output_desc
->channel[0],
in translate_attr_convert()
511
sizeof(
output_desc
->channel[0]))) {
in translate_attr_convert()
516
for (i = 0; i <
output_desc
->nr_channels; ++i) {
in translate_attr_convert()
517
if (
output_desc
->swizzle[i] < 4)
in translate_attr_convert()
518
swizzle[
output_desc
->swizzle[i]] = input_desc->swizzle[i];
in translate_attr_convert()
529
for (i = 0; i <
output_desc
in translate_attr_convert()
[all...]
/third_party/curl/lib/
H
A
D
socks_sspi.c
80
SecBufferDesc input_desc,
output_desc
, wrap_desc;
in Curl_SOCKS5_gssapi_negotiate()
local
127
output_desc
.cBuffers = 1;
in Curl_SOCKS5_gssapi_negotiate()
128
output_desc
.pBuffers = &sspi_send_token;
in Curl_SOCKS5_gssapi_negotiate()
129
output_desc
.ulVersion = SECBUFFER_VERSION;
in Curl_SOCKS5_gssapi_negotiate()
182
&
output_desc
,
in Curl_SOCKS5_gssapi_negotiate()
Completed in 3 milliseconds