OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widx
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libevent/dist/test/
bench.c
82
ev_intptr_t idx = (ev_intptr_t) arg,
widx
= idx + 1;
local
92
if (
widx
>= num_pipes)
93
widx
-= num_pipes;
94
n = send(pipes[2 *
widx
+ 1], "e", 1, 0);
/src/external/bsd/ntp/dist/sntp/libevent/test/
bench.c
81
ev_intptr_t idx = (ev_intptr_t) arg,
widx
= idx + 1;
local
91
if (
widx
>= num_pipes)
92
widx
-= num_pipes;
93
n = send(pipes[2 *
widx
+ 1], "e", 1, 0);
/src/sys/dev/pci/
if_txp.c
1794
uint32_t
widx
, ridx, nfree;
local
1796
widx
= sc->sc_cmdring.lastwrite;
1799
if (
widx
== ridx) {
1803
if (
widx
> ridx)
1805
(
widx
- ridx + sizeof(struct txp_cmd_desc));
1807
nfree = ridx -
widx
- sizeof(struct txp_cmd_desc);
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
923
u_int
widx
, bidx, mask;
local
928
while (0 != (
widx
= (u_char)*name++)) {
929
bidx = (
widx
& 15) << 1;
930
widx
=
widx
>> 4;
931
if (
widx
>= sizeof(chclass)/sizeof(chclass[0]))
933
if (0 == ((chclass[
widx
] >> bidx) & mask))
/src/sys/dev/hyperv/
vmbus.c
1677
uint32_t
widx
= rd->rd_ring->br_windex;
local
1681
if (
widx
>= ridx)
1682
w = rd->rd_dsize - (
widx
- ridx);
1684
w = ridx -
widx
;
Completed in 36 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026