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

  /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/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...]
  /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...]
  /src/external/gpl3/gcc/dist/libcpp/
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/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/
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

Completed in 69 milliseconds