/haiku/src/libs/x86emu/ |
H A D | prim_ops.c | 134 aaa_word(u16 d) in aaa_word() 160 aas_word(u16 d) in aas_word() 186 aad_word(u16 d) in aad_word() 209 aam_word(u8 d) in aam_word() 231 adc_byte(u8 d, u8 s) in adc_byte() 258 adc_word(u16 d, u16 s) in adc_word() 285 adc_long(u32 d, u32 s) in adc_long() 319 add_byte(u8 d, u8 s) in add_byte() 342 add_word(u16 d, u16 s) in add_word() 365 add_long(u32 d, u32 s) in add_long() [all …]
|
/haiku/src/system/libroot/posix/glibc/math/ |
H A D | math_private.h | 72 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 82 #define GET_HIGH_WORD(i,d) \ argument 91 #define GET_LOW_WORD(i,d) \ argument 100 #define INSERT_WORDS(d,ix0,ix1) \ argument 110 #define SET_HIGH_WORD(d,v) \ argument 120 #define SET_LOW_WORD(d,v) \ argument 139 #define GET_FLOAT_WORD(i,d) \ argument 148 #define SET_FLOAT_WORD(d,i) \ argument
|
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/ |
H A D | math_ldbl.h | 23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 45 #define GET_LDOUBLE_MSW(v,d) \ argument 54 #define SET_LDOUBLE_MSW(d,v) \ argument 64 #define GET_LDOUBLE_EXP(exp,d) \ argument 73 #define SET_LDOUBLE_EXP(d,exp) \ argument
|
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/ |
H A D | math_ldbl.h | 23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 45 #define GET_LDOUBLE_MSW(v,d) \ argument 54 #define SET_LDOUBLE_MSW(d,v) \ argument 64 #define GET_LDOUBLE_EXP(exp,d) \ argument 73 #define SET_LDOUBLE_EXP(d,exp) \ argument
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | ktr.h | 153 #define CTR0(m, d) argument 154 #define CTR1(m, d, p1) argument 155 #define CTR2(m, d, p1, p2) argument 156 #define CTR3(m, d, p1, p2, p3) argument 157 #define CTR4(m, d, p1, p2, p3, p4) argument 158 #define CTR5(m, d, p1, p2, p3, p4, p5) argument 159 #define CTR6(m, d, p1, p2, p3, p4, p5, p6) argument 162 #define TR0(d) CTR0(KTR_GEN, d) argument 163 #define TR1(d, p1) CTR1(KTR_GEN, d, p1) argument 164 #define TR2(d, p1, p2) CTR2(KTR_GEN, d, p1, p2) argument [all …]
|
H A D | _bus_macros.h | 41 #define bus_read_multi_1(r, o, d, c) \ argument 43 #define bus_read_region_1(r, o, d, c) \ argument 51 #define bus_write_multi_1(r, o, d, c) \ argument 53 #define bus_write_region_1(r, o, d, c) \ argument 57 #define bus_read_multi_stream_1(r, o, d, c) \ argument 59 #define bus_read_region_stream_1(r, o, d, c) \ argument 67 #define bus_write_multi_stream_1(r, o, d, c) \ argument 69 #define bus_write_region_stream_1(r, o, d, c) \ argument 77 #define bus_read_multi_2(r, o, d, c) \ argument 79 #define bus_read_region_2(r, o, d, c) \ argument [all …]
|
/haiku/src/servers/app/drawing/Painter/drawing_modes/ |
H A D | DrawingMode.h | 28 #define BLEND(d, r, g, b, a) \ argument 39 #define BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \ argument 56 #define BLEND_FROM(d, r1, g1, b1, r2, g2, b2, a) \ argument 64 #define BLEND_FROM_SUBPIX(d, r1, g1, b1, r2, g2, b2, a1, a2, a3) \ argument 78 #define BLEND16(d, r, g, b, a) \ argument 89 #define BLEND16_SUBPIX(d, r, g, b, a1, a2, a3) \ argument 103 #define BLEND_COMPOSITE(d, r, g, b, a) \ argument 132 #define BLEND_COMPOSITE_SUBPIX(d, r, g, b, a1, a2, a3) \ argument 173 #define BLEND_COMPOSITE16(d, r, g, b, a) \ argument 180 #define BLEND_COMPOSITE16_SUBPIX(d, r, g, b, a1, a2, a3) \ argument
|
/haiku/src/system/libroot/posix/glibc/include/arch/arm64/ |
H A D | math_ldbl.h | 42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 64 #define GET_LDOUBLE_MSW(v,d) \ argument 73 #define SET_LDOUBLE_MSW(d,v) \ argument 83 #define GET_LDOUBLE_EXP(exp,d) \ argument 92 #define SET_LDOUBLE_EXP(d,exp) \ argument
|
/haiku/src/system/libroot/posix/glibc/include/arch/x86/ |
H A D | math_ldbl.h | 42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 64 #define GET_LDOUBLE_MSW(v,d) \ argument 73 #define SET_LDOUBLE_MSW(d,v) \ argument 83 #define GET_LDOUBLE_EXP(exp,d) \ argument 92 #define SET_LDOUBLE_EXP(d,exp) \ argument
|
/haiku/src/system/libroot/posix/glibc/include/arch/arm/ |
H A D | math_ldbl.h | 42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 64 #define GET_LDOUBLE_MSW(v,d) \ argument 73 #define SET_LDOUBLE_MSW(d,v) \ argument 83 #define GET_LDOUBLE_EXP(exp,d) \ argument 92 #define SET_LDOUBLE_EXP(d,exp) \ argument
|
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/ |
H A D | acmacros.h | 198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument 201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument 205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 211 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 213 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\ argument 218 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 226 #define ACPI_MOVE_64_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 228 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */ argument 230 #define ACPI_MOVE_64_TO_64(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[7];\ argument 249 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument [all …]
|
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | dprintf.c | 24 # define vdprintf(d, f, a) _IO_vdprintf (d, f, a) argument 30 dprintf (int d, const char *format, ...) in dprintf()
|
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/ |
H A D | math_ldbl.h | 66 #define GET_LDOUBLE_WORDS64(ix0,ix1,d) \ argument 76 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ argument 86 #define GET_LDOUBLE_MSW64(v,d) \ argument 95 #define SET_LDOUBLE_MSW64(d,v) \ argument 105 #define GET_LDOUBLE_LSW64(v,d) \ argument
|
/haiku/src/bin/network/telnet/ |
H A D | ring.c | 72 #define ring_subtract(d,a,b) (((a)-(b) >= 0)? \ argument 75 #define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \ argument 78 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \ argument 92 #define ring_empty(d) (((d)->consume == (d)->supply) && \ argument 94 #define ring_full(d) (((d)->supply == (d)->consume) && \ argument
|
/haiku/src/libs/libsolv/solv/ |
H A D | sha2.c | 173 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) argument 177 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) argument 347 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 358 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 367 #define ROUND256(a,b,c,d,e,f,g,h) \ argument 379 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 437 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 565 sha2_word32 *d = (sha2_word32*)digest; in solv_SHA256_Final() local 628 sha2_byte digest[SHA256_DIGEST_LENGTH], *d = digest; in solv_SHA256_End() local 674 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument [all …]
|
/haiku/headers/libs/x86emu/x86emu/ |
H A D | prim_x86_gcc.h | 53 hw_cpuid(u32 * a, u32 * b, u32 * c, u32 * d) in hw_cpuid() 68 hw_cpuid(u32 * a, u32 * b, u32 * c, u32 * d) in hw_cpuid()
|
/haiku/src/libs/agg/src/ |
H A D | agg_trans_single_path.cpp | 71 double d; in finalize_path() local 94 double d = v.dist; in finalize_path() local 130 double d = 0.0; in transform() local
|
H A D | agg_bspline.cpp | 93 double h, p, d, f, e; in prepare() local 186 double d = m_x[i] - m_x[j]; in interpolation() local 198 double d = m_x[1] - m_x[0]; in extrapolation_left() local 207 double d = m_x[m_num - 1] - m_x[m_num - 2]; in extrapolation_right() local
|
/haiku/src/servers/app/drawing/Painter/bitmap_painter/ |
H A D | DrawBitmapNoScale.h | 97 uint32* d = (uint32*)dst; in BlendRow() local 111 uint32* d = (uint32*)dst; in BlendRow() local 137 uint32* d = (uint32*)dst; in BlendRow() local 153 uint32* d = (uint32*)dst; in BlendRow() local
|
/haiku/src/system/libroot/posix/musl/internal/ |
H A D | libm.h | 196 #define EXTRACT_WORDS(hi,lo,d) \ argument 203 #define GET_HIGH_WORD(hi,d) \ argument 208 #define GET_LOW_WORD(lo,d) \ argument 213 #define INSERT_WORDS(d,hi,lo) \ argument 218 #define SET_HIGH_WORD(d,hi) \ argument 221 #define SET_LOW_WORD(d,lo) \ argument 224 #define GET_FLOAT_WORD(w,d) \ argument 229 #define SET_FLOAT_WORD(d,w) \ argument
|
/haiku/src/add-ons/kernel/drivers/bus/firewire/ |
H A D | fw_raw.c | 160 struct fw_drv1 *d; in fw_open() local 222 struct fw_drv1 *d; in fw_free() local 286 fw_read_async(struct fw_drv1 *d, off_t position, void *buf, size_t *num_bytes) in fw_read_async() 363 struct fw_drv1 *d; in fw_read() local 451 fw_write_async(struct fw_drv1 *d, off_t position, const void *buf, in fw_write_async() 545 struct fw_drv1 *d; in fw_write() local 640 struct fw_drv1 *d; in fw_hand() local 659 struct fw_drv1 *d; in fw_ioctl() local
|
/haiku/src/add-ons/kernel/file_systems/websearchfs/ |
H A D | string_utils.c | 22 char *dst, *d; in urlify_string() local 82 char *dst, *d; in unentitify_string() local
|
/haiku/src/system/libroot/posix/glibc/arch/generic/ |
H A D | mpa.h | 46 double d[40]; /* e holds its exponent (...,-2,-1,0,1,2,...) and */ member 57 typedef union { int i[2]; double d; } number; member
|
/haiku/src/libs/compat/freebsd_iflib/ |
H A D | md5c.c | 110 #define FF(a, b, c, d, x, s, ac) { \ argument 115 #define GG(a, b, c, d, x, s, ac) { \ argument 120 #define HH(a, b, c, d, x, s, ac) { \ argument 125 #define II(a, b, c, d, x, s, ac) { \ argument 239 u_int32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
|
/haiku/src/libs/compat/openbsd_wlan/crypto/ |
H A D | sha2.c | 269 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument 279 #define ROUND256(a,b,c,d,e,f,g,h) do { \ argument 294 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local 352 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256Transform() local 545 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument 558 #define ROUND512(a,b,c,d,e,f,g,h) do { \ argument 573 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local 630 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512Transform() local
|