/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 10 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 D | fallback.pm | 10 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 D | sbrk02.c | 17 #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 D | regexec.c | 72 #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 D | regexec.c | 72 #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 D | secureserver.pl | 34 push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'}); 35 push(@INC, ".");
|
H A D | devtest.pl | 48 push(@INC, $ENV{'srcdir'});
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_cropdetect.c | 176 #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 D | vf_avgblur_vulkan.c | 54 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 D | Makefile | 33 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 D | gen.pl | 62 open(INC, "<../../include/curl/curlver.h"); 63 while(<INC>) { 69 close(INC);
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-x86_64.pl | 16 push(@INC,"${dir}.");
|
H A D | uplink-ia64.pl | 12 push(@INC,"${dir}.");
|
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 11 push(@INC,"${dir}","${dir}../../perlasm");
|
/third_party/openssl/ms/ |
H A D | uplink-x86_64.pl | 16 push(@INC,"${dir}.");
|
H A D | uplink-ia64.pl | 12 push(@INC,"${dir}.");
|
/third_party/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 11 push(@INC,"${dir}","${dir}../../perlasm");
|
/third_party/icu/icu4c/source/common/ |
H A D | usc_impl.cpp | 26 #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 D | usc_impl.cpp | 26 #define INC(sp,count) (MOD((sp) + (count))) macro 27 #define INC1(sp) (INC(sp, 1))
|
/third_party/node/deps/v8/src/parsing/ |
H A D | token.h | 116 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 D | usc_impl.cpp | 26 #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 D | bf-586.pl | 11 push(@INC,"${dir}","${dir}../../perlasm");
|
/third_party/openssl/crypto/bf/asm/ |
H A D | bf-586.pl | 11 push(@INC,"${dir}","${dir}../../perlasm");
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
H A D | crypt586.pl | 13 push(@INC,"${dir}","${dir}../../perlasm");
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | co-586.pl | 10 push(@INC,"${dir}","${dir}../../perlasm");
|