Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/dtc/
H A Dtreesource.c201 int nnotstringlbl = 0, nnotcelllbl = 0; in write_propval() local
220 nnotcelllbl++; in write_propval()
227 } else if (((len % sizeof(cell_t)) == 0) && (nnotcelllbl == 0)) { in write_propval()
/openbmc/linux/scripts/dtc/
H A Dtreesource.c148 int nnotstringlbl = 0, nnotcelllbl = 0; in guess_value_type() local
162 nnotcelllbl++; in guess_value_type()
168 } else if (((len % sizeof(cell_t)) == 0) && (nnotcelllbl == 0)) { in guess_value_type()