Home
last modified time | relevance | path

Searched refs:one (Results 476 - 500 of 2381) sorted by relevance

1...<<11121314151617181920>>...96

/foundation/resourceschedule/ffrt/src/sync/
H A Dwait_queue.h95 void Notify(bool one) noexcept;
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dclear_user.S15 /* Allow an exception for an insn; exit if we get one. */
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
/kernel/linux/linux-5.10/arch/ia64/
H A DMakefile34 $(error Sorry, you need a newer version of the assember, one that is built from \
/kernel/linux/linux-6.6/arch/ia64/
H A DMakefile33 $(error Sorry, you need a newer version of the assember, one that is built from \
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dclear_user.S15 /* Allow an exception for an insn; exit if we get one. */
36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsample.h41 struct sample_read_value one; member
/kernel/liteos_m/
H A DMakefile90 xxconfig: invoke xxconfig command of kconfiglib (xxconfig is one of $(KCONFIG_CMDS))
/third_party/ffmpeg/libavcodec/mips/
H A Dcabac.h160 "movz %[res], %[one], %[tmp0] \n\t" in get_cabac_bypass_mips()
169 [one]"r"(0x01) in get_cabac_bypass_mips()
/third_party/gn/src/gn/
H A Dfunction_forward_variables_from.cc150 # A template that wraps another. It adds behavior based on one
H A Dfunction_filter_labels.cc103 one of the patterns will be included.
130 one of the patterns will be excluded.
H A Dfunction_template.cc53 The function forward_variables_from() provides a shortcut to forward one or
86 takes a precedence over the built-in one. All uses of the target from within
187 Err(function->function(), "Need exactly one string arg to template.");
/third_party/libunwind/libunwind/doc/
H A Dunw_set_cache_size.tex29 Otherwise the negative value of one of the error-codes below is
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Daes-armv4.S23 @ in one instruction and emit combined result every cycle. The module
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S37 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
46 @ for further details. On side note Cortex-A15 processes one byte in
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Daes-armv4.S23 @ in one instruction and emit combined result every cycle. The module
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A DsuggestSimilar.js70 if (candidate.length <= 1) return; // no one character guesses
92 return `\n(Did you mean one of ${similar.join(', ')}?)`;
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
H A Dcheck-response.js87 /one-time pass/.test(body.toString('utf8'))
/third_party/mesa3d/include/android_stub/cutils/
H A Dtrace.h34 * using one of the tags defined below. It must be defined to one of the
88 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/third_party/libexif/test/nls/
H A Dtest-codeset.c36 #error Define one of the CODESET_* macros!
/third_party/node/deps/v8/src/objects/
H A Dname.h52 inline static bool Equals(Isolate* isolate, Handle<Name> one,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S37 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
46 @ for further details. On side note Cortex-A15 processes one byte in
/third_party/rust/crates/regex/src/
H A Dpool.rs3 // Mutex<Vec<T>>. It has one small trick: because unlocking a mutex is somewhat
42 // there are at least some use case patterns where one might have many threads
43 // sitting around that might have used a regex at one point. While thread_local
72 // thread ID might result in more than one thread "owning" a pool,
88 /// empty and the caller requests one.
99 /// guaranteed to provide a value to exactly one thread at any time.
137 // The key is to guarantee that 'owner_val' can only ever be accessed from one
140 // that created the Pool. Since this can only ever be one thread, it follows
141 // that only one thread can access 'owner_val' at any point in time. Thus, it
202 // SAFETY: We must guarantee that only one threa in fmt()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h753 uint64_t one:1; member
755 uint64_t one:1;
777 uint64_t one:1; member
779 uint64_t one:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h753 uint64_t one:1; member
755 uint64_t one:1;
777 uint64_t one:1; member
779 uint64_t one:1;
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c99 * Place to put on state of one lock sequence
209 /* build simple key function one is bigger than two */
211 static int lock_stat_key_ ## member(struct lock_stat *one, \
214 return one->member > two->member; \
223 static int lock_stat_key_wait_time_min(struct lock_stat *one, in lock_stat_key_wait_time_min() argument
226 u64 s1 = one->wait_time_min; in lock_stat_key_wait_time_min()

Completed in 16 milliseconds

1...<<11121314151617181920>>...96