Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 112) sorted by relevance

12345

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.h105 #define pp_declaration_specifiers(PPI, D) \ argument
107 #define pp_abstract_declarator(PP, D) \ argument
109 #define pp_type_specifier_seq(PPI, D) \ argument
111 #define pp_declarator(PPI, D) \ argument
113 #define pp_direct_declarator(PPI, D) \ argument
115 #define pp_direct_abstract_declarator(PP, D) \ argument
117 #define pp_ptr_operator(PP, D) \ argument
121 #define pp_type_id(PPI, D) \ argument
125 #define pp_function_specifier(PP, D) \ argument
127 #define pp_storage_class_specifier(PP, D) \ argument
/dflybsd-src/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch.c159 # define STRCAT(D, S) strcat (D, S) argument
161 # define MEMPCPY(D, S, N) __mempcpy (D, S, N) argument
164 # define MEMPCPY(D, S, N) mempcpy (D, S, N) argument
166 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) argument
185 # define STRCAT(D, S) __wcscat (D, S) argument
186 # define MEMPCPY(D, S, N) __wmempcpy (D, S, N) argument
189 # define STRCAT(D, S) wcscat (D, S) argument
191 # define MEMPCPY(D, S, N) wmempcpy (D, S, N) argument
193 # define MEMPCPY(D, S, N) (wmemcpy (D, S, N) + (N)) argument
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dgfniintrin.h187 #define _mm_mask_gf2p8affineinv_epi64_epi8(A, B, C, D, E) \ argument
191 #define _mm_maskz_gf2p8affineinv_epi64_epi8(A, B, C, D) \ argument
196 #define _mm_mask_gf2p8affine_epi64_epi8(A, B, C, D, E) \ argument
199 #define _mm_maskz_gf2p8affine_epi64_epi8(A, B, C, D) \ argument
278 #define _mm256_mask_gf2p8affineinv_epi64_epi8(A, B, C, D, E) \ argument
282 #define _mm256_maskz_gf2p8affineinv_epi64_epi8(A, B, C, D) \ argument
286 #define _mm256_mask_gf2p8affine_epi64_epi8(A, B, C, D, E) \ argument
289 #define _mm256_maskz_gf2p8affine_epi64_epi8(A, B, C, D) \ argument
386 #define _mm512_mask_gf2p8affineinv_epi64_epi8(A, B, C, D, E) \ argument
390 #define _mm512_maskz_gf2p8affineinv_epi64_epi8(A, B, C, D) \ argument
[all …]
H A Davx512vbmi2vlintrin.h502 #define _mm256_mask_shrdi_epi16(A, B, C, D, E) \ argument
505 #define _mm256_maskz_shrdi_epi16(A, B, C, D) \ argument
512 #define _mm256_mask_shrdi_epi32(A, B, C, D, E) \ argument
515 #define _mm256_maskz_shrdi_epi32(A, B, C, D) \ argument
522 #define _mm256_mask_shrdi_epi64(A, B, C, D, E) \ argument
525 #define _mm256_maskz_shrdi_epi64(A, B, C, D) \ argument
532 #define _mm_mask_shrdi_epi16(A, B, C, D, E) \ argument
535 #define _mm_maskz_shrdi_epi16(A, B, C, D) \ argument
542 #define _mm_mask_shrdi_epi32(A, B, C, D, E) \ argument
545 #define _mm_maskz_shrdi_epi32(A, B, C, D) \ argument
[all …]
H A Davx512vbmi2intrin.h158 #define _mm512_mask_shrdi_epi32(A, B, C, D, E) \ argument
161 #define _mm512_maskz_shrdi_epi32(A, B, C, D) \ argument
168 #define _mm512_mask_shrdi_epi64(A, B, C, D, E) \ argument
171 #define _mm512_maskz_shrdi_epi64(A, B, C, D) \ argument
181 #define _mm512_mask_shldi_epi32(A, B, C, D, E) \ argument
184 #define _mm512_maskz_shldi_epi32(A, B, C, D) \ argument
191 #define _mm512_mask_shldi_epi64(A, B, C, D, E) \ argument
194 #define _mm512_maskz_shldi_epi64(A, B, C, D) \ argument
475 #define _mm512_mask_shrdi_epi16(A, B, C, D, E) \ argument
478 #define _mm512_maskz_shrdi_epi16(A, B, C, D) \ argument
[all …]
H A Dsmmintrin.h116 #define _mm_round_sd(D, V, M) \ argument
141 #define _mm_round_ss(D, V, M) \ argument
148 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL) argument
151 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR) argument
154 #define _mm_ceil_ss(D, V) _mm_round_ss ((D), (V), _MM_FROUND_CEIL) argument
157 #define _mm_floor_ss(D, V) _mm_round_ss ((D), (V), _MM_FROUND_FLOOR) argument
353 #define _mm_insert_ps(D, S, N) \ argument
359 #define _MM_MK_INSERTPS_NDX(S, D, M) (((S) << 6) | ((D) << 4) | (M)) argument
385 #define _MM_EXTRACT_FLOAT(D, S, N) \ argument
421 #define _mm_insert_epi8(D, S, N) \ argument
[all …]
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_bpsw.c63 bn_lucas_step(BIGNUM *U, BIGNUM *V, int digit, const BIGNUM *D, in bn_lucas_step()
123 bn_lucas(BIGNUM *U, BIGNUM *V, const BIGNUM *k, const BIGNUM *D, in bn_lucas()
159 bn_strong_lucas_test(int *is_prime, const BIGNUM *n, const BIGNUM *D, in bn_strong_lucas_test()
240 BIGNUM *D, *two; in bn_strong_lucas_selfridge() local
H A Dbn_gcd.c255 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in BN_mod_inverse_internal() local
570 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in BN_mod_inverse_no_branch() local
740 BIGNUM *A, *B, *X, *Y, *M, *D, *T, *R = NULL; in BN_gcd_no_branch() local
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsha1.c276 #define F1(B,C,D) ( D ^ ( B & ( C ^ D ) ) ) argument
277 #define F2(B,C,D) (B ^ C ^ D) argument
278 #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) argument
279 #define F4(B,C,D) (B ^ C ^ D) argument
310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsha1.c276 #define F1(B,C,D) ( D ^ ( B & ( C ^ D ) ) ) argument
277 #define F2(B,C,D) (B ^ C ^ D) argument
278 #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) argument
279 #define F4(B,C,D) (B ^ C ^ D) argument
310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dsha1.c277 #define F1(B,C,D) ( D ^ ( B & ( C ^ D ) ) ) argument
278 #define F2(B,C,D) (B ^ C ^ D) argument
279 #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) argument
280 #define F4(B,C,D) (B ^ C ^ D) argument
311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dsha1.c277 #define F1(B,C,D) ( D ^ ( B & ( C ^ D ) ) ) argument
278 #define F2(B,C,D) (B ^ C ^ D) argument
279 #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) argument
280 #define F4(B,C,D) (B ^ C ^ D) argument
311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/sys/dev/netif/ix/
H A Dixgbe_osdep.h71 #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
83 #define DEBUGOUT4(S,A,B,C,D) do { } while (0) argument
84 #define DEBUGOUT5(S,A,B,C,D,E) do { } while (0) argument
85 #define DEBUGOUT6(S,A,B,C,D,E,F) do { } while (0) argument
86 #define DEBUGOUT7(S,A,B,C,D,E,F,G) do { } while (0) argument
/dflybsd-src/contrib/xz/src/liblzma/check/
H A Dcrc_macros.h17 # define D(x) ((x) & 0xFF) macro
26 # define D(x) ((x) >> 24) macro
/dflybsd-src/lib/libc/db/hash/
H A Dpage.h73 #define PAIRSIZE(K,D) (2*sizeof(uint16_t) + (K)->size + (D)->size) argument
79 #define PAIRFITS(P,K,D) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.h97 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument
98 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Dsmmintrin.h114 #define _mm_round_sd(D, V, M) \ argument
139 #define _mm_round_ss(D, V, M) \ argument
146 #define _mm_ceil_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_CEIL) argument
149 #define _mm_floor_sd(D, V) _mm_round_sd ((D), (V), _MM_FROUND_FLOOR) argument
152 #define _mm_ceil_ss(D, V) _mm_round_ss ((D), (V), _MM_FROUND_CEIL) argument
155 #define _mm_floor_ss(D, V) _mm_round_ss ((D), (V), _MM_FROUND_FLOOR) argument
351 #define _mm_insert_ps(D, S, N) \ argument
357 #define _MM_MK_INSERTPS_NDX(S, D, M) (((S) << 6) | ((D) << 4) | (M)) argument
383 #define _MM_EXTRACT_FLOAT(D, S, N) \ argument
419 #define _mm_insert_epi8(D, S, N) \ argument
[all …]
/dflybsd-src/contrib/gcc-4.7/libgcc/soft-fp/
H A Dop-4.h34 #define _FP_FRAC_COPY_4(D,S) \ argument
625 #define _FP_FRAC_COPY_1_4(D, S) (D##_f = S##_f[0]) argument
627 #define _FP_FRAC_COPY_2_4(D, S) \ argument
674 #define _FP_FRAC_COPY_4_1(D, S) \ argument
680 #define _FP_FRAC_COPY_4_2(D, S) \ argument
687 #define _FP_FRAC_COPY_4_4(D,S) _FP_FRAC_COPY_4(D,S) argument
H A Dop-2.h34 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
612 #define _FP_FRAC_COPY_1_2(D, S) (D##_f = S##_f0) argument
614 #define _FP_FRAC_COPY_2_1(D, S) ((D##_f0 = S##_f), (D##_f1 = 0)) argument
616 #define _FP_FRAC_COPY_2_2(D,S) _FP_FRAC_COPY_2(D,S) argument
/dflybsd-src/crypto/libressl/crypto/sm3/
H A Dsm3_locl.h60 #define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \ argument
72 #define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
75 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/
H A Dop-4.h37 #define _FP_FRAC_COPY_4(D, S) \ argument
789 #define _FP_FRAC_COPY_1_4(D, S) (D##_f = S##_f[0]) argument
791 #define _FP_FRAC_COPY_2_4(D, S) \ argument
856 #define _FP_FRAC_COPY_4_1(D, S) \ argument
864 #define _FP_FRAC_COPY_4_2(D, S) \ argument
873 #define _FP_FRAC_COPY_4_4(D, S) _FP_FRAC_COPY_4 (D, S) argument
H A Dop-2.h38 #define _FP_FRAC_COPY_2(D, S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
699 #define _FP_FRAC_COPY_1_2(D, S) (D##_f = S##_f0) argument
701 #define _FP_FRAC_COPY_2_1(D, S) ((D##_f0 = S##_f), (D##_f1 = 0)) argument
703 #define _FP_FRAC_COPY_2_2(D, S) _FP_FRAC_COPY_2 (D, S) argument
/dflybsd-src/sbin/growfs/
H A Ddebug.h102 #define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \ argument
106 #define DBG_PRINT4(A,B,C,D,E) if(_dbg_lvl_ & DL_INFO) { \ argument
131 #define DBG_PRINT3(A,B,C,D) argument
132 #define DBG_PRINT4(A,B,C,D,E) argument
/dflybsd-src/contrib/grep/lib/
H A Dfilenamecat-lgpl.c31 # define mempcpy(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) argument
/dflybsd-src/contrib/openbsd_libm/src/
H A Ds_cbrtf.c28 D = -7.0530611277e-01, /* -864/1225 = 0xbf348ef1 */ variable

12345