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:UINT8_MAX
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H
A
D
DataTypes.h
85
#define
UINT8_MAX
255
macro
121
#ifndef
UINT8_MAX
122
#define
UINT8_MAX
255
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdint.h
48
#define
UINT8_MAX
(0xff)
macro
69
#define UINT_FAST8_MAX
UINT8_MAX
72
#define UINT_LEAST8_MAX
UINT8_MAX
/third_party/musl/porting/liteos_m/user/include/
H
A
D
stdint.h
48
#define
UINT8_MAX
(0xff)
macro
69
#define UINT_FAST8_MAX
UINT8_MAX
72
#define UINT_LEAST8_MAX
UINT8_MAX
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdint.h
48
#define
UINT8_MAX
(0xff)
macro
69
#define UINT_FAST8_MAX
UINT8_MAX
72
#define UINT_LEAST8_MAX
UINT8_MAX
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdint.h
48
#define
UINT8_MAX
(0xff)
macro
69
#define UINT_FAST8_MAX
UINT8_MAX
72
#define UINT_LEAST8_MAX
UINT8_MAX
/third_party/musl/include/
H
A
D
stdint.h
48
#define
UINT8_MAX
(0xff)
macro
69
#define UINT_FAST8_MAX
UINT8_MAX
72
#define UINT_LEAST8_MAX
UINT8_MAX
/third_party/node/deps/uv/include/uv/
H
A
D
stdint-msvc2008.h
140
#define
UINT8_MAX
_UI8_MAX
macro
154
#define UINT_LEAST8_MAX
UINT8_MAX
168
#define UINT_FAST8_MAX
UINT8_MAX
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H
A
D
MsgPackWriter.cpp
66
if (u <=
UINT8_MAX
) {
in write()
106
else if (!Compatible && Size <=
UINT8_MAX
) {
in write()
126
if (Size <=
UINT8_MAX
) {
in write()
193
if (Size <=
UINT8_MAX
) {
in writeExt()
/third_party/icu/icu4c/source/common/unicode/
H
A
D
umachine.h
211
#ifndef
UINT8_MAX
213
# define
UINT8_MAX
((uint8_t)(255U))
macro
/third_party/node/deps/icu-small/source/common/unicode/
H
A
D
umachine.h
189
#ifndef
UINT8_MAX
191
# define
UINT8_MAX
((uint8_t)(255U))
macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H
A
D
umachine.h
211
#ifndef
UINT8_MAX
213
# define
UINT8_MAX
((uint8_t)(255U))
macro
/third_party/elfutils/tests/
H
A
D
read_unaligned.c
86
UINT8_MAX
/ 2 - 1,
87
UINT8_MAX
/ 2,
88
UINT8_MAX
/ 2 + 1,
89
UINT8_MAX
,
90
UINT8_MAX
-1
/third_party/ffmpeg/libavfilter/
H
A
D
vf_colorlevels.c
407
int imin = lrint(r->in_min *
UINT8_MAX
);
in filter_frame()
408
int imax = lrint(r->in_max *
UINT8_MAX
);
in filter_frame()
409
int omin = lrint(r->out_min *
UINT8_MAX
);
in filter_frame()
410
int omax = lrint(r->out_max *
UINT8_MAX
);
in filter_frame()
414
imin =
UINT8_MAX
;
in filter_frame()
H
A
D
vf_readvitc.c
162
s->threshold_black = s->thr_b *
UINT8_MAX
;
in init()
163
s->threshold_white = s->thr_w *
UINT8_MAX
;
in init()
H
A
D
vaf_spectrumsynth.c
265
magnitude = m[x] / (double)
UINT8_MAX
;
in read8_fft_bin()
268
magnitude = ff_exp10(((m[x] / (double)
UINT8_MAX
) - 1.) * 6.);
in read8_fft_bin()
273
phase = ((p[x] / (double)
UINT8_MAX
) * 2. - 1.) * M_PI;
in read8_fft_bin()
/third_party/mesa3d/src/util/tests/
H
A
D
int_min_max.cpp
68
EXPECT_EQ(
UINT8_MAX
, u_uintN_max(8));
in TEST()
/third_party/openssl/ohos_lite/include/internal/
H
A
D
numbers.h
42
# define
UINT8_MAX
__MAXUINT__(uint8_t)
macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H
A
D
basictypes.h
33
const uint8 kuint8max =
UINT8_MAX
;
/third_party/node/deps/openssl/openssl/include/internal/
H
A
D
numbers.h
43
# define
UINT8_MAX
__MAXUINT__(uint8_t)
macro
/third_party/openssl/include/internal/
H
A
D
numbers.h
43
# define
UINT8_MAX
__MAXUINT__(uint8_t)
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H
A
D
PackedVersion.cpp
48
if (Num >
UINT8_MAX
)
in parse32()
/third_party/ffmpeg/libavcodec/
H
A
D
rpzaenc.c
203
min_r = min_g = min_b =
UINT8_MAX
;
in get_max_component_diff()
461
min_color[0] =
UINT8_MAX
;
in update_block_stats()
462
min_color[1] =
UINT8_MAX
;
in update_block_stats()
463
min_color[2] =
UINT8_MAX
;
in update_block_stats()
/third_party/libphonenumber/tools/cpp/src/base/
H
A
D
basictypes.h
31
const uint8 kuint8max =
UINT8_MAX
;
/third_party/musl/libc-test/src/api/
H
A
D
stdint.c
44
C(
UINT8_MAX
)
in f()
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-scanner-util.c
456
JERRY_STATIC_ASSERT (PARSER_MAXIMUM_IDENT_LENGTH <=
UINT8_MAX
,
616
if (diff >= 1 && diff <=
UINT8_MAX
)
in scanner_pop_literal_pool()
620
else if (diff >= -
UINT8_MAX
&& diff <= UINT16_MAX)
in scanner_pop_literal_pool()
878
if (diff >= 1 && diff <=
UINT8_MAX
)
in scanner_pop_literal_pool()
882
else if (diff >= -
UINT8_MAX
&& diff <= UINT16_MAX)
in scanner_pop_literal_pool()
1934
if (diff <=
UINT8_MAX
)
in scanner_check_variables()
2081
if (diff <=
UINT8_MAX
)
in scanner_create_variables()
Completed in 15 milliseconds
1
2
3