Home
last modified time | relevance | path

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

/third_party/python/Tools/unicode/
Dmakeunicodedata.py267 fprint = partial(print, file=fp)
269 fprint("/* this file was generated by %s %s */" % (SCRIPT, VERSION))
270 fprint()
271 fprint('#define UNIDATA_VERSION "%s"' % UNIDATA_VERSION)
272 fprint("/* a list of unique database records */")
273 fprint("const _PyUnicode_DatabaseRecord _PyUnicode_Database_Records[] = {")
275 fprint(" {%d, %d, %d, %d, %d, %d}," % item)
276 fprint("};")
277 fprint()
279 fprint("/* Reindexing of NFC first characters. */")
[all …]
/third_party/openssl/tools/
Dc_rehash.in219 my ($hash, $fprint) = compute_hash($openssl,
225 chomp $fprint;
227 $fprint =~ s/^.*=//;
228 $fprint =~ tr/://d;
234 if ($hashlist{"$hash.$crlmark$suffix"} eq $fprint) {
249 $hashlist{$hash} = $fprint;
/third_party/mesa3d/src/compiler/glsl/
Dopt_tree_grafting.cpp131 this->graft_assign->fprint(stderr); in do_graft()
134 (*rvalue)->fprint(stderr); in do_graft()
168 ir->fprint(stderr); in check_graft()
322 lhs_var->fprint(stderr); in try_tree_grafting()
332 ir->fprint(stderr); in try_tree_grafting()
Dir_print_visitor.cpp36 this->fprint(stdout); in print()
40 ir_instruction::fprint(FILE *f) const in fprint() function in ir_instruction
72 ir->fprint(f); in _mesa_print_ir()
83 ir->fprint(f); in fprint_ir()
Dir.h107 void fprint(FILE *f) const;