Home
last modified time | relevance | path

Searched defs:hs (Results 1 - 25 of 41) sorted by relevance

12

/third_party/libwebsockets/lib/misc/
H A Dieeehalfprecision.c91 uint16_t hs, he, hm; in lws_singles2halfp() local
166 uint16_t hs, he, hm; in lws_halfp2singles() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h42 struct ir3_shader_state *vs, *hs, *ds, *gs, *fs; // 5 pointers member
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DHalf.hpp42 } hs; in shortAsHalf() local
/third_party/skia/include/private/
H A DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
/third_party/libwebsockets/lib/cose/
H A Dcose_sign_alg.c201 size_t hs; in lws_cose_sign_alg_complete() local
H A Dcose_validate_alg.c195 size_t hs, shs; in lws_cose_val_alg_destroy() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.h43 struct ir3_shader_variant *hs; member
H A Dfd6_emit.h110 struct ir3_shader_variant *hs; member
H A Dfd6_emit.c1019 const struct ir3_shader_variant *hs = emit->hs; in fd6_emit_state() local
H A Dfd6_program.c414 const struct ir3_shader_variant *hs = state->hs; variable
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DUnicodeSetPerf.java28 HashSet hs; field in UnicodeSetPerf
[all...]
/third_party/curl/lib/
H A Dheaders.c41 static void copy_header_external(struct Curl_header_store *hs, in copy_header_external() argument
73 struct Curl_header_store *hs = NULL; in curl_easy_header() local
135 struct Curl_header_store *hs; curl_easy_nextheader() local
225 struct Curl_header_store *hs; unfold_value() local
284 struct Curl_header_store *hs; Curl_headers_push() local
357 struct Curl_header_store *hs = e->ptr; Curl_headers_cleanup() local
[all...]
/third_party/ffmpeg/libavformat/
H A Djacosubdec.c99 unsigned hs, ms, ss, fs; // hours, minutes, seconds, frame start in read_ts() local
H A Drtpproto.c561 int *hs = *handles = av_malloc(sizeof(**handles) * 2); in rtp_get_multi_file_handle() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.hpp45 } hs; in shortAsHalf() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.h94 } hs; member
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp659 UInt32 hs = dict - 1; in GetMemoryUsage_LZMA() local
[all...]
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c908 off_t hs = 0; in getdiskinfo() local
/third_party/lzma/C/
H A DLzFind.c315 static UInt32 MatchFinder_GetHashMask2(CMatchFinder *p, UInt32 hs) in MatchFinder_GetHashMask2() argument
341 MatchFinder_GetHashMask(CMatchFinder *p, UInt32 hs) MatchFinder_GetHashMask() argument
392 UInt32 hs; MatchFinder_Create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h64 void *vs, *hs, *ds, *gs, *fs; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.h127 } hs; member
/third_party/mksh/
H A Dhistrap.c778 enum { hist_init_first, hist_init_retry, hist_use_it } hs; in hist_persist_init() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1633 const CHasherState &hs = hb_Use->Hashers[0]; in Extract() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h339 struct ac_hs_info hs; member
/third_party/lwip/src/apps/http/
H A Dhttpd.c354 http_add_connection(struct http_state *hs) http_add_connection() argument
362 http_remove_connection(struct http_state *hs) http_remove_connection() argument
383 struct http_state *hs = http_connections; http_kill_oldest_connection() local
446 http_state_init(struct http_state *hs) http_state_init() argument
478 http_state_eof(struct http_state *hs) http_state_eof() argument
514 http_state_free(struct http_state *hs) http_state_free() argument
596 http_close_or_abort_conn(struct altcp_pcb *pcb, struct http_state *hs, u8_t abort_conn) http_close_or_abort_conn() argument
646 http_close_conn(struct altcp_pcb *pcb, struct http_state *hs) http_close_conn() argument
655 http_eof(struct altcp_pcb *pcb, struct http_state *hs) http_eof() argument
688 extract_uri_parameters(struct http_state *hs, char *params) extract_uri_parameters() argument
759 get_tag_insert(struct http_state *hs) global() argument
842 get_http_headers(struct http_state *hs, const char *uri) global() argument
948 get_http_content_length(struct http_state *hs) global() argument
998 http_send_headers(struct altcp_pcb *pcb, struct http_state *hs) global() argument
1093 http_check_eof(struct altcp_pcb *pcb, struct http_state *hs) global() argument
1192 http_send_data_nonssi(struct altcp_pcb *pcb, struct http_state *hs) global() argument
1219 http_send_data_ssi(struct altcp_pcb *pcb, struct http_state *hs) global() argument
1575 http_send(struct altcp_pcb *pcb, struct http_state *hs) global() argument
1650 http_find_error_file(struct http_state *hs, u16_t error_nr) global() argument
1689 http_get_404_file(struct http_state *hs, const char **uri) global() argument
1718 http_handle_post_finished(struct http_state *hs) global() argument
1745 http_post_rxpbuf(struct http_state *hs, struct pbuf *p) global() argument
1801 http_post_request(struct pbuf *inp, struct http_state *hs, char *data, u16_t data_len, char *uri, char *uri_end) global() argument
1907 struct http_state *hs = (struct http_state *)connection; global() local
1942 struct http_state *hs = (struct http_state *)connection; global() local
1968 http_parse_request(struct pbuf *inp, struct http_state *hs, struct altcp_pcb *pcb) global() argument
2192 http_find_file(struct http_state *hs, const char *uri, int is_09) global() argument
2321 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char *params) global() argument
2442 struct http_state *hs = (struct http_state *)arg; global() local
2459 struct http_state *hs = (struct http_state *)arg; global() local
2486 struct http_state *hs = (struct http_state *)arg; global() local
2534 struct http_state *hs = (struct http_state *)arg; global() local
2619 struct http_state *hs; global() local
[all...]

Completed in 42 milliseconds

12