Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c212 unsigned int local_length; in hcreate() local
219 local_length = 1; /* Maximum entries in table */ in hcreate()
223 local_length <<= 1; in hcreate()
227 local_table = (TABELEM *) calloc(local_length, sizeof (TABELEM)); in hcreate()
232 length = local_length; in hcreate()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc438 Double local_length; in AppendData() local
450 local_length = pos + GetHeader().Bytes_to_Time(len); in AppendData()
451 if (local_length > GetSize()) { in AppendData()
452 err = SetSize(local_length); in AppendData()