| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | cpu.h | 117 C(sse3, 0) 122 C(vmx, 5) 123 C(smx, 6) 124 C(eist, 7) 125 C(tm2, 8) 128 C(fma, 12) 133 C(dca, 18) 140 C(aes, 25) 143 C(avx, 28) 146 #undef C [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ctype.h | 35 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f) argument 36 #define isgraph(C) ((C) >= 0x21 && (C) <= 0x7E) argument 38 #define ispunct(C) \ argument 39 (((C) >= 0x21 && (C) <= 0x2F) || \ 40 ((C) >= 0x3A && (C) <= 0x40) || \ 41 ((C) >= 0x5B && (C) <= 0x60) || \ 42 ((C) >= 0x7B && (C) <= 0x7E))
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | keccak1600-armv4.S | 193 eor r0,r8,r3,ror#32-1 @ C[0] = ROL64(C[1], 1) ^ C[4]; 203 eor r2,r2,r7,ror#32-1 @ C[1] = ROL64(C[3], 1) ^ C[1]; 221 eor r4,r4,r9,ror#32-1 @ C[2] = ROL64(C[4], 1) ^ C[2]; 311 str r12,[sp,#248] @ R[0][1] = C[1] ^ (~C[2] & C[3]); 322 str r10,[sp,#256] @ R[0][2] = C[2] ^ (~C[3] & C[4]); 333 str r12,[sp,#264] @ R[0][3] = C[3] ^ (~C[4] & C[0]); 355 str r10,[sp,#272] @ R[0][4] = C[4] ^ (~C[0] & C[1]); 436 str r10,[sp,#280] @ R[1][0] = C[0] ^ (~C[1] & C[2]) 447 str r12,[sp,#288] @ R[1][1] = C[1] ^ (~C[2] & C[3]); 462 str r10,[sp,#296] @ R[1][2] = C[2] ^ (~C[3] & C[4]); [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | u8.h | 10 x_##C = _mm256_add_epi32(x_##C, x_##D); \ 11 t_##C = _mm256_xor_si256(x_##B, x_##C); \ 16 x_##C = _mm256_add_epi32(x_##C, x_##D); \ 17 t_##C = _mm256_xor_si256(x_##B, x_##C); \ 26 x_##C = _mm256_add_epi32(x_##C, x_##D); \ 27 t_##C = _mm256_xor_si256(x_##B, x_##C); \ 32 x_##C = _mm256_add_epi32(x_##C, x_##D); \ 33 t_##C = _mm256_xor_si256(x_##B, x_##C); \ 58 x_##C = _mm256_add_epi32(x_##C, x_##D); \ 236 x_##C = _mm256_add_epi32(x_##C, orig##C); \ [all …]
|
| H A D | u4.h | 7 #define VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument 11 x_##C = _mm_add_epi32(x_##C, x_##D); \ 12 t_##C = _mm_xor_si128(x_##B, x_##C); \ 13 x_##B = VEC4_ROT(t_##C, 12); \ 17 x_##C = _mm_add_epi32(x_##C, x_##D); \ 18 t_##C = _mm_xor_si128(x_##B, x_##C); \ 19 x_##B = VEC4_ROT(t_##C, 7) 21 #define VEC4_QUARTERROUND(A, B, C, D) VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) argument 129 x_##C = _mm_add_epi32(x_##C, orig##C); \ 137 x_##C = _mm_unpacklo_epi64(t_##C, t_##D); \ [all …]
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | name | 2 # Copyright (C) Igor Sysoev 3 # Copyright (C) Nginx, Inc. 8 ngx_feature="C compiler" 33 echo " + using Open Watcom C compiler" 37 echo " + using Borland C++ compiler" 41 echo " + using Intel C++ compiler" 45 echo " + using GNU C compiler" 49 echo " + using Clang C compiler" 53 echo " + using Clang C compiler" 57 echo " + using Sun C compiler" [all …]
|
| H A D | sunc | 2 # Copyright (C) Igor Sysoev 3 # Copyright (C) Nginx, Inc. 6 # Sun C 5.7 Patch 117837-04 2005/05/11 Sun Studio 10 7 # Sun C 5.8 2005/10/13 Sun Studio 11 8 # Sun C 5.9 SunOS_i386 2007/05/03 Sun Studio 12 9 # Sun C 5.9 SunOS_sparc 2007/05/03 10 # Sun C 5.10 SunOS_i386 2009/06/03 Sun Studio 12.1 16 NGX_SUNC_VER=`$CC -V 2>&1 | grep 'Sun C' 2>&1 \ 17 | sed -e 's/^.* Sun C \(.*\)/\1/'` 19 echo " + Sun C version: $NGX_SUNC_VER" [all …]
|
| H A D | conf | 2 # Copyright (C) Igor Sysoev 3 # Copyright (C) Nginx, Inc. 46 # Compaq C V6.5-207 91 # Clang C compiler 97 # Intel C++ compiler 7.1, 8.0, 8.1 103 # Sun C 5.7 Patch 117837-04 2005/05/11 109 # Compaq C V6.5-207 115 # aCC: HP ANSI C++ B3910B A.03.55.02 127 # Open Watcom C 1.0, 1.2 133 # Borland C++ 5.5
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | u4.h | 366 z##C = _mm_add_epi32(z##C, orig##C); \ 370 in##C = _mm_cvtsi128_si32(z##C); \ 374 z##C = _mm_shuffle_epi32(z##C, 0x39); \ 389 in##C = _mm_cvtsi128_si32(z##C); \ 393 z##C = _mm_shuffle_epi32(z##C, 0x39); \ 442 z##C = _mm_add_epi32(z##C, orig##C); \ 446 in##C = _mm_cvtsi128_si32(z##C); \ 459 in##C = _mm_extract_epi32(z##C, 1); \ 473 in##C = _mm_extract_epi32(z##C, 2); \ 487 in##C = _mm_extract_epi32(z##C, 3); \ [all …]
|
| H A D | u8.h | 369 z##C = _mm256_add_epi32(z##C, orig##C); \ 377 z##C = _mm256_unpacklo_epi64(y##C, y##D); \ 405 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument 407 #define ONEQUAD_UNPCK(A, B, C, D) \ argument 411 z##C = _mm256_add_epi32(z##C, orig##C); \ 414 y##B = _mm256_unpacklo_epi32(z##C, z##D); \ 415 y##C = _mm256_unpackhi_epi32(z##A, z##B); \ 416 y##D = _mm256_unpackhi_epi32(z##C, z##D); \ 419 z##C = _mm256_unpacklo_epi64(y##C, y##D); \ 420 z##D = _mm256_unpackhi_epi64(y##C, y##D); \ [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_rwcohort.h | 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 46 ck_rwcohort_wp_##N##_read_lock(RW, C, GC, LC) 47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 50 ck_rwcohort_wp_##N##_write_lock(RW, C, GC, LC) 52 ck_rwcohort_wp_##N##_write_unlock(RW, C, GC, LC) 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 150 ck_rwcohort_rp_##N##_read_lock(RW, C, GC, LC) 154 ck_rwcohort_rp_##N##_write_lock(RW, C, GC, LC) 156 ck_rwcohort_rp_##N##_write_unlock(RW, C, GC, LC) [all …]
|
| H A D | ck_cohort.h | 50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument 51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument 52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument 53 #define CK_COHORT_TRYLOCK(N, C, GLC, LLC, LUC) ck_cohort_##N##_trylock(C, GLC, LLC, LUC) argument 54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
|
| H A D | ck_pr.h | 212 C punt; \ 216 (C)previous, \ 481 C punt; \ 622 C punt; \ 626 (C)previous, \ 895 C punt; \ 899 (C)previous, \ 912 C punt; \ 916 (C)previous, \ 1100 C punt; \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.stack_gsub.err | 2 C stack overflow 4 [C]: in function 'gsub' 6 [C]: in function 'gsub' 8 [C]: in function 'gsub' 10 [C]: in function 'gsub' 12 [C]: in function 'gsub' 14 [C]: in function 'gsub' 16 [C]: in function 'gsub'
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 116 : "+m" (*(C *)target), \ 168 : "=m" (*(C *)target) \ 196 : "+m" (*(C *)target), \ 222 CK_PR_UNARY_V(K, S, T, C, I) 229 : "+m" (*(C *)target) \ 241 : "+m" (*(C *)target), \ 282 : "+m" (*(C *)target) \ 318 : "+m" (*(C *)target), \ 351 : "+m" (*(C *)target), \ 353 "=m" (*(C *)v) \ [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/msvc/ |
| H A D | jemalloc_vc2015.sln | 43 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.ActiveCfg = Debug|x64 44 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.Build.0 = Debug|x64 45 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.ActiveCfg = Debug|Win32 46 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.Build.0 = Debug|Win32 47 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.ActiveCfg = Debug-static|x64 48 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.Build.0 = Debug-static|x64 50 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x86.Build.0 = Debug-static|Win32 51 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.ActiveCfg = Release|x64 52 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.Build.0 = Release|x64 53 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x86.ActiveCfg = Release|Win32 [all …]
|
| H A D | jemalloc_vc2017.sln | 43 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.ActiveCfg = Debug|x64 44 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.Build.0 = Debug|x64 45 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.ActiveCfg = Debug|Win32 46 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x86.Build.0 = Debug|Win32 47 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.ActiveCfg = Debug-static|x64 48 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x64.Build.0 = Debug-static|x64 50 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug-static|x86.Build.0 = Debug-static|Win32 51 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.ActiveCfg = Release|x64 52 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x64.Build.0 = Release|x64 53 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Release|x86.ActiveCfg = Release|Win32 [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 145 : "+m" (*(C *)target), \ 250 : "=m" (*(C *)target) \ 261 : "=m" (*(C *)target) \ 294 : "+m" (*(C *)target), \ 321 CK_PR_UNARY_V(K, S, T, C, I) 328 : "+m" (*(C *)target) \ 340 : "+m" (*(C *)target), \ 382 : "+m" (*(C *)target) \ in CK_PR_GENERATE() 419 : "+m" (*(C *)target), \ 458 "=m" (*(C *)v) \ [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | stm32h743-pinctrl.dtsi | 181 <STM32_PINMUX('C', 4, AF11)>, 182 <STM32_PINMUX('C', 5, AF11)>, 184 <STM32_PINMUX('C', 1, AF11)>, 194 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1_D1 */ 195 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1_D2 */ 196 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1_D3 */ 197 <STM32_PINMUX('C', 12, AF12)>, /* SDMMC1_CK */ 208 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1_D1 */ 209 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1_D2 */ 210 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1_D3 */ [all …]
|
| H A D | stm32f4-pinctrl.dtsi | 243 <STM32_PINMUX('C', 1, AF11)>, /* ETH_MDC */ 321 pinmux = <STM32_PINMUX('C', 6, AF14)>, 327 <STM32_PINMUX('C', 10, AF14)>, 351 <STM32_PINMUX('C', 7, AF14)>, 388 pinmux = <STM32_PINMUX('C', 9, AF4)>, 403 <STM32_PINMUX('C', 6, AF13)>, /* DCMI_D0 */ 404 <STM32_PINMUX('C', 7, AF13)>, /* DCMI_D1 */ 405 <STM32_PINMUX('C', 8, AF13)>, /* DCMI_D2 */ 406 <STM32_PINMUX('C', 9, AF13)>, /* DCMI_D3 */ 407 <STM32_PINMUX('C', 11, AF13)>, /*DCMI_D4 */ [all …]
|
| H A D | stm32f7-pinctrl.dtsi | 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 179 <STM32_PINMUX('C', 0, AF10)>, /* OTG_HS_ULPI_STP */ 198 <STM32_PINMUX('C', 2, AF10)>, /* OTG_HS_ULPI_DIR */ 229 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1 D1 */ 230 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1 D2 */ 231 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1 D3 */ 232 <STM32_PINMUX('C', 12, AF12)>, /* SDMMC1 CLK */ 242 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1 D1 */ 243 <STM32_PINMUX('C', 10, AF12)>, /* SDMMC1 D2 */ 244 <STM32_PINMUX('C', 11, AF12)>, /* SDMMC1 D3 */ [all …]
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | appveyor.yml | 59 SET "PATH_MINGW32=C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin" && 60 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" && 61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 65 …C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studi… 91 make -C programs DEBUGFLAGS= clean zstd && 231 C:\cygwin64\setup-x86_64.exe -qnNdO -R "C:\cygwin64" -g -P ^ 240 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 241 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 244 …C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studi… [all …]
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_cubic.h | 95 double C; in theoretical_cubic_k() local 97 C = 0.4; in theoretical_cubic_k() 99 return (pow((wmax_pkts * 0.3) / C, (1.0 / 3.0)) * pow(2, CUBIC_SHIFT)); in theoretical_cubic_k() 105 double C, wmax_pkts; in theoretical_cubic_cwnd() local 107 C = 0.4; in theoretical_cubic_cwnd() 111 (C * pow(ticks_since_cong / (double)hz - in theoretical_cubic_cwnd()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | appveyor.yml | 4 - CYG_ROOT: C:\cygwin64 7 CYG_CACHE: C:\cygwin64\var\cache\setup 8 CYG_BASH: C:\cygwin64\bin\bash 10 - CYG_ROOT: C:\cygwin 13 CYG_CACHE: C:\cygwin\var\cache\setup 14 CYG_BASH: C:\cygwin\bin\bash
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | traffic.c | 198 #define NOBE(C) \ in uni_classify_traffic() argument 200 snprintf(ebuf, ebufsiz, "illegal BE for " C); \ in uni_classify_traffic() 204 #define NOFT(C) \ in uni_classify_traffic() argument 206 snprintf(ebuf, ebufsiz, "illegal forward tag in " C); \ in uni_classify_traffic() 210 #define NOBT(C) \ in uni_classify_traffic() argument 212 snprintf(ebuf, ebufsiz, "illegal backward tag in " C); \ in uni_classify_traffic() 216 #define FBAD(C) do { \ in uni_classify_traffic() argument 217 snprintf(ebuf, ebufsiz, "bad forward CRs for " C); \ in uni_classify_traffic() 221 #define BBAD(C) do { \ in uni_classify_traffic() argument 222 snprintf(ebuf, ebufsiz, "bad backward CRs for " C); \ in uni_classify_traffic()
|