OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SO
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/samples/
defs.mk
19
SO
=$(shell icu-config --
so
)
/external/libgsm/src/
preprocess.c
34
void Gsm_Preprocess P3((S, s,
so
),
37
word *
so
) /* [0..159] IN/OUT */
50
word
SO
;
61
SO
= SASR( *s, 3 ) << 2;
64
assert (
SO
>= -0x4000); /* downscaled by */
65
assert (
SO
<= 0x3FFC); /* previous routine. */
72
* The input of this procedure is the array
so
[0...159] and the
78
s1 =
SO
- z1; /* s1 = gsm_sub( *
so
, z1 ); */
79
z1 =
SO
;
[
all
...]
/external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.h
78
MCDisassembler(),
SO
() {
94
Session
SO
;
/external/valgrind/tsan/pin/
Makefile
19
SO
=
so
32
SO
=dll
60
pintool: ts_pin$(SUFIX).$(
SO
)
84
ts_pin$(SUFIX).
so
: $(ALL_OBJECTS)
104
#all_tests: simple_pin_test.
so
detach_example.
so
105
#%.
so
: %.$(OBJ)
114
rm -fv *.
so
*.o *.obj *.dll core* pintool.log* pin.log *.exp *.lib *.pdb *.ilk *.exe
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
57
// Update the bits in reversed order
so
that emitInstrOpBits will get the
117
std::pair<unsigned, unsigned>
SO
= CGI.Operands.getSubOperandNumber(OpIdx);
118
std::string &EncoderMethodName = CGI.Operands[
SO
.first].EncoderMethodName;
124
// sub-operands, if there are more than one,
so
only
126
if (
SO
.second == 0) {
/external/valgrind/main/helgrind/
hg_lock_n_thread.h
55
typedef struct _SO
SO
;
62
as unique thread identifiers and
so
are never freed,
so
they should
65
many threads,
so
tolerating this leak seems like a not-bad
100
incorporated into an XErrors,
so
as to make it independent from the
128
SO
* hbso; /* associated
SO
*/
/external/llvm/lib/CodeGen/
MachineFunction.cpp
493
const StackObject &
SO
= Objects[i];
495
if (
SO
.Size == ~0ULL) {
499
if (
SO
.Size == 0)
502
OS << "size=" <<
SO
.Size;
503
OS << ", align=" <<
SO
.Alignment;
507
if (i < NumFixedObjects ||
SO
.SPOffset != -1) {
508
int64_t Off =
SO
.SPOffset - ValOffset;
/external/icu4c/common/
ucnvmbcs.c
123
* - Replace header.reserved with header.fromUBytesLength
so
that all
175
* code point (stored as code point minus 0x10000
so
that 20 bits are enough).
421
SO
446
case
SO
:
[
all
...]
Completed in 275 milliseconds