/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue8155.go | 8 // Alignment of stack prologue zeroing was wrong on 64-bit Native Client
|
issue8947.go | 8 // expressions broke with our more aggressive zeroing
|
issue5373.go | 7 // Ensure that zeroing range loops have the requisite side-effects.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue8155.go | 8 // Alignment of stack prologue zeroing was wrong on 64-bit Native Client
|
issue8947.go | 8 // expressions broke with our more aggressive zeroing
|
issue5373.go | 7 // Ensure that zeroing range loops have the requisite side-effects.
|
/prebuilts/go/darwin-x86/test/ |
clearfat.go | 7 // Check that {5,6,8,9}g/ggen.c:clearfat is zeroing the entire object.
|
/prebuilts/go/linux-x86/test/ |
clearfat.go | 7 // Check that {5,6,8,9}g/ggen.c:clearfat is zeroing the entire object.
|
/prebuilts/go/darwin-x86/src/runtime/ |
slice.go | 96 // Note: can't use rawmem (which avoids zeroing of memory), because then GC can scan uninitialized memory.
|
mkduff.go | 7 // runtime·duffzero is a Duff's device for zeroing memory.
|
iface.go | 141 // actual data. Figure out how to avoid zeroing. Also below in convT2I.
|
malloc.go | 73 // zeroing this way: 76 // or the page heap can avoid zeroing altogether. 77 // 2. the cost of zeroing when reusing a small object is
|
/prebuilts/go/linux-x86/src/runtime/ |
slice.go | 96 // Note: can't use rawmem (which avoids zeroing of memory), because then GC can scan uninitialized memory.
|
mkduff.go | 7 // runtime·duffzero is a Duff's device for zeroing memory.
|
iface.go | 141 // actual data. Figure out how to avoid zeroing. Also below in convT2I.
|
malloc.go | 73 // zeroing this way: 76 // or the page heap can avoid zeroing altogether. 77 // 2. the cost of zeroing when reusing a small object is
|
/external/libunwind_llvm/src/ |
UnwindRegistersSave.S | 320 @ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersSave.S | 320 @ T1 does not have a non-cpsr-clobbering register-zeroing instruction.
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 83 have been filled, encoding continues by zeroing all bits of the next
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
range.go | 174 // fast zeroing of slices and arrays (issue 5373).
|
pgen.go | 175 // really means, in memory, things with pointers needing zeroing at
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
range.go | 171 // fast zeroing of slices and arrays (issue 5373).
|
pgen.go | 172 // really means, in memory, things with pointers needing zeroing at
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
range.go | 174 // fast zeroing of slices and arrays (issue 5373).
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
range.go | 171 // fast zeroing of slices and arrays (issue 5373).
|