Home
last modified time | relevance | path

Searched refs:C11 (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dprogramming-language.rst12 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C11的 GNU 方言
A Dhowto.rst48 Linux内核使用GNU C和GNU工具链开发。虽然它遵循ISO C11标准,但也用到了一些
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dprogramming-language.rst15 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <tw_gcc-c-dialect-options>` 下編譯的:ISO C11的 GNU 方言
A Dhowto.rst51 Linux內核使用GNU C和GNU工具鏈開發。雖然它遵循ISO C11標準,但也用到了一些
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dmmu_notifier.rst32 如果在设置新的pte/pmd值之前,清除页表项之后没有进行通知,那么你就会破坏设备的C11
/linux-6.3-rc2/arch/hexagon/kernel/
A Dvm_entry.S86 { R31:30 = C11:10; \
187 { C11:10 = R31:30; \
/linux-6.3-rc2/drivers/memory/
A Djedec_ddr.h55 #define C11 11 macro
/linux-6.3-rc2/Documentation/process/
A Dprogramming-language.rst8 under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11.
A Dhowto.rst39 adheres to the ISO C11 standard, it uses a number of extensions that are
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dprogramming-language.rst14 dello standard ISO C11.
A Dhowto.rst47 Sebbene si attenga allo standard ISO C11, esso utilizza una serie di
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dprogramming-language.rst13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11.
/linux-6.3-rc2/drivers/pinctrl/aspeed/
A Dpinctrl-aspeed-g4.c1383 #define C11 166 macro
1384 SIG_EXPR_LIST_DECL_SINGLE(C11, GPIOU6, GPIOU6, SIG_DESC_SET(SCUA0, 14));
1385 SIG_EXPR_LIST_DECL_SINGLE(C11, RMII1RXD0, RMII1, RMII1_DESC);
1386 SIG_EXPR_LIST_DECL_SINGLE(C11, RGMII1RXD0, RGMII1);
1387 PIN_DECL_(C11, SIG_EXPR_LIST_PTR(C11, GPIOU6),
1388 SIG_EXPR_LIST_PTR(C11, RMII1RXD0),
1389 SIG_EXPR_LIST_PTR(C11, RGMII1RXD0));
1457 FUNC_GROUP_DECL(RMII1, A12, B12, C12, D12, E12, A13, E11, D11, C11, B11, A11,
1459 FUNC_GROUP_DECL(RGMII1, A12, B12, C12, D12, E12, A13, E11, D11, C11, B11, A11,
1966 ASPEED_PINCTRL_PIN(C11),
A Dpinctrl-aspeed-g5.c188 #define C11 22 macro
190 SIG_EXPR_LIST_DECL_SINGLE(C11, SD1CD, SD1, SD1_DESC);
191 SIG_EXPR_LIST_DECL_SINGLE(C11, SCL13, I2C13, I2C13_DESC);
192 PIN_DECL_2(C11, GPIOC6, SD1CD, SCL13);
199 FUNC_GROUP_DECL(I2C13, C11, B11);
200 FUNC_GROUP_DECL(SD1, C12, A12, B12, D9, D10, E12, C11, B11);
1959 ASPEED_PINCTRL_PIN(C11),
A Dpinctrl-aspeed-g6.c637 #define C11 81 macro
638 SIG_EXPR_LIST_DECL_SESG(C11, SDA5, I2C5, SIG_DESC_SET(SCU418, 17));
639 PIN_DECL_1(C11, GPIOK1, SDA5);
641 FUNC_GROUP_DECL(I2C5, A11, C11);
1763 ASPEED_PINCTRL_PIN(C11),
/linux-6.3-rc2/Documentation/mm/
A Dmmu_notifier.rst28 the new pte/pmd value then you can break memory model like C11 or C++11 for
/linux-6.3-rc2/Documentation/translations/ja_JP/
A Dhowto.rst68 は ISO C11 仕様に準拠して書く一方で、標準には無い言語拡張を多く使って
/linux-6.3-rc2/Documentation/translations/ko_KR/
A Dhowto.rst65 커널은 GNU C와 GNU 툴체인을 사용하여 작성되었다. 이 툴들은 ISO C11 표준을
A Dmemory-barriers.txt355 8바이트 정렬을 의미합니다. 이 보장사항들은 C11 표준에서 소개되었으므로,
356 C11 전의 오래된 컴파일러(예를 들어, gcc 4.6) 를 사용할 때엔 주의하시기
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dintel_dptf.rst49 "63BE270F-1C11-48FD-A6F7-3AF253FF3E2D" : Adaptive performance
/linux-6.3-rc2/Documentation/trace/coresight/
A Dcoresight-cpu-debug.rst57 C11.11.34 "DBGPCSR, Program Counter Sampling Register".
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dordering.txt500 C11 atomic variables. These operations provide no ordering guarantees,
539 o Declare the accessed variables as C11 atomics.
/linux-6.3-rc2/Documentation/dev-tools/
A Dkmsan.rst78 a security issue) are considered undefined behavior from the C11 Standard point
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Drockchip.yaml277 - description: Google Jerry (Hisense Chromebook C11 and more)
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/
A DRequirements.rst285 C11 ``memory_order_release`` store operation. It also prevents any
366 C11 memory_order_consume [PDF]|_
376 .. |high-quality implementation of C11 memory_order_consume [PDF]| replace:: high-quality implement…
377 .. _high-quality implementation of C11 memory_order_consume [PDF]: http://www.rdrop.com/users/paulm…

Completed in 50 milliseconds

12