/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | div64.S | 31 srw r10,r10,r0 # the divisor right the same amount,
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_16bpp_neon.S | 835 @ If we didn't need to do the flat8in part, we use the same writeback 971 @ Transpose back; this is the same transpose as above, but
|
/third_party/gn/src/gn/ |
H A D | function_get_path_info.cc | 176 will be returned. If the input is system- absolute, the same input will
|
H A D | function_rebase_path.cc | 26 if (!EndsWithSlash(*output)) // Preserve same slash type as input. in MakeSlashEndingMatchInput() 172 The return value will be the same type as the input value (either a string or
|
H A D | functions_target.cc | 129 In an action the "sources" and "inputs" are treated the same: they're both 584 # In some cases (particularly actions defined previously in the same file) 750 Their use is the same as of other Rust libraries, but their build has some
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 107 hiegrep ':\+ *{ *$' '{ should be on the same line as the related previous statement' $* 178 check that the patch does not touch codec & (de)muxer layer at the same time ->split
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | memory.cc | 111 assert(memory->copy()->same(memory)); in run()
|
/third_party/musl/src/fenv/i386/ |
H A D | fenv.s | 141 # mxcsr := same rounding mode, cleared exceptions, default mask
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ci.js | 159 t.same(scripts, [
|
H A D | shrinkwrap.js | 40 t.same(logs.warn, [], 'no warnings')
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | arch.h | 44 #error You cannot compile as floating point and fixed point at the same time
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | mips.s | 3 # mips64 syscall argument register ordering is the same as the mips64
|
H A D | mips64.s | 3 # mips64 syscall argument register ordering is the same as the mips64
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | devinet.c | 1377 int same = 0; in confirm_addr_indev() local 1389 if (same) in confirm_addr_indev() 1392 if (!same) { in confirm_addr_indev() 1393 same = (!local || inet_ifa_match(local, ifa)) && in confirm_addr_indev() 1395 if (same && addr) { in confirm_addr_indev() 1407 same = 0; in confirm_addr_indev() 1412 return same ? addr : 0; in confirm_addr_indev() 1419 * - dst: only in the same subnet as dst, 0=any dst
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | devinet.c | 1401 int same = 0; in confirm_addr_indev() local 1413 if (same) in confirm_addr_indev() 1416 if (!same) { in confirm_addr_indev() 1417 same = (!local || inet_ifa_match(local, ifa)) && in confirm_addr_indev() 1419 if (same && addr) { in confirm_addr_indev() 1431 same = 0; in confirm_addr_indev() 1436 return same ? addr : 0; in confirm_addr_indev() 1443 * - dst: only in the same subnet as dst, 0=any dst
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 73 | file, README, in this same directory. 228 | Check the sign of the mant and make the value in fp0 the same sign. 472 | same sign. If the exp was pos then multiply fp1*fp0;
|
H A D | sint.S | 55 | file, README, in this same directory.
|
H A D | sgetem.S | 28 | file, README, in this same directory.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 73 | file, README, in this same directory. 228 | Check the sign of the mant and make the value in fp0 the same sign. 472 | same sign. If the exp was pos then multiply fp1*fp0;
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-v7.S | 52 movs r1, r2, lsl r1 @ #1 shifted left by same amount 158 movne r6, r6, lsl r5 @ 1 shifted left by same amount
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | videodsp.asm | 129 ; writing data out is in the same way 330 ; obviously not the same on both sides.
|
H A D | rv40dsp.asm | 32 ; multiplied by 2 to have the same shift 43 ; multiplied by 2 to have the same shift
|
H A D | vp9mc_16bpp.asm | 236 ; the same data? 338 ; the same data?
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | head.S | 229 beq a4, a6, 1b # skip, source and dest. are the same
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 154 ; ISA requires ADD.nz to have same dest and src reg operands
|