Searched refs:amt (Results 1 – 1 of 1) sorted by relevance
1523 int32_t amt, error = 0, buff_idx = *_buff_idx; in fill_buff() local1555 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()1556 memcpy(&buff[buff_idx], data, amt); in fill_buff()1558 size -= amt; in fill_buff()1559 buff_idx += amt; in fill_buff()1560 data = (const char *)data + amt; in fill_buff()1573 if (amt == 0) { // just in case... in fill_buff()2296 int32_t rd, wr, amt; in filt_fsevent_common() local2307 amt = wr - rd; in filt_fsevent_common()2309 amt = fseh->watcher->eventq_size - (rd - wr); in filt_fsevent_common()[all …]