Home
last modified time | relevance | path

Searched refs:vresize (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/tk85/tk8.5.19/library/ttk/
H A Dcursors.tcl57 vresize sb_v_double_arrow
85 vresize size_ns
113 vresize resizeupdown
159 {hresize vresize ""}
H A Dpanedwindow.tcl76 vertical { set cursor vresize }
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/omap/
H A Domap_voutlib.c174 unsigned long vresize, hresize; in omap_vout_new_crop() local
213 vresize = (1024 * try_crop.height) / win->w.height; in omap_vout_new_crop()
214 if (omap_vout_dss_omap24xx() && (vresize > 2048)) in omap_vout_new_crop()
215 vresize = 2048; in omap_vout_new_crop()
216 else if (omap_vout_dss_omap34xx() && (vresize > 4096)) in omap_vout_new_crop()
217 vresize = 4096; in omap_vout_new_crop()
219 win->w.height = ((1024 * try_crop.height) / vresize) & ~1; in omap_vout_new_crop()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/omap/
H A Domap_voutlib.c174 unsigned long vresize, hresize; in omap_vout_new_crop() local
213 vresize = (1024 * try_crop.height) / win->w.height; in omap_vout_new_crop()
214 if (omap_vout_dss_omap24xx() && (vresize > 2048)) in omap_vout_new_crop()
215 vresize = 2048; in omap_vout_new_crop()
216 else if (omap_vout_dss_omap34xx() && (vresize > 4096)) in omap_vout_new_crop()
217 vresize = 4096; in omap_vout_new_crop()
219 win->w.height = ((1024 * try_crop.height) / vresize) & ~1; in omap_vout_new_crop()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/omap/
H A Domap_voutlib.c174 unsigned long vresize, hresize; in omap_vout_new_crop() local
213 vresize = (1024 * try_crop.height) / win->w.height; in omap_vout_new_crop()
214 if (omap_vout_dss_omap24xx() && (vresize > 2048)) in omap_vout_new_crop()
215 vresize = 2048; in omap_vout_new_crop()
216 else if (omap_vout_dss_omap34xx() && (vresize > 4096)) in omap_vout_new_crop()
217 vresize = 4096; in omap_vout_new_crop()
219 win->w.height = ((1024 * try_crop.height) / vresize) & ~1; in omap_vout_new_crop()
/dports/x11-toolkits/tk87/tk8.7a5/library/ttk/
H A Dcursors.tcl57 vresize sb_v_double_arrow
85 vresize size_ns
111 vresize resizeupdown
178 {hresize vresize ""}
H A Dpanedwindow.tcl67 [list [ttk::cursor hresize] [ttk::cursor vresize]]
78 [list [ttk::cursor hresize] [ttk::cursor vresize]]
85 vertical { set cursor vresize }
/dports/x11-toolkits/tk86/tk8.6.12/library/ttk/
H A Dcursors.tcl57 vresize sb_v_double_arrow
85 vresize size_ns
113 vresize resizeupdown
181 {hresize vresize ""}
H A Dpanedwindow.tcl67 [list [ttk::cursor hresize] [ttk::cursor vresize]]
78 [list [ttk::cursor hresize] [ttk::cursor vresize]]
85 vertical { set cursor vresize }
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/verto/
H A Dverto.c160 #define vfree(mem) vresize(mem, 0)
162 vresize(void *mem, size_t size) in vresize() function
285 tmp = *record = vresize(NULL, sizeof(module_record)); in do_load_file()
491 ev = vresize(NULL, sizeof(verto_ev)); in make_ev()
951 ctx = vresize(NULL, sizeof(verto_ctx)); in verto_convert_module()
981 *tmp = vresize(NULL, sizeof(module_record)); in verto_convert_module()
/dports/security/krb5/krb5-1.19.2/src/util/verto/
H A Dverto.c160 #define vfree(mem) vresize(mem, 0)
162 vresize(void *mem, size_t size) in vresize() function
285 tmp = *record = vresize(NULL, sizeof(module_record)); in do_load_file()
491 ev = vresize(NULL, sizeof(verto_ev)); in make_ev()
951 ctx = vresize(NULL, sizeof(verto_ctx)); in verto_convert_module()
981 *tmp = vresize(NULL, sizeof(module_record)); in verto_convert_module()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp96 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1018 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1019 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1030 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1139 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp96 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1018 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1019 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1030 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1139 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp94 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
987 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
988 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
999 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1108 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp96 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1018 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1019 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1030 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1139 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp97 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1023 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1024 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1035 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1144 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp96 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1018 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1019 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1030 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1139 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp94 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
987 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
988 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
999 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1108 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp96 Value *vresize(IRBuilder<> &Builder, Value *Val, int NewSize,
1018 Value *P2Src = vresize(Builder, Src, P2Len, Undef); in insertb()
1019 Value *P2Dst = vresize(Builder, Dst, P2Len, Undef); in insertb()
1030 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
1139 auto HexagonVectorCombine::vresize(IRBuilder<> &Builder, Value *Val, in vresize() function in HexagonVectorCombine
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2128 VResize vresize; in operator ()() local
2169 vresize( (const WT**)rows, (T*)(dst.data + dst.step*dy), beta, dsize.width ); in operator ()()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog7437 - hsplit or hresize <=> vsplit or vresize