HomeSort by relevance Sort by last modified time
    Searched defs:AddComment (Results 1 - 5 of 5) sorted by null

  /external/jhead/
jhead.c 97 static char * AddComment = NULL; // Add this tag.
246 if (AddComment){
248 if (!memcmp(Line, AddComment, l+1)){
250 strncpy(Line, AddComment, sizeof(Line));
268 if (AddComment && TagExists == FALSE){
269 strncat(OutComment, AddComment, MAX_COMMENT_SIZE-5-strlen(OutComment));
941 AddComment || RemComment ||
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 154 /// AddComment - Add a comment that can be emitted to the generated .s
161 virtual void AddComment(const Twine &T) {}
164 /// Unlike AddComment, you are required to terminate comments with \n if you
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 420 AddComment(i, comments[i]);
444 void AddComment(size_t pos, const Comment& comment) {
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 545 AddComment(i, comments[i]);
569 void AddComment(size_t pos, const PNGCodec::Comment& comment) {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 101 /// AddComment - Add a comment that can be emitted to the generated .s
105 virtual void AddComment(const Twine &T);
111 /// Unlike AddComment, you are required to terminate comments with \n if you
281 /// AddComment - Add a comment that can be emitted to the generated .s
285 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]

Completed in 1321 milliseconds