OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BS
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp
36
const SCEV *
BS
= SE.getSCEV(const_cast<Value *>(LocB.Ptr));
39
if (AS ==
BS
)
45
SE.getEffectiveSCEVType(
BS
->getType())) {
55
const SCEV *BA = SE.getMinusSCEV(
BS
, AS);
65
// (because of INT_MIN, etc.); if the prior test failed, swap AS and
BS
69
const SCEV *AB = SE.getMinusSCEV(AS,
BS
);
83
Value *BO = GetBaseValue(
BS
);
/src/sys/arch/ia64/stand/efi/libefi/
efi.c
41
EFI_BOOT_SERVICES *
BS
;
82
BS
->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
83
BS
->Exit(IH, exit_code, 0, NULL);
97
BS
= ST->BootServices;
101
status =
BS
->AllocatePages(AllocateAnyPages, EfiLoaderData,
104
BS
->Exit(IH, status, 0, NULL);
110
status =
BS
->HandleProtocol(IH, &image_protocol, (VOID**)&img);
/src/external/bsd/byacc/dist/test/btyacc/
ok_syntax1.tab.h
15
#define
BS
267
ok_syntax1.tab.c
195
#define
BS
267
358
"STR2","BELL","
BS
","NL","LF","CR","TAB","VT","UMINUS","$accept","list","stat",
/src/external/bsd/byacc/dist/test/yacc/
ok_syntax1.tab.h
12
#define
BS
267
ok_syntax1.tab.c
175
#define
BS
267
296
"STR2","BELL","
BS
","NL","LF","CR","TAB","VT","UMINUS",NULL,NULL,NULL,NULL,NULL,
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp
132
auto &
BS
= BlockSizes[MBB->getNumber()-1];
133
BS
.first += AlignExtra;
134
BS
.second = AlignExtra;
189
auto &
BS
= BlockSizes[MBB->getNumber()-1];
190
BS
.first -=
BS
.second;
191
Offset -=
BS
.second;
195
BS
.first += AlignExtra;
196
BS
.second = AlignExtra;
/src/external/bsd/ntp/dist/include/
ascii.h
51
#define
BS
8
/src/usr.bin/fpr/
fpr.c
56
#define
BS
'\b'
236
case
BS
:
366
putchar(
BS
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp
223
std::vector<R600InstrInfo::BankSwizzle> &
BS
,
263
PV,
BS
, isTransSlot)) {
291
std::vector<R600InstrInfo::BankSwizzle>
BS
;
294
if (isBundlableWithCurrentPMI(MI, PV,
BS
, isTransSlot)) {
299
MI->getOperand(Op).setImm(
BS
[i]);
303
MI.getOperand(Op).setImm(
BS
.back());
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp
116
IndexType
BS
= B.start(), BE = B.end();
123
if (AS <
BS
) {
128
add(AS,
BS
, A.Fixed, false);
134
add(
BS
, AE, A.Fixed, false);
/src/sys/arch/amiga/dev/
kbdmap.h
40
#define
BS
8
/src/sys/arch/atari/dev/
kbdmap.h
44
#define
BS
8
/src/sys/arch/x68k/include/
kbdmap.h
14
#define
BS
8
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
11
#define
BS
8
/src/sys/external/bsd/gnu-efi/dist/lib/
data.c
41
//
BS
- pointer to the boot services table
44
EFI_BOOT_SERVICES *
BS
;
/src/usr.bin/col/
col.c
66
#define
BS
'\b' /* backspace */
188
case
BS
: /* can't go back further */
/src/external/bsd/byacc/dist/
defs.h
85
#define
BS
'\b' /* backspace */
/src/external/bsd/ntp/dist/sntp/libopts/
autoopts.h
71
#define
BS
'\b'
/src/sys/kern/
tty.c
149
#define
BS
BACKSPACE
160
O|
BS
, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /*
bs
- si */
196
#undef
BS
2798
tp->t_rocount = 0; /* so pending input will be retyped if
BS
*/
/src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp
1288
const auto *
BS
= Layout.getBaseSymbol(S);
1289
if (!
BS
)
1292
registerFunctionType(*cast<MCSymbolWasm>(
BS
));
1668
const auto *
BS
= Layout.getBaseSymbol(S);
1669
if (!
BS
)
1672
const MCSymbolWasm *Base = cast<MCSymbolWasm>(
BS
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
703
Parser &P, OMPDeclareSimdDeclAttr::BranchStateTy &
BS
, ExprResult &SimdLen,
718
if (
BS
!= OMPDeclareSimdDeclAttr::BS_Undefined &&
BS
!= Out) {
721
<< OMPDeclareSimdDeclAttr::ConvertBranchStateTyToStr(
BS
) << BSRange;
724
BS
= Out;
793
OMPDeclareSimdDeclAttr::BranchStateTy
BS
=
803
parseDeclareSimdClauses(*this,
BS
, Simdlen, Uniforms, Aligneds,
811
Ptr,
BS
, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp
625
LiveInterval::iterator
BS
= IntB.FindSegmentContaining(CopyIdx);
626
if (
BS
== IntB.end()) return false;
627
VNInfo *BValNo =
BS
->valno;
664
if (ValS+1 !=
BS
) return false;
668
SlotIndex FillerStart = ValS->end, FillerEnd =
BS
->start;
675
// [ValS.end,
BS
.begin) of either value number, then we merge the
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
661
BlockScheduling *
BS
= Iter.second.get();
662
BS
->clear();
2392
void scheduleBlock(BlockScheduling *
BS
);
2790
BlockScheduling &
BS
= *BSRef.get();
2792
Optional<ScheduleData *> Bundle =
BS
.tryScheduleBundle(VL, this, S);
2795
assert((!
BS
.getScheduleData(VL0) ||
2796
!
BS
.getScheduleData(VL0)->isPartOfBundle()) &&
2819
BS
.cancelScheduling(VL, VL0);
2885
BS
.cancelScheduling(VL, VL0);
2905
BS
.cancelScheduling(VL, VL0)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
831
void appendBaseDtor(CFGBlock *B, const CXXBaseSpecifier *
BS
) {
832
B->appendBaseDtor(
BS
, cfg->getBumpVectorContext());
5589
const CXXBaseSpecifier *
BS
= E.castAs<CFGBaseDtor>().getBaseSpecifier();
5590
OS << "~" <<
BS
->getType()->getAsCXXRecordDecl()->getName() << "()";
Completed in 59 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026