| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 175 sc->got = 0; in ng_h4_open() 354 sc->got = 0; in ng_h4_input() 371 sc->got = 0; in ng_h4_input() 384 sc->got); in ng_h4_input() 390 sc->got = 0; in ng_h4_input() 443 sc->got = 0; in ng_h4_input() 512 sc->got = 0; in ng_h4_input() 549 sc->got = 0; in ng_h4_input() 731 sc->got = 0; 868 sc->got, [all …]
|
| H A D | ng_h4_var.h | 94 u_int32_t got; /* Number of bytes we have received */ member
|
| /f-stack/freebsd/arm/include/ |
| H A D | asm.h | 133 #define GOT_GET(x,got,sym) \ argument 135 ldr x, [x, got] 136 #define GOT_INIT(got,gotsym,pclabel) \ argument 137 ldr got, gotsym; \ 138 pclabel: add got, pc 158 #define GOT_GET(x,got,sym) \ argument 160 #define GOT_INIT(got,gotsym,pclabel) argument
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_vdso.lds.s | 31 *(.got.plt) *(.got)
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_vdso.lds.s | 32 *(.got.plt) *(.got)
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_vdso.lds.s | 32 *(.got.plt) *(.got)
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 62 unsigned got; local 77 state->size - strm->avail_in, &got) == -1) 79 strm->avail_in += got; 302 z_size_t got; local 317 got = 0; 369 got += n; 374 return got;
|
| H A D | inflate.c | 1382 unsigned got; local 1385 got = *have; 1387 while (next < len && got < 4) { 1388 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff)) 1389 got++; 1391 got = 0; 1393 got = 4 - got; 1396 *have = got;
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 70 unsigned got; local 85 state.state->size - strm->avail_in, &got) == -1) 87 strm->avail_in += got; 311 z_size_t got; local 326 got = 0; 378 got += n; 383 return got;
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-n32.ld | 102 .rel.got : { *(.rel.got) } 103 .rela.got : { *(.rela.got) } 215 .got.plt : { *(.got.plt) } 218 .got : { *(.got) }
|
| H A D | cvmx-shared-linux.ld | 101 .rel.got : { *(.rel.got) } 102 .rela.got : { *(.rela.got) } 214 .got.plt : { *(.got.plt) } 217 .got : { *(.got) }
|
| H A D | cvmx-shared-linux-o32.ld | 100 .rel.got : { *(.rel.got) } 101 .rela.got : { *(.rela.got) } 196 .got : { *(.got.plt) *(.got) }
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | other.tcl | 30 set got [r get foo] 31 if {$got ne $fuzz} { 32 set err [list $fuzz $got]
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | README.md | 12 from the browser. Feel free to improve it if you got time / interest.
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 1236 int len, want, got, total; in ubt_isoc_read_one_frame() local 1261 m->m_pkthdr.len = m->m_len = got = 1; in ubt_isoc_read_one_frame() 1268 got = m->m_pkthdr.len; in ubt_isoc_read_one_frame() 1271 if (got >= want) in ubt_isoc_read_one_frame() 1277 if (got + len > want) in ubt_isoc_read_one_frame() 1278 len = want - got; in ubt_isoc_read_one_frame() 1288 if (got != want) in ubt_isoc_read_one_frame()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-cros-ec-tunnel.txt | 3 On some ChromeOS board designs we've got a connection to the EC (embedded
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | minigzip.c | 266 unsigned got; local 278 got = fread(in, 1, 1, gz->file); 279 if (got == 0)
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | minigzip.c | 271 unsigned got; local 283 got = fread(in, 1, 1, gz->file); 284 if (got == 0)
|
| /f-stack/freebsd/net/ |
| H A D | netmap_user.h | 1069 int c, got = 0, ri = d->cur_rx_ring; in nm_dispatch() local 1080 for (c=0; c < n && cnt != got; c++, ri++) { in nm_dispatch() 1087 for ( ; !nm_ring_empty(ring) && cnt != got; got++) { in nm_dispatch() 1127 return got; in nm_dispatch()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3288-veyron-analog-audio.dtsi | 83 * we've got a ts3a227e chip but the driver requires it.
|
| H A D | sun4i-a10-pcduino2.dts | 46 * is that the pcDuino2 board got a USB VBUS voltage regulator, which
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_sample_apps.rst | 61 application. A full list of options can be got by passing `--help` to a
|
| /f-stack/dpdk/drivers/ |
| H A D | meson.build | 69 # ext_deps: Stores external library dependency got
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | xilinx.txt | 81 interrupts = <1 0>; // got this from the opb_intc parameters
|
| /f-stack/dpdk/config/ |
| H A D | meson.build | 171 # pcap got a pkg-config file only in 1.9.0
|