/third_party/boost/boost/flyweight/ |
D | serialize.hpp | 55 helper& hlp=ar.template get_helper<helper>(); in save() local 57 size_type n=hlp.find(f); in save() 59 if(n==hlp.size()){ in save() 61 hlp.push_back(f); in save() 78 helper& hlp=ar.template get_helper<helper>(); in load() local 82 if(n>hlp.size()){ in load() 86 else if(n==hlp.size()){ in load() 89 hlp.push_back(flyweight(k.get())); in load() 91 f=hlp[n]; in load()
|
/third_party/libpng/scripts/ |
D | SCOPTIONS.ppc | 7 INCLUDEDIR=hlp:ppc/include
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | SCOPTIONS.ppc | 7 INCLUDEDIR=hlp:ppc/include
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | SCOPTIONS.ppc | 7 INCLUDEDIR=hlp:ppc/include
|
/third_party/e2fsprogs/lib/ss/ |
D | ct_c.sed | 14 # hlp: <help text> 101 s/^/hlp: /
|
D | ct_c.awk | 20 /^hlp/ {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | sme.c | 1465 struct wpabuf *hlp[max_hlp]; in sme_associate() local 1471 hlp[num_hlp] = wpabuf_alloc(2 * ETH_ALEN + 6 + in sme_associate() 1473 if (!hlp[num_hlp]) in sme_associate() 1475 wpabuf_put_data(hlp[num_hlp], req->dst, ETH_ALEN); in sme_associate() 1476 wpabuf_put_data(hlp[num_hlp], wpa_s->own_addr, in sme_associate() 1478 wpabuf_put_data(hlp[num_hlp], in sme_associate() 1480 wpabuf_put_buf(hlp[num_hlp], req->pkt); in sme_associate() 1489 (const struct wpabuf **) hlp, in sme_associate() 1492 wpabuf_free(hlp[i]); in sme_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | sme.c | 1751 struct wpabuf *hlp[max_hlp]; in sme_associate() local 1757 hlp[num_hlp] = wpabuf_alloc(2 * ETH_ALEN + 6 + in sme_associate() 1759 if (!hlp[num_hlp]) in sme_associate() 1761 wpabuf_put_data(hlp[num_hlp], req->dst, ETH_ALEN); in sme_associate() 1762 wpabuf_put_data(hlp[num_hlp], wpa_s->own_addr, in sme_associate() 1764 wpabuf_put_data(hlp[num_hlp], in sme_associate() 1766 wpabuf_put_buf(hlp[num_hlp], req->pkt); in sme_associate() 1775 (const struct wpabuf **) hlp, in sme_associate() 1778 wpabuf_free(hlp[i]); in sme_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.c | 47 const struct wpabuf *hlp); 2575 const struct wpabuf *hlp) in fils_encrypt_assoc() argument 2616 plain = fils_prepare_plainbuf(sm, hlp); in fils_encrypt_assoc() 2652 const struct wpabuf *hlp) in fils_prepare_plainbuf() argument 2675 if (hlp) in fils_prepare_plainbuf() 2676 wpabuf_put_buf(plain, hlp); in fils_prepare_plainbuf() 2770 const u8 *fils_session, struct wpabuf *hlp) in hostapd_eid_assoc_fils_session() argument 2782 plain = fils_prepare_plainbuf(sm, hlp); in hostapd_eid_assoc_fils_session()
|
D | wpa_auth.h | 454 const struct wpabuf *hlp);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | wpa.h | 458 const struct wpabuf **hlp,
|
D | wpa.c | 4082 const struct wpabuf **hlp, in fils_build_assoc_req() argument 4096 for (i = 0; hlp && i < num_hlp; i++) in fils_build_assoc_req() 4097 len += 10 + wpabuf_len(hlp[i]); in fils_build_assoc_req() 4134 for (i = 0; hlp && i < num_hlp; i++) { in fils_build_assoc_req() 4135 const u8 *pos = wpabuf_head(hlp[i]); in fils_build_assoc_req() 4136 size_t left = wpabuf_len(hlp[i]); in fils_build_assoc_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wpa_auth.c | 49 const struct wpabuf *hlp); 2672 const struct wpabuf *hlp) in fils_encrypt_assoc() argument 2713 plain = fils_prepare_plainbuf(sm, hlp); in fils_encrypt_assoc() 2749 const struct wpabuf *hlp) in fils_prepare_plainbuf() argument 2777 if (hlp) in fils_prepare_plainbuf() 2778 wpabuf_put_buf(plain, hlp); in fils_prepare_plainbuf() 2890 const u8 *fils_session, struct wpabuf *hlp) in hostapd_eid_assoc_fils_session() argument 2902 plain = fils_prepare_plainbuf(sm, hlp); in hostapd_eid_assoc_fils_session()
|
D | wpa_auth.h | 513 const struct wpabuf *hlp);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | wpa.h | 549 const struct wpabuf **hlp,
|
D | wpa.c | 4576 const struct wpabuf **hlp, in fils_build_assoc_req() argument 4590 for (i = 0; hlp && i < num_hlp; i++) in fils_build_assoc_req() 4591 len += 10 + wpabuf_len(hlp[i]); in fils_build_assoc_req() 4628 for (i = 0; hlp && i < num_hlp; i++) { in fils_build_assoc_req() 4629 const u8 *pos = wpabuf_head(hlp[i]); in fils_build_assoc_req() 4630 size_t left = wpabuf_len(hlp[i]); in fils_build_assoc_req()
|
/third_party/jsoncpp/doc/ |
D | doxyfile.in | 1204 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
D | web_doxyfile.in | 1204 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | Doxyfile | 1214 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/flatbuffers/docs/source/ |
D | doxyfile | 1278 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/skia/third_party/externals/tint/ |
D | Doxyfile | 1312 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/lwip/doc/doxygen/ |
D | lwip.Doxyfile | 1300 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/weston/doc/sphinx/ |
D | doxygen.ini.in | 1306 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
/third_party/grpc/tools/doxygen/ |
D | Doxyfile.objc.internal | 1316 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|
D | Doxyfile.core | 1315 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
|