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

  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
Parse.java 113 int ntok = izer.nextToken(); local
114 if (ntok == StreamTokenizer.TT_WORD) {
116 } else if (ntok == '\'') {
  /external/libedit/examples/
wtc1.c 245 Tokenizer *ntok = tok_init(NULL); local
248 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-istack.h 47 int ntok; member in struct:tinsn_struct
tc-arc.h 251 int ntok; member in struct:arc_relax_type
tc-nios2.c 2808 unsigned int tokidx, ntok; local
    [all...]
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);
1037 debug_exp (orig_tok, ntok - (end_tok - tok));
1043 return ntok - (end_tok - tok);
1070 int ntok = *pntok;
1093 if (tokidx >= ntok)
1063 int ntok = *pntok; local
3196 int ntok = *pntok; local
5535 int ntok, trunclen; local
    [all...]
tc-arc.c 1014 int ntok)
1027 memset (tok, 0, sizeof (*tok) * ntok);
1052 if (!saw_arg || num_args == ntok)
1062 if (brk_lvl || num_args == ntok)
1073 if ((saw_arg && !saw_comma) || num_args == ntok)
1657 int ntok = *pntok; local
2392 int ntok, nflg; local
    [all...]
  /external/libpcap/
pcap-usb-linux.c 766 int ntok; local
769 ntok = sscanf(ptr, "%s%n", token, &cnt);
770 if ((ntok < 1) || (cnt < 0))
778 if (ntok != 1)

Completed in 148 milliseconds