Home
last modified time | relevance | path

Searched refs:INC (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm10 OpenSSL::fallback - push directories to the end of @INC at compile time
29 in @INC at compile time.
35 This is similar to L<lib>, except the paths are I<appended> to @INC rather
45 # VMS users wanting to put [.my.stuff] into their @INC should write:
50 If you try to add a file to @INC as follows, you will be warned, and the file
57 All these sub-directories will be appended to @INC.
109 push @INC, $checked;
112 push @INC, $path;
/third_party/openssl/util/perl/OpenSSL/
H A Dfallback.pm10 OpenSSL::fallback - push directories to the end of @INC at compile time
29 in @INC at compile time.
35 This is similar to L<lib>, except the paths are I<appended> to @INC rather
45 # VMS users wanting to put [.my.stuff] into their @INC should write:
50 If you try to add a file to @INC as follows, you will be warned, and the file
57 All these sub-directories will be appended to @INC.
109 push @INC, $checked;
112 push @INC, $path;
/third_party/ltp/testcases/kernel/syscalls/sbrk/
H A Dsbrk02.c17 #define INC (16*1024*1024) macro
18 static long increment = INC;
45 increment += INC; in setup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
98 #undef INC macro
121 #define INC(o) ((o)++) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
98 #undef INC macro
121 #define INC(o) ((o)++) macro
/third_party/curl/tests/
H A Dsecureserver.pl34 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});
35 push(@INC, ".");
H A Ddevtest.pl48 push(@INC, $ENV{'srcdir'});
/third_party/ffmpeg/libavfilter/
H A Dvf_cropdetect.c176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame()
178 for (last_y = y = FROM; NOEND; y = y INC) {\ in filter_frame()
185 last_y = y INC;\ in filter_frame()
H A Dvf_avgblur_vulkan.c54 C(1, const ivec2 loc_l = pos - INC(FILTER_RADIUS); )
57 C(1, const ivec2 loc_h = pos + INC(DIR(gl_WorkGroupSize)); )
122 GLSLC(0, #define INC(x) (ivec2(x, 0)) ); in init_filter()
167 GLSLC(0, #define INC(x) (ivec2(0, x)) ); in init_filter()
/third_party/lz4/contrib/djgpp/
H A DMakefile33 INC = $(LSRC:.c=.h) macro
52 %.o: %.c $(INC) Makefile
75 install: $(INC) $(LIB) $(EXE)
85 @for T in $(INC); \
114 @echo "INC="$(INC)
/third_party/curl/docs/cmdline-opts/
H A Dgen.pl62 open(INC, "<../../include/curl/curlver.h");
63 while(<INC>) {
69 close(INC);
/third_party/node/deps/openssl/openssl/ms/
H A Duplink-x86_64.pl16 push(@INC,"${dir}.");
H A Duplink-ia64.pl12 push(@INC,"${dir}.");
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/
H A Drc5-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/openssl/ms/
H A Duplink-x86_64.pl16 push(@INC,"${dir}.");
H A Duplink-ia64.pl12 push(@INC,"${dir}.");
/third_party/openssl/crypto/rc5/asm/
H A Drc5-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/icu/icu4c/source/common/
H A Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/node/deps/icu-small/source/common/
H A Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/node/deps/v8/src/parsing/
H A Dtoken.h116 T(INC, "++", 0) \
315 static bool IsCountOp(Value op) { return base::IsInRange(op, INC, DEC); } in IsCountOp()
/third_party/skia/third_party/externals/icu/source/common/
H A Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/node/deps/openssl/openssl/crypto/bf/asm/
H A Dbf-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/openssl/crypto/bf/asm/
H A Dbf-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/node/deps/openssl/openssl/crypto/des/asm/
H A Dcrypt586.pl13 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dco-586.pl10 push(@INC,"${dir}","${dir}../../perlasm");

Completed in 9 milliseconds

1234