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
defs:FirstByte
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H
A
D
FDRRecordProducer.cpp
75
constexpr bool isMetadataIntroducer(uint8_t
FirstByte
) {
in isMetadataIntroducer()
argument
88
uint8_t
FirstByte
= E.getU8(&OffsetPtr);
in findNextBufferExtent()
local
150
uint8_t
FirstByte
= E.getU8(&OffsetPtr);
in produce()
local
H
A
D
FDRTraceWriter.cpp
47
uint8_t
FirstByte
= (static_cast<uint8_t>(Kind) << 1) | uint8_t{0x01u};
in writeMetadata()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
MsgPack.h
27
namespace
FirstByte
{
namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
JSON.cpp
411
uint8_t
FirstByte
= 0xC0 | ((Rune & 0x7C0) >> 6);
in encodeUtf8()
local
416
uint8_t
FirstByte
= 0xE0 | ((Rune & 0xF000) >> 12);
in encodeUtf8()
local
423
uint8_t
FirstByte
= 0xF0 | ((Rune & 0x1F0000) >> 18);
in encodeUtf8()
local
H
A
D
YAMLParser.cpp
570
uint8_t
FirstByte
= 0xC0 | ((UnicodeScalarValue & 0x7C0) >> 6);
in encodeUTF8()
local
575
uint8_t
FirstByte
= 0xE0 | ((UnicodeScalarValue & 0xF000) >> 12);
in encodeUTF8()
local
582
uint8_t
FirstByte
= 0xF0 | ((UnicodeScalarValue & 0x1F0000) >> 18);
in encodeUTF8()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUISelLowering.cpp
1048
int64_t
FirstByte
= MFI.getObjectOffset(ClobberedFI);
in addTokenForArgument()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64ISelLowering.cpp
3876
int64_t
FirstByte
= MFI.getObjectOffset(ClobberedFI);
in addTokenForArgument()
local
Completed in 35 milliseconds