Home
last modified time | relevance | path

Searched refs:got (Results 1 – 25 of 37) sorted by relevance

12

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c175 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 Dng_h4_var.h94 u_int32_t got; /* Number of bytes we have received */ member
/f-stack/freebsd/arm/include/
H A Dasm.h133 #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 Dlinux_vdso.lds.s31 *(.got.plt) *(.got)
/f-stack/freebsd/i386/linux/
H A Dlinux_vdso.lds.s32 *(.got.plt) *(.got)
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_vdso.lds.s32 *(.got.plt) *(.got)
/f-stack/freebsd/contrib/zlib/
H A Dgzread.c62 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 Dinflate.c1382 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 Dgzread.c70 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 Dcvmx-shared-linux-n32.ld102 .rel.got : { *(.rel.got) }
103 .rela.got : { *(.rela.got) }
215 .got.plt : { *(.got.plt) }
218 .got : { *(.got) }
H A Dcvmx-shared-linux.ld101 .rel.got : { *(.rel.got) }
102 .rela.got : { *(.rela.got) }
214 .got.plt : { *(.got.plt) }
217 .got : { *(.got) }
H A Dcvmx-shared-linux-o32.ld100 .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 Dother.tcl30 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 DREADME.md12 from the browser. Feel free to improve it if you got time / interest.
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1236 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 Di2c-cros-ec-tunnel.txt3 On some ChromeOS board designs we've got a connection to the EC (embedded
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c266 unsigned got; local
278 got = fread(in, 1, 1, gz->file);
279 if (got == 0)
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c271 unsigned got; local
283 got = fread(in, 1, 1, gz->file);
284 if (got == 0)
/f-stack/freebsd/net/
H A Dnetmap_user.h1069 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 Drk3288-veyron-analog-audio.dtsi83 * we've got a ts3a227e chip but the driver requires it.
H A Dsun4i-a10-pcduino2.dts46 * is that the pcDuino2 board got a USB VBUS voltage regulator, which
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst61 application. A full list of options can be got by passing `--help` to a
/f-stack/dpdk/drivers/
H A Dmeson.build69 # ext_deps: Stores external library dependency got
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dxilinx.txt81 interrupts = <1 0>; // got this from the opb_intc parameters
/f-stack/dpdk/config/
H A Dmeson.build171 # pcap got a pkg-config file only in 1.9.0

12