Searched
refs:inc (Results
376 -
400 of
812) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
EfiCopyMem.c | 90 inc edi
91 inc esi
155 inc esi
156 inc edi ; advance Destination pointer
|
/external/boringssl/src/crypto/x509/ |
x509name.c | 229 int n, i, inc; local 241 inc = (set == 0); 247 inc = 1; 269 if (inc) {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.cc | 140 uptr inc = 1; local 145 inc = -1; 147 for (; s != send; s += inc, d += inc) {
|
tsan_sync.cc | 267 uptr inc = 1; local 272 inc = -1; 274 for (; src_meta != src_meta_end; src_meta += inc, dst_meta += inc) {
|
/external/grpc-grpc/src/core/lib/gpr/ |
time.cc | 136 int64_t inc = 0; local 142 inc++; 154 if (inc != 0 && sum.tv_sec == INT64_MAX - 1) { 157 sum.tv_sec += inc;
|
/external/libchrome/base/strings/ |
safe_sprintf.cc | 226 // Increments |count_| by |inc| unless this would cause |count_| to 229 inline bool IncrementCount(size_t inc) { 230 // "inc" is either 1 or a "padding" value. Padding is clamped at 231 // run-time to at most kSSizeMax-1. So, we know that "inc" is always in 233 // This allows us to compute "kSSizeMax - 1 - inc" without incurring any 235 DEBUG_CHECK(inc <= kSSizeMax - 1); 236 if (count_ > kSSizeMax - 1 - inc) { 240 count_ += inc;
|
/external/libjpeg-turbo/simd/i386/ |
jccolor-avx2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jccolor-mmx.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jccolor-sse2.asm | 8 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 18 %include "jsimdext.inc"
|
jcgray-avx2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jcgray-mmx.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jcgray-sse2.asm | 8 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 18 %include "jsimdext.inc"
|
jdcolor-avx2.asm | 10 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 20 %include "jsimdext.inc"
|
jdcolor-mmx.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jdcolor-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jdmerge-avx2.asm | 10 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 20 %include "jsimdext.inc"
|
jdmerge-mmx.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jdmerge-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
/external/libjpeg-turbo/simd/x86_64/ |
jccolor-avx2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jccolor-sse2.asm | 8 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 18 %include "jsimdext.inc"
|
jcgray-avx2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jcgray-sse2.asm | 8 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 18 %include "jsimdext.inc"
|
jdcolor-avx2.asm | 10 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 20 %include "jsimdext.inc"
|
jdcolor-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
jdmerge-sse2.asm | 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc 19 %include "jsimdext.inc"
|
Completed in 840 milliseconds
<<11121314151617181920>>