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

1 2 34 5 6 7 8 9

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 64 // Other implementations yield number of bytes needed, not including the
207 ArrayRef<uint8_t> Bytes;
212 uint32_t NumPerLine; // Number of bytes to show per line.
213 uint8_t ByteGroupSize; // How many hex bytes are grouped without spaces
214 bool Upper; // Show offset and hex bytes as upper case.
215 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
221 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
233 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 23 "bytes"
218 b := s.out.Bytes()
220 i := bytes.Index(b, []byte("(lldb) process continue"))
403 return bytes.LastIndex(w.buf, sep)
406 func (w *buf) Bytes() []byte {
  /prebuilts/go/darwin-x86/src/bytes/
buffer.go 5 package bytes package
15 // A Buffer is a variable-sized buffer of bytes with Read and Write methods.
18 buf []byte // contents are the bytes buf[off : len(buf)]
40 var ErrTooLarge = errors.New("bytes.Buffer: too large")
42 // Bytes returns a slice of length b.Len() holding the unread portion of the buffer.
47 func (b *Buffer) Bytes() []byte { return b.buf[b.off:] }
59 // Len returns the number of bytes of the unread portion of the buffer;
60 // b.Len() == len(b.Bytes()).
67 // Truncate discards all but the first n unread bytes from the buffer
74 panic("bytes.Buffer: truncation out of range"
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 15 "bytes"
399 // text about the number of omitted bytes.
466 var stdout bytes.Buffer
477 ee.Stderr = c.Stderr.(*prefixSuffixSaver).Bytes()
480 return stdout.Bytes(), err
492 var b bytes.Buffer
496 return b.Bytes(), err
639 // prefixSuffixSaver is an io.Writer which retains the first N bytes
640 // and the last N bytes written to it. The Bytes() methods reconstruct
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 6 // bytes passing through as well as various transformations. Example
12 "bytes"
20 // receive all of the transformed bytes.
40 // Transformer transforms bytes.
42 // Transform writes to dst the transformed bytes read from src, and
43 // returns the number of dst bytes written and src bytes read. The
44 // atEOF argument tells whether src represents the last bytes of the
47 // Callers should always process the nDst bytes produced and account
48 // for the nSrc bytes consumed before considering the error err
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 26 // the bytes or string x converted to the given form.
42 // Bytes returns f(b). May return b if f(b) = b.
43 func (f Form) Bytes(b []byte) []byte {
145 // if it is followed by illegal continuation bytes. It returns the
404 // segment in b or -1 if atEOF is false and there are not enough bytes to
411 // next segment in b or -1 if atEOF is false and there are not enough bytes to
471 if p == -1 { // incomplete UTF-8 encoding or non-starter bytes without a starter
475 if p+int(info.size) != i { // trailing non-starter bytes: illegal UTF-8
500 // and returns the number of bytes consumed from src or iShortDst or iShortSrc.
570 // illegal trailing continuation bytes
    [all...]
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 23 "bytes"
218 b := s.out.Bytes()
220 i := bytes.Index(b, []byte("(lldb) process continue"))
403 return bytes.LastIndex(w.buf, sep)
406 func (w *buf) Bytes() []byte {
  /prebuilts/go/linux-x86/src/bytes/
buffer.go 5 package bytes package
15 // A Buffer is a variable-sized buffer of bytes with Read and Write methods.
18 buf []byte // contents are the bytes buf[off : len(buf)]
40 var ErrTooLarge = errors.New("bytes.Buffer: too large")
42 // Bytes returns a slice of length b.Len() holding the unread portion of the buffer.
47 func (b *Buffer) Bytes() []byte { return b.buf[b.off:] }
59 // Len returns the number of bytes of the unread portion of the buffer;
60 // b.Len() == len(b.Bytes()).
67 // Truncate discards all but the first n unread bytes from the buffer
74 panic("bytes.Buffer: truncation out of range"
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 15 "bytes"
399 // text about the number of omitted bytes.
466 var stdout bytes.Buffer
477 ee.Stderr = c.Stderr.(*prefixSuffixSaver).Bytes()
480 return stdout.Bytes(), err
492 var b bytes.Buffer
496 return b.Bytes(), err
639 // prefixSuffixSaver is an io.Writer which retains the first N bytes
640 // and the last N bytes written to it. The Bytes() methods reconstruct
    [all...]

Completed in 1264 milliseconds

1 2 34 5 6 7 8 9