Home
last modified time | relevance | path

Searched refs:FIELD_RLL (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjfreespace.spec28 FIELD_RLL (max32, 0); // 0x32
29 FIELD_RLL (max64, 0); // 0x64
30 FIELD_RLL (maxtbl, 0); // 0x200
34 FIELD_RLL (zero, 0);
35 FIELD_RLL (num_handles, 0);
39 FIELD_RLL (max32, 0); // 0x32
40 FIELD_RLL (max32_hi, 0); //
41 FIELD_RLL (max64, 0); // 0x64
42 FIELD_RLL (max64_hi, 0); // 0x0
44 FIELD_RLL (maxtbl_hi, 0); // 0x0
[all …]
H A Dr2004_file_header.spec47 FIELD_RLL (last_section_address, 0);// @0x2c =0x9c80
48 FIELD_RLL (second_header_address, 0);// @0x34 =0x984b
55 FIELD_RLL (section_map_address, 0); // @0x54 (+ 0x100) =0x97a0
H A Din_json.c3755 FIELD_RLL (zero, 0) in json_ObjFreeSpace()
3756 FIELD_RLL (num_handles, 0) in json_ObjFreeSpace()
3759 FIELD_RLL (max32, 0) in json_ObjFreeSpace()
3760 FIELD_RLL (max32_hi, 0) in json_ObjFreeSpace()
3761 FIELD_RLL (max64, 0) in json_ObjFreeSpace()
3762 FIELD_RLL (max64_hi, 0) in json_ObjFreeSpace()
3763 FIELD_RLL (maxtbl, 0) in json_ObjFreeSpace()
3764 FIELD_RLL (maxtbl_hi, 0) in json_ObjFreeSpace()
3765 FIELD_RLL (maxrl, 0) in json_ObjFreeSpace()
3766 FIELD_RLL (maxrl_hi, 0) in json_ObjFreeSpace()
[all …]
H A Dprint.c119 #define FIELD_RLL(name, dxf) FIELDG (name, RLL, dxf); macro
H A Dout_geojson.c226 #define FIELD_RLL(name, dxf) FIELD (name, RLL, dxf) macro
H A Dfree.c133 #define FIELD_RLL(name, dxf) FIELD (name, RLL) macro
H A Ddec_macros.h430 #define FIELD_RLL(nam, dxf) FIELDG (nam, RLL, dxf) macro
H A Dencode.c164 #define FIELD_RLL(nam, dxf) FIELDG (nam, RLL, dxf) macro
3026 FIELD_RLL (address, 0); in dwg_encode()
H A Dout_json.c438 #define FIELD_RLL(nam, dxf) FIELD (nam, RLL, dxf) macro
H A Ddwg.spec10478 FIELD_RLL (numpoints, 92);
10608 FIELD_RLL (numpoints, 160);
10612 FIELD_RLL (numpoints, 160);
10625 FIELD_RLL (numpoints, 160);
H A Dout_dxfb.c544 #define FIELD_RLL(nam, dxf) FIELD_BLL (nam, dxf) macro
H A Dout_dxf.c506 #define FIELD_RLL(nam, dxf) FIELDG (nam, RLL, dxf) macro