Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 25 of 94) sorted by relevance

1234

/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_fb.c119 struct drm_fb_helper_surface_size *sizes) in tegra_fb_probe() argument
133 DRM_DEBUG_KMS("surface: %d x %d (bpp: %d)\n", sizes->surface_width, in tegra_fb_probe()
134 sizes->surface_height, sizes->surface_bpp); in tegra_fb_probe()
139 bpp = (sizes->surface_bpp + 7) / 8; in tegra_fb_probe()
143 mode_cmd.width = sizes->surface_width; in tegra_fb_probe()
144 mode_cmd.height = sizes->surface_height; in tegra_fb_probe()
145 mode_cmd.pitches[0] = roundup(sizes->surface_width * bpp, in tegra_fb_probe()
147 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
148 sizes->surface_depth); in tegra_fb_probe()
178 info->fb_bpp = sizes->surface_bpp; in tegra_fb_probe()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_multi_raidz.ksh82 typeset -A sizes=
90 typeset -A sizes["$raid"]
101 typeset -A sizes["$raid"]["$ndisks"]
116 sizes["$raid"]["$ndisks"]["$vbs"]=$refres
162 refres1=${sizes["$raid"]["$nd1"]["$vbs"]}
163 refres2=${sizes["$raid"]["$nd2"]["$vbs"]}
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/
H A Dtest_threads.cpp28 …static const int sizes[] = { 7, 16, 32, 60, 91, 100, 120, 144, 169, 199, 255, 400, 670, 900, 917, … in test_threads() local
29 static const int numSizes = (int)(sizeof(sizes) / sizeof(sizes[0])); in test_threads()
51 const int sz = sizes[x]; in test_threads()
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
24 each OUT endpoint of the core. Fewer entries overrides the default sizes
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
30 each IN endpoint of the core. Fewer entries overrides the default sizes
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dfsl-qdma.txt26 - status-sizes: status queue size of per virtual block
27 - queue-sizes: command queue size of per virtual block, the size number
53 status-sizes = <64>;
54 queue-sizes = <64 64>;
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddecay.c547 size_t sizes[] = {16, PAGE<<2, HUGEPAGE<<2}; in TEST_BEGIN() local
549 for (unsigned i = 0; i < sizeof(sizes)/sizeof(size_t); i++) { in TEST_BEGIN()
550 size_t size = sizes[i]; in TEST_BEGIN()
568 size_t sizes[] = {16, PAGE<<2, HUGEPAGE<<2}; in TEST_BEGIN() local
569 void *ptrs[sizeof(sizes)/sizeof(size_t)]; in TEST_BEGIN()
570 for (unsigned i = 0; i < sizeof(sizes)/sizeof(size_t); i++) { in TEST_BEGIN()
571 ptrs[i] = do_mallocx(sizes[i], flags); in TEST_BEGIN()
578 for (unsigned i = 0; i < sizeof(sizes)/sizeof(size_t); i++) { in TEST_BEGIN()
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,bcm963xx-imagetag.txt5 partitions or non standard bootloader partition sizes. For these a mixed layout
9 sizes of the rootfs and kernel parts contained in the firmware.
H A Dbrcm,bcm963xx-cfe-nor-partitions.txt9 kernel offsets and sizes within the firmware partition.
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c559 sds sizes = sdsempty(); in debugCommand() local
560 sizes = sdscatprintf(sizes,"bits:%d ",(sizeof(void*) == 8)?64:32); in debugCommand()
561 sizes = sdscatprintf(sizes,"robj:%d ",(int)sizeof(robj)); in debugCommand()
562 sizes = sdscatprintf(sizes,"dictentry:%d ",(int)sizeof(dictEntry)); in debugCommand()
563 sizes = sdscatprintf(sizes,"sdshdr5:%d ",(int)sizeof(struct sdshdr5)); in debugCommand()
564 sizes = sdscatprintf(sizes,"sdshdr8:%d ",(int)sizeof(struct sdshdr8)); in debugCommand()
565 sizes = sdscatprintf(sizes,"sdshdr16:%d ",(int)sizeof(struct sdshdr16)); in debugCommand()
566 sizes = sdscatprintf(sizes,"sdshdr32:%d ",(int)sizeof(struct sdshdr32)); in debugCommand()
567 sizes = sdscatprintf(sizes,"sdshdr64:%d ",(int)sizeof(struct sdshdr64)); in debugCommand()
568 addReplyBulkSds(c,sizes); in debugCommand()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dbcm283x-rpi-usb-otg.dtsi8 * fifo sizes shouldn't exceed 3776 bytes.
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_log.c360 size_t sizes[2]; local
489 sizes[0] = sizeof(ipfl);
497 sizes[1] = hlen + mlen;
501 sizes[1] = hlen + mlen;
506 sizes[1] = hlen + mlen;
509 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
/f-stack/freebsd/contrib/device-tree/Bindings/ata/
H A Dahci-da850.txt6 - reg: physical base addresses and sizes of the two register regions
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojectquota_004_neg.ksh68 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserquota_005_neg.ksh71 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c374 off_t *sizes, int *errors, int ncmds) in vdev_geom_io() argument
387 n_bios += (sizes[i] + maxio - 1) / maxio; in vdev_geom_io()
397 s = sizes[i]; in vdev_geom_io()
417 s = sizes[i]; in vdev_geom_io()
445 off_t sizes[VDEV_LABELS]; in vdev_geom_read_config() local
468 sizes[l] = size; in vdev_geom_read_config()
474 vdev_geom_io(cp, cmds, (void**)vdev_lists, offsets, sizes, errors, in vdev_geom_read_config()
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt10 - reg-io-width : Mask of sizes (in bytes) of the IO accesses that
H A Ddavicom-dm9000.txt5 - reg : physical addresses and sizes of registers, must contain 2 entries:
H A Dethernet-controller.yaml119 for components that can have configurable receive fifo sizes,
132 is used for components that can have configurable fifo sizes.
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst197 For other hugepage sizes, for example 1G pages, the size must be specified explicitly and
205 … The hugepage sizes that a CPU supports can be determined from the CPU flags on Intel architecture.
207 On IBM Power architecture, the supported hugepage sizes are 16MB and 16GB.
233 However, in order to use hugepage sizes other than the default, it is necessary
234 to manually create mount points for those hugepage sizes (e.g. 1GB pages).
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt27 smaller frames sizes such as 32 BCLKS per LRCLK or
H A Dfsl,ssi.txt51 playback and capture to use different sample sizes and
54 together. This would still allow different sample sizes,
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dsitronix,st7701.yaml13 ST7701 designed for small and medium sizes of TFT LCD display, is
/f-stack/freebsd/contrib/device-tree/Bindings/soc/dove/
H A Dpmu.txt7 - reg: two base addresses and sizes of the PM controller and PMU.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2965 Current Release: (Note: build changes increased sizes)
5912 sizes.
13353 Current Release: (Same sizes)
15265 sizes are shown below. These are the code and data sizes for the
15340 sizes are shown below. These are the code and data sizes for the
15399 sizes are shown below. These are the code and data sizes for the
15453 sizes are shown below. These are the code and data sizes for the
15572 sizes are shown below. These are the code and data sizes for the
16943 below. These are the code and data sizes for the acpica.lib
17874 the code and data sizes for the acpica.lib produced by the
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dsoundwire-controller.yaml38 Valid sizes of these fields are

1234