Home
last modified time | relevance | path

Searched defs:t (Results 1 – 9 of 9) sorted by relevance

/scripts/
Drecordmcount.h196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func() local
321 unsigned t; in sift_rel_mcount() local
367 unsigned t; in nop_mcount() local
427 unsigned t; in find_secsym_ndx() local
Ddocproc.c621 time_t t = time(NULL); in main() local
Dasn1_compiler.c753 unsigned nr, t, n; in build_type_list() local
1217 const struct type *t = e->type_def; in dump_element() local
Danalyze_suspend.py788 def trimTimeVal(self, t, t0, dT, left): argument
1121 def __init__(self, a, n, t, l): argument
1148 def __init__(self, t, m='', d=''): argument
Dunifdef.c1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp()
/scripts/dtc/
Dfdtdump.c58 const char *p, *s, *t; in dump_blob() local
Ddtc.h95 #define for_each_marker_of_type(m, t) \ argument
/scripts/gcc-plugins/
Dgcc-common.h377 static inline bool tree_fits_shwi_p(const_tree t) in tree_fits_shwi_p()
391 static inline bool tree_fits_uhwi_p(const_tree t) in tree_fits_uhwi_p()
399 static inline HOST_WIDE_INT tree_to_shwi(const_tree t) in tree_to_shwi()
405 static inline unsigned HOST_WIDE_INT tree_to_uhwi(const_tree t) in tree_to_uhwi()
897 static inline void debug_tree(const_tree t) in debug_tree()
907 #define debug_tree(t) debug_tree(CONST_CAST_TREE(t)) argument
/scripts/genksyms/
Dgenksyms.c151 static enum symbol_type map_to_ns(enum symbol_type t) in map_to_ns()