Searched refs:inc (Results 176 - 200 of 564) sorted by relevance

1234567891011>>

/external/clang/lib/Lex/
H A DAndroid.mk9 DiagnosticLexKinds.inc \
10 DiagnosticCommonKinds.inc
/external/llvm/tools/llvm-config/
H A DMakefile22 BUILDVARIABLES_SRCPATH = $(PROJ_SRC_ROOT)/tools/$(TOOLNAME)/BuildVariables.inc.in
23 BUILDVARIABLES_OBJPATH = $(ObjDir)/BuildVariables.inc
46 $(ObjDir)/BuildVariables.inc: $(BUILDVARIABLES_SRCPATH) Makefile $(ObjDir)/.dir
47 $(Echo) "Building llvm-config BuildVariables.inc file."
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c80 int pos, inc; local
116 inc = (src_w << 16) / dst_w;
137 pos += inc;
158 int pos, inc; \
162 inc = (src_w << 16) / dst_w; \
169 pos += inc; \
180 int pos, inc; local
184 inc = (src_w << 16) / dst_w;
195 pos += inc;
207 int pos, inc; local
[all...]
/external/clang/tools/driver/
H A DAndroid.mk13 DiagnosticCommonKinds.inc \
14 DiagnosticDriverKinds.inc \
15 DiagnosticFrontendKinds.inc \
16 CC1Options.inc \
17 CC1AsOptions.inc
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_analysis.cpp338 ir_rvalue *const inc = local
340 if (inc != NULL) {
343 lv->increment = inc;
466 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
468 if (inc->as_constant() == NULL) {
469 ir_variable *const inc_var = inc->variable_referenced();
475 inc = NULL;
477 inc = NULL;
480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
483 inc
[all...]
/external/mesa3d/src/glsl/
H A Dloop_analysis.cpp338 ir_rvalue *const inc = local
340 if (inc != NULL) {
343 lv->increment = inc;
466 ir_rvalue *inc = (op0 == var) ? rhs->operands[1] : rhs->operands[0];
468 if (inc->as_constant() == NULL) {
469 ir_variable *const inc_var = inc->variable_referenced();
475 inc = NULL;
477 inc = NULL;
480 if ((inc != NULL) && (rhs->operation == ir_binop_sub)) {
483 inc
[all...]
/external/chromium_org/third_party/skia/tests/
H A DTDStackNesterTest.cpp47 * count is now zero. Then test_push() is called inc times, followed by a call to
51 static void test_nest(skiatest::Reporter* reporter, SkTDStackNester<int>* nester, int inc) { argument
53 SkASSERT(inc > 0);
61 for (int i = 0; i < inc; ++i) {
/external/clang/lib/Headers/
H A DMakefile12 BUILT_SOURCES = arm_neon.h.inc
18 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc))
62 $(ObjDir)/arm_neon.h.inc.tmp : $(CLANG_LEVEL)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN) $(ObjDir)/.dir
63 $(Echo) "Building Clang arm_neon.h.inc with tblgen"
/external/skia/tests/
H A DTDStackNesterTest.cpp47 * count is now zero. Then test_push() is called inc times, followed by a call to
51 static void test_nest(skiatest::Reporter* reporter, SkTDStackNester<int>* nester, int inc) { argument
53 SkASSERT(inc > 0);
61 for (int i = 0; i < inc; ++i) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/
H A DMakefile8 include ../Makefile.inc
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A DMakefile7 include ../Makefile.inc
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdtlib.asm26 inc esi
27 inc edi
/external/dhcpcd/dhcpcd-hooks/
H A DMakefile2 include ${TOP}/Makefile.inc
/external/libcxx/src/
H A Dtypeinfo.cpp12 #define __has_include(inc) 0
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
H A DMakefile8 include ../Makefile.inc
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A DMakefile7 include ../Makefile.inc
/external/pixman/pixman/
H A Dpixman-linear-gradient.c45 double inc; local
80 inc = height * (double) pixman_fixed_1 * pixman_fixed_1 *
85 if (-1 < inc && inc < 1)
141 double inc; local
146 inc = 0;
157 inc = (dx * unit.vector[0] + dy * unit.vector[1]) * invden;
161 if (((pixman_fixed_32_32_t )(inc * width)) == 0)
182 next_inc = inc * i;
/external/chromium_org/third_party/skia/src/core/
H A DSkValidatingReadBuffer.cpp44 size_t inc = SkAlign4(size); local
46 this->validate(IsPtrAlign4(addr) && fReader.isAvailable(inc));
74 const size_t inc = sizeof(int32_t); local
75 this->validate(IsPtrAlign4(fReader.peek()) && fReader.isAvailable(inc));
80 const size_t inc = sizeof(SkScalar); local
81 this->validate(IsPtrAlign4(fReader.peek()) && fReader.isAvailable(inc));
208 const size_t inc = sizeof(uint32_t); local
209 fError = fError || !IsPtrAlign4(fReader.peek()) || !fReader.isAvailable(inc);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2073.js81 function inc(scope) { function
93 inc(b);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
H A Dp1.cpp133 int inc(int x);
139 int test5::inc(int x = default_x) { function in class:test5
/external/lldb/source/Core/
H A DAndroid.mk7 CommentCommandList.inc \
8 DiagnosticCommonKinds.inc \
9 DeclNodes.inc \
10 StmtNodes.inc
/external/skia/src/core/
H A DSkValidatingReadBuffer.cpp44 size_t inc = SkAlign4(size); local
46 this->validate(IsPtrAlign4(addr) && fReader.isAvailable(inc));
74 const size_t inc = sizeof(int32_t); local
75 this->validate(IsPtrAlign4(fReader.peek()) && fReader.isAvailable(inc));
80 const size_t inc = sizeof(SkScalar); local
81 this->validate(IsPtrAlign4(fReader.peek()) && fReader.isAvailable(inc));
208 const size_t inc = sizeof(uint32_t); local
209 fError = fError || !IsPtrAlign4(fReader.peek()) || !fReader.isAvailable(inc);
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S26 inc %eax # put exit syscall number (1) in eax
31 inc %eax # put exit syscall number (1) in eax
/external/chromium_org/third_party/icu/source/extra/uconv/
H A DMakefile.in49 PKGDATA_OPTS = -O pkgdata.inc
110 @#-$(INVOKE) $(TOOLBINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
111 $(RMV) pkgdata.inc $(RESDIR)
129 pkgdata.inc: pkgdataMakefile
139 $(TARGET_STUB_NAME).$(SECTION): $(srcdir)/$(TARGET_STUB_NAME).$(SECTION).in pkgdata.inc
153 $(UCONVMSG_LIB): $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
164 install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
166 $(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
/external/icu/icu4c/source/extra/uconv/
H A DMakefile.in50 PKGDATA_OPTS = -O pkgdata.inc
111 @#-$(INVOKE) $(TOOLBINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
112 $(RMV) pkgdata.inc $(RESDIR)
130 pkgdata.inc: pkgdataMakefile
140 $(TARGET_STUB_NAME).$(SECTION): $(srcdir)/$(TARGET_STUB_NAME).$(SECTION).in pkgdata.inc
154 $(UCONVMSG_LIB): $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
165 install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
167 $(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTALLTO) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst

Completed in 1491 milliseconds

1234567891011>>