Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 25 of 65) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_mksstats.h32 #define SVGA_STATS_COUNT_INC(_sws, _stat) \ argument
33 _sws->stats_inc(_stat);
35 #define SVGA_STATS_TIME_PUSH(_sws, _stat) \ argument
37 _sws->stats_time_push(_stat, &timeFrame);
44 #define SVGA_STATS_COUNT_INC(_sws, _stat) argument
45 #define SVGA_STATS_TIME_PUSH(_sws, _stat) argument
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp64 CXzStatInfo _stat; member in NArchive::NXz::CHandler
119 _stat = decoder.Stat; in Decode()
330 case kpidPhySize: if (_phySize_Defined) prop = _stat.InSize; break; in GetArchiveProperty()
331 case kpidNumStreams: if (_stat.NumStreams_Defined) prop = _stat.NumStreams; break; in GetArchiveProperty()
332 case kpidNumBlocks: if (_stat.NumBlocks_Defined) prop = _stat.NumBlocks; break; in GetArchiveProperty()
333 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetArchiveProperty()
334 …case kpidClusterSize: if (_stat.NumBlocks_Defined && _stat.NumBlocks > 1) prop = _maxBlocksSize; b… in GetArchiveProperty()
356 if (_stat.DataAfterEnd) v |= kpv_ErrorFlags_DataAfterEnd; in GetArchiveProperty()
390 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break; in GetProperty()
391 case kpidPackSize: if (_phySize_Defined) prop = _stat.InSize; break; in GetProperty()
[all …]
/external/python/cpython2/PC/VS7.1/
Dmake_buildinfo.c24 struct _stat st; in make_buildinfo2()
28 if (_stat(".svn", &st) < 0) in make_buildinfo2()
31 if (_stat("no_subwcrev", &st) == 0) in make_buildinfo2()
44 if (_stat(command+1, &st) < 0) in make_buildinfo2()
/external/python/cpython2/PC/VS9.0/
Dmake_buildinfo.c26 struct _stat st; in make_buildinfo2()
30 if (_stat(".svn", &st) < 0) in make_buildinfo2()
33 if (_stat("no_subwcrev", &st) == 0) in make_buildinfo2()
46 if (_stat(command+1, &st) < 0) in make_buildinfo2()
/external/python/cpython2/PC/VS8.0/
Dmake_buildinfo.c26 struct _stat st; in make_buildinfo2()
30 if (_stat(".svn", &st) < 0) in make_buildinfo2()
33 if (_stat("no_subwcrev", &st) == 0) in make_buildinfo2()
46 if (_stat(command+1, &st) < 0) in make_buildinfo2()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dstat_windows.cc34 struct _stat buf; in GetFileModificationTime()
35 if (_stat(filename, &buf) != 0) { in GetFileModificationTime()
/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.h53 #define BLD_PLAT_STAT _stat
136 inline int fstat(int fd, struct _stat *buffer) in fstat()
/external/libwebm/common/
Dfile_util.cc65 struct _stat st; in GetFileSize()
67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
/external/libvpx/libvpx/third_party/libwebm/common/
Dfile_util.cc65 struct _stat st; in GetFileSize()
67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
/external/libaom/libaom/third_party/libwebm/common/
Dfile_util.cc65 struct _stat st; in GetFileSize()
67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
/external/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf;
20 _stat((const char *)filename, &statbuf);
Dantlr3defs.hpp252 #define _stat stat macro
/external/flac/src/plugin_xmms/
Dfileinfo.c204 struct stat _stat; in show_file_info() local
232 if(!stat(current_filename, &_stat) && S_ISREG(_stat.st_mode)) { in show_file_info()
233 label_set_text(flac_filesize, _("Filesize: %zd B"), _stat.st_size); in show_file_info()
236 …8.0 * (float)(_stat.st_size) / (1000.0 * (float)streaminfo.data.stream_info.total_samples / (float… in show_file_info()
237 …100.0 * (float)_stat.st_size / (float)(streaminfo.data.stream_info.bits_per_sample / 8 * streaminf… in show_file_info()
/external/marisa-trie/lib/marisa/grimoire/io/
Dmapper.cc119 struct _stat st; in open_()
120 MARISA_THROW_IF(::_stat(filename, &st) != 0, MARISA_IO_ERROR); in open_()
/external/python/cpython2/Lib/
Dtempfile.py87 _stat = _os.lstat variable
89 _stat = _os.stat variable
93 def _stat(fn): function
102 _stat(fn)
/external/libpcap/testprogs/
Dunix.h43 #define stat _stat
/external/e2fsprogs/include/nonunix/
Dunistd.h18 #define stat _stat
/external/antlr/runtime/C/src/
Dantlr3filestream.c420 struct _stat statbuf; in antlr3Fsize()
422 _stat((const char *)fileName, &statbuf); in antlr3Fsize()
/external/protobuf/src/google/protobuf/io/
Dio_win32.h74 PROTOBUF_EXPORT int stat(const char* path, struct _stat* buffer);
Dio_win32.cc304 int stat(const char* path, struct _stat* buffer) { in stat()
313 return ::_stat(path, buffer); in stat()
/external/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/external/curl/lib/
Dcurl_multibyte.c115 result = _stat(path, buffer); in curlx_win32_stat()
/external/python/cpython3/Lib/
Dstat.py193 from _stat import *
/external/webrtc/rtc_tools/converter/
Dconverter.cc23 #define STAT _stat
/external/tcpdump/
Dnetdissect-stdinc.h150 #define stat _stat

123