OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_al
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
amfs_generic.c
256
am_loc *
new_al
;
local
324
new_al
= new_loc();
325
free_mntfs(
new_al
->al_mnt);
326
new_al
->al_mnt = new_mf;
327
new_al
->al_fo = fs_opts; /* now the loc is in charge of free'ing this mem */
349
return
new_al
;
445
am_loc *
new_al
;
local
479
new_al
= amfs_lookup_one_location(new_mp, mf, *cur_ivec, def_opts, pfname);
480
if (
new_al
== NULL)
482
al_array[count++] =
new_al
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc
2605
struct ipcp_agg_lattice *
new_al
;
local
2615
new_al
= ipcp_agg_lattice_pool.allocate ();
2616
memset (
new_al
, 0, sizeof (*
new_al
));
2618
new_al
->offset = offset;
2619
new_al
->size = val_size;
2620
new_al
->contains_variable = pre_existing;
2622
new_al
->next = **aglat;
2623
**aglat =
new_al
;
2679
struct ipcp_agg_lattice *
new_al
= *dst_aglat
local
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026