OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nFileIndexHigh
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/ports/
SkOSFile_win.cpp
55
id->fLsbSize = info.nFileIndexLow + (((ULONGLONG)info.
nFileIndexHigh
) << 32);
/external/skqp/src/ports/
SkOSFile_win.cpp
54
id->fLsbSize = info.nFileIndexLow + (((ULONGLONG)info.
nFileIndexHigh
) << 32);
/external/lzma/CPP/7zip/Common/
FileStreams.cpp
319
props->FileID_Low = (((UInt64)info.
nFileIndexHigh
) << 32) + info.nFileIndexLow;
/external/python/cpython3/Python/
fileutils.c
586
result->st_ino = (((__int64)info->
nFileIndexHigh
)<<32) + info->nFileIndexLow;
656
status->st_ino = (((__int64)info.
nFileIndexHigh
)<<32) + info.nFileIndexLow;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h
39
DWORD
nFileIndexHigh
;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c
1087
result->st_ino = (((__int64)info.
nFileIndexHigh
)<<32) + info.nFileIndexLow;
[
all
...]
/external/python/cpython2/Modules/
posixmodule.c
[
all
...]
Completed in 616 milliseconds