| /src/sys/miscfs/procfs/ |
| procfs_note.c | 96 char note[PROCFS_NOTELEN+1]; local 102 error = vfs_getuserstr(uio, note, &xlen);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| WithColor.cpp | 51 case HighlightColor::Note: 65 raw_ostream &WithColor::note() { return note(errs()); } function in class:WithColor 89 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, function in class:WithColor 93 return WithColor(OS, HighlightColor::Note, 96 << "note: ";
|
| /src/external/apache2/llvm/dist/llvm/utils/Misc/ |
| zkill | 19 note = lambda message: _write_message('note', message) variable 219 note('using signal %d (SIG%s)' % (signal, name)) 221 note('using signal %d' % signal) 265 note('kill(%r, %s) # (user=%r, executable=%r, CPU=%2.2f%%, time=%r, vmem=%r, rss=%r)' %
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| LitConfig.py | 115 self.note('load_config from %r' % path) 140 self.note('bash command failed: %s' % ( 173 def note(self, message): member in class:LitConfig 175 self._write_message('note', message)
|
| /src/external/bsd/tmux/dist/ |
| cmd-bind-key.c | 40 .usage = "[-nr] [-T key-table] [-N note] key " 59 const char *tablename, *note = args_get(args, 'N'); local 80 key_bindings_add(tablename, key, note, repeat, NULL); 86 key_bindings_add(tablename, key, note, repeat, value->cmdlist); 105 key_bindings_add(tablename, key, note, repeat, pr->cmdlist);
|
| cmd-list-keys.c | 71 bd->note == NULL || 72 *bd->note == '\0') { 93 char *tmp, *note; local 103 ((bd->note == NULL || *bd->note == '\0') && 111 if (bd->note == NULL || *bd->note == '\0') 112 note = cmd_list_print(bd->cmdlist, 1); 114 note = xstrdup(bd->note); [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_globals.cpp | 60 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); variable 61 const char *nend = note + phdr[i].p_memsz; 63 // Traverse all the notes until we find a HWASan note. 64 while (note < nend) { 65 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); 66 const char *name = note + sizeof(ElfW(Nhdr)); 72 note = desc + RoundUpTo(nhdr->n_descsz, 4); 82 note + global_note->begin_relptr); 84 note + global_note->end_relptr);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_globals.cpp | 58 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); variable 59 const char *nend = note + phdr[i].p_memsz; 61 // Traverse all the notes until we find a HWASan note. 62 while (note < nend) { 63 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); 64 const char *name = note + sizeof(ElfW(Nhdr)); 70 note = desc + RoundUpTo(nhdr->n_descsz, 4); 80 note + global_note->begin_relptr); 82 note + global_note->end_relptr);
|
| /src/sys/dev/isa/ |
| cms.c | 105 #define NOTE_TO_OCTAVE(note) (((note)-CMS_FIRST_NOTE)/12) 106 #define NOTE_TO_COUNT(note) cms_note_table[(((note)-CMS_FIRST_NOTE)%12)] 223 uint32_t note; local 240 note = MIDIPITCH_TO_KEY(mp); 242 if (note < CMS_FIRST_NOTE) 245 octave = NOTE_TO_OCTAVE(note); 246 count = NOTE_TO_COUNT(note);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| footnote.c | 95 char *note; 101 /* A method for remembering footnotes. Note that this list gets output 104 remember_note (char *marker, char *note) 109 temp->note = xstrdup (note); 125 free (temp->note); 138 where "*" is the (optional) marker character for this note. */ 143 char *note; 184 note = xmalloc (len + 1); 185 memcpy (note, &input_text[input_text_offset], len) 93 char *note; member in struct:fn 141 char *note; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-selftests.cc | 129 rtx note = find_reg_equal_equiv_note (insn); local 131 if (note) 132 regno_to_rtx[regno] = XEXP (note, 0);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-dejagnu.h | 160 note (const char* fmt, ...) function
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-dejagnu.h | 160 note (const char* fmt, ...) function
|
| /src/sys/arch/x68k/dev/ |
| opmbell.c | 252 static u_int note[] = { variable 376 key = (oct << 12) + note[i];
|
| /src/sys/dev/ |
| spkr.c | 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */ 111 #define MIN_VALUE 64 /* the most we can divide a note by */ 112 #define DFLT_VALUE 4 /* default value (quarter-note) */ 113 #define FILLTIME 8 /* for articulation, break note in parts */ 114 #define STACCATO 6 /* 6/8 = 3/4 of note is filled */ 115 #define NORMAL 7 /* 7/8ths of note interval is filled */ 116 #define LEGATO 8 /* all of note interval is filled */ 174 * note indicates "O0C" = 0, "O0C#" = 1, "O0D" = 2, ... , and 181 playtone(struct spkr_softc *sc, int note, int val, int sustain) 198 if (note == -1) 207 KASSERTMSG(note < __arraycount(pitchtab), "note=%d", note); local [all...] |
| /src/sys/lib/libsa/ |
| loadfile_elf32.c | 521 } note; local 618 if (shp[i].sh_size < sizeof(note)) { 624 ¬e, sizeof(note)); 629 if (note.nh.n_namesz == ELF_NOTE_NETBSD_NAMESZ && 630 note.nh.n_descsz == ELF_NOTE_NETBSD_DESCSZ && 631 note.nh.n_type == ELF_NOTE_TYPE_NETBSD_TAG && 632 memcmp(note.name, ELF_NOTE_NETBSD_NAME, 633 sizeof(note.name)) == 0) { 634 memcpy(&netbsd_version, ¬e.desc [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| hostfile.h | 32 u_int note; /* caller-specific note/flag */ member in struct:hostkey_entry 43 const char *, FILE *, u_int note); 104 u_int note; /* caller-specified note copied from arguments */ member in struct:hostkey_foreach_line 117 const char *host, const char *ip, u_int options, u_int note); 120 const char *host, const char *ip, u_int options, u_int note);
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransUnbridgedCasts.cpp | 377 std::string note = "remove the cast and change return type of function " local 379 note += E->getSubExpr()->getType().getAsString(Pass.Ctx.getPrintingPolicy()); 380 note += "' to have the object automatically autoreleased"; 381 Pass.TA.reportNote(note, retS->getBeginLoc());
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-charset.c | 553 const char *note; local 578 note = _("Continuing anyway, expect parse errors."); 580 note = _("Continuing anyway."); 584 warning_message, recommendation, note); 603 const char *note; 616 note = _("Continuing anyway, expect parse errors."); 620 warning_message, recommendation, note);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgbuild.cc | 63 case NOTE: 79 case NOTE: 352 rtx note; 353 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) 354 if (REG_NOTE_KIND (note) == REG_TM) 355 make_label_edge (edge_cache, bb, XEXP (note, 0), 523 the last NOTE. * 349 rtx note; local 654 rtx note = find_reg_note (BB_END (b), REG_BR_PROB, NULL); local [all...] |
| combine-stack-adj.cc | 373 /* If INSN has a REG_ARGS_SIZE note, move it to LAST. 379 rtx note, last_note; 381 note = find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX); 382 if (note == NULL) 389 absolute value, and the "most recent" note wins. */ 391 XEXP (last_note, 0) = XEXP (note, 0); 394 add_reg_note (last, REG_ARGS_SIZE, XEXP (note, 0)); 397 /* Merge any REG_CFA_ADJUST_CFA note from SRC into DST. 459 /* If INSN has a REG_ARGS_SIZE note, if possible move it to PREV. Otherwise 460 search for a nearby candidate within BB where we can stick the note. * 378 rtx note, last_note; local 464 rtx note; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgbuild.cc | 63 case NOTE: 79 case NOTE: 352 rtx note; 353 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) 354 if (REG_NOTE_KIND (note) == REG_TM) 355 make_label_edge (edge_cache, bb, XEXP (note, 0), 523 the last NOTE. * 349 rtx note; local 654 rtx note = find_reg_note (BB_END (b), REG_BR_PROB, NULL); local [all...] |
| combine-stack-adj.cc | 373 /* If INSN has a REG_ARGS_SIZE note, move it to LAST. 379 rtx note, last_note; 381 note = find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX); 382 if (note == NULL) 389 absolute value, and the "most recent" note wins. */ 391 XEXP (last_note, 0) = XEXP (note, 0); 394 add_reg_note (last, REG_ARGS_SIZE, XEXP (note, 0)); 397 /* Merge any REG_CFA_ADJUST_CFA note from SRC into DST. 459 /* If INSN has a REG_ARGS_SIZE note, if possible move it to PREV. Otherwise 460 search for a nearby candidate within BB where we can stick the note. * 378 rtx note, last_note; local 464 rtx note; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| osabi.c | 262 handler is applicable. Note, though, that if the handler is 268 NOTE: kettenis/20021027: There may be more than one machine 272 /* NOTE: cagney/2003-10-23: The code for "a can_run_code_for b" 327 /* Return non-zero if NOTE matches NAME, DESCSZ and TYPE. If 332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize, 339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize)) 344 /* Calculate the size of this note. */ 353 /* Check whether SECT is big enough to contain the complete note. */ 357 /* Check the note name. */ 358 if (bfd_h_get_32 (abfd, note) != (strlen (name) + 1 391 char note[MAX_NOTESZ]; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| osabi.c | 262 handler is applicable. Note, though, that if the handler is 268 NOTE: kettenis/20021027: There may be more than one machine 272 /* NOTE: cagney/2003-10-23: The code for "a can_run_code_for b" 327 /* Return non-zero if NOTE matches NAME, DESCSZ and TYPE. If 332 check_note (bfd *abfd, asection *sect, char *note, unsigned int *sectsize, 339 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize)) 344 /* Calculate the size of this note. */ 353 /* Check whether SECT is big enough to contain the complete note. */ 357 /* Check the note name. */ 358 if (bfd_h_get_32 (abfd, note) != (strlen (name) + 1 391 char note[MAX_NOTESZ]; local [all...] |