Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c213 CRYPTO_ALIGN(16) unsigned char padded[16]; in addmul()
216 memset(padded, 0, 16); in addmul()
218 padded[i] = a[i]; in addmul()
220 A = _mm_load_si128((const __m128i *) padded); in addmul()
/f-stack/tools/libxo/doc/
H A Dfield-formatting.rst27 - a minus sign ('-'), indicating the output value should be padded on
29 - a leading zero ('0') indicating the output value should be padded on the
33 the minimum width, the value will be padded to reach the minimum.
H A Dfield-roles.rst286 The anchor roles allow a set of strings by be padded as a group,
290 and stop anchor are padded to meet the minimum width given.
/f-stack/dpdk/doc/guides/prog_guide/
H A Doverview.rst114 such as a per-core object cache and an alignment helper to ensure that objects are padded to spread…
H A Dmempool_lib.rst13 an alignment helper to ensure that objects are padded to spread them equally on all DRAM or DDR3 ch…
/f-stack/dpdk/doc/guides/nics/
H A Dark.rst129 length are padded to meet the requirement. This allows padding to
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1013 ngx_uint_t padded, priority, depend, dependency, excl, weight; in ngx_http_v2_state_headers() local
1019 padded = h2c->state.flags & NGX_HTTP_V2_PADDED_FLAG; in ngx_http_v2_state_headers()
1024 if (padded) { in ngx_http_v2_state_headers()
1060 if (padded) { in ngx_http_v2_state_headers()
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst116 …o the device in a buffer rounded up to the nearest block-size multiple (x16) and padded with zeros.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt9346 with the actual namespace entry which is itself padded with underscores.
10217 will be padded out with NULL elements as per the ACPI spec.)