HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 276 - 300 of 1396) sorted by null

<<11121314151617181920>>

  /external/vulkan-validation-layers/libs/glm/detail/
glm.cpp 39 template struct tvec1<uint16, lowp>;
51 template struct tvec1<uint16, mediump>;
63 template struct tvec1<uint16, highp>;
76 template struct tvec2<uint16, lowp>;
87 template struct tvec2<uint16, mediump>;
98 template struct tvec2<uint16, highp>;
110 template struct tvec3<uint16, lowp>;
121 template struct tvec3<uint16, mediump>;
132 template struct tvec3<uint16, highp>;
144 template struct tvec4<uint16, lowp>
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 39 #ifndef uint16
40 typedef unsigned short uint16; typedef
104 uint16 vop_time_increment;
230 uint16 sar_width;
231 uint16 sar_height;
345 uint16 CODED_WIDTH;
346 uint16 CODED_HEIGHT;
360 uint16 widthMB;
361 uint16 heightMB;
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 60 typedef unsigned short uint16; typedef
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/test/
divconst_test.go 51 var u16res uint16
55 u16res = uint16(i) / 7
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_amd64.go 95 Reclen uint16
96 Namlen uint16
109 Port uint16
117 Port uint16
132 Index uint16
251 Msglen uint16
256 Index uint16
285 Msglen uint16
291 Index uint16
296 Msglen uint16
    [all...]
ztypes_netbsd_arm.go 96 Reclen uint16
97 Namlen uint16
110 Port uint16
118 Port uint16
133 Index uint16
250 Msglen uint16
255 Index uint16
284 Msglen uint16
290 Index uint16
295 Msglen uint16
    [all...]
syscall_windows.go 26 func StringToUTF16(s string) []uint16 {
37 func UTF16FromString(s string) ([]uint16, error) {
48 func UTF16ToString(s []uint16) string {
64 func StringToUTF16Ptr(s string) *uint16 { return &StringToUTF16(s)[0] }
69 func UTF16PtrFromString(s string) (*uint16, error) {
80 func langid(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pri) }
86 func FormatMessage(flags uint32, msgsrc uint32, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
98 b := make([]uint16, 300)
144 //sys formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) = FormatMessageW
146 //sys CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile (…)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/test/
divconst_test.go 51 var u16res uint16
55 u16res = uint16(i) / 7
  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_amd64.go 95 Reclen uint16
96 Namlen uint16
109 Port uint16
117 Port uint16
132 Index uint16
251 Msglen uint16
256 Index uint16
285 Msglen uint16
291 Index uint16
296 Msglen uint16
    [all...]
ztypes_netbsd_arm.go 96 Reclen uint16
97 Namlen uint16
110 Port uint16
118 Port uint16
133 Index uint16
250 Msglen uint16
255 Index uint16
284 Msglen uint16
290 Index uint16
295 Msglen uint16
    [all...]
syscall_windows.go 26 func StringToUTF16(s string) []uint16 {
37 func UTF16FromString(s string) ([]uint16, error) {
48 func UTF16ToString(s []uint16) string {
64 func StringToUTF16Ptr(s string) *uint16 { return &StringToUTF16(s)[0] }
69 func UTF16PtrFromString(s string) (*uint16, error) {
80 func langid(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pri) }
86 func FormatMessage(flags uint32, msgsrc uint32, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
98 b := make([]uint16, 300)
144 //sys formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) = FormatMessageW
146 //sys CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile (…)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
glm.cpp 39 template struct tvec1<uint16, lowp>;
51 template struct tvec1<uint16, mediump>;
63 template struct tvec1<uint16, highp>;
76 template struct tvec2<uint16, lowp>;
87 template struct tvec2<uint16, mediump>;
98 template struct tvec2<uint16, highp>;
110 template struct tvec3<uint16, lowp>;
121 template struct tvec3<uint16, mediump>;
132 template struct tvec3<uint16, highp>;
144 template struct tvec4<uint16, lowp>
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16_test.go 26 out []uint16
30 {[]rune{1, 2, 3, 4}, []uint16{1, 2, 3, 4}},
32 []uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff}},
34 []uint16{'a', 'b', 0xd7ff, 0xfffd, 0xfffd, 0xe000, 0xfffd, 0xfffd}},
82 in []uint16
87 {[]uint16{1, 2, 3, 4}, []rune{1, 2, 3, 4}},
88 {[]uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff},
90 {[]uint16{0xd800, 'a'}, []rune{0xfffd, 'a'}},
91 {[]uint16{0xdfff}, []rune{0xfffd}},
153 data := []uint16{104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100
    [all...]
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16_test.go 26 out []uint16
30 {[]rune{1, 2, 3, 4}, []uint16{1, 2, 3, 4}},
32 []uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff}},
34 []uint16{'a', 'b', 0xd7ff, 0xfffd, 0xfffd, 0xe000, 0xfffd, 0xfffd}},
82 in []uint16
87 {[]uint16{1, 2, 3, 4}, []rune{1, 2, 3, 4}},
88 {[]uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff},
90 {[]uint16{0xd800, 'a'}, []rune{0xfffd, 'a'}},
91 {[]uint16{0xdfff}, []rune{0xfffd}},
153 data := []uint16{104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 30 define 13 uint16 boot_size
42 define 23 uint16 default_ip_ttl
44 define 25 array uint16 path_mtu_plateau_table
45 define 26 uint16 interface_mtu
54 define 36 uint16 ieee802_3_encapsulation
75 define 57 uint16 dhcp_max_message_size
152 embed uint16 country_code
165 define 117 array uint16 name_service_search
315 define6 6 array uint16 option_request
317 define6 8 uint16 elased_tim
    [all...]
  /prebuilts/go/darwin-x86/src/image/color/
color.go 48 R, G, B, A uint16
81 R, G, B, A uint16
111 A uint16
132 Y uint16
189 return RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
216 return NRGBA64{uint16(r), uint16(g), uint16(b), 0xffff
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 89 DnsSuffix *uint16
90 Description *uint16
91 FriendlyName *uint16
115 //sys GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW
116 //sys MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) = MoveFileExW
117 //sys GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) = kernel32.GetModuleFileNameW
260 //sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
266 Netname *uint16
268 Remark *uint16
    [all...]
  /prebuilts/go/darwin-x86/test/
divmod.go 100 if (uint64(uint16(x)) == x || uint64(uint16(^x)) == ^x) && (uint64(uint16(y)) == y || uint64(uint16(^y)) == ^y) {
101 checkuint16(uint16(x), uint16(y))
175 func checkuint16(x, y uint16) {
184 if q1 != uint16(q) {
185 print("uint16(", x, "/", y, ") = ", q1, ", want ", q, "\n")
187 if r1 != uint16(r)
    [all...]
  /prebuilts/go/linux-x86/src/image/color/
color.go 48 R, G, B, A uint16
81 R, G, B, A uint16
111 A uint16
132 Y uint16
189 return RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
216 return NRGBA64{uint16(r), uint16(g), uint16(b), 0xffff
    [all...]
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 89 DnsSuffix *uint16
90 Description *uint16
91 FriendlyName *uint16
115 //sys GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW
116 //sys MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) = MoveFileExW
117 //sys GetModuleFileName(module syscall.Handle, fn *uint16, len uint32) (n uint32, err error) = kernel32.GetModuleFileNameW
260 //sys MultiByteToWideChar(codePage uint32, dwFlags uint32, str *byte, nstr int32, wchar *uint16, nwchar int32) (nwrite int32, err error) = kernel32.MultiByteToWideChar
266 Netname *uint16
268 Remark *uint16
    [all...]
  /prebuilts/go/linux-x86/test/
divmod.go 100 if (uint64(uint16(x)) == x || uint64(uint16(^x)) == ^x) && (uint64(uint16(y)) == y || uint64(uint16(^y)) == ^y) {
101 checkuint16(uint16(x), uint16(y))
175 func checkuint16(x, y uint16) {
184 if q1 != uint16(q) {
185 print("uint16(", x, "/", y, ") = ", q1, ", want ", q, "\n")
187 if r1 != uint16(r)
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 99 uint16 iL;
100 uint16 sizeL = ptrA->arrE.sizeE;
119 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA )
121 uint16 iL;
122 uint16 sizeL = ptrA->arrE.sizeE;
123 uint16 maxL = 0;
127 uint16 vL = srcL[ iL ] > 0 ? srcL[ iL ] : -srcL[ iL ];
182 uint16* memPtrA )
195 const uint16* memPtrA,
270 uint16 iL
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 28 compressors map[uint16]Compressor
93 b.uint16(h.CreatorVersion)
94 b.uint16(h.ReaderVersion)
95 b.uint16(h.Flags)
96 b.uint16(h.Method)
97 b.uint16(h.ModifiedTime)
98 b.uint16(h.ModifiedDate)
108 var buf [28]byte // 2x uint16 + 3x uint64
110 eb.uint16(zip64ExtraID)
111 eb.uint16(24) // size = 3x uint6
496 func (b *writeBuf) uint16(v uint16) { func
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 28 compressors map[uint16]Compressor
93 b.uint16(h.CreatorVersion)
94 b.uint16(h.ReaderVersion)
95 b.uint16(h.Flags)
96 b.uint16(h.Method)
97 b.uint16(h.ModifiedTime)
98 b.uint16(h.ModifiedDate)
108 var buf [28]byte // 2x uint16 + 3x uint64
110 eb.uint16(zip64ExtraID)
111 eb.uint16(24) // size = 3x uint6
496 func (b *writeBuf) uint16(v uint16) { func
    [all...]
  /build/soong/third_party/zip/
reader.go 28 decompressors map[uint16]Decompressor
95 // The count of files inside a zip is truncated to fit in a uint16.
110 if uint16(len(z.File)) != uint16(end.directoryRecords) { // only compare 16 bits here
121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) {
123 z.decompressors = make(map[uint16]Decompressor)
128 func (z *Reader) decompressor(method uint16) Decompressor {
241 filenameLen := int(b.uint16())
242 extraLen := int(b.uint16())
258 f.CreatorVersion = b.uint16()
511 func (b *readBuf) uint16() uint16 { func
    [all...]

Completed in 698 milliseconds

<<11121314151617181920>>