/external/llvm/test/MC/COFF/ |
cv-loc.s | 8 .cv_file 2 "t.inc" 59 # CHECK: Filename: t.inc (0x8)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
cv-loc.s | 8 .cv_file 2 "t.inc" 61 # CHECK: Filename: t.inc (0x8)
|
/external/catch2/include/internal/ |
catch_tostring.cpp | 54 int i = 0, end = static_cast<int>( size ), inc = 1; local 57 end = inc = -1; 63 for( ; i != end; i += inc )
|
/external/harfbuzz_ng/src/ |
hb-object.hh | 3 * Copyright © 2009,2010 Red Hat, Inc. 4 * Copyright © 2011,2012 Google, Inc. 150 int inc () const { return ref_count.inc (); } function in struct:hb_reference_count_t 267 obj->header.ref_count.inc ();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ |
Primes.java | 489 inc(primeSeed, 1); method 492 inc(primeSeed, 1); method 570 inc(primeSeed, iterations + 1); method 612 inc(seed, 1); method 617 private static void inc(byte[] seed, int c) method in class:Primes
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ |
Primes.java | 493 inc(primeSeed, 1); method 496 inc(primeSeed, 1); method 574 inc(primeSeed, iterations + 1); method 616 inc(seed, 1); method 621 private static void inc(byte[] seed, int c) method in class:Primes
|
/external/skia/samplecode/ |
SampleFilterQuality.cpp | 2 * Copyright 2015 Google Inc. 110 SkScalar inc(SkScalar delta) { function in struct:AnimValue 177 case '1': fAngle.inc(-ANGLE_DELTA); return true; 178 case '2': fAngle.inc( ANGLE_DELTA); return true; 179 case '3': fScale.inc(-SCALE_DELTA); return true; 180 case '4': fScale.inc( SCALE_DELTA); return true;
|
/external/skqp/samplecode/ |
SampleFilterQuality.cpp | 2 * Copyright 2015 Google Inc. 110 SkScalar inc(SkScalar delta) { function in struct:AnimValue 177 case '1': fAngle.inc(-ANGLE_DELTA); return true; 178 case '2': fAngle.inc( ANGLE_DELTA); return true; 179 case '3': fScale.inc(-SCALE_DELTA); return true; 180 case '4': fScale.inc( SCALE_DELTA); return true;
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureMipmapTests.cpp | 166 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 167 deUint32 dec = 0xff - inc; 168 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; 465 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 466 deUint32 dec = 0xff - inc; 471 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; 472 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; 473 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; 474 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; 475 case 4: rgb = (255 << 16) | (dec << 8) | inc; break [all...] |
/external/deqp/modules/gles3/accuracy/ |
es3aTextureMipmapTests.cpp | 157 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 158 deUint32 dec = 0xff - inc; 159 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; 452 deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 453 deUint32 dec = 0xff - inc; 458 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; 459 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; 460 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; 461 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; 462 case 4: rgb = (255 << 16) | (dec << 8) | inc; break [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UnicodeSetStringSpan.java | 1 // © 2016 and later: Unicode, Inc. and others. 418 int inc = length16 - overlap; // Keep overlap+inc==length16. local 420 if (inc > rest) { 424 if (!offsets.containsOffset(inc) && matches16CPB(s, pos - overlap, length, string, length16)) { 425 if (inc == rest) { 428 offsets.addOffset(inc); 434 ++inc; 457 int inc = length16 - overlap; // Keep overlap+inc==length16 local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureMipmapTests.cpp | 5 * Copyright (c) 2016 The Khronos Group Inc. 182 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 183 const deUint32 dec = 0xff - inc; 184 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; 445 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 446 const deUint32 dec = 0xff - inc; 451 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; 452 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; 453 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; 454 case 3: rgb = (dec << 16) | (inc << 8) | 255; break 686 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 966 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 1219 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local 1484 const deUint32 inc = deClamp32(step*levelNdx, 0x00, 0xff); local [all...] |
/external/python/cpython2/Lib/plat-mac/ |
buildtools.py | 79 progress.inc(0) 193 progress.inc(50) 280 progress.inc(0) 341 progress.inc(0) 376 progress.inc(progress_cur_inc) 387 progress.inc(0) 423 progress.inc(0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
GCNRegPressure.cpp | 95 void GCNRegPressure::inc(unsigned Reg, function in class:GCNRegPressure 322 AtMIPressure.inc(U.RegUnit, LiveMask, LiveMask | U.LaneMask, *MRI); 339 CurPressure.inc(Reg, PrevMask, LiveMask, *MRI); 347 CurPressure.inc(U.RegUnit, PrevMask, LiveMask, *MRI); 383 CurPressure.inc(It.first, PrevMask, It.second, *MRI); 389 CurPressure.inc(It.first, PrevMask, It.second, *MRI); 413 CurPressure.inc(Reg, PrevMask, LiveMask, *MRI);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 690 long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement(); local 694 dotFile << "[label=" << inc << "] [color=black];\n"; local 702 dotFile << "[label=" << inc local 711 dotFile << "[label=" << inc << "] [color=red];\n"; local 715 dotFile << "[label=" << inc << "] [color=green];\n"; local 1044 SelectInst* inc = local 1248 long inc = ((BLInstrumentationEdge*)(*edge))->getIncrement(); local [all...] |
/external/clang/tools/scan-build-py/libear/ |
__init__.py | 230 self.inc = [] 235 self.inc.extend(['-I', directory]) 248 '-o', src + '.o'] + self.inc +
|
/external/libxaac/decoder/ |
ixheaacd_esbr_envcal.c | 50 WORD32 inc = 1; local 53 inc = 3 * inc + 1; 54 while (inc <= n); 57 inc = inc / 3; 58 for (i = inc + 1; i <= n; i++) { 61 while (in[j - inc - 1] > v) { 62 in[j - 1] = in[j - inc - 1]; 63 j -= inc; [all...] |
ixheaacd_tcx_fwd_mdct.c | 205 FLOAT32 inc, fnew, fold; local 210 inc = 1.0f / (FLOAT32)nb_subfr; 211 fnew = 0.5f - (0.5f * inc);
|
/external/llvm/utils/lit/lit/ |
util.py | 124 for inc in itertools.cycle((5, 2, 2.5, 1)): 125 barH = inc * 10**power 129 elif inc == 1:
|
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/ |
Makefile | 5 include $(MAKEFILE_DIR)/helper_functions.inc 151 include $(wildcard $(MAKEFILE_DIR)/targets/*_makefile.inc) 176 include $(wildcard tensorflow/lite/experimental/micro/examples/*/Makefile.inc)
|
/external/u-boot/drivers/i2c/ |
ast_i2c.c | 3 * Copyright (C) 2012-2020 ASPEED Technology Inc. 5 * Copyright 2017 Google, Inc. 42 ulong inc = 0, div; local 46 inc |= (divider_ratio & 1); 49 divider_ratio += inc;
|
/external/zlib/src/contrib/masmx64/ |
inffasx64.asm | 144 inc eax
182 inc eax
207 inc rdi
231 inc rdi
243 inc eax
257 inc eax
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
EfiSetMem.c | 73 inc eax
|
EfiSetMemSSE2.c | 73 inc eax
|
EfiZeroMem.c | 64 inc edi
|