/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop2.h | 25 #if DEPTH == 8 27 #elif DEPTH == 16 29 #elif DEPTH == 24 35 #elif DEPTH == 32 38 #error unsupported DEPTH 42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument 52 #if DEPTH == 24 in glue() 55 int skipleft = (s->vga.gr[0x2f] & 0x07) * (DEPTH / 8); in glue() 58 #if DEPTH == 8 in glue() 60 #elif DEPTH == 16 in glue() [all …]
|
H A D | cirrus_vga_rop.h | 231 #define DEPTH 8 macro 234 #define DEPTH 16 macro 237 #define DEPTH 24 macro 240 #define DEPTH 32 macro
|
/openbmc/linux/fs/minix/ |
H A D | itree_common.c | 33 Indirect chain[DEPTH], in get_branch() argument 116 Indirect chain[DEPTH], in splice_branch() argument 156 int offsets[DEPTH]; in get_block() 157 Indirect chain[DEPTH]; in get_block() 225 int offsets[DEPTH], in find_shared() argument 226 Indirect chain[DEPTH], in find_shared() argument 304 int offsets[DEPTH]; in truncate() 305 Indirect chain[DEPTH]; in truncate() 344 while (first_whole < DEPTH-1) { in truncate() 360 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks()
|
H A D | itree_v1.c | 6 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator 25 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
H A D | itree_v2.c | 5 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator 27 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) in block_to_path() argument
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 15 #define DEPTH 60 macro 88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH, in notify() 259 ret = gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, 0, 0, 0, DEPTH, in execute() 268 79, 57 + DEPTH, 119, 57 + DEPTH, in execute() 277 94, 57 + DEPTH, 94, 57, in execute()
|
/openbmc/linux/fs/sysv/ |
H A D | itree.c | 14 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator 23 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) in block_to_path() argument 210 int offsets[DEPTH]; in get_block() 211 Indirect chain[DEPTH]; in get_block() 369 int offsets[DEPTH]; in sysv_truncate() 370 Indirect chain[DEPTH]; in sysv_truncate() 415 while (n < DEPTH) { in sysv_truncate() 435 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo5039.c | 69 NVDEF(NV5039, SET_SRC_BLOCK_SIZE, DEPTH, ONE_GOB), in nv50_bo_move_m2mf() 91 NVDEF(NV5039, SET_DST_BLOCK_SIZE, DEPTH, ONE_GOB), in nv50_bo_move_m2mf()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch | 31 include $(DEPTH)/coreconf/config.mk
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 170 #define DEPTH(he) (he->callchain->max_depth) macro
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndwc37e.c | 105 NVVAL(NVC37E, SET_COMPOSITION_CONTROL, DEPTH, asyw->blend.depth), in wndwc37e_blend_set()
|
/openbmc/qemu/ |
H A D | qemu-img-cmds.hx | 23 .. option:: bench [-c COUNT] [-d DEPTH] [-f FMT] [--flush-interval=FLUSH_INTERVAL] [-i AIO] [-n] [-…
|
/openbmc/qemu/hw/i3c/ |
H A D | aspeed_i3c.c | 258 FIELD(DEVICE_ADDR_TABLE_POINTER, DEPTH, 16, 16) 656 DEPTH); in aspeed_i3c_device_addr_table_index_from_addr()
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 277 .. option:: bench [-c COUNT] [-d DEPTH] [-f FMT] [--flush-interval=FLUSH_INTERVAL] [-i AIO] [-n] [-… 283 bytes in size, and with *DEPTH* requests in parallel. The first request
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | sienna_cichlid_ppt.c | 4238 smu->stb_context.stb_buf_size = 1 << REG_GET_FIELD(reg, MP1_PMI_3_FIFO, DEPTH); in sienna_cichlid_stb_init()
|