Searched defs:DEPTH (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop2.h | 42 glue(glue(glue(cirrus_patternfill_, ROP_NAME), _),DEPTH) in glue() argument 99 glue(glue(glue(cirrus_colorexpand_transp_, ROP_NAME), _),DEPTH) in glue() argument 148 glue(glue(glue(cirrus_colorexpand_, ROP_NAME), _),DEPTH) in glue() argument 184 glue(glue(glue(cirrus_colorexpand_pattern_transp_, ROP_NAME), _),DEPTH) in glue() argument 228 glue(glue(glue(cirrus_colorexpand_pattern_, ROP_NAME), _),DEPTH) in glue() argument 262 glue(glue(glue(cirrus_fill_, ROP_NAME), _),DEPTH) in glue() argument
|
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() 116 Indirect chain[DEPTH], in splice_branch() 225 int offsets[DEPTH], in find_shared() 226 Indirect chain[DEPTH], in find_shared()
|
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()
|
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()
|
/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()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 15 #define DEPTH 60 macro
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 170 #define DEPTH(he) (he->callchain->max_depth) macro
|