Searched refs:PL_hexdigit (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h587 PL_hexdigit|5.005000||p
3014 # define PL_hexdigit hexdigit macro
4575 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
4726 xdigit = strchr((char *) PL_hexdigit, *s);
4734 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4748 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4752 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h564 PL_hexdigit|5.005000||p
2951 # define PL_hexdigit hexdigit macro
4509 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
4660 xdigit = strchr((char *) PL_hexdigit, *s);
4668 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4682 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4686 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h564 PL_hexdigit|5.005000||p
2951 # define PL_hexdigit hexdigit macro
4509 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
4660 xdigit = strchr((char *) PL_hexdigit, *s);
4668 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4682 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4686 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h573 PL_hexdigit|5.005000||p
3072 # define PL_hexdigit hexdigit macro
4635 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
4786 xdigit = strchr((char *) PL_hexdigit, *s);
4794 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
4808 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
4812 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.xs300 *enc->cur++ = PL_hexdigit [ uch >> 12 ];
301 *enc->cur++ = PL_hexdigit [(uch >> 8) & 15];
302 *enc->cur++ = PL_hexdigit [(uch >> 4) & 15];
303 *enc->cur++ = PL_hexdigit [(uch >> 0) & 15];
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.xs397 *enc->cur++ = PL_hexdigit [ uch >> 12 ];
398 *enc->cur++ = PL_hexdigit [(uch >> 8) & 15];
399 *enc->cur++ = PL_hexdigit [(uch >> 4) & 15];
400 *enc->cur++ = PL_hexdigit [(uch >> 0) & 15];
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h636 PL_hexdigit|5.005000||p
3862 # define PL_hexdigit hexdigit macro
5963 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6114 xdigit = strchr((char *) PL_hexdigit, *s);
6122 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6136 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6140 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h638 PL_hexdigit|5.005000||p
3864 # define PL_hexdigit hexdigit macro
6024 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6175 xdigit = strchr((char *) PL_hexdigit, *s);
6183 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6197 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6201 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h638 PL_hexdigit|5.005000||p
3864 # define PL_hexdigit hexdigit macro
6024 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6175 xdigit = strchr((char *) PL_hexdigit, *s);
6183 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6197 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6201 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h636 PL_hexdigit|5.005000||p
3862 # define PL_hexdigit hexdigit macro
5963 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6114 xdigit = strchr((char *) PL_hexdigit, *s);
6122 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6136 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6140 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h673 PL_hexdigit|5.005000||p
4111 # define PL_hexdigit hexdigit macro
6373 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6524 xdigit = strchr((char *) PL_hexdigit, *s);
6532 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6546 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6550 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h684 PL_hexdigit|5.005000||p
4286 # define PL_hexdigit hexdigit macro
6568 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6719 xdigit = strchr((char *) PL_hexdigit, *s);
6727 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6741 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6745 && (xdigit = strchr((char *) PL_hexdigit, s[1])))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h684 PL_hexdigit|5.005000||p
4286 # define PL_hexdigit hexdigit macro
6568 * Perl_warner(). Also, 'hexdigit' was the former name of PL_hexdigit,
6719 xdigit = strchr((char *) PL_hexdigit, *s);
6727 value = (value << 4) | ((xdigit - PL_hexdigit) & 15);
6741 value_nv += (NV)((xdigit - PL_hexdigit) & 15);
6745 && (xdigit = strchr((char *) PL_hexdigit, s[1])))

Completed in 232 milliseconds