Searched defs:lws (Results 1 – 14 of 14) sorted by relevance
/external/libwebsockets/lib/core-net/ |
D | private-lib-core-net.h | 619 struct lws { struct 621 struct lws_a a; argument 626 struct _lws_http_mode_related http; argument 629 struct _lws_h2_related h2; argument 632 struct _lws_websocket_related *ws; /* allocated if we upgrade to ws */ argument 635 struct _lws_dbus_mode_related dbus; argument 638 struct _lws_mqtt_related *mqtt; argument 642 struct lws_muxable mux; argument 643 struct lws_tx_credit txc; argument 646 lws_lifecycle_t lc; argument [all …]
|
/external/libwebsockets/READMEs/ |
D | README.tls-sessions.md | 62 ### tls library differences 76 ### Session namespacing in lws 80 ### Configuring the clientside cache 97 ### Session saving and loading
|
D | README.contributing.md | 3 ### How to contribute 22 ### Coding Standards 35 ### Funding specific work
|
D | README.ctest.md | 3 ### Updating ancient cmake
|
D | README.logging.md | 87 ### Compound tags
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_ballot.cpp | 30 int lws = test_params.local_workgroup_size; in gen() local 45 int lws = test_params.local_workgroup_size; in chk() local 111 int lws = test_params.local_workgroup_size; in gen() local 163 int lws = test_params.local_workgroup_size; in chk() local 274 int lws = test_params.local_workgroup_size; in gen() local 290 int lws = test_params.local_workgroup_size; in chk() local 370 int lws = test_params.local_workgroup_size; in gen() local 466 int lws = test_params.local_workgroup_size; in chk() local 601 int lws = test_params.local_workgroup_size; in gen() local 639 int lws = test_params.local_workgroup_size; in chk() local
|
/external/ComputeLibrary/src/runtime/CL/tuners/ |
D | CLLWSList.cpp | 71 void CLLWSListNormal::initialize_lws_values(std::vector<unsigned int> &lws, unsigned int gws, unsig… in initialize_lws_values() 104 void CLLWSListRapid::initialize_lws_values(std::vector<unsigned int> &lws, unsigned int lws_max) in initialize_lws_values()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLHistogramKernel.cpp | 144 …cl::NDRange lws = (local_x_size < gws_x) ? cl::NDRange(local_x_size, 1) : cl::NDRange(1, … in run() local 240 cl::NDRange lws = cl::NDRange(1, 1); in run() local
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTuner.cpp | 151 { in find_optimal_lws() 260 cl::NDRange lws(1, 1, 1); in load_from_file() local
|
/external/ComputeLibrary/src/core/CL/ |
D | ICLKernel.cpp | 73 cl::NDRange lws = cl::NullRange; in enqueue() local
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_get_linear_ids.cpp | 56 size_t lws[3], gws[3], gwo[3]; in test_get_linear_ids() local
|
/external/armnn/src/backends/cl/ |
D | OpenClTimer.cpp | 34 { in Start()
|
/external/ComputeLibrary/src/core/GLES_COMPUTE/ |
D | IGCKernel.cpp | 41 void arm_compute::enqueue(IGCKernel &kernel, const Window &window, const gles::NDRange &lws) in enqueue()
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | OpenCLTimer.cpp | 107 { in test_start()
|