Searched defs:shift (Results 1 - 25 of 230) sorted by relevance

12345678910

/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dfloatsidf.c45 const int shift = significandBits - exponent; local
H A Dfloatsisf.c44 const int shift = significandBits - exponent; local
47 const int shift = exponent - significandBits; local
H A Dfloatunsidf.c35 const int shift = significandBits - exponent; local
H A Dfloatunsisf.c36 const int shift = significandBits - exponent; local
39 const int shift = exponent - significandBits; local
H A Dmuldf3.c99 const unsigned int shift = 1U - (unsigned int)productExponent; local
H A Dadddf3.c107 const int shift = rep_clz(aSignificand) - rep_clz(implicitBit << 3); local
108 aSignificand <<= shift; local
131 const int shift = 1 - aExponent; local
H A Daddsf3.c106 const int shift = rep_clz(aSignificand) - rep_clz(implicitBit << 3); local
107 aSignificand <<= shift; local
130 const int shift = 1 - aExponent; local
/freebsd-10-stable/lib/libutil/
H A Dexpand_number.c44 unsigned shift; local
[all...]
/freebsd-10-stable/lib/msun/src/
H A Ds_rintl.c43 shift[2] = { variable
/freebsd-10-stable/lib/libc/stdlib/
H A Da64l.c27 long shift; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dpacker.c70 int shift; local
87 int shift; local
160 int shift; local
174 int shift; local
[all...]
/freebsd-10-stable/sys/dev/uart/
H A Duart_bus_fdt.c111 pcell_t clock, shift; local
/freebsd-10-stable/contrib/unbound/util/storage/
H A Dslabhash.h63 unsigned int shift; member in struct:slabhash
/freebsd-10-stable/contrib/apr-util/strmatch/
H A Dapr_strmatch.c39 apr_size_t *shift = (apr_size_t *)(this_pattern->context); local
63 apr_size_t *shift = (apr_size_t *)(this_pattern->context); local
88 apr_size_t *shift; local
[all...]
/freebsd-10-stable/contrib/gperf/src/
H A Dhash-table.cc51 unsigned int shift = 0; local
/freebsd-10-stable/contrib/libucl/utils/
H A Dobjdump.c31 ucl_obj_dump (const ucl_object_t *obj, unsigned int shift) argument
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c189 int start, end, shift; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_gcd.c286 int shift; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dsreal.c138 int shift; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDataExtractor.cpp136 unsigned shift = 0; local
157 unsigned shift = 0; local
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_shift.c59 shift(SCR *sp, EXCMD *cmdp, enum which rl) function
/freebsd-10-stable/contrib/opie/libopie/
H A Dbtoe.c2233 int shift; local
/freebsd-10-stable/lib/libdwarf/
H A Ddwarf_loc.c37 int shift = 0; local
62 int shift = 0; local
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dps3mmu.c51 int shift; local
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c136 void cxio_dump_pbl(struct cxio_rdev *rdev, uint32_t pbl_addr, uint32_t len, u8 shift) argument

Completed in 125 milliseconds

12345678910