Searched defs:array (Results 1 – 4 of 4) sorted by relevance
125 ssize_t VectorImpl::insertArrayAt(const void* array, size_t index, size_t length) in insertArrayAt()136 ssize_t VectorImpl::appendArray(const void* array, size_t length) in appendArray()178 void* array = const_cast<void*>(arrayImpl()); in sort() local344 void* array = sb->data(); in setCapacity() local422 void* array = sb->data(); in _grow() local438 void* array = editArrayImpl(); in _grow() local489 void* array = sb->data(); in _shrink() local505 void* array = editArrayImpl(); in _shrink() local
369 struct latency_entry *e, **array; in print_latency_entries() local
239 static void hex2str(char *buf, const unsigned char *array, int len) in hex2str()
76 struct proc_info **array; member