Home
last modified time | relevance | path

Searched defs:stop (Results 251 - 275 of 320) sorted by relevance

1...<<111213

/third_party/lzma/C/
H A DXzDec.c1926 XzDecMt_Callback_Code(void *pp, unsigned coderIndex, const Byte *src, size_t srcSize, int srcFinished, UInt64 *inCodePos, UInt64 *outCodePos, int *stop) XzDecMt_Callback_Code() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_query.c1287 const uint64_t *stop = (uint64_t *)(src + pipelinestat_block_size); in radv_GetQueryPoolResults() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c369 int stop = 0; /* loop stopper if set */ in main() local
[all...]
/third_party/littlefs/runners/
H A Dtest_runner.c2183 intmax_t stop = -1; in main() local
[all...]
H A Dbench_runner.c1614 intmax_t stop = -1; in main() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c740 static void ntfs_dump_bytes(u8 *buf, int start, int stop) in ntfs_dump_bytes() argument
H A Dntfsclone.c180 u64 stop; member
608 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int res) argument
/third_party/nghttp2/src/
H A Dutil.cc930 auto stop = std::find(first, last, delim); in split_str() local
966 auto stop = std::find(first, last, delim); in split_str() local
1354 auto stop = std::min(first + 8, last); in hexdump8() local
1400 auto stop = std::min(i + 16, end); hexdump() local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h38 bool stop : 1; member
/third_party/libabigail/src/
H A Dabg-tools-utils.cc224 timer::stop() in stop() function in abigail::tools_utils::timer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp534 void stop () { m_running = false; } in stop() function in vkt::synchronization::__anon28841::MonotonicallyIncrementChecker
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2119 SlotIndex stop = Indexes->getMBBEndIdx(MBB); in visitMachineBasicBlockAfter() local
/third_party/skia/src/core/
H A DSkRegion.cpp284 RunType* stop = runs + count; in setRuns() local
845 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); addSpan() local
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py1705 stop = __exit__ global() variable in PatchTest.test_patch_propagates_exc_on_exit.custom_patch
1839 def stop(self): global() member in PatchTest.test_stopall_lifo.get_patch.mypatch
[all...]
/third_party/python/Modules/
H A D_testbuffer.c1714 Py_ssize_t start, stop, step, slicelength; in init_slice() local
H A Dmathmodule.c1975 factorial_partial_product(unsigned long start, unsigned long stop, in factorial_partial_product() argument
[all...]
H A D_collectionsmodule.c1044 Py_ssize_t i, n, start=0, stop=Py_SIZE(deque); in deque_index() local
[all...]
/third_party/python/Objects/
H A Dlistobject.c2888 Py_ssize_t start, stop, step, slicelength, i; in list_subscript() local
2599 list_index_impl(PyListObject *self, PyObject *value, Py_ssize_t start, Py_ssize_t stop) list_index_impl() argument
2942 Py_ssize_t start, stop, step, slicelength; list_ass_subscript() local
[all...]
H A Dbytearrayobject.c390 Py_ssize_t start, stop, step, slicelength, i; in bytearray_subscript() local
595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local
[all...]
/third_party/python/Lib/
H A Dpydoc.py2420 def stop(self): member in _start_server.ServerThread
/third_party/python/Lib/unittest/
H A Dmock.py1596 def stop(self): member in _patch
1919 def stop(self): member in _patch_dict
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp530 void stop () { m_running = false; } in stop() function in vkt::synchronization::__anon29990::MonotonicallyIncrementChecker
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Ddw_mmc.h239 void (*stop)(struct dw_mci *host); member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Ddbus.h239 int (*stop)(void *bus); member
/third_party/alsa-lib/include/
H A Dpcm.h1275 void (*stop)(snd_pcm_scope_t *scope); member

Completed in 69 milliseconds

1...<<111213