Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 2120) sorted by relevance

12345678910>>...85

/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingMode.h28 #define BLEND(d, r, g, b, a) \ argument
31 _p.data32 = *(uint32*)d; \
32 d[0] = (((((b) - _p.data8[0]) * (a)) + (_p.data8[0] << 8)) >> 8); \
33 d[1] = (((((g) - _p.data8[1]) * (a)) + (_p.data8[1] << 8)) >> 8); \
34 d[2] = (((((r) - _p.data8[2]) * (a)) + (_p.data8[2] << 8)) >> 8); \
35 d[3] = 255; \
39 #define BLEND_SUBPIX(d, r, g, b, a1, a2, a3) \ argument
42 _p.data32 = *(uint32*)d; \
43 d[0] = (((((b) - _p.data8[0]) * (a1)) + (_p.data8[0] << 8)) >> 8); \
44 d[1] = (((((g) - _p.data8[1]) * (a2)) + (_p.data8[1] << 8)) >> 8); \
[all …]
/haiku/data/system/data/KeyboardLayouts/
H A DFizzbook NL28 $d = 28,15
17 [ 0,13; d$h:0x01; $b:+8; d$b:+4; d$b:0x10; d$b:0x0e; d$b:0x1f; d19,10:0x34
20 [ 0,23; d$c:0x11; d:+12; d$d:+1;
23 [ 0,38; d$f:0x26; d:+11; d$c:+1; d$e:0x47;
26 [ 0,53; d25,15:0x3b; d:+11; d$c:0x33;
29 [ 0,68; d$f:0x4b; d$c:0x69; d:0x4c+8; d13,15:+1; d:+1; $g:+1; $g:0x00]
31 [ 0,83; d$f:0x5c; :0x00; d:0x66; d:0x5d; d76,15:+1; d:+1; d:0x68;
32 d:0x60; $g:+3; ]
H A DGeneric 104-key7 $d = 15,10
13 [ 0,0; d:0x01; :-; :+4; $b:-; d:+4; $b:-; :+4; $b:-; d:+3; $b:-;
15 [ 0,20; :+13; d$c:+; $b:-; d:+3; $b:-; d:+4 ]
16 [ 0,30; d$d:0x26; :+12; $d:+1; $b:-; d:+3; $b:-; :+3; d$f:+1 ]
17 [ 0,40; d$c:0x3b; :+11; $enter:+1; 40,10:-; :+3 ]
18 [ 0,50; d24,10:0x4b; :+10; d26,10:+1; 15,10:-; d:+1; 15,10:-; :+3; d$f:+1 ]
19 [ 0,60; d$g:0x5c; d$g:0x66; d$g:0x5d; 59,10:+1; d$g:+1; d$g:0x67+1;
20 d$g:0x60; $b:-; d:+3; $b:-; $c:+1; :+1 ]
H A DTypeMatrix 203011 [ 0,0; $led:led-num; d:0x01; d:0x02+4; d:0x34; d:0x07+6; d:0x22 ]
12 [ 0,20; $led:led-caps; :0x11+5; d$high:0x1e; :0x17+6; :0x99 ]
14 [ 0,56; $led:-; $high:0x4b; :0x3c+4; d$high:0x47; :0x41+5; $high:0x56; :0x3b ]
16 [ 0,92; $led:-; d:0x5c; d:0x69; d:0x68; d:0x99; $space:0x5e;
17 d:0x99; d:0x20; d:0x57; d:0x35; d$high:0x60; d:0x21 ]
18 [ 0,110; $led:-; d:0x99; d$large:0x66; d$large:0x5d; d$space:-; d:0x5f;
19 d:0x61+2; :-; d:0x36 ]
H A DGeneric 105-key International7 $d = 15,10
13 [ 0,0; d:0x01; :-; :+4; $b:-; d:+4; $b:-; :+4; $b:-; d:+3; $b:-;
15 [ 0,20; :+13; d$c:+; $b:-; d:+3; $b:-; d:+4 ]
16 [ 0,30; d$d:0x26; :+12; d$e:0x47; $b:-; d:0x34-0x36; $b:-; :+3;
17 d$f:+1 ]
19 [ 0,50; d$g:0x4b; :0x69; :0x4c+9; d27,10:+1; 15,10:-; d:+1;
20 15,10:-; :+3; d$f:+1 ]
21 [ 0,60; d$g:0x5c; d$g:0x66; d$g:0x5d; 59,10:+1; d$g:+1; d$g:0x67+1;
22 d$g:0x60; $b:-; d:+3; $b:-; $c:+1; :+1 ]
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_ops.h46 u16 aaa_word(u16 d);
47 u16 aas_word(u16 d);
48 u16 aad_word(u16 d);
49 u16 aam_word(u8 d);
50 u8 adc_byte(u8 d, u8 s);
51 u16 adc_word(u16 d, u16 s);
52 u32 adc_long(u32 d, u32 s);
53 u8 add_byte(u8 d, u8 s);
54 u16 add_word(u16 d, u16 s);
55 u32 add_long(u32 d, u32 s);
[all …]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha1.c52 u_int32_t a, b, c, d, e; in SHA1Transform() local
70 d = state[3]; in SHA1Transform()
74 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform()
75 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform()
76 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
77 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform()
78 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform()
79 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
80 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform()
81 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform()
[all …]
H A Dmd5.c147 u_int32_t a, b, c, d, in[MD5_BLOCK_LENGTH / 4]; in MD5Transform() local
164 d = state[3]; in MD5Transform()
166 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7); in MD5Transform()
167 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12); in MD5Transform()
168 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17); in MD5Transform()
169 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22); in MD5Transform()
170 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7); in MD5Transform()
171 MD5STEP(F1, d, a, b, c, in[ 5] + 0x4787c62a, 12); in MD5Transform()
172 MD5STEP(F1, c, d, a, b, in[ 6] + 0xa8304613, 17); in MD5Transform()
173 MD5STEP(F1, b, c, d, a, in[ 7] + 0xfd469501, 22); in MD5Transform()
[all …]
/haiku/src/libs/libsolv/solv/
H A Dsha1.c111 uint32_t a, b, c, d, e; in SHA1_Transform() local
124 d = state[3]; in SHA1_Transform()
128 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1_Transform()
129 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1_Transform()
130 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1_Transform()
131 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1_Transform()
132 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1_Transform()
133 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1_Transform()
134 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1_Transform()
135 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1_Transform()
[all …]
H A Dmd5.c36 #define STEP(f, a, b, c, d, x, t, s) \ argument
37 (a) += f((b), (c), (d)) + (x) + (t); \
72 MD5_u32plus a, b, c, d; in body() local
80 d = ctx->d; in body()
86 saved_d = d; in body()
89 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
90 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
91 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
92 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
93 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
[all …]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacmacros.h198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument
199 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];}
201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
202 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\
203 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(void *)(s))[0];}
205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
206 ((UINT8 *)(void *)(d))[6] = ((UINT8 *)(void *)(s))[1];\
207 ((UINT8 *)(void *)(d))[7] = ((UINT8 *)(void *)(s))[0];}
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
[all …]
/haiku/src/libs/compat/freebsd_iflib/
H A Dmd5c.c110 #define FF(a, b, c, d, x, s, ac) { \ argument
111 (a) += F ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
115 #define GG(a, b, c, d, x, s, ac) { \ argument
116 (a) += G ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
120 #define HH(a, b, c, d, x, s, ac) { \ argument
121 (a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
125 #define II(a, b, c, d, x, s, ac) { \ argument
126 (a) += I ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
239 u_int32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
248 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
[all …]
/haiku/src/kits/shared/
H A Dmd5.cpp59 #define STEP(f, a, b, c, d, x, t, s) \ argument
60 (a) += f((b), (c), (d)) + (x) + (t); \
98 MD5_u32plus a, b, c, d; in body() local
106 d = ctx->d; in body()
112 saved_d = d; in body()
115 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
116 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
117 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
118 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
119 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
[all …]
/haiku/src/bin/network/ftpd/
H A Dmd5c.c109 #define FF(a, b, c, d, x, s, ac) { \ argument
110 (a) += F ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
114 #define GG(a, b, c, d, x, s, ac) { \ argument
115 (a) += G ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
119 #define HH(a, b, c, d, x, s, ac) { \ argument
120 (a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
124 #define II(a, b, c, d, x, s, ac) { \ argument
125 (a) += I ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
241 u_int32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
250 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
[all …]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c80 #define FF(a, b, c, d, x, s, ac) { \ argument
81 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
85 #define GG(a, b, c, d, x, s, ac) { \ argument
86 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
90 #define HH(a, b, c, d, x, s, ac) { \ argument
91 (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
95 #define II(a, b, c, d, x, s, ac) { \ argument
96 (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
191 UINT4 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD5_Transform() local
196 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in MD5_Transform()
[all …]
/haiku/data/catalogs/add-ons/translators/tga/
H A Dko.catkeys3 Targa image (%d bits truecolor) TGATranslator 타르가 이미지 (%d비트 트루컬러)
5 Targa image (%d bits colormap) TGATranslator 타르가 이미지 (%d비트 컬러맵)
7 Targa image (%d bits RLE colormap) TGATranslator 타르가 이미지 (%d비트 RLE 컬러맵)
8 Targa image (%d bits gray) TGATranslator 타르가 이미지 (%d비트 회색조)
10 Targa image (%d bits RLE truecolor) TGATranslator 타르가 이미지 (%d비트 RLE 컬러맵)
12 Version %d.%d.%d, %s TGAView 버전 %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator 타르가 이미지 (%d비트 RLE 회색조)
H A Dfr.catkeys3 Targa image (%d bits truecolor) TGATranslator Image Targa (Vraie couleur %d bits)
5 Targa image (%d bits colormap) TGATranslator Image Targa (Palette %d bits)
6 TGA image translator TGAView Traducteur d’images TGA
7 Targa image (%d bits RLE colormap) TGATranslator Image Targa (Palette %d bits RLE)
8 Targa image (%d bits gray) TGATranslator Image Targa (Gris %d bits)
9 …by the Haiku Translation Kit Team TGAView Écrit par l’équipe du Kit de TraductionDeDonnées d’Haiku
10 Targa image (%d bits RLE truecolor) TGATranslator Image Targa (Vraie couleur %d bits RLE)
12 Version %d.%d.%d, %s TGAView Version %d.%d.%d, %s
14 TGA image translator TGATranslator Traducteur d’images TGA
15 Targa image (%d bits RLE gray) TGATranslator Image Targa (Gris %d bits RLE)
H A Dja.catkeys3 Targa image (%d bits truecolor) TGATranslator Targa イメージ (%d ビット トゥルーカラー)
5 Targa image (%d bits colormap) TGATranslator Targa イメージ (%d ビット カラーマップ)
7 Targa image (%d bits RLE colormap) TGATranslator Targa イメージ (%d ビット RLE カラーマップ)
8 Targa image (%d bits gray) TGATranslator Targa イメージ (%d ビット グレー)
10 Targa image (%d bits RLE truecolor) TGATranslator Targa イメージ (%d ビット RLE トゥルーカラー)
12 Version %d.%d.%d, %s TGAView バージョン %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator Targa イメージ (%d ビット RLE グレー)
H A Dru.catkeys3 Targa image (%d bits truecolor) TGATranslator Targa изображение (%d битный истинный цвет)
5 Targa image (%d bits colormap) TGATranslator Targa изображение (%d битная цветовая карта)
7 Targa image (%d bits RLE colormap) TGATranslator Targa изображение (%d битная цветовая карта RLE)
8 Targa image (%d bits gray) TGATranslator Targa изображение (%d битное серое)
10 Targa image (%d bits RLE truecolor) TGATranslator Targa изображение (%d битное полноцветное RLE)
12 Version %d.%d.%d, %s TGAView Версия %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator Targa изображение (%d битное серое RLE)
H A Dzh_Hans.catkeys3 Targa image (%d bits truecolor) TGATranslator Targa 图像(%d 位真彩)
5 Targa image (%d bits colormap) TGATranslator Targa 图像(%d 位色图)
7 Targa image (%d bits RLE colormap) TGATranslator Targa 图像(%d 为 RLE 色图)
8 Targa image (%d bits gray) TGATranslator Targa 图像(%d 位灰度)
10 Targa image (%d bits RLE truecolor) TGATranslator Targa 图像(%d 位 RLE 真彩)
12 Version %d.%d.%d, %s TGAView 版本 %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator Targa 图像(%d 位 RLE 灰度)
H A Duk.catkeys3 Targa image (%d bits truecolor) TGATranslator Зображення Targa (%d біт повнокольорове)
5 Targa image (%d bits colormap) TGATranslator Зображення Targa (%d біт палітра)
7 Targa image (%d bits RLE colormap) TGATranslator Зображення Targa (палітра кольорів RLE %d біт)
8 Targa image (%d bits gray) TGATranslator Зображення Targa (у відтінках сірого %d біт)
10 Targa image (%d bits RLE truecolor) TGATranslator Зображення Targa (повнокольрове RLE %d біт)
12 Version %d.%d.%d, %s TGAView Версія %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator Зображення Targa (сіре RLE %d біт)
H A Dth.catkeys3 Targa image (%d bits truecolor) TGATranslator ภาพ Targa (%d bits สีที่แท้จริง)
5 Targa image (%d bits colormap) TGATranslator ภาพ Targa (%d bits ตารางสี)
7 Targa image (%d bits RLE colormap) TGATranslator ภาพ Targa (%d bits RLE ตารางสี)
8 Targa image (%d bits gray) TGATranslator ภาพ Targa (%d bits เทา)
10 Targa image (%d bits RLE truecolor) TGATranslator ภาพ Targa (%d bits RLE สีที่แท้จริง)
12 Version %d.%d.%d, %s TGAView เวอร์ชั่น %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator ภาพ Targa (%d bits RLE gray)
H A Del.catkeys3 Targa image (%d bits truecolor) TGATranslator Εικόνα Targa (%d bits truecolor)
5 Targa image (%d bits colormap) TGATranslator Εικόνα Targa (%d bits colormap)
7 Targa image (%d bits RLE colormap) TGATranslator Εικόνα Targa (%d bits RLE colormap)
8 Targa image (%d bits gray) TGATranslator Εικόνα Targa (%d bits gray)
10 Targa image (%d bits RLE truecolor) TGATranslator Εικόνα Targa (%d bits RLE truecolor)
12 Version %d.%d.%d, %s TGAView Έκδοση %d.%d.%d, %s
15 Targa image (%d bits RLE gray) TGATranslator Εικόνα Targa (%d bits RLE gray)
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa2.h77 #define RADIX radix.d
78 #define RADIXI radixi.d
79 #define CUTTER cutter.d
80 #define ZERO zero.d
81 #define ONE one.d
82 #define MONE mone.d
83 #define TWO two.d
84 #define TWO5 two5.d
85 #define TWO10 two10.d
86 #define TWO18 two18.d
[all …]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dktr.h153 #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 …]

12345678910>>...85