Home
last modified time | relevance | path

Searched defs:byteword (Results 1 – 5 of 5) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php812 public function LittleEndian2Int($byteword) {
822 public function BigEndian2Int($byteword) {
826 public function BigEndian2Bin($byteword) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php238 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 Dmodule.audio-video.riff.php2784 private function EitherEndian2Int($byteword, $signed=false) {
/plugin/jukebox/id3/
H A Dgetid3.lib.php154 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 Ddemo.mp3header.php315 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) {