Home
last modified time | relevance | path

Searched refs:little (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h22 enum endianness {big, little, native}; enumerator
233 <uint16_t, little, unaligned> ulittle16_t;
235 <uint32_t, little, unaligned> ulittle32_t;
237 <uint64_t, little, unaligned> ulittle64_t;
240 <int16_t, little, unaligned> little16_t;
242 <int32_t, little, unaligned> little32_t;
244 <int64_t, little, unaligned> little64_t;
247 <uint16_t, little, aligned> aligned_ulittle16_t;
249 <uint32_t, little, aligned> aligned_ulittle32_t;
251 <uint64_t, little, aligned> aligned_ulittle64_t;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h29 enum endianness {big, little, native}; enumerator
47 return sys::IsBigEndianHost ? big : little; in system_endianness()
272 detail::packed_endian_specific_integral<uint16_t, little, unaligned>;
274 detail::packed_endian_specific_integral<uint32_t, little, unaligned>;
276 detail::packed_endian_specific_integral<uint64_t, little, unaligned>;
279 detail::packed_endian_specific_integral<int16_t, little, unaligned>;
281 detail::packed_endian_specific_integral<int32_t, little, unaligned>;
283 detail::packed_endian_specific_integral<int64_t, little, unaligned>;
286 detail::packed_endian_specific_integral<uint16_t, little, aligned>;
288 detail::packed_endian_specific_integral<uint32_t, little, aligned>;
[all …]
DOnDiskHashTable.h153 endian::Writer LE(Out, little); in Emit()
308 endian::readNext<offset_type, little, aligned>(Buckets); in readNumBucketsAndEntries()
310 endian::readNext<offset_type, little, aligned>(Buckets); in readNumBucketsAndEntries()
361 offset_type Offset = endian::readNext<offset_type, little, aligned>(Bucket);
368 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items);
373 endian::readNext<hash_value_type, little, unaligned>(Items);
471 endian::readNext<uint16_t, little, unaligned>(Ptr); in advance()
DMD5.h69 return endian::read<uint64_t, little, unaligned>(Bytes.data()); in low()
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8); in high()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-thelittleprince.txt54 So then I chose another profession, and learned to pilot air-planes. I have flown a little over all
76 imagine my amazement, at sunrise, when I was awakened by an odd little voice.
98 And yet my little man seemed neither to be straying uncertainly among the sands, nor to be
110 geography, history, arithmetic, and grammar, and I told the little chap (a little crossly, too) tha…
117 was that of the boa constrictor from the outside. And I was astounded to hear the little fellow
158 And that is how I made the acquaintance of the little prince.
160 It took me a long time to learn where he came from. The little prince, who asked me so many
162 little by little, everything was revealed to me.
176 “Oh! That is funny!” And the little prince broke into a lovely peal of laughter, which irritated me
189 “My little man, where do you come from? What is this ‘where I live,’ of which you speak? Where
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.data1719 Record crypt, little space, ChachaPoly
1723 Record crypt, little space, ChachaPoly, 1.3
1727 Record crypt, little space, ChachaPoly, CID 4+4
1731 Record crypt, little space, ChachaPoly, CID 4+0
1735 Record crypt, little space, AES-128-CBC, 1.2, SHA-384
1739 Record crypt, little space, AES-128-CBC, 1.2, SHA-384, CID 4+4
1743 Record crypt, little space, AES-128-CBC, 1.2, SHA-384, CID 4+0
1747 Record crypt, little space, AES-128-CBC, 1.2, SHA-384, EtM
1751 Record crypt, little space, AES-128-CBC, 1.2, SHA-384, EtM, CID 4+4
1755 Record crypt, little space, AES-128-CBC, 1.2, SHA-384, EtM, CID 4+0
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-realtext14 Dialogue: 0,0:00:00.00,0:00:00.00,Default,,0,0,0,,Mary had a little lamb, \N
15 Dialogue: 0,0:00:03.00,0:00:18.00,Default,,0,0,0,,little lamb, \N
16 Dialogue: 0,0:00:06.99,0:00:21.99,Default,,0,0,0,,little lamb, \N
17 Dialogue: 0,0:00:09.00,0:00:23.00,Default,,0,0,0,,Mary had a little lamb \N
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp108 support::endian::write<uint8_t>(OS, MO.getImm(), support::little); in encodeInstruction()
111 support::endian::write<uint16_t>(OS, MO.getImm(), support::little); in encodeInstruction()
114 support::endian::write<uint32_t>(OS, MO.getImm(), support::little); in encodeInstruction()
117 support::endian::write<uint64_t>(OS, MO.getImm(), support::little); in encodeInstruction()
134 support::endian::write<float>(OS, F, support::little); in encodeInstruction()
138 support::endian::write<double>(OS, D, support::little); in encodeInstruction()
/third_party/openssl/include/internal/
Dendian.h44 char little; \
47 # define IS_LITTLE_ENDIAN (ossl_is_endian.little != 0)
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0)
/third_party/node/deps/openssl/openssl/include/internal/
Dendian.h44 char little; \
47 # define IS_LITTLE_ENDIAN (ossl_is_endian.little != 0)
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp178 return (Endian == support::little ? InfosLE in getFixupKindInfo()
476 return swapHalfWords(Value, Endian == support::little); in adjustFixupValue()
499 return swapHalfWords(Value, Endian == support::little); in adjustFixupValue()
532 return swapHalfWords(out, Endian == support::little); in adjustFixupValue()
569 return swapHalfWords(out, Endian == support::little); in adjustFixupValue()
587 return swapHalfWords(out, Endian == support::little); in adjustFixupValue()
623 return joinHalfWords(FirstHalf, SecondHalf, Endian == support::little); in adjustFixupValue()
659 return joinHalfWords(FirstHalf, SecondHalf, Endian == support::little); in adjustFixupValue()
750 return swapHalfWords(Value, Endian == support::little); in adjustFixupValue()
781 return swapHalfWords(Value, Endian == support::little); in adjustFixupValue()
[all …]
/third_party/jerryscript/tests/debugger/
Ddo_throw.cmd7little country girl, the prettiest creature who was ever seen. Her mother was excessively fond of …
Ddo_throw.expected15little country girl, the prettiest creature who was ever seen. Her mother was excessively fond of …
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmBackend.cpp35 Endian == support::little); in createObjectWriter()
38 OS, Endian == support::little); in createObjectWriter()
60 OS, DwoOS, Endian == support::little); in createDwoObjectWriter()
/third_party/lzma/DOC/
DMethods.txt37 07 - ARM (little-endian)
38 08 - ARMT (little-endian)
64 01 - ARM (little-endian)
68 01 - ARMT (little-endian)
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug06.txt18 Start up top and give it a little time to run
22 Wait a little time for top to notice the CPU is gone
39 Start up sar writing to a temp log and give it a little time to run
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp547 uint64_t Hash = endian::readNext<uint64_t, little, unaligned>(D); in ReadData()
555 CountsSize = endian::readNext<uint64_t, little, unaligned>(D); in ReadData()
564 CounterBuffer.push_back(endian::readNext<uint64_t, little, unaligned>(D)); in ReadData()
742 endian::read<uint64_t, little, aligned>(DataBuffer.getBufferStart()); in hasFormat()
757 endian::byte_swap<uint64_t, little>(SummaryInLE->NumSummaryFields); in readSummary()
759 endian::byte_swap<uint64_t, little>(SummaryInLE->NumCutoffEntries); in readSummary()
768 Dst[I] = endian::byte_swap<uint64_t, little>(Src[I]); in readSummary()
814 uint64_t Magic = endian::byte_swap<uint64_t, little>(Header->Magic); in readHeader()
819 uint64_t FormatVersion = endian::byte_swap<uint64_t, little>(Header->Version); in readHeader()
832 endian::byte_swap<uint64_t, little>(Header->HashType)); in readHeader()
[all …]
DInstrProfWriter.cpp51 : IsFDOStream(true), OS(FD), LE(FD, support::little) {} in ProfOStream()
53 : IsFDOStream(false), OS(STR), LE(STR, support::little) {} in ProfOStream()
76 uint64_t Bytes = endian::byte_swap<uint64_t, little>(P[K].D[I]); in patch()
102 support::endianness ValueProfDataEndianness = support::little;
116 endian::Writer LE(Out, little); in EmitKeyDataLength()
143 endian::Writer LE(Out, little); in EmitData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp126 support::endian::write(OS, Binary, support::little); in expandFunctionCall()
135 support::endian::write(OS, Binary, support::little); in expandFunctionCall()
173 support::endian::write(OS, Binary, support::little); in expandAddTPRel()
202 support::endian::write<uint16_t>(OS, Bits, support::little); in encodeInstruction()
207 support::endian::write(OS, Bits, support::little); in encodeInstruction()
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dalice29.txt93 an ignorant little girl she'll think me for asking! No, it'll
129 Suddenly she came upon a little three-legged table, all made of
135 curtain she had not noticed before, and behind it was a little
136 door about fifteen inches high: she tried the little golden key
146 very little use without my shoulders. Oh, how I wish
152 There seemed to be no use in waiting by the little door, so she
155 telescopes: this time she found a little bottle on it, (`which
160 It was all very well to say `Drink me,' but the wise little
163 for she had read several nice little histories about children who
190 size for going though the little door into that lovely garden.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp83 : MCAsmBackend(TT.isLittleEndian() ? support::little : support::big), in PPCAsmBackend()
117 return (Endian == support::little in getFixupKindInfo()
136 unsigned Idx = Endian == support::little ? i : (NumBytes - 1 - i); in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h245 if (HostEndian == support::little) in getDataEndianness()
248 return support::little; in getDataEndianness()
305 support::endianness ValueProfDataEndianness = support::little;
328 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
329 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp124 : MCAsmBackend(StringRef(T.getName()) == "sparcel" ? support::little in SparcAsmBackend()
220 if (Endian == support::little) in getFixupKindInfo()
312 unsigned Idx = Endian == support::little ? i : (NumBytes - 1) - i; in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypeHashing.cpp52 BinaryStreamReader Reader(DebugH, llvm::support::little); in fromDebugH()
72 BinaryStreamWriter Writer(Buffer, llvm::support::little); in toDebugH()
/third_party/curl/tests/data/
Dtest119746 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{method}\n" -L -d "twinkle twinkle little star"
61 twinkle twinkle little starGET /%TESTNUMBER0001 HTTP/1.1

12345678910>>...33