Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc151 size_t line_length = 0; in debug_nfcsnoop_dump() local
170 if (line_length >= MAX_LINE_LENGTH) { in debug_nfcsnoop_dump()
172 line_length = 0; in debug_nfcsnoop_dump()
174 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump()
/system/bt/btif/src/
Dbtif_debug_btsnoop.cc200 size_t line_length = 0; in btif_debug_btsnoop_dump() local
219 if (line_length >= MAX_LINE_LENGTH) { in btif_debug_btsnoop_dump()
221 line_length = 0; in btif_debug_btsnoop_dump()
223 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_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()
210 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in draw_grid()
245 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in clear_screen()
/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/libpagemap/
Dpm_process.c248 size_t line_length = 0; in read_maps() local
275 while (getline(&line, &line_length, maps_f) != -1) { in read_maps()