Home
last modified time | relevance | path

Searched refs:tmp_ext (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py420 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
421 if tmp_ext is None:
425 if not dot_cmd and tmp_ext == '.dot':
436 self.builder.outdir, self.builder.imagedir, fname + tmp_ext)
444 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
446 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py524 tmp_ext = RENDER_MARKUP_EXT.get(srclang, None)
525 if tmp_ext is None:
529 if not dot_cmd and tmp_ext == '.dot':
540 self.builder.outdir, self.builder.imagedir, fname + tmp_ext)
548 img_node['uri'] = path.join(self.builder.imgpath, fname + tmp_ext)
550 '*': path.join(self.builder.imgpath, fname + tmp_ext)}
/openbmc/linux/net/ipv6/
H A Dah6.c34 struct tmp_ext { struct
68 static inline struct tmp_ext *ah_tmp_ext(void *base) in ah_tmp_ext()
294 struct tmp_ext *iph_ext; in ah6_output_done()
334 struct tmp_ext *iph_ext; in ah6_output()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c1397 TCGv_i32 tmp_ext = tcg_constant_i32(arg->e); in trans_mts() local
1400 gen_helper_mmu_write(tcg_env, tmp_ext, tmp_reg, src); in trans_mts()
1483 TCGv_i32 tmp_ext = tcg_constant_i32(arg->e); in trans_mfs() local
1486 gen_helper_mmu_read(dest, tcg_env, tmp_ext, tmp_reg); in trans_mfs()
/openbmc/linux/fs/f2fs/
H A Dnamei.c26 bool tmp_ext, bool tmp_dot) in is_extension_exist() argument
42 if (!tmp_ext) { in is_extension_exist()