OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SO
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdb/contrib/
expect-read1.sh
43
SO
=$tmpdir/expect-read1.
so
44
CMD="${CC_FOR_TARGET:-gcc} -o $
SO
-Wall -fPIC -shared $C"
51
LD_PRELOAD=$
SO
expect "$@"
/src/external/gpl3/gdb/dist/gdb/contrib/
expect-read1.sh
43
SO
=$tmpdir/expect-read1.
so
44
CMD="${CC_FOR_TARGET:-gcc} -o $
SO
-Wall -fPIC -shared $C"
51
LD_PRELOAD=$
SO
expect "$@"
/src/external/bsd/ntp/dist/include/
ascii.h
57
#define
SO
14
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFrameInfo.cpp
182
// SP not FP. Align to MaxAlign
so
this works.
221
const StackObject &
SO
= Objects[i];
224
if (
SO
.StackID != 0)
225
OS << "id=" << static_cast<unsigned>(
SO
.StackID) << ' ';
227
if (
SO
.Size == ~0ULL) {
231
if (
SO
.Size == 0)
234
OS << "size=" <<
SO
.Size;
235
OS << ", align=" <<
SO
.Alignment.value();
239
if (i < NumFixedObjects ||
SO
.SPOffset != -1) {
240
int64_t Off =
SO
.SPOffset - ValOffset
[
all
...]
FixupStatepointCallerSaved.cpp
13
/// call returns.
So
we can say that we need to encode the fact that these
161
// There can't be any after STATEPOINT,
so
we can eliminate Def.
488
// We skipped undef uses and did not spill them,
so
we should not
574
StatepointOpers
SO
(&MI);
575
uint64_t Flags =
SO
.getFlags();
582
CallingConv::ID CC =
SO
.getCallingConv();
StackMaps.cpp
394
StatepointOpers
SO
(&MI);
402
assert(NumDeoptArgs ==
SO
.getNumDeoptArgs());
416
unsigned GCPtrIdx = (unsigned)
SO
.getFirstGCPtrIdx();
425
unsigned NumGCPairs =
SO
.getGCPointerMap(GCPairs);
MachineVerifier.cpp
862
// making an arbitrary choice and emitting not
so
helpful message, let's
921
// overwrite it later
so
it's always clear which type was expected:
1156
// reported in case of any issues),
so
no need to report them again. As
1733
StatepointOpers
SO
(MI);
1734
if (!MI->getOperand(
SO
.getIDPos()).isImm() ||
1735
!MI->getOperand(
SO
.getNBytesPos()).isImm() ||
1736
!MI->getOperand(
SO
.getNCallArgsPos()).isImm()) {
1751
VerifyStackMapConstant(
SO
.getCCIdx());
1752
VerifyStackMapConstant(
SO
.getFlagsIdx());
1753
VerifyStackMapConstant(
SO
.getNumDeoptArgsIdx())
[
all
...]
/src/sys/arch/amiga/dev/
kbdmap.h
46
#define
SO
14
/src/sys/arch/atari/dev/
kbdmap.h
50
#define
SO
14
/src/sys/arch/x68k/include/
kbdmap.h
20
#define
SO
14
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
17
#define
SO
14
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp
99
// continuation.
So
if we are over that, inject a continuation between the
105
// the previous member. Save off the length of the member we just wrote
so
144
// Seek to the end
so
that we can keep writing against the new segment.
220
// TypeIndex references can only point backwards, not forwards).
So
the
227
auto
SO
= makeArrayRef(SegmentOffsets);
232
for (uint32_t Offset : reverse(
SO
)) {
243
// Explicitly instantiate the member function for each known type
so
that we can
/src/usr.bin/col/
col.c
73
#define
SO
'\016' /* shift out to alternate character set */
233
case
SO
:
524
PUTC(
SO
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp
258
// seen
so
far (that are not a part of this group), terminate the group.
355
// Stores are sorted,
so
if S1 and S2 are not adjacent, there won't be
406
MachineOperand &
SO
= MI->getOperand(2); // Source.
407
assert(
SO
.isImm() && "Expecting an immediate operand");
411
unsigned Val = (
SO
.getImm() & Mask) << Shift;
510
// to move it out of the way,
so
it remains valid after removing all the
511
// old stores, and
so
we are able to recover it back to the proper insertion
HexagonExpandCondsets.cpp
77
// that is it actually live at the A2_tfrf, and
so
the now dead definition
214
unsigned getCondTfrOpcode(const MachineOperand &
SO
, bool Cond);
353
// Check if all subranges end at I->end. If
so
, make sure to kill
503
// Tied defs will always have corresponding uses,
so
no extra
570
// Fixing <dead> flags may extend live ranges,
so
reset <kill> flags
578
/// Get the opcode for a conditional transfer of the value in
SO
(source
580
unsigned HexagonExpandCondsets::getCondTfrOpcode(const MachineOperand &
SO
,
584
if (
SO
.isReg()) {
586
RegisterRef RS =
SO
;
604
switch (
SO
.getType())
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp
648
// NumToSkip entry itself,
so
subtract two from the displacement here
1328
// The bit is meant to be false,
so
emit a check to see if it is true.
1332
// The bit is meant to be true,
so
emit a check to see if it is false.
1401
// The fixup is always 24-bits,
so
go ahead and allocate the space
1402
// in the table
so
all our relative position calculations work OK even
1744
// Set the BestIndex to -1 to indicate
so
.
1844
// Gather the outputs/inputs of the instruction,
so
we can find their
1857
// Search for tied operands,
so
that we can correctly instantiate
1863
std::pair<unsigned, unsigned>
SO
=
1866
std::string(InOutOperands[
SO
.first].second)
[
all
...]
CodeEmitterGen.cpp
135
std::pair<unsigned, unsigned>
SO
= CGI.Operands.getSubOperandNumber(OpIdx);
136
std::string &EncoderMethodName = CGI.Operands[
SO
.first].EncoderMethodName;
145
// sub-operands, if there are more than one,
so
only
147
if (
SO
.second == 0) {
/src/external/bsd/jemalloc/dist/
Makefile
6
# Clear the default suffixes,
so
that built-in rules are not used.
40
SO
:=
so
41
IMPORTLIB :=
so
68
SOREV =
so
.2
167
ifeq ($(IMPORTLIB),$(
SO
))
176
ifneq ($(SOREV),$(
SO
))
177
DSOS += $(objroot)lib/$(LIBJEMALLOC).$(
SO
)
422
# <refname> in the .xml file). Manually add the suffix if
so
.
491
ifneq ($(IMPORTLIB),$(
SO
))
[
all
...]
/src/usr.bin/ul/
ul.c
54
#define
SO
'\016'
172
case
SO
:
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-ns-ids.exp
27
set so_name dlmopen-lib.
so
106
# for the
so
110
gdb_test_multiple "info sharedlibrary $::so_name" "get
SO
namespace" -lbl {
163
# return the index of the lowest-closed namespace,
so
this will likely
216
gdb_test "next" ".*second dlclose.*" "close one
SO
"
218
gdb_test "next" ".*third dlclose.*" "close another
SO
"
221
# Restarting GDB
so
that we can test setting a breakpoint
230
# We need to load one
SO
because you can't have confitional
233
gdb_test "next" ".*assert.*" "load the first
SO
"
270
# others may load only one or neither, because the
SO
doesn'
[
all
...]
/src/games/warp/
term.h
271
EXT char *
SO
INIT(NULL); /* begin standout mode */
273
EXT int SG INIT(0); /* blanks left by
SO
and SE */
299
#define standout() do_tc(
SO
,1)
term.c
167
SO
= Tgetstr("
so
"); /* begin standout */
180
US =
SO
; /* substitute standout mode */
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
390
"Unable to encode second part of T2 two part
SO
immediate");
413
inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc
SO
,
417
return Imm12 | ((int)isSub << 12) | (
SO
<< 13) | (IdxMode << 16) ;
/src/external/bsd/ekermit/dist/
kermit.h
147
#define
SO
016 /* Shift Out */
400
long sofar; /* Bytes transferred
so
far */
/src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp
278
// declarations that are
so
hidden are eliminated from
343
// base is a subobject of any other path; if
so
, then the
528
//
so
let the base class fill in our overriders for us.
536
// overrides
so
that we do not walk the virtual base class (and
591
// This virtual method overrides other virtual methods,
so
it does
594
// overrider. To do
so
, we dig down to the original virtual
650
for (auto &
SO
: OM.second) {
651
SmallVectorImpl<UniqueVirtualMethod> &Overriding =
SO
.second;
Completed in 51 milliseconds
1
2
Indexes created Tue Sep 15 00:24:42 UTC 2026