Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h81 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
144 VAL &= mask; in clearUnusedBits()
153 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)]; in getWord()
230 : BitWidth(numBits), VAL(0) { in BitWidth()
233 VAL = val; in BitWidth()
269 : BitWidth(that.BitWidth), VAL(0) { in APInt()
272 VAL = that.VAL; in APInt()
279 APInt(APInt&& that) : BitWidth(that.BitWidth), VAL(that.VAL) { in APInt()
339 return BitWidth == 1 ? VAL == 0 : in isMaxSignedValue()
354 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2(); in isMinSignedValue()
[all …]
/external/llvm/lib/Support/
DAPInt.cpp93 VAL = bigVal[0]; in initFromArray()
107 : BitWidth(numBits), VAL(0) { in APInt()
112 : BitWidth(numBits), VAL(0) { in APInt()
117 : BitWidth(numbits), VAL(0) { in APInt()
137 VAL = 0; in AssignSlowCase()
144 VAL = RHS.VAL; in AssignSlowCase()
156 VAL = RHS; in operator =()
169 ID.AddInteger(VAL); in Profile()
198 ++VAL; in operator ++()
227 --VAL; in operator --()
[all …]
/external/clang/test/CodeGenCXX/
Ddebug-info-byval.cpp17 class VAL { class
25 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) { in get()
/external/clang/test/CodeGenObjC/
Darc-related-result-type.m10 // CHECK: [[VAL:%.*]] = alloca [[TEST0:%.*]]*
16 // CHECK-NEXT: load [[TEST0]]** [[VAL]],
26 // CHECK-NEXT: [[T0:%.*]] = load [[TEST0]]** [[VAL]]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_tpp_net.utf7820 769 770 VAL 1
7829 778 779 VAL 1
7831 780 781 VAL 4
7833 782 783 VAL 3
7835 784 785 VAL 2
7842 791 792 VAL 4
7844 793 794 VAL 3
7846 795 796 VAL 2
7850 799 800 VAL 1
7859 808 809 VAL 1
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf7524 66 67 VAL 2
7526 68 69 VAL 2
8463 1005 1006 VAL 2
8465 1007 1008 VAL 2
8472 1014 1015 VAL 2
8474 1016 1017 VAL 2
8480 1022 1023 VAL 2
8482 1024 1025 VAL 2
8488 1030 1031 VAL 2
8490 1032 1033 VAL 2
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_tpp_net.utf7906 66 67 VAL 2
7908 68 69 VAL 2
8940 1100 1101 VAL 2
8942 1102 1103 VAL 2
8949 1109 1110 VAL 2
8951 1111 1112 VAL 2
8957 1117 1118 VAL 2
8959 1119 1120 VAL 2
8965 1125 1126 VAL 2
8967 1127 1128 VAL 2
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_tpp_net.utf8915 957 958 VAL 1
8924 966 967 VAL 1
8926 968 969 VAL 4
8928 970 971 VAL 3
8930 972 973 VAL 2
8937 979 980 VAL 4
8939 981 982 VAL 3
8941 983 984 VAL 2
8945 987 988 VAL 1
8954 996 997 VAL 1
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_tpp_net.utf9155 786 787 VAL 2
9164 795 796 VAL 1
9350 981 982 VAL 1
9358 989 990 VAL 1
9360 991 992 VAL 4
9362 993 994 VAL 3
9364 995 996 VAL 2
9371 1002 1003 VAL 4
9373 1004 1005 VAL 3
9375 1006 1007 VAL 2
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_tpp_net.utf9153 33 34 VAL 2
9155 35 36 VAL 1
10336 1216 1217 VAL 2
10338 1218 1219 VAL 2
10342 1222 1223 VAL 2
10349 1229 1230 VAL 2
10366 1246 1247 VAL 1
10374 1254 1255 VAL 1
10376 1256 1257 VAL 4
10378 1258 1259 VAL 3
[all …]
/external/iproute2/doc/actions/
Dgact-usage6 RAND := random <RANDTYPE> <ACTION> <VAL>
8 VAL : = value not exceeding 10000
/external/clang/test/Index/
Dannotate-tokens.m63 #define VAL 0 macro
76 int local = [self foo:VAL];
342 // CHECK: Identifier: "VAL" [63:9 - 63:12] macro definition=VAL
343 // CHECK: Literal: "0" [63:13 - 63:14] macro definition=VAL
397 // CHECK: Identifier: "VAL" [76:27 - 76:30] macro expansion=VAL:63:9
/external/clang/include/clang/AST/
DTemplateBase.h80 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
249 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned); in getAsIntegral()
DExpr.h1128 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
1139 APNumericStorage() : VAL(0), BitWidth(0) { } in APNumericStorage()
1146 return llvm::APInt(BitWidth, VAL); in getIntValue()
/external/clang/lib/AST/
DTemplateBase.cpp70 Integer.VAL = Value.getZExtValue(); in TemplateArgument()
DExpr.cpp556 VAL = Words[0]; in setIntValue()
558 VAL = 0; in setIntValue()
/external/oprofile/utils/
Dopcontrol1434 VAL=`echo $i | awk -F: '{print $2}'`
1435 set_ctr_param "" $KEY $VAL
/external/webkit/Source/WebCore/css/
DCSSParser.cpp5014 enum { ID, VAL } state = ID; in parseCounter() enumerator
5025 state = VAL; in parseCounter()
5030 case VAL: { in parseCounter()
/external/bison/
DChangeLog5179 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
7129 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
/external/srec/config/en.us/dictionary/
Dc0.6119094 VAL V AE1 L