OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libdefs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/
GenLibDeps.pl
79
my %
libdefs
;
173
$
libdefs
{$_} = $lib;
211
if (defined($
libdefs
{$_}) && $
libdefs
{$_} ne $lib) {
212
$DepLibs{$
libdefs
{$_}} = [] unless exists $DepLibs{$
libdefs
{$_}};
213
push(@{$DepLibs{$
libdefs
{$_}}}, $_);
241
if (defined($
libdefs
{$_}) && $
libdefs
{$_} ne $lib) {
242
$DepLibs{$
libdefs
{$_}} = [] unless exists $DepLibs{$libdefs{$_}}
[
all
...]
/external/zlib/src/
make_vms.com
55
$
libdefs
= ""
545
$ in_ldef = f$locate(cdef,
libdefs
)
546
$ if (in_ldef .lt. f$length(
libdefs
))
549
$
libdefs
= f$extract(0,in_ldef,
libdefs
) + -
551
f$length(
libdefs
) - in_ldef - f$length(cdef) - 1, -
552
libdefs
)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com
86
$ if
libdefs
.nes. ""
88
$ ccopt = ccopt + "/define=(" + f$extract(0,f$length(
libdefs
)-1,
libdefs
) + ")"
1106
$
libdefs
= ""
1143
$ if (cppdef .nes. "") then
libdefs
=
libdefs
+ cppdef + ","
[
all
...]
Completed in 90 milliseconds