Home
last modified time | relevance | path

Searched refs:Table_size (Results 1 – 23 of 23) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dsysdep.c257 char escapes[Table_size];
260 char *str_fmt[Table_size];
263 char *str_fmt[Table_size] = {
284 char *chr_fmt[Table_size];
287 char *chr_fmt[Table_size] = {
322 for(; i < Table_size; i++) in fmt_init()
343 for(; i < Table_size; i++) in fmt_init()
357 for(i = 0; i < Table_size; i++) in fmt_init()
H A Dsysdep.h99 #define Table_size (1 << Bits_per_Byte) macro
H A Dinit.c287 char hextoi_tab[Table_size], Letters[Table_size];
H A Dcds.c49 static char etype[Table_size], *db;
H A Dlex.c82 LOCAL char comstart[Table_size];
85 static char anum_buf[Table_size];
735 else if(comstart[c & (Table_size-1)])
H A Dpread.c26 static char Ptok[128], Pct[Table_size];
H A Doutput.c1375 char tr_tab[Table_size];
/dports/lang/f2c/f2c-20200916/src/
H A Dsysdep.c431 char escapes[Table_size];
434 char *str_fmt[Table_size];
437 char *str_fmt[Table_size] = {
458 char *chr_fmt[Table_size];
461 char *chr_fmt[Table_size] = {
496 s = Alloc(5*(Table_size - i)); in fmt_init()
497 for(; i < Table_size; i++) { in fmt_init()
520 for(; i < Table_size; i++) in fmt_init()
534 for(i = 0; i < Table_size; i++) in fmt_init()
H A Dsysdep.h101 #define Table_size (1 << Bits_per_Byte) macro
H A Dinit.c287 unsigned char hextoi_tab[Table_size], Letters[Table_size];
H A Dcds.c49 static char etype[Table_size], *db;
H A Dlex.c88 LOCAL char comstart[Table_size];
91 static char anum_buf[Table_size];
755 else if(comstart[c & (Table_size-1)])
H A Dpread.c26 static char Ptok[128], Pct[Table_size];
H A Doutput.c1424 char tr_tab[Table_size];
H A Dchanges701 assumed ASCII; #define Table_size in sysdep.h rather than using
2561 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
2562 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpregister.c81 gp_register_find_mcu(const gp_register_table_t *Table, int Table_size, const char *McuName) in gp_register_find_mcu() argument
90 return (const gp_register_table_t *)bsearch(&mcu, Table, Table_size, sizeof(gp_register_table_t), in gp_register_find_mcu()
H A Dgpregister.h28 …er_table_t *gp_register_find_mcu(const gp_register_table_t *Table, int Table_size, const char *Mcu…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/
H A Dreadme.netlib247 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
248 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
249 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
H A Dchanges.netlib701 assumed ASCII; #define Table_size in sysdep.h rather than using
2561 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
2562 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/
H A Dreadme.netlib247 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
248 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
249 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
H A Dchanges.netlib701 assumed ASCII; #define Table_size in sysdep.h rather than using
2561 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
2562 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/math/igraph/igraph-0.9.5/vendor/f2c/
H A Dchanges701 assumed ASCII; #define Table_size in sysdep.h rather than using
2561 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
2562 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/lang/f2c/f2c-20200916/
H A Dchanges701 assumed ASCII; #define Table_size in sysdep.h rather than using
2561 Add Bits_per_Byte to sysdep.h and adjust definition of Table_size
2562 to depend on Bits_per_Byte (forcing Table_size to be a power of 2); in
2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"