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:ui8
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/test/parallel/
H
A
D
test-buffer-inheritance.js
8
const
ui8
= new Uint8Array(n);
9
Object.setPrototypeOf(
ui8
, T.prototype);
10
return
ui8
;
H
A
D
test-buffer-alloc.js
46
const
ui8
= new Uint8Array(4).fill(42);
47
const e = Buffer.from(
ui8
);
49
assert.strictEqual(value,
ui8
[index]);
54
const
ui8
= new Uint8Array(4).fill(42);
55
const e = Buffer(
ui8
);
57
assert.strictEqual(value,
ui8
[key]);
/third_party/ltp/testcases/network/lib6/
H
A
D
in6_01.c
58
uint8_t
ui8
= 1;
in test_in6_addr()
local
61
in6.s6_addr[0] =
ui8
;
in test_in6_addr()
72
uint8_t
ui8
= 1;
in test_sockaddr_in6()
local
79
in6.s6_addr[0] =
ui8
;
in test_sockaddr_in6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H
A
D
DataTypes.h
150
#define UINT8_C(C) C##
ui8
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.h
313
uint32_t
ui8
;
367
PACK_F(
ui8
, r8g8b8a8_unorm);
/third_party/node/deps/uv/include/uv/
H
A
D
stdint-msvc2008.h
235
#define UINT8_C(val) val##
ui8
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_emit.c
170
uint8_t
ui8
[4];
member
288
e->
ui8
[c] = f_u * 0xff;
in setup_border_colors()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_emit.c
67
uint8_t
ui8
[4];
member
193
e->
ui8
[c] = f_u * 0xff;
in setup_border_colors()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H
A
D
ReactorUnitTests.cpp
3553
uint8_t
ui8
(1);
3568
RR_WATCH(
ui8
);
3590
"
ui8
: 1",
Completed in 11 milliseconds