Searched refs:vhex (Results 1 – 2 of 2) sorted by relevance
127 proc hp_integer_reg {regname vhex vdec} {129 set value_611 "$regname${ws}$vhex"130 set value_new "$regname${ws}0x$vhex${ws}$vdec"
11564 U8* vhex, U8* vend) argument11566 U8* v = vhex;11628 const U8* vmaxend = vhex + HEXTRACTSIZE;11635 if (vend && (vend <= vhex || vend > vmaxend)) {11850 if (v <= vhex || v - vhex >= VHEX_SIZE ||11888 U8 vhex[VHEX_SIZE]; local11889 U8* v = vhex; /* working pointer to vhex */11914 vend = S_hextract(aTHX_ nv, &exponent, &subnormal, vhex, NULL);11915 S_hextract(aTHX_ nv, &exponent, &subnormal, vhex, vend);11955 for (v = vhex; v < vend; v++) {[all …]