Home
last modified time | relevance | path

Searched refs:top_nibble (Results 1 – 5 of 5) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/codec/hex/
H A Dhex.cpp99 bool top_nibble = true; in hex_decode() local
123 *out_ptr |= bin << (top_nibble*4); in hex_decode()
125 top_nibble = !top_nibble; in hex_decode()
126 if(top_nibble) in hex_decode()
137 if(!top_nibble) in hex_decode()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/hex/
H A Dhex.cpp96 bool top_nibble = true; in hex_decode() local
120 if(top_nibble) in hex_decode()
125 top_nibble = !top_nibble; in hex_decode()
126 if(top_nibble) in hex_decode()
137 if(!top_nibble) in hex_decode()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/hex/
H A Dhex.cpp96 bool top_nibble = true; in hex_decode() local
120 if(top_nibble) in hex_decode()
125 top_nibble = !top_nibble; in hex_decode()
126 if(top_nibble) in hex_decode()
137 if(!top_nibble) in hex_decode()
/dports/security/botan2/Botan-2.18.2/src/lib/codec/hex/
H A Dhex.cpp96 bool top_nibble = true; in hex_decode() local
120 if(top_nibble) in hex_decode()
125 top_nibble = !top_nibble; in hex_decode()
126 if(top_nibble) in hex_decode()
137 if(!top_nibble) in hex_decode()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/stdlib/z80/
H A D__dtoh__.asm212 top_nibble: label
252 djnz top_nibble