OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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 143 milliseconds