Searched refs:flt (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dsa1111_generic.c120 unsigned int rst, flt, wait, pse, irq, pccr_mask; local
126 flt = PCCR_S0_FLT;
134 flt = PCCR_S1_FLT;
167 pccr_mask |= flt;
170 PCCR = (PCCR & ~(pse | flt | wait | rst)) | pccr_mask;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_sock.c95 struct hci_filter *flt; local
106 flt = &hci_pi(sk)->filter;
108 if (!hci_test_bit((skb->pkt_type & HCI_FLT_TYPE_BITS), &flt->type_mask))
114 if (!hci_test_bit(evt, &flt->event_mask))
117 if (flt->opcode && ((evt == EVT_CMD_COMPLETE &&
118 flt->opcode != *(__u16 *)(skb->data + 3)) ||
120 flt->opcode != *(__u16 *)(skb->data + 4))))
423 struct hci_filter flt = { opcode: 0 }; local
457 if (copy_from_user(&flt, optval, len)) {
463 flt
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/math-emu/
H A Dextended.h55 long double flt; member in union:_FP_UNION_E
79 union _FP_UNION_E _flo; _flo.flt = (val); \
123 (val) = _flo.flt; \
242 long double flt /* __attribute__((mode(TF))) */ ; member in union:_FP_UNION_E
261 union _FP_UNION_E _flo; _flo.flt = (val); \
300 (val) = _flo.flt; \
H A Ddouble.h57 double flt; member in union:_FP_UNION_D
131 double flt; member in union:_FP_UNION_D
H A Dquad.h57 long double flt; member in union:_FP_UNION_Q
136 long double flt /* __attribute__((mode(TF))) */ ; member in union:_FP_UNION_Q
H A Dsingle.h48 float flt; member in union:_FP_UNION_S
H A Dop-1.h77 union _FP_UNION_##fs _flo; _flo.flt = (val); \
106 (val) = _flo.flt; \
H A Dop-2.h163 union _FP_UNION_##fs _flo; _flo.flt = (val); \
196 (val) = _flo.flt; \
H A Dop-4.h186 union _FP_UNION_##fs _flo; _flo.flt = (val); \
217 (val) = _flo.flt; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/math-emu/
H A Dextended.h55 long double flt; member in union:_FP_UNION_E
79 union _FP_UNION_E _flo; _flo.flt = (val); \
123 (val) = _flo.flt; \
242 long double flt /* __attribute__((mode(TF))) */ ; member in union:_FP_UNION_E
261 union _FP_UNION_E _flo; _flo.flt = (val); \
300 (val) = _flo.flt; \
H A Ddouble.h57 double flt; member in union:_FP_UNION_D
131 double flt; member in union:_FP_UNION_D
H A Dquad.h57 long double flt; member in union:_FP_UNION_Q
136 long double flt /* __attribute__((mode(TF))) */ ; member in union:_FP_UNION_Q
H A Dsingle.h48 float flt; member in union:_FP_UNION_S
H A Dop-1.h77 union _FP_UNION_##fs _flo; _flo.flt = (val); \
106 (val) = _flo.flt; \
H A Dop-2.h163 union _FP_UNION_##fs _flo; _flo.flt = (val); \
196 (val) = _flo.flt; \
H A Dop-4.h186 union _FP_UNION_##fs _flo; _flo.flt = (val); \
217 (val) = _flo.flt; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dsingle.h28 float flt; member in union:_FP_UNION_S
H A Ddouble.h37 double flt; member in union:_FP_UNION_D
86 double flt; member in union:_FP_UNION_D
H A Dop-1.h54 union _FP_UNION_##fs _flo; _flo.flt = (val); \
74 (val) = _flo.flt; \
H A Dop-2.h136 union _FP_UNION_##fs _flo; _flo.flt = (val); \
158 (val) = _flo.flt; \
H A Dop-4.h170 union _FP_UNION_##fs _flo; _flo.flt = (val); \
188 (val) = _flo.flt; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Dfpudispatch.c1110 float flt; member in union:__anon508
1249 float flt; member in union:__anon510
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dnewport.h18 volatile float flt; member in union:npfloat
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dnewport.h18 volatile float flt; member in union:npfloat

Completed in 286 milliseconds