Home
last modified time | relevance | path

Searched refs:Bits (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/session/
H A Dmod_files.bat24 SET /A Bits=%3 + 0 2>NUL
26 IF _%Bits%_==__ GOTO BitsError
27 IF /I %Bits% LSS 4 GOTO BitsError
28 IF /I %Bits% GTR 6 GOTO BitsError
32 SET Bits=4
36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
37 IF /I %Bits% GEQ 6 SET HashChars=!HashChars! W X Y Z - ,
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h424 #define BITS_IN_ROOM (sizeof(Bits) * BITS_PER_BYTE)
428 typedef unsigned int Bits; typedef
430 typedef unsigned char Bits; typedef
432 typedef Bits BitSet[BITSET_SIZE];
433 typedef Bits* BitSetRef;
H A Dregparse.c164 bs[i] = ~((Bits )0);

Completed in 30 milliseconds