| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| hwloop-branch-in.s | 61 test_rts hwm, 0, 0, 1, 1, 0 62 test_rts hwm, 1, 0, 1, 1, 0 63 test_rts hwm, 2, 1, 2, 2, 0 64 test_rts hwm, 20, 19, 20, 20, 0 80 test_jump hwm, 0, 0, 1, 1, 0 81 test_jump hwm, 1, 0, 1, 1, 0 82 test_jump hwm, 2, 1, 2, 2, 0 83 test_jump hwm, 20, 19, 20, 20, 0 97 hwm: R6 += 1; label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| hwloop-branch-in.s | 61 test_rts hwm, 0, 0, 1, 1, 0 62 test_rts hwm, 1, 0, 1, 1, 0 63 test_rts hwm, 2, 1, 2, 2, 0 64 test_rts hwm, 20, 19, 20, 20, 0 80 test_jump hwm, 0, 0, 1, 1, 0 81 test_jump hwm, 1, 0, 1, 1, 0 82 test_jump hwm, 2, 1, 2, 2, 0 83 test_jump hwm, 20, 19, 20, 20, 0 97 hwm: R6 += 1; label
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_fc.h | 133 * the current auto-tuning epoch started. hwm is the highest stream length 137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member in struct:quic_rxfc_st
|
| /src/external/gpl3/gcc/dist/libcody/ |
| buffer.cc | 189 size_t hwm = buffer.capacity (); variable 190 if (hwm - lwm < blockSize / 2) 191 hwm += blockSize; 192 buffer.resize (hwm); 195 ssize_t count = read (fd, &*iter, hwm - lwm);
|
| /src/external/gpl3/gcc.old/dist/libcody/ |
| buffer.cc | 189 size_t hwm = buffer.capacity (); variable 190 if (hwm - lwm < blockSize / 2) 191 hwm += blockSize; 192 buffer.resize (hwm); 195 ssize_t count = read (fd, &*iter, hwm - lwm);
|
| /src/sys/altq/ |
| altq_wfq.h | 96 #define HWM (64 * 1024) 118 int hwm; /* high water mark */ member in struct:wfqstate
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_xgmac.c | 341 int hwm; local 343 hwm = uimax(MAC_RXFIFO_SIZE - 3 * mtu, (MAC_RXFIFO_SIZE * 38) / 100); 344 return uimin(hwm, MAC_RXFIFO_SIZE - 8192); 349 int hwm, lwm; local 388 * HWM only if flow-control is enabled. 390 hwm = rx_fifo_hwm(mtu); 397 V_RXFIFOPAUSEHWM(hwm / 8); 416 (hwm - lwm) * 4 / 8);
|
| /src/external/gpl2/rcs/dist/src/ |
| ci.c | 628 long hwm = ftell(frewrite); variable 666 while (ftell(frewrite) < hwm)
|
| /src/sys/dev/pci/igc/ |
| if_igc.c | 880 uint16_t hwm = 64 * pba - max_frame_size / 16; local 881 if (hwm < 64 * (pba - 6)) 882 hwm = 64 * (pba - 6); 885 reg |= (hwm << IGC_FCRTC_RTH_COAL_SHIFT) & IGC_FCRTC_RTH_COAL_MASK;
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_txp.c | 405 size_t cmpl, cmppl, hwm, pkt_overhead; member in struct:txp_pkt_geom 886 ? pkt[enc_level - 1].geom.hwm 889 pkt[enc_level].geom.hwm = running_total; 915 pkt[enc_level].geom.hwm = running_total
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| module.cc | 1966 unsigned hwm = (off + needed + page_size - 1) & ~(page_size - 1); local 1968 gcc_checking_assert (hwm > extent); 1973 create_mapping (extent < hwm - lwm ? hwm - lwm : extent); 3742 bool read_bindings (unsigned count, unsigned lwm, unsigned hwm); 3768 bool read_entities (unsigned count, unsigned lwm, unsigned hwm); 14141 loc_spans::maybe_propagate (module_state *import, location_t hwm) 14146 open (hwm); 14154 loc_spans::open (location_t hwm) 14157 interval.ordinary.first = interval.ordinary.second = hwm; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| module.cc | 1921 unsigned hwm = (off + needed + page_size - 1) & ~(page_size - 1); local 1923 gcc_checking_assert (hwm > extent); 1928 create_mapping (extent < hwm - lwm ? hwm - lwm : extent); 3574 bool read_bindings (unsigned count, unsigned lwm, unsigned hwm); 3600 bool read_entities (unsigned count, unsigned lwm, unsigned hwm); 13628 loc_spans::maybe_propagate (module_state *import, location_t hwm) 13633 open (hwm); 13641 loc_spans::open (location_t hwm) 13644 interval.ordinary.first = interval.ordinary.second = hwm; [all...] |