Searched refs:ref_chunk (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Diec13213.h241 struct crom_chunk *ref_chunk; member in struct:crom_chunk
H A Dfwcrom.c440 child->ref_chunk = parent;
505 parent = chunk->ref_chunk;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c480 #define REF_MAP_SIZE(ref_chunk) ((ref_chunk) * REF_CHUNK_SIZE)
488 static int ref_chunk = 0;
497 ref_chunk = 0;
508 ref_chunk = 0;
511 if (ref_count > ref_chunk * MAX_CHUNK_REFS)
513 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
517 xrealloc (ref_map, REF_MAP_SIZE (ref_chunk + new_chunks));
518 memset (ref_map + ref_chunk * MAX_CHUNK_REFS, 0,
520 ref_chunk
485 static int ref_chunk = 0; variable
[all...]

Completed in 121 milliseconds