Searched refs:offs (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dbitops.h138 int offs;
143 offs = size % BITS_PER_LONG;
146 if (offs) {
147 mask = (*addr) & BIT_MASK(offs);
163 int offs; local
170 offs = offset % BITS_PER_LONG;
173 if (offs) {
174 mask = (*addr) & ~BIT_MASK(offs);
201 int offs; local
208 offs
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
141 offs[1] = 0;
143 offs[len + 1] = offs[len] + count[len];
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c201 u16 *offs = dev->cmd.dbell_offsets; local
203 __raw_writel((__force u32) cpu_to_be32(in_param >> 32), ptr + offs[0]);
205 __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), ptr + offs[1]);
207 __raw_writel((__force u32) cpu_to_be32(in_modifier), ptr + offs[2]);
209 __raw_writel((__force u32) cpu_to_be32(out_param >> 32), ptr + offs[3]);
211 __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), ptr + offs[4]);
213 __raw_writel((__force u32) cpu_to_be32(token << 16), ptr + offs[5]);
218 op), ptr + offs[6]);
220 __raw_writel((__force u32) 0, ptr + offs[7]);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddict.c170 #define MakeBitField(block, offs) ((block)<<10|(offs))
H A Dbigrat.c430 mp_size_t offs = bit / GMP_LIMB_BITS; local
433 return offs >= size ? 0 : (z->_mp_d[offs] >> (bit%GMP_LIMB_BITS)) & 1;

Completed in 168 milliseconds