Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/scmi-msg/
H A Dbase.c151 if (count > a2p->skip) in discover_list_protocols()
152 count = MIN(count - a2p->skip, msg->out_size - sizeof(p2a)); in discover_list_protocols()
159 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
H A Dbase.h69 uint32_t skip; member
/optee_os/core/drivers/qcom/ramblur/
H A Dramblur_pimem_v3.c124 int skip = 6; /* stabilize output */ in initialize_hardware_v3_0() local
138 if (skip > 0) { in initialize_hardware_v3_0()
139 skip--; in initialize_hardware_v3_0()
/optee_os/core/lib/zlib/
H A Dgzguts.h196 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member
/optee_os/core/arch/arm/kernel/
H A Dentry_a64.S646 .skip 8
781 .skip CORE_MMU_CONFIG_SIZE
H A Dentry_a32.S846 .skip 4
1037 .skip CORE_MMU_CONFIG_SIZE
/optee_os/core/arch/riscv/kernel/
H A Dentry.S539 .skip CORE_MMU_CONFIG_SIZE
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md99 …uilt and Perl to be run. If you don't have one of them installed, you can skip building the tests …
H A DChangeLog1313 broken link is encountered, skip the broken link and continue parsing
1934 possible to skip calling it, which is no longer supported.
4303 * Send fatal alerts in more cases. The previous behaviour was to skip
6405 * Updated ssl_read() to skip 0-length records from OpenSSL