Home
last modified time | relevance | path

Searched refs:index_flags (Results 1 – 25 of 791) sorted by relevance

12345678910>>...32

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Olinfo.c119 unsigned char index_flags; /* Flags for encoding link index info */ in H5O__linfo_decode() local
137 index_flags = *p++; in H5O__linfo_decode()
138 if(index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O__linfo_decode()
140 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
141 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
193 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_encode() local
206 index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; in H5O_linfo_encode()
207 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O_linfo_encode()
208 *p++ = index_flags; in H5O_linfo_encode()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Olinfo.c120 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_decode() local
138 index_flags = *p++; in H5O_linfo_decode()
139 if(index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O_linfo_decode()
141 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
142 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
194 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_encode() local
207 index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; in H5O_linfo_encode()
208 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O_linfo_encode()
209 *p++ = index_flags; in H5O_linfo_encode()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Olinfo.c119 unsigned char index_flags; /* Flags for encoding link index info */ in H5O__linfo_decode() local
137 index_flags = *p++; in H5O__linfo_decode()
138 if(index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O__linfo_decode()
140 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
141 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
193 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_encode() local
206 index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; in H5O_linfo_encode()
207 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O_linfo_encode()
208 *p++ = index_flags; in H5O_linfo_encode()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Olinfo.c120 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_decode() local
138 index_flags = *p++; in H5O_linfo_decode()
139 if(index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O_linfo_decode()
141 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
142 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
194 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_encode() local
207 index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; in H5O_linfo_encode()
208 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O_linfo_encode()
209 *p++ = index_flags; in H5O_linfo_encode()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Olinfo.c121 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_decode() local
139 index_flags = *p++; in H5O_linfo_decode()
140 if(index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O_linfo_decode()
142 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
143 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O_linfo_decode()
195 unsigned char index_flags; /* Flags for encoding link index info */ in H5O_linfo_encode() local
208 index_flags = linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0; in H5O_linfo_encode()
209 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O_linfo_encode()
210 *p++ = index_flags; in H5O_linfo_encode()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Olinfo.c112 unsigned char index_flags; /* Flags for encoding link index info */ in H5O__linfo_decode() local
130 index_flags = *p++; in H5O__linfo_decode()
131 if (index_flags & ~H5O_LINFO_ALL_FLAGS) in H5O__linfo_decode()
133 linfo->track_corder = (index_flags & H5O_LINFO_TRACK_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
134 linfo->index_corder = (index_flags & H5O_LINFO_INDEX_CORDER) ? TRUE : FALSE; in H5O__linfo_decode()
184 unsigned char index_flags; /* Flags for encoding link index info */ in H5O__linfo_encode() local
197 index_flags = (uint8_t)(linfo->track_corder ? H5O_LINFO_TRACK_CORDER : 0); in H5O__linfo_encode()
198 index_flags = (uint8_t)(index_flags | (linfo->index_corder ? H5O_LINFO_INDEX_CORDER : 0)); in H5O__linfo_encode()
199 *p++ = index_flags; in H5O__linfo_encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/core/
H A Dtrace_buffer.h375 index_flags = kComplete;
378 bool is_complete() const { return index_flags & kComplete; } in is_complete()
382 index_flags |= kComplete; in set_complete()
384 index_flags &= ~kComplete; in set_complete()
389 return index_flags & kLastReadPacketSkipped; in last_read_packet_skipped()
394 index_flags |= kLastReadPacketSkipped; in set_last_read_packet_skipped()
396 index_flags &= ~kLastReadPacketSkipped; in set_last_read_packet_skipped()
404 uint8_t index_flags = 0; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/core/
H A Dtrace_buffer.h383 index_flags = kComplete;
386 bool is_complete() const { return index_flags & kComplete; } in is_complete()
390 index_flags |= kComplete; in set_complete()
392 index_flags &= ~kComplete; in set_complete()
397 return index_flags & kLastReadPacketSkipped; in last_read_packet_skipped()
402 index_flags |= kLastReadPacketSkipped; in set_last_read_packet_skipped()
404 index_flags &= ~kLastReadPacketSkipped; in set_last_read_packet_skipped()
412 uint8_t index_flags = 0; member
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/
H A Dha_rockspart.cc109 ulong ha_rockspart::index_flags(uint idx, uint part, bool all_parts) const { in index_flags() function in ha_rockspart
110 return myrocks::ha_rocksdb::index_flags(m_pk_can_be_decoded, table_share, idx, in index_flags()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/
H A Dha_rockspart.cc109 ulong ha_rockspart::index_flags(uint idx, uint part, bool all_parts) const { in index_flags() function in ha_rockspart
110 return myrocks::ha_rocksdb::index_flags(m_pk_can_be_decoded, table_share, idx, in index_flags()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/
H A Dha_rockspart.cc109 ulong ha_rockspart::index_flags(uint idx, uint part, bool all_parts) const { in index_flags() function in ha_rockspart
110 return myrocks::ha_rocksdb::index_flags(m_pk_can_be_decoded, table_share, idx, in index_flags()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-storage.c305 enum mail_index_open_flags index_flags; in index_storage_mailbox_open() local
310 index_flags = ibox->index_flags; in index_storage_mailbox_open()
312 index_flags &= ENUM_NEGATE(MAIL_INDEX_OPEN_FLAG_CREATE); in index_storage_mailbox_open()
320 ret = mail_index_open(box->index, index_flags); in index_storage_mailbox_open()
322 if ((index_flags & MAIL_INDEX_OPEN_FLAG_NEVER_IN_MEMORY) != 0) { in index_storage_mailbox_open()
332 index_flags) < 0) in index_storage_mailbox_open()
336 if ((index_flags & MAIL_INDEX_OPEN_FLAG_NEVER_IN_MEMORY) != 0) { in index_storage_mailbox_open()
417 ibox->index_flags = MAIL_INDEX_OPEN_FLAG_CREATE | in index_storage_mailbox_alloc()
420 ibox->index_flags |= MAIL_INDEX_OPEN_FLAG_SAVEONLY; in index_storage_mailbox_alloc()
422 ibox->index_flags |= MAIL_INDEX_OPEN_FLAG_DEBUG; in index_storage_mailbox_alloc()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dha_sequence.h129 ulong index_flags(uint inx, uint part, bool all_parts) const in index_flags() function
130 { return file->index_flags(inx, part, all_parts); } in index_flags()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'
H A Dcreate_table_index_index_flags_with_position_and_with_weight.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "WITH_POSITION|WITH_WEIGHT"'
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dcreate_table_index_index_flags_none.result4 FULLTEXT INDEX (content) COMMENT 'index_flags "NONE"'

12345678910>>...32