HomeSort by relevance Sort by last modified time
    Searched refs:little_endian (Results 26 - 30 of 30) sorted by null

12

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 53 int little_endian, int is_signed)
55 int little_endian, int is_signed) except -1
  /external/chromium_org/v8/src/
typedarray.js 401 function DataViewGetTYPENAMEJS(offset, little_endian) {
411 !!little_endian);
414 function DataViewSetTYPENAMEJS(offset, value, little_endian) {
425 !!little_endian);
  /external/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_out.pass.cpp 181 typedef std::codecvt_utf16<wchar_t, 0x10FFFF, std::little_endian> C;
228 typedef std::codecvt_utf16<wchar_t, 0x1000, std::little_endian> C;
277 std::little_endian)> C;
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 204 cdef bint little_endian = ((<char*>&endian_detector)[0] != 0)
255 if ((descr.byteorder == c'>' and little_endian) or
256 (descr.byteorder == c'<' and not little_endian)):
791 cdef bint little_endian = ((<char*>&endian_detector)[0] != 0)
801 if ((child.byteorder == c'>' and little_endian) or
802 (child.byteorder == c'<' and not little_endian)):
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc     [all...]

Completed in 252 milliseconds

12