Home
last modified time | relevance | path

Searched defs:increment (Results 1 - 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DmapOnTupleTypes02.js12 function increment(point) { function
/third_party/ltp/testcases/kernel/syscalls/sbrk/
H A Dsbrk02.c18 static long increment = INC; variable
H A Dsbrk01.c18 long increment; member
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSemaphore.hpp70 inline void Semaphore::increment (void) throw() in increment() function in de::Semaphore
/third_party/node/benchmark/napi/function_call/
H A Dnapi_binding.c4 static int32_t increment = 0; variable
/third_party/toybox/toys/lsb/
H A Dseq.c59 double first = 1, increment = 1, last, dd; in seq_main() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsbcdsp.h48 uint8_t increment; member
/third_party/gn/src/base/
H A Datomic_ref_count.h25 void Increment(int increment) { in Increment() argument
/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.h122 int increment; /* 0 or 1; if set then increment the numerator, using one of member
[all...]
/third_party/node/deps/v8/src/base/
H A Datomicops_internals_atomicword_compat.h39 Relaxed_AtomicIncrement(volatile AtomicWord* ptr, AtomicWord increment) Relaxed_AtomicIncrement() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DMonotonicCounter.h54 int64_t increment(int64_t delta) { in increment() function in MonotonicCounter
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dstack_consumption.cc83 int increment; in GetStackConsumption() local
/third_party/backends/backend/
H A Dpieusb_buffer.c567 static void buffer_update_read_index(struct Pieusb_Read_Buffer* buffer, int increment) in buffer_update_read_index() argument
H A Dtest-picture.c113 SANE_Word increment = 1; in init_picture_buffer() local
/third_party/rust/crates/aho-corasick/src/
H A Dlib.rs295 fn increment(&self, by: usize) -> Match { in increment() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h69 template <class Iterator> static void increment(Iterator &I) { in increment() function
95 template <class Iterator> static void increment(Iterator &I) { in increment() function
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnfrt.cpp283 double increment = 1; in doTest() local
/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.c91 const int increment = 8; in mnote_huawei_entry_rational_timestamp_process() local
191 int increment = 0, ret = 0, components = 0; in mnote_huawei_entry_set_value() local
146 mnote_huawei_entry_value_process(char *buff, const int buff_size, const char *v, int strlen, const int increment, int *components, ExifMem *mem, ExifByteOrder order) mnote_huawei_entry_value_process() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dblake2b_prov.c161 size_t increment; in blake2b_compress() local
H A Dblake2s_prov.c154 size_t increment; in blake2s_compress() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.hpp52 Array<Int> increment; // increment value per loop member in sw::PixelProgram
H A DVertexProgram.hpp47 Array<Int> increment; member in sw::VertexProgram
/third_party/openssl/providers/implementations/digests/
H A Dblake2b_prov.c161 size_t increment; in blake2b_compress() local
H A Dblake2s_prov.c154 size_t increment; in blake2s_compress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_iterator.h43 template <class T> static void increment(T *&I) { I = Access::getNext(*I); } in increment() function
49 template <class T> static void increment(T *&I) { I = Access::getPrev(*I); } in increment() function

Completed in 12 milliseconds

123456