OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UShort
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/lib/libc/gdtoa/
strtopx.c
63
UShort
*L = (
UShort
*)V;
87
L[_4] = (
UShort
)bits[0];
88
L[_3] = (
UShort
)(bits[0] >> 16);
89
L[_2] = (
UShort
)bits[1];
90
L[_1] = (
UShort
)(bits[1] >> 16);
strtorx.c
58
ULtox(L, bits, expt, k)
UShort
*L; ULong *bits; Long expt; int k;
60
ULtox(
UShort
*L, ULong *bits, Long expt, int k)
77
L[_4] = (
UShort
)bits[0];
78
L[_3] = (
UShort
)(bits[0] >> 16);
79
L[_2] = (
UShort
)bits[1];
80
L[_1] = (
UShort
)(bits[1] >> 16);
123
ULtox((
UShort
*)L, bits, expt, k);
strtoIx.c
47
UShort
*L = (
UShort
*)a, *M = (
UShort
*)b;
g_xfmt.c
66
UShort
*L;
79
L = (
UShort
*)V;
gdtoa.h
52
#ifndef
UShort
53
#define
UShort
uint16_t
gdtoaimp.h
185
#define
UShort
uint16_t
596
extern void ULtox ANSI((
UShort
*, ULong*, Long, int));
/src/lib/libc/gdtoa/test/
xtest.c
86
union { long double d;
UShort
bits[5]; } u, v[2];
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
133
case BuiltinType::
UShort
:
CodeGenTypes.cpp
457
case BuiltinType::
UShort
:
TargetInfo.cpp
5583
case BuiltinType::
UShort
:
10286
case BuiltinType::
UShort
:
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp
41
case BuiltinType::
UShort
:
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
403
case BuiltinType::
UShort
:
ScanfFormatString.cpp
475
case BuiltinType::
UShort
:
TypeLoc.cpp
337
case BuiltinType::
UShort
:
ItaniumMangle.cpp
2880
case BuiltinType::
UShort
:
3404
case BuiltinType::
UShort
:
3418
case BuiltinType::
UShort
: EltName = "uint16_t"; break;
3465
case BuiltinType::
UShort
:
3504
case BuiltinType::
UShort
:
3577
case BuiltinType::
UShort
:
FormatString.cpp
397
case BuiltinType::
UShort
:
PrintfFormatString.cpp
826
case BuiltinType::
UShort
:
Type.cpp
2743
case BuiltinType::
UShort
:
2958
case
UShort
:
ASTContext.cpp
1298
InitBuiltinType(UnsignedShortTy, BuiltinType::
UShort
);
2027
case BuiltinType::
UShort
:
6318
case BuiltinType::
UShort
:
7222
case BuiltinType::
UShort
: return 'S';
10191
case BuiltinType::
UShort
:
StmtPrinter.cpp
1122
case BuiltinType::
UShort
: OS << "Ui16"; break;
MicrosoftMangle.cpp
2322
case BuiltinType::
UShort
:
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
37
BTCASE(
UShort
);
555
TKIND(
UShort
);
/src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp
673
case BuiltinType::
UShort
:
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h
584
return (bk >= BuiltinType::
UShort
&& bk <= BuiltinType::UInt128)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
7742
BTy->getKind() == BuiltinType::
UShort
||
7762
BTy->getKind() == BuiltinType::
UShort
||
Completed in 86 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026