HomeSort by relevance Sort by last modified time
    Searched refs:s1Ptr (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 203 s1Ptr []uintptr
238 s1Ptr = make([]uintptr, C)
240 s1Ptr = append(s1Ptr, 0x77)
289 s1Ptr = make([]uintptr, 0)
291 s1Ptr = append(s1Ptr, 0x77)
292 s1Ptr = s1Ptr[:cap(s1Ptr)]
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
append_test.go 203 s1Ptr []uintptr
238 s1Ptr = make([]uintptr, C)
240 s1Ptr = append(s1Ptr, 0x77)
289 s1Ptr = make([]uintptr, 0)
291 s1Ptr = append(s1Ptr, 0x77)
292 s1Ptr = s1Ptr[:cap(s1Ptr)]
    [all...]
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 1748 const void *s1Ptr = rhs.ConstPixel (area.t,
1771 return MaxDiff ((const uint8 *)s1Ptr,
1786 return MaxDiff ((const uint16 *)s1Ptr,
1801 return MaxDiff ((const uint32 *)s1Ptr,
1816 return MaxDiff ((const int8 *)s1Ptr,
1831 return MaxDiff ((const int16 *)s1Ptr,
1846 return MaxDiff ((const int32 *)s1Ptr,
1861 return MaxDiff ((const real32 *)s1Ptr,
    [all...]

Completed in 79 milliseconds