Home
last modified time | relevance | path

Searched defs:lws (Results 1 – 14 of 14) sorted by relevance

/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h619 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/
DREADME.tls-sessions.md62 ### tls library differences
76 ### Session namespacing in lws
80 ### Configuring the clientside cache
97 ### Session saving and loading
DREADME.contributing.md3 ### How to contribute
22 ### Coding Standards
35 ### Funding specific work
DREADME.ctest.md3 ### Updating ancient cmake
DREADME.logging.md87 ### Compound tags
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_ballot.cpp30 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/
DCLLWSList.cpp71 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/
DCLHistogramKernel.cpp144 …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/
DCLTuner.cpp151 { in find_optimal_lws()
260 cl::NDRange lws(1, 1, 1); in load_from_file() local
/external/ComputeLibrary/src/core/CL/
DICLKernel.cpp73 cl::NDRange lws = cl::NullRange; in enqueue() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_get_linear_ids.cpp56 size_t lws[3], gws[3], gwo[3]; in test_get_linear_ids() local
/external/armnn/src/backends/cl/
DOpenClTimer.cpp34 { in Start()
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DIGCKernel.cpp41 void arm_compute::enqueue(IGCKernel &kernel, const Window &window, const gles::NDRange &lws) in enqueue()
/external/ComputeLibrary/tests/framework/instruments/
DOpenCLTimer.cpp107 { in test_start()