/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 308 static err_t http_close_conn(struct altcp_pcb *pcb, struct http_state *hs); 309 static err_t http_close_or_abort_conn(struct altcp_pcb *pcb, struct http_state *hs, u8_t abort_conn… 310 static err_t http_find_file(struct http_state *hs, const char *uri, int is_09); 311 static err_t http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri… 313 static u8_t http_check_eof(struct altcp_pcb *pcb, struct http_state *hs); 341 #define http_cgi_params hs->params [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveTypeReferences1.types | 483 function cons(hs: HTMLHeadingElement[]): Tree { 484 >cons : (hs: HTMLHeadingElement[]) => Tree 485 >hs : HTMLHeadingElement[] 487 return hs 488 …hs .reduce<HTMLHeadingElement[][]>((hss, h) => { const hs = hss.pop()!; return hs.len… 489 …hs .reduce<HTMLHeadingElement[][]>((hss, h) => { const hs = hss.pop()!; return hs.len… 490 …hs .reduce<HTMLHeadingElement[][]>((hss, h) => { const hs = hss.pop()!; return hs.len… 491 >hs .reduce : { (callbackfn: (previousValue: HTMLHeadingElement, currentValue: HTMLHeadingElemen… 492 >hs : HTMLHeadingElement[] 496 … const hs = hss.pop()!; return hs.length === 0 || level(h) > level(hs[0]) ? concat(hs… [all …]
|
D | recursiveTypeReferences1.js | 112 function cons(hs: HTMLHeadingElement[]): Tree { 113 return hs 115 const hs = hss.pop()!; constant 116 return hs.length === 0 || level(h) > level(hs[0]) 117 ? concat(hss, [concat(hs, [h])]) 118 : concat(hss, [hs, [h]]); 120 .reduce<Tree>((node, hs) => 121 hs.length === 0 123 : concat<Tree[number]>(node, [[hs.shift()!, cons(hs)]]) 195 function cons(hs) { argument [all …]
|
D | recursiveTypeReferences1.symbols | 394 function cons(hs: HTMLHeadingElement[]): Tree { 396 >hs : Symbol(hs, Decl(recursiveTypeReferences1.ts, 110, 14)) 400 return hs 401 …hs .reduce<HTMLHeadingElement[][]>((hss, h) => { const hs = hss.pop()!; return hs.len… 402 >hs .reduce : Symbol(Array.reduce, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(… 403 >hs : Symbol(hs, Decl(recursiveTypeReferences1.ts, 110, 14)) 411 const hs = hss.pop()!; 412 >hs : Symbol(hs, Decl(recursiveTypeReferences1.ts, 113, 11)) 417 return hs.length === 0 || level(h) > level(hs[0]) 418 >hs.length : Symbol(Array.length, Decl(lib.es5.d.ts, --, --)) [all …]
|
D | recursiveTypeReferences1.errors.txt | 143 function cons(hs: HTMLHeadingElement[]): Tree { 144 return hs 146 const hs = hss.pop()!; 147 return hs.length === 0 || level(h) > level(hs[0]) 148 ? concat(hss, [concat(hs, [h])]) 153 : concat(hss, [hs, [h]]); 157 .reduce<Tree>((node, hs) => 158 hs.length === 0 160 : concat<Tree[number]>(node, [[hs.shift()!, cons(hs)]])
|
/third_party/boost/libs/math/test/ |
D | signal_statistics_test.cpp | 42 Real hs = boost::math::statistics::hoyer_sparsity(v.begin(), v.end()); in test_hoyer_sparsity() local 43 BOOST_TEST(abs(hs - 1) < tol); in test_hoyer_sparsity() 45 hs = boost::math::statistics::hoyer_sparsity(v); in test_hoyer_sparsity() 46 BOOST_TEST(abs(hs - 1) < tol); in test_hoyer_sparsity() 49 hs = boost::math::statistics::hoyer_sparsity(v.cbegin(), v.cend()); in test_hoyer_sparsity() 50 BOOST_TEST(abs(hs - 1) < tol); in test_hoyer_sparsity() 55 hs = boost::math::statistics::hoyer_sparsity(v.cbegin(), v.cend()); in test_hoyer_sparsity() 56 BOOST_TEST(abs(hs) < tol); in test_hoyer_sparsity() 59 hs = boost::math::statistics::hoyer_sparsity(w); in test_hoyer_sparsity() 60 BOOST_TEST(abs(hs) < tol); in test_hoyer_sparsity() [all …]
|
D | owens_t_T7.hpp | 95 const RealType hs = h*h; in compute_owens_t_T7() local 116 v = (hs*v + c2[k])/(static_cast<RealType>(2*k+1)); in compute_owens_t_T7() 121 v = hs*v/(static_cast<RealType>(2*k+1)); in compute_owens_t_T7() 145 val *= exp(-half<RealType>()*hs*as); in compute_owens_t_T7() 146 val *= exp(-half<RealType>()*hs); in compute_owens_t_T7()
|
/third_party/libwebsockets/lib/misc/ |
D | ieeehalfprecision.c | 91 uint16_t hs, he, hm; in lws_singles2halfp() local 123 hs = (uint16_t) (xs >> 16); // Sign bit in lws_singles2halfp() 148 *hp = hs | hm; in lws_singles2halfp() 158 *hp = (uint16_t)((hs | he | hm) + (uint16_t)1u); in lws_singles2halfp() 160 *hp = hs | he | hm; // No rounding in lws_singles2halfp() 166 uint16_t hs, he, hm; in lws_halfp2singles() local 177 hs = h & 0x8000u; // Pick off sign bit in lws_halfp2singles() 191 xs = ((uint32_t) hs) << 16; // Sign bit in lws_halfp2singles() 207 *xp = (((uint32_t)hs) << 16) | ((uint32_t)0x7F800000u); in lws_halfp2singles() 220 xs = ((uint32_t)hs) << 16; // Sign bit in lws_halfp2singles()
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | UnicodeSetPerf.java | 28 HashSet hs; field in UnicodeSetPerf 44 hs = new HashSet(); in setup() 70 hs.clear(); 75 hs.add(new Integer(cp)); 108 hs.clear(); 111 hs.add(new Integer(it.codepoint)); 117 if (hs.contains(new Integer(cp))) { 146 hs.clear(); 149 hs.add(new Integer(it.codepoint)); 154 Iterator itr = hs.iterator();
|
/third_party/boost/tools/quickbook/extra/katepart/ |
D | katepart.qbk | 2 Boost.hs 13 [heading boost::hs::quickbook] 15 boost::hs::quickbook is a syntax highlighting designed to work with Katepart. 23 [[.qbk loaded with boost::hs support][ 24 [$../../tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png] 39 boost::hs goes far beyond simple coloring. One useful thing 94 [heading About boost::hs] 96 [$../../tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png] 98 boost::hs::quickbook is a component of boost::hs, a syntax highlighting 100 boost::hs has his own page [@http://tinyurl.com/2l7u33 here]. [all …]
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
D | recursiveTypeReferences1.ts | 114 function cons(hs: HTMLHeadingElement[]): Tree { 115 return hs 117 const hs = hss.pop()!; constant 118 return hs.length === 0 || level(h) > level(hs[0]) 119 ? concat(hss, [concat(hs, [h])]) 120 : concat(hss, [hs, [h]]); 122 .reduce<Tree>((node, hs) => 123 hs.length === 0 125 : concat<Tree[number]>(node, [[hs.shift()!, cons(hs)]])
|
/third_party/boost/libs/multi_index/test/ |
D | test_serialization3.cpp | 123 hashed_set hs; in test_serialization3() local 126 hs.insert(i*SHUFFLE); in test_serialization3() 132 oa<<const_cast<const hashed_set&>(hs); in test_serialization3() 136 iterator it=hs.find(i*SHUFFLE); in test_serialization3() 140 iterator it=hs.end(); in test_serialization3() 144 for(std::size_t buc=0;buc<hs.bucket_count();++buc){ in test_serialization3() 145 for(local_iterator lit=hs.begin(buc),lit_end=hs.end(buc); in test_serialization3() 151 local_iterator lit2=hs.end(buc); in test_serialization3() 161 BOOST_TEST(boost::multi_index::get<1>(hs)==boost::multi_index::get<1>(hs2)); in test_serialization3()
|
/third_party/boost/boost/math/special_functions/ |
D | owens_t.hpp | 165 const RealType hs = -h*h*half<RealType>(); in owens_t_T1() local 166 const RealType dhs = exp( hs ); in owens_t_T1() 172 RealType dj = boost::math::expm1( hs, pol); in owens_t_T1() 173 RealType gj = hs*dhs; in owens_t_T1() 188 gj *= hs / static_cast<RealType>(j); in owens_t_T1() 202 const RealType hs = h*h; in owens_t_T2() local 204 const RealType y = static_cast<RealType>(1) / hs; in owens_t_T2() 216 val *= exp( -hs*half<RealType>() ) * one_div_root_two_pi<RealType>(); in owens_t_T2() 252 const RealType hs = h*h; in owens_t_T3_imp() local 253 const RealType y = static_cast<RealType>(1)/hs; in owens_t_T3_imp() [all …]
|
/third_party/flutter/skia/include/private/ |
D | SkHalf.h | 42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local 47 : [hs] "w" (hs.fVec)); // w: read-only NEON register in SkHalfToFloat_finite_ftz() 50 Sk4i bits = SkNx_cast<int>(hs), // Expand to 32 bit. in SkHalfToFloat_finite_ftz()
|
/third_party/skia/include/private/ |
D | SkHalf.h | 42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local 47 : [hs] "w" (hs.fVec)); // w: read-only NEON register in SkHalfToFloat_finite_ftz() 50 Sk4i bits = SkNx_cast<int>(hs), // Expand to 32 bit. in SkHalfToFloat_finite_ftz()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 426 hs = d.highlight_sample 427 hs.focus_force() 428 hs.see(1.0) 429 hs.update_idletasks() 436 x, y, dx, dy = hs.bbox(start) 439 hs.event_generate('<Enter>', x=0, y=0) 440 hs.event_generate('<Motion>', x=x, y=y) 441 hs.event_generate('<ButtonPress-1>', x=x, y=y) 442 hs.event_generate('<ButtonRelease-1>', x=x, y=y) 449 for tag in hs.tag_names(): [all …]
|
/third_party/mbedtls/library/ |
D | ssl_msg.c | 2745 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in mbedtls_ssl_update_handshake_status() local 2747 if( ssl->state != MBEDTLS_SSL_HANDSHAKE_OVER && hs != NULL ) in mbedtls_ssl_update_handshake_status() 2761 hs->in_msg_seq++; in mbedtls_ssl_update_handshake_status() 2771 for( offset = 0, hs_buf = &hs->buffering.hs[0]; in mbedtls_ssl_update_handshake_status() 3636 mbedtls_ssl_handshake_params * const hs = ssl->handshake; in ssl_load_buffered_message() local 3640 if( hs == NULL ) in ssl_load_buffered_message() 3650 if( !hs->buffering.seen_ccs ) in ssl_load_buffered_message() 3666 hs->buffering.seen_ccs = 0; in ssl_load_buffered_message() 3676 hs_buf = &hs->buffering.hs[offset]; in ssl_load_buffered_message() 3680 hs->in_msg_seq + offset, in ssl_load_buffered_message() [all …]
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | anchor_generator.py | 44 hs = (h * h_ratios[:, None] * self.scales[None, :]).reshape(-1) 47 hs = (h * self.scales[:, None] * h_ratios[None, :]).reshape(-1) 51 x_ctr - 0.5 * (ws - 1), y_ctr - 0.5 * (hs - 1), 52 x_ctr + 0.5 * (ws - 1), y_ctr + 0.5 * (hs - 1)
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 290 OUT_RING(ring, COND(state->hs, in setup_config_stateobj() 292 A6XX_HLSQ_HS_CNTL_CONSTLEN(state->hs->constlen))); in setup_config_stateobj() 310 OUT_RING(ring, COND(state->hs, in setup_config_stateobj() 312 A6XX_SP_HS_CONFIG_NIBO(ir3_shader_nibo(state->hs)) | in setup_config_stateobj() 313 A6XX_SP_HS_CONFIG_NTEX(state->hs->num_samp) | in setup_config_stateobj() 314 A6XX_SP_HS_CONFIG_NSAMP(state->hs->num_samp))); in setup_config_stateobj() 374 const struct ir3_shader_variant *hs = state->hs; in setup_stateobj() local 396 if (hs) in setup_stateobj() 397 vs_primitive_regid = ir3_find_sysval_regid(hs, SYSTEM_VALUE_PRIMITIVE_ID); in setup_stateobj() 404 if (hs) { in setup_stateobj() [all …]
|
D | fd6_const.c | 150 unsigned num_vertices = emit->hs in fd6_build_tess_consts() 161 if (emit->hs) { in fd6_build_tess_consts() 165 emit->hs->output_size, emit->patch_vertices}; in fd6_build_tess_consts() 167 emit_stage_tess_consts(constobj, emit->hs, hs_params, in fd6_build_tess_consts() 169 emit_tess_bos(constobj, emit, emit->hs); in fd6_build_tess_consts() 177 emit->hs->output_size, /* hs vertex stride (dwords) */ in fd6_build_tess_consts() 178 emit->hs->shader->nir->info.tess.tcs_vertices_out}; in fd6_build_tess_consts() 290 emit->vs, emit->hs, emit->ds, emit->gs, emit->fs, in fd6_build_user_consts()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Half.hpp | 42 } hs; in shortAsHalf() local 44 hs.s = s; in shortAsHalf() 46 return hs.h; in shortAsHalf()
|
/third_party/boost/libs/histogram/examples/ |
D | getting_started_listing_05.cpp | 50 HolderOfStaticHistogram hs; in main() local 51 hs.hist_ = make_histogram(axis::regular<>(5, 0, 1), axis::integer<>(0, 3)); in main() 53 hs.hist_ = make_histogram(axis::regular<>(3, 1, 2), axis::integer<>(4, 6)); in main()
|
/third_party/openssl/crypto/chacha/asm/arm32/ |
D | chacha-armv4.S | 237 itt hs 245 itt hs 256 itt hs 263 itt hs 275 itt hs 282 itt hs 293 itt hs 300 itt hs 315 itt hs 327 itt hs [all …]
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | querying_find.cpp | 69 BOOST_PHOENIX_HASH_NAMESPACE::hash_set<int> hs(array, array + 3); in find_test() local 70 BOOST_TEST(boost::phoenix::find(arg1, 2)(hs) == hs.find(2)); in find_test()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2format.c | 105 gint x_tiles, y_tiles, ws, hs, padded_height; in set_stride() local 108 hs = GST_VIDEO_FORMAT_INFO_TILE_HS (finfo); in set_stride() 112 padded_height = GST_ROUND_UP_N (padded_height, 1 << hs); in set_stride() 115 y_tiles = padded_height >> hs; in set_stride()
|