Searched refs:left (Results 1 – 25 of 171) sorted by relevance
1234567
/Zephyr-latest/subsys/debug/symtab/ |
D | symtab.c | 24 uint32_t left = 0, right = symtab->length; in symtab_find_symbol_name() local 30 while (left <= right) { in symtab_find_symbol_name() 31 uint32_t mid = left + (right - left) / 2; in symtab_find_symbol_name() 41 left = mid + 1; in symtab_find_symbol_name()
|
/Zephyr-latest/doc/safety/images/ |
D | IEC-61508-basis.svg | 1 …left"] {
 text-align: left;
}

mjx-container[jax="SVG"][justify="right"] {
 …
|
D | zephyr-safety-process.svg | 1 …left;"><div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center;…
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 24 #define left(k) (((k) << 1) + 1) macro 30 #define right(k) (left(k) + 1) 58 for (swap = start, root = swap; left(root) < end; root = swap) { in sift_down() 59 child = left(root); in sift_down()
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_message.svg | 7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 8 …r; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin-left: 1px;"> 24 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 25 …; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin-left: 81px;"> 41 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 42 … justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin-left: 161px;"> 58 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 59 … justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin-left: 361px;"> 75 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 76 …; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 121px; margin-left: 1px;"> [all …]
|
D | icbmsg_memory.svg | 7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 8 … justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margin-left: 8px;"> 24 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 25 …ustify-content: unsafe center; width: 198px; height: 1px; padding-top: 140px; margin-left: 128px;"> 41 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 42 … justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margin-left: 48px;"> 58 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 59 …justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margin-left: 128px;"> 75 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 76 …justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margin-left: 208px;"> [all …]
|
D | icbmsg_flows.svg | 7 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 8 …justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin-left: 151px;"> 26 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 27 …justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin-left: 351px;"> 46 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 47 …; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margin-left: 40px;"> 66 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 67 … justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margin-left: 580px;"> 86 …es="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;"> 87 …; justify-content: unsafe center; width: 298px; height: 1px; padding-top: 15px; margin-left: 1px;"> [all …]
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 80 | APPVERSION | Numerical | ``VERSION_MAJOR`` (left shifted by 24 bits), |b… 81 | | | ``VERSION_MINOR`` (left shifted by 16 bits), |b… 82 | | | ``PATCHLEVEL`` (left shifted by 8 bits), |br| … 85 | APP_VERSION_NUMBER | Numerical | ``VERSION_MAJOR`` (left shifted by 16 bits), |b… 86 | | | ``VERSION_MINOR`` (left shifted by 8 bits), |br… 158 | APPVERSION | Numerical (hex) | ``VERSION_MAJOR`` (left shifted by 24 bits), |br|… 159 | | | ``VERSION_MINOR`` (left shifted by 16 bits), |br|… 160 | | | ``PATCHLEVEL`` (left shifted by 8 bits), |br| … 163 | APP_VERSION_NUMBER | Numerical (hex) | ``VERSION_MAJOR`` (left shifted by 16 bits), |br|… 164 | | | ``VERSION_MINOR`` (left shifted by 8 bits), |br| …
|
/Zephyr-latest/cmake/toolchain/gnuarmemb/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/oneApi/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/xt-clang/ |
D | target.cmake | 3 # Intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/arcmwdt/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/armclang/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/cmake/toolchain/host/ |
D | target.cmake | 3 # This file intentionally left blank.
|
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/ |
D | Kconfig.defconfig | 4 # Intentionally left blank.
|
/Zephyr-latest/subsys/testsuite/arch/unit_testing/ |
D | CMakeLists.txt | 5 # Intentionally left empty
|
/Zephyr-latest/share/sysbuild/ |
D | Kconfig.v1 | 5 # Intentionally left empty as sysbuild Kconfig doesn't support hw model v1.
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | override.dtsi | 5 * File intentionally left blank. Will be used when there is no other
|
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/boards/ |
D | bbc_microbit.overlay | 8 left-gpios = <&edge_connector 13 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/dts/arm/nordic/ |
D | override.dtsi | 8 * File intentionally left blank. Will be used when there is no other
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 559 .left img#MSearchSelect { 560 left: 0; 562 padding-left: 8px; 566 .left span#MSearchSelect { 567 left: 0; 569 margin-left: 8px; 573 .left #MSearchSelect[src$=".png"] { 574 padding-left: 0 581 .tabs .left #MSearchSelect { 582 padding-left: 0; [all …]
|
D | doxygen-awesome-sidebar-only.css | 77 float: left; 91 left: var(--side-nav-fixed-width); 101 margin-left: var(--side-nav-fixed-width) !important; 113 left: var(--spacing-medium) !important;
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | app.overlay | 27 front-left; 49 front-left;
|
/Zephyr-latest/tests/subsys/usb/uac2/ |
D | app.overlay | 28 front-left; 60 front-left; 115 front-left;
|
1234567