Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-array.c389 struct resize { struct
437 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument
444 r = dm_btree_remove(&resize->info->btree_info, resize->root, in drop_blocks()
445 &key, &resize->root); in drop_blocks()
465 static int shrink(struct resize *resize) in shrink() argument
475 if (resize->new_nr_full_blocks < resize->old_nr_full_blocks) { in shrink()
476 begin = total_nr_blocks_needed(resize->new_nr_full_blocks, in shrink()
477 resize->new_nr_entries_in_last_block); in shrink()
478 end = total_nr_blocks_needed(resize->old_nr_full_blocks, in shrink()
479 resize->old_nr_entries_in_last_block); in shrink()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c35 #define resize_hpt_debug(resize, ...) \ argument
37 printk(KERN_DEBUG "RESIZE HPT %p: ", resize); \
41 #define resize_hpt_debug(resize, ...) \ argument
1214 static int resize_hpt_allocate(struct kvm_resize_hpt *resize) in resize_hpt_allocate() argument
1218 rc = kvmppc_allocate_hpt(&resize->hpt, resize->order); in resize_hpt_allocate()
1222 resize_hpt_debug(resize, "resize_hpt_allocate(): HPT @ 0x%lx\n", in resize_hpt_allocate()
1223 resize->hpt.virt); in resize_hpt_allocate()
1228 static unsigned long resize_hpt_rehash_hpte(struct kvm_resize_hpt *resize, in resize_hpt_rehash_hpte() argument
1231 struct kvm *kvm = resize->kvm; in resize_hpt_rehash_hpte()
1233 struct kvm_hpt_info *new = &resize->hpt; in resize_hpt_rehash_hpte()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c173 xf86ResizeOffscreenArea(FBAreaPtr resize, int w, int h) in xf86ResizeOffscreenArea() argument
177 if (!resize) in xf86ResizeOffscreenArea()
184 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenArea()
188 return (*funcs->ResizeOffscreenArea) (resize, w, h); in xf86ResizeOffscreenArea()
192 xf86ResizeOffscreenLinear(FBLinearPtr resize, int size) in xf86ResizeOffscreenLinear() argument
196 if (!resize) in xf86ResizeOffscreenLinear()
203 (FBManagerFuncsPtr) dixLookupPrivate(&resize->pScreen->devPrivates, in xf86ResizeOffscreenLinear()
207 return (*funcs->ResizeOffscreenLinear) (resize, size); in xf86ResizeOffscreenLinear()
492 localResizeOffscreenArea(FBAreaPtr resize, int w, int h) in localResizeOffscreenArea() argument
501 pScreen = resize->pScreen; in localResizeOffscreenArea()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drj54n1cb0c.c164 unsigned short resize; /* Sensor * 1024 / resize = Output */ member
561 output_w = (input_w * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection()
573 rj54n1->resize = ret; in rj54n1_set_selection()
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
690 resize = 1024; in rj54n1_sensor_scale()
699 resize = (RJ54N1_MAX_HEIGHT * 1024 + output_h / 2) / in rj54n1_sensor_scale()
703 resize = (RJ54N1_MAX_WIDTH * 1024 + output_w / 2) / in rj54n1_sensor_scale()
706 resize = max(resize_x, resize_y); in rj54n1_sensor_scale()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/
H A Dprofile23 if [ ! -x @BINDIR@/resize ] ; then
25 # Optimized resize funciton for bash
26 resize() {
34 # Portable resize function for ash/bash/dash/ksh
36 resize() {
53 # Use the EDITOR not being set as a trigger to call resize
58 /dev/tty[A-z]*) resize >/dev/null;;
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dvlun.c32 struct dk_cxlflash_resize *resize) in marshal_virt_to_resize() argument
34 resize->hdr = virt->hdr; in marshal_virt_to_resize()
35 resize->context_id = virt->context_id; in marshal_virt_to_resize()
36 resize->rsrc_handle = virt->rsrc_handle; in marshal_virt_to_resize()
37 resize->req_size = virt->lun_size; in marshal_virt_to_resize()
38 resize->last_lba = virt->last_lba; in marshal_virt_to_resize()
731 struct dk_cxlflash_resize *resize) in _cxlflash_vlun_resize() argument
740 res_hndl_t rhndl = resize->rsrc_handle; in _cxlflash_vlun_resize()
743 u64 ctxid = DECODE_CTXID(resize->context_id), in _cxlflash_vlun_resize()
744 rctxid = resize->context_id; in _cxlflash_vlun_resize()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Ddynamic_bitset.h71 resize(sz); in DynamicBitset()
119 void resize(size_t sz) in resize() function
122 bitset_.resize(sz / cell_bit_size_ + 1); in resize()
/OK3568_Linux_fs/debian/scripts/rkstage0/03-sys-storage/
H A D00-run.sh27 install -v -m 0755 -D $TOP_DIR/external/rkscript/resize-helper $ROOTFS_DIR/usr/sbin/
29 install -v -m 0644 -D $TOP_DIR/external/rkscript/resize-disk.service $ROOTFS_DIR/etc/systemd/system/
34 systemctl enable resize-disk
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Deigen.hpp144 dst.resize(src.rows, src.cols); in cv2eigen()
172 dst.resize(_rows, _cols); in cv2eigen()
192 dst.resize(src.rows); in cv2eigen()
216 dst.resize(_rows); in cv2eigen()
238 dst.resize(src.cols); in cv2eigen()
261 dst.resize(_cols); in cv2eigen()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Deigen.hpp144 dst.resize(src.rows, src.cols); in cv2eigen()
172 dst.resize(_rows, _cols); in cv2eigen()
192 dst.resize(src.rows); in cv2eigen()
216 dst.resize(_rows); in cv2eigen()
238 dst.resize(src.cols); in cv2eigen()
261 dst.resize(_cols); in cv2eigen()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Deigen.hpp144 dst.resize(src.rows, src.cols); in cv2eigen()
172 dst.resize(_rows, _cols); in cv2eigen()
192 dst.resize(src.rows); in cv2eigen()
216 dst.resize(_rows); in cv2eigen()
238 dst.resize(src.cols); in cv2eigen()
261 dst.resize(_cols); in cv2eigen()
/OK3568_Linux_fs/buildroot/package/freerdp/
H A D0004-tsmf-gstreamer-X11-Fix-wrong-render-x-y.patch44 WLog_ERR(TAG, "Could not resize overlay!");
53 WLog_ERR(TAG, "Could not resize overlay!");
71 DEBUG_TSMF("resize: x=%d, y=%d, w=%d, h=%d", x, y, width, height);
80 WLog_ERR(TAG, "Could not resize overlay!");
88 WLog_ERR(TAG, "Could not resize overlay!");
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Drange.hpp195 inline void resize(Range & rng, in resize() function
198 geometry::traits::resize<Range>::apply(rng, new_size); in resize()
211 range::resize(rng, boost::size(rng) - 1); in pop_back()
281 range::resize(rng, boost::size(rng) - 1); in erase()
335 range::resize(rng, boost::size(rng) - count); in erase()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicture_view.cpp28 pic_view->resize(ui->widget->size()); in Picture_view()
73 pic_view->resize(deskWidth,deskHeight-33); in Picture_view()
144 pic_view->resize(ui->widget->width(),ui->widget->height()); in show_image()
158 this->resize(deskWidth,deskHeight); in FormInCenter()
H A Dreverseline.cpp11 reverse_setting_label->resize(ui->widget_2->size()); in ReverseLine()
17 rearVision_setting_label->resize(ui->widget->size()); in ReverseLine()
H A Dadas.cpp13 front_ADAS_label->resize(ui->widget_2->size()); in ADAS()
19 rear_ADAS_label->resize(ui->widget->size()); in ADAS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dimport_export.hpp28 val.resize(limb + 1, limb + 1); in assign_bits()
54 val.resize(2, 2); in assign_bits()
66 val.resize(2, 2); // May throw! in assign_bits()
79 newval.resize(limb_count, limb_count); in resize_to_bit_size()
135 …result.resize(static_cast<unsigned>(limb_len), static_cast<unsigned>(limb_len)); // checked types… in import_bits_fast()
152 …result.resize(static_cast<unsigned>(limb_len), static_cast<unsigned>(limb_len)); // checked types… in import_bits_fast()
H A Ddivide.hpp141 result->resize(1 + r_order - y_order, 1 + r_order - y_order); in divide_unsigned_helper()
199 t.resize(shift + 1, shift + 1); in divide_unsigned_helper()
210 t.resize(shift + 1, shift + 1); in divide_unsigned_helper()
222 t.resize(y.size() + shift + 1, y.size() + shift); in divide_unsigned_helper()
247 t.resize(t.size() - 1, t.size() - 1); in divide_unsigned_helper()
286 result->resize(result->size() - 1, result->size() - 1); in divide_unsigned_helper()
404 result->resize(r_order + 1, r_order + 1); in divide_unsigned_helper()
420 r.resize(r.size() - 1, r.size() - 1); in divide_unsigned_helper()
428 r.resize(r.size() - 1, r.size() - 1); in divide_unsigned_helper()
441 r.resize(r.size() - 1, r.size() - 1); in divide_unsigned_helper()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dmutable_range.hpp82 struct resize struct
87 range.resize(new_size); in apply()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dxen-fbfront.c54 struct xenfb_resize resize; /* protected by resize_lock */ member
111 event.resize = info->resize; in xenfb_do_resize()
320 xenfb_info->resize.type = XENFB_TYPE_RESIZE; in xenfb_set_par()
321 xenfb_info->resize.width = info->var.xres; in xenfb_set_par()
322 xenfb_info->resize.height = info->var.yres; in xenfb_set_par()
323 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()
324 xenfb_info->resize.depth = info->var.bits_per_pixel; in xenfb_set_par()
325 xenfb_info->resize.offset = 0; in xenfb_set_par()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp184 outputPolygon.resize(inputPolygon.size()); in upscaleClipperPoints()
197 outputPolygons.resize(inputPolygons.size()); in upscaleClipperPoints()
201 outputPolygons[i].resize(inputPolygons[i].size()); in upscaleClipperPoints()
215 outputPolygons.resize(inputPolygons.size()); in downscaleClipperPoints()
219 outputPolygons[i].resize(inputPolygons[i].size()); in downscaleClipperPoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp121 bool resize(int32_t w1) { in resize() function in mapbox::Shelf
336 resize(w2, h2); in packOne()
361 resize(w2, h2); in shrink()
457 bool resize(int32_t w, int32_t h) { in resize() function in mapbox::ShelfPack
461 shelf.resize(width_); in resize()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A Dmediahome.cpp65 VideoPlayer::Instance()->resize(size()); in on_video_btn_clicked()
74 MusicPlayer::Instance()->resize(size()); in on_music_btn_clicked()
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D05-partitions.sh36 resize-part) FUNC=rk_partition_resize ;;
84 resize-part) rk_partition_resize $@ ;;
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-partitions.sh36 resize-part) FUNC=rk_partition_resize ;;
84 resize-part) rk_partition_resize $@ ;;

12345678910>>...18