HomeSort by relevance Sort by last modified time
    Searched refs:inc (Results 526 - 550 of 812) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.asm 101 inc al ; MaxHead = al + 1
237 inc dx ; dx = (StartLBA % MaxSector) + 1 define
239 inc bx ; bx = MaxSector - Sector + 1
  /external/boringssl/src/util/
make_prefix_headers.go 1 // Copyright (c) 2018, Google Inc.
17 // boringssl_prefix_symbols_nasm.inc. These header files can be used to build
76 if _, err := f.WriteString(`// Copyright (c) 2018, Google Inc.
115 if _, err := f.WriteString(`// Copyright (c) 2018, Google Inc.
161 if _, err := f.WriteString(`; Copyright (c) 2018, Google Inc.
227 if err := writeNASMHeader(symbols, filepath.Join(*out, "boringssl_prefix_symbols_nasm.inc")); err != nil {
228 fmt.Fprintf(os.Stderr, "Error writing boringssl_prefix_symbols_nasm.inc: %s\n", err)
  /external/libjpeg-turbo/simd/i386/
jfdctflt-3dn.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
23 %include "jsimdext.inc"
24 %include "jdct.inc"
  /external/libjpeg-turbo/simd/x86_64/
jfdctflt-sse.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
23 %include "jsimdext.inc"
24 %include "jdct.inc"
jidctint-avx2.asm 9 ; For conditions of distribution and use, see copyright notice in jsimdext.inc
24 %include "jsimdext.inc"
25 %include "jdct.inc"
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibRTSM/Arm/
RTSMHelper.asm 22 INCLUDE AsmMacroIoLib.inc
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.asm 81 inc eax
EfiZeroMem.asm 73 inc edi
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 20 !include OvmfPkg.fdf.inc
33 !include VarStore.fdf.inc
52 !include VarStore.fdf.inc
416 !include DecomprScratchEnd.fdf.inc
OvmfPkgIa32X64.fdf 20 !include OvmfPkg.fdf.inc
33 !include VarStore.fdf.inc
52 !include VarStore.fdf.inc
416 !include DecomprScratchEnd.fdf.inc
OvmfPkgX64.fdf 20 !include OvmfPkg.fdf.inc
33 !include VarStore.fdf.inc
52 !include VarStore.fdf.inc
416 !include DecomprScratchEnd.fdf.inc
  /device/linaro/bootloader/edk2/StdLib/
StdLib.dsc 150 !include StdLib/StdLib.inc
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 90 inc ebx
  /external/boringssl/win-x86/crypto/test/
trampoline-x86.asm 5 %include "boringssl_prefix_symbols_nasm.inc"
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
completion_queue.pyx.pxi 59 # We receive event tags only after they've been inc-ref'd elsewhere in
  /external/grpc-grpc/test/core/gpr/
sync_test.cc 286 static void inc(void* v /*=m*/) { function
462 test("mutex", &inc, nullptr, 1, 1);
  /external/libgsm/
Makefile 83 GSM_INSTALL_INC = $(GSM_INSTALL_ROOT)/inc
125 INC = $(ROOT)/inc
133 $(WAV49) $(CCINC) -I$(INC)
150 GSM_HEADERS = $(INC)/gsm.h
152 HEADERS = $(INC)/proto.h \
153 $(INC)/unproto.h \
154 $(INC)/config.h \
155 $(INC)/private.h \
156 $(INC)/gsm.h
    [all...]
  /external/opencensus-java/contrib/dropwizard/src/test/java/io/opencensus/contrib/dropwizard/
DropWizardMetricsTest.java 62 evictions.inc();
63 evictions.inc(3);
  /external/python/cpython2/Lib/test/
test_timeit.py 35 def inc(self): member in class:FakeTimer
89 fake_stmt = "import timeit; timeit._fake_timer.inc()"
95 self.fake_timer.inc()
  /external/python/cpython3/Lib/test/
test_timeit.py 33 def inc(self): member in class:FakeTimer
91 fake_stmt = "import timeit\ntimeit._fake_timer.inc()"
97 self.fake_timer.inc()
147 t = timeit.Timer(stmt='_global_timer.inc()', timer=_global_timer)
149 timeit.timeit(stmt='_global_timer.inc()', timer=_global_timer,
152 timeit.timeit(stmt='local_timer.inc()', timer=local_timer,
  /external/python/cpython3/Modules/_blake2/impl/
blake2s.c 97 BLAKE2_LOCAL_INLINE(int) blake2s_increment_counter( blake2s_state *S, const uint32_t inc )
100 t += inc;
  /external/python/dateutil/dateutil/
rrule.py 190 def before(self, dt, inc=False):
192 inc keyword defines what happens if dt is an occurrence. With
193 inc=True, if dt itself is an occurrence, it will be returned. """
199 if inc:
211 def after(self, dt, inc=False):
213 inc keyword defines what happens if dt is an occurrence. With
214 inc=True, if dt itself is an occurrence, it will be returned. """
219 if inc:
229 def xafter(self, dt, count=None, inc=False):
241 :param inc
    [all...]
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 2 * Copyright 2014 Google Inc.
130 double low, double high, double inc)
136 for (double f = low; f < high; f += inc) {
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 2 * Copyright 2014 Google Inc.
130 double low, double high, double inc)
136 for (double f = low; f < high; f += inc) {
  /external/testng/src/main/java/org/testng/internal/
Yaml.java 235 for (String inc : includes) {
236 sb.append(sp).append(" ").append(inc);

Completed in 4238 milliseconds

<<21222324252627282930>>