HomeSort by relevance Sort by last modified time
    Searched refs:ntok (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-istack.h 47 int ntok; member in struct:tinsn_struct
tc-alpha.c 794 debug_exp (expressionS tok[], int ntok)
798 fprintf (stderr, "debug_exp: %d tokens", ntok);
799 for (i = 0; i < ntok; i++)
879 int ntok)
881 expressionS *end_tok = tok + ntok;
895 memset (tok, 0, sizeof (*tok) * ntok);
1038 debug_exp (orig_tok, ntok - (end_tok - tok));
1044 return ntok - (end_tok - tok);
1071 int ntok = *pntok;
1094 if (tokidx >= ntok)
1064 int ntok = *pntok; local
3196 int ntok = *pntok; local
5536 int ntok, trunclen; local
    [all...]
tc-xtensa.c     [all...]
tc-nios2.c 1683 unsigned int tokidx, ntok; local
    [all...]
  /external/libedit/examples/
wtc1.c 245 Tokenizer *ntok = tok_init(NULL); local
248 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
  /external/libpcap/
pcap-usb-linux.c 726 int ntok; local
729 ntok = sscanf(ptr, "%s%n", token, &cnt);
730 if ((ntok < 1) || (cnt < 0))
738 if (ntok != 1)

Completed in 762 milliseconds