Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 44) sorted by relevance

12

/vim-8.2.3635/src/xdiff/
H A Dxutils.c314 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 Dtest_shortpathname.vim10 func TestIt(file, bits, expected) argument
11 let res = fnamemodify(a:file, a:bits)
15 \ "'" . a:file . "'->(" . a:bits . ")->'" . res . "'")
H A Dtest_recover.vim212 " 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 Dtest_increment.vim564 " 26) increment binary with 32 bits
/vim-8.2.3635/.github/workflows/
H A Dci.yml355 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 Djal.vim45 " Register --- bits
73 "cpp bits
76 " adcon bits
H A Djovial.vim17 " 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 Dahdl.vim15 syn keyword ahdlKeyword assert begin bidir bits buried case clique
H A Dregistry.vim82 " Dword (32 bits)
H A Derlang.vim91bits\|binary\|utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\|unit\)\%(\%(\s\|\n\|%.*\n…
H A Dpapp.vim22 " source is basically xml, with included html (this is common) and perl bits
H A Dpic.vim41 " Register --- bits
H A Dspecman.vim44 syn keyword specmanType integer real bool int long uint byte bits bit time string
H A Dlisp.vim209 syn keyword lispFunc char-bits log single-flaot-epsilon
210 syn keyword lispFunc char-bits-limit logand single-float
H A Dprogress.vim180 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 D8th.vim52 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 Dxxd.man35 -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 Ddevelop.txt58 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 Dusr_11.txt32 bits and pieces of the original file. If Vim recovered your changes you will
H A Dos_win32.txt224 protection bits are set like the original file. However, this doesn't work
H A Deval.txt51 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 Dusr_04.txt87 This "c2wbe<Esc>" contains these bits:
/vim-8.2.3635/src/
H A Dgui_haiku.cc2759 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 Dops.c2834 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 Des.po5595 "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"

12