Searched refs:blc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dbufgap.h66 uint64_t blc; /* # of records before the gap */ member in struct:bufgap_t
H A Dbufgap.c163 bp->blc++;
203 bp->blc--;
226 bp->blc--;
259 bp->blc++;
282 bp->blc++;
300 if (off < 0 || off > (int64_t)(bp->alc + bp->blc)) {
317 return bufgap_seek(bp, (int64_t)(bp->alc + bp->blc + off), BGFromBOF, BGLine);
387 return (type == BGLine) ? bp->blc :
400 return (type == BGLine) ? bp->alc + bp->blc :
453 bp->blc
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbufgap.h66 uint64_t blc; /* # of records before the gap */ member in struct:bufgap_t
H A Dbufgap.c152 bp->blc++;
192 bp->blc--;
215 bp->blc--;
248 bp->blc++;
271 bp->blc++;
289 if (off < 0 || off > (int64_t)(bp->alc + bp->blc)) {
306 return bufgap_seek(bp, (int64_t)(bp->alc + bp->blc + off), BGFromBOF, BGLine);
376 return (type == BGLine) ? bp->blc :
389 return (type == BGLine) ? bp->alc + bp->blc :
442 bp->blc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dbl.s17 blc text_label
H A Dbl.d20 2c: 0fd4 ffc5 blc -44 ;0 <text_label>
21 30: 0fd0 ffc5 blc -48 ;0 <text_label>
22 34: 0fcc ffc5 blc -52 ;0 <text_label>
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d2189 auto blc = File(deleteme).byLine!(T, T);
2190 assert(blc.front == "hi");
2192 assert(blc.front is blc.front);
2462 auto blc = File(deleteme).byLineCopy;
2463 assert(!blc.empty);
2465 assert(blc.front is blc.front);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d2518 auto blc = File(deleteme).byLine!(T, T);
2519 assert(blc.front == "hi");
2521 assert(blc.front is blc.front);
2806 auto blc = File(deleteme).byLineCopy;
2807 assert(!blc.empty);
2809 assert(blc.front is blc.front);

Completed in 300 milliseconds