/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 347 /* we don't need any serial debugging mappings */ 353 * If we're using the NetWinder or CATS, we also need to map 393 * the processor type - there is no need to check the machine type 444 * registers. All these registers need to be preserved by the 583 @ below address check will need to be #ifdef'd or equivalent
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 82 You need to specify the processor maximum speed as boot
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 348 ifdef need-compiler 389 # Some machines like the Indy need 32-bit ELF binaries for booting purposes. 390 # Other need ECOFF, so we build a 32-bit ELF binary for them which we then
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 68 * These handlers do not need to overwrite any data. 102 * register definitions). We need to redefine the register definitions from 276 # we may need to copy up to 3 NBYTES words.
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | entry.S | 577 // NB: if anyone adds preemption, this block will need to be protected 800 // NB: if anyone adds preemption, this block will need to be protected 847 That works nicely, but for real syscall 0 we need to 849 Store a non-zero there - -ENOSYS we need in register
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7.S | 131 beq finished @ if loc is 0, then no need to clean 465 * to the v7_cache_fns, we only override the ones we need
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 5 * Omap2 specific functions that need to be run in internal SRAM 172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 175 /* With DDR, we need to take care of the DLL for the frequency change */
|
H A D | sram243x.S | 5 * Omap2 specific functions that need to be run in internal SRAM 172 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL 175 /* With DDR, we need to take care of the DLL for the frequency change */
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 399 # behaviours need to be analyzed. Here let's take the decompression of 474 # need to deal with each of them separately. Please check
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_owner.c | 100 .need = need_page_owner, 266 * in that case we also don't need to explicitly clear the info from in __folio_copy_owner() 308 /* The pageblock is online, no need to recheck. */ in pagetypeinfo_showmixedcount_print()
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 261 # Our script reads this file each time, so we need to list it as a 270 # will need to convert it to be relative to the build directory using 686 the loadable module in its "deps". If you don't want this (if you don't need 857 If you only need the static library for intermediate results in the build,
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 26 # 1. Remove the need for the devs/helpers to ask several questions before we can easily help the user. 27 # 2. Allow newer/inexperienced ALSA users to give us all the info we need to help them. 316 # Run checks to make sure the programs we need are installed. 321 # Check to see if sysfs is enabled in the kernel. We'll need this later on
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 398 # need line continuation in C, since adjacent strings are
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gtables.c | 381 # error You need GLIBC 2.2.4 or later on IA-64 Linux 479 /* Make sure struct dl_phdr_info is at least as big as we need. */ in callback() 568 /* Note: we don't need to serialize here with respect to in validate_cache()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 108 * For purposes of manipulating the Free List size we need to 336 * We don't need to actually "start the link" itself since the in link_start() 528 * We use these updates to determine when we may need to in fwevtq_handler() 600 * If we're using MSI interrupt mode we need to set up a "forwarded in setup_sge_queues() 724 * RSS Configuration, then we need to specify a in setup_rss() 1728 * these need to match the order of statistics returned by 1955 * log, we'd need to perform locking in the mailbox logging and in 1956 * mboxlog_open() where we'd need to grab the entire mailbox log in one go 2427 * Unlike our sister routine cleanup_proc(), we don't need to remove in cleanup_debugfs() 2429 * debugfs_remove_recursive(). We just need t in cleanup_debugfs() 2797 int i, want, need, nqsets; enable_msix() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 108 * For purposes of manipulating the Free List size we need to 336 * We don't need to actually "start the link" itself since the in link_start() 528 * We use these updates to determine when we may need to in fwevtq_handler() 600 * If we're using MSI interrupt mode we need to set up a "forwarded in setup_sge_queues() 724 * RSS Configuration, then we need to specify a in setup_rss() 1736 * these need to match the order of statistics returned by 1963 * log, we'd need to perform locking in the mailbox logging and in 1964 * mboxlog_open() where we'd need to grab the entire mailbox log in one go 2435 * Unlike our sister routine cleanup_proc(), we don't need to remove in cleanup_debugfs() 2437 * debugfs_remove_recursive(). We just need t in cleanup_debugfs() 2805 int i, want, need, nqsets; enable_msix() local [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 146 ; we need more flexible macro. 375 %if %1 < 0 ; need to store rsp on stack 854 ; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 29 /* this avoids the need for locking. Note in particular that the */ 171 * object. This lets you calculate using as many digits as you need -- thousands, if necessary. Fixed point (scaled) 366 // We only need two bits for this, but use a byte [also permits 382 // We only need two bits for this, at present, but use a byte 588 exotic = true; // will need conversion later in BigDecimal() 1053 * larger than the other, then the smaller cannot affect the answer [but we may still need to pad with up to in add() 1068 } else if (lhs.exp > rhs.exp) { // need to pad lhs and/or truncate rhs in add() 1072 * affect answer, so we only need to pad up to a length of DIGITS+1. in add() 1080 if (usellen < reqdig) { // need 0 padding in add() 1097 usellen = newlen; // need t in add() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 30 /* this avoids the need for locking. Note in particular that the */ 172 * object. This lets you calculate using as many digits as you need -- thousands, if necessary. Fixed point (scaled) 355 // We only need two bits for this, but use a byte [also permits 371 // We only need two bits for this, at present, but use a byte 572 exotic = true; // will need conversion later in BigDecimal() 1029 * larger than the other, then the smaller cannot affect the answer [but we may still need to pad with up to in add() 1044 } else if (lhs.exp > rhs.exp) { // need to pad lhs and/or truncate rhs in add() 1048 * affect answer, so we only need to pad up to a length of DIGITS+1. in add() 1056 if (usellen < reqdig) { // need 0 padding in add() 1073 usellen = newlen; // need t in add() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 118 |NEXT equ LV+192 ;need to increase LOCAL_SIZE
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 580 @ We've just detected an overflow. We need to load the address of this 917 @ These need to remain at the start of the section so that
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 121 You need to specify the processor maximum speed as boot
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vc1dsp_neon.S | 68 @ To prevent these borderline cases from overflowing, we just need one more 576 vmov.i16 d30, #10 @ only need double-word, not quad-word 715 @ If filter_a != 1, then we need a move and subtract instruction 908 vld1.64 {d0,d1}, [r1], r2 @ read 16 bytes even though we only need 11, also src += stride 1819 @ whether we need an odd number of half-iterations of the loop.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 194 ; We need one more register for
|