Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c519 #define TRANSPORT_ID_MIN_LEN 24 macro
537 bump = TRANSPORT_ID_MIN_LEN; /* should be overwritten in all loop paths */ in sg_decode_transportid_str()
549 normal_len = (bplen > TRANSPORT_ID_MIN_LEN) ? in sg_decode_transportid_str()
550 TRANSPORT_ID_MIN_LEN : bplen; in sg_decode_transportid_str()
558 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
569 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
577 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
585 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
594 bump = TRANSPORT_ID_MIN_LEN; in sg_decode_transportid_str()
609 bump = (((num + 4) < TRANSPORT_ID_MIN_LEN) ? in sg_decode_transportid_str()
[all …]