| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | corr.c | 119 double c11=0, c12=0, c22=0; in main() local 127 c11 += buff1[j]*buff1[j]; in main() 131 c11 /= bs; in main() 136 double d11=(c11+2*c12+c22)/4; in main() 137 double d22=(c11-2*c12+c22)/4; in main() 138 double d12=(c11-c22)/4; in main() 140 printf("%8.1f%8.1f cf=%f",sqrt(c11),sqrt(c22),c12/sqrt(c11*c22)); in main()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/hardware/ |
| H A D | cp14.h | 52 #define RCP14_DBGDSMCR() MRC14(0, c0, c11, 0) 68 #define RCP14_DBGBVR11() MRC14(0, c0, c11, 4) 84 #define RCP14_DBGBCR11() MRC14(0, c0, c11, 5) 100 #define RCP14_DBGWVR11() MRC14(0, c0, c11, 6) 116 #define RCP14_DBGWCR11() MRC14(0, c0, c11, 7) 133 #define RCP14_DBGBXVR11() MRC14(0, c1, c11, 1) 157 #define WCP14_DBGDSMCR(val) MCR14(val, 0, c0, c11, 0) 173 #define WCP14_DBGBVR11(val) MCR14(val, 0, c0, c11, 4) 189 #define WCP14_DBGBCR11(val) MCR14(val, 0, c0, c11, 5) 205 #define WCP14_DBGWVR11(val) MCR14(val, 0, c0, c11, 6) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/ |
| H A D | gnu-efi-3.0.9-fix-clang-build.patch | 16 - CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11 19 CPPFLAGS += -DGNU_EFI_USE_MS_ABI --std=c11 21 + CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
|
| /OK3568_Linux_fs/buildroot/package/benejson/ |
| H A D | 0001-c-std.patch | 1 Some older toolchains do not recognize c11 as a valid standard. 16 -default_env.Append(CFLAGS = ' -std=c11')
|
| /OK3568_Linux_fs/kernel/drivers/iio/pressure/ |
| H A D | dps310.c | 89 s32 c00, c10, c20, c30, c01, c11, c21; member 116 u32 c00, c10, c20, c30, c01, c11, c21; in dps310_get_coefs() local 148 c11 = (coef[10] << 8) | coef[11]; in dps310_get_coefs() 149 data->c11 = sign_extend32(c11, 15); in dps310_get_coefs() 664 nums[5] = t * p * (s64)data->c11; in dps310_calculate_pressure()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | arch_gicv3.h | 19 #define ICC_DIR __ACCESS_CP15(c12, 0, c11, 1) 27 #define ICC_RPR __ACCESS_CP15(c12, 0, c11, 3)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | rootfs | 31 root_partlabel=`echo $bootparam_root | cut -c11-`
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | cache-v6.S | 211 mcrne p15, 0, r0, c7, c11, 1 @ clean unified line 255 mcr p15, 0, r0, c7, c11, 1 @ clean unified line
|
| H A D | cache-v7.S | 290 USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/s390/include/ |
| H A D | dwarf-regs-table.h | 41 REG_DWARFNUM_NAME(c11, 43),
|
| /OK3568_Linux_fs/buildroot/package/ndisc6/ |
| H A D | Config.in | 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # c11
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | skha.h | 42 u32 c11; /* 0x98 Context 11 */ member
|
| /OK3568_Linux_fs/buildroot/package/libsigrok/ |
| H A D | Config.in | 9 # std=c11
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/busses/ |
| H A D | i2c-nforce2.rst | 38 Subsystem: Asustek Computer, Inc.: Unknown device 0c11
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_hvs.c | 114 c9, c10, c11, c12, c13, c14, c15) \ argument 118 VC4_PPF_FILTER_WORD(c9, c10, c11), \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | CompileOptions.cmake | 60 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c11 -fgnuc-version=8.3")
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/ |
| H A D | intel-ipu3.h | 1587 __u32 c11:9; member 1837 __u32 c11:2; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu.inc | 112 # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0002-CVE-2021-42574.patch | 192 -Wno-builtin-macro-redefined -Wc90-c99-compat -Wc99-c11-compat @gol 688 + const char c11 = '\u2068'; 882 + const char c11 = '\u2068';
|
| /OK3568_Linux_fs/buildroot/dl/dhrystone/ |
| H A D | dhry-c | 1626 -11c11 1696 -11c11 1748 -11c11
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 196 complete support for this standard, enabled with '-std=c11' or 200 are also applied with '-std=c11', and the only difference between the 643 -Wno-builtin-macro-redefined -Wc90-c99-compat -Wc99-c11-compat 2261 'c11' 2277 defects (all of which are also applied with '-std=c11') and a 2391 STYLE is either 'c11' or 'ts-18661-3' as appropriate. 2393 The default when in a standards compliant mode ('-std=c11' or 2394 similar) is '-fpermitted-flt-eval-methods=c11'. The default when 6748 '-Wc99-c11-compat (C and Objective-C only)' 42654 '-std=c11'), the functions '_exit', 'alloca', 'bcmp', 'bzero', [all …]
|
| H A D | cpp.info | 193 you should use the '-std=c90', '-std=c99', '-std=c11' or '-std=c17'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 196 complete support for this standard, enabled with '-std=c11' or 200 are also applied with '-std=c11', and the only difference between the 643 -Wno-builtin-macro-redefined -Wc90-c99-compat -Wc99-c11-compat 2261 'c11' 2277 defects (all of which are also applied with '-std=c11') and a 2391 STYLE is either 'c11' or 'ts-18661-3' as appropriate. 2393 The default when in a standards compliant mode ('-std=c11' or 2394 similar) is '-fpermitted-flt-eval-methods=c11'. The default when 6748 '-Wc99-c11-compat (C and Objective-C only)' 42654 '-std=c11'), the functions '_exit', 'alloca', 'bcmp', 'bzero', [all …]
|
| H A D | cpp.info | 193 you should use the '-std=c90', '-std=c99', '-std=c11' or '-std=c17'
|
| H A D | gdb.info | 14150 <https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/>
|