Home
last modified time | relevance | path

Searched defs:keep (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dkill-pure-call.c4 int keep(int a) { return side(a) && 0; } in keep() function
H A Dkill-load.c1 int keep(volatile int *p) { return *p && 0; } in keep() function
H A Dkill-store.c1 void keep(int *p) { *p = 0; } in keep() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DToolOutputFile.h57 void keep() { Installer.Keep = true; } in keep() function in llvm::ToolOutputFile
/base/security/device_security_level/services/include/
H A Ddslm_notify_node.h33 uint32_t keep; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h17 bool keep; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h17 bool keep; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/
H A Dnotify.c91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func() argument
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c75 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
H A Drand_win.c179 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c75 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
H A Drand_win.c179 void ossl_rand_pool_keep_random_devices_open(int keep) in ossl_rand_pool_keep_random_devices_open() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmemorypool.c262 MHD_pool_reset(struct MemoryPool *pool, void *keep, size_t size) MHD_pool_reset() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkLinker.cpp53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { in keep() function in RemarkLinker
/base/security/device_security_level/interfaces/inner_api/src/standard/
H A Ddevice_security_level_callback_helper.cpp54 Publish(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep, sptr<DeviceSecurityLevelCallbackStub> &stub, uint32_t &cookie) Publish() argument
109 PushCallback(const DeviceIdentify &identity, const ResultCallback &callback, uint32_t keep, uint32_t &cookie) PushCallback() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c112 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c41 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c114 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c37 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() argument
/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp416 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::object_start, discarded); in start_object() local
436 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); in key() local
486 const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded); in start_array() local
503 bool keep = true; in end_array() local
583 const bool keep = skip_callback || callback(static_cast<int>(ref_stack.size()), parse_event_t::value, value); handle_value() local
[all...]
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py148 def keep(file_name): function
/third_party/node/tools/icu/
H A Dicutrim.py206 keep = set(config["keep"]) variable
208 keep = set() variable
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp111 void FileServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument
/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp117 void HttpServerDemo::GetKeepAlive(const std::string &recvStr, int32_t &keep) in GetKeepAlive() argument

Completed in 10 milliseconds

12345