Searched refs:alength (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | packet-parse.c | 253 if (readinfo->asize < readinfo->alength) { in sub_base_read() 257 if (readinfo->alength + n > readinfo->asize) { in sub_base_read() 269 if (readinfo->asize < readinfo->alength + n) { in sub_base_read() 273 (void) memcpy(readinfo->accumulated + readinfo->alength, dest, in sub_base_read() 277 readinfo->alength += (unsigned)n; in sub_base_read() 1956 pkt.u.sig.v4_hashstart = stream->readinfo.alength - 1; in parse_v4_sig() 1999 pkt.u.sig.info.v4_hashlen = stream->readinfo.alength in parse_v4_sig() 3296 *pktlen = stream->readinfo.alength; in parse_packet() 3301 pkt.u.packet.length = stream->readinfo.alength; in parse_packet() 3308 stream->readinfo.alength = 0; in parse_packet()
|
| D | crypto.h | 237 unsigned alength;/* used buffer */ member
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/ |
| D | decNumber.c | 6227 static Int decUnitCompare(const Unit *a, Int alength, argument 6237 if (alength>blength) return 1; 6238 if (alength<blength) return -1; 6240 l=a+alength-1; 6241 r=b+alength-1; 6251 if (alength>blength+(Int)D2U(exp)) return 1; 6252 if (alength+1<blength+(Int)D2U(exp)) return -1; 6258 if (need<alength) need=alength; 6270 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc, 6331 static Int decUnitAddSub(const Unit *a, Int alength, argument [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/ |
| D | decNumber.c | 6227 static Int decUnitCompare(const Unit *a, Int alength, argument 6237 if (alength>blength) return 1; 6238 if (alength<blength) return -1; 6240 l=a+alength-1; 6241 r=b+alength-1; 6251 if (alength>blength+(Int)D2U(exp)) return 1; 6252 if (alength+1<blength+(Int)D2U(exp)) return -1; 6258 if (need<alength) need=alength; 6270 accunits=decUnitAddSub(a, alength, b, blength, expunits, acc, 6331 static Int decUnitAddSub(const Unit *a, Int alength, argument [all …]
|