Searched refs:word (Results 1 – 15 of 15) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppcrypt.c | 42 unsigned int word; in pppcrypt_get_7bits() local 44 word = (unsigned)input[startBit / 8] << 8; in pppcrypt_get_7bits() 45 word |= (unsigned)input[startBit / 8 + 1]; in pppcrypt_get_7bits() 47 word >>= 15 - (startBit % 8 + 7); in pppcrypt_get_7bits() 49 return word & 0xFE; in pppcrypt_get_7bits()
|
| A D | auth.c | 139 #define ISWILD(word) (word[0] == '*' && word[1] == 0) 2076 ptr_word = ap->word; 2251 if (addrs->word[0] == '-') 2253 if (addrs->word[0] != '!') 2276 l = strlen(wp->word); 2334 char word[MAXWORDLEN]; 2361 if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) { 2365 if (!ISWILD(word)) 2375 if (!ISWILD(word)) { 2408 if (word[0] == '@' && word[1] == '/') { [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppcrypt.c | 42 unsigned int word; in pppcrypt_get_7bits() local 44 word = (unsigned)input[startBit / 8] << 8; in pppcrypt_get_7bits() 45 word |= (unsigned)input[startBit / 8 + 1]; in pppcrypt_get_7bits() 47 word >>= 15 - (startBit % 8 + 7); in pppcrypt_get_7bits() 49 return word & 0xFE; in pppcrypt_get_7bits()
|
| A D | auth.c | 139 #define ISWILD(word) (word[0] == '*' && word[1] == 0) 2076 ptr_word = ap->word; 2251 if (addrs->word[0] == '-') 2253 if (addrs->word[0] != '!') 2276 l = strlen(wp->word); 2334 char word[MAXWORDLEN]; 2361 if (client != NULL && strcmp(word, client) != 0 && !ISWILD(word)) { 2365 if (!ISWILD(word)) 2375 if (!ISWILD(word)) { 2408 if (word[0] == '@' && word[1] == '/') { [all …]
|
| /components/lwp/ |
| A D | lwp_futex.c | 570 int word = 0, nword, cword; in _futex_lock_pi() local 586 tid = word & FUTEX_TID_MASK; in _futex_lock_pi() 587 if (word == 0) in _futex_lock_pi() 611 word | FUTEX_WAITERS; in _futex_lock_pi() 617 word = nword; in _futex_lock_pi() 811 int word, cword = 0, nword; in _handle_futex_death() local 835 if (is_pending_op && !is_pi && !word) in _handle_futex_death() 841 if ((word & FUTEX_TID_MASK) != thread->tid) in _handle_futex_death() 844 nword = (word & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in _handle_futex_death() 861 if (cword != word) in _handle_futex_death() [all …]
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | chpms.c | 229 register unsigned int word; in Get7Bits() local 231 word = (unsigned)input[startBit / 8] << 8; in Get7Bits() 232 word |= (unsigned)input[startBit / 8 + 1]; in Get7Bits() 234 word >>= 15 - (startBit % 8 + 7); in Get7Bits() 236 return word & 0xFE; in Get7Bits()
|
| A D | auth.c | 94 #define ISWILD(word) (word[0] == '*' && word[1] == 0) 194 char word[1]; member 364 wp->word = (char *) (wp + 1); 366 BCOPY(addr, wp->word, l); 1151 char *p = addrs->word; 1220 if (addrs->word[0] == '-') 1222 if (addrs->word[0] != '!')
|
| /components/finsh/ |
| A D | Kconfig | 39 bool "Enable word-based cursor operations" 42 Enable Ctrl+Backspace to delete words and Ctrl+Arrow to move cursor by word
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_gcc.S | 420 .word 0xe7fddef1 463 .word 0 @ 0xffff0ff0 software TLS value, then 467 .word ((__kuser_helper_end - __kuser_helper_start) >> 5)
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 243 # This tag can be used to specify a number of word-keyword mappings (TCL only). 308 # be prevented in individual cases by putting a % sign in front of the word or 865 # output. The symbol name can be a fully qualified name, a word, or if the
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 243 # This tag can be used to specify a number of word-keyword mappings (TCL only). 317 # be prevented in individual cases by putting a % sign in front of the word or 875 # output. The symbol name can be a fully qualified name, a word, or if the
|
| A D | lwip.Doxyfile.cmake.in | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 243 # This tag can be used to specify a number of word-keyword mappings (TCL only). 317 # be prevented in individual cases by putting a % sign in front of the word or 875 # output. The symbol name can be a fully qualified name, a word, or if the
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2800 u32_t, s32_t typedefs. This solves most debug word-length assumes.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 3756 u32_t, s32_t typedefs. This solves most debug word-length assumes.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 4009 u32_t, s32_t typedefs. This solves most debug word-length assumes.
|
Completed in 64 milliseconds