HomeSort by relevance Sort by last modified time
    Searched defs:Bytes (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
69 return endian::read<uint64_t, little, unaligned>(Bytes.data());
74 return endian::read<uint64_t, little, unaligned>(Bytes.data() + 8);
93 /// \brief Translates the bytes in \p Res to a hex string that is
97 /// \brief Computes the hash for a given bytes.
105 return LHS.Bytes == RHS.Bytes;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 45 // represent addresses 8 bytes apart.
176 std::vector<uint8_t> Bytes;
180 /// The number of bytes allocated so far for each of the bits.
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 150 // Bytes returns z's representation as a big-endian byte array.
151 func (z *Int) Bytes() []byte {
171 // SetBytes interprets b as the bytes of a big-endian integer
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 8 "bytes"
17 // the bytes between the tokens. The specification of a token is
21 // lines, bytes, UTF-8-encoded runes, and space-delimited words. The
47 // to give. The return values are the number of bytes to advance the input
97 // Bytes returns the most recent token generated by a call to Scan.
100 func (s *Scanner) Bytes() []byte {
105 // as a newly allocated string holding its bytes.
121 // available through the Bytes or Text method. It returns false when the
226 // advance consumes n bytes of the buffer. It reports whether the advance was legal.
315 // Incomplete; get more bytes
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 72 // Lookup reports the Properties of the first rune in b and the number of bytes
80 // bytes of its UTF-8 encoding.
172 // Bytes returns a new byte slice with the result of applying t to b.
173 func (t Transformer) Bytes(b []byte) []byte {
174 b, _, _ = transform.Bytes(t, b)
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 150 // Bytes returns z's representation as a big-endian byte array.
151 func (z *Int) Bytes() []byte {
171 // SetBytes interprets b as the bytes of a big-endian integer
  /prebuilts/go/linux-x86/src/bufio/
scan.go 8 "bytes"
17 // the bytes between the tokens. The specification of a token is
21 // lines, bytes, UTF-8-encoded runes, and space-delimited words. The
47 // to give. The return values are the number of bytes to advance the input
97 // Bytes returns the most recent token generated by a call to Scan.
100 func (s *Scanner) Bytes() []byte {
105 // as a newly allocated string holding its bytes.
121 // available through the Bytes or Text method. It returns false when the
226 // advance consumes n bytes of the buffer. It reports whether the advance was legal.
315 // Incomplete; get more bytes
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 72 // Lookup reports the Properties of the first rune in b and the number of bytes
80 // bytes of its UTF-8 encoding.
172 // Bytes returns a new byte slice with the result of applying t to b.
173 func (t Transformer) Bytes(b []byte) []byte {
174 b, _, _ = transform.Bytes(t, b)
  /build/kati/
strutil.go 18 "bytes"
120 func (ws *wordScanner) Bytes() []byte {
140 i := bytes.IndexByte(pat, '%')
142 return bytes.Equal(pat, str)
144 return bytes.HasPrefix(str, pat[:i]) && bytes.HasSuffix(str, pat[i+1:])
179 i := bytes.IndexByte(pat, '%')
181 if bytes.Equal(str, pat) {
189 trimed = bytes.TrimPrefix(in, pat[:i])
190 if bytes.Equal(trimed, in)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.c 113 UINTN Bytes;
118 Bytes = (Offset + *NumBytes + Instance->Media.BlockSize - 1) / Instance->Media.BlockSize * Instance->Media.BlockSize;
119 DataPtr = AllocateZeroPool (Bytes);
124 WriteBackDataCacheRange (DataPtr, Bytes);
127 Bytes, DataPtr);
153 UINTN Bytes;
158 Bytes = (Offset + *NumBytes + Instance->Media.BlockSize - 1) / Instance->Media.BlockSize * Instance->Media.BlockSize;
159 DataPtr = AllocateZeroPool (Bytes);
164 WriteBackDataCacheRange (DataPtr, Bytes);
166 Bytes, DataPtr)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.c 40 UINTN Bytes;
52 // bytes of memory in the memory block.
82 Bytes = EFI_PAGES_TO_SIZE (Pages);
87 &Bytes,
92 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (Pages))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.c 684 UINTN Bytes;
751 Bytes = EFI_PAGES_TO_SIZE (4);
756 &Bytes,
761 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (4))) {
    [all...]
NvmExpressPassthru.c 231 UINTN Bytes;
266 Bytes = EFI_PAGES_TO_SIZE (*PrpListNo);
271 &Bytes,
276 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (*PrpListNo))) {
283 ZeroMem (*PrpListHost, Bytes);
328 (all bytes are 0xFF) in the namespace ID specifies that the command packet should be sent to
336 @retval EFI_SUCCESS The NVM Express Command Packet was sent by the host. TransferLength bytes were transferred
338 @retval EFI_BAD_BUFFER_SIZE The NVM Express Command Packet was not executed. The number of bytes that could be transferred
366 UINT32 Bytes;
486 Bytes = Packet->TransferLength;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.c 39 UINTN Bytes;
51 // bytes of memory in the memory block.
81 Bytes = EFI_PAGES_TO_SIZE (Pages);
86 &Bytes,
91 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (Pages))) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.c 40 UINTN Bytes;
52 // bytes of memory in the memory block.
82 Bytes = EFI_PAGES_TO_SIZE (Pages);
87 &Bytes,
92 if (EFI_ERROR (Status) || (Bytes != EFI_PAGES_TO_SIZE (Pages))) {
  /external/guava/guava-tests/test/com/google/common/io/
LittleEndianDataInputStreamTest.java 19 import com.google.common.primitives.Bytes;
73 assertEquals(Bytes.asList(data), Bytes.asList(b));
132 out.write(new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9}); // 10 bytes of junk to skip
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 37 std::vector<uint8_t> Bytes;
39 // Bits in BytesUsed[I] are 1 if matching bit in Bytes[I] is used, 0 if not.
43 if (Bytes.size() < Pos + Size) {
44 Bytes.resize(Pos + Size);
47 return std::make_pair(Bytes.data() + Pos, BytesUsed.data() + Pos);
51 // and mark bytes as used.
63 // and mark bytes as used.
89 // Cache of the vtable's size in bytes.
93 // bytes are stored in reverse order until the globals are rebuilt. This means
107 // The offset in bytes from the start of the vtable (i.e. the address point)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 22 // a block operation of Size bytes with source address Src and destination
36 // much point using a loop for 5 * 256 bytes or fewer. Anything in
62 // Handle a memset of 1, 2, 4 or 8 bytes with the operands given by
87 uint64_t Bytes = CSize->getZExtValue();
88 if (Bytes == 0)
97 Bytes <= 16 && countPopulation(Bytes) <= 2 :
98 Bytes <= 4) {
99 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 43 /// Helper to construct a byte array from a bunch of bytes. The inputs are
47 private static byte[] Bytes(params int[] bytesAsInts)
49 byte[] bytes = new byte[bytesAsInts.Length];
52 bytes[i] = (byte) bytesAsInts[i];
54 return bytes;
58 /// Parses the given bytes using ReadRawVarint32() and ReadRawVarint64()
92 /// Parses the given bytes using ReadRawVarint32() and ReadRawVarint64() and
114 AssertReadVarint(Bytes(0x00), 0);
115 AssertReadVarint(Bytes(0x01), 1);
116 AssertReadVarint(Bytes(0x7f), 127);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 10 // This class implements the disassembler of strings of bytes written in
40 const ByteArrayTy &Bytes;
42 VectorMemoryObject(const ByteArrayTy &bytes) : Bytes(bytes) {}
45 uint64_t getExtent() const { return Bytes.size(); }
50 *Byte = Bytes[Addr].first;
57 MCInstPrinter &Printer, const ByteArrayTy &Bytes,
60 VectorMemoryObject memoryObject(Bytes);
66 for (Index = 0; Index < Bytes.size(); Index += Size)
    [all...]

Completed in 925 milliseconds

1 23 4 5 6 7 8 9