OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_base
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
ub_event_pluggable.c
353
struct my_event_base*
my_base
= (struct my_event_base*)calloc(1,
local
356
if (!
my_base
)
362
my_base
->base = event_init(time_secs, time_tv);
369
my_base
->base = (struct event_base*)ev_default_loop(EVFLAG_AUTO);
371
my_base
->base = (struct event_base*)ev_loop_new(EVFLAG_AUTO);
375
my_base
->base = event_base_new();
377
my_base
->base = event_init();
381
if (!
my_base
->base) {
382
free(
my_base
);
385
my_base
->super.magic = UB_EVENT_MAGIC
[
all
...]
/src/external/gpl3/gdb/dist/sim/ppc/
hw_phb.c
192
unsigned_word
my_base
;
member in struct:_phb_space
271
pci_space->
my_base
= my_attach_address;
312
if (addr + nr_bytes > pci_space->
my_base
+ pci_space->size
313
|| addr < pci_space->
my_base
)
899
return addr - space->parent_base + space->
my_base
;
964
if ((addr >= pci_space->
my_base
965
&& addr <= pci_space->
my_base
+ pci_space->size)
966
|| (addr + nr_bytes >= pci_space->
my_base
967
&& addr + nr_bytes <= pci_space->
my_base
+ pci_space->size))
993
if ((addr >= pci_space->
my_base
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
hw_phb.c
192
unsigned_word
my_base
;
member in struct:_phb_space
271
pci_space->
my_base
= my_attach_address;
312
if (addr + nr_bytes > pci_space->
my_base
+ pci_space->size
313
|| addr < pci_space->
my_base
)
899
return addr - space->parent_base + space->
my_base
;
964
if ((addr >= pci_space->
my_base
965
&& addr <= pci_space->
my_base
+ pci_space->size)
966
|| (addr + nr_bytes >= pci_space->
my_base
967
&& addr + nr_bytes <= pci_space->
my_base
+ pci_space->size))
993
if ((addr >= pci_space->
my_base
[
all
...]
/src/external/bsd/libevent/dist/test/
regress_http.c
264
struct event_base *
my_base
= arg;
local
289
else if (
my_base
)
290
event_base_loopexit(
my_base
, NULL);
/src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c
261
struct event_base *
my_base
= arg;
local
286
else if (
my_base
)
287
event_base_loopexit(
my_base
, NULL);
Completed in 48 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026