/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_mksstats.h | 32 #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/ |
D | XzHandler.cpp | 64 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/ |
D | make_buildinfo.c | 24 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/ |
D | make_buildinfo.c | 26 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/ |
D | make_buildinfo.c | 26 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/ |
D | stat_windows.cc | 34 struct _stat buf; in GetFileModificationTime() 35 if (_stat(filename, &buf) != 0) { in GetFileModificationTime()
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 53 #define BLD_PLAT_STAT _stat 136 inline int fstat(int fd, struct _stat *buffer) in fstat()
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | file_util.cc | 65 struct _stat st; in GetFileSize() 67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
|
/external/libwebm/common/ |
D | file_util.cc | 65 struct _stat st; in GetFileSize() 67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
|
/external/libaom/libaom/third_party/libwebm/common/ |
D | file_util.cc | 65 struct _stat st; in GetFileSize() 67 if (_stat(file_name.c_str(), &st) == 0) { in GetFileSize()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3filestream.inl | 18 struct _stat statbuf; 20 _stat((const char *)filename, &statbuf);
|
D | antlr3defs.hpp | 252 #define _stat stat macro
|
/external/flac/src/plugin_xmms/ |
D | fileinfo.c | 204 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/ |
D | mapper.cc | 119 struct _stat st; in open_() 120 MARISA_THROW_IF(::_stat(filename, &st) != 0, MARISA_IO_ERROR); in open_()
|
/external/libpcap/testprogs/ |
D | unix.h | 43 #define stat _stat
|
/external/python/cpython2/Lib/ |
D | tempfile.py | 87 _stat = _os.lstat variable 89 _stat = _os.stat variable 93 def _stat(fn): function 102 _stat(fn)
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 18 #define stat _stat
|
/external/antlr/runtime/C/src/ |
D | antlr3filestream.c | 420 struct _stat statbuf; in antlr3Fsize() 422 _stat((const char *)fileName, &statbuf); in antlr3Fsize()
|
/external/protobuf/src/google/protobuf/io/ |
D | io_win32.h | 74 PROTOBUF_EXPORT int stat(const char* path, struct _stat* buffer);
|
D | io_win32.cc | 304 int stat(const char* path, struct _stat* buffer) { in stat() 313 return ::_stat(path, buffer); in stat()
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 46 #define stat _stat
|
/external/curl/lib/ |
D | curl_multibyte.c | 115 result = _stat(path, buffer); in curlx_win32_stat()
|
/external/python/cpython3/Lib/ |
D | stat.py | 193 from _stat import *
|
/external/webrtc/rtc_tools/converter/ |
D | converter.cc | 23 #define STAT _stat
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 150 #define stat _stat
|