/external/llvm/test/MC/X86/ |
x86_long_nop.s | 10 inc %eax label 12 inc %eax label 13 # CHECK: 0: inc 17 # CHECK-NEXT: 20: inc 21 # LNOP7: 0: inc 27 # LNOP7-NEXT: 20: inc
|
/device/google/marlin/dataservices/rmnetctl/cli/ |
Android.mk | 8 LOCAL_C_INCLUDES := $(LOCAL_PATH)/../inc
|
/external/boringssl/win-x86_64/crypto/cipher_extra/ |
chacha20_poly1305_x86_64.asm | 10 %include "boringssl_prefix_symbols_nasm.inc"
|
/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 20 increment, inc;
|
/device/google/contexthub/firmware/os/cpu/x86/ |
x86.mk | 29 DEPS += $(wildcard os/cpu/$(CPU)/inc/cpu/*.h)
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
PeiMpInitLib.inf | 31 Ia32/MpEqu.inc
35 X64/MpEqu.inc
|
DxeMpInitLib.inf | 31 Ia32/MpEqu.inc
35 X64/MpEqu.inc
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
linq_last.hpp | 1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. 16 c.inc(); 32 c.inc(); 55 c.inc(); 67 c.inc();
|
linq_where.hpp | 1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. 28 this->inc(); 34 void inc() { function in struct:cpplinq::linq_where::cursor 36 cur.inc();
|
linq_skip.hpp | 1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. 24 cur.inc();
|
/external/aac/libFDK/include/ |
FDK_lpc.h | 156 * \param inc buffer traversal increment for signal 164 const int inc, const FIXP_LPC_TNS *lpcCoeff_m, 168 const int inc, const FIXP_LPC coeff[], const int coeff_e, 179 * \param inc buffer traversal increment for signal 187 const int inc, const FIXP_SGL *coeff, 192 const int inc, const FIXP_DBL *RESTRICT coeff,
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
CLDRConverterTool.java | 341 CLDRBuild.Include inc = (CLDRBuild.Include) obj; local 343 if (inc.locales != null 344 && CLDRBuild.matchesLocale(inc.locales, localeName) == false) { 347 if (inc.xpath != null && xpath.matches(inc.xpath)) { 386 if (inc.alt == null && altVal == null) { 388 } else if (inc.alt == null && altVal != null) { 390 } else if (inc.alt != null && altVal == null) { 405 if (altVal != null && altVal.matches(inc.alt)) { 415 if (altVal.matches(inc.alt)) [all...] |
/external/swiftshader/third_party/subzero/crosstest/ |
test_stacksave_main.c | 43 uint32_t inc = (start / 10) + 1; local 44 uint32_t llc_result = Funcs[f].FuncLlc(size_to_test, start, inc); 45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc);
|
/external/aac/libFDK/src/ |
dct.cpp | 182 int inc, index; local 186 dct_getTables(NULL, &sin_twiddle, &inc, L); 187 inc >>= 1; 192 index = 4 * inc; 194 /* This loop performs multiplication for index i (i*inc) */ 198 cplxMultDiv2(&accu2, &accu1, pDat[L - i], pDat[i], sin_twiddle[i * inc]); 200 sin_twiddle[(M - i) * inc]); 222 /* Create index helper variables for (4*i)*inc indexed equivalent values of 225 index += 4 * inc; 227 index -= 4 * inc; 299 int inc, index = 0; local [all...] |
/external/libdrm/tests/planetest/ |
planetest.c | 26 static void incrementor(int *inc, int *val, int increment, int lower, int upper) 28 if(*inc > 0) 29 *inc = *val + increment >= upper ? -1 : 1; 31 *inc = *val - increment <= lower ? 1 : -1; 32 *val += *inc * increment;
|
/external/python/cpython3/Lib/test/ |
test_scope.py | 16 inc = make_adder(1) 19 self.assertEqual(inc(1), 2) 31 inc = make_adder2(1) 34 self.assertEqual(inc(1), 2) 45 inc = make_adder3(0) 48 self.assertEqual(inc(1), 2) 77 inc = make_adder5(1) 80 self.assertEqual(inc(1), 2) 92 inc = make_adder6(1) 95 self.assertEqual(inc(1), 11) # there's only one globa 608 def inc(): function in function:ScopeTests.testNonLocalFunction.f 627 def inc(self): member in class:ScopeTests.testNonLocalMethod.f.c [all...] |
/bootable/recovery/updater/ |
Android.mk | 89 inc := $(call local-generated-sources-dir)/register.inc macro 91 $(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS) 92 $(inc) : 100 LOCAL_GENERATED_SOURCES := $(inc) 102 inc := macro
|
/build/make/tools/ |
filter-product-graph.py | 16 for inc in included: 17 result.add(inc) 19 if inc == d[1]:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
x86_long_nop.s | 19 inc %eax label 21 inc %eax label 22 # LNOP15: 0: inc 26 # LNOP15-NEXT: 20: inc 28 # LNOP11: 0: inc 32 # LNOP11-NEXT: 20: inc 34 # LNOP10: 0: inc 39 # LNOP10-NEXT: 20: inc 42 # LNOP7: 0: inc 48 # LNOP7-NEXT: 20: inc [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_sqrtl.c | 40 inc(long double x) function 152 xn = inc(xn); /* xn = xn + ulp. */ 154 u.e = inc(u.e); /* u.e = u.e + ulp. */ 155 xn = inc(xn); /* xn = xn + ulp. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_scope.py | 15 inc = make_adder(1)
18 self.assertEqual(inc(1), 2)
30 inc = make_adder2(1)
33 self.assertEqual(inc(1), 2)
44 inc = make_adder3(0)
47 self.assertEqual(inc(1), 2)
76 inc = make_adder5(1)
79 self.assertEqual(inc(1), 2)
91 inc = make_adder6(1)
94 self.assertEqual(inc(1), 11) # there's only one global [all...] |
/external/curl/packages/TPF/ |
curl.mak | 33 include $(word 1,$(wildcard $(foreach d,$(TPF_ROOT),$d/opensource/curl/lib/Makefile.inc)) Makefile.inc_not_found)
|
/external/libaom/libaom/build/cmake/ |
dist.cmake | 57 foreach(inc ${AOM_DIST_INCLUDES}) 58 file(INSTALL "${inc}" DESTINATION "${AOM_DIST_DIR}/include/aom")
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/ |
Makefile | 15 # with this program; if not, write to the Free Software Foundation, Inc., 38 include $(abs_srcdir)/Makefile.inc
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
Makefile | 4 # Copyright (C) 2009, Cisco Systems Inc. 17 # with this program; if not, write to the Free Software Foundation, Inc., 26 include $(abs_srcdir)/../Makefile.inc
|