Home
last modified time | relevance | path

Searched full:pstat (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c220 MKSGuestStatCounter *pstat; in vmw_svga_winsys_add_stats() local
235 pstat = vmw_mksstat_get_pstat(area, pg_size); in vmw_svga_winsys_add_stats()
255 pinfo->stat.counter = pstat + i; in vmw_svga_winsys_add_stats()
279 .stat = (uintptr_t)pstat, in vmw_svga_winsys_add_stats()
782 MKSGuestStatCounter *pstat; in vmw_svga_winsys_stats_inc() local
786 pstat = vmw_mksstat_get_pstat(vws->mksstat_tls[slot].stat_pages, getpagesize()); in vmw_svga_winsys_stats_inc()
788 __atomic_fetch_add(&pstat[index].count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_inc()
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dncpu.h32 # include <sys/pstat.h>
/third_party/elfio/tests/elf_examples/
H A Dhello_arm ... -1.14.0/newlib/libc/reent/reent.c pstat ../../../../.. ...
/third_party/astc-encoder/Source/
H A Dtinyexr.h1385 mz_zip_archive_file_stat *pStat);
5296 mz_zip_archive_file_stat *pStat) { in mz_zip_reader_file_stat()
5299 if ((!p) || (!pStat)) return MZ_FALSE; in mz_zip_reader_file_stat()
5302 pStat->m_file_index = file_index; in mz_zip_reader_file_stat()
5303 pStat->m_central_dir_ofs = MZ_ZIP_ARRAY_ELEMENT( in mz_zip_reader_file_stat()
5305 pStat->m_version_made_by = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_MADE_BY_OFS); in mz_zip_reader_file_stat()
5306 pStat->m_version_needed = MZ_READ_LE16(p + MZ_ZIP_CDH_VERSION_NEEDED_OFS); in mz_zip_reader_file_stat()
5307 pStat->m_bit_flag = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); in mz_zip_reader_file_stat()
5308 pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_reader_file_stat()
5310 pStat in mz_zip_reader_file_stat()
5295 mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, mz_zip_archive_file_stat *pStat) mz_zip_reader_file_stat() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c1094 struct stat pstat; in bc_read_file() local
1098 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file()
1100 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()
/third_party/sqlite/src/
H A Dsqlite3.c114813 Table *pStat; global() local
[all...]

Completed in 159 milliseconds