Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/mbstring/oniguruma/
H A Dregint.h316 #define BITS_IN_ROOM (sizeof(Bits) * BITS_PER_BYTE)
320 typedef unsigned int Bits; typedef
322 typedef unsigned char Bits; typedef
324 typedef Bits BitSet[BITSET_SIZE];
325 typedef Bits* BitSetRef;
H A Dregparse.c167 for (i = 0; i < BITSET_SIZE; i++) { bs[i] = ~((Bits )0); }
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic17299 # Bits 4-7 (4 MSB): 4-bit version number
17300 # Bits 3: Reserved

Completed in 80 milliseconds