Searched refs:a2 (Results 1 - 25 of 55) sorted by relevance

123

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_address.h20 operator==(const in6_addr &a1, const in6_addr &a2) argument
23 return !memcmp(&a1, &a2, sizeof(in6_addr));
/haiku/src/libs/compat/openbsd_network/compat/netinet/
H A Dif_ether.h20 #define ETHER_IS_EQ(a1, a2) (memcmp((a1), (a2), ETHER_ADDR_LEN) == 0)
/haiku/src/libs/agg/src/
H A Dagg_arc.cpp29 double a1, double a2,
33 normalize(a1, a2, ccw);
39 double a1, double a2,
44 normalize(a1, a2, ccw);
87 void arc::normalize(double a1, double a2, bool ccw) argument
93 while(a2 < a1) a2 += pi * 2.0;
97 while(a1 < a2) a1 += pi * 2.0;
102 m_end = a2;
27 arc(double x, double y, double rx, double ry, double a1, double a2, bool ccw) argument
37 init(double x, double y, double rx, double ry, double a1, double a2, bool ccw) argument
/haiku/headers/libs/agg/
H A Dagg_arc.h39 double a1, double a2,
44 double a1, double a2,
54 void normalize(double a1, double a2, bool ccw);
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_mul.c103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
146 sticky = a3 = a2 = a1 = a0 = 0;
150 FPU_ADDCS(a2, a2, x2); \
155 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
156 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
159 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
216 x->fp_mant[2] = a2;
[all...]
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S38 movel R(a2),MEM_PREDEC(sp)
41 movel MEM_DISP(sp,12),R(a2)
55 movel R(d0),MEM_POSTINC(a2)
59 movel R(d0),MEM_POSTINC(a2)
72 movel MEM_POSTINC(sp),R(a2)
H A Dsub_n.S38 movel R(a2),MEM_PREDEC(sp)
41 movel MEM_DISP(sp,12),R(a2)
55 movel R(d0),MEM_POSTINC(a2)
59 movel R(d0),MEM_POSTINC(a2)
72 movel MEM_POSTINC(sp),R(a2)
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S104 lea _execbase(%pc),%a2
105 move.l %a6,(%a2)
157 lea _dosbase(%pc),%a2
160 move.l %d0,(%a2)
186 lea _intbase(%pc),%a2
187 move.l %d0,(%a2)
H A Dshell.S77 lea sBootIOReq(%pc),%a2
78 move.l %a1,(%a2)
83 lea SysBase(%pc),%a2
84 move.l %a6,(%a2)
90 // lea DosBase(%pc),%a2
93 // move.l %d0,(%a2)
100 lea IntuitionBase(%pc),%a2
101 move.l %d0,(%a2)
112 //lea alert_extra(%pc),%a2
113 //addq.b #1,(%a2)
[all...]
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingMode.h39 #define BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \
44 d[1] = (((((g) - _p.data8[1]) * (a2)) + (_p.data8[1] << 8)) >> 8); \
64 #define BLEND_FROM_SUBPIX(d, r1, g1, b1, r2, g2, b2, a1, a2, a3) \
67 d[1] = (((((g2) - (g1)) * (a2)) + ((g1) << 8)) >> 8); \
89 #define BLEND16_SUBPIX(d, r, g, b, a1, a2, a3) \
94 d[1] = (((((g) - _p.data8[1]) * (a2)) + (_p.data8[1] << 16)) >> 16); \
132 #define BLEND_COMPOSITE_SUBPIX(d, r, g, b, a1, a2, a3) \
138 d[1] = (((((g) - _p.data8[1]) * (a2)) + (_p.data8[1] << 8)) >> 8); \
146 d[3] = (a1 + a2 + a3)/3; \
149 uint8 alphaRest2 = 255 - (a2); \
[all...]
H A DDrawingModeEraseSUBPIX.h17 #define BLEND_ERASE_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3); \
H A DDrawingModeInvertSUBPIX.h17 #define BLEND_INVERT_SUBPIX(d, a1, a2, a3) \
22 a1, a2, a3); \
H A DDrawingModeOverSUBPIX.h17 #define BLEND_OVER_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \
H A DDrawingModeSelectSUBPIX.h17 #define BLEND_SELECT_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND_SUBPIX(d, r, g, b, a1, a2, a3); \
H A DDrawingModeAddSUBPIX.h17 #define BLEND_ADD_SUBPIX(d, r, g, b, a1, a2, a3) \
24 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
H A DDrawingModeAlphaCCSUBPIX.h17 #define BLEND_ALPHA_CC_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND_COMPOSITE16_SUBPIX(d, r, g, b, a1, a2, a3); \
H A DDrawingModeAlphaCOSUBPIX.h17 #define BLEND_ALPHA_CO_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND16_SUBPIX(d, r, g, b, a1, a2, a3); \
H A DDrawingModeAlphaPCSUBPIX.h17 #define BLEND_ALPHA_PC_SUBPIX(d, r, g, b, a1, a2, a3) \
19 BLEND_COMPOSITE16_SUBPIX(d, r, g, b, a1, a2, a3); \
H A DDrawingModeBlendSUBPIX.h18 #define BLEND_BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \
25 BLEND_SUBPIX(d, rt, gt, bt, a1, a2, a3); \
H A DDrawingModeCopySUBPIX.h17 #define BLEND_COPY_SUBPIX(d, r2, g2, b2, a1, a2, a3, r1, g1, b1) \
19 BLEND_FROM_SUBPIX(d, r1, g1, b1, r2, g2, b2, a1, a2, a3); \
H A DDrawingModeMaxSUBPIX.h17 #define BLEND_MAX_SUBPIX(d, r, g, b, a1, a2, a3) \
23 BLEND_SUBPIX(d, (r), (g), (b), a1, a2, a3); \
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dentry.S15 a2 - kernelEntry
29 mv t0, a2
/haiku/src/system/boot/platform/riscv/
H A Dentry.S15 a2 - kernelEntry
29 mv t0, a2
/haiku/headers/posix/arch/m68k/
H A Dsignal.h18 a0, a1, a2, a3, a4, a5, a6, a7; member in struct:vregs
/haiku/headers/os/arch/m68k/
H A Darch_debugger.h19 uint32 a2; member in struct:m68k_debug_cpu_state

Completed in 107 milliseconds

123