Searched defs:byteword (Results 1 – 5 of 5) sorted by relevance
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.bmp.php | 812 public function LittleEndian2Int($byteword) { 822 public function BigEndian2Int($byteword) { 826 public function BigEndian2Bin($byteword) {
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | getid3.lib.php | 238 public static function LittleEndian2Float($byteword) { 252 public static function BigEndian2Float($byteword) { 334 public static function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { 368 public static function LittleEndian2Int($byteword, $signed=false) { 377 public static function LittleEndian2Bin($byteword) { 386 public static function BigEndian2Bin($byteword) {
|
H A D | module.audio-video.riff.php | 2784 private function EitherEndian2Int($byteword, $signed=false) {
|
/plugin/jukebox/id3/ |
H A D | getid3.lib.php | 154 function LittleEndian2Float($byteword) { 159 function BigEndian2Float($byteword) { 237 function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { 269 function LittleEndian2Int($byteword, $signed=false) { 274 function BigEndian2Bin($byteword) {
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 315 function LittleEndian2Float($byteword) { 321 function BigEndian2Float($byteword) { 395 function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { 428 function LittleEndian2Int($byteword, $signed=false) { 434 function BigEndian2Bin($byteword) {
|