HomeSort by: relevance | last modified time | path
    Searched refs:pformat (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/
generate_abi_list.py 36 lines = [pprint.pformat(sym, width=99999) for sym in symbols]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/
util.py 14 from pprint import pformat
54 # Use pformat for consistent ordering of keys.
55 out_str += pformat(sym, width=100000) + '\n'
  /src/sys/dev/usb/
uvideo.c 1324 struct uvideo_pixel_format *pformat, *pfiter; local
1401 pformat = NULL;
1404 pformat = pfiter;
1408 if (pixel_format != VIDEO_FORMAT_UNDEFINED && pformat == NULL) {
1409 pformat = kmem_zalloc(sizeof(*pformat), KM_SLEEP);
1410 pformat->pixel_format = pixel_format;
1414 pformat, entries);
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.c 1149 pformat (struct gdbarch *gdbarch, const struct floatformat **format)
1147 pformat (struct gdbarch *gdbarch, const struct floatformat **format) function
gdbarch-gen.c 587 pformat (gdbarch, gdbarch->bfloat16_format));
593 pformat (gdbarch, gdbarch->half_format));
599 pformat (gdbarch, gdbarch->float_format));
605 pformat (gdbarch, gdbarch->double_format));
611 pformat (gdbarch, gdbarch->long_double_format));
  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.c 1143 pformat (struct gdbarch *gdbarch, const struct floatformat **format)
1141 pformat (struct gdbarch *gdbarch, const struct floatformat **format) function
gdbarch.c 581 pformat (gdbarch, gdbarch->bfloat16_format));
587 pformat (gdbarch, gdbarch->half_format));
593 pformat (gdbarch, gdbarch->float_format));
599 pformat (gdbarch, gdbarch->double_format));
605 pformat (gdbarch, gdbarch->long_double_format));
  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4289 const unsigned char **pformat = parg; local
4293 *pformat = sc->ext.peer_ecpointformats;
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c 3731 const unsigned char **pformat = parg; local
3735 *pformat = s->ext.peer_ecpointformats;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c 3726 const unsigned char **pformat = parg; local
3730 *pformat = s->ext.peer_ecpointformats;

Completed in 51 milliseconds