• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/

Lines Matching refs:FLAC__byte

92 	const FLAC__byte *string;
95 { 0, (const FLAC__byte*)"" , true },
96 { 1, (const FLAC__byte*)"" , true },
97 { 1, (const FLAC__byte*)"\x01" , true },
98 { 1, (const FLAC__byte*)"\x7f" , true },
99 { 1, (const FLAC__byte*)"\x80" , false },
100 { 1, (const FLAC__byte*)"\x81" , false },
101 { 1, (const FLAC__byte*)"\xc0" , false },
102 { 1, (const FLAC__byte*)"\xe0" , false },
103 { 1, (const FLAC__byte*)"\xf0" , false },
104 { 2, (const FLAC__byte*)"\xc0\x41" , false },
105 { 2, (const FLAC__byte*)"\xc1\x41" , false },
106 { 2, (const FLAC__byte*)"\xc0\x85" , false }, /* non-shortest form */
107 { 2, (const FLAC__byte*)"\xc1\x85" , false }, /* non-shortest form */
108 { 2, (const FLAC__byte*)"\xc2\x85" , true },
109 { 2, (const FLAC__byte*)"\xe0\x41" , false },
110 { 2, (const FLAC__byte*)"\xe1\x41" , false },
111 { 2, (const FLAC__byte*)"\xe0\x85" , false },
112 { 2, (const FLAC__byte*)"\xe1\x85" , false },
113 { 3, (const FLAC__byte*)"\xe0\x85\x41", false },
114 { 3, (const FLAC__byte*)"\xe1\x85\x41", false },
115 { 3, (const FLAC__byte*)"\xe0\x85\x80", false }, /* non-shortest form */
116 { 3, (const FLAC__byte*)"\xe0\x95\x80", false }, /* non-shortest form */
117 { 3, (const FLAC__byte*)"\xe0\xa5\x80", true },
118 { 3, (const FLAC__byte*)"\xe1\x85\x80", true },
119 { 3, (const FLAC__byte*)"\xe1\x95\x80", true },
120 { 3, (const FLAC__byte*)"\xe1\xa5\x80", true }
124 const FLAC__byte *string;
127 { (const FLAC__byte*)"" , true },
128 { (const FLAC__byte*)"\x01" , true },
129 { (const FLAC__byte*)"\x7f" , true },
130 { (const FLAC__byte*)"\x80" , false },
131 { (const FLAC__byte*)"\x81" , false },
132 { (const FLAC__byte*)"\xc0" , false },
133 { (const FLAC__byte*)"\xe0" , false },
134 { (const FLAC__byte*)"\xf0" , false },
135 { (const FLAC__byte*)"\xc0\x41" , false },
136 { (const FLAC__byte*)"\xc1\x41" , false },
137 { (const FLAC__byte*)"\xc0\x85" , false }, /* non-shortest form */
138 { (const FLAC__byte*)"\xc1\x85" , false }, /* non-shortest form */
139 { (const FLAC__byte*)"\xc2\x85" , true },
140 { (const FLAC__byte*)"\xe0\x41" , false },
141 { (const FLAC__byte*)"\xe1\x41" , false },
142 { (const FLAC__byte*)"\xe0\x85" , false },
143 { (const FLAC__byte*)"\xe1\x85" , false },
144 { (const FLAC__byte*)"\xe0\x85\x41", false },
145 { (const FLAC__byte*)"\xe1\x85\x41", false },
146 { (const FLAC__byte*)"\xe0\x85\x80", false }, /* non-shortest form */
147 { (const FLAC__byte*)"\xe0\x95\x80", false }, /* non-shortest form */
148 { (const FLAC__byte*)"\xe0\xa5\x80", true },
149 { (const FLAC__byte*)"\xe1\x85\x80", true },
150 { (const FLAC__byte*)"\xe1\x95\x80", true },
151 { (const FLAC__byte*)"\xe1\xa5\x80", true }
156 const FLAC__byte *string;
159 { 0, (const FLAC__byte*)"" , false },
160 { 1, (const FLAC__byte*)"a" , false },
161 { 1, (const FLAC__byte*)"=" , true },
162 { 2, (const FLAC__byte*)"a=" , true },
163 { 2, (const FLAC__byte*)"\x01=" , false },
164 { 2, (const FLAC__byte*)"\x1f=" , false },
165 { 2, (const FLAC__byte*)"\x7d=" , true },
166 { 2, (const FLAC__byte*)"\x7e=" , false },
167 { 2, (const FLAC__byte*)"\xff=" , false },
168 { 3, (const FLAC__byte*)"a=\x01" , true },
169 { 3, (const FLAC__byte*)"a=\x7f" , true },
170 { 3, (const FLAC__byte*)"a=\x80" , false },
171 { 3, (const FLAC__byte*)"a=\x81" , false },
172 { 3, (const FLAC__byte*)"a=\xc0" , false },
173 { 3, (const FLAC__byte*)"a=\xe0" , false },
174 { 3, (const FLAC__byte*)"a=\xf0" , false },
175 { 4, (const FLAC__byte*)"a=\xc0\x41" , false },
176 { 4, (const FLAC__byte*)"a=\xc1\x41" , false },
177 { 4, (const FLAC__byte*)"a=\xc0\x85" , false }, /* non-shortest form */
178 { 4, (const FLAC__byte*)"a=\xc1\x85" , false }, /* non-shortest form */
179 { 4, (const FLAC__byte*)"a=\xc2\x85" , true },
180 { 4, (const FLAC__byte*)"a=\xe0\x41" , false },
181 { 4, (const FLAC__byte*)"a=\xe1\x41" , false },
182 { 4, (const FLAC__byte*)"a=\xe0\x85" , false },
183 { 4, (const FLAC__byte*)"a=\xe1\x85" , false },
184 { 5, (const FLAC__byte*)"a=\xe0\x85\x41", false },
185 { 5, (const FLAC__byte*)"a=\xe1\x85\x41", false },
186 { 5, (const FLAC__byte*)"a=\xe0\x85\x80", false }, /* non-shortest form */
187 { 5, (const FLAC__byte*)"a=\xe0\x95\x80", false }, /* non-shortest form */
188 { 5, (const FLAC__byte*)"a=\xe0\xa5\x80", true },
189 { 5, (const FLAC__byte*)"a=\xe1\x85\x80", true },
190 { 5, (const FLAC__byte*)"a=\xe1\x95\x80", true },
191 { 5, (const FLAC__byte*)"a=\xe1\xa5\x80", true }