Home
last modified time | relevance | path

Searched refs:bl (Results 1 – 25 of 46) sorted by relevance

12

/reactos/dll/win32/comctl32/
H A Dsyslink.c457 PDOC_TEXTBLOCK bl; in SYSLINK_RepaintLink() local
467 if (bl != NULL) in SYSLINK_RepaintLink()
474 n -= bl->nChars + bl->nSkip; in SYSLINK_RepaintLink()
475 bl++; in SYSLINK_RepaintLink()
639 bl = NULL; in SYSLINK_Render()
831 … ExtTextOutW(hdc, bl->rc.left, bl->rc.top, text_flags, &bl->rc, tx, bl->nChars, NULL); in SYSLINK_Draw()
840 n -= bl->nChars + bl->nSkip; in SYSLINK_Draw()
841 bl++; in SYSLINK_Draw()
1151 if (bl != NULL) in SYSLINK_PtInDocItem()
1161 n -= bl->nChars + bl->nSkip; in SYSLINK_PtInDocItem()
[all …]
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h314 …) {if (s) {size_t bl=strlen(s); LPWSTR b=(LPWSTR)alloca(sizeof(WCHAR)*bl); super::assign(b, MultiB… in assign() local
315 …_t l) {if (s) {size_t bl=l; LPWSTR b=(LPWSTR)alloca(sizeof(WCHAR)*bl); super::assign(b, MultiByteT… in assign() local
322 … s) {if (s) {size_t bl=wcslen(s); LPSTR b=(LPSTR)alloca(bl); super::assign(b, WideCharToMultiByte(… in assign() local
325 …R s) {if (s) {size_t bl=wcslen(s); LPSTR b=(LPSTR)alloca(bl); super::assign(b, WideCharToMultiByte… in assign() local
350 …nst {size_t bl=length(); LPWSTR b=(LPWSTR)alloca(sizeof(WCHAR)*bl); return std::wstring(b, MultiBy… in wstring() local
352 …ring() const {size_t bl=length(); LPSTR b=(LPSTR)alloca(bl); return std::string(b, WideCharToMulti… in string() local
354 …size_t bl=length(); LPWSTR b=(LPWSTR)alloca(sizeof(WCHAR)*bl); return std::wstring(b, MultiByteToW… in wstring() local
451 int bl=2*l; LPSTR buffer = (LPSTR)alloca(bl); in assign_utf8()
468 size_t bl=2*l; LPSTR buffer = (LPSTR)alloca(bl); in get_utf8() local
474 size_t bl=2*l; LPSTR buffer = (LPSTR)alloca(bl); in get_utf8()
[all …]
/reactos/dll/directx/wine/d3dxof/
H A Dmszip.c239 cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state) in fdi_Zipinflate_codes() argument
255 ml = Zipmask[bl]; /* precompute masks for speed */ in fdi_Zipinflate_codes()
260 ZIPNEEDBITS((cab_ULONG)bl) in fdi_Zipinflate_codes()
423 cab_LONG bl; /* lookup bits for tl */ in fdi_Zipinflate_dynamic() local
460 bl = 7; in fdi_Zipinflate_dynamic()
461 if((i = fdi_Ziphuft_build(ll, 19, 19, NULL, NULL, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic()
470 m = Zipmask[bl]; in fdi_Zipinflate_dynamic()
474 ZIPNEEDBITS((cab_ULONG)bl) in fdi_Zipinflate_dynamic()
522 bl = ZIPLBITS; in fdi_Zipinflate_dynamic()
523 if((i = fdi_Ziphuft_build(ll, nl, 257, Zipcplens, Zipcplext, &tl, &bl, decomp_state)) != 0) in fdi_Zipinflate_dynamic()
[all …]
/reactos/sdk/lib/rossym_new/
H A Ddwarfpubnames.c7 _dwarfnametounit(Dwarf *d, char *name, DwarfBlock *bl, DwarfSym *s) in _dwarfnametounit() argument
16 b.p = bl->data; in _dwarfnametounit()
17 b.ep = b.p + bl->len; in _dwarfnametounit()
/reactos/sdk/lib/rossym/
H A Ddwarfpubnames.c12 _dwarfnametounit(Dwarf *d, char *name, DwarfBlock *bl, DwarfSym *s) in _dwarfnametounit() argument
21 b.p = bl->data; in _dwarfnametounit()
22 b.ep = b.p + bl->len; in _dwarfnametounit()
H A Ddwarfinfo.c567 getblock(DwarfBuf *b, int form, DwarfBlock *bl) in getblock() argument
586 bl->data = dwarfgetnref(b, n); in getblock()
587 bl->len = n; in getblock()
588 if(bl->data == nil) in getblock()
595 constblock(Dwarf *d, DwarfBlock *bl, ulong *pval) in constblock() argument
600 b.p = bl->data; in constblock()
601 b.ep = bl->data+bl->len; in constblock()
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpcvesa.c101 Regs.b.bl = 0;
249 Regs.b.bl = 0; in BiosIsVesaDdcSupported()
258 TRACE("BL = 0x%x\n", Regs.b.bl); in BiosIsVesaDdcSupported()
281 Regs.b.bl = 1; in BiosVesaReadEdid()
H A Dpcvideo.c158 Regs.b.bl = 0x10; in PcVideoDetectVideoCard()
162 if (0x10 == Regs.b.bl) in PcVideoDetectVideoCard()
197 Regs.b.bl = 0x10; in PcVideoDetectVideoCard()
245 Regs.b.bl = 0x00; in PcVideoSetFont8x8()
263 Regs.b.bl = 0; in PcVideoSetFont8x14()
287 Regs.b.bl = 0x20; in PcVideoSelectAlternatePrintScreen()
311 Regs.b.bl = 0x34; in PcVideoDisableCursorEmulation()
374 Regs.b.bl = 0x30; in PcVideoSetVerticalResolution()
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfblock.c156 uInt bl, bd; in inflate_blocks() local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl, in inflate_blocks()
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); in inflate_blocks()
308 uInt bl, bd; in inflate_blocks() local
312 bl = 9; /* must be <= 9 for lookahead assumptions */ in inflate_blocks()
316 s->sub.trees.blens, &bl, &bd, &tl, &td, in inflate_blocks()
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL) in inflate_blocks()
H A Dinftrees.c331 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_dynamic() argument
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic()
349 if (r != Z_OK || *bl == 0) in inflate_trees_dynamic()
410 uIntf *bl, /* literal desired/actual bit depth */ in inflate_trees_fixed() argument
463 *bl = fixed_bl; in inflate_trees_fixed()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dcoveandtiler.cc94 TrimVertex blv, tlv, *bl, *tl; in coveAndTile() local
103 bl = &blv; in coveAndTile()
112 coveUpperLeftNoGrid( bl ); in coveAndTile()
119 bl = ll; in coveAndTile()
173 output( bl ); in coveAndTile()
275 CoveAndTiler::coveUpperLeftNoGrid( TrimVertex* bl ) in coveUpperLeftNoGrid() argument
280 output( bl ); in coveUpperLeftNoGrid()
/reactos/sdk/lib/ucrt/string/i386/
H A D_memicmp.asm77 mov bl,'Z'
94 cmp ah,bl ; ah > 'Z' ??
103 cmp al,bl ; al > 'Z' ??
H A D_strnicm.asm83 mov bl,'Z'
106 cmp ah,bl ; 'Z'
115 cmp al,bl ; 'Z'
/reactos/ntoskrnl/ke/arm/
H A Dctxswtch.s110 bl KiSwapContextInternal
124 bl KeLowerIrql
/reactos/dll/win32/itss/
H A Dlzx.c320 lb.bb = bitbuf; lb.bl = bitsleft; lb.ip = inpos; \
324 bitbuf = lb.bb; bitsleft = lb.bl; inpos = lb.ip; \
414 int bl; member
423 register int bitsleft = lb->bl; in lzx_read_lens()
456 lb->bl = bitsleft; in lzx_read_lens()
/reactos/dll/win32/mspatcha/
H A Dlzx.c329 lb.bb = bitbuf; lb.bl = bitsleft; lb.ip = inpos; \
333 bitbuf = lb.bb; bitsleft = lb.bl; inpos = lb.ip; \
423 int bl; member
432 register int bitsleft = lb->bl; in lzx_read_lens()
465 lb->bl = bitsleft; in lzx_read_lens()
/reactos/boot/freeldr/bootsect/
H A Dfat32.S122 mov bl, ch // Put the low 8-bits of the cylinder count into BL
345 mov bl, byte ptr BP_REL(SectsPerCluster)
410 mov bl, byte ptr BP_REL(SectsPerCluster)
458 cmp bl, byte ptr BP_REL(NumberOfFats) // Compare bl to number of fats
H A Dbtrfs.S603 mov bl, 1 // indicates first try. On second try BL must be set to 0
648 test bl, bl
666 inc bl // clears ZF (bl is 0 or 1 here)
689 mov bl, 0 // indicates second try
H A Dntfs.S99 mov bl, ch // Put the low 8-bits of the cylinder count into BL
757 mov bl, byte ptr es:[si]
760 mov bh, bl
762 and bl, 7
764 mov byte ptr [bp-1], bl // BL contains the number of cluster length
766 mov al, bl
/reactos/win32ss/gdi/dib/i386/
H A Ddib24bpp_hline.s88 test bl, 3
141 mov [ecx+2], bl
/reactos/boot/freeldr/freeldr/arch/i386/
H A Dhwpci.c98 TRACE("BL: %x\n", RegsOut.b.bl); in PcFindPciBios()
103 BusData->MinorRevision = RegsOut.b.bl; in PcFindPciBios()
/reactos/sdk/lib/crt/math/arm/
H A D__rt_sdiv64.s40 bl __rt_sdiv64_worker
H A D__rt_udiv64.s40 bl __rt_udiv64_worker
/reactos/dll/win32/cabinet/
H A Dcabinet.h236 int bl; member
476 lb.bb = bitbuf; lb.bl = bitsleft; lb.ip = inpos; \
480 bitbuf = lb.bb; bitsleft = lb.bl; inpos = lb.ip; \
H A Dfdi.c1062 cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state) in fdi_Zipinflate_codes() argument
1078 ml = Zipmask[bl]; /* precompute masks for speed */ in fdi_Zipinflate_codes()
1083 ZIPNEEDBITS((cab_ULONG)bl) in fdi_Zipinflate_codes()
1246 cab_LONG bl; /* lookup bits for tl */ in fdi_Zipinflate_dynamic() local
1283 bl = 7; in fdi_Zipinflate_dynamic()
1293 m = Zipmask[bl]; in fdi_Zipinflate_dynamic()
1297 ZIPNEEDBITS((cab_ULONG)bl) in fdi_Zipinflate_dynamic()
1345 bl = ZIPLBITS; in fdi_Zipinflate_dynamic()
1356 if(fdi_Zipinflate_codes(tl, td, bl, bd, decomp_state)) in fdi_Zipinflate_dynamic()
1565 register int bitsleft = lb->bl; in fdi_lzx_read_lens()
[all …]

12