Home
last modified time | relevance | path

Searched refs:reformat (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c772 void *reformat;
796 reformat = MLX5_ADDR_OF(packet_reformat_context_in,
799 inlen = reformat - (void *)in + params->size;
812 memcpy(reformat, params->data, params->size);
406 void *reformat; mlx5_cmd_packet_reformat_alloc() local
/freebsd/contrib/googletest/
H A D.clang-format1 # Run manually to reformat a file:
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatInternal.h74 reformat(const FormatStyle &Style, StringRef Code,
H A DFormat.cpp3514 return reformat(Style, Code, Ranges, FileName); in formatReplacements()
3622 reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3808 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3812 return internal::reformat(Style, Code, Ranges, in reformat()
3831 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat() function
3835 auto Result = reformat(Style, Code, Ranges, FileName, &Status); in reformat()
H A DContinuationIndenter.cpp2140 std::pair<tooling::Replacements, unsigned> Fixes = internal::reformat( in reformatRawStringLiteral()
/freebsd/
H A D.git-blame-ignore-revs11 # reformat libexec/rtld-elf
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5335 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
5343 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code,
/freebsd/usr.bin/indent/
H A DREADME33 | got disgusted and wrote a program, which I called indent, to reformat C
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp511 reformat(*FormatStyle, *ChangedCode, Ranges, AssumedFileName, &Status); in format()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp603 reformat(Style, StringDecl, tooling::Range(Offset, Length), "xmldecl.xd"); in formatTextOfDeclaration()
/freebsd/contrib/tnftp/
H A DChangeLog1431 - reformat some comments
1432 - reformat usage string in program and man page
/freebsd/crypto/heimdal/
H A DChangeLog.20061942 * lib/krb5/aes-test.c: reformat, avoid free-ing un-init'd memory
/freebsd/contrib/flex/
H A DChangeLog4164 regex.c to indentfiles; reformat and sort indentfiles so it's easier
4821 reformat a list of non-posix features
7651 * tests/README: reformat, say to add a description to this file and
7777 * NEWS: reformat items; cut out old items and move them to ONEWS
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h481 u8 reformat[0x1]; member
/freebsd/crypto/openssh/
H A DChangeLog5054 with that in ssh.1 - reformat usage() to match what "man ssh" does on 80width
/freebsd/contrib/ncurses/
H A DNEWS2895 + reformat terminfo.src with 20170513 updates.
6060 + modify tic's -I/-C dump to reformat acsc strings into canonical form
13495 + add logic to dump_entry.c to reformat acsc entries into canonical
/freebsd/contrib/ntp/
H A DChangeLog4700 * reformat ntp_control.c; do not use c++ // comments.
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6793 def fno_reformat : Flag<["-"], "fno-reformat">, Group<Preprocessor_Group>,
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src26563 # * reformat acsc strings to canonical format -TD