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

  /external/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v8.S 110 be,a sint8
137 sint8: label
  /external/webrtc/webrtc/base/
macconversion.cc 57 SInt8 sint8; local
58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
59 if (converted) *i = static_cast<int>(sint8);

Completed in 107 milliseconds