Searched refs:op (Results 1 - 25 of 495) sorted by path

1234567891011>>

/haiku/headers/cpp/std/
H A Dgslice_array.h133 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
136 gslice_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
144 gslice_array<_Tp>::operator##op##= (const _Expr<E, _Tp>& __e) const \
H A Dindirect_array.h123 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
126 indirect_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
133 indirect_array<_Tp>::operator##op##= (const _Expr<_Dom,_Tp>& __e) const \
H A Dmask_array.h119 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
122 mask_array<_T>::operator##op##= (const valarray<_T>& __v) const \
130 mask_array<_T>::operator##op##= (const _Expr<E, _T>& __e) const \
H A Dslice_array.h121 #define _DEFINE_VALARRAY_OPERATOR(op, name) \
124 slice_array<_T>::operator##op##= (const valarray<_T>& __v) const \
131 slice_array<_T>::operator##op##= (const _Expr<_Dom,_T>& __e) const \
/haiku/headers/cpp/
H A Dstl_function.h191 _Operation op; member in class:binder1st
196 : op(__x), value(__y) {}
199 return op(value, __x);
216 _Operation op; member in class:binder2nd
221 : op(__x), value(__y) {}
224 return op(__x, value);
/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgba.h1502 static AGG_INLINE void blend_pix(unsigned op, value_type* p, argument
1507 comp_op_table_rgba<ColorT, Order>::g_comp_op_func[op]
1527 static AGG_INLINE void blend_pix(unsigned op, value_type* p, argument
1536 comp_op_table_rgba<ColorT, Order>::g_comp_op_func[op]
1557 static AGG_INLINE void blend_pix(unsigned op, value_type* p, argument
1562 comp_op_table_rgba<ColorT, Order>::g_comp_op_func[op](p, cr, cg, cb, ca, cover);
1578 static AGG_INLINE void blend_pix(unsigned op, value_type* p, argument
1584 comp_op_table_rgba<ColorT, Order>::g_comp_op_func[op]
1605 static AGG_INLINE void blend_pix(unsigned op, value_type* p, argument
1630 static AGG_INLINE void blend_pix(unsigned op, value_typ argument
1660 blend_pix(unsigned op, value_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned ca, unsigned cover) argument
2402 comp_op(unsigned op) argument
[all...]
H A Dagg_scanline_boolean_algebra.h1519 void sbool_combine_shapes_bin(sbool_op_e op, argument
1524 switch(op)
1546 void sbool_combine_shapes_aa(sbool_op_e op, argument
1551 switch(op)
/haiku/headers/libs/alm/
H A DALMLayout.h75 OperatorType op, double rightSide,
80 OperatorType op, double rightSide,
86 OperatorType op, double rightSide,
93 OperatorType op, double rightSide,
/haiku/headers/libs/linprog/
H A DConstraint.h74 SummandList* summands, OperatorType op,
H A DLinearSpec.h107 OperatorType op, double rightSide,
111 OperatorType op, double rightSide,
116 OperatorType op, double rightSide,
122 OperatorType op, double rightSide,
129 OperatorType op, double rightSide,
172 OperatorType op, double rightSide,
/haiku/headers/libs/udis86/libudis86/
H A Dsyn.h46 void ud_syn_print_imm(struct ud* u, const struct ud_operand *op);
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h21 #define GET_OPCODE_OGF(op) (op >> 10)
22 #define GET_OPCODE_OCF(op) (op & 0x03ff)
/haiku/headers/os/drivers/bus/
H A DSCSI.h323 status_t (*ioctl)(scsi_device device, uint32 op, void *buffer, size_t length);
461 status_t (*ioctl)(scsi_sim_cookie, uint8 targetID, uint32 op, void *buffer, size_t length);
/haiku/headers/os/drivers/
H A Dmidi_driver.h54 void (*interruptOp)(int32 op, void* card), void* card);
59 status_t (*control_hook)(void* cookie, uint32 op, void* data,
/haiku/headers/os/media/
H A DTimeSource.h70 time_source_op op; member in struct:BTimeSource::time_source_op_info
77 virtual status_t TimeSourceOp(const time_source_op_info& op,
/haiku/headers/os/package/hpkg/
H A DPackageInfoAttributeValue.h45 BPackageResolvableOperator op; member in struct:BPackageKit::BHPKG::BPackageResolvableExpressionData
/haiku/headers/os/storage/
H A DQuery.h51 status_t PushOp(query_op op);
/haiku/headers/posix/sys/
H A Dfile.h23 extern int flock(int fd, int op);
/haiku/headers/private/device/
H A DJoystickTweaker.h41 status_t SendIOCT(uint32 op);
H A Djoystick_driver.h169 status_t (*control_hook)(void * cookie, uint32 op, void * data, size_t len);
/haiku/headers/private/firewire/
H A Dfwdma.h86 fwdma_sync(struct fwdma_alloc *dma, bus_dmasync_op_t op) argument
88 bus_dmamap_sync(dma->dma_tag, dma->dma_map, op);
93 int start, int end, bus_dmasync_op_t op)
100 bus_dmamap_sync(am->dma_tag, seg->dma_map, op);
104 fwdma_sync_multiseg_all(struct fwdma_alloc_multi *am, bus_dmasync_op_t op) argument
111 bus_dmamap_sync(am->dma_tag, seg->dma_map, op);
92 fwdma_sync_multiseg(struct fwdma_alloc_multi *am, int start, int end, bus_dmasync_op_t op) argument
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h20 typedef fssh_status_t (*fssh_device_control_hook) (void *cookie, uint32_t op,
H A Dfssh_fcntl.h76 extern int fssh_fcntl(int fd, int op, ...);
H A Dfssh_unistd.h59 extern int fssh_ioctl(int fd, unsigned long op, ...);
/haiku/headers/private/graphics/radeon_hd/
H A Dsi_reg.h771 #define SI_PACKET3(op, n) ((PACKET_TYPE3 << 30) \
772 | (((op) & 0xFF) << 8) \
775 #define SI_PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)

Completed in 222 milliseconds

1234567891011>>