Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 25 of 57) sorted by relevance

123

/third_party/lwip/src/apps/http/
Dhttpd.c127 #define HTTP_IS_DYNAMIC_FILE(hs) ((hs)->buf != NULL) argument
129 #define HTTP_IS_DYNAMIC_FILE(hs) 0 argument
136 #define HTTP_IS_DATA_VOLATILE(hs) (HTTP_IS_DYNAMIC_FILE(hs) ? TCP_WRITE_FLAG_COPY : 0) argument
140 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
354 http_add_connection(struct http_state *hs) in http_add_connection()
362 http_remove_connection(struct http_state *hs) in http_remove_connection()
383 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
410 #define http_add_connection(hs) argument
411 #define http_remove_connection(hs) argument
446 http_state_init(struct http_state *hs) in http_state_init()
[all …]
/third_party/curl/lib/
Dheaders.c41 static void copy_header_external(struct Curl_header_store *hs, in copy_header_external()
73 struct Curl_header_store *hs = NULL; in curl_easy_header() local
135 struct Curl_header_store *hs; in curl_easy_nextheader() local
225 struct Curl_header_store *hs; in unfold_value() local
284 struct Curl_header_store *hs; in Curl_headers_push() local
357 struct Curl_header_store *hs = e->ptr; in Curl_headers_cleanup() local
/third_party/libwebsockets/lib/misc/
Dieeehalfprecision.c91 uint16_t hs, he, hm; in lws_singles2halfp() local
166 uint16_t hs, he, hm; in lws_halfp2singles() local
/third_party/typescript/tests/baselines/reference/
DrecursiveTypeReferences1.js115 const hs = hss.pop()!; constant
199 function cons(hs) { argument
207 .reduce(function (node, hs) { argument
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DUnicodeSetPerf.java28 HashSet hs; field in UnicodeSetPerf
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/
Dimport_alias_declarations_1.ts33 export interface hX { hs: string } property
/third_party/skia/include/private/
DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c201 size_t hs; in lws_cose_sign_alg_complete() local
Dcose_validate_alg.c195 size_t hs, shs; in lws_cose_val_alg_destroy() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h42 struct ir3_shader_state *vs, *hs, *ds, *gs, *fs; // 5 pointers member
/third_party/skia/third_party/externals/swiftshader/src/Common/
DHalf.hpp42 } hs; in shortAsHalf() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DrecursiveTypeReferences1.ts117 const hs = hss.pop()!; constant
/third_party/mbedtls/library/
Dssl_msg.c3307 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_update_handshake_status() local
4280 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_message() local
4371 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_make_space() local
4412 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_message() local
4703 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_free_buffered_record() local
4720 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_record() local
4781 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_future_record() local
6249 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_buffering_free() local
6265 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffering_free_slot() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.h43 struct ir3_shader_variant *hs; member
Dfd6_program.c414 const struct ir3_shader_variant *hs = state->hs; in setup_stateobj() local
1232 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd6_program_create()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set_test.cc65 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() local
/third_party/ffmpeg/libavformat/
Djacosubdec.c99 unsigned hs, ms, ss, fs; // hours, minutes, seconds, frame start in read_ts() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c454 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd3_program_create()
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java97 int hs = kBT2HashSize; in Create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c582 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd4_program_create()
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.hpp45 } hs; in shortAsHalf() local
/third_party/lzma/C/
DLzFind.c315 static UInt32 MatchFinder_GetHashMask2(CMatchFinder *p, UInt32 hs) in MatchFinder_GetHashMask2()
341 static UInt32 MatchFinder_GetHashMask(CMatchFinder *p, UInt32 hs) in MatchFinder_GetHashMask()
392 UInt32 hs; in MatchFinder_Create() local
/third_party/node/deps/v8/src/runtime/
Druntime-array.cc330 HandleScope hs(isolate); in RUNTIME_FUNCTION() local
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c525 size_t hs = lws_genhash_size(hash_type); in lws_genecdsa_hash_sign_jws() local
/third_party/skia/tests/
DSkVxTest.cpp166 skvx::Vec<8,uint16_t> hs = {0x0000,0x3800,0x3c00,0x4000, in DEF_TEST() local

123