Searched refs:leng (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.l | 46 static int getdimension(int token, const char *text, int leng); 47 static int getstring(int token, const char *text, int leng); 48 static int gettoken(int token, const char *text, int leng); 49 static int getcomment(int token, const char *text, int leng); 152 static int getdimension(int token, const char *text, int leng) 155 char *tmp = dmxConfigAlloc(leng+1); 158 strlcpy(tmp, text, leng+1); 167 static int getstring(int token, const char *text, int leng) 170 dmxConfigCopyString(leng ? text : "", 171 leng)); [all …]
|
| H A D | scanner.c | 534 static int getdimension(int token, const char *text, int leng); 535 static int getstring(int token, const char *text, int leng); 536 static int gettoken(int token, const char *text, int leng); 537 static int getcomment(int token, const char *text, int leng); 2003 static int getdimension(int token, const char *text, int leng) in getdimension() argument 2006 char *tmp = dmxConfigAlloc(leng+1); in getdimension() 2009 strlcpy(tmp, text, leng+1); in getdimension() 2018 static int getstring(int token, const char *text, int leng) in getstring() argument 2021 dmxConfigCopyString(leng ? text : "", in getstring() 2022 leng)); in getstring() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devices.c | 399 int leng = USB_DT_HUB_NONVAR_SIZE; in usb_dump_hub_descriptor() local 405 while (leng && start <= end) { in usb_dump_hub_descriptor() 407 ptr++; leng--; in usb_dump_hub_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | fsl_qe_udc.h | 227 #define frame_set_length(frm, leng) (frm->len = leng) argument
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/ |
| H A D | rawdict_utf16_65105_freq.txt | 4566 踜 0.937111645901 1 leng 4567 薐 1.00109457082 1 leng 4568 睖 1.16257102114 1 leng 4569 堎 2.17864223992 1 leng 4570 崚 3.30741735168 1 leng 4571 稜 6.02292912393 1 leng 4572 塄 7.57511353292 0 leng 4573 棱 252.85772688 0 leng 4574 愣 369.779825848 0 leng 4575 楞 506.83620443 0 leng [all …]
|