Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1765) sorted by relevance

12345678910>>...71

/dragonfly/games/phantasia/
H A Dmonsters.asc1 A Water Leaper 12 14 16 24 59 0 0 62
2 A Leech 4 19 29 30 66 0 0 73
5 A Naiad 21 62 27 58 378 2 0 11
6 A Nixie 22 58 28 108 604 3 0 6
7 A Glaistig 21 106 25 127 1002 3 0 0
8 A Mermaid 18 116 22 108 809 3 0 0
9 A Merman 24 115 23 109 808 4 0 0
10 A Siren 22 128 31 89 915 4 0 24
11 A Lamprey 14 67 33 156 1562 4 15 37
12 A Kopoacinth 26 36 26 206 2006 5 0 20
[all …]
/dragonfly/crypto/libressl/crypto/ripemd/
H A Drmd_dgst.c74 c->A=RIPEMD160_A; in RIPEMD160_Init()
104 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block_data_order()
121 RIP1(B,C,D,E,A,WL14,SL14); in ripemd160_block_data_order()
122 RIP1(A,B,C,D,E,WL15,SL15); in ripemd160_block_data_order()
192 a=A; b=B; c=C; d=D; e=E; in ripemd160_block_data_order()
194 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block_data_order()
264 RIP1(B,C,D,E,A,WR64,SR64); in ripemd160_block_data_order()
265 RIP1(A,B,C,D,E,WR65,SR65); in ripemd160_block_data_order()
283 ctx->C=ctx->D+e+A; in ripemd160_block_data_order()
285 ctx->E=ctx->A+b+C; in ripemd160_block_data_order()
[all …]
/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5_dgst.c75 c->A=INIT_DATA_A; in MD5_Init()
89 unsigned MD32_REG_T A,B,C,D,l; in md5_block_data_order() local
100 A=c->A; in md5_block_data_order()
123 R0(C,D,A,B,X(14),17,0xa679438eL); in md5_block_data_order()
124 R0(B,C,D,A,X(15),22,0x49b40821L); in md5_block_data_order()
126 R1(A,B,C,D,X( 1), 5,0xf61e2562L); in md5_block_data_order()
127 R1(D,A,B,C,X( 6), 9,0xc040b340L); in md5_block_data_order()
128 R1(C,D,A,B,X(11),14,0x265e5a51L); in md5_block_data_order()
129 R1(B,C,D,A,X( 0),20,0xe9b6c7aaL); in md5_block_data_order()
130 R1(A,B,C,D,X( 5), 5,0xd62f105dL); in md5_block_data_order()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Davx512erintrin.h309 #define _mm_rcp28_round_sd(A, B, R) \ argument
310 __builtin_ia32_rcp28sd_round(A, B, R)
312 #define _mm_rcp28_round_ss(A, B, R) \ argument
313 __builtin_ia32_rcp28ss_round(A, B, R)
315 #define _mm_rsqrt28_round_sd(A, B, R) \ argument
318 #define _mm_rsqrt28_round_ss(A, B, R) \ argument
344 #define _mm512_mask_rcp28_pd(W, U, A) \ argument
377 #define _mm_rcp28_sd(A, B) \ argument
380 #define _mm_rcp28_ss(A, B) \ argument
383 #define _mm_rsqrt28_sd(A, B) \ argument
[all …]
/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dtx_schedules.h48 { 3,A( 6), 3,A( 6), 0,A( 6), 0,A( 6) }, /* 6Mb/s */
49 { 4,A( 9), 3,A( 6), 4,A( 6), 0,A( 6) }, /* 9Mb/s */
50 { 4,A(12), 3,A( 6), 4,A( 6), 0,A( 6) }, /* 12Mb/s */
51 { 4,A(18), 3,A( 12), 4,A( 6), 2,A( 6) }, /* 18Mb/s */
52 { 4,A(24), 3,A( 18), 4,A( 12), 2,A( 6) }, /* 24Mb/s */
53 { 4,A(36), 3,A( 24), 4,A( 18), 2,A( 6) }, /* 36Mb/s */
54 { 4,A(48), 3,A( 36), 4,A( 24), 2,A(12) }, /* 48Mb/s */
55 { 4,A(54), 3,A( 48), 4,A( 36), 2,A(24) } /* 54Mb/s */
71 { 3,A( 6), 3,A( 6), 0,A( 6), 0,A( 6) }, /* 6Mb/s */
72 { 4,A( 9), 3,A( 6), 4,A( 6), 0,A( 6) }, /* 9Mb/s */
[all …]
/dragonfly/crypto/libressl/crypto/md4/
H A Dmd4_dgst.c75 c->A=INIT_DATA_A; in MD4_Init()
89 unsigned MD32_REG_T A,B,C,D,l; in md4_block_data_order() local
100 A=c->A; in md4_block_data_order()
124 R0(C,D,A,B,X(14),11,0); in md4_block_data_order()
125 R0(B,C,D,A,X(15),19,0); in md4_block_data_order()
127 R1(A,B,C,D,X( 0), 3,0x5A827999L); in md4_block_data_order()
128 R1(D,A,B,C,X( 4), 5,0x5A827999L); in md4_block_data_order()
129 R1(C,D,A,B,X( 8), 9,0x5A827999L); in md4_block_data_order()
130 R1(B,C,D,A,X(12),13,0x5A827999L); in md4_block_data_order()
131 R1(A,B,C,D,X( 1), 3,0x5A827999L); in md4_block_data_order()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dmd5.c74 ctx->A = 0x67452301; in md5_init_ctx()
302 md5_uint32 A = ctx->A; in md5_process_block() local
319 md5_uint32 A_save = A; in md5_process_block()
356 OP (A, B, C, D, 7, 0xd76aa478); in md5_process_block()
357 OP (D, A, B, C, 12, 0xe8c7b756); in md5_process_block()
358 OP (C, D, A, B, 17, 0x242070db); in md5_process_block()
359 OP (B, C, D, A, 22, 0xc1bdceee); in md5_process_block()
360 OP (A, B, C, D, 7, 0xf57c0faf); in md5_process_block()
361 OP (D, A, B, C, 12, 0x4787c62a); in md5_process_block()
441 A += A_save; in md5_process_block()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dmd5.c67 ctx->A = (md5_uint32) 0x67452301; in md5_init_ctx()
86 buffer[0] = SWAP (ctx->A); in md5_read_ctx()
287 md5_uint32 A = ctx->A; in md5_process_block() local
303 md5_uint32 A_save = A; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
429 A += A_save; in md5_process_block()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dmd5.c67 ctx->A = (md5_uint32) 0x67452301; in md5_init_ctx()
86 buffer[0] = SWAP (ctx->A); in md5_read_ctx()
287 md5_uint32 A = ctx->A; in md5_process_block() local
303 md5_uint32 A_save = A; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
429 A += A_save; in md5_process_block()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dmd5.c67 ctx->A = (md5_uint32) 0x67452301; in md5_init_ctx()
86 buffer[0] = SWAP (ctx->A); in md5_read_ctx()
287 md5_uint32 A = ctx->A; in md5_process_block() local
303 md5_uint32 A_save = A; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
429 A += A_save; in md5_process_block()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dmd5.c67 ctx->A = (md5_uint32) 0x67452301; in md5_init_ctx()
86 buffer[0] = SWAP (ctx->A); in md5_read_ctx()
287 md5_uint32 A = ctx->A; in md5_process_block() local
303 md5_uint32 A_save = A; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
429 A += A_save; in md5_process_block()
[all …]
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha_locl.h201 A=c->h0; in HASH_BLOCK_DATA_ORDER()
327 c->h2=(c->h2+A)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
333 A=c->h0; in HASH_BLOCK_DATA_ORDER()
348 A=ROTATE(A,5)+T+xi; } while(0)
354 A=ROTATE(A,5)+T; } while(0)
360 A=ROTATE(A,5)+T; } while(0)
366 A=ROTATE(A,5)+T; } while(0)
372 A=ROTATE(A,5)+T+xa; } while(0)
382 A=c->h0; in HASH_BLOCK_DATA_ORDER()
401 c->h0=(c->h0+A)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
[all …]
/dragonfly/contrib/binutils-2.34/include/elf/
H A Darc-reloc.def44 ( S + A ))
51 ( S + A ))
58 ( S + A ))
65 ( S + A ))
72 ( A - S ))
79 ( A - S ))
86 ( A - S ))
93 ( A - S ))
205 ( ME ( ( S + A ) ) ))
345 ( G + A ))
[all …]
/dragonfly/contrib/libpcap/
H A Dbpf_filter.c106 A = 0; in pcap_filter_with_aux_data()
278 A += X; in pcap_filter_with_aux_data()
282 A -= X; in pcap_filter_with_aux_data()
286 A *= X; in pcap_filter_with_aux_data()
292 A /= X; in pcap_filter_with_aux_data()
298 A %= X; in pcap_filter_with_aux_data()
302 A &= X; in pcap_filter_with_aux_data()
306 A |= X; in pcap_filter_with_aux_data()
376 A = (0U - A); in pcap_filter_with_aux_data()
380 X = A; in pcap_filter_with_aux_data()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h223 #define VEC_free(T,A,V) (VEC_OP(T,A,free)(&V)) argument
520 #define VEC(T,A) VEC_##T##_##A argument
521 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP argument
543 } VEC(T,A)
549 } VEC(T,A)
791 static inline VEC(T,A) *VEC_OP (T,A,alloc) \
1097 static inline VEC(T,A) *VEC_OP (T,A,alloc) \
1155 *vec_ = (VEC(T,A) *) vec_##A##_o_reserve_exact \
1216 static inline VEC(T,A) *VEC_OP (T,A,alloc) \
1219 return (VEC(T,A) *) vec_##A##_o_reserve_exact \
[all …]
H A Dira-int.h409 #define ALLOCNO_NUM(A) ((A)->num) argument
410 #define ALLOCNO_REGNO(A) ((A)->regno) argument
411 #define ALLOCNO_REG(A) ((A)->reg) argument
414 #define ALLOCNO_CAP(A) ((A)->cap) argument
416 #define ALLOCNO_NREFS(A) ((A)->nrefs) argument
417 #define ALLOCNO_FREQ(A) ((A)->freq) argument
419 #define ALLOCNO_CALL_FREQ(A) ((A)->call_freq) argument
432 #define ALLOCNO_MODE(A) ((A)->mode) argument
440 #define ALLOCNO_CLASS(A) ((A)->aclass) argument
447 #define ALLOCNO_OBJECT(A,N) ((A)->objects[N]) argument
[all …]
/dragonfly/contrib/binutils-2.27/include/elf/
H A Darc-reloc.def44 ( S + A ))
51 ( S + A ))
58 ( S + A ))
65 ( S + A ))
72 ( S - A ))
79 ( S - A ))
86 ( S - A ))
93 ( S - A ))
100 ( S + A ))
338 ( G + A ))
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Darm-reloc.def15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 // table below. A relocation definition has the following information:
65 RD(PC24 , STATIC , Y, ARM , ((S + A) | T) - P , Y, -1, Y)
66 RD(ABS32 , STATIC , N, DATA , (S + A) | T , Y, -1, N)
67 RD(REL32 , STATIC , N, DATA , ((S + A) | T) - P , Y, -1, N)
68 RD(LDR_PC_G0 , STATIC , N, ARM , S + A - P , Y, 0, Y)
69 RD(ABS16 , STATIC , N, DATA , S + A , Y, -1, Y)
70 RD(ABS12 , STATIC , N, ARM , S + A , Y, -1, Y)
71 RD(THM_ABS5 , STATIC , N, THM16, S + A , Y, -1, Y)
72 RD(ABS8 , STATIC , N, DATA , S + A , Y, -1, Y)
[all …]
/dragonfly/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk94 return (A);
141 b0 = A*((A+1.0)+((A-1.0)*cos(w0))+(2.0*sqrt(A)*alpha));
142 b1 = -2.0*A*((A-1.0)+((A+1.0)*cos(w0)) );
143 b2 = A*((A+1.0)+((A-1.0)*cos(w0))-(2.0*sqrt(A)*alpha));
144 a0 = (A+1.0)-((A-1.0)*cos(w0))+(2.0*sqrt(A)*alpha );
146 a2 = (A+1.0)-((A-1.0)*cos(w0))-(2.0*sqrt(A)*alpha );
175 b0 = A*((A+1.0)-((A-1.0)*cos(w0))+(2.0*sqrt(A)*alpha));
176 b1 = 2.0*A*((A-1.0)-((A+1.0)*cos(w0)) );
177 b2 = A*((A+1.0)-((A-1.0)*cos(w0))-(2.0*sqrt(A)*alpha));
178 a0 = (A+1.0)+((A-1.0)*cos(w0))+(2.0*sqrt(A)*alpha );
[all …]
/dragonfly/crypto/libressl/crypto/sm3/
H A Dsm3.c28 c->A = SM3_A; in SM3_Init()
43 SM3_WORD A, B, C, D, E, F, G, H; in SM3_block_data_order() local
48 A = ctx->A; in SM3_block_data_order()
78 R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04); in SM3_block_data_order()
80 R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05); in SM3_block_data_order()
82 R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06); in SM3_block_data_order()
84 R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07); in SM3_block_data_order()
86 R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08); in SM3_block_data_order()
88 R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09); in SM3_block_data_order()
90 R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10); in SM3_block_data_order()
[all …]
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_osdep.h64 #define MSGOUT(S, A, B) kprintf(S "\n", A, B) argument
68 #define DEBUGOUT1(S,A) kprintf(S "\n",A) argument
69 #define DEBUGOUT2(S,A,B) kprintf(S "\n",A,B) argument
70 #define DEBUGOUT3(S,A,B,C) kprintf(S "\n",A,B,C) argument
71 #define DEBUGOUT4(S,A,B,C,D) kprintf(S "\n",A,B,C,D) argument
72 #define DEBUGOUT5(S,A,B,C,D,E) kprintf(S "\n",A,B,C,D,E) argument
73 #define DEBUGOUT6(S,A,B,C,D,E,F) kprintf(S "\n",A,B,C,D,E,F) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) kprintf(S "\n",A,B,C,D,E,F,G) argument
75 #define ERROR_REPORT1(S,A) kprintf(S "\n",A) argument
76 #define ERROR_REPORT2(S,A,B) kprintf(S "\n",A,B) argument
[all …]
/dragonfly/sys/net/
H A Dbpf_filter.c418 A += X; in bpf_filter()
422 A -= X; in bpf_filter()
426 A *= X; in bpf_filter()
432 A /= X; in bpf_filter()
436 A &= X; in bpf_filter()
440 A |= X; in bpf_filter()
444 A <<= X; in bpf_filter()
448 A >>= X; in bpf_filter()
484 A = -A; in bpf_filter()
488 X = A; in bpf_filter()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-int.h413 #define ALLOCNO_NUM(A) ((A)->num) argument
414 #define ALLOCNO_REGNO(A) ((A)->regno) argument
415 #define ALLOCNO_REG(A) ((A)->reg) argument
418 #define ALLOCNO_CAP(A) ((A)->cap) argument
420 #define ALLOCNO_NREFS(A) ((A)->nrefs) argument
421 #define ALLOCNO_FREQ(A) ((A)->freq) argument
423 #define ALLOCNO_CALL_FREQ(A) ((A)->call_freq) argument
439 #define ALLOCNO_MODE(A) ((A)->mode) argument
440 #define ALLOCNO_WMODE(A) ((A)->wmode) argument
449 #define ALLOCNO_CLASS(A) ((A)->aclass) argument
[all …]
H A Dvec.h334 template<typename T, typename A>
349 template<typename T, typename A>
404 typename A = va_heap,
531 CONSTEXPR operator vec<T, A, L> () { return vec<T, A, L>(); }
704 A::release (v);
794 inline vec<T, A, vl_embed> *
804 vec_safe_splice (vec<T, A, vl_embed> *&dst, const vec<T, A, vl_embed> *src
924 inline vec<T, A, vl_embed> *
944 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> &src)
957 vec<T, A, vl_embed>::splice (const vec<T, A, vl_embed> *src)
[all …]
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fixed.h35 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
37 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
38 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
40 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
42 #define dfixed_trunc(A) ((A).full >> 12) argument
43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
47 u32 non_frac = dfixed_trunc(A); in dfixed_floor()
[all …]

12345678910>>...71