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:T_MAX
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
texcompress_rgtc_tmp.h
56
decode =
T_MAX
;
in fetch_texel_rgtc()
88
alphabase[0] =
T_MAX
; alphabase[1] = T_MIN;
in encode_rgtc_ubyte()
93
else if (srccolors[j][i] ==
T_MAX
)
in encode_rgtc_ubyte()
131
if (alphaabsmax) alphause[1] =
T_MAX
;
in encode_rgtc_ubyte()
215
else if (srccolors[j][i] ==
T_MAX
) {
in encode_rgtc_ubyte()
255
alphatest[0] =
T_MAX
;
in encode_rgtc_ubyte()
260
if ((srccolors[j][i] > alphatest[1]) && (srccolors[j][i] < (
T_MAX
-(alphabase[1] - alphabase[0]) / 28)))
in encode_rgtc_ubyte()
269
alphatest[1] =
T_MAX
-1;
in encode_rgtc_ubyte()
287
else if (srccolors[j][i] > ((
T_MAX
+ alphatest[1]) / 2)) {
in encode_rgtc_ubyte()
336
if (alphatest[1] >
T_MAX
) {
in encode_rgtc_ubyte()
[all...]
H
A
D
rgtc.c
41
#define
T_MAX
0xff
macro
48
#undef
T_MAX
macro
53
#define
T_MAX
(signed char)127
macro
60
#undef
T_MAX
macro
/third_party/cares/include/
H
A
D
ares_nameser.h
479
#ifndef
T_MAX
480
# define
T_MAX
65536 /* ns_t_max */
macro
/third_party/node/deps/cares/include/
H
A
D
ares_nameser.h
505
#ifndef
T_MAX
506
# define
T_MAX
65536 /* ns_t_max */
macro
Completed in 3 milliseconds