Home
last modified time | relevance | path

Searched refs:pstat (Results 1 – 8 of 8) sorted by relevance

/external/toolchain-utils/cros_utils/
Dstats.py228 import pstat # required 3rd party module
365 scores = pstat.unique(inlist)
465 scores = pstat.unique(inlist)
470 return pstat.abut(scores, freq)
798 f, p = F_oneway(pstat.colex(r, 0), pstat.colex(r, 1))
836 pstat.printcc(lol)
926 data = pstat.abut(x, y)
927 categories = pstat.unique(x)
931 codemap = pstat.abut(categories, range(2))
932 recoded = pstat.recode(data, codemap, 0)
[all …]
/external/openssh/openbsd-compat/
Dsetproctitle.c157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0); in setproctitle()
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dddr.h241 u32 pstat; member
/external/u-boot/drivers/ram/stm32mp1/
Dstm32mp1_ddr_regs.h114 u32 pstat; /* 0x3fc Port Status*/ member
/external/openssh/
Dconfig.h.in884 /* Define to 1 if you have the `pstat' function. */
1214 /* Define to 1 if you have the <sys/pstat.h> header file. */
Dconfigure.ac407 sys/pstat.h \
1733 pstat \
Dconfigure6722 sys/pstat.h \
10684 pstat \
/external/toybox/toys/pending/
Dbc.c1093 struct stat pstat; in bc_read_file() local
1097 if (fstat(fileno(f), &pstat) == -1) goto malloc_err; in bc_read_file()
1099 if (S_ISDIR(pstat.st_mode)) { in bc_read_file()