Searched refs:lcs (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | style_diff.cpp | 19 std::vector<T> lcs; in diff() local 21 …longest_common_subsequence(a->begin(), a->end(), b->begin(), b->end(), std::back_inserter(lcs), eq… in diff() 25 auto lIt = lcs.begin(); in diff() 28 if (aIt != a->end() && (lIt == lcs.end() || !eq(*lIt, *aIt))) { in diff() 31 } else if (bIt != b->end() && (lIt == lcs.end() || !eq(*lIt, *bIt))) { in diff()
|
| /OK3568_Linux_fs/kernel/drivers/net/slip/ |
| H A D | slhc.c | 231 struct cstate *lcs = ocs; in slhc_compress() local 232 struct cstate *cs = lcs->next; in slhc_compress() 306 lcs = cs; in slhc_compress() 320 comp->xmit_oldest = lcs->cs_this; in slhc_compress() 327 if(lcs == ocs) { in slhc_compress() 331 comp->xmit_oldest = lcs->cs_this; in slhc_compress() 334 lcs->next = cs->next; in slhc_compress()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | Makefile | 11 obj-$(CONFIG_LCS) += lcs.o
|
| H A D | Kconfig | 12 To compile as a module, choose M. The module name is lcs.
|
| H A D | lcs.c | 40 #error Cannot compile lcs.c without some net devices switched on.
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | driver-model.rst | 247 devices, like lcs or ctc.
|
| /OK3568_Linux_fs/kernel/ |
| H A D | CREDITS | 88 W: http://www.pdos.lcs.mit.edu/~cananian
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 45488 (http://lcs.ios.ac.cn/~xuzb/canalyze/memmodel.pdf) (Zhongxing Xu, Ted
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 45488 (http://lcs.ios.ac.cn/~xuzb/canalyze/memmodel.pdf) (Zhongxing Xu, Ted
|