Searched refs:single (Results 76 - 100 of 125) sorted by relevance

12345

/linux-master/arch/m68k/fpsp040/
H A Dx_store.S93 cmpil #1,%d0 |if dest format is single
171 | dest_sgl --- write single precision value to user space
182 |Changes extended precision to single precision.
197 | single -> |s|exp| mant |
207 addw #0x7f,%d0 |add single precision bias
209 lsll #7,%d0 |shift it into single exp bits
215 movel #0x7f800000,%d0 |load single inf exp to d0
224 orl %d1,%d0 |put these bits in ms word of single
228 movel #0x4,%d0 |byte count for single precision number
H A Ddecbin.S111 | Constants in single precision
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna.h184 (q0) = rxp->rxq.single.only; \
H A Dbna_types.h607 } single; member in union:bna_rxq_u
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c15 * The fxxxxx.c files each emulate a single insn. They look relatively
19 * The first layer of macros is single.h, double.h, quad.h. Generally
76 #include <math-emu/single.h>
100 /* single/double instructions (subnormal): should all work */
154 * single FPop to be emulated. (this case is untested, though :->)
281 non-u args tells the size of the argument (0 - no argument, 1 - single, 2 - double, 3 - quad */
355 switch (type & 0x3) { /* is rs1 single, double or quad? */
H A Dmath_64.c24 #include <math-emu/single.h>
175 non-u args tells the size of the argument (0 - no argument, 1 - single, 2 - double, 3 - quad */
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.c90 u8 single; member in struct:stv
1165 if (state->single)
1230 * prevented (STV0910 = dual demod on a single IC with a single I2C
1789 state->single = cfg->single ? 1 : 0;
/linux-master/arch/sh/math-emu/
H A Dmath.c23 #include <math-emu/single.h>
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c20 #include <linux/platform_data/pinctrl-single.h>
495 OF_DEV_AUXDATA("pinctrl-single", 0, NULL, &pcs_pdata),
/linux-master/drivers/power/supply/
H A Dbq27xxx_battery.c964 #define BQ27XXX_O_SOC_SI BIT(6) /* SoC is single register */
1108 bool single)
1115 ret = di->bus.read(di, di->regs[reg_index], single);
1124 u16 value, bool single)
1134 ret = di->bus.write(di, di->regs[reg_index], value, single);
1107 bq27xxx_read(struct bq27xxx_device_info *di, int reg_index, bool single) argument
1123 bq27xxx_write(struct bq27xxx_device_info *di, int reg_index, u16 value, bool single) argument
/linux-master/tools/perf/util/
H A Dparse-events.l53 * contains opening single quite ' then it is
54 * expected that the tag ends with single quote
H A Dhist.h145 struct addr_location *al, bool single, void *arg);
/linux-master/tools/perf/
H A Dbuiltin-report.c164 struct addr_location *al, bool single,
195 if (single)
207 bool single __maybe_unused,
163 hist_iter__report_callback(struct hist_entry_iter *iter, struct addr_location *al, bool single, void *arg) argument
H A Dbuiltin-top.c727 struct addr_location *al, bool single,
734 if (perf_hpp_list.sym && single)
/linux-master/arch/alpha/lib/
H A Dstxncpy.S319 andnot t2, t6, t2 # e0 : dest mask for a single word copy
H A Dev6-stxncpy.S366 andnot t2, t6, t2 # E : dest mask for a single word copy
/linux-master/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.h53 * in a single NAPI call
57 /* Maximum number of Tx frames to be processed in a single NAPI
92 /* Maximum number of buffers that can be acquired/released through a single
119 /* The firmware allows assigning multiple buffer pools to a single DPNI -
151 } single; member in union:dpaa2_eth_swa::__anon1
H A Ddpaa2-eth.c58 WARN_ONCE(1, "Failed to set single step register");
150 /* If single buffer frame, just free the data buffer */
176 /* Build a linear skb based on a single-buffer frame descriptor */
751 /* A dequeue operation only pulls frames from a single queue
1041 swa->single.skb = skb;
1042 swa->single.sgt_size = sgt_buf_size;
1094 swa->single.skb = skb;
1142 skb = swa->single.skb;
1194 skb = swa->single.skb;
1197 dma_unmap_single(dev, fd_addr, swa->single
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h259 bool single; member in struct:bnxt_qplib_q
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c185 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; local
208 if (single) {
262 short single = ieee->softmac_features & IEEE_SOFTMAC_SINGLE_QUEUE; local
284 if (single) {
/linux-master/security/
H A Dsecurity.c1184 * available in @bprm. This hook may be called multiple times during a single
3949 bool single = false; local
3973 single = true;
3978 * In the single case only get the data from the LSM specified.
3981 if (single && lctx.id != hp->lsmid->id)
4002 if (single)
/linux-master/drivers/net/
H A Dtap.c270 goto single;
289 single:
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c2516 LIST_HEAD(single);
2518 list_add(&net->exit_list, &single);
2519 nf_conntrack_cleanup_net_list(&single);
/linux-master/net/core/
H A Ddev.c1523 LIST_HEAD(single);
1525 list_add(&dev->close_list, &single);
1526 __dev_close_many(&single);
1527 list_del(&single);
1562 LIST_HEAD(single);
1564 list_add(&dev->close_list, &single);
1565 dev_close_many(&single, true);
1566 list_del(&single);
3022 * a single TSO super-frame.
5603 * sublist. This can't cause out-of-order delivery to any single ptyp
[all...]

Completed in 425 milliseconds

12345