/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/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/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/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/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/libpcap/testprogs/ |
D | unix.h | 43 #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/python/cpython3/Lib/ |
D | tempfile.py | 74 _stat = _os.lstat variable 76 _stat = _os.stat variable 80 def _stat(fn): function 86 _stat(fn)
|
D | stat.py | 176 from _stat import *
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 18 #define stat _stat
|
/external/u-boot/drivers/reset/ |
D | sti-reset.c | 92 #define STIH407_PDN_ETH(_bit, _stat) \ argument 93 _SYSCFG_RST_CH(stih407_sbc_reg, SYSCFG_4032, _bit, SYSSTAT_4520, _stat)
|
/external/curl/lib/ |
D | curl_setup.h | 383 # define stat(fname,stp) _stat(fname, stp) 384 # define struct_stat struct _stat
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 46 #define stat _stat
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | gold_whitelist | 41 /usr/bin/db4.7_stat
|
/external/webrtc/webrtc/tools/converter/ |
D | converter.cc | 21 #define STAT _stat
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 150 #define stat _stat
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 241 # define stat _stat
|
/external/flatbuffers/src/ |
D | util.cpp | 86 #define flatbuffers_stat _stat in DirExists()
|
/external/libevent/sample/ |
D | http-server.c | 52 #define stat _stat
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1565 typedef struct _stat StatStruct; 1591 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }
|