/Zephyr-latest/subsys/shell/ |
D | shell_history.c | 44 uint16_t padding; member 97 uint8_t *src, size_t len, uint16_t padding) in add_to_head() argument 100 item->padding = padding; in add_to_head() 122 h_item->len + h_item->padding; in remove_from_tail() 142 uint16_t padding = (~total_len + 1) & (sizeof(void *) - 1); in z_shell_history_put() local 145 total_len += padding; in z_shell_history_put() 193 h_prev_item->padding += claim_len; in z_shell_history_put() 200 add_to_head(history, h_item, line, len, padding); in z_shell_history_put()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/ |
D | style.css | 18 padding: 5px; 37 padding: 5px; 46 padding: 5px;
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | test_ecc_utils.c | 78 int padding; in string2scalar() local 80 padding = num_bytes * 2U - strlen(str); in string2scalar() 81 if (0 > padding) { in string2scalar() 87 (void)memset(tmp, 0, padding / 2); in string2scalar() 89 if (hex2bin(str, hexlen, tmp + padding / 2, num_bytes) == 0) { in string2scalar()
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | board-catalog.css | 23 padding: 10px 18px; 45 padding-left: 18px; 52 padding-right: 18px; 78 padding-right: 40px; 99 padding: 15px 20px; 125 padding: 10px 0px; 155 padding-top: 10px; 201 padding: 4px 0; 222 padding: 0;
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | nbr.c | 54 char *padding = ""; in nbr_cb() local 62 padding = " "; in nbr_cb() 67 "Remain Link %sAddress\n", padding); in nbr_cb() 106 (net_nbr_get_lladdr(nbr->idx)->len == 8U ? "" : padding), in nbr_cb()
|
/Zephyr-latest/doc/_static/css/ |
D | gcs.css | 19 padding: 0 !important; 48 padding-right: .5em; 53 padding-top: .5em !important; 70 padding: .5em 0; 88 padding: 0.4em 0.6em;
|
D | custom.css | 113 padding-right: 13px; 139 padding: 0 8px; 152 padding: 6px 8px; 166 padding: 0 2px; 177 padding: 0 4px; 544 padding: 4px 5px; 583 padding-inline-start: 8px; 586 padding-top: 0.2em; 587 padding-bottom: 0.2em; 672 padding: 6px 12px; [all …]
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 78 padding-bottom: 0; 89 padding-top: 12px; 98 padding-top: calc(var(--top-height) - 180px); 105 padding-top: 25px;
|
D | doxygen-awesome.css | 170 --webkit-scrollbar-padding: 4px; 365 padding: var(--spacing-small) var(--spacing-medium); 370 padding: var(--spacing-medium) var(--spacing-large); 378 padding-bottom: var(--spacing-small); 412 padding: 0; 466 padding: var(--spacing-small); 537 padding: 0 var(--spacing-large); 562 padding-left: 8px; 570 padding: 0; 574 padding-left: 0 [all …]
|
D | doxygen-awesome-sidebar-only.css | 64 padding: 0; 78 padding-right: 0; 98 padding-bottom: calc(3 * var(--spacing-large)); 99 padding-top: calc(var(--top-height) - 80px);
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.css | 22 padding: 0.75rem; 60 padding-right: 1rem; 70 padding: 0 1rem;
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | vector_table_pad.ld | 12 * area, we add no padding. 15 * multiple times, the padding will only be added at most once, to the
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_nios2_qspi.c | 190 uint32_t word_to_write, padding, bytes_to_copy; in flash_nios2_qspi_write_block() local 199 padding = 0U; in flash_nios2_qspi_write_block() 213 padding = write_offset & (NIOS2_WRITE_BLOCK_SIZE - 1); in flash_nios2_qspi_write_block() 219 bytes_to_copy -= padding; in flash_nios2_qspi_write_block() 225 write_offset = write_offset - padding; in flash_nios2_qspi_write_block() 239 if (padding + bytes_to_copy > NIOS2_WRITE_BLOCK_SIZE) { in flash_nios2_qspi_write_block() 245 memcpy((uint8_t *)&word_to_write + padding, in flash_nios2_qspi_write_block()
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 71 padding = newaddr - curraddr 72 if padding < 0: 74 if padding > 10*1024*1024: 76 if padding % 4 != 0: 78 while padding > 0: 79 padding -= 4
|
/Zephyr-latest/tests/lib/cmsis_nn/src/ |
D | main.c | 71 pool_params.padding.w = AVGPOOLING_2_PAD_X; in ZTEST() 72 pool_params.padding.h = AVGPOOLING_2_PAD_Y; in ZTEST() 178 conv_params.padding.w = CONV_4_PAD_X; in ZTEST() 179 conv_params.padding.h = CONV_4_PAD_Y; in ZTEST() 299 dw_conv_params.padding.w = STRIDE2PAD1_PAD_X; in ZTEST() 300 dw_conv_params.padding.h = STRIDE2PAD1_PAD_Y; in ZTEST() 476 pool_params.padding.w = MAXPOOLING_2_PAD_X; in ZTEST() 477 pool_params.padding.h = MAXPOOLING_2_PAD_Y; in ZTEST()
|
/Zephyr-latest/scripts/west_commands/ |
D | bindesc.py | 42 padding = newaddr - curraddr 43 if padding < 0: 45 if padding > 10*1024*1024: 47 if padding % 4 != 0: 49 while padding > 0: 50 padding -= 4
|
/Zephyr-latest/drivers/i2s/ |
D | Kconfig.litex | 25 bool "Channels placed without padding in fifo"
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | app_header.c | 33 uint8_t padding[4]; member
|
/Zephyr-latest/soc/nxp/rw/ |
D | firmwares.ld | 11 * issue, so add a padding of one word */
|
/Zephyr-latest/subsys/lorawan/services/ |
D | frag_transport.c | 83 uint8_t padding; member 176 ctx.padding = rx_buf[rx_pos++]; in frag_transport_package_callback() 183 index, ctx.nb_frag, ctx.frag_size, ctx.padding, ctx.control, in frag_transport_package_callback()
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 55 padding="same", 60 tf.keras.layers.Conv2D(16, (4, 1), padding="same", 62 tf.keras.layers.MaxPool2D((3, 1), padding="same"), # (batch, 14, 1, 16)
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | icbmsg_memory.svg | 8 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margi… 25 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 140px; margi… 42 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi… 59 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi… 76 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi… 93 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi… 112 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi… 129 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 20px; margin… 146 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 20px; margin… 165 …e center; justify-content: unsafe flex-start; width: 148px; height: 1px; padding-top: 70px; margin… [all …]
|
D | icbmsg_message.svg | 8 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin… 25 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin… 42 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin… 59 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin… 76 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 121px; margi… 95 …nsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 121px; margi… 112 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 121px; margi… 129 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin… 148 …fe center; justify-content: unsafe flex-start; width: 78px; height: 1px; padding-top: 21px; margin… 165 …e center; justify-content: unsafe flex-start; width: 198px; height: 1px; padding-top: 121px; margi… [all …]
|
D | icbmsg_flows.svg | 8 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin… 27 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin… 47 …afe flex-start; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margi… 67 …afe flex-start; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margi… 87 …nsafe center; justify-content: unsafe center; width: 298px; height: 1px; padding-top: 15px; margin… 104 …nsafe center; justify-content: unsafe center; width: 298px; height: 1px; padding-top: 15px; margin… 127 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margi… 147 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margi… 168 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 210px; margi… 188 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 250px; margi… [all …]
|
/Zephyr-latest/doc/safety/images/ |
D | IEC-61508-basis.svg | 1 …padding: .2em;
 border: 1px solid #888;
 font-size: 70%;
 background-color: #F8F8F8…
|