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:MFB
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Module.cpp
277
bool Module::isValidModFlagBehavior(Metadata *MD, ModFlagBehavior &
MFB
) {
281
MFB
= static_cast<ModFlagBehavior>(Val);
295
ModFlagBehavior
MFB
;
297
isValidModFlagBehavior(Flag->getOperand(0),
MFB
) &&
303
Flags.push_back(ModuleFlagEntry(
MFB
, Key, Val));
H
A
D
Verifier.cpp
1400
Module::ModFlagBehavior
MFB
;
in visitModuleFlag()
local
1401
if (!Module::isValidModFlagBehavior(Op->getOperand(0),
MFB
)) {
in visitModuleFlag()
1415
switch (
MFB
) {
in visitModuleFlag()
1459
if (
MFB
!= Module::Require) {
in visitModuleFlag()
/third_party/lzma/C/
H
A
D
LzmaEnc.c
489
#define
MFB
(p->matchFinderBase)
macro
492
#define
MFB
(p->matchFinderMt.MatchFinder)
570
MFB
.btMode = (Byte)(props.btMode ? 1 : 0);
in LzmaEnc_SetProps()
571
//
MFB
.btMode = (Byte)(props.btMode);
in LzmaEnc_SetProps()
581
MFB
.numHashBytes = numHashBytes;
in LzmaEnc_SetProps()
582
//
MFB
.numHashBytes_Min = 2;
in LzmaEnc_SetProps()
583
MFB
.numHashOutBits = (Byte)props.numHashOutBits;
in LzmaEnc_SetProps()
586
MFB
.cutValue = props.mc;
in LzmaEnc_SetProps()
610
MFB
.expectedDataSize = expectedDataSiize;
in LzmaEnc_SetDataSize()
2181
if (
MFB
in CheckErrors()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Module.h
154
/// converted result in
MFB
.
155
static bool isValidModFlagBehavior(Metadata *MD, ModFlagBehavior &
MFB
);
Completed in 15 milliseconds