Home
last modified time | relevance | path

Searched refs:cs_id (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dvj.c59 tstate[i].cs_id = i; in vj_compress_init()
63 tstate[0].cs_id = 0; in vj_compress_init()
407 if (!comp->compressSlot || comp->last_xmit != cs->cs_id) { in vj_compress_tcp()
408 comp->last_xmit = cs->cs_id; in vj_compress_tcp()
416 *cp++ = cs->cs_id; in vj_compress_tcp()
439 IPH_PROTO_SET(ip, cs->cs_id); in vj_compress_tcp()
440 comp->last_xmit = cs->cs_id; in vj_compress_tcp()
/third_party/lwip/src/include/netif/ppp/
Dvj.h115 u8_t cs_id; /* connection # associated with this state */ member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp1710 glw::GLuint cs_id = 0; in buildProgram() local
1735 cs_id = gl.createShader(GL_COMPUTE_SHADER); in buildProgram()
1771 if (cs_id != 0) in buildProgram()
1773 gl.shaderSource(cs_id, 1, /* count */ in buildProgram()
1810 const glw::GLuint so_ids[] = { cs_id, fs_id, gs_id, tc_id, te_id, vs_id }; in buildProgram()
1851 if (cs_id != 0) in buildProgram()
1853 gl.deleteShader(cs_id); in buildProgram()
Dgl4cSparseBufferTests.cpp79 glw::GLuint cs_id = 0; in createComputeProgram() local
86 cs_id = gl.createShader(GL_COMPUTE_SHADER); in createComputeProgram()
95 gl.attachShader(po_id, cs_id); in createComputeProgram()
102 gl.shaderSource(cs_id, n_cs_body_parts, cs_body_parts, NULL); /* length */ in createComputeProgram()
107 gl.compileShader(cs_id); in createComputeProgram()
111 gl.getShaderiv(cs_id, GL_COMPILE_STATUS, &compile_status); in createComputeProgram()
116 gl.getShaderInfoLog(cs_id, 1024, NULL, temp); in createComputeProgram()
141 if (cs_id != 0) in createComputeProgram()
143 gl.deleteShader(cs_id); in createComputeProgram()
145 cs_id = 0; in createComputeProgram()
/third_party/libdrm/include/drm/
Dradeon_drm.h986 __u32 cs_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c398 const u8 *cs_id, unsigned int *idx) in ieee802_1x_kay_get_cipher_suite() argument
404 os_memcpy(&_cs, cs_id, CS_ID_LEN); in ieee802_1x_kay_get_cipher_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c398 const u8 *cs_id, unsigned int *idx) in ieee802_1x_kay_get_cipher_suite() argument
404 os_memcpy(&_cs, cs_id, CS_ID_LEN); in ieee802_1x_kay_get_cipher_suite()