/src/sys/dev/ic/ |
dm9000.c | 836 int pad, quantum; local in function:dme_alloc_receive_buffer 838 quantum = sc->sc_data_width; 847 m->m_pkthdr.len = frame_length + (frame_length % quantum); 861 m->m_len = frame_length + (frame_length % quantum);
|
dm9000.c | 836 int pad, quantum; local in function:dme_alloc_receive_buffer 838 quantum = sc->sc_data_width; 847 m->m_pkthdr.len = frame_length + (frame_length % quantum); 861 m->m_len = frame_length + (frame_length % quantum);
|
dm9000.c | 836 int pad, quantum; local in function:dme_alloc_receive_buffer 838 quantum = sc->sc_data_width; 847 m->m_pkthdr.len = frame_length + (frame_length % quantum); 861 m->m_len = frame_length + (frame_length % quantum);
|
/src/lib/libc/stdlib/ |
jemalloc.c | 51 * and a 16 byte quantum, the size classes in each category are as follows: 60 * | | Quantum-spaced | 16 | 321 * Maximum size class that is a multiple of the quantum, but not (necessarily) 632 * assuming a 16-byte quantum, 4kB pagesize, and default MALLOC_OPTIONS. 672 static unsigned nqbins; /* Number of quantum-spaced bins. */ 677 /* Various quantum-related settings. */ 678 static size_t quantum; variable in typeref:typename:size_t 679 static size_t quantum_mask; /* (quantum - 1). */ 907 /* Return the smallest quantum multiple that is >= a. */ 2196 /* Quantum-spaced. * [all...] |
jemalloc.c | 51 * and a 16 byte quantum, the size classes in each category are as follows: 60 * | | Quantum-spaced | 16 | 321 * Maximum size class that is a multiple of the quantum, but not (necessarily) 632 * assuming a 16-byte quantum, 4kB pagesize, and default MALLOC_OPTIONS. 672 static unsigned nqbins; /* Number of quantum-spaced bins. */ 677 /* Various quantum-related settings. */ 678 static size_t quantum; variable in typeref:typename:size_t 679 static size_t quantum_mask; /* (quantum - 1). */ 907 /* Return the smallest quantum multiple that is >= a. */ 2196 /* Quantum-spaced. * [all...] |
jemalloc.c | 51 * and a 16 byte quantum, the size classes in each category are as follows: 60 * | | Quantum-spaced | 16 | 321 * Maximum size class that is a multiple of the quantum, but not (necessarily) 632 * assuming a 16-byte quantum, 4kB pagesize, and default MALLOC_OPTIONS. 672 static unsigned nqbins; /* Number of quantum-spaced bins. */ 677 /* Various quantum-related settings. */ 678 static size_t quantum; variable in typeref:typename:size_t 679 static size_t quantum_mask; /* (quantum - 1). */ 907 /* Return the smallest quantum multiple that is >= a. */ 2196 /* Quantum-spaced. * [all...] |