HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 1026 - 1050 of 2364) sorted by null

<<41424344454647484950>>

  /external/tpm2/
Object_fp.h 70 UINT16 ObjectGetName(TPMI_DH_OBJECT handle, // IN: handle of the object
PolicyAuthorize.c 30 UINT16 digestSize;
  /external/vulkan-validation-layers/libs/glm/gtx/
raw_data.hpp 60 typedef detail::uint16 word;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 28 typedef uint16_t uint16; typedef
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Device.h 36 typedef unsigned short uint16; typedef
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 26 (w) = ((uint16) *(pb + 1) << 8) + *pb;
31 ((uint16) *(pb + 1) << 8) + *pb;
33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16);
174 uint16 wdat;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
data.go 109 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(o))
136 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(v))
156 func adduint16(ctxt *Link, s *LSym, v uint16) int64 {
172 func setuint16(ctxt *Link, s *LSym, r int64, v uint16) int64 {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 106 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(o))
133 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(v))
153 func adduint16(ctxt *Link, s *LSym, v uint16) int64 {
169 func setuint16(ctxt *Link, s *LSym, r int64, v uint16) int64 {
  /prebuilts/go/darwin-x86/src/cmd/vet/
shift.go 65 case types.Uint16, types.Int16:
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 161 reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
228 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
270 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
286 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
  /prebuilts/go/darwin-x86/src/image/jpeg/
huffman.go 25 // The high 8 bits of the uint16 are the encoded value. The low 8 bits
28 lut [1 << lutSize]uint16
146 lutValue := uint16(h.vals[x])<<8 | uint16(2+i)
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 27 reqId uint16
34 func newRequest(reqId uint16, flags uint8) *request {
134 requests map[uint16]*request // keyed by request ID
141 requests: make(map[uint16]*request),
  /prebuilts/go/darwin-x86/src/reflect/
tostring_test.go 27 case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
  /prebuilts/go/darwin-x86/src/runtime/
defs_openbsd_386.go 166 flags uint16
defs_openbsd_arm.go 166 flags uint16
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 67 "uint", "uint8", "uint16", "uint32", "uint64",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
data.go 109 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(o))
136 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(v))
156 func adduint16(ctxt *Link, s *LSym, v uint16) int64 {
172 func setuint16(ctxt *Link, s *LSym, r int64, v uint16) int64 {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
data.go 106 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(o))
133 ctxt.Arch.ByteOrder.PutUint16(s.P[off:], uint16(v))
153 func adduint16(ctxt *Link, s *LSym, v uint16) int64 {
169 func setuint16(ctxt *Link, s *LSym, r int64, v uint16) int64 {
  /prebuilts/go/linux-x86/src/cmd/vet/
shift.go 65 case types.Uint16, types.Int16:
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 161 reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
228 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
270 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
286 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
  /prebuilts/go/linux-x86/src/image/jpeg/
huffman.go 25 // The high 8 bits of the uint16 are the encoded value. The low 8 bits
28 lut [1 << lutSize]uint16
146 lutValue := uint16(h.vals[x])<<8 | uint16(2+i)
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 27 reqId uint16
34 func newRequest(reqId uint16, flags uint8) *request {
134 requests map[uint16]*request // keyed by request ID
141 requests: make(map[uint16]*request),
  /prebuilts/go/linux-x86/src/reflect/
tostring_test.go 27 case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
  /prebuilts/go/linux-x86/src/runtime/
defs_openbsd_386.go 166 flags uint16
defs_openbsd_arm.go 166 flags uint16

Completed in 349 milliseconds

<<41424344454647484950>>