Home
last modified time | relevance | path

Searched refs:pwidth (Results 1 – 5 of 5) 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/mksh/src/
Dedit.c976 static int pwidth; /* width of prompt */ variable
1221 pwidth = prompt_trunc % x_cols; in x_init_prompt()
1222 prompt_trunc -= pwidth; in x_init_prompt()
1223 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) { in x_init_prompt()
1226 pwidth = 0; in x_init_prompt()
1249 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth); in x_emacs()
2117 x_col = pwidth; in x_pprompt()
2894 if (xbp == xbuf && xcp != xbuf && col_left >= 0 && col_left < pwidth) { in x_adjust()
3600 x_col = pwidth; in x_vi()
3610 winwidth = x_cols - pwidth - 3; in x_vi()
[all …]
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc534 const UncompressFlags& flags, int* pwidth, int* pheight, in Uncompress() argument
540 if (pwidth != nullptr) *pwidth = width; in Uncompress()
/external/ImageMagick/coders/
Dsixel.c235 size_t /* out */ *pwidth, /* image width */ in sixel_decode()
568 *pwidth = imsx; in sixel_decode()
/external/rust/crates/libc/src/
Dpsp.rs2729 pub fn sceDisplayGetMode(pmode: *mut i32, pwidth: *mut i32, pheight: *mut i32) -> i32; in sceDisplayGetMode()