Searched defs:needed (Results 1 – 2 of 2) sorted by relevance
18 Set<String> needed = new HashSet<String>(standardCharsets); in main() local
221 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17; in append_chunk() local