/foundation/resourceschedule/ffrt/src/sync/ |
H A D | wait_queue.h | 95 void Notify(bool one) noexcept;
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | clear_user.S | 15 /* 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 D | Makefile | 34 $(error Sorry, you need a newer version of the assember, one that is built from \
|
/kernel/linux/linux-6.6/arch/ia64/ |
H A D | Makefile | 33 $(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 D | clear_user.S | 15 /* 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 D | sample.h | 41 struct sample_read_value one; member
|
/kernel/liteos_m/ |
H A D | Makefile | 90 xxconfig: invoke xxconfig command of kconfiglib (xxconfig is one of $(KCONFIG_CMDS))
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | cabac.h | 160 "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 D | function_forward_variables_from.cc | 150 # A template that wraps another. It adds behavior based on one
|
H A D | function_filter_labels.cc | 103 one of the patterns will be included. 130 one of the patterns will be excluded.
|
H A D | function_template.cc | 53 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 D | unw_set_cache_size.tex | 29 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 D | aes-armv4.S | 23 @ 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 D | sha512-armv4.S | 37 @ 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 D | aes-armv4.S | 23 @ in one instruction and emit combined result every cycle. The module
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | suggestSimilar.js | 70 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 D | check-response.js | 87 /one-time pass/.test(body.toString('utf8'))
|
/third_party/mesa3d/include/android_stub/cutils/ |
H A D | trace.h | 34 * 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 D | test-codeset.c | 36 #error Define one of the CODESET_* macros!
|
/third_party/node/deps/v8/src/objects/ |
H A D | name.h | 52 inline static bool Equals(Isolate* isolate, Handle<Name> one,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha512-armv4.S | 37 @ 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 D | pool.rs | 3 // 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 D | cvmx-pcsx-defs.h | 753 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 D | cvmx-pcsx-defs.h | 753 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 D | builtin-lock.c | 99 * 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()
|