Searched refs:CMP (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xhistogram.c | 102 #define CMP(i, s1, l1, s2, l2) \ macro 121 if (CMP(index, 1, rec->ptr, 1, ptr)) { in scanA() 172 index->has_common = CMP(index, 1, rec->ptr, 2, b_ptr); in try_lcs() 177 if (!CMP(index, 1, as, 2, b_ptr)) in try_lcs() 190 && CMP(index, 1, as - 1, 2, bs - 1)) { in try_lcs() 197 && CMP(index, 1, ae + 1, 2, be + 1)) { in try_lcs()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | manconf.vim | 66 \ PAGER BROWSER HTMLPAGER CMP CAT COMPRESS
|
| H A D | mix.vim | 56 syn match mixOpcode "CMP[AX1-6]\>" nextgroup=mixParam contained skipwhite
|
| H A D | nasm.vim | 312 syn keyword nasmStdInstruction CALL CBW CDQ CLC CLD CMC CMP CMPSB CMPSD CMPSW CMPSQ 395 syn match nasmInstructnError "\<CMP\a\{1,5}[PS]S\>" 396 syn match nasmSseInstruction "\<CMP\(N\=\(EQ\|L[ET]\)\|\(UN\)\=ORD\)\=[PS]S\>"
|
| H A D | tasm.vim | 43 syn keyword tasmInstruction CMC CMP CMPXCHG CMPXCHG8B CPUID CWD CDQ CWDE
|
| H A D | a65.vim | 28 syn match a65Opcode "\<CMP\($\|\s\)" nextgroup=a65Address
|
| H A D | cmake.vim | 95 \ CMAKE_POLICY_DEFAULT_CMP CMP GET NNNN NO_POLICY_SCOPE OLD POP PUSH SET VERSION 200 …\ ARGS CMAKE_MATCH_ CMP COMMAND DEFINED EQUAL EXISTS FALSE GREATER GREATER_EQUAL IGNORE IN_LIST IS…
|
| H A D | masm.vim | 204 syn keyword masmOpcode CLI CMC CMP CMPS CMPSB CMPSW CWD DAA DAS DEC
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4000 - Implement multiple flags for compound words and CMP item?
|