Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt.c202 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
244 int depth = 0; in fdt_first_subnode() local
255 int depth = 1; in fdt_next_subnode() local
H A Dfdt_wip.c75 int depth = 0; in fdt_node_end_offset_() local
H A Dfdt_ro.c215 int depth; in fdt_subnode_offset_namelen() local
525 int offset, depth, namelen; in fdt_get_path() local
577 int offset, depth; in fdt_supernode_atdepth_offset() local
853 unsigned depth = 0; in fdt_check_full() local
/optee_os/scripts/
H A Dftrace_format.py42 def display(depth, val): argument
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c39 …ence_flexi(const unsigned char *in, unsigned long *inlen, ltc_asn1_list **out, unsigned long depth) in s_der_decode_sequence_flexi()