Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 6 of 6) sorted by relevance

/system/bt/btif/src/
Dbtif_debug_btsnoop.cc199 size_t line_length = 0; in btif_debug_btsnoop_dump() local
218 if (line_length >= MAX_LINE_LENGTH) { in btif_debug_btsnoop_dump()
220 line_length = 0; in btif_debug_btsnoop_dump()
222 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_dump()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc160 size_t line_length = 0; in debug_nfcsnoop_dump() local
179 if (line_length >= MAX_LINE_LENGTH) { in debug_nfcsnoop_dump()
181 line_length = 0; in debug_nfcsnoop_dump()
183 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump()
/system/extras/tests/framebuffer/
Dfb_test.c98 fb->stride = fi.line_length / bytes_per_pixel; in get_framebuffer()
106 fb->stride = fi.line_length / bytes_per_pixel; in get_framebuffer()
135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length); in dumpinfo()
209 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in draw_grid()
244 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in clear_screen()
/system/extras/libperfmgr/
DCPPLINT.cfg2 …uild/include_order,-build/namespaces,-build/header_guard,-whitespace/indent,-whitespace/line_length
/system/core/demangle/
Ddemangle.cpp73 size_t line_length = 0; in Filter() local
75 while ((getline(&line, &line_length, stdin)) != -1) { in Filter()
/system/extras/simpleperf/
Dcmd_record.cpp1322 size_t line_length = 0; in ProcessControlCmd() local
1323 if (getline(&line, &line_length, stdin) == -1) { in ProcessControlCmd()