Home
last modified time | relevance | path

Searched refs:update_ptr (Results 1 – 25 of 28) sorted by relevance

12

/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/Model/
H A DRRADDR.pm66 my $update_ptr = 1; # On by default
67 if ( defined $argv->{update_ptr} ){
68 $update_ptr = delete $argv->{update_ptr};
79 $rraddr->update_rrptr() if $update_ptr;
118 my $update_ptr = 1; # On by default
119 if ( defined $argv->{update_ptr} && $argv->{update_ptr} == 0 ){
120 $update_ptr = 0;
121 delete $argv->{update_ptr};
126 $self->update_rrptr() if $update_ptr;
H A DRR.pm297 my $update_ptr = 1; # On by default
298 if ( defined $argv->{update_ptr} && $argv->{update_ptr} == 0 ){
299 $update_ptr = 0;
300 delete $argv->{update_ptr};
307 $self->update_ptr() if ( $update_ptr );
332 sub update_ptr { subroutine
550 update_ptr => 1,
H A DZone.pm343 $rr->update_ptr();
728 $args{update_ptr} = $argv{update_ptrs};
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Daccess6.adb8 procedure update_ptr (X : access integer) is subprogram
17 update_ptr (ref);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DNotificationManager.cpp1054 auto notification_id = update_ptr->notification_->id_; in flush_pending_updates()
1141 if (update_ptr->added_notifications_.empty() && !update_ptr->is_silent_) { in flush_pending_updates()
1142 update_ptr->is_silent_ = true; in flush_pending_updates()
1179 td::remove_if(update_ptr->removed_notification_ids_, in flush_pending_updates()
1182 … if (update_ptr->removed_notification_ids_.empty() && update_ptr->added_notifications_.empty()) { in flush_pending_updates()
1212 auto notification_id = update_ptr->notification_->id_; in flush_pending_updates()
1264 td::unique(update_ptr->removed_notification_ids_); in flush_pending_updates()
1303 last_update_ptr->type_ = std::move(update_ptr->type_); in flush_pending_updates()
1324 std::sort(update_ptr->added_notifications_.begin(), update_ptr->added_notifications_.end(), in flush_pending_updates()
1326 …std::sort(update_ptr->removed_notification_ids_.begin(), update_ptr->removed_notification_ids_.end… in flush_pending_updates()
[all …]
H A DUpdatesManager.cpp2115 void UpdatesManager::process_qts_update(tl_object_ptr<telegram_api::Update> &&update_ptr, int32 qts, in process_qts_update() argument
2117 LOG(DEBUG) << "Process " << to_string(update_ptr); in process_qts_update()
2124 switch (update_ptr->get_id()) { in process_qts_update()
2126 auto update = move_tl_object_as<telegram_api::updateNewEncryptedMessage>(update_ptr); in process_qts_update()
2132 auto update = move_tl_object_as<telegram_api::updateMessagePollVote>(update_ptr); in process_qts_update()
2139 auto update = move_tl_object_as<telegram_api::updateBotStopped>(update_ptr); in process_qts_update()
2145 auto update = move_tl_object_as<telegram_api::updateChatParticipant>(update_ptr); in process_qts_update()
2154 auto update = move_tl_object_as<telegram_api::updateChannelParticipant>(update_ptr); in process_qts_update()
2163 auto update = move_tl_object_as<telegram_api::updateBotChatInviteRequester>(update_ptr); in process_qts_update()
H A DUpdatesManager.h291 …void process_qts_update(tl_object_ptr<telegram_api::Update> &&update_ptr, int32 qts, Promise<Unit>…
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/
H A Desys_tr.c343 RSRC_NODE_T **update_ptr; in Esys_TR_Close() local
347 update_ptr = &esys_context->rsrc_list; in Esys_TR_Close()
349 update_ptr = &node->next, node = node->next) { in Esys_TR_Close()
351 *update_ptr = node->next; in Esys_TR_Close()
/dports/audio/alsa-plugins/alsa-plugins-1.2.2/pulse/
H A Dpcm_pulse.c80 static int update_ptr(snd_pcm_pulse_t *pcm) in update_ptr() function
361 ret = update_ptr(pcm); in pulse_pointer()
447 ret = update_ptr(pcm); in pulse_write()
465 ret = update_ptr(pcm); in pulse_write()
505 ret = update_ptr(pcm); in pulse_read()
545 ret = update_ptr(pcm); in pulse_read()
765 update_ptr(pcm); in pulse_prepare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/diagnostics_ui/backend/
H A Dsystem_routine_controller.cc175 healthd::RoutineUpdatePtr update_ptr) { in OnRoutineStatusUpdated() argument
177 GetNonInteractiveRoutineUpdate(*update_ptr); in OnRoutineStatusUpdated()
H A Dsystem_routine_controller.h55 cros_healthd::mojom::RoutineUpdatePtr update_ptr);
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.h1480 uintptr_t* update_ptr = &(target_bitarr[target_start_bitidx / kBitsPerWord]); in CopyBits() local
1481 uintptr_t target_word = *update_ptr; in CopyBits()
1487 *update_ptr = (target_word & (~invmask)) | shifted_new_bits; in CopyBits()
1490 *update_ptr++ = bzhi(target_word, bit_idx_start) | shifted_new_bits; in CopyBits()
1491 target_word = *update_ptr; in CopyBits()
1493 *update_ptr = (target_word & ((~k0LU) << remainder)) | (src_word >> (len - remainder)); in CopyBits()
/dports/databases/galera/galera-release_25.3.35/galera/src/
H A Dkey_set.cpp314 inserted.first->update_ptr(kp.ptr()); in KeyPart()
H A Dkey_set.hpp282 void update_ptr(const gu::byte_t* ptr) const { data_ = ptr; } in update_ptr() function in galera::KeySet::KeyPart
/dports/databases/galera26/galera-release_26.4.10/galera/src/
H A Dkey_set.cpp314 inserted.first->update_ptr(kp.ptr()); in KeyPart()
H A Dkey_set.hpp290 void update_ptr(const gu::byte_t* ptr) const { data_ = ptr; } in update_ptr() function in galera::KeySet::KeyPart
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixv.c1422 u8 *update_ptr; in ixv_set_multi() local
1440 update_ptr = mta; in ixv_set_multi()
1443 update_ptr, mcnt, ixv_mc_array_itr, TRUE); in ixv_set_multi()
1454 ixv_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq) in ixv_mc_array_itr() argument
1456 u8 *addr = *update_ptr; in ixv_mc_array_itr()
1461 *update_ptr = newptr; in ixv_mc_array_itr()
H A Dixgbe.c2159 u8 *update_ptr; local
2197 update_ptr = mta;
2199 update_ptr, mcnt, ixgbe_mc_array_itr, TRUE);
2211 ixgbe_mc_array_itr(struct ixgbe_hw *hw, u8 **update_ptr, u32 *vmdq) argument
2213 u8 *addr = *update_ptr;
2218 *update_ptr = newptr;
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Dfapi_util.c3950 NODE_OBJECT_T **update_ptr; in ifapi_free_object() local
3953 update_ptr = &context->object_list; in ifapi_free_object()
3955 update_ptr = &node->next, node = node->next) { in ifapi_free_object()
3957 *update_ptr = node->next; in ifapi_free_object()

12