Home
last modified time | relevance | path

Searched refs:OFFSET_LEN (Results 1 – 25 of 41) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/innodb/lob/
H A Dlot0plist.h121 static const ulint OFFSET_LEN = 0; /* 4 bytes */ member
131 mlog_write_ulint(m_base + OFFSET_LEN, 0, MLOG_4BYTES); in init()
240 ulint get_len() const { return (mach_read_from_4(m_base + OFFSET_LEN)); } in get_len()
269 mlog_write_ulint(m_base + OFFSET_LEN, len, MLOG_4BYTES); in set_len()
273 ulint len = mach_read_from_4(m_base + OFFSET_LEN); in incr_len()
274 mlog_write_ulint(m_base + OFFSET_LEN, len + 1, MLOG_4BYTES); in incr_len()
278 ulint len = mach_read_from_4(m_base + OFFSET_LEN); in decr_len()
279 mlog_write_ulint(m_base + OFFSET_LEN, len - 1, MLOG_4BYTES); in decr_len()
H A Dzlob0int.h939 static const ulint OFFSET_LEN = plist_node_t::SIZE; member
940 static const ulint OFFSET_FRAG_ID = OFFSET_LEN + 2;
951 mlog_write_ulint(m_node.ptr() + OFFSET_LEN, len, MLOG_2BYTES); in frag_node_t()
958 mlog_write_ulint(m_node.ptr() + OFFSET_LEN, len, MLOG_2BYTES); in set_total_len()
963 ulint len = mach_read_from_2(m_node.ptr() + OFFSET_LEN); in incr_length_by_2()
964 mlog_write_ulint(m_node.ptr() + OFFSET_LEN, len + 2, MLOG_2BYTES); in incr_length_by_2()
969 ulint len = mach_read_from_2(m_node.ptr() + OFFSET_LEN); in decr_length_by_2()
970 mlog_write_ulint(m_node.ptr() + OFFSET_LEN, len - 2, MLOG_2BYTES); in decr_length_by_2()
994 return (mach_read_from_2(m_node.ptr() + OFFSET_LEN)); in get_total_len()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOSFRMRES.h36 enum { NAME_LEN=8, ACTION_LEN=2, DIR_LEN=2, FRAME_ID_LEN=2, OFFSET_LEN=4, enumerator
44 char offset_x[OFFSET_LEN];
45 char offset_y[OFFSET_LEN];
H A DOFIRERES.h34 …enum { FIRE_ID_LEN = 3, FIRE_GRADE_LEN = 2, FRAME_NO_LEN = 2, OFFSET_LEN=4, FILE_NAME_LEN = 8, BIT… enumerator
38 char offset_x[OFFSET_LEN];
39 char offset_y[OFFSET_LEN];
H A DOHILLRES.h46 OFFSET_LEN=3, FILE_NAME_LEN = 8, BITMAP_PTR_LEN = 4 }; enumerator
53 char offset_x[OFFSET_LEN];
54 char offset_y[OFFSET_LEN];
H A DOWALLRES.h43 enum { WALL_ID_LEN=2, OFFSET_LEN=4, LOC_OFF_LEN=2, FILE_NAME_LEN=8, BITMAP_PTR_LEN=4 }; enumerator
48 char offset_x[OFFSET_LEN];
49 char offset_y[OFFSET_LEN];
H A DOPLANT.h59 enum { PLANT_LEN=8, SIZE_LEN=2, OFFSET_LEN=3, FILE_NAME_LEN=8, BITMAP_PTR_LEN=4 }; enumerator
64 char offset_x[OFFSET_LEN];
65 char offset_y[OFFSET_LEN];
H A DOSNOWRES.h36 enum { FILE_NAME_LEN=8, OFFSET_LEN=3, BITMAP_PTR_LEN=4, RECNO_LEN=4 }; enumerator
38 char offset_x[OFFSET_LEN];
39 char offset_y[OFFSET_LEN];
H A DOSPRTRES.h191 enum { CODE_LEN=8, SUB_NO_LEN=3, OFFSET_LEN=3, RECNO_LEN=3 }; enumerator
195 char offset_x[OFFSET_LEN];
196 char offset_y[OFFSET_LEN];
H A DOFIRMRES.h127 …enum { FIRM_CODE_LEN=8, RACE_CODE_LEN=8, FRAME_ID_LEN=2, LOC_LEN=3, OFFSET_LEN=3, DELAY_LEN=2, FIL… enumerator
139 char offset_x[OFFSET_LEN];
140 char offset_y[OFFSET_LEN];
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSFRMRES.cpp85 spriteFrame->offset_x = misc.atoi(frameRec->offset_x, frameRec->OFFSET_LEN); in load_info()
86 spriteFrame->offset_y = misc.atoi(frameRec->offset_y, frameRec->OFFSET_LEN); in load_info()
H A DOSNOWRES.cpp164 snowInfo->offset_x = (short) misc.atoi(snowRec->offset_x, snowRec->OFFSET_LEN); in load_info()
168 snowInfo->offset_y = (short) misc.atoi(snowRec->offset_y, snowRec->OFFSET_LEN); in load_info()
H A DOHILLRES.cpp133 hillBlockInfo->offset_x = misc.atoi(hillBlockRec->offset_x, hillBlockRec->OFFSET_LEN); in load_hill_block_info()
134 hillBlockInfo->offset_y = misc.atoi(hillBlockRec->offset_y, hillBlockRec->OFFSET_LEN); in load_hill_block_info()
H A DOSPRTRES.cpp257 subSpriteInfo->offset_x = misc.atoi(subSpriteRec->offset_x, subSpriteRec->OFFSET_LEN); in load_sub_sprite_info()
258 subSpriteInfo->offset_y = misc.atoi(subSpriteRec->offset_y, subSpriteRec->OFFSET_LEN); in load_sub_sprite_info()
H A DOPLANT.cpp213 plantBitmap->offset_x = misc.atoi( plantBitmapRec->offset_x, plantBitmapRec->OFFSET_LEN ); in load_plant_bitmap()
214 plantBitmap->offset_y = misc.atoi( plantBitmapRec->offset_y, plantBitmapRec->OFFSET_LEN ); in load_plant_bitmap()
H A DOWALLRES.cpp123 wallInfo->offset_x = misc.atoi(wallRec->offset_x, wallRec->OFFSET_LEN); in load_wall_info()
124 wallInfo->offset_y = misc.atoi(wallRec->offset_y, wallRec->OFFSET_LEN); in load_wall_info()
H A DOFIRMDIE.cpp126 firmBitmap->offset_x = misc.atoi( firmBitmapRec->offset_x, firmBitmapRec->OFFSET_LEN ); in load_bitmap_info()
127 firmBitmap->offset_y = misc.atoi( firmBitmapRec->offset_y, firmBitmapRec->OFFSET_LEN ); in load_bitmap_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dlob0impl.h246 static const ulint OFFSET_LEN = 0; member
265 mlog_write_ulint(m_base + OFFSET_LEN, 0, MLOG_4BYTES, m_mtr); in init()
416 mlog_write_ulint(m_base + OFFSET_LEN, len, MLOG_4BYTES, m_mtr); in set_len()
422 ulint len = mach_read_from_4(m_base + OFFSET_LEN); in incr_len()
423 mlog_write_ulint(m_base + OFFSET_LEN, len + 1, MLOG_4BYTES, m_mtr); in incr_len()
429 ulint len = mach_read_from_4(m_base + OFFSET_LEN); in decr_len()
1118 static const ulint OFFSET_LEN = plist_node_t::SIZE; member
1121 static const ulint OFFSET_FRAG_ID = OFFSET_LEN + 2;
1184 ulint len = mach_read_from_2(m_node.ptr() + OFFSET_LEN); in incr_length_by_2()
1193 ulint len = mach_read_from_2(m_node.ptr() + OFFSET_LEN); in decr_length_by_2()
[all …]
/dports/databases/db5/db-5.3.28/examples/c/csv/
H A Dcsv.h57 #define OFFSET_LEN(offset, indx) \ macro
/dports/databases/db18/db-18.1.40/examples/c/csv/
H A Dcsv.h57 #define OFFSET_LEN(offset, indx) \ macro
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-follow.c94 #define OFFSET_LEN 8 macro
96 #define HEX_START (OFFSET_LEN + OFFSET_SPACE)
119 g_snprintf(line, LINE_LEN + 1, "%0*X", OFFSET_LEN, offset); in follow_print_hex()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-follow.c94 #define OFFSET_LEN 8
96 #define HEX_START (OFFSET_LEN + OFFSET_SPACE)
119 g_snprintf(line, LINE_LEN + 1, "%0*X", OFFSET_LEN, offset);
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-follow.c94 #define OFFSET_LEN 8 macro
96 #define HEX_START (OFFSET_LEN + OFFSET_SPACE)
119 g_snprintf(line, LINE_LEN + 1, "%0*X", OFFSET_LEN, offset); in follow_print_hex()
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-follow.c94 #define OFFSET_LEN 8
96 #define HEX_START (OFFSET_LEN + OFFSET_SPACE)
119 g_snprintf(line, LINE_LEN + 1, "%0*X", OFFSET_LEN, offset);
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoPktIP.h301 {return ntohs(((UINT16*)buffer_ptr)[OFFSET_LEN]);} in GetTotalLength()
412 ((UINT16*)buffer_ptr)[OFFSET_LEN] = htons(numBytes); in SetTotalLength()
420 OFFSET_LEN = (OFFSET_TOS+1)/2, // 1 UINT16 (2 bytes) enumerator
421 OFFSET_ID = OFFSET_LEN+1, // 2 UINT16 (4 bytes)

12