Lines Matching defs:This
83 * is not enabled, its value should be 0. This parameter is specified
208 /* This variable is a weak external reference which could be used to detect
239 /* This symbol is defined by the compiler when runtime counter relocation is
330 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
333 FILE *File = (FILE *)This->WriterCtx;
368 static void initFileWriter(ProfDataWriter *This, FILE *File) {
369 This->Write = fileWriter;
370 This->WriterCtx = File;
1075 /* This API initializes the file handling, both user specified
1103 /* This method is invoked by the runtime initialization hook
1113 /* This API is directly called by the user application code. It has the