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

1 2 3 4 5

  /prebuilts/go/darwin-x86/test/chan/
zerosize.go 7 // Test making channels of a zero-sized type.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug497.go 8 // zero-sized type to a function.
gcc61204.go 7 // PR61204: Making temporaries for zero-sized types caused an ICE in gccgo.
gcc61258.go 7 // PR61258: gccgo crashed when deleting a zero-sized key from a map.
gcc61265.go 8 // where the elements are zero-sized values.
issue10135.go 7 // Issue 10135: append a slice with zero-sized element used
  /prebuilts/go/linux-x86/test/chan/
zerosize.go 7 // Test making channels of a zero-sized type.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug497.go 8 // zero-sized type to a function.
gcc61204.go 7 // PR61204: Making temporaries for zero-sized types caused an ICE in gccgo.
gcc61258.go 7 // PR61258: gccgo crashed when deleting a zero-sized key from a map.
gcc61265.go 8 // where the elements are zero-sized values.
issue10135.go 7 // Issue 10135: append a slice with zero-sized element used
  /system/bt/vendor_libs/
Android.mk 3 # -Wno-gnu-variable-sized-type-not-at-end is needed, because struct BT_HDR
16 -Wno-gnu-variable-sized-type-not-at-end \
  /external/llvm/test/MC/MachO/AArch64/
ld64-workaround.s 4 ; in ld64, where it mishandles pointer-sized internal relocations. We should be
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange5.s 1 ! Zero-sized range descriptors are handled well, but GAS should not emit
  /prebuilts/go/darwin-x86/src/image/
names.go 22 // Uniform is an infinite-sized Image of uniform color.
  /prebuilts/go/linux-x86/src/image/
names.go 22 // Uniform is an infinite-sized Image of uniform color.
  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 55 SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized);
75 SSBOArrayLengthCase::SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized)
78 , m_sized (sized)
304 const std::string desc = std::string("Test length() of ") + ((arraysSized[sizeNdx]) ? ("sized ") : ("unsized ")) + qualifiers[qualifierNdx].name + " array";
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 83 // For nonzero-sized structs which end in a zero-sized thing, we add
85 // taking the address of the zero-sized thing can't manufacture a
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 83 // For nonzero-sized structs which end in a zero-sized thing, we add
85 // taking the address of the zero-sized thing can't manufacture a
  /external/gptfdisk/
current.spec 72 disks. Removes stray GPT data, fixes mis-sized extended partitions,
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 150 // Address-sized uint.
  /prebuilts/go/linux-x86/src/debug/dwarf/
buf.go 150 // Address-sized uint.
  /prebuilts/go/darwin-x86/src/runtime/
runtime_test.go 207 // make sure we add padding for structs with trailing zero-sized fields
239 // make sure we don't pad a zero-sized thing
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 207 // make sure we add padding for structs with trailing zero-sized fields
239 // make sure we don't pad a zero-sized thing

Completed in 2208 milliseconds

1 2 3 4 5