/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenMake.py | 578 "macro_name" : "INC",
730 elif '$(INC)' in item:
751 # generate the response file content by combine the FLAGS and INC
757 for inc in self._AutoGenObject._IncludePathList:
758 Value += ' ' + IncPrefix + inc
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
Thunk16.asm | 273 inc rcx ; rcx <- the size of memory to copy
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
Nat.java | 390 public static int inc(int len, int[] z) method in class:Nat 402 public static int inc(int len, int[] x, int[] z) method in class:Nat
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
Nat.java | 394 public static int inc(int len, int[] z) method in class:Nat 406 public static int inc(int len, int[] x, int[] z) method in class:Nat
|
/external/epid-sdk/ |
configure | 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 834 | --includ | --inclu | --incl | --inc) 837 | --includ=* | --inclu=* | --incl=* | --inc=*) 1027 | --x-incl | --x-inc | --x-in | --x-i) 1030 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) [all...] |
/external/fdlibm/ |
configure | 7 # Copyright (C) 2003 Free Software Foundation, Inc. 408 | --includ | --inclu | --incl | --inc) 411 | --includ=* | --inclu=* | --incl=* | --inc=*) 578 | --x-incl | --x-inc | --x-in | --x-i) 581 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 913 Copyright (C) 2003 Free Software Foundation, Inc. [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_luma_mode_3_to_9.s | 160 mov r11, r4 @col counter to be inc/dec by #8 350 vdup.8 d27, r0 @row value inc or reset accordingly
|
/external/skia/src/core/ |
SkDraw.cpp | 521 size_t inc = (SkCanvas::kLines_PointMode == mode) ? 2 : 1; local 523 for (size_t i = 0; i < count; i += inc) { [all...] |
SkPath.cpp | 770 void SkPath::incReserve(int inc) { 772 if (inc > 0) { 773 SkPathRef::Editor(&fPathRef, inc, inc); [all...] |
/external/skqp/src/core/ |
SkDraw.cpp | 521 size_t inc = (SkCanvas::kLines_PointMode == mode) ? 2 : 1; local 523 for (size_t i = 0; i < count; i += inc) { [all...] |
SkPath.cpp | 770 void SkPath::incReserve(int inc) { 772 if (inc > 0) { 773 SkPathRef::Editor(&fPathRef, inc, inc); [all...] |
/external/u-boot/tools/ |
moveconfig.py | 772 def inc(self): member in class:Progress [all...] |
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.cc | 810 __ inc(Operand(ebp, kSuccessfulCaptures)); 842 __ inc(edi); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
rrm.c | 505 (op->max_chan - op->min_chan) / op->inc + 1; 524 u8 chan = channels ? channels[i] : op->min_chan + i * op->inc; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
pydoc.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
pydoc.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
pydoc.py | [all...] |
/external/libjpeg-turbo/simd/i386/ |
jidctint-mmx.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 24 %include "jsimdext.inc" 25 %include "jdct.inc" [all...] |
jidctint-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 24 %include "jsimdext.inc" 25 %include "jdct.inc" [all...] |
/external/libjpeg-turbo/simd/x86_64/ |
jidctint-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 24 %include "jsimdext.inc" 25 %include "jdct.inc" [all...] |
/external/python/cpython2/Lib/ |
pydoc.py | [all...] |
/external/python/cpython3/Lib/ |
pydoc.py | [all...] |
/external/boringssl/win-x86/crypto/fipsmodule/ |
aesni-x86.asm | 5 %include "boringssl_prefix_symbols_nasm.inc" 867 inc ebx 869 inc ebp 871 inc ebx 873 inc ebp [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 11203 int x, y, base=(-1), inc=8; local 11237 int x, y, base=(-1), inc=8; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneTest.java | 2 // © 2016 and later: Unicode, Inc. and others. 2253 final long inc = 30L * 24 * 60 * 60 * 1000; local [all...] |