| /vim-8.2.3635/src/xdiff/ |
| H A D | xutils.c | 314 unsigned int val = 1, bits = 0; in xdl_hashbits() local 316 for (; val < size && bits < CHAR_BIT * sizeof(unsigned int); val <<= 1, bits++); in xdl_hashbits() 317 return bits ? bits: 1; in xdl_hashbits()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_shortpathname.vim | 10 func TestIt(file, bits, expected) argument 11 let res = fnamemodify(a:file, a:bits) 15 \ "'" . a:file . "'->(" . a:bits . ")->'" . res . "'")
|
| H A D | test_recover.vim | 212 " even though the value stored is only 32-bits. Therefore, need to check 213 " both the high and low 32-bits to compute these values.
|
| H A D | test_increment.vim | 564 " 26) increment binary with 32 bits
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 355 bits: 64 362 bits: 32 404 key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt') }} 413 call :downloadfile %LUA${{ matrix.bits }}_URL% downloads\lua.zip 419 … copy /Y D:\winpty\${{ matrix.warch }}\bin\winpty.dll src\winpty${{ matrix.bits }}.dll 460 if not exist vim${{ matrix.bits }}.dll ( 495 # name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jal.vim | 45 " Register --- bits 73 "cpp bits 76 " adcon bits
|
| H A D | jovial.vim | 17 " JOVIAL beads - first digit is number of bits, [0-9A-V] is the bit value 18 " representing 0-31 (for 5 bits on the bead)
|
| H A D | ahdl.vim | 15 syn keyword ahdlKeyword assert begin bidir bits buried case clique
|
| H A D | registry.vim | 82 " Dword (32 bits)
|
| H A D | erlang.vim | 91 …bits\|binary\|utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\|unit\)\%(\%(\s\|\n\|%.*\n…
|
| H A D | papp.vim | 22 " source is basically xml, with included html (this is common) and perl bits
|
| H A D | pic.vim | 41 " Register --- bits
|
| H A D | specman.vim | 44 syn keyword specmanType integer real bool int long uint byte bits bit time string
|
| H A D | lisp.vim | 209 syn keyword lispFunc char-bits log single-flaot-epsilon 210 syn keyword lispFunc char-bits-limit logand single-float
|
| H A D | progress.vim | 180 syn keyword ProgressOperator get-binary-data get-bits get-blue[-value] get-browse-col[umn] get-buff… 230 syn keyword ProgressOperator proxy-userid public public-id published-events put-bits put-bytes put-…
|
| H A D | 8th.vim | 52 Builtin args G:args array? G:array? assert G:assert base G:base bi G:bi bits G:bits break G:break …
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | xxd.man | 35 -b | -bits 36 Switch to bits (binary digits) dump, rather than hexdump. This 66 tle-endian mode and 1 in bits mode. Grouping does not apply to
|
| H A D | develop.txt | 58 The IMproved bits of Vim should make it a better Vi, without becoming a 215 "long long" is allowed and can be expected to be 64 bits. Use %lld in printf
|
| H A D | usr_11.txt | 32 bits and pieces of the original file. If Vim recovered your changes you will
|
| H A D | os_win32.txt | 224 protection bits are set like the original file. However, this doesn't work
|
| H A D | eval.txt | 51 The number of bits is available in |v:numbersize|. 3227 :let flag = and(bits, 0x80) 3229 :let flag = bits->and(0x80) 7067 :let bits = invert(bits) 7069 :let bits = bits->invert() 8339 :let bits = or(bits, 0x80) 8341 :let bits = bits->or(0x80) 8752 also on 64 bits systems, for consistency. 12274 :let bits = xor(bits, 0x80) 12277 :let bits = bits->xor(0x80) [all …]
|
| H A D | usr_04.txt | 87 This "c2wbe<Esc>" contains these bits:
|
| /vim-8.2.3635/src/ |
| H A D | gui_haiku.cc | 2759 rgb_color *bits = (rgb_color*)bitmap->Bits(); in ModifyBitmapToGrayed() local 2762 bits[i].red = bits[i].green = in ModifyBitmapToGrayed() 2763 bits[i].blue = ((uint32)bits[i].red + bits[i].green + bits[i].blue) / 3; in ModifyBitmapToGrayed() 2764 bits[i].alpha /= 4; in ModifyBitmapToGrayed()
|
| H A D | ops.c | 2834 int bits = sizeof(uvarnumber_T) * 8; in do_addsub() local 2837 for (bit = bits; bit > 0; bit--) in do_addsub()
|
| /vim-8.2.3635/src/po/ |
| H A D | es.po | 5595 "Versión de interfaz gráfica de 16/32 bits para MS-Windows" 5602 "Versión de interfaz gráfica de 64 bits para MS-Windows" 5609 "Versión de interfaz gráfica de 32 bits para MS-Windows" 5622 "Versión de 64 bits para consola de MS-Windows" 5629 "Versión de 32 bits para consola de MS-Windows" 5636 "Versión de 16 bits para MS-Windows" 5643 "Versión de 32 bits para MS-DOS" 5650 "Versión de 16 bits para MS-DOS"
|