Home
last modified time | relevance | path

Searched refs:table_bytes (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/databases/timescaledb/timescaledb-2.5.1/sql/
H A Dsize_utils.sql63 table_bytes bigint,
78 table_bytes bigint,
88 table_bytes bigint,
110 table_bytes bigint,
118 sum(entry.table_bytes)::bigint AS table_bytes,
152 RETURNS TABLE (table_bytes BIGINT,
209 table_bytes bigint,
238 table_bytes bigint,
249 entry.table_bytes AS table_bytes,
289 table_bytes BIGINT,
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/expected/
H A Ddist_util.out284 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
292 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
359 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
367 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
450 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
464 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
521 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
599 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
682 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
784 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
[all …]
/dports/sysutils/flashrom/flashrom-v1.2/
H A Dcbtable.c136 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
138 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
159 addr, addr + sizeof(*head) + head->table_bytes);
175 if (compute_checksum(recs, head->table_bytes)
307 last = (struct lb_record *)(((char *)rec) + lb_table->table_bytes);
310 lb_table->table_bytes, lb_table->table_checksum,
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/libopenbios/
H A Dlinuxbios_info.c19 (((char *)rec) < (((char *)head) + sizeof(*head) + head->table_bytes)) && \
21 ((((char *)rec) + rec->size) <= (((char *)head) + sizeof(*head) + head->table_bytes)); \
96 if (ipchksum((uint16_t *)(ptr + sizeof(*head)), head->table_bytes) != in find_lb_table()
101 if (count_lb_records(ptr + sizeof(*head), head->table_bytes) != in find_lb_table()
/dports/databases/timescaledb/timescaledb-2.5.1/scripts/
H A Ddump_meta_data.sql39 table_bytes,
44 SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes FROM (
71 table_bytes,
77 total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dralf.c433 int table_size, table_bytes, i; in decode_frame() local
440 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
441 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
445 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
452 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
453 avpkt->size - 2 - table_bytes); in decode_frame()
477 table_bytes = (table_size + 7) >> 3; in decode_frame()
478 if (src_size < table_bytes + 3) { in decode_frame()
496 block_pointer = src + table_bytes + 2; in decode_frame()
497 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dralf.c430 int table_size, table_bytes, i; in decode_frame() local
437 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
438 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
442 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
449 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
450 avpkt->size - 2 - table_bytes); in decode_frame()
474 table_bytes = (table_size + 7) >> 3; in decode_frame()
475 if (src_size < table_bytes + 3) { in decode_frame()
491 block_pointer = src + table_bytes + 2; in decode_frame()
492 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dralf.c433 int table_size, table_bytes, i; in decode_frame() local
440 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
441 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
445 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
452 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
453 avpkt->size - 2 - table_bytes); in decode_frame()
477 table_bytes = (table_size + 7) >> 3; in decode_frame()
478 if (src_size < table_bytes + 3) { in decode_frame()
496 block_pointer = src + table_bytes + 2; in decode_frame()
497 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dralf.c430 int table_size, table_bytes, i; in decode_frame() local
437 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
438 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
442 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
449 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
450 avpkt->size - 2 - table_bytes); in decode_frame()
474 table_bytes = (table_size + 7) >> 3; in decode_frame()
475 if (src_size < table_bytes + 3) { in decode_frame()
491 block_pointer = src + table_bytes + 2; in decode_frame()
492 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dralf.c432 int table_size, table_bytes, i; in decode_frame() local
439 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
440 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
444 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
451 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
452 avpkt->size - 2 - table_bytes); in decode_frame()
476 table_bytes = (table_size + 7) >> 3; in decode_frame()
477 if (src_size < table_bytes + 3) { in decode_frame()
493 block_pointer = src + table_bytes + 2; in decode_frame()
494 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dralf.c430 int table_size, table_bytes, i; in decode_frame() local
437 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
438 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
442 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
449 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
450 avpkt->size - 2 - table_bytes); in decode_frame()
474 table_bytes = (table_size + 7) >> 3; in decode_frame()
475 if (src_size < table_bytes + 3) { in decode_frame()
491 block_pointer = src + table_bytes + 2; in decode_frame()
492 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dralf.c433 int table_size, table_bytes, i; in decode_frame() local
440 table_bytes = (AV_RB16(avpkt->data) + 7) >> 3; in decode_frame()
441 if (table_bytes + 3 > avpkt->size || avpkt->size > RALF_MAX_PKT_SIZE) { in decode_frame()
445 if (memcmp(ctx->pkt, avpkt->data, 2 + table_bytes)) { in decode_frame()
452 memcpy(ctx->pkt + RALF_MAX_PKT_SIZE, avpkt->data + 2 + table_bytes, in decode_frame()
453 avpkt->size - 2 - table_bytes); in decode_frame()
477 table_bytes = (table_size + 7) >> 3; in decode_frame()
478 if (src_size < table_bytes + 3) { in decode_frame()
496 block_pointer = src + table_bytes + 2; in decode_frame()
497 bytes_left = src_size - table_bytes - 2; in decode_frame()
/dports/sysutils/nvramtool/nvramtool-r6440/
H A Dlbtable.c323 lbtable->table_bytes, lbtable->table_bytes, in dump_lbtable()
327 if ((lbtable->table_bytes == 0) != (lbtable->table_entries == 0)) { in dump_lbtable()
334 if (lbtable->table_bytes == 0) { in dump_lbtable()
354 if (bytes_processed >= lbtable->table_bytes) in dump_lbtable()
477 table->table_bytes)) { in lbtable_scan()
529 bytes_processed < lbtable->table_bytes; in find_lbrec()
/dports/databases/timescaledb/timescaledb-2.5.1/test/expected/
H A Dsize_utils.out46 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
473 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
478 chunk_schema | chunk_name | table_bytes | index_bytes | toast_bytes | total_bytes | node_name
505 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
510 chunk_schema | chunk_name | table_bytes | index_bytes | toast_bytes | total_bytes | node_name
538 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
543 chunk_schema | chunk_name | table_bytes | index_bytes | toast_bytes | total_bytes | node_name
582 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
587 chunk_schema | chunk_name | table_bytes | index_bytes | toast_bytes | total_bytes | node_name
630 table_bytes | index_bytes | toast_bytes | total_bytes | node_name
[all …]
H A Ddump_meta.out113 table_bytes,
118 SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes FROM (
137 hypertable | table_bytes | index_bytes | toast_bytes | total_bytes
150 table_bytes,
156 total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes
188 … | ranges | table_bytes | index_bytes |…
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/lib/coreboot/
H A Dcoreboot_table.c26 uint32_t table_bytes; member
127 if (ptr - base >= header->header_bytes + header->table_bytes) { in coreboot_table_setup()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/lib/coreboot/
H A Dcoreboot_table.c26 uint32_t table_bytes; member
127 if (ptr - base >= header->header_bytes + header->table_bytes) { in coreboot_table_setup()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/lib/coreboot/
H A Dcoreboot_table.c26 uint32_t table_bytes; member
127 if (ptr - base >= header->header_bytes + header->table_bytes) { in coreboot_table_setup()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/lib/coreboot/
H A Dcoreboot_table.c26 uint32_t table_bytes; member
127 if (ptr - base >= header->header_bytes + header->table_bytes) { in coreboot_table_setup()

12345678910>>...13