Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/pending/
Dlast.c92 int fd, pwidth, curlog_type = EMPTY; in last_main() local
97 pwidth = (toys.optflags & FLAG_W) ? 46 : 16; in last_main()
137 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
148 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
178 ut.ut_line, pwidth, pwidth, ut.ut_host, in last_main()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc518 const UncompressFlags& flags, int* pwidth, int* pheight, in Uncompress() argument
524 if (pwidth != nullptr) *pwidth = width; in Uncompress()
/external/mksh/src/
Dedit.c975 static int pwidth; /* width of prompt */ variable
1222 pwidth = prompt_trunc % x_cols; in x_init_prompt()
1223 prompt_trunc -= pwidth; in x_init_prompt()
1224 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) { in x_init_prompt()
1227 pwidth = 0; in x_init_prompt()
1250 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth); in x_emacs()
2118 x_col = pwidth; in x_pprompt()
2862 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
3568 x_col = pwidth; in x_vi()
3578 winwidth = x_cols - pwidth - 3; in x_vi()
[all …]
/external/ImageMagick/coders/
Dsixel.c231 size_t /* out */ *pwidth, /* image width */ in sixel_decode()
532 *pwidth = imsx; in sixel_decode()