HomeSort by: relevance | last modified time | path
    Searched refs:SIZE_INCREMENT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
heap.c 46 #define SIZE_INCREMENT 1024
65 unsigned int size_increment; member in struct:isc_heap
86 unsigned int size_increment, isc_heap_t **heapp) {
97 if (size_increment == 0) {
98 heap->size_increment = SIZE_INCREMENT;
100 heap->size_increment = size_increment;
133 new_size = ISC_CHECKED_ADD(heap->size, heap->size_increment);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
heap.c 45 #define SIZE_INCREMENT 1024
64 unsigned int size_increment; member in struct:isc_heap
85 unsigned int size_increment, isc_heap_t **heapp) {
96 if (size_increment == 0) {
97 heap->size_increment = SIZE_INCREMENT;
99 heap->size_increment = size_increment;
133 new_size = heap->size + heap->size_increment;
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 56 #define SIZE_INCREMENT 2 /* font size increment <big> = +2 */
3897 from += SIZE_INCREMENT;
3902 from -= SIZE_INCREMENT;

Completed in 66 milliseconds