Home
last modified time | relevance | path

Searched refs:MINBUFSIZE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc33 MINBUFSIZE = 1 << 16, enumerator
126 wsize = page_size * ((MINBUFSIZE + page_size - 1) / page_size); in bind()
144 if (wsize < MINBUFSIZE) in bind()
145 wsize = MINBUFSIZE; in bind()
217 int64_t sz = MINBUFSIZE; in get_buf_size()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc33 MINBUFSIZE = 1 << 16, enumerator
126 wsize = page_size * ((MINBUFSIZE + page_size - 1) / page_size); in bind()
144 if (wsize < MINBUFSIZE) in bind()
145 wsize = MINBUFSIZE; in bind()
217 int64_t sz = MINBUFSIZE; in get_buf_size()
/netbsd-src/sys/dev/audio/
H A Daudiobell.c89 #define MINBUFSIZE (1024) macro
176 if (bufbytes < MINBUFSIZE) in audiobell()
177 bufbytes = MINBUFSIZE; in audiobell()
/netbsd-src/sys/arch/arm/imx/
H A Dif_enet.c1429 #define MINBUFSIZE 10 in enet_encap_mbufalign() macro
1514 while (mt->m_len < MINBUFSIZE) { in enet_encap_mbufalign()
1526 MINBUFSIZE) { in enet_encap_mbufalign()