HomeSort by: relevance | last modified time | path
    Searched refs:flex_int8_t (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/flex/dist/src/
flexint.h 20 typedef int8_t flex_int8_t; typedef
27 typedef signed char flex_int8_t; typedef
tables.c 48 (((n) == sizeof(flex_int8_t))\
219 case sizeof (flex_int8_t):
356 case sizeof (flex_int8_t):
357 return ((flex_int8_t *) (tbl->td_data))[(i * lo + j) * (k + 1) +
387 case sizeof (flex_int8_t):
388 return ((flex_int8_t *) (tbl->td_data))[i];
412 case sizeof (flex_int8_t):
413 ((flex_int8_t *) (tbl->td_data))[i] = (flex_int8_t) newval;
430 * @return sizeof(n) where n in {flex_int8_t, flex_int16_t, flex_int32_t
    [all...]
tables_shared.h 96 YYTD_DATA8 = 0x01, /**< data is an array of type flex_int8_t */
131 ? sizeof(flex_int8_t)\
gen.c 109 flex_int8_t *tdata = 0;
117 calloc(tbl->td_lolen, sizeof (flex_int8_t));
initscan.c 46 typedef int8_t flex_int8_t; typedef
53 typedef signed char flex_int8_t; typedef
  /src/tools/m4/bootstrap/
tokenizer.c 49 typedef int8_t flex_int8_t; typedef
56 typedef signed char flex_int8_t; typedef
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.cpp 46 typedef int8_t flex_int8_t; typedef
53 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
deflex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
syslex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
bfin-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
deflex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
syslex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
bfin-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 49 typedef int8_t flex_int8_t; typedef
56 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.cc 49 typedef int8_t flex_int8_t; typedef
56 typedef signed char flex_int8_t; typedef
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.c 54 typedef int8_t flex_int8_t; typedef
61 typedef signed char flex_int8_t; typedef
  /src/external/bsd/nsd/dist/
configlexer.c 303 typedef int8_t flex_int8_t; typedef
310 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils/dist/ld/
ldlex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef
  /src/external/gpl3/binutils.old/dist/ld/
ldlex.c 43 typedef int8_t flex_int8_t; typedef
50 typedef signed char flex_int8_t; typedef

Completed in 63 milliseconds

1 2