Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 25 of 41) sorted by relevance

12

/reactos/sdk/lib/rossym/
H A Ddwarfinfo.c125 dwarflookupnameinunit(Dwarf *d, ulong unit, char *name, DwarfSym *s) in dwarflookupnameinunit()
151 dwarflookuptag(Dwarf *d, ulong unit, ulong tag, DwarfSym *s) in dwarflookuptag()
170 dwarfseeksym(Dwarf *d, ulong unit, ulong off, DwarfSym *s) in dwarfseeksym()
181 dwarflookupfn(Dwarf *d, ulong unit, ulong pc, DwarfSym *s) in dwarflookupfn()
201 dwarfenumunit(Dwarf *d, ulong unit, DwarfSym *s) in dwarfenumunit()
407 parseattrs(DwarfBuf *b, ulong unit, DwarfAbbrev *a, DwarfAttrs *attrs) in parseattrs()
458 getulong(DwarfBuf *b, int form, ulong unit, ulong *u, int *type) in getulong()
H A Ddwarfaranges.c16 dwarfaddrtounit(Dwarf *d, ulong addr, ulong *unit) in dwarfaddrtounit()
H A Ddwarfpubnames.c15 ulong len, unit, off; in _dwarfnametounit() local
H A Ddwarfpc.c51 ulong off, unit, len, vers, x, start, lastline; in dwarfpctoline() local
/reactos/sdk/lib/rossym_new/
H A Ddwarfinfo.c116 dwarflookupnameinunit(Dwarf *d, ulong unit, char *name, DwarfSym *s) in dwarflookupnameinunit()
159 dwarflookuptag(Dwarf *d, ulong unit, ulong tag, DwarfSym *s) in dwarflookuptag()
178 dwarfseeksym(Dwarf *d, ulong unit, ulong off, DwarfSym *s) in dwarfseeksym()
194 dwarflookupfn(Dwarf *d, ulong unit, ulong pc, DwarfSym *s) in dwarflookupfn()
210 dwarfenumunit(Dwarf *d, ulong unit, DwarfSym *s) in dwarfenumunit()
405 parseattrs(Dwarf *d, DwarfBuf *b, ulong tag, ulong unit, DwarfAbbrev *a, DwarfAttrs *attrs) in parseattrs()
467 getulong(DwarfBuf *b, int form, ulong unit, ulong *u, int *type) in getulong()
912 DwarfSym unit = { }; in dwarfargvalue() local
H A Ddwarfaranges.c11 dwarfaddrtounit(Dwarf *d, ulong addr, ulong *unit) in dwarfaddrtounit()
H A Ddwarfpubnames.c10 ulong len, unit, off; in _dwarfnametounit() local
H A Dfind.c140 ulong unit, typeoff = 0; in RosSymAggregate() local
H A Ddwarfpc.c45 ulong off, unit, len, vers, x, start, lastline; in dwarfpctoline() local
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Decp.c159 ecp_init(unit) in ecp_init() argument
H A Dmultilink.c124 int unit, pppd_pid; in mp_join_bundle() local
431 owns_unit(key, unit) in owns_unit() argument
/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c123 Unit unit; in test_createfont() local
182 Unit unit; in test_logfont() local
482 Unit unit; in test_heightgivendpi() local
674 Unit unit; in test_font_metrics() local
H A Dgraphics.c47 static REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi) in units_to_pixels()
69 static REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) in pixels_to_units()
96 static GpGraphics *create_graphics(REAL res_x, REAL res_y, GpUnit unit, REAL scale, GpImage **image) in create_graphics()
630 GpUnit unit, defUnit = UnitPixel; in test_BeginContainer2() local
1609 GpUnit unit; in test_Get_Release_DC() local
3727 GpUnit unit; in test_GdipMeasureString() member
3760 GpUnit font_unit, unit; in test_GdipMeasureString() local
4001 GpUnit unit; in test_transform() member
5075 GpUnit unit; in test_clipping() local
5655 GpUnit unit; in test_clipping_2() local
H A Dmetafile.c375 GpUnit unit; in test_empty() local
736 GpUnit unit; in test_emfonly() local
1228 GpUnit unit; in test_nullframerect() local
1363 GpUnit unit; in test_pagetransform() local
1902 GpUnit unit; in test_frameunit() local
/reactos/dll/win32/gdiplus/
H A Dpen.c136 GpStatus WINGDIPAPI GdipCreatePen1(ARGB color, REAL width, GpUnit unit, in GdipCreatePen1()
150 GpStatus WINGDIPAPI GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit, in GdipCreatePen2()
396 GpStatus WINGDIPAPI GdipGetPenUnit(GpPen *pen, GpUnit *unit) in GdipGetPenUnit()
H A Dgdiplus.c327 REAL units_to_pixels(REAL units, GpUnit unit, REAL dpi) in units_to_pixels()
350 REAL pixels_to_units(REAL pixels, GpUnit unit, REAL dpi) in pixels_to_units()
/reactos/dll/directx/wine/wined3d/
H A Dsampler.c184 void wined3d_sampler_bind(struct wined3d_sampler *sampler, unsigned int unit, in wined3d_sampler_bind()
/reactos/dll/win32/riched20/
H A Drichole.c907 static HRESULT textrange_expand(ITextRange *range, LONG unit, LONG *delta) in textrange_expand()
2000 static HRESULT WINAPI ITextRange_fnExpand(ITextRange *me, LONG unit, LONG *delta) in ITextRange_fnExpand()
2012 static HRESULT WINAPI ITextRange_fnGetIndex(ITextRange *me, LONG unit, LONG *index) in ITextRange_fnGetIndex()
2024 static HRESULT WINAPI ITextRange_fnSetIndex(ITextRange *me, LONG unit, LONG index, in ITextRange_fnSetIndex()
2164 static HRESULT WINAPI ITextRange_fnStartOf(ITextRange *me, LONG unit, LONG extend, in ITextRange_fnStartOf()
2177 static HRESULT WINAPI ITextRange_fnEndOf(ITextRange *me, LONG unit, LONG extend, in ITextRange_fnEndOf()
2202 static HRESULT WINAPI ITextRange_fnMoveStart(ITextRange *me, LONG unit, LONG count, in ITextRange_fnMoveStart()
2215 static HRESULT textrange_moveend(ITextRange *range, LONG unit, LONG count, LONG *delta) in textrange_moveend()
2261 static HRESULT WINAPI ITextRange_fnMoveEnd(ITextRange *me, LONG unit, LONG count, in ITextRange_fnMoveEnd()
5168 static HRESULT WINAPI ITextSelection_fnEndOf(ITextSelection *me, LONG unit, LONG extend, in ITextSelection_fnEndOf()
[all …]
/reactos/base/applications/calc/
H A Dconvert.c47 DWORD unit; member
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdguiut.c73 int unit; in FormatSizeUnits() local
/reactos/dll/3rdparty/libpng/
H A Dpngset.c431 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s()
497 png_set_sCAL(png_const_structrp png_ptr, png_inforp info_ptr, int unit, in png_set_sCAL()
527 png_set_sCAL_fixed(png_const_structrp png_ptr, png_inforp info_ptr, int unit, in png_set_sCAL_fixed()
H A Dpngget.c922 int *unit, png_fixed_point *width, png_fixed_point *height) in png_get_sCAL_fixed()
945 int *unit, double *width, double *height) in png_get_sCAL()
961 int *unit, png_charpp width, png_charpp height) in png_get_sCAL_s()
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvcommn.c503 FT_UShort unit; in gxv_LookupTable_fmt2_validate() local
570 FT_UShort unit; in gxv_LookupTable_fmt4_validate() local
670 FT_UShort unit; in gxv_LookupTable_fmt6_validate() local
/reactos/dll/win32/mshtml/
H A Dtxtrange.c1118 range_unit_t unit; in HTMLTxtRange_expand() local
1185 range_unit_t unit; in HTMLTxtRange_move() local
1237 range_unit_t unit; in HTMLTxtRange_moveStart() local
1275 range_unit_t unit; in HTMLTxtRange_moveEnd() local
/reactos/base/applications/wordpad/
H A Dwordpad.c1363 static int units_to_twips(UNIT unit, float number) in units_to_twips()
1590 UNIT unit; in paraformat_proc() local
1712 UNIT unit; in tabstops_proc() local
1781 UNIT unit; in tabstops_proc() local

12