Searched refs:spot (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_eeprom.c | 3917 int spot; in ar9300_uncompress_block() local 3921 spot = 0; in ar9300_uncompress_block() 3925 spot += offset; in ar9300_uncompress_block() 3928 if (length > 0 && spot >= 0 && spot + length <= mdata_size) { in ar9300_uncompress_block() 3931 __func__, it, spot, offset, length); in ar9300_uncompress_block() 3932 OS_MEMCPY(&mptr[spot], &block[it + 2], length); in ar9300_uncompress_block() 3933 spot += length; in ar9300_uncompress_block() 3937 __func__, it, spot, offset, length); in ar9300_uncompress_block()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-mickey.dts | 111 * - 800 MHz appears to be a "sweet spot" for me. I can run
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 49 The testing shows, on x86 and arm64 servers, The sweet spot is 256 burst
|