File: command_test.def

package info (click to toggle)
audacity 1.2.4b-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,136 kB
  • ctags: 20,445
  • sloc: ansic: 139,567; cpp: 55,998; sh: 24,963; lisp: 3,772; makefile: 1,683; python: 272
file content (48 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
autogen definitions command_test.tpl;

int_type = { 
	list_element	= char ;
	data_type		= short ;
	function		= CHAR_SHORT ;
	item_count		= "126" ;
	};

int_type = { 
	list_element	= short ;
	data_type		= short ;
	function		= SHORT_FUNC ;
	item_count		= "BUFFER_SIZE / sizeof (short)" ;
	};

int_type = { 
	list_element	= "24bit" ;
	data_type		= int ;
	function		= TRIBYTE_FUNC ;
	item_count		= "BUFFER_SIZE / sizeof (int)" ;
	};

int_type = { 
	list_element 	= int ;
	data_type		= int ;
	function		= INT_FUNC ;
	item_count		= "BUFFER_SIZE / sizeof (int)" ;
	};
			

float_type = { 
	list_element = float ;
	};

float_type = { 
	list_element = double ;
	};


/*
** Do not edit or modify anything in this comment block.
** The arch-tag line is a file identity tag for the GNU Arch 
** revision control system.
**
** arch-tag: af57f879-75fa-4131-95f8-8a37e6ac9808
*/