php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_hash_tiger_tables.h File Reference

Go to the source code of this file.

Macros

#define t1   (table)
 
#define t2   (table+256)
 
#define t3   (table+256*2)
 
#define t4   (table+256*3)
 

Macro Definition Documentation

◆ t1

#define t1   (table)

Definition at line 18 of file php_hash_tiger_tables.h.

◆ t2

#define t2   (table+256)

Definition at line 19 of file php_hash_tiger_tables.h.

◆ t3

#define t3   (table+256*2)

Definition at line 20 of file php_hash_tiger_tables.h.

◆ t4

#define t4   (table+256*3)

Definition at line 21 of file php_hash_tiger_tables.h.