/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.cpp | 256 bool added; in HandleCoincidence() local 257 if (!coincidence->addMissing(&added DEBUG_ITER_PARAMS(SAFETY_COUNT - safetyHatch))) { in HandleCoincidence() 260 if (!added) { in HandleCoincidence() 271 bool added; in HandleCoincidence() local 272 if (!coincidence->addMissing(&added DEBUG_COIN_PARAMS())) { in HandleCoincidence()
|
H A D | SkOpCoincidence.h | 23 // These return non-const pointers so that, as copies, they can be added 72 // These return non-const pointers so that, as copies, they can be added 152 bool addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS()); 161 void debugAddMissing(SkPathOpsDebug::GlitchLog* , bool* added) const; 165 bool* added) const; 253 bool* added 256 double coinTs, double coinTe, double oppTs, double oppTe, bool* added); 274 const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 331 bool added = fibers.emplace(fiber, timeout).second; in add() local 332 (void)added; in add() 333 MARL_ASSERT(added, "WaitingFibers::add() fiber already waiting"); in add() 538 work.added.notify_one(); in enqueue() 553 work.added.notify_one(); in enqueueAndUnlock() 693 auto added = idleFibers.emplace(currentFiber).second; in runUntilIdle() local 694 (void)added; in runUntilIdle() 695 MARL_ASSERT(added, "fiber already idle"); in runUntilIdle() 748 mutex.wait_until_locked(added, waiting.next(), f); in wait() 750 mutex.wait_locked(added, in wait() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_analyze_ubo_ranges.c | 166 uint32_t added = (plan_r->start - r.start) + (r.end - plan_r->end); in gather_ubo_ranges() local 167 if (added >= *upload_remaining) in gather_ubo_ranges() 172 *upload_remaining -= added; in gather_ubo_ranges() 181 uint32_t added = r.end - r.start; in gather_ubo_ranges() 182 if (added >= *upload_remaining) in gather_ubo_ranges() 189 *upload_remaining -= added; in gather_ubo_ranges()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | pnv_php.c | 25 bool added; member 752 if (event->added) in pnv_php_event_handler() 769 bool added; in pnv_php_interrupt() local 784 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt() 795 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt() 802 if (!added) { in pnv_php_interrupt() 828 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt() 830 event->added = added; in pnv_php_interrupt() [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | pnv_php.c | 26 bool added; member 754 if (event->added) in pnv_php_event_handler() 771 bool added; in pnv_php_interrupt() local 786 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt() 797 added = !!(presence == OPAL_PCI_SLOT_PRESENT); in pnv_php_interrupt() 804 if (!added) { in pnv_php_interrupt() 830 php_slot->name, added ? "added" : "removed", irq); in pnv_php_interrupt() 832 event->added = added; in pnv_php_interrupt() [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 643 TreeSet added = (TreeSet)results.clone(); in run() 644 added.removeAll(compareSet); in run() 646 Iterator ai = added.iterator(); in run() 666 added = stripAndResort(added); in run() 727 if (added.size() > 0) { in run() 728 writeResults(added, bw, false, true, false); in run() 730 bw.write("<p>(no API added)</p>"); in run() 768 if (added.size() > 0) { in run() 769 writeResults(added, b in run() [all...] |
/third_party/curl/src/ |
H A D | tool_operate.c | 111 bool *added); 114 bool *added); 229 all_xfers++; /* count total number of transfers added */ in add_per_transfer() 279 * a fixed file with implied CC needs to have a byte added for every in pre_transfer() 740 bool *added) in single_transfer() 749 *added = FALSE; /* not yet */ in single_transfer() 975 *added = TRUE; in single_transfer() 1267 /* Avoid having this setopt added to the --libcurl source output. */ in single_transfer() 1280 Note: avoid having this setopt added to the --libcurl source in single_transfer() 1487 303 was added i in single_transfer() 736 single_transfer(struct GlobalConfig *global, struct OperationConfig *config, CURLSH *share, bool capath_from_env, bool *added) single_transfer() argument 2457 bool added = FALSE; serial_transfers() local 2534 transfer_per_config(struct GlobalConfig *global, struct OperationConfig *config, CURLSH *share, bool *added) transfer_per_config() argument 2645 create_transfer(struct GlobalConfig *global, CURLSH *share, bool *added) create_transfer() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 45 size_t added = 0; in fbtft_write_spi_emulate_9() local 78 added++; in fbtft_write_spi_emulate_9() 81 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
/kernel/linux/linux-6.6/drivers/staging/fbtft/ |
H A D | fbtft-io.c | 45 size_t added = 0; in fbtft_write_spi_emulate_9() local 78 added++; in fbtft_write_spi_emulate_9() 81 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | create.js | 85 if (current.added || current.removed) { 120 return (current.added ? '+' : '-') + entry; 124 if (current.added) {
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_table.c | 87 int ret = 0, added = 0; in engine_table_register() local 93 added = 1; in engine_table_register() 96 /* The cleanup callback needs to be added */ in engine_table_register() 97 if (added && !engine_cleanup_add_first(cleanup)) { in engine_table_register()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_table.c | 87 int ret = 0, added = 0; in engine_table_register() local 93 added = 1; in engine_table_register() 96 if (added) in engine_table_register() 97 /* The cleanup callback needs to be added */ in engine_table_register()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 1202 * \param added Set to \c true if the variant was added to the list (i.e., a 1211 bool *added) in find_or_add_variant() 1215 *added = false; in find_or_add_variant() 1256 *added = true; in find_or_add_variant() 1408 bool added; in iris_update_compiled_vs() local 1410 find_or_add_variant(screen, ish, IRIS_CACHE_VS, &key, sizeof(key), &added); in iris_update_compiled_vs() 1412 if (added && !iris_disk_cache_retrieve(screen, uploader, ish, shader, in iris_update_compiled_vs() 1625 bool added = false; in iris_update_compiled_tcs() local 1629 sizeof(key), &added); in iris_update_compiled_tcs() 1207 find_or_add_variant(const struct iris_screen *screen, struct iris_uncompiled_shader *ish, enum iris_program_cache_id cache_id, const void *key, unsigned key_size, bool *added) find_or_add_variant() argument 1777 bool added; iris_update_compiled_tes() local 1916 bool added; iris_update_compiled_gs() local 2055 bool added; iris_update_compiled_fs() local 2317 bool added; iris_update_compiled_cs() local [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/ |
H A D | index.es6.js | 164 addToPath: function addToPath(path, added, removed, oldPosInc) { 167 if (last && last.added === added && last.removed === removed) { 172 added: added, 182 added: added, 264 if (!component.added && useLongestToken) { 277 if (!component.added) { 286 if (componentPos && components[componentPos - 1].added) { [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 649 struct token *added, *arg; in substitute() local 672 added = dup_token(t, base_pos); in substitute() 673 token_type(added) = TOKEN_SPECIAL; in substitute() 674 tail = &added->next; in substitute() 702 tail = copy(&added, arg, count); in substitute() 703 added->pos.newline = body->pos.newline; in substitute() 704 added->pos.whitespace = body->pos.whitespace; in substitute() 715 added = dup_token(body, base_pos); in substitute() 716 if (added->ident->tainted) in substitute() 717 added in substitute() [all...] |
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 109 int added = min(abytes, AES_BLOCK_SIZE - *macp); in ccm_update_mac() local 111 crypto_xor(&mac[*macp], in, added); in ccm_update_mac() 113 *macp += added; in ccm_update_mac() 114 in += added; in ccm_update_mac() 115 abytes -= added; in ccm_update_mac()
|
/third_party/skia/src/ports/ |
H A D | SkRemotableFontMgr_win_dw.cpp | 74 DataId& added = fDataIdCache.push_back(); in FindOrAdd() local 75 added.fLoader = fontFileLoaderId.release(); // Ref is passed. in FindOrAdd() 76 added.fKey = sk_malloc_throw(refKeySize); in FindOrAdd() 77 memcpy(added.fKey, refKey, refKeySize); in FindOrAdd() 78 added.fKeySize = refKeySize; in FindOrAdd()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport.c | 92 bool added = false; in virtio_transport_send_pkt_work() local 152 added = true; in virtio_transport_send_pkt_work() 155 if (added) in virtio_transport_send_pkt_work() 292 bool added = false; in virtio_transport_tx_work() local 307 added = true; in virtio_transport_tx_work() 314 if (added) in virtio_transport_tx_work()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | virtio_transport.c | 92 bool added = false; in virtio_transport_send_pkt_work() local 142 added = true; in virtio_transport_send_pkt_work() 145 if (added) in virtio_transport_send_pkt_work() 257 bool added = false; in virtio_transport_tx_work() local 272 added = true; in virtio_transport_tx_work() 279 if (added) in virtio_transport_tx_work()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
H A D | test-PR25661-6-v1.c | 6 char added; member
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
H A D | test35-leaf-v1.cc | 14 int added; member
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | private-lib-abstract-protocols-smtp.h | 16 time_t added; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_residency.cpp | 151 bool added = false; in d3d12_process_batch_residency() local 152 _mesa_set_search_or_add(base_bo_set, base_bo, &added); in d3d12_process_batch_residency() 153 assert(!added); in d3d12_process_batch_residency()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_conf.c | 210 int added = 0; in provider_conf_load() local 334 added = 1; in provider_conf_load() 336 if (added == 0) in provider_conf_load()
|