Searched refs:line_length (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/adaptation/ |
D | debug_nfcsnoop.cc | 151 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/ |
D | btif_debug_btsnoop.cc | 200 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/ |
D | fb_test.c | 98 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/ |
D | demangle.cpp | 73 size_t line_length = 0; in Filter() local 75 while ((getline(&line, &line_length, stdin)) != -1) { in Filter()
|
/system/extras/libpagemap/ |
D | pm_process.c | 248 size_t line_length = 0; in read_maps() local 275 while (getline(&line, &line_length, maps_f) != -1) { in read_maps()
|