Home
last modified time | relevance | path

Searched refs:INC (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-429 print "Your Perl include path starts with '$INC[0]' and it " .
30 "ends with '$INC[-1]'. $#INC directories are searched.\n";
82 "Your Perl include path starts with '$INC[0]' and it ends with '$INC[-1]'. "
/third_party/ltp/testcases/kernel/syscalls/sbrk/
Dsbrk02.c26 #define INC 16*1024*1024 macro
35 static long increment = INC;
67 increment += INC; in setup()
/third_party/openssl/util/perl/
Dwith_fallback.pm18 unshift @INC, catdir(dirname(__FILE__),
22 shift @INC;
/third_party/openssl/external/perl/transfer/Text/
DTemplate.pm20 shift @INC; # Takes away the effect of use lib
21 shift @INC; # Takes away the effect of use lib
/third_party/curl/tests/
Dtftpserver.pl25 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
26 push(@INC, ".");
Drtspserver.pl25 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
26 push(@INC, ".");
Dkeywords.pl26 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
27 push(@INC, ".");
Dhttpserver.pl25 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
26 push(@INC, ".");
Dsecureserver.pl29 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
30 push(@INC, ".");
/third_party/eudev/hwdb/
D20-OUI.hwdb54 ID_OUI_FROM_DATABASE=NEXT, INC.
57 ID_OUI_FROM_DATABASE=SYTEK INC.
111 ID_OUI_FROM_DATABASE=VISUAL TECHNOLOGY INC.
138 ID_OUI_FROM_DATABASE=CRISP AUTOMATION, INC
144 ID_OUI_FROM_DATABASE=CHROMATICS INC
150 ID_OUI_FROM_DATABASE=TIMEPLEX INC.
189 ID_OUI_FROM_DATABASE=AUSPEX SYSTEMS INC.
198 ID_OUI_FROM_DATABASE=SYNTREX, INC.
201 ID_OUI_FROM_DATABASE=APPLICON, INC.
246 ID_OUI_FROM_DATABASE=LOGICRAFT, INC.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
98 #undef INC
121 #define INC(o) ((o)++) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
98 #undef INC
121 #define INC(o) ((o)++) macro
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/compiler/
DLICENSE12 THIS SOFTWARE IS PROVIDED BY APPLE, INC. ``AS IS'' AND ANY
15 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, INC. OR
/third_party/grpc/third_party/upb/
DLICENSE17 THIS SOFTWARE IS PROVIDED BY GOOGLE INC. ``AS IS'' AND ANY EXPRESS OR IMPLIED
20 EVENT SHALL GOOGLE INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
/third_party/gettext/gettext-runtime/man/
Dhelp2man184 unless open INC, $inc;
189 while (<INC>)
257 close INC;
/third_party/ffmpeg/libavfilter/
Dvf_cropdetect.c184 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() argument
186 for (last_y = y = FROM; NOEND; y = y INC) {\ in filter_frame()
193 last_y = y INC;\ in filter_frame()
Dvf_avgblur_vulkan.c53 C(1, const ivec2 loc_l = pos - INC(FILTER_RADIUS); )
56 C(1, const ivec2 loc_h = pos + INC(DIR(gl_WorkGroupSize)); )
121 GLSLC(0, #define INC(x) (ivec2(x, 0)) );
164 GLSLC(0, #define INC(x) (ivec2(0, x)) );
/third_party/gettext/gettext-tools/man/
Dhelp2man184 unless open INC, $inc;
189 while (<INC>)
257 close INC;
/third_party/openssl/ms/
Duplink-ia64.pl13 push(@INC,"${dir}.");
Duplink-x86.pl10 push(@INC, "${dir}.", "${dir}../crypto/perlasm");
Duplink-x86_64.pl13 push(@INC,"${dir}.");
/third_party/ffmpeg/doc/
Dmips.txt30 * THIS SOFTWARE IS PROVIDED BY THE MIPS TECHNOLOGIES, INC. ``AS IS'' AND
33 * ARE DISCLAIMED. IN NO EVENT SHALL THE MIPS TECHNOLOGIES, INC. BE LIABLE
/third_party/lz4/contrib/djgpp/
DMakefile114 @echo "INC="$(INC)
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/icu/icu4c/source/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),

12345