Searched defs:shift (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | SFMT.c | 163 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 D | strstr.c | 37 size_t shift[256]; in twoway_strstr() local
|
| A D | memmem.c | 41 size_t shift[256]; in twoway_memmem() local
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal.h | 561 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 D | jemalloc_internal.h.in | 559 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 D | dwarf_i.h | 320 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 D | Gex_tables.c | 227 uint8_t byte, shift = 0; in arm_exidx_decode() local
|
| /third_party/ulib/musl/include/sys/ |
| A D | timex.h | 25 int shift; member
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 794 int shift = (E.screencols-E.cx)+1; local
|
| /third_party/ulib/backtrace/ |
| A D | dwarf.c | 637 unsigned int shift; in read_uleb128() local 672 unsigned int shift; in read_sleb128() local
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 660 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 D | nameser.h | 48 int mask, shift; member
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.c | 2654 u32 rss_key[10], mrqc, shift = 0; in igb_initialize_rss_mapping() local
|
| A D | e1000_ich8lan.c | 4855 u16 data, i, temp, shift; in e1000_id_led_init_pchlan() local
|
Completed in 55 milliseconds