Home
last modified time | relevance | path

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

1234

/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
/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
/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
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dearly_printk.c344 int keep; in setup_early_printk() local
/kernel/linux/linux-5.10/net/dsa/
H A Dtag_8021q.c433 bool keep; in dsa_8021q_crosschip_bridge_leave() local
366 dsa_8021q_crosschip_link_del(struct dsa_8021q_context *ctx, struct dsa_8021q_crosschip_link *c, bool *keep) dsa_8021q_crosschip_link_del() argument

Completed in 11 milliseconds

1234