Home
last modified time | relevance | path

Searched refs:_stat (Results 1 – 25 of 52) 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/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/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/antlr/runtime/Cpp/include/
Dantlr3filestream.inl18 struct _stat statbuf;
20 _stat((const char *)filename, &statbuf);
Dantlr3defs.hpp252 #define _stat stat macro
/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/antlr/runtime/C/src/
Dantlr3filestream.c420 struct _stat statbuf; in antlr3Fsize()
422 _stat((const char *)fileName, &statbuf); in antlr3Fsize()
/external/python/cpython3/Lib/
Dtempfile.py74 _stat = _os.lstat variable
76 _stat = _os.stat variable
80 def _stat(fn): function
86 _stat(fn)
Dstat.py176 from _stat import *
/external/e2fsprogs/include/nonunix/
Dunistd.h18 #define stat _stat
/external/u-boot/drivers/reset/
Dsti-reset.c92 #define STIH407_PDN_ETH(_bit, _stat) \ argument
93 _SYSCFG_RST_CH(stih407_sbc_reg, SYSCFG_4032, _bit, SYSSTAT_4520, _stat)
/external/curl/lib/
Dcurl_setup.h383 # define stat(fname,stp) _stat(fname, stp)
384 # define struct_stat struct _stat
/external/libjpeg-turbo/md5/
Dmd5hl.c46 #define stat _stat
/external/autotest/client/site_tests/platform_ToolchainOptions/
Dgold_whitelist41 /usr/bin/db4.7_stat
/external/webrtc/webrtc/tools/converter/
Dconverter.cc21 #define STAT _stat
/external/tcpdump/
Dnetdissect-stdinc.h150 #define stat _stat
/external/ImageMagick/MagickCore/
Dnt-base.h241 # define stat _stat
/external/flatbuffers/src/
Dutil.cpp86 #define flatbuffers_stat _stat in DirExists()
/external/libevent/sample/
Dhttp-server.c52 #define stat _stat
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1565 typedef struct _stat StatStruct;
1591 inline int Stat(const char* path, StatStruct* buf) { return _stat(path, buf); }

123