Home
last modified time | relevance | path

Searched defs:INC (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sbrk/
Dsbrk02.c17 #define INC (16*1024*1024) macro
/third_party/lz4/contrib/djgpp/
DMakefile33 INC = $(LSRC:.c=.h) 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
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
121 #define INC(o) ((o)++) macro
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp26 #define INC(sp,count) (MOD((sp) + (count))) macro
/third_party/ffmpeg/libavfilter/
Dvf_cropdetect.c176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() argument