Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 25 of 51) 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/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
195 function cons(hs) { argument
203 .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/flutter/skia/include/private/
DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
/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/mbedtls/library/
Dssl_msg.c2755 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_update_handshake_status() local
3646 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_message() local
3745 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_make_space() local
3786 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_message() local
4086 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_free_buffered_record() local
4102 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_record() local
4160 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffer_future_record() local
5444 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_buffering_free() local
5458 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_buffering_free_slot() 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/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/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2format.c105 gint x_tiles, y_tiles, ws, hs, padded_height; in set_stride() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.c346 guint i, j, ws, hs, ts; in gst_video_frame_copy_plane() 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/ffmpeg/libavformat/
Djacosubdec.c107 unsigned hs, ms, ss, fs; // hours, minutes, seconds, frame start in read_ts() 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/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
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c724 struct ir3_shader_variant *vs, struct ir3_shader_variant *hs, in fd5_program_create()

123