Home
last modified time | relevance | path

Searched refs:even (Results 51 - 75 of 372) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_mmio.c53 union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen}; in __pcistg_mio_inuser()
197 union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen}; in __pcilg_mio_inuser()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
204 if (even) ml = rsh(ml, 1); in sqrtl()
/third_party/musl/src/math/
H A Dsqrtl.c201 int even = top & 1; in sqrtl() local
204 if (even) ml = rsh(ml, 1); in sqrtl()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAtomicCounterBufferTest.cpp335 bool even = (bufferCount % 2 == 0); in TEST_P() local
336 int32_t bufferId = (even) ? 0 : atomicCounterBuffer[bufferIndex]; in TEST_P()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dtlbex.c1064 uasm_i_lw(p, tmp, pte_off_even, ptep); /* even pte */ in build_update_entries()
1086 UASM_i_LW(p, tmp, pte_off_even, ptep); /* get even pte */ in build_update_entries()
1115 unsigned int even, odd; in build_fast_tlb_refill_handler() local
1251 even = ptr; in build_fast_tlb_refill_handler()
1253 UASM_i_LWX(p, even, scratch, tmp); in build_fast_tlb_refill_handler()
1258 even = tmp; in build_fast_tlb_refill_handler()
1260 UASM_i_LW(p, even, 0, ptr); /* get even pte */ in build_fast_tlb_refill_handler()
1264 uasm_i_drotr(p, even, even, ilog in build_fast_tlb_refill_handler()
[all...]
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dtlbex.c1022 uasm_i_lw(p, tmp, pte_off_even, ptep); /* even pte */ in build_update_entries()
1044 UASM_i_LW(p, tmp, pte_off_even, ptep); /* get even pte */ in build_update_entries()
1073 unsigned int even, odd; in build_fast_tlb_refill_handler() local
1210 even = ptr; in build_fast_tlb_refill_handler()
1212 UASM_i_LWX(p, even, scratch, tmp); in build_fast_tlb_refill_handler()
1217 even = tmp; in build_fast_tlb_refill_handler()
1219 UASM_i_LW(p, even, 0, ptr); /* get even pte */ in build_fast_tlb_refill_handler()
1223 uasm_i_drotr(p, even, even, ilog in build_fast_tlb_refill_handler()
[all...]
/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dentry.S104 @ ??? For some reason, faults can happen at .Lx2 even with a
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dchecksum.h25 * This function must be called with even lengths, except
33 .even = (unsigned long) buff, in csum_partial()
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_sprp.c28 union register_pair r1 = { .even = (unsigned long)data, }; in __hypfs_sprp_diag304()
/third_party/ffmpeg/libavcodec/x86/
H A Dsvq1enc.asm13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvorbisdsp.asm13 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Ddnxhdenc.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dg722dsp.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dproresdsp.asm16 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dhuffyuvencdsp.asm17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Daacencdsp.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dblockdsp.asm17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libavfilter/x86/
H A Dscene_sad.asm16 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dvf_pp7.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/libavutil/x86/
H A Dimgutils.asm12 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dfixed_dsp.asm14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/ffmpeg/tools/
H A Dgen-rc14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
79 * but WITHOUT ANY WARRANTY; without even the implied warranty of
/third_party/libsnd/Octave/
H A Dsndfile_save.m9 ## WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dsndfile_play.m9 ## WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dsndfile_load.m9 ## WITHOUT ANY WARRANTY; without even the implied warranty of

Completed in 9 milliseconds

12345678910>>...15