Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/jemalloc/test/src/
A DSFMT.c163 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128()
178 JEMALLOC_INLINE_C void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128()
202 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
217 JEMALLOC_INLINE_C void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
/third_party/ulib/musl/src/string/
A Dstrstr.c37 size_t shift[256]; in twoway_strstr() local
A Dmemmem.c41 size_t shift[256]; in twoway_memmem() local
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h561 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x - in psz2ind() local
590 size_t shift = (grp == 0) ? 1 : grp; in pind2sz_compute() local
644 szind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_QUANTUM) ? 0 : in size2index_compute() local
697 size_t shift = (grp == 0) ? 1 : grp; in index2size_compute() local
A Djemalloc_internal.h.in559 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x - local
588 size_t shift = (grp == 0) ? 1 : grp; local
642 szind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_QUANTUM) ? 0 : local
695 size_t shift = (grp == 0) ? 1 : grp; local
/third_party/ulib/ngunwind/include/ngunwind/private/
A Ddwarf_i.h320 unw_word_t val = 0, shift = 0; in dwarf_read_uleb128() local
345 unw_word_t val = 0, shift = 0; in dwarf_read_sleb128() local
/third_party/ulib/ngunwind/src/arm/
A DGex_tables.c227 uint8_t byte, shift = 0; in arm_exidx_decode() local
/third_party/ulib/musl/include/sys/
A Dtimex.h25 int shift; member
/third_party/uapp/kilo/
A Dkilo.c794 int shift = (E.screencols-E.cx)+1; local
/third_party/ulib/backtrace/
A Ddwarf.c637 unsigned int shift; in read_uleb128() local
672 unsigned int shift; in read_sleb128() local
/third_party/ulib/musl/ldso/
A Ddynlink.c660 unsigned int shift = sizeof(uintptr_t) * 8; in format_build_id_log() local
706 int shift = 60; in format_hex_value() local
/third_party/ulib/musl/include/arpa/
A Dnameser.h48 int mask, shift; member
/third_party/dev/ethernet/e1000/
A Dif_em.c2654 u32 rss_key[10], mrqc, shift = 0; in igb_initialize_rss_mapping() local
A De1000_ich8lan.c4855 u16 data, i, temp, shift; in e1000_id_led_init_pchlan() local

Completed in 55 milliseconds