Home
last modified time | relevance | path

Searched refs:packpos (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/form/form-4.2.1/sources/
H A Dmpi.c1097 PF_longMultiTop->packpos = 0; in PF_longMultiPack2NextCell()
1131 PF_longMultiLastChunk->packpos = 0; in PF_longMultiNewChunkAdded()
1259 PF_longMultiRoot->packpos = 0; in PF_longPackInit()
1292 &(thePrefix->packpos), in PF_longMultiPreparePrefix()
1307 &(thePrefix->packpos), in PF_longMultiPreparePrefix()
1317 &(thePrefix->packpos), in PF_longMultiPreparePrefix()
1359 &( PF_longMultiRoot->packpos), in PF_longMultiProcessPrefix()
1423 PF_longMultiRoot->packpos = 0; in PF_longMultiReset()
1732 &(PF_longMultiTop->packpos), in PF_LongMultiUnpackImpl()
1748 &(PF_longMultiTop->packpos), in PF_LongMultiUnpackImpl()
[all …]
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dncmpidtype.c553 int packpos; in ncmpii_data_repack() local
576 packpos = 0; in ncmpii_data_repack()
577 MPI_Pack(inbuf, (int)incount, intype, packbuf, packsz, &packpos, MPI_COMM_SELF); in ncmpii_data_repack()
578 packpos = 0; in ncmpii_data_repack()
579 MPI_Unpack(packbuf, packsz, &packpos, outbuf, (int)outcount, outtype, MPI_COMM_SELF); in ncmpii_data_repack()
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/FileStorage/
H A Dfspack.py156 self.packpos = None
236 self.packpos = pos
288 pos = self.packpos
300 if dh.back and dh.back < self.packpos:
440 assert ipos == self.gc.packpos
496 while pos < self.gc.packpos:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/py7zr/
H A Darchiveinfo.py248 self.packpos = 0 # type: int
258 self.packpos = read_uint64(file)
273 assert self.packpos is not None
277 write_uint64(file, self.packpos)
919 src_start += streams.packinfo.packpos
933 packpos = startpos - afterheader
937 streams.packinfo.packpos = packpos
1010 header.main_streams.packinfo.packpos = 0
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_dynrec.c979 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
986 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1077 *packpos++= (uchar) flag; in _mi_rec_pack()
1087 *packpos= (uchar) flag; in _mi_rec_pack()
1105 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1110 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1112 flag= *packpos; bit=1; in _mi_rec_check()
1198 flag= *++packpos; in _mi_rec_check()
1230 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1236 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_dynrec.c979 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
986 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1077 *packpos++= (uchar) flag; in _mi_rec_pack()
1087 *packpos= (uchar) flag; in _mi_rec_pack()
1105 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1110 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1112 flag= *packpos; bit=1; in _mi_rec_check()
1198 flag= *++packpos; in _mi_rec_check()
1230 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1236 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/myisam/
H A Dmi_dynrec.c979 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
986 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1077 *packpos++= (uchar) flag; in _mi_rec_pack()
1087 *packpos= (uchar) flag; in _mi_rec_pack()
1105 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1110 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1112 flag= *packpos; bit=1; in _mi_rec_check()
1198 flag= *++packpos; in _mi_rec_check()
1230 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1236 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/myisam/
H A Dmi_dynrec.c969 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
976 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1067 *packpos++= (uchar) flag; in _mi_rec_pack()
1077 *packpos= (uchar) flag; in _mi_rec_pack()
1095 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1100 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1102 flag= *packpos; bit=1; in _mi_rec_check()
1188 flag= *++packpos; in _mi_rec_check()
1220 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1226 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/myisam/
H A Dmi_dynrec.c969 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
976 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1067 *packpos++= (uchar) flag; in _mi_rec_pack()
1077 *packpos= (uchar) flag; in _mi_rec_pack()
1095 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1100 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1102 flag= *packpos; bit=1; in _mi_rec_check()
1188 flag= *++packpos; in _mi_rec_check()
1220 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1226 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/myisam/
H A Dmi_dynrec.c974 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
981 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1072 *packpos++= (uchar) flag; in _mi_rec_pack()
1082 *packpos= (uchar) flag; in _mi_rec_pack()
1100 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1105 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1107 flag= *packpos; bit=1; in _mi_rec_check()
1193 flag= *++packpos; in _mi_rec_check()
1225 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1231 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/myisam/
H A Dmi_dynrec.c969 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
976 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1067 *packpos++= (uchar) flag; in _mi_rec_pack()
1077 *packpos= (uchar) flag; in _mi_rec_pack()
1095 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1100 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1102 flag= *packpos; bit=1; in _mi_rec_check()
1188 flag= *++packpos; in _mi_rec_check()
1220 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1226 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/myisam/
H A Dmi_dynrec.c969 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
976 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1067 *packpos++= (uchar) flag; in _mi_rec_pack()
1077 *packpos= (uchar) flag; in _mi_rec_pack()
1095 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1100 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1102 flag= *packpos; bit=1; in _mi_rec_check()
1188 flag= *++packpos; in _mi_rec_check()
1220 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1226 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/myisam/
H A Dmi_dynrec.c979 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
986 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1077 *packpos++= (uchar) flag; in _mi_rec_pack()
1087 *packpos= (uchar) flag; in _mi_rec_pack()
1105 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1110 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1112 flag= *packpos; bit=1; in _mi_rec_check()
1198 flag= *++packpos; in _mi_rec_check()
1230 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1236 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/myisam/
H A Dmi_dynrec.c969 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
976 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1067 *packpos++= (uchar) flag; in _mi_rec_pack()
1077 *packpos= (uchar) flag; in _mi_rec_pack()
1095 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1100 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1102 flag= *packpos; bit=1; in _mi_rec_check()
1188 flag= *++packpos; in _mi_rec_check()
1220 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1226 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_dynrec.c979 uchar *startpos,*packpos; in _ma_rec_pack() local
987 startpos= packpos=to; in _ma_rec_pack()
1092 *packpos++ = (uchar) flag; in _ma_rec_pack()
1102 *packpos= (uchar) flag; in _ma_rec_pack()
1122 uchar *packpos,*to; in _ma_rec_check() local
1127 packpos=rec_buff; to= rec_buff+info->s->base.pack_bytes; in _ma_rec_check()
1129 flag= *packpos; bit=1; in _ma_rec_check()
1217 flag= *++packpos; in _ma_rec_check()
1253 uchar *from_end,*to_end,*packpos; in _ma_rec_unpack() local
1259 flag= (uchar) *from; bit=1; packpos=from; in _ma_rec_unpack()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/myisam/
H A Dmi_dynrec.c973 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
980 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1071 *packpos++= (uchar) flag; in _mi_rec_pack()
1081 *packpos= (uchar) flag; in _mi_rec_pack()
1099 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1104 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1106 flag= *packpos; bit=1; in _mi_rec_check()
1192 flag= *++packpos; in _mi_rec_check()
1224 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1230 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_dynrec.c971 uchar *startpos,*packpos; in _ma_rec_pack() local
979 startpos= packpos=to; in _ma_rec_pack()
1084 *packpos++ = (uchar) flag; in _ma_rec_pack()
1094 *packpos= (uchar) flag; in _ma_rec_pack()
1114 uchar *packpos,*to; in _ma_rec_check() local
1119 packpos=rec_buff; to= rec_buff+info->s->base.pack_bytes; in _ma_rec_check()
1121 flag= *packpos; bit=1; in _ma_rec_check()
1209 flag= *++packpos; in _ma_rec_check()
1245 uchar *from_end,*to_end,*packpos; in _ma_rec_unpack() local
1251 flag= (uchar) *from; bit=1; packpos=from; in _ma_rec_unpack()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_dynrec.c971 uchar *startpos,*packpos; in _ma_rec_pack() local
979 startpos= packpos=to; in _ma_rec_pack()
1084 *packpos++ = (uchar) flag; in _ma_rec_pack()
1094 *packpos= (uchar) flag; in _ma_rec_pack()
1114 uchar *packpos,*to; in _ma_rec_check() local
1119 packpos=rec_buff; to= rec_buff+info->s->base.pack_bytes; in _ma_rec_check()
1121 flag= *packpos; bit=1; in _ma_rec_check()
1209 flag= *++packpos; in _ma_rec_check()
1245 uchar *from_end,*to_end,*packpos; in _ma_rec_unpack() local
1251 flag= (uchar) *from; bit=1; packpos=from; in _ma_rec_unpack()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/myisam/
H A Dmi_dynrec.c973 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
980 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1071 *packpos++= (uchar) flag; in _mi_rec_pack()
1081 *packpos= (uchar) flag; in _mi_rec_pack()
1099 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1104 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1106 flag= *packpos; bit=1; in _mi_rec_check()
1192 flag= *++packpos; in _mi_rec_check()
1224 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1230 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dma_dynrec.c971 uchar *startpos,*packpos;
979 startpos= packpos=to;
1084 *packpos++ = (uchar) flag;
1094 *packpos= (uchar) flag;
1114 uchar *packpos,*to;
1119 packpos=rec_buff; to= rec_buff+info->s->base.pack_bytes;
1121 flag= *packpos; bit=1;
1209 flag= *++packpos;
1245 uchar *from_end,*to_end,*packpos;
1251 flag= (uchar) *from; bit=1; packpos=from;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/myisam/
H A Dmi_dynrec.c973 uchar *pos,*end,*startpos,*packpos;
980 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs;
1071 *packpos++= (uchar) flag;
1081 *packpos= (uchar) flag;
1099 uchar *pos,*end,*packpos,*to;
1104 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits;
1106 flag= *packpos; bit=1;
1192 flag= *++packpos;
1224 uchar *from_end,*to_end,*packpos;
1230 flag= (uchar) *from; bit=1; packpos=from;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/myisam/
H A Dmi_dynrec.c973 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
980 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1071 *packpos++= (uchar) flag; in _mi_rec_pack()
1081 *packpos= (uchar) flag; in _mi_rec_pack()
1099 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1104 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1106 flag= *packpos; bit=1; in _mi_rec_check()
1192 flag= *++packpos; in _mi_rec_check()
1224 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1230 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dma_dynrec.c971 uchar *startpos,*packpos; in _ma_rec_pack() local
979 startpos= packpos=to; in _ma_rec_pack()
1084 *packpos++ = (uchar) flag; in _ma_rec_pack()
1094 *packpos= (uchar) flag; in _ma_rec_pack()
1114 uchar *packpos,*to; in _ma_rec_check() local
1119 packpos=rec_buff; to= rec_buff+info->s->base.pack_bytes; in _ma_rec_check()
1121 flag= *packpos; bit=1; in _ma_rec_check()
1209 flag= *++packpos; in _ma_rec_check()
1245 uchar *from_end,*to_end,*packpos; in _ma_rec_unpack() local
1251 flag= (uchar) *from; bit=1; packpos=from; in _ma_rec_unpack()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/myisam/
H A Dmi_dynrec.c973 uchar *pos,*end,*startpos,*packpos;
980 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs;
1071 *packpos++= (uchar) flag;
1081 *packpos= (uchar) flag;
1099 uchar *pos,*end,*packpos,*to;
1104 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits;
1106 flag= *packpos; bit=1;
1192 flag= *++packpos;
1224 uchar *from_end,*to_end,*packpos;
1230 flag= (uchar) *from; bit=1; packpos=from;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/myisam/
H A Dmi_dynrec.c979 uchar *pos,*end,*startpos,*packpos; in _mi_rec_pack() local
986 startpos=packpos=to; to+= info->s->base.pack_bits; blob=info->blobs; in _mi_rec_pack()
1077 *packpos++= (uchar) flag; in _mi_rec_pack()
1087 *packpos= (uchar) flag; in _mi_rec_pack()
1105 uchar *pos,*end,*packpos,*to; in _mi_rec_check() local
1110 packpos=rec_buff; to= rec_buff+info->s->base.pack_bits; in _mi_rec_check()
1112 flag= *packpos; bit=1; in _mi_rec_check()
1198 flag= *++packpos; in _mi_rec_check()
1230 uchar *from_end,*to_end,*packpos; in _mi_rec_unpack() local
1236 flag= (uchar) *from; bit=1; packpos=from; in _mi_rec_unpack()
[all …]

123