OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:neighbour
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libmenu/
internals.c
91
int
neighbour
, cycle, row_major, edge;
local
122
neighbour
=
125
if (
neighbour
>= menu->item_count)
126
neighbour
-= menu->item_cols;
129
neighbour
= item_no - menu->item_cols;
132
neighbour
= menu->item_rows * item->col
134
if (
neighbour
>= menu->item_count)
135
neighbour
= menu->item_count - 1;
138
neighbour
= item_no - 1;
142
item->up = menu->items[
neighbour
];
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_ssl.c
811
struct wm_context *
neighbour
;
member in struct:wm_context
827
if (ctx->
neighbour
->get >= ctx->
neighbour
->limit) {
962
server.
neighbour
= &client;
963
client.
neighbour
= &server;
/src/external/bsd/libevent/dist/test/
regress_ssl.c
811
struct wm_context *
neighbour
;
member in struct:wm_context
827
if (ctx->
neighbour
->get >= ctx->
neighbour
->limit) {
962
server.
neighbour
= &client;
963
client.
neighbour
= &server;
Completed in 15 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026