HomeSort by relevance Sort by last modified time
    Searched refs:encodes (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/test/MC/Hexagon/
jumpdoublepound.s 3 # Verify that jump encodes correctly
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
jumpdoublepound.s 3 # Verify that jump encodes correctly
  /external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s 16 # Test ARM64_RELOC_BRANCH26 relocation. The branch instruction only encodes 26
26 # Test ARM64_RELOC_PAGE21 and ARM64_RELOC_PAGEOFF12 relocation. adrp encodes
28 # variable ptr. ldr encodes the offset of the variable within the page. The ldr
42 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
43 # adrp instruction and the GOT entry for ptr. ldr encodes the offset of the GOT
  /external/flatbuffers/go/
encode.go 134 // WriteByte encodes a little-endian uint8 into a byte slice.
139 // WriteBool encodes a little-endian bool into a byte slice.
147 // WriteUint8 encodes a little-endian uint8 into a byte slice.
152 // WriteUint16 encodes a little-endian uint16 into a byte slice.
159 // WriteUint32 encodes a little-endian uint32 into a byte slice.
168 // WriteUint64 encodes a little-endian uint64 into a byte slice.
181 // WriteInt8 encodes a little-endian int8 into a byte slice.
186 // WriteInt16 encodes a little-endian int16 into a byte slice.
193 // WriteInt32 encodes a little-endian int32 into a byte slice.
202 // WriteInt64 encodes a little-endian int64 into a byte slice
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s 17 # Test ARM64_RELOC_BRANCH26 relocation. The branch instruction only encodes 26
34 # Test ARM64_RELOC_PAGE21 and ARM64_RELOC_PAGEOFF12 relocation. adrp encodes
36 # variable ptr. ldr encodes the offset of the variable within the page. The ldr
50 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
51 # adrp instruction and the GOT entry for ptr. ldr encodes the offset of the GOT
  /external/chromium-libpac/test/js-unittest/
passthrough.js 1 // Return a single-proxy result, which encodes ALL the arguments that were
  /external/syzkaller/vendor/golang.org/x/sys/unix/
sockcmsg_linux.go 11 // UnixCredentials encodes credentials into a socket control message
sockcmsg_unix.go 72 // UnixRights encodes a set of open file descriptors into a socket
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
params.go 40 // Encode encodes the values into ``URL encoded'' form
  /external/syzkaller/vendor/golang.org/x/net/idna/
punycode.go 96 // encode encodes a string as specified in section 6.3 and prepends prefix to
  /external/golang-protobuf/proto/
encode.go 56 // message that encodes to >2GB.
57 ErrTooLarge = errors.New("proto: message encodes to over 2 GB")
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
encode.go 71 // message that encodes to >2GB.
72 ErrTooLarge = errors.New("proto: message encodes to over 2 GB")
message_set.go 148 // MarshalMessageSet encodes the extension map represented by m in the message set wire format.
226 // MarshalMessageSetJSON encodes the extension map represented by m in JSON format.
  /external/syzkaller/vendor/golang.org/x/oauth2/jws/
jws.go 136 // EncodeWithSigner encodes a header and claim set with the provided signer.
154 // Encode encodes a signed JWS with provided header and claim set.
  /external/golang-protobuf/ptypes/
any.go 64 // MarshalAny takes the protocol buffer and encodes it into google.protobuf.Any.
  /external/golang-protobuf/ptypes/timestamp/
timestamp.pb.go 90 // For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
  /external/syzkaller/prog/
encodingexec.go 7 // Exec format is an sequence of uint64's which encodes a sequence of calls.
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
any.go 64 // MarshalAny takes the protocol buffer and encodes it into google.protobuf.Any.
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/
timestamp.pb.go 86 // For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
  /external/syzkaller/vendor/golang.org/x/net/http2/hpack/
encode.go 47 // WriteField encodes f into a single Write to e's underlying Writer.
  /external/tensorflow/tensorflow/python/keras/
losses.py 316 we assume that `y_pred` encodes a probability distribution.
369 we assume that `y_pred` encodes a probability distribution.
426 we assume that `y_pred` encodes a probability distribution.
846 we assume that `y_pred` encodes a probability distribution.
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 41 /// Encodes and writes protocol message fields.
387 /// Encodes and writes a tag.
640 /// ZigZag encodes signed integers into values that can be efficiently
655 /// ZigZag encodes signed integers into values that can be efficiently
CodedInputStream.cs     [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
write.go 331 // encodeHeaders encodes an http.Header. If keys is not nil, then (k, h[k])
  /external/v8/tools/profview/
profile-utils.js 117 // Triplet { 123, 2, 3 } encodes positions in ticks 123, 124, 125,

Completed in 2186 milliseconds

1 2