Home
last modified time | relevance | path

Searched refs:atoh (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/pear-Net_IPv4/Net_IPv4-1.3.5/tests/
H A DIPv4Test.php27 $this->assertSame($this->net->atoh($ip), $this->expected->atoh($ip));
H A DMyIPv4.php18 public function atoh($ip) { function in MyIPv4
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/utils/
H A Db2xx_fx3_utils.cpp98 uint16_t atoh(const std::string& string) in atoh() function
387 vid = atoh(vid_str); in main()
388 pid = atoh(pid_str); in main()
531 writevid = atoh(writevid_str); in main()
532 writepid = atoh(writepid_str); in main()
/dports/japanese/groff/groff-1.18.1.1/src/libs/libgroff/
H A Dcolor.cc155 static int atoh(unsigned int *result, in atoh() function
194 if (!atoh(&(components[i]), p, hex_length)) in read_encoding()
/dports/textproc/groff/groff-1.22.4/src/libs/libgroff/
H A Dcolor.cpp159 static int atoh(unsigned int *result, in atoh() function
198 if (!atoh(&(components[i]), p, hex_length)) in read_encoding()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c649 static u32 atoh(const unsigned char *in, unsigned int len) in atoh() function
675 i = atoh(&in[1], 2); in senddata()
676 addr = offset + atoh(&in[3], 4); in senddata()
681 data = atoh(p, 8); in senddata()
703 t = atoh(&in[7], 2); in loadfirmware()
709 saddr = atoh(&in[9], 4) << 4; in loadfirmware()
712 laddr = atoh(&in[9], 4) << 16; in loadfirmware()
715 val = atoh(&in[9], 8); in loadfirmware()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c649 static u32 atoh(const unsigned char *in, unsigned int len) in atoh() function
675 i = atoh(&in[1], 2); in senddata()
676 addr = offset + atoh(&in[3], 4); in senddata()
681 data = atoh(p, 8); in senddata()
703 t = atoh(&in[7], 2); in loadfirmware()
709 saddr = atoh(&in[9], 4) << 4; in loadfirmware()
712 laddr = atoh(&in[9], 4) << 16; in loadfirmware()
715 val = atoh(&in[9], 8); in loadfirmware()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/riptide/
H A Driptide.c649 static u32 atoh(const unsigned char *in, unsigned int len) in atoh() function
675 i = atoh(&in[1], 2); in senddata()
676 addr = offset + atoh(&in[3], 4); in senddata()
681 data = atoh(p, 8); in senddata()
703 t = atoh(&in[7], 2); in loadfirmware()
709 saddr = atoh(&in[9], 4) << 4; in loadfirmware()
712 laddr = atoh(&in[9], 4) << 16; in loadfirmware()
715 val = atoh(&in[9], 8); in loadfirmware()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c428 #define atoh(c) ((c) - (((c) >= '0' && (c) <= '9') ? '0' : ('a'-10))) in cvthexkey() macro
429 *us = (unsigned char)((atoh(savec) << 4) + atoh(c)); in cvthexkey()
430 #undef atoh in cvthexkey()
/dports/net/pear-Net_IPv4/Net_IPv4-1.3.5/Net/
H A DIPv4.php379 function atoh($addr) function in Net_IPv4
/dports/net-mgmt/observium/observium/libs/pear/Net/
H A DIPv4.php379 public static function atoh($addr) function in Net_IPv4
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Net/
H A DIPv4.php395 function atoh($addr) function in Net_IPv4
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c588 #define atoh(c) ((c) - (((c) >= '0' && (c) <= '9') ? '0' : ('a'-10))) in cvthexkey() macro
589 *us = (unsigned char)((atoh(savec) << 4) + atoh(c)); in cvthexkey()
590 #undef atoh in cvthexkey()
/dports/editors/wxhexeditor/wxHexEditor/src/HexEditorCtrl/wxHexCtrl/
H A DwxHexCtrl.h48 int atoh( const char );
H A DwxHexCtrl.cpp561 chrC = atoh( chr ) << 4; in UpdateDC()
573 chrC |= atoh( chr ); in UpdateDC()
1074 int atoh(const char hex){ in atoh() function
1093 bfrH = atoh( HexValue[i] ); in HexToBin()
1094 bfrL = atoh( HexValue[i+1] ); in HexToBin()
/dports/games/libretro-picodrive/picodrive-600894e/cpu/musashi/
H A Dm68kmake.c224 int atoh(char* buff);
569 int atoh(char* buff) in atoh() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kmake.c222 int atoh(char* buff);
566 int atoh(char* buff) in atoh() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kmake.c222 int atoh(char* buff);
566 int atoh(char* buff) in atoh() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/musashi/
H A Dm68kmake.c224 int atoh(char* buff);
569 int atoh(char* buff) in atoh() function
/dports/emulators/dgen-sdl/dgen-sdl-1.33/musa/
H A Dm68kmake.c221 int atoh(char* buff);
566 int atoh(char* buff) in atoh() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dm68kmake.c225 int atoh(char* buff);
560 int atoh(char* buff) in atoh() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/m68000/
H A Dm68kmake.c225 int atoh(char* buff);
560 int atoh(char* buff) in atoh() function
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/musashi/
H A Dm68kmake.c225 int atoh(char* buff);
560 int atoh(char* buff) in atoh() function
/dports/textproc/hsb-aspell/aspell6-hsb-0.02-0/
H A Dhsb_affix.dat1214 SFX U e� atoh je�
/dports/textproc/groff/groff-1.22.4/
H A DChangeLog.1182521 (atoh): Small fixes.

12