Searched refs:LUT (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 70 unsigned LUT[255] = {}; in hexDigitValue() member 74 LUT[i] = ~0U; in hexDigitValue() 77 LUT['0' + i] = i; in hexDigitValue() 80 LUT['A' + i] = LUT['a' + i] = 10 + i; in hexDigitValue() 84 return Table.LUT[static_cast<unsigned char>(C)]; in hexDigitValue() 162 static const char *const LUT = "0123456789ABCDEF"; variable 170 Output.push_back(LUT[c >> 4] | Offset); 171 Output.push_back(LUT[c & 15] | Offset);
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | images | 2405 >>>36 ulelong 0 linear LUT 2406 >>>36 ulelong 1 logarithmic LUT 2410 >>>64 ulelong 0 linear LUT 2411 >>>64 ulelong 1 logarithmic LUT
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26999 SDValue LUT = DAG.getConstant(0x2d, DL, MVT::i32); in LowerFLT_ROUNDS_() local 27002 DAG.getNode(ISD::SRL, DL, MVT::i32, LUT, Shift), in LowerFLT_ROUNDS_() 27167 const int LUT[16] = {/* 0 */ 4, /* 1 */ 3, /* 2 */ 2, /* 3 */ 2, in LowerVectorCTLZInRegLUT() local 27174 LUTVec.push_back(DAG.getConstant(LUT[i % 16], DL, MVT::i8)); in LowerVectorCTLZInRegLUT() 29425 const int LUT[16] = {/* 0 */ 0, /* 1 */ 1, /* 2 */ 1, /* 3 */ 2, in LowerVectorCTPOPInRegLUT() local 29432 LUTVec.push_back(DAG.getConstant(LUT[i % 16], DL, MVT::i8)); in LowerVectorCTPOPInRegLUT()
|
| /netbsd-src/share/misc/ |
| H A D | airport | 4465 LUT:Laura Station, Queensland, Australia
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 9408 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 9857 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/etc/ |
| H A D | services | 10924 lutap 4912/tcp # Technicolor LUT Access [Markus_Loeffler] …
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 10594 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 12670 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 12646 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|