Home
last modified time | relevance | path

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

1234

/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/OpenSSL/
Dfallback.pm109 push @INC, $checked;
112 push @INC, $path;
/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/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/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/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/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/rust/crates/unicode-ident/
DLICENSE-UNICODE1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
7 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
/third_party/openssl/ms/
Duplink-ia64.pl12 push(@INC,"${dir}.");
Duplink-x86.pl10 push(@INC, "${dir}.", "${dir}../crypto/perlasm");
Duplink-x86_64.pl16 push(@INC,"${dir}.");
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
DLICENSE-UNICODE1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
18 BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
/third_party/flutter/skia/third_party/externals/icu/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"),
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
27 #define INC1(sp) (INC(sp, 1))
/third_party/flutter/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"),
/third_party/skia/third_party/externals/icu/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"),
/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/openssl/crypto/perlasm/
DREADME.md10 push(@INC,"perlasm","../../perlasm");
68 push(@INC,"perlasm","../../perlasm");
/third_party/lz4/contrib/djgpp/
DMakefile114 @echo "INC="$(INC)
/third_party/openssl/crypto/bn/asm/
Dvia-mont.pl88 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/openssl/crypto/rc5/asm/
Drc5-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/third_party/skia/third_party/externals/libgifcodec/
DLICENSE.md99 THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
102 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR

1234