Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c43 uint32_t hh[10]; member
117 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[0], _mm_setzero_si128()); in poly1305_init_ext()
118 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[4], _mm_setzero_si128()); in poly1305_init_ext()
119 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[8], _mm_setzero_si128()); in poly1305_init_ext()
239 T0 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[0]); in poly1305_blocks()
240 T1 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[4]); in poly1305_blocks()
241 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[8]); in poly1305_blocks()
681 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[0], T0); in poly1305_blocks()
682 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[4], T1); in poly1305_blocks()
683 _mm_storel_epi64((xmmi *) (void *) &st->H.hh[8], T4); in poly1305_blocks()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs235 ngx_http_header_t *hh; variable
259 hh = ngx_hash_find(&cmcf->headers_in_hash, hash, lowcase_key, len);
261 if (hh) {
263 if (hh->offset == offsetof(ngx_http_headers_in_t, cookies)) {
268 if (hh->offset == offsetof(ngx_http_headers_in_t, x_forwarded_for)) {
274 ph = (ngx_table_elt_t **) ((char *) &r->headers_in + hh->offset);
288 a = (ngx_array_t *) ((char *) &r->headers_in + hh->offset);
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c18 ngx_http_header_t *hh; member
1534 ngx_http_header_t *hh; in ngx_http_v2_state_process_header() local
1672 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_v2_state_process_header()
1675 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_v2_state_process_header()
3567 if (header->hh == NULL) { in ngx_http_v2_parse_header()
3574 if (header->hh == NULL) { in ngx_http_v2_parse_header()
3584 if (header->hh->handler(r, h, header->hh->offset) != NGX_OK) { in ngx_http_v2_parse_header()
3686 ngx_http_header_t *hh; in ngx_http_v2_construct_cookie_header() local
3748 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_v2_construct_cookie_header()
3751 if (hh == NULL) { in ngx_http_v2_construct_cookie_header()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst161 ``$HOME/dpdk-traces/rte-yyyy-mm-dd-[AP]M-hh-mm-ss/``.
190 babeltrace </path-to-trace-events/rte-yyyy-mm-dd-[AP]M-hh-mm-ss/>
234 babeltrace $HOME/dpdk-traces/rte-yyyy-mm-dd-[AP]M-hh-mm-ss/
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1023 ngx_http_upstream_header_t *hh; in ngx_http_scgi_process_header() local
1069 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_scgi_process_header()
1072 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1233 ngx_http_upstream_header_t *hh; in ngx_http_uwsgi_process_header() local
1279 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_uwsgi_process_header()
1282 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_uwsgi_process_header()
H A Dngx_http_fastcgi_module.c1646 ngx_http_upstream_header_t *hh; in ngx_http_fastcgi_process_header() local
1960 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_fastcgi_process_header()
1963 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_fastcgi_process_header()
H A Dngx_http_grpc_module.c1468 ngx_http_upstream_header_t *hh; in ngx_http_grpc_process_header() local
1774 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_grpc_process_header()
1777 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_grpc_process_header()
H A Dngx_http_proxy_module.c1821 ngx_http_upstream_header_t *hh; in ngx_http_proxy_process_header() local
1866 hh = ngx_hash_find(&umcf->headers_in_hash, h->hash, in ngx_http_proxy_process_header()
1869 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_proxy_process_header()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c2721 ngx_http_upstream_header_t *hh; in ngx_http_upstream_process_headers() local
2746 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash, in ngx_http_upstream_process_headers()
2749 if (hh && hh->redirect) { in ngx_http_upstream_process_headers()
2750 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) { in ngx_http_upstream_process_headers()
2805 hh = ngx_hash_find(&umcf->headers_in_hash, h[i].hash, in ngx_http_upstream_process_headers()
2808 if (hh) { in ngx_http_upstream_process_headers()
2809 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) { in ngx_http_upstream_process_headers()
H A Dngx_http_request.c1326 ngx_http_header_t *hh; in ngx_http_process_request_headers() local
1449 hh = ngx_hash_find(&cmcf->headers_in_hash, h->hash, in ngx_http_process_request_headers()
1452 if (hh && hh->handler(r, h, hh->offset) != NGX_OK) { in ngx_http_process_request_headers()
/f-stack/freebsd/sys/
H A Dqmath.h437 sizeof(q) == 1 ? Q_DEBUGFMT_(prefmt, postfmt, hh, 2) : \
/f-stack/tools/libxo/doc/
H A Dfield-formatting.rst89 hh signed char unsigned char
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6376 uint32_t* hh = XX_PhysToVirt(PTR_TO_UINT(ARDesc));
6377 DUMP_MEMORY(hh, 0x220);