/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
util.py | 242 for inc in itertools.cycle((5, 2, 2.5, 1)): 243 barH = inc * 10**power 247 elif inc == 1:
|
/external/tensorflow/tensorflow/core/kernels/ |
roll_op.cc | 189 int inc = 1; 190 if (j == isd) inc = isd_indx_skip; 191 const int indx = (indicies[j] + inc) % dim_size[j];
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/ |
MpFuncs.asm | 19 include AsmInclude.inc
118 inc ecx
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/ |
MpFuncs.asm | 17 include AsmInclude.inc
145 inc rcx
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.S | 82 inc %ebx
|
PeiCoreEntry.asm | 89 inc ebx
|
/external/boringssl/src/crypto/err/ |
err.c | 219 static uint32_t get_error_values(int inc, int top, const char **file, int *line, 232 assert(!inc); 268 if (inc) { 278 if (inc) { 288 return get_error_values(1 /* inc */, 0 /* bottom */, NULL, NULL, NULL, NULL); 292 return get_error_values(1 /* inc */, 0 /* bottom */, file, line, NULL, NULL); 297 return get_error_values(1 /* inc */, 0 /* bottom */, file, line, data, flags);
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
check_lint.sh | 116 FILES=${COMMON_RTL}/*.inc
|
/external/freetype/src/psaux/ |
psft.c | 731 FT_Incremental_InterfaceRec *inc = local 737 if ( inc ) 738 error = inc->funcs->get_glyph_data( inc->object,
|
/external/grpc-grpc/include/grpc/support/ |
sync.h | 169 /** *c += inc. Requires: *c initialized. */ 170 GPRAPI void gpr_stats_inc(gpr_stats_counter* c, intptr_t inc);
|
/external/harfbuzz_ng/src/ |
hb-cff-interp-dict-common.hh | 2 * Copyright © 2018 Adobe Inc. 124 substr.inc ();
|
/external/libhevc/common/arm/ |
ihevc_intra_pred_chroma_planar.s | 155 vmov d7, d5 @mov #1 to d7 to used for inc for row+1 and dec for nt-1-row 159 mov r5, r2 @dst (to be reloaded after every row and inc by dst_strd) 311 vmov d7, d5 @mov #1 to d7 to used for inc for row+1 and dec for nt-1-row 335 @mov r10, #4 @reduce inc to #4 for 4x4
|
/external/libjpeg-turbo/simd/nasm/ |
jsimdcfg.inc.h | 8 ; Automatically generated include file from jsimdcfg.inc.h
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 629 inc qword ptr [rax] label 630 inc dword ptr [rax] label 631 inc word ptr [rax] label 632 inc byte ptr [rax] label
|
/external/python/cpython2/Mac/scripts/ |
BuildApplet.py | 149 def inc(self, *args): member in class:Verbose
|
/external/syzkaller/pkg/ast/ |
format.go | 69 func (inc *Incdir) serialize(w io.Writer) { 70 fmt.Fprintf(w, "incdir <%v>\n", inc.Dir.Value)
|
/external/u-boot/arch/x86/cpu/ |
sipi_vector.S | 3 * Copyright (c) 2015 Google, Inc 106 inc %ecx
|
/external/deqp/modules/gles2/functional/ |
es2fTextureMipmapTests.cpp | 169 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 170 deUint32 dec = 0xff - inc; 171 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; 521 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 522 deUint32 dec = 0xff - inc; 527 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; 528 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; 529 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; 530 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; 531 case 4: rgb = (255 << 16) | (dec << 8) | inc; break [all...] |
/external/icu/icu4c/source/common/ |
umutablecptrie.cpp | 1 // © 2017 and later: Unicode, Inc. and others. 937 int32_t inc = SMALL_DATA_BLOCKS_PER_BMP_BLOCK; local 938 for (int32_t i = 0; i < iLimit; i += inc) { 941 inc = 1; 958 if (inc > 1) { 961 int32_t next_i = i + inc; 1107 int32_t inc = SMALL_DATA_BLOCKS_PER_BMP_BLOCK; local [all...] |
/art/runtime/arch/x86/ |
memcmp16_x86.S | 162 inc %edx 244 inc %edx 327 inc %edx 410 inc %edx 493 inc %edx 576 inc %edx 659 inc %edx 742 inc %edx
|
/bionic/libc/kernel/tools/ |
kernel.py | 143 for inc in includes: 144 self.checkInclude(inc, path, kernel_root)
|
/device/google/marlin/camera/QCamera2/ |
Android.mk | 69 $(LOCAL_PATH)/stack/mm-camera-interface/inc \
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/ |
CTA15-A7Helper.asm | 18 INCLUDE AsmMacroIoLib.inc
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ |
ArmPlatformStackLib.asm | 16 INCLUDE AsmMacroIoLib.inc
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/ |
PrePeiCoreEntryPoint.asm | 16 INCLUDE AsmMacroIoLib.inc
|