Searched refs:ccp_test (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 622 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0) { 632 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0) 641 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0) 649 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0) 658 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0) 664 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0) 712 res = ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0); 733 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0); 765 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0); 782 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) { [all …]
|
D | pppd.h | 640 int ccp_test __P((int, u_char *, int, int));
|
D | sys-linux.c | 1300 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) in ccp_test() function
|
D | sys-solaris.c | 1625 ccp_test(unit, opt_ptr, opt_len, for_transmit) in ccp_test() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | CMakeLists.txt | 23 ccp_test.cpp
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | CMakeLists.txt | 23 ccp_test.cpp
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | CMakeLists.txt | 23 ccp_test.cpp
|