HomeSort by relevance Sort by last modified time
    Searched defs:AddComment (Results 1 - 4 of 4) 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 252 virtual void AddComment(const Twine &T) {}
255 /// AddComment, you are required to terminate comments with \n if you use this
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 95 /// AddComment - Add a comment that can be emitted to the generated .s
99 void AddComment(const Twine &T) override;
105 /// Unlike AddComment, you are required to terminate comments with \n if you
256 /// AddComment - Add a comment that can be emitted to the generated .s
260 void MCAsmStreamer::AddComment(const Twine &T) {
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 412 AddComment(i, comments[i]);
436 void AddComment(size_t pos, const Comment& comment) {

Completed in 117 milliseconds