HomeSort by: relevance | last modified time | path
    Searched defs:symb (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
keyword-gen.c 289 char * symb[1024]; /* map token ID to symbolic name */ variable
726 * populate_symb() - populate symb[] lookup array with symbolic token
727 * names such that symb[T_Age] == "T_Age", etc.
748 && token < COUNTOF(symb)) {
750 symb[token] = estrdup(name);
770 if (token < COUNTOF(symb) && symb[token] != NULL) {
771 name = symb[token];
  /src/external/gpl3/binutils/dist/bfd/
stabs.c 57 and 'symb' which is a buffer of all the symbols in the sequence. This
65 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
326 char * symb; local
334 symb = symb_rover = NULL;
369 symb = (char *) bfd_realloc_or_free (symb, buf_len);
370 if (symb == NULL)
372 symb_rover = symb + num_chars;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
401 && memcmp (t->symb, symb, num_chars) == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 57 and 'symb' which is a buffer of all the symbols in the sequence. This
65 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
326 char * symb; local
334 symb = symb_rover = NULL;
369 symb = (char *) bfd_realloc_or_free (symb, buf_len);
370 if (symb == NULL)
372 symb_rover = symb + num_chars;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
401 && memcmp (t->symb, symb, num_chars) == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 57 and 'symb' which is a buffer of all the symbols in the sequence. This
65 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
326 char * symb; local
334 symb = symb_rover = NULL;
369 symb = (char *) bfd_realloc_or_free (symb, buf_len);
370 if (symb == NULL)
372 symb_rover = symb + num_chars;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
401 && memcmp (t->symb, symb, num_chars) == 0
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 57 and 'symb' which is a buffer of all the symbols in the sequence. This
65 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
326 char * symb; local
334 symb = symb_rover = NULL;
369 symb = (char *) bfd_realloc_or_free (symb, buf_len);
370 if (symb == NULL)
372 symb_rover = symb + num_chars;
389 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
401 && memcmp (t->symb, symb, num_chars) == 0
    [all...]
  /src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c 107 static inline void IO_write_byte(ostream_t *const out, u8 symb);
254 static void FSE_init_dtable_rle(FSE_dtable *const dtable, const u8 symb);
1205 const u8 symb = IO_get_read_ptr(in, 1)[0]; local
1206 FSE_init_dtable_rle(table, symb);
1649 static inline void IO_write_byte(ostream_t *const out, u8 symb) {
1654 out->ptr[0] = symb;
1798 const u8 symb = dtable->symbols[*state]; local
1806 return symb;
2035 const u8 symb = FSE_peek_symbol(dtable, *state); local
2037 return symb;
2235 int symb = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 3240 const_tree symb = *(const const_tree *)b; local
3241 if (DECL_UID (syma) == DECL_UID (symb))
3243 return DECL_UID (syma) < DECL_UID (symb) ? -1 : 1;
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 3321 const_tree symb = *(const const_tree *)b; local
3322 if (DECL_UID (syma) == DECL_UID (symb))
3324 return DECL_UID (syma) < DECL_UID (symb) ? -1 : 1;
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 130 BYTE symb = (BYTE) (RAND(seed) % 256); local
137 dist[i] = symb;
140 symb += step;
444 BYTE const symb = (BYTE) (RAND(seed) % 256); local
446 DISPLAYLEVEL(4, " rle literals: 0x%02x\n", (unsigned)symb);
448 memset(LITERAL_BUFFER, symb, litSize);
449 op[0] = symb;

Completed in 48 milliseconds