Home
last modified time | relevance | path

Searched defs:shift (Results 201 - 225 of 2828) sorted by relevance

12345678910>>...114

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h128 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit() local
129 range <<= shift; in VP8GetBit() local
182 const int shift = kVP8Log2Range[range]; in VP8GetBitAlt() local
/third_party/optimized-routines/string/aarch64/
H A Dmemchr-mte.S24 #define shift x6 define
H A Dmemrchr.S24 #define shift x6 define
H A Dstrcmp-mte.S35 #define shift x9 define
[all...]
H A Dstrrchr-mte.S24 #define shift x4 define
/third_party/pulseaudio/speex/tmv/
H A Dfftwrap_tm.h44 register int shift=0; in maximize_range() local
113 static void renorm_range(Int16 *in, Int16 *out, int shift, int len) in renorm_range() argument
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dleb128.h45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dleb128.h45 size_t shift = i * PAYLOAD_WIDTH; in DecodeUnsigned() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dmath_helpers.h33 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
44 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
55 size_t shift = static_cast<UnsignedType>(y) & mask; in operator ()() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.h200 auto shift = unsignedRightValue & mask; in HandleBitWiseArithmetic() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dbit_reader.h61 uint8_t shift = availBits_ - toRead; in ReadBits() local
/kernel/linux/linux-5.10/drivers/clk/meson/
H A Dclk-regmap.h72 u8 shift; member
104 u8 shift; member
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dmux.c182 u32 shift = 0; in of_mux_clk_setup() local
129 _register_mux(struct device_node *node, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, struct clk_omap_reg *reg, u8 shift, u32 mask, s8 latch, u8 clk_mux_flags, u32 *table) _register_mux() argument
[all...]
/kernel/linux/linux-5.10/drivers/clk/versatile/
H A Dclk-sp810.c47 u32 val, shift = SCCTRL_TIMERENnSEL_SHIFT(timerclken->channel); in clk_sp810_timerclken_set_parent() local
/kernel/linux/linux-5.10/drivers/clk/mxs/
H A Dclk-ref.c90 u8 frac, shift = ref->idx * 8; in clk_ref_set_rate() local
/kernel/linux/linux-5.10/arch/loongarch/lib/
H A Dcsum.c24 unsigned int offset, shift, sum; in do_csum() local
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpage_mm.h136 int shift; in __virt_to_node_shift() local
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dcsum.c23 unsigned int offset, shift, sum; in do_csum() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmmap.c41 unsigned long shift, rnd; in arch_mmap_rnd() local
H A Dinit-common.c64 static inline void (*ctor(int shift))(void *) in ctor() argument
99 void pgtable_cache_add(unsigned int shift) in pgtable_cache_add() argument
[all...]
H A Dioremap.c112 unsigned int shift = mmu_psize_defs[mmu_linear_psize].shift; in memremap_compat_align() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h22 unsigned long shift; in hstate_get_psize() local
109 check_and_get_huge_psize(int shift) check_and_get_huge_psize() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h64 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local
52 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) pgtable_free_tlb() argument
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dpmem.c14 unsigned long shift = l1_dcache_shift(); in __clean_pmem_range() local
26 unsigned long shift = l1_dcache_shift(); in __flush_pmem_range() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsyscalls.c40 do_mmap2(unsigned long addr, size_t len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long off, int shift) do_mmap2() argument

Completed in 9 milliseconds

12345678910>>...114