| /third_party/lwip/src/apps/http/ |
| D | httpd.c | 127 #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/ |
| D | headers.c | 41 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/ |
| D | ieeehalfprecision.c | 91 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/ |
| D | recursiveTypeReferences1.js | 115 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/ |
| D | UnicodeSetPerf.java | 28 HashSet hs; field in UnicodeSetPerf
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/ |
| D | import_alias_declarations_1.ts | 33 export interface hX { hs: string } property
|
| /third_party/skia/include/private/ |
| D | SkHalf.h | 42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
|
| /third_party/libwebsockets/lib/cose/ |
| D | cose_sign_alg.c | 201 size_t hs; in lws_cose_sign_alg_complete() local
|
| D | cose_validate_alg.c | 195 size_t hs, shs; in lws_cose_val_alg_destroy() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| D | ir3_cache.h | 42 struct ir3_shader_state *vs, *hs, *ds, *gs, *fs; // 5 pointers member
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Half.hpp | 42 } hs; in shortAsHalf() local
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
| D | recursiveTypeReferences1.ts | 117 const hs = hss.pop()!; constant
|
| /third_party/mbedtls/library/ |
| D | ssl_msg.c | 3307 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/ |
| D | fd6_program.h | 43 struct ir3_shader_variant *hs; member
|
| D | fd6_program.c | 414 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/ |
| D | flat_hash_set_test.cc | 65 absl::flat_hash_set<absl::string_view> hs(v.begin(), v.end()); in TEST() local
|
| /third_party/ffmpeg/libavformat/ |
| D | jacosubdec.c | 99 unsigned hs, ms, ss, fs; // hours, minutes, seconds, frame start in read_ts() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_program.c | 454 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd3_program_create()
|
| /third_party/lzma/Java/SevenZip/Compression/LZ/ |
| D | BinTree.java | 97 int hs = kBT2HashSize; in Create() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| D | fd4_program.c | 582 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd4_program_create()
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Half.hpp | 45 } hs; in shortAsHalf() local
|
| /third_party/lzma/C/ |
| D | LzFind.c | 315 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/ |
| D | runtime-array.cc | 330 HandleScope hs(isolate); in RUNTIME_FUNCTION() local
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| D | lws-genec.c | 525 size_t hs = lws_genhash_size(hash_type); in lws_genecdsa_hash_sign_jws() local
|
| /third_party/skia/tests/ |
| D | SkVxTest.cpp | 166 skvx::Vec<8,uint16_t> hs = {0x0000,0x3800,0x3c00,0x4000, in DEF_TEST() local
|