Home
last modified time | relevance | path

Searched refs:offsetbuf (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/grass7/grass-7.8.6/vector/v.segment/
H A Dmain.c298 char offsetbuf[100]; in read_point_input() local
306 ret = sscanf(buf, "%c %d %d %[.0-9%-] %lf", stype, id, lcat, offsetbuf, in read_point_input()
313 p = offsetbuf; in read_point_input()
314 if (offsetbuf[0] == '-') { in read_point_input()
318 if (offsetbuf[strlen(offsetbuf)-1] == '%') { in read_point_input()
320 offsetbuf[strlen(offsetbuf)-1] = '\0'; in read_point_input()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_net.c97 char offsetbuf[40]; in do_net_rrd() local
127 snprintf(offsetbuf, sizeof(offsetbuf), "%s%s", offsetdirection, offset); in do_net_rrd()
128 offsetval = offsetbuf; in do_net_rrd()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_net.c97 char offsetbuf[40]; in do_net_rrd() local
127 snprintf(offsetbuf, sizeof(offsetbuf), "%s%s", offsetdirection, offset); in do_net_rrd()
128 offsetval = offsetbuf; in do_net_rrd()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/parallel/
H A DcvDiurnal_kry_bbd_p.c529 sunindextype offsetu, offsetbuf; in BSend() local
548 offsetbuf = ly*NVARS; in BSend()
551 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
560 offsetbuf = ly*NVARS; in BSend()
561 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
563 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
625 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
645 offsetbuf = ly*NVARS; in BRecvWait()
648 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
658 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A DcvDiurnal_kry_p.c514 sunindextype offsetu, offsetbuf; in BSend() local
530 offsetbuf = ly*NVARS; in BSend()
533 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
541 offsetbuf = ly*NVARS; in BSend()
542 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
544 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
604 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
624 offsetbuf = ly*NVARS; in BRecvWait()
627 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
637 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_parallel/
H A Dark_diurnal_kry_bbd_p.c496 sunindextype offsetu, offsetbuf; in BSend() local
512 offsetbuf = ly*NVARS; in BSend()
515 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
523 offsetbuf = ly*NVARS; in BSend()
524 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
526 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
584 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
604 offsetbuf = ly*NVARS; in BRecvWait()
607 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
617 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A Dark_diurnal_kry_p.c482 sunindextype offsetu, offsetbuf; in BSend() local
498 offsetbuf = ly*NVARS; in BSend()
501 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
509 offsetbuf = ly*NVARS; in BSend()
510 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
512 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
572 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
592 offsetbuf = ly*NVARS; in BRecvWait()
595 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
605 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/parallel/
H A DcvsDiurnal_kry_bbd_p.c531 sunindextype offsetu, offsetbuf; in BSend() local
550 offsetbuf = ly*NVARS; in BSend()
553 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
562 offsetbuf = ly*NVARS; in BSend()
563 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
565 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
627 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
647 offsetbuf = ly*NVARS; in BRecvWait()
650 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
660 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A DcvsDiurnal_kry_p.c504 sunindextype offsetu, offsetbuf; in BSend() local
520 offsetbuf = ly*NVARS; in BSend()
523 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
531 offsetbuf = ly*NVARS; in BSend()
532 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
534 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
594 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
614 offsetbuf = ly*NVARS; in BRecvWait()
617 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
627 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/parallel/
H A DcvDiurnal_kry_bbd_p.c529 sunindextype offsetu, offsetbuf; in BSend() local
548 offsetbuf = ly*NVARS; in BSend()
551 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
560 offsetbuf = ly*NVARS; in BSend()
561 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
563 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
625 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
645 offsetbuf = ly*NVARS; in BRecvWait()
648 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
658 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A DcvDiurnal_kry_p.c514 sunindextype offsetu, offsetbuf; in BSend() local
530 offsetbuf = ly*NVARS; in BSend()
533 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
541 offsetbuf = ly*NVARS; in BSend()
542 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
544 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
604 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
624 offsetbuf = ly*NVARS; in BRecvWait()
627 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
637 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvodes/parallel/
H A DcvsDiurnal_kry_bbd_p.c531 sunindextype offsetu, offsetbuf; in BSend() local
550 offsetbuf = ly*NVARS; in BSend()
553 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
562 offsetbuf = ly*NVARS; in BSend()
563 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
565 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
627 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
647 offsetbuf = ly*NVARS; in BRecvWait()
650 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
660 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A DcvsDiurnal_kry_p.c504 sunindextype offsetu, offsetbuf; in BSend() local
520 offsetbuf = ly*NVARS; in BSend()
523 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
531 offsetbuf = ly*NVARS; in BSend()
532 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
534 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
594 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
614 offsetbuf = ly*NVARS; in BRecvWait()
617 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
627 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_parallel/
H A Dark_diurnal_kry_bbd_p.c496 sunindextype offsetu, offsetbuf; in BSend() local
512 offsetbuf = ly*NVARS; in BSend()
515 bufleft[offsetbuf+i] = uarray[offsetu+i]; in BSend()
523 offsetbuf = ly*NVARS; in BSend()
524 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
526 bufright[offsetbuf+i] = uarray[offsetu+i]; in BSend()
584 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
604 offsetbuf = ly*NVARS; in BRecvWait()
607 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
617 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
H A Dark_diurnal_kry_p.c482 sunindextype offsetu, offsetbuf; in BSend() local
498 offsetbuf = ly*NVARS; in BSend()
501 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
509 offsetbuf = ly*NVARS; in BSend()
510 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
512 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
572 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
592 offsetbuf = ly*NVARS; in BRecvWait()
595 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
605 offsetbuf = ly*NVARS; in BRecvWait()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/parallel/
H A DkinFoodWeb_kry_bbd_p.c839 int offsetc, offsetbuf; in BSend() local
855 offsetbuf = ly*NUM_SPECIES; in BSend()
858 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
866 offsetbuf = ly*NUM_SPECIES; in BSend()
867 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
869 bufright[offsetbuf+i] = cdata[offsetc+i]; in BSend()
933 int dsizex2, offsetce, offsetbuf; in BRecvWait() local
953 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
956 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
966 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
[all …]
H A DkinFoodWeb_kry_p.c806 int offsetc, offsetbuf; in BSend() local
822 offsetbuf = ly*NUM_SPECIES; in BSend()
825 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
833 offsetbuf = ly*NUM_SPECIES; in BSend()
834 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
836 bufright[offsetbuf+i] = cdata[offsetc+i]; in BSend()
900 int dsizex2, offsetce, offsetbuf; in BRecvWait() local
920 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
923 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
933 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/kinsol/parallel/
H A DkinFoodWeb_kry_bbd_p.c839 int offsetc, offsetbuf; in BSend() local
855 offsetbuf = ly*NUM_SPECIES; in BSend()
858 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
866 offsetbuf = ly*NUM_SPECIES; in BSend()
867 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
869 bufright[offsetbuf+i] = cdata[offsetc+i]; in BSend()
933 int dsizex2, offsetce, offsetbuf; in BRecvWait() local
953 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
956 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
966 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/parallel/
H A DidaFoodWeb_kry_bbd_p.c842 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
862 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
865 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
875 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
878 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
893 int ly, offsetc, offsetbuf; in BSend() local
912 offsetbuf = ly*NUM_SPECIES; in BSend()
915 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
924 offsetbuf = ly*NUM_SPECIES; in BSend()
925 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/parallel/
H A DidasFoodWeb_kry_bbd_p.c842 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
862 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
865 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
875 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
878 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
893 int ly, offsetc, offsetbuf; in BSend() local
912 offsetbuf = ly*NUM_SPECIES; in BSend()
915 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
924 offsetbuf = ly*NUM_SPECIES; in BSend()
925 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
H A DidasBruss_kry_bbd_p.c806 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
826 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
829 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
839 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
842 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
857 int ly, offsetc, offsetbuf; in BSend() local
876 offsetbuf = ly*NUM_SPECIES; in BSend()
879 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
888 offsetbuf = ly*NUM_SPECIES; in BSend()
889 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/ida/parallel/
H A DidaFoodWeb_kry_bbd_p.c842 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
862 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
865 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
875 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
878 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
893 int ly, offsetc, offsetbuf; in BSend() local
912 offsetbuf = ly*NUM_SPECIES; in BSend()
915 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
924 offsetbuf = ly*NUM_SPECIES; in BSend()
925 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/idas/parallel/
H A DidasFoodWeb_kry_bbd_p.c842 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
862 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
865 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
875 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
878 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
893 int ly, offsetc, offsetbuf; in BSend() local
912 offsetbuf = ly*NUM_SPECIES; in BSend()
915 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
924 offsetbuf = ly*NUM_SPECIES; in BSend()
925 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
H A DidasBruss_kry_bbd_p.c806 int ly, dsizex2, offsetce, offsetbuf; in BRecvWait() local
826 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
829 cext[offsetce+i] = bufleft[offsetbuf+i]; in BRecvWait()
839 offsetbuf = ly*NUM_SPECIES; in BRecvWait()
842 cext[offsetce+i] = bufright[offsetbuf+i]; in BRecvWait()
857 int ly, offsetc, offsetbuf; in BSend() local
876 offsetbuf = ly*NUM_SPECIES; in BSend()
879 bufleft[offsetbuf+i] = cdata[offsetc+i]; in BSend()
888 offsetbuf = ly*NUM_SPECIES; in BSend()
889 offsetc = offsetbuf*MXSUB + (MXSUB-1)*NUM_SPECIES; in BSend()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_parhyp/
H A Dark_diurnal_kry_ph.c508 sunindextype offsetu, offsetbuf; in BSend() local
524 offsetbuf = ly*NVARS; in BSend()
527 bufleft[offsetbuf+i] = udata[offsetu+i]; in BSend()
535 offsetbuf = ly*NVARS; in BSend()
536 offsetu = offsetbuf*MXSUB + (MXSUB-1)*NVARS; in BSend()
538 bufright[offsetbuf+i] = udata[offsetu+i]; in BSend()
598 sunindextype dsizex2, offsetue, offsetbuf; in BRecvWait() local
618 offsetbuf = ly*NVARS; in BRecvWait()
621 uext[offsetue+i] = bufleft[offsetbuf+i]; in BRecvWait()
631 offsetbuf = ly*NVARS; in BRecvWait()
[all …]

123