Home
last modified time | relevance | path

Searched defs:DEPTH (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h42 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 Dcirrus_vga_rop.h231 #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 Ditree_common.c33 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 Ditree_v1.c6 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 Ditree_v2.c5 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 Ditree.c14 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 Defi_selftest_bitblt.c15 #define DEPTH 60 macro
/openbmc/linux/tools/perf/tests/
H A Dhists_cumulate.c170 #define DEPTH(he) (he->callchain->max_depth) macro