Home
last modified time | relevance | path

Searched full:old (Results 1 – 25 of 5126) sorted by relevance

12345678910>>...206

/third_party/musl/porting/liteos_m/user/src/internal/
Datomic.h22 int old; in a_cas() local
24 do old = a_ll(p); in a_cas()
25 while (old==t && !a_sc(p, s)); in a_cas()
27 return old; in a_cas()
35 int old; in a_swap() local
37 do old = a_ll(p); in a_swap()
40 return old; in a_swap()
48 int old; in a_fetch_add() local
50 do old = a_ll(p); in a_fetch_add()
51 while (!a_sc(p, (unsigned)old + v)); in a_fetch_add()
[all …]
/third_party/musl/porting/uniproton/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
24 do old = a_ll(p); in a_cas()
25 while (old==t && !a_sc(p, s)); in a_cas()
27 return old; in a_cas()
35 int old; in a_swap() local
37 do old = a_ll(p); in a_swap()
40 return old; in a_swap()
48 int old; in a_fetch_add() local
50 do old = a_ll(p); in a_fetch_add()
51 while (!a_sc(p, (unsigned)old + v)); in a_fetch_add()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
24 do old = a_ll(p); in a_cas()
25 while (old==t && !a_sc(p, s)); in a_cas()
27 return old; in a_cas()
35 int old; in a_swap() local
37 do old = a_ll(p); in a_swap()
40 return old; in a_swap()
48 int old; in a_fetch_add() local
50 do old = a_ll(p); in a_fetch_add()
51 while (!a_sc(p, (unsigned)old + v)); in a_fetch_add()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/internal/
Datomic.h22 int old; in a_cas() local
24 do old = a_ll(p); in a_cas()
25 while (old==t && !a_sc(p, s)); in a_cas()
27 return old; in a_cas()
35 int old; in a_swap() local
37 do old = a_ll(p); in a_swap()
40 return old; in a_swap()
48 int old; in a_fetch_add() local
50 do old = a_ll(p); in a_fetch_add()
51 while (!a_sc(p, (unsigned)old + v)); in a_fetch_add()
[all …]
/third_party/musl/src/internal/
Datomic.h22 int old; in a_cas() local
24 do old = a_ll(p); in a_cas()
25 while (old==t && !a_sc(p, s)); in a_cas()
27 return old; in a_cas()
35 int old; in a_swap() local
37 do old = a_ll(p); in a_swap()
40 return old; in a_swap()
48 int old; in a_fetch_add() local
50 do old = a_ll(p); in a_fetch_add()
51 while (!a_sc(p, (unsigned)old + v)); in a_fetch_add()
[all …]
/third_party/python/Include/internal/
Dpycore_atomic.h295 __int64 old;
300 old = *value;
301 } while(_InterlockedCompareExchange64_HLEAcquire((volatile __int64*)value, old, old) != old);
307 old = *value;
308 } while(_InterlockedCompareExchange64_HLERelease((volatile __int64*)value, old, old) != old);
312 old = *value;
317 old = *value;
318 } while(_InterlockedCompareExchange64((volatile __int64*)value, old, old) != old);
322 return old;
333 long old;
[all …]
Dpycore_atomic_funcs.h47 __int64 old;
49 old = *volatile_var;
50 } while(_InterlockedCompareExchange64(volatile_var, old, old) != old);
54 long old;
56 old = *volatile_var;
57 } while(_InterlockedCompareExchange(volatile_var, old, old) != old);
59 return old;
/third_party/typescript/tests/cases/fourslash/
DgetEditsForFileRename_directory_down.ts4 /////// <reference path="./src/old/file.ts" />
5 ////import old from "./src/old";
6 ////import old2 from "./src/old/file";
10 /////// <reference path="./old/file.ts" />
11 ////import old from "./old";
12 ////import old2 from "./old/file";
16 /////// <reference path="../old/file.ts" />
17 ////import old from "../old";
18 ////import old2 from "../old/file";
21 // @Filename: /src/old/index.ts
[all …]
DgetEditsForFileRename_directory_up.ts4 /////// <reference path="./src/old/file.ts" />
5 ////import old from "./src/old";
6 ////import old2 from "./src/old/file";
10 /////// <reference path="./old/file.ts" />
11 ////import old from "./old";
12 ////import old2 from "./old/file";
16 /////// <reference path="../old/file.ts" />
17 ////import old from "../old";
18 ////import old2 from "../old/file";
21 // @Filename: /src/old/index.ts
[all …]
DgetEditsForFileRename_directory.ts4 /////// <reference path="./src/old/file.ts" />
5 ////import old from "./src/old";
6 ////import old2 from "./src/old/file";
10 /////// <reference path="./old/file.ts" />
11 ////import old from "./old";
12 ////import old2 from "./old/file";
16 /////// <reference path="../old/file.ts" />
17 ////import old from "../old";
18 ////import old2 from "../old/file";
21 // @Filename: /src/old/index.ts
[all …]
DgetEditsForFileRename_renameToIndex.ts4 /////// <reference path="./src/old.ts" />
5 ////import old from "./src/old";
8 /////// <reference path="./old.ts" />
9 ////import old from "./old";
12 /////// <reference path="../old.ts" />
13 ////import old from "../old";
15 // @Filename: /src/old.ts
19 ////{ "files": ["a.ts", "src/a.ts", "src/foo/a.ts", "src/old.ts"] }
22 oldPath: "/src/old.ts",
27 import old from "./src";`,
[all …]
DgetEditsForFileRename.ts4 /////// <reference path="./src/old.ts" />
5 ////import old from "./src/old";
8 /////// <reference path="./old.ts" />
9 ////import old from "./old";
12 /////// <reference path="../old.ts" />
13 ////import old from "../old";
19 // @Filename: /src/old.ts
23 ////{ "files": ["a.ts", "src/a.ts", "src/foo/a.ts", "src/old.ts"] }
26 oldPath: "/src/old.ts",
29 "/a.ts": '/// <reference path="./src/new.ts" />\nimport old from "./src/new";',
[all …]
DgetEditsForFileRename_tsconfig.ts6 //// "baseUrl": "./old",
8 //// "foo": ["old"],
10 //// "rootDir": "old",
11 //// "rootDirs": ["old"],
12 //// "typeRoots": ["old"],
14 //// "files": ["old/a.ts"],
15 //// "include": ["old/*.ts"],
16 //// "exclude": ["old"],
19 // @Filename: /src/old/someFile.ts
23 oldPath: "/src/old",
/third_party/node/benchmark/
Dcompare.R39 welch.sd = function (old.rate, new.rate) {
40 old.se.squared = var(old.rate) / length(old.rate)
42 return(sqrt(old.se.squared + new.se.squared))
46 # by dividing by old.mu and not new.mu, because old.mu is what the mean
48 confidence.interval = function (shared.se, old.mu, w, risk) {
50 return(sprintf("±%.2f%%", (interval / old.mu) * 100))
55 old.rate = subset(subdat, binary == "old")$rate;
58 # Calculate improvement for the "new" binary compared with the "old" binary
59 old.mu = mean(old.rate);
61 improvement = sprintf("%.2f %%", ((new.mu - old.mu) / old.mu * 100));
[all …]
/third_party/icu/icu4c/source/data/translit/
Dgz_Ethi_Sarb.txt10 # Ethiopic to/from Musnad (Old South Arabian) Transliteration
34 # ETHIOPIC SYLLABLE MA - OLD SOUTH ARABIAN LETTER HE
39 # ETHIOPIC SYLLABLE LA - OLD SOUTH ARABIAN LETTER LAMEDH
44 # ETHIOPIC SYLLABLE HHA - OLD SOUTH ARABIAN LETTER HETH
49 # ETHIOPIC SYLLABLE MA - OLD SOUTH ARABIAN LETTER MEM
54 # ETHIOPIC SYLLABLE SZA - OLD SOUTH ARABIAN LETTER SHIN
59 # ETHIOPIC SYLLABLE MA - OLD SOUTH ARABIAN LETTER BETH
64 # ETHIOPIC SYLLABLE SA - OLD SOUTH ARABIAN LETTER SAT
69 # ETHIOPIC SYLLABLE QA - OLD SOUTH ARABIAN LETTER QOPH
74 # ETHIOPIC SYLLABLE BA - OLD SOUTH ARABIAN LETTER RESH
[all …]
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h110 intptr_t old = *expected; in atomic_compare_exchange_strong() local
111 *expected = (intptr_t)atomic_cas_ptr(object, (void *)old, (void *)desired); in atomic_compare_exchange_strong()
112 return *expected == old; in atomic_compare_exchange_strong()
134 intptr_t old; in atomic_fetch_or() local
136 old = atomic_load(object); in atomic_fetch_or()
137 } while (!atomic_compare_exchange_strong(object, old, old | operand)); in atomic_fetch_or()
138 return old; in atomic_fetch_or()
143 intptr_t old; in atomic_fetch_xor() local
145 old = atomic_load(object); in atomic_fetch_xor()
146 } while (!atomic_compare_exchange_strong(object, old, old ^ operand)); in atomic_fetch_xor()
[all …]
/third_party/alsa-lib/src/control/
Dsetup.c48 snd_ctl_elem_value_t *old; member
68 snd_ctl_elem_value_free(elem->old); in free_elems()
100 err = snd_ctl_elem_read(h->ctl, elem->old); in snd_sctl_install()
110 int old, val, mask; in snd_sctl_install() local
111 old = snd_ctl_elem_value_get_boolean(elem->old, k); in snd_sctl_install()
113 old &= ~mask; in snd_sctl_install()
114 if (old) { in snd_sctl_install()
116 val |= old; in snd_sctl_install()
123 long old, val, mask; in snd_sctl_install() local
124 old = snd_ctl_elem_value_get_integer(elem->old, k); in snd_sctl_install()
[all …]
/third_party/musl/src/time/
Dtimer_settime.c7 …ttime(timer_t t, int flags, const struct itimerspec *restrict val, struct itimerspec *restrict old) in timer_settime() argument
18 || !IS32BIT(is) || !IS32BIT(vs) || (sizeof(time_t)>4 && old)) in timer_settime()
20 ((long long[]){is, ins, vs, vns}), old); in timer_settime()
28 if (!r && old) { in timer_settime()
29 old->it_interval.tv_sec = old32[0]; in timer_settime()
30 old->it_interval.tv_nsec = old32[1]; in timer_settime()
31 old->it_value.tv_sec = old32[2]; in timer_settime()
32 old->it_value.tv_nsec = old32[3]; in timer_settime()
36 return syscall(SYS_timer_settime, t, flags, val, old); in timer_settime()
/third_party/notofonts/docs/
Dreporter.html317 <option value="old-hungarian">Noto Old Hungarian</option>
318 <option value="old-hungarian"> - Noto Sans Old Hungarian</option>
319 <option value="old-hungarian-ui">Noto Old Hungarian Ui</option>
320 <option value="old-italic">Noto Old Italic</option>
321 <option value="old-italic"> - Noto Sans Old Italic</option>
322 <option value="old-north-arabian">Noto Old North Arabian</option>
323 <option value="old-north-arabian"> - Noto Sans Old North Arabian</option>
324 <option value="old-permic">Noto Old Permic</option>
325 <option value="old-permic"> - Noto Sans Old Permic</option>
326 <option value="old-persian">Noto Old Persian</option>
[all …]
/third_party/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask() argument
9 ret = -__syscall(SYS_rt_sigprocmask, how, set, old, _NSIG/8); in pthread_sigmask()
10 if (!ret && old) { in pthread_sigmask()
11 if (sizeof old->__bits[0] == 8) { in pthread_sigmask()
12 old->__bits[0] &= ~0x380000000ULL; in pthread_sigmask()
14 old->__bits[0] &= ~0x80000000UL; in pthread_sigmask()
15 old->__bits[1] &= ~0x3UL; in pthread_sigmask()
Dpthread_mutex_trylock.c5 int old, own; in __pthread_mutex_trylock_owner() local
10 old = m->_m_lock; in __pthread_mutex_trylock_owner()
11 own = old & 0x3fffffff; in __pthread_mutex_trylock_owner()
25 old &= 0x40000000; in __pthread_mutex_trylock_owner()
37 if (own || (old && !(type & 4))) return EBUSY; in __pthread_mutex_trylock_owner()
49 tid |= old & 0x40000000; in __pthread_mutex_trylock_owner()
51 if (a_cas(&m->_m_lock, old, tid) != old) { in __pthread_mutex_trylock_owner()
77 if (old) { in __pthread_mutex_trylock_owner()
/third_party/musl/src/linux/
Dtimerfd.c12 int timerfd_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) in timerfd_settime() argument
19 || !IS32BIT(is) || !IS32BIT(vs) || (sizeof(time_t)>4 && old)) in timerfd_settime()
21 ((long long[]){is, ins, vs, vns}), old); in timerfd_settime()
29 if (!r && old) { in timerfd_settime()
30 old->it_interval.tv_sec = old32[0]; in timerfd_settime()
31 old->it_interval.tv_nsec = old32[1]; in timerfd_settime()
32 old->it_value.tv_sec = old32[2]; in timerfd_settime()
33 old->it_value.tv_nsec = old32[3]; in timerfd_settime()
37 return syscall(SYS_timerfd_settime, fd, flags, new, old); in timerfd_settime()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_trylock.c5 int old, own; in __pthread_mutex_trylock_owner() local
10 old = m->_m_lock; in __pthread_mutex_trylock_owner()
11 own = old & 0x3fffffff; in __pthread_mutex_trylock_owner()
20 if (own || (old && !(type & 4))) return EBUSY; in __pthread_mutex_trylock_owner()
29 tid |= old & 0x40000000; in __pthread_mutex_trylock_owner()
31 if (a_cas(&m->_m_lock, old, tid) != old) { in __pthread_mutex_trylock_owner()
44 if (old) { in __pthread_mutex_trylock_owner()
/third_party/musl/src/signal/linux/
Dsigaction.c26 …ntercept_sigaction(int signo, const struct sigaction *restrict sa, struct sigaction *restrict old);
44 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() argument
87 int r = __syscall(SYS_rt_sigaction, sig, sa?&ksa:0, old?&ksa_old:0, _NSIG/8); in __libc_sigaction()
92 if (old && !r) { in __libc_sigaction()
93 old->sa_handler = ksa_old.handler; in __libc_sigaction()
94 old->sa_flags = ksa_old.flags; in __libc_sigaction()
95 memcpy(&old->sa_mask, &ksa_old.mask, _NSIG/8); in __libc_sigaction()
100 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction() argument
107 if (intercept_sigaction(sig, sa, old)) { in __sigaction()
111 return __libc_sigaction(sig, sa, old); in __sigaction()
/third_party/musl/porting/linux/user/src/signal/
Dsigaction.c26 …ntercept_sigaction(int signo, const struct sigaction *restrict sa, struct sigaction *restrict old);
44 int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __libc_sigaction() argument
84 int r = __syscall(SYS_rt_sigaction, sig, sa?&ksa:0, old?&ksa_old:0, _NSIG/8); in __libc_sigaction()
89 if (old && !r) { in __libc_sigaction()
90 old->sa_handler = ksa_old.handler; in __libc_sigaction()
91 old->sa_flags = ksa_old.flags; in __libc_sigaction()
92 memcpy(&old->sa_mask, &ksa_old.mask, _NSIG/8); in __libc_sigaction()
97 int __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) in __sigaction() argument
104 if (intercept_sigaction(sig, sa, old)) { in __sigaction()
108 return __libc_sigaction(sig, sa, old); in __sigaction()

12345678910>>...206