Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 3287) sorted by relevance

12345678910>>...132

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dfixedname.c21 dns_fixedname_init(dns_fixedname_t *fixed) { in dns_fixedname_init() argument
22 dns_name_init(&fixed->name, fixed->offsets); in dns_fixedname_init()
23 isc_buffer_init(&fixed->buffer, fixed->data, DNS_NAME_MAXWIRE); in dns_fixedname_init()
24 dns_name_setbuffer(&fixed->name, &fixed->buffer); in dns_fixedname_init()
28 dns_fixedname_invalidate(dns_fixedname_t *fixed) { in dns_fixedname_invalidate() argument
29 dns_name_invalidate(&fixed->name); in dns_fixedname_invalidate()
33 dns_fixedname_name(dns_fixedname_t *fixed) { in dns_fixedname_name() argument
38 dns_fixedname_initname(dns_fixedname_t * fixed) dns_fixedname_initname() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dfixedname.c21 dns_fixedname_init(dns_fixedname_t *fixed) { in dns_fixedname_init() argument
22 dns_name_init(&fixed->name, fixed->offsets); in dns_fixedname_init()
23 isc_buffer_init(&fixed->buffer, fixed->data, DNS_NAME_MAXWIRE); in dns_fixedname_init()
24 dns_name_setbuffer(&fixed->name, &fixed->buffer); in dns_fixedname_init()
28 dns_fixedname_invalidate(dns_fixedname_t *fixed) { in dns_fixedname_invalidate() argument
29 dns_name_invalidate(&fixed->name); in dns_fixedname_invalidate()
33 dns_fixedname_name(dns_fixedname_t *fixed) { in dns_fixedname_name() argument
34 return (&fixed->name); in dns_fixedname_name()
38 dns_fixedname_initname(dns_fixedname_t *fixed) { in dns_fixedname_initname() argument
39 dns_fixedname_init(fixed); in dns_fixedname_initname()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgit-fix-changelog.py37 def replace_file_in_changelog(lines, filename, fixed): argument
42 lines[i] = line.replace(filename, fixed)
49 fixed = '/'.join(fixed.split('/')[1:])
74 fixed = line[line.index('did you mean'):] variable
75 fixed = fixed[fixed.index('"') + 1:] variable
76 fixed = fixed[:fixed.index('"')] variable
78 if filename.count('/') == fixed.count('/'):
79 replace_file_in_changelog(commit_message, filename, fixed)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgit-fix-changelog.py37 def replace_file_in_changelog(lines, filename, fixed): argument
42 lines[i] = line.replace(filename, fixed)
49 fixed = '/'.join(fixed.split('/')[1:])
74 fixed = line[line.index('did you mean'):] variable
75 fixed = fixed[fixed.index('"') + 1:] variable
76 fixed = fixed[:fixed.index('"')] variable
78 if filename.count('/') == fixed.count('/'):
79 replace_file_in_changelog(commit_message, filename, fixed)
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c679 static int dns_get_fixed(unsigned char *pos, DNS_FIXED *fixed) in dns_get_fixed() argument
681 GETSHORT(fixed->type, pos); in dns_get_fixed()
682 GETSHORT(fixed->class, pos); in dns_get_fixed()
683 GETLONG(fixed->ttl, pos); in dns_get_fixed()
684 GETSHORT(fixed->length, pos); in dns_get_fixed()
686 if (fixed->class != C_IN) { in dns_get_fixed()
687 msg_warn("dns_get_fixed: bad class: %u", fixed->class); in dns_get_fixed()
741 DNS_FIXED *fixed) in dns_get_rr() argument
759 switch (fixed->type) { in dns_get_rr()
762 dns_strtype(fixed->type)); in dns_get_rr()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/
H A Damdgpu_freesync.c188 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
217 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
218 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
221 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
230 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
231 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
234 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
396 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
397 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
399 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam33xx-clocks.dtsi18 compatible = "fixed-factor-clock";
26 compatible = "fixed-factor-clock";
34 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
50 compatible = "fixed-factor-clock";
58 compatible = "fixed-factor-clock";
66 compatible = "fixed-factor-clock";
74 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
90 compatible = "fixed-factor-clock";
[all …]
H A Dam43xx-clocks.dtsi34 compatible = "fixed-factor-clock";
42 compatible = "fixed-factor-clock";
50 compatible = "fixed-factor-clock";
58 compatible = "fixed-factor-clock";
66 compatible = "fixed-factor-clock";
74 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
90 compatible = "fixed-factor-clock";
98 compatible = "fixed-factor-clock";
106 compatible = "fixed-factor-clock";
[all …]
H A Dbcm11351.dtsi282 compatible = "fixed-clock";
288 compatible = "fixed-clock";
294 compatible = "fixed-clock";
300 compatible = "fixed-clock";
306 compatible = "fixed-clock";
312 compatible = "fixed-clock";
318 compatible = "fixed-clock";
324 compatible = "fixed-clock";
330 compatible = "fixed-clock";
336 compatible = "fixed-clock";
[all …]
H A Domap36xx-omap3430es2plus-clocks.dtsi33 compatible = "fixed-factor-clock";
49 compatible = "fixed-factor-clock";
73 compatible = "fixed-factor-clock";
81 compatible = "fixed-factor-clock";
89 compatible = "fixed-factor-clock";
97 compatible = "fixed-factor-clock";
105 compatible = "fixed-factor-clock";
113 compatible = "fixed-factor-clock";
121 compatible = "fixed-factor-clock";
129 compatible = "fixed-factor-clock";
[all …]
H A Dstm32mp157a-icore-stm32mp1.dtsi59 compatible = "regulator-fixed";
67 compatible = "regulator-fixed";
75 compatible = "regulator-fixed";
83 compatible = "regulator-fixed";
91 compatible = "regulator-fixed";
99 compatible = "regulator-fixed";
108 compatible = "regulator-fixed";
117 compatible = "regulator-fixed";
125 compatible = "regulator-fixed";
133 compatible = "regulator-fixed";
[all …]
H A Ddra7xx-clocks.dtsi34 compatible = "fixed-clock";
40 compatible = "fixed-clock";
46 compatible = "fixed-clock";
52 compatible = "fixed-clock";
58 compatible = "fixed-clock";
64 compatible = "fixed-clock";
70 compatible = "fixed-clock";
76 compatible = "fixed-clock";
82 compatible = "fixed-clock";
88 compatible = "fixed-clock";
[all …]
H A Dbcm21664.dtsi210 compatible = "fixed-clock";
216 compatible = "fixed-clock";
222 compatible = "fixed-clock";
228 compatible = "fixed-clock";
234 compatible = "fixed-clock";
240 compatible = "fixed-clock";
246 compatible = "fixed-clock";
252 compatible = "fixed-clock";
258 compatible = "fixed-clock";
264 compatible = "fixed-clock";
[all …]
H A Ddm814x-clocks.dtsi187 compatible = "fixed-clock";
212 compatible = "fixed-clock";
219 compatible = "fixed-clock";
226 compatible = "fixed-clock";
232 compatible = "fixed-clock";
238 compatible = "fixed-clock";
244 compatible = "fixed-clock";
252 compatible = "fixed-factor-clock";
269 compatible = "fixed-factor-clock";
278 compatible = "ti,fixed-factor-clock";
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dshlr.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
50 set_grs_a5a5 ; Fill all general regs with a fixed pattern
79 set_grs_a5a5 ; Fill all general regs with a fixed pattern
109 set_grs_a5a5 ; Fill all general regs with a fixed pattern
139 set_grs_a5a5 ; Fill all general regs with a fixed pattern
169 set_grs_a5a5 ; Fill all general regs with a fixed pattern
199 set_grs_a5a5 ; Fill all general regs with a fixed pattern
229 set_grs_a5a5 ; Fill all general regs with a fixed pattern
260 set_grs_a5a5 ; Fill all general regs with a fixed pattern
291 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Drotr.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
49 set_grs_a5a5 ; Fill all general regs with a fixed pattern
76 set_grs_a5a5 ; Fill all general regs with a fixed pattern
103 set_grs_a5a5 ; Fill all general regs with a fixed pattern
130 set_grs_a5a5 ; Fill all general regs with a fixed pattern
157 set_grs_a5a5 ; Fill all general regs with a fixed pattern
184 set_grs_a5a5 ; Fill all general regs with a fixed pattern
211 set_grs_a5a5 ; Fill all general regs with a fixed pattern
238 set_grs_a5a5 ; Fill all general regs with a fixed pattern
265 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Drotl.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
75 set_grs_a5a5 ; Fill all general regs with a fixed pattern
102 set_grs_a5a5 ; Fill all general regs with a fixed pattern
129 set_grs_a5a5 ; Fill all general regs with a fixed pattern
156 set_grs_a5a5 ; Fill all general regs with a fixed pattern
183 set_grs_a5a5 ; Fill all general regs with a fixed pattern
210 set_grs_a5a5 ; Fill all general regs with a fixed pattern
239 set_grs_a5a5 ; Fill all general regs with a fixed pattern
263 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Drotxr.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
50 set_grs_a5a5 ; Fill all general regs with a fixed pattern
79 set_grs_a5a5 ; Fill all general regs with a fixed pattern
109 set_grs_a5a5 ; Fill all general regs with a fixed pattern
139 set_grs_a5a5 ; Fill all general regs with a fixed pattern
169 set_grs_a5a5 ; Fill all general regs with a fixed pattern
199 set_grs_a5a5 ; Fill all general regs with a fixed pattern
229 set_grs_a5a5 ; Fill all general regs with a fixed pattern
260 set_grs_a5a5 ; Fill all general regs with a fixed pattern
291 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Dshar.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
50 set_grs_a5a5 ; Fill all general regs with a fixed pattern
79 set_grs_a5a5 ; Fill all general regs with a fixed pattern
109 set_grs_a5a5 ; Fill all general regs with a fixed pattern
139 set_grs_a5a5 ; Fill all general regs with a fixed pattern
169 set_grs_a5a5 ; Fill all general regs with a fixed pattern
199 set_grs_a5a5 ; Fill all general regs with a fixed pattern
229 set_grs_a5a5 ; Fill all general regs with a fixed pattern
260 set_grs_a5a5 ; Fill all general regs with a fixed pattern
291 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Dshll.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
119 set_grs_a5a5 ; Fill all general regs with a fixed pattern
141 set_grs_a5a5 ; Fill all general regs with a fixed pattern
164 set_grs_a5a5 ; Fill all general regs with a fixed pattern
186 set_grs_a5a5 ; Fill all general regs with a fixed pattern
208 set_grs_a5a5 ; Fill all general regs with a fixed pattern
231 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Dnot.s45 set_grs_a5a5 ; Fill all general regs with a fixed pattern
71 set_grs_a5a5 ; Fill all general regs with a fixed pattern
99 set_grs_a5a5 ; Fill all general regs with a fixed pattern
128 set_grs_a5a5 ; Fill all general regs with a fixed pattern
160 set_grs_a5a5 ; Fill all general regs with a fixed pattern
189 set_grs_a5a5 ; Fill all general regs with a fixed pattern
218 set_grs_a5a5 ; Fill all general regs with a fixed pattern
247 set_grs_a5a5 ; Fill all general regs with a fixed pattern
277 set_grs_a5a5 ; Fill all general regs with a fixed pattern
307 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Dneg.s49 set_grs_a5a5 ; Fill all general regs with a fixed pattern
79 set_grs_a5a5 ; Fill all general regs with a fixed pattern
107 set_grs_a5a5 ; Fill all general regs with a fixed pattern
136 set_grs_a5a5 ; Fill all general regs with a fixed pattern
165 set_grs_a5a5 ; Fill all general regs with a fixed pattern
194 set_grs_a5a5 ; Fill all general regs with a fixed pattern
223 set_grs_a5a5 ; Fill all general regs with a fixed pattern
252 set_grs_a5a5 ; Fill all general regs with a fixed pattern
282 set_grs_a5a5 ; Fill all general regs with a fixed pattern
312 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
H A Damd-seattle-clks.dtsi9 compatible = "fixed-clock";
16 compatible = "fixed-clock";
23 compatible = "fixed-clock";
30 compatible = "fixed-clock";
37 compatible = "fixed-clock";
44 compatible = "fixed-clock";
51 compatible = "fixed-clock";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
H A Djuno-clocks.dtsi10 /* SoC fixed clocks */
12 compatible = "fixed-clock";
19 compatible = "fixed-clock";
26 compatible = "fixed-clock";
33 compatible = "fixed-clock";
40 compatible = "fixed-clock";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
H A Daistarvision-mipi-adapter-2.1.dtsi10 compatible = "regulator-fixed";
18 compatible = "regulator-fixed";
26 compatible = "regulator-fixed";
34 compatible = "regulator-fixed";
42 compatible = "regulator-fixed";
50 compatible = "regulator-fixed";
58 compatible = "fixed-clock";

12345678910>>...132