HomeSort by: relevance | last modified time | path
    Searched refs:lwm (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_arb.c 42 int lwm; member in struct:nv_fifo_info
107 fifo->lwm = clwm;
135 pclks = 4; /* lwm detect. */
137 nvclks = 3 /* lwm -> sync. */
194 fifo->lwm = min_lwm + 10 * (max_lwm - min_lwm) / 100; /* Empirical. */
199 int *burst, int *lwm)
239 *lwm = fifo_data.lwm >> 3;
243 nv20_update_arb(int *burst, int *lwm)
252 *lwm = graphics_lwm >> 3
    [all...]
hw.h 59 int *burst, int *lwm);
  /src/external/gpl3/gcc/dist/libcody/
buffer.cc 188 size_t lwm = buffer.size (); variable
190 if (hwm - lwm < blockSize / 2)
194 auto iter = buffer.begin () + lwm;
195 ssize_t count = read (fd, &*iter, hwm - lwm);
196 buffer.resize (lwm + (count >= 0 ? count : 0));
  /src/external/gpl3/gcc.old/dist/libcody/
buffer.cc 188 size_t lwm = buffer.size (); variable
190 if (hwm - lwm < blockSize / 2)
194 auto iter = buffer.begin () + lwm;
195 ssize_t count = read (fd, &*iter, hwm - lwm);
196 buffer.resize (lwm + (count >= 0 ? count : 0));
  /src/sys/dev/pci/cxgb/
cxgb_xgmac.c 349 int hwm, lwm; local
387 * Adjust the PAUSE frame watermarks. We always set the LWM, and the
391 lwm = uimin(3 * (int) mtu, MAC_RXFIFO_SIZE /4);
394 v |= V_RXFIFOPAUSELWM(lwm / 8);
416 (hwm - lwm) * 4 / 8);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 1095 /* Restore the linemap state such that the map at LWM-1 continues.
1098 (line_maps *, unsigned lwm);
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 738 /* A linemap at LWM-1 was interrupted to insert module locations & imports.
743 linemap_module_restore (line_maps *set, unsigned lwm)
745 linemap_assert (lwm);
748 = linemap_check_ordinary (LINEMAPS_MAP_AT (set, false, lwm - 1));
lex.cc 5276 const unsigned char *lwm = base;
5419 lwm = pos;
5451 while ((peek = do_peek_prev (peek, lwm)))
5500 = do_peek_prev (peek, lwm))
5517 /* If this is lwm, this must be the end of a
5524 if (peek == lwm && CPP_OPTION (pfile, uliterals))
5646 lwm = pos - 1;
5275 const unsigned char *lwm = base; local
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 623 /* A linemap at LWM-1 was interrupted to insert module locations & imports.
628 linemap_module_restore (line_maps *set, unsigned lwm)
630 linemap_assert (lwm);
633 = linemap_check_ordinary (LINEMAPS_MAP_AT (set, false, lwm - 1));
lex.cc 4956 const unsigned char *lwm = base;
5099 lwm = pos;
5131 while ((peek = do_peek_prev (peek, lwm)))
5180 = do_peek_prev (peek, lwm))
5197 /* If this is lwm, this must be the end of a
5204 if (peek == lwm && CPP_OPTION (pfile, uliterals))
5326 lwm = pos - 1;
4955 const unsigned char *lwm = base; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1920 unsigned lwm = off & ~(page_size - 1); local
1927 offset += lwm;
1928 create_mapping (extent < hwm - lwm ? hwm - lwm : extent);
1930 data = hdr.buffer + (off - lwm);
3228 SPAN_FIRST = 1, /* LWM of locations to stream */
3574 bool read_bindings (unsigned count, unsigned lwm, unsigned hwm);
3600 bool read_entities (unsigned count, unsigned lwm, unsigned hwm);
13336 unsigned lwm = dep->cluster;
13342 lwm = dep->section
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1135 /* Restore the linemap state such that the map at LWM-1 continues.
1138 (line_maps *, unsigned lwm);
  /src/sys/dev/pci/
if_bwfm_pci.c 208 static void if_rxr_init(struct if_rxring *rxr, unsigned int lwm, unsigned int hwm);
1202 if_rxr_init(struct if_rxring *rxr, unsigned int lwm __unused, unsigned int hwm)
1204 (void) lwm;
if_mcx.c 3139 mcx_rxr_init(struct mcx_rxring *rxr, u_int lwm __unused, u_int hwm)
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1965 unsigned lwm = off & ~(page_size - 1); local
1972 offset += lwm;
1973 create_mapping (extent < hwm - lwm ? hwm - lwm : extent);
1975 data = hdr.buffer + (off - lwm);
3269 SPAN_FIRST = 1, /* LWM of locations to stream */
3578 loc_range_t GTY((skip)) macro_locs; // [lwm,num)
3742 bool read_bindings (unsigned count, unsigned lwm, unsigned hwm);
3768 bool read_entities (unsigned count, unsigned lwm, unsigned hwm);
13849 unsigned lwm = dep->cluster
    [all...]

Completed in 85 milliseconds