Home
last modified time | relevance | path

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

/system/core/sh/
Djobs.c387 int col; in showjob() local
445 col = strlen(s); in showjob()
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid); in showjob()
448 col += strlen(s + col); in showjob()
451 scopy("Running", s + col); in showjob()
455 fmtstr(s + col, 16, "Done(%d)", st); in showjob()
457 fmtstr(s + col, 16, "Done"); in showjob()
467 scopyn(sys_siglist[st], s + col, 32); in showjob()
469 fmtstr(s + col, 16, "Signal %d", st); in showjob()
471 col += strlen(s + col); in showjob()
[all …]
DTOUR334 tin command appears in backquotes, to allow its output to be col-
/system/core/liblinenoise/
Dlinenoise.c174 int col = 0; in effectiveLen() local
179 col = 0; in effectiveLen()
181 col++; in effectiveLen()
184 return col; in effectiveLen()
/system/core/libpixelflinger/
Dscanline.cpp97 extern "C" void scanline_col32cb16blend_neon(uint16_t *dst, uint32_t *col, size_t ct);
98 extern "C" void scanline_col32cb16blend_arm(uint16_t *dst, uint32_t col, size_t ct);