HomeSort by relevance Sort by last modified time
    Searched defs:T16 (Results 1 - 17 of 17) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug336.go 41 F3 *T16
46 type T15 T16
47 type T16 T17
64 _ = &T12{&T15{}, &T13{}, &T16{}}
  /prebuilts/go/linux-x86/test/fixedbugs/
bug336.go 41 F3 *T16
46 type T15 T16
47 type T16 T17
64 _ = &T12{&T15{}, &T13{}, &T16{}}
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 61 T16 func(int)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 61 T16 func(int)
  /prebuilts/go/darwin-x86/src/runtime/
iface_test.go 33 type T16 uint16
40 func (T16) Method1() {}
315 zero16I T16 = 0
  /prebuilts/go/linux-x86/src/runtime/
iface_test.go 33 type T16 uint16
40 func (T16) Method1() {}
315 zero16I T16 = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.c 81 #define T16 0x49b40821
223 SET(b, c, d, a, 15, 22, T16);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.c 81 #define T16 0x49b40821
223 SET(b, c, d, a, 15, 22, T16);
  /external/libcups/cups/
md5.c 61 #define T16 0x49b40821
180 SET(b, c, d, a, 15, 22, T16);
  /external/python/cpython2/Modules/
md5.c 81 #define T16 0x49b40821
223 SET(b, c, d, a, 15, 22, T16);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
copy.go 239 type T16 struct {
250 a := T16{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [16]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
253 want := T16{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [16]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 228 type T16 struct {
239 a := T16{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [16]byte{255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
241 want := T16{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [16]byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
copy.go 239 type T16 struct {
250 a := T16{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [16]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
253 want := T16{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [16]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 228 type T16 struct {
239 a := T16{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [16]byte{255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
241 want := T16{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [16]byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 89 typedef double T16 __attribute__ ((vector_size (16)));
90 T16 f16(void) { while (1) {} }
106 struct { T16 a; } f22(void) { while (1) {} }
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/
Iscp.h 135 ISCP_TYPE16_SMBIOS_INFO T16; ///< SMBIOS Type 16 Record Data
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 388 milliseconds