Home
last modified time | relevance | path

Searched refs:newstatus (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dwd2010.cpp372 complete_cmd(newstatus); in compute_correction()
382 complete_cmd(newstatus); in set_parameter()
489 complete_cmd(newstatus | STATUS_ERR); in seek()
521 complete_cmd(newstatus | STATUS_ERR); in seek()
562 complete_cmd(newstatus | STATUS_ERR); in read_sector()
691 complete_cmd(newstatus | STATUS_ERR); in complete_write_sector()
779 uint8_t newstatus = STATUS_RDY; in scan_id() local
795 complete_cmd(newstatus); in scan_id()
817 uint8_t newstatus = STATUS_RDY; in format() local
847 complete_cmd(newstatus | STATUS_ERR); in format()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dwd2010.cpp372 complete_cmd(newstatus); in compute_correction()
382 complete_cmd(newstatus); in set_parameter()
489 complete_cmd(newstatus | STATUS_ERR); in seek()
521 complete_cmd(newstatus | STATUS_ERR); in seek()
562 complete_cmd(newstatus | STATUS_ERR); in read_sector()
691 complete_cmd(newstatus | STATUS_ERR); in complete_write_sector()
779 uint8_t newstatus = STATUS_RDY; in scan_id() local
795 complete_cmd(newstatus); in scan_id()
817 uint8_t newstatus = STATUS_RDY; in format() local
847 complete_cmd(newstatus | STATUS_ERR); in format()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Doldsemaphore.c92 long oldstatus, newstatus; in __old_sem_wait() local
107 newstatus = oldstatus - 2; in __old_sem_wait()
109 newstatus = (long) self; in __old_sem_wait()
113 while (! sem_compare_and_swap(sem, oldstatus, newstatus)); in __old_sem_wait()
114 if (newstatus & 1) { in __old_sem_wait()
131 newstatus = (long) self->p_nextwaiting; in __old_sem_wait()
155 long oldstatus, newstatus; in __old_sem_trywait() local
163 newstatus = oldstatus - 2; in __old_sem_trywait()
171 long oldstatus, newstatus; in __old_sem_post() local
176 newstatus = 3; in __old_sem_post()
[all …]
H A Dspinlock.c66 long oldstatus, newstatus; in __pthread_lock() local
126 newstatus = oldstatus | 1; in __pthread_lock()
131 newstatus = (long) self | 1; in __pthread_lock()
140 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_lock()
412 long oldstatus, newstatus; in __pthread_alt_lock() local
449 newstatus = 1; in __pthread_alt_lock()
454 newstatus = (long) &wait_node; in __pthread_alt_lock()
461 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_alt_lock()
482 long newstatus; in __pthread_alt_timedlock() local
521 newstatus = 1; in __pthread_alt_timedlock()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Doldsemaphore.c92 long oldstatus, newstatus; in __old_sem_wait() local
107 newstatus = oldstatus - 2; in __old_sem_wait()
109 newstatus = (long) self; in __old_sem_wait()
113 while (! sem_compare_and_swap(sem, oldstatus, newstatus)); in __old_sem_wait()
114 if (newstatus & 1) { in __old_sem_wait()
131 newstatus = (long) self->p_nextwaiting; in __old_sem_wait()
155 long oldstatus, newstatus; in __old_sem_trywait() local
163 newstatus = oldstatus - 2; in __old_sem_trywait()
171 long oldstatus, newstatus; in __old_sem_post() local
176 newstatus = 3; in __old_sem_post()
[all …]
H A Dspinlock.c66 long oldstatus, newstatus; in __pthread_lock() local
126 newstatus = oldstatus | 1; in __pthread_lock()
131 newstatus = (long) self | 1; in __pthread_lock()
140 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_lock()
412 long oldstatus, newstatus; in __pthread_alt_lock() local
449 newstatus = 1; in __pthread_alt_lock()
454 newstatus = (long) &wait_node; in __pthread_alt_lock()
461 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_alt_lock()
482 long newstatus; in __pthread_alt_timedlock() local
521 newstatus = 1; in __pthread_alt_timedlock()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Doldsemaphore.c92 long oldstatus, newstatus; in __old_sem_wait() local
107 newstatus = oldstatus - 2; in __old_sem_wait()
109 newstatus = (long) self; in __old_sem_wait()
113 while (! sem_compare_and_swap(sem, oldstatus, newstatus)); in __old_sem_wait()
114 if (newstatus & 1) { in __old_sem_wait()
131 newstatus = (long) self->p_nextwaiting; in __old_sem_wait()
155 long oldstatus, newstatus; in __old_sem_trywait() local
163 newstatus = oldstatus - 2; in __old_sem_trywait()
171 long oldstatus, newstatus; in __old_sem_post() local
176 newstatus = 3; in __old_sem_post()
[all …]
H A Dspinlock.c66 long oldstatus, newstatus; in __pthread_lock() local
126 newstatus = oldstatus | 1; in __pthread_lock()
131 newstatus = (long) self | 1; in __pthread_lock()
140 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_lock()
412 long oldstatus, newstatus; in __pthread_alt_lock() local
449 newstatus = 1; in __pthread_alt_lock()
454 newstatus = (long) &wait_node; in __pthread_alt_lock()
461 } while(! __compare_and_swap(&lock->__status, oldstatus, newstatus)); in __pthread_alt_lock()
482 long newstatus; in __pthread_alt_timedlock() local
521 newstatus = 1; in __pthread_alt_timedlock()
[all …]
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Doffline.cpp12 UserBattleStatus& newstatus = m_me.BattleStatus(); in OfflineBattle() local
13 newstatus.spectator = true; in OfflineBattle()
14 newstatus.sync = true; in OfflineBattle()
23 UserBattleStatus& newstatus = m_me.BattleStatus(); in OfflineBattle() local
24 newstatus.spectator = true; in OfflineBattle()
25 newstatus.sync = true; in OfflineBattle()
/dports/games/springlobby/springlobby-0.180/src/
H A Dofflinebattle.cpp12 UserBattleStatus& newstatus = m_me.BattleStatus(); in OfflineBattle() local
13 newstatus.spectator = true; in OfflineBattle()
14 newstatus.sync = true; in OfflineBattle()
23 UserBattleStatus& newstatus = m_me.BattleStatus(); in OfflineBattle() local
24 newstatus.spectator = true; in OfflineBattle()
25 newstatus.sync = true; in OfflineBattle()
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Danimation.cpp170 newstatus(i, FACE); in animateobjs()
539 newstatus(i, FLEE); in animateobjs()
744 newstatus(i, FACE); in animateobjs()
754 newstatus(i, FACE); in animateobjs()
866 newstatus(i, FLEE); in animateobjs()
871 newstatus(i, FACE); in animateobjs()
918 newstatus(i, FACE); in animateobjs()
1077 newstatus(i, FACE); in animateobjs()
2106 newstatus(i, FLEE); in animateobjs()
2433 newstatus(i, CHASE); in animateobjs()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-extras/src/test/java/org/apache/hadoop/tools/
H A DTestDistCh.java147 final ChPermissionStatus[] newstatus = new ChPermissionStatus[NUN_SUBS]; in testDistCh() local
151 newstatus[0] = new ChPermissionStatus(rootstatus, "sub1", "", ""); in testDistCh()
154 newstatus[1] = new ChPermissionStatus(rootstatus, "", "sub2", ""); in testDistCh()
157 newstatus[2] = new ChPermissionStatus(rootstatus, "", "", "437"); in testDistCh()
160 newstatus[3] = new ChPermissionStatus(rootstatus, "sub1", "sub2", "447"); in testDistCh()
163 newstatus[4] = new ChPermissionStatus(rootstatus, "", "sub5", "437"); in testDistCh()
166 newstatus[5] = new ChPermissionStatus(rootstatus, "sub1", "sub5", ""); in testDistCh()
169 newstatus[6] = new ChPermissionStatus(rootstatus, "sub3", "", "437"); in testDistCh()
172 System.out.println("newstatus=" + Arrays.asList(newstatus).toString().replace(",", ",\n ")); in testDistCh()
181 checkFileStatus(newstatus[i], fs.getFileStatus(sub)); in testDistCh()
[all …]
/dports/comms/smstools3/smstools3/src/
H A Dstats.c32 char newstatus[NUMBER_OF_MODEMS +1] = {0}; variable
218 strcpy(oldstatus,newstatus); in print_status()
220 newstatus[j]=statistics[j]->status; in print_status()
221 newstatus[NUMBER_OF_MODEMS] = 0; in print_status()
222 if (strcmp(oldstatus,newstatus)) in print_status()
224 printf("%s\n",newstatus); in print_status()
369 strcpy(oldstatus, newstatus); in write_status()
371 newstatus[i] = statistics[i]->status; in write_status()
372 newstatus[NUMBER_OF_MODEMS] = 0; in write_status()
374 if (strcmp(oldstatus, newstatus)) in write_status()
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/aaway/
H A Daaway.c116 gint newstatus; in check_idle_time() local
128 newstatus = (gint)protocol->away_status->data; in check_idle_time()
129 sp2 = ggadu_find_status_prototype(protocol, newstatus); in check_idle_time()
132 print_debug("change from %d to %d",sp->status,newstatus); in check_idle_time()
136 print_debug("SET %d %s",newstatus,plugin->name); in check_idle_time()
166 gint newstatus; in check_idle_time() local
176 newstatus = (gint)protocol->online_status->data; in check_idle_time()
178 sp2 = ggadu_find_status_prototype(protocol, newstatus); in check_idle_time()
182 print_debug("change from %d to %d",sp->status,newstatus); in check_idle_time()
/dports/net-im/jabber.el/emacs-jabber-0.8.92/
H A Djabber-alert.el262 (defun ,pres (who oldstatus newstatus statustext title)
373 (defun jabber-presence-default-message (who oldstatus newstatus statustext)
380 ((equal oldstatus newstatus)
389 (cdr (assoc newstatus
396 (cdr (assoc newstatus jabber-presence-strings))
397 newstatus)))))
400 (defun jabber-presence-only-chat-open-message (who oldstatus newstatus statustext)
408 (jabber-presence-default-message who oldstatus newstatus statustext)))
410 (defun jabber-presence-wave (who oldstatus newstatus statustext proposed-alert)
427 (defun jabber-presence-display (who oldstatus newstatus statustext proposed-alert)
[all …]
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/osd/
H A Dosd.tcl111 set newstatus "$thefrom: $type$status"
114 set oldstatus "$newstatus"
117 if { "$newstatus"!="$oldstatus" } {
118 osd::try_write "$newstatus"
121 set statuses($from) "$newstatus"
/dports/net-im/kopete/kopete-21.12.3/protocols/gadu/
H A Dgaducontact.cpp111 GaduContact::changedStatus(KGaduNotify *newstatus) in changedStatus() argument
113 setOnlineStatus(GaduProtocol::protocol()->convertStatus(newstatus->status)); in changedStatus()
114 setStatusMessage(newstatus->description); in changedStatus()
116 remote_ip = newstatus->remote_ip; in changedStatus()
117 remote_port = newstatus->remote_port; in changedStatus()
118 version = newstatus->version; in changedStatus()
119 image_size = newstatus->image_size; in changedStatus()
121 setFileCapable(newstatus->fileCap); in changedStatus()
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/indicators/
H A Dpsar.py168 newstatus = self._status[not plenidx]
169 newstatus.tr = tr
170 newstatus.sar = sar
171 newstatus.ep = ep
172 newstatus.af = af
/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dsummary.cpp251 ++m_shortpoint[m_npop * in->newstatus + in->oldstatus]; in ComputeShortPoint()
358 ++m_shortpoint[m_nstati * in->newstatus + in->oldstatus]; in ComputeShortPoint()
398 xpart_t oldstatus, newstatus; in AdjustSummary() local
402 for (newstatus = 0; newstatus != m_nstati; ++newstatus) in AdjustSummary()
406 if (oldstatus == newstatus) continue; in AdjustSummary()
409 long param = oldstatus * m_nstati + newstatus; in AdjustSummary()
419 … m_fakeIntervals.AddDummyInterval(fakeback, 0L, oldstatus, newstatus, FLAGLONG, force_DISEASE); in AdjustSummary()
614 ++m_shortpoint[m_npop * in->newstatus + in->oldstatus]; in ComputeShortPoint()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/tools/
H A DTestDistCh.java144 final PermissionStatus[] newstatus = new PermissionStatus[NUN_SUBS]; in testDistCh() local
161 newstatus[index] = new ChPermissionStatus(rootstatus, owner, group, permission); in testDistCh()
164 if (newstatus[i] == null) { in testDistCh()
165 newstatus[i] = new ChPermissionStatus(rootstatus); in testDistCh()
169 System.out.println("newstatus=" + Arrays.asList(newstatus).toString().replace(",", ",\n ")); in testDistCh()
178 checkFileStatus(newstatus[i], fs.getFileStatus(sub)); in testDistCh()
180 checkFileStatus(newstatus[i], status); in testDistCh()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dn64.cpp736 uint32_t newstatus = oldstatus; in sp_reg_w() local
741 newstatus &= ~RSP_STATUS_HALT; in sp_reg_w()
746 newstatus |= RSP_STATUS_HALT; in sp_reg_w()
750 newstatus &= ~RSP_STATUS_BROKE; in sp_reg_w()
762 newstatus &= ~RSP_STATUS_SSTEP; in sp_reg_w()
766 newstatus |= RSP_STATUS_SSTEP; // set single step in sp_reg_w()
787 newstatus |= RSP_STATUS_SIGNAL0; // set signal 0 in sp_reg_w()
795 newstatus |= RSP_STATUS_SIGNAL1; // set signal 1 in sp_reg_w()
803 newstatus |= RSP_STATUS_SIGNAL2; // set signal 2 in sp_reg_w()
811 newstatus |= RSP_STATUS_SIGNAL3; // set signal 3 in sp_reg_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dn64.cpp736 uint32_t newstatus = oldstatus; in sp_reg_w() local
741 newstatus &= ~RSP_STATUS_HALT; in sp_reg_w()
746 newstatus |= RSP_STATUS_HALT; in sp_reg_w()
750 newstatus &= ~RSP_STATUS_BROKE; in sp_reg_w()
762 newstatus &= ~RSP_STATUS_SSTEP; in sp_reg_w()
766 newstatus |= RSP_STATUS_SSTEP; // set single step in sp_reg_w()
787 newstatus |= RSP_STATUS_SIGNAL0; // set signal 0 in sp_reg_w()
795 newstatus |= RSP_STATUS_SIGNAL1; // set signal 1 in sp_reg_w()
803 newstatus |= RSP_STATUS_SIGNAL2; // set signal 2 in sp_reg_w()
811 newstatus |= RSP_STATUS_SIGNAL3; // set signal 3 in sp_reg_w()
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/
H A Dpresence.tcl367 set newstatus $logoutuserstatus
373 set newstatus $userstatus
379 if {[cequal $newstatus $curuserstatus] \
385 if {[lsearch -exact [array names statusdesc] $newstatus] < 0} {
386 error [::msgcat::mc "Invalid userstatus value %s" $newstatus]
389 set userstatusdesc $statusdesc($newstatus)
393 send_presence $xlib $newstatus \
403 if {$newstatus == "invisible"} {
406 set newst $newstatus
415 set curuserstatus $newstatus
[all …]
/dports/mail/mlmmj/mlmmj-1.3.0/contrib/web/perl-admin/htdocs/
H A Dsubscribers.cgi150 newstatus => defined $q->param("subscriber$i"),
153 newstatus => defined $q->param("digester$i"),
156 newstatus => defined $q->param("nomailsub$i"),
160 if ($action->{oldstatus} && !$action->{newstatus}) {
163 } elsif (!$action->{oldstatus} && $action->{newstatus}) {
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_nmea0183.c79 int newstatus = STATUS_FIX; in faa_mode() local
83 newstatus = STATUS_NO_FIX; in faa_mode()
87 newstatus = STATUS_FIX; in faa_mode()
93 newstatus = STATUS_DR; in faa_mode()
112 return newstatus; in faa_mode()
426 int newstatus; in processRMC() local
603 int newstatus; in processGLL() local
688 int newstatus; in processGNS() local
809 int newstatus; in processGGA() local
858 newstatus = -1; in processGGA()
[all …]

12345678910>>...12