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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 101 # define IOINFO_L2E 5
102 # define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E)
103 # define _pioinfo(i) ( __pioinfo[(i) >> IOINFO_L2E] + \
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 101 # define IOINFO_L2E 5
102 # define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E)
103 # define _pioinfo(i) ( __pioinfo[(i) >> IOINFO_L2E] + \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 396 #define IOINFO_L2E 5
397 #define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E)
407 const int i1 = fd >> IOINFO_L2E;
408 const int i2 = fd & ((1 << IOINFO_L2E) - 1);
    [all...]

Completed in 608 milliseconds