| /src/sys/arch/arm/amlogic/ |
| meson_clk_fixed.c | 42 struct meson_clk_fixed *fixed = &clk->u.fixed; local 46 return fixed->rate;
|
| /src/sys/arch/arm/nxp/ |
| imx_ccm_fixed.c | 43 struct imx_ccm_fixed *fixed = &clk->u.fixed; local 47 return fixed->rate;
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/ |
| stdtime.c | 44 isc_boolean_t fixed = ISC_FALSE; local 47 fixed = ISC_TRUE; 53 fixed = ISC_TRUE; 62 if (fixed)
|
| time.c | 65 isc_boolean_t fixed = ISC_FALSE; local 68 fixed = ISC_TRUE; 74 fixed = ISC_TRUE; 83 if (fixed)
|
| /src/external/gpl3/gcc/dist/contrib/ |
| git-fix-changelog.py | 37 def replace_file_in_changelog(lines, filename, fixed): 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 [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| git-fix-changelog.py | 37 def replace_file_in_changelog(lines, filename, fixed): 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 [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| makejournal.c | 62 dns_fixedname_t fixed; local 65 name = dns_fixedname_initname(&fixed);
|
| /src/sys/uvm/ |
| uvm_mremap.c | 120 const bool fixed = (flags & MAP_FIXED) != 0; local 123 if (fixed) { 144 * request was for a fixed mapping, make sure supplied address 168 (!fixed || newva == oldva) && newmap == oldmap && 187 if (fixed) { 196 if (!fixed) { 204 fixed ? UVM_FLAG_FIXED : 0)) { 207 KASSERT(!fixed || dstva == newva);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| wpackettest.c | 34 static const unsigned char fixed[] = { 0xff, 0xff, 0xff }; variable 96 /* Test initialising from a fixed size buffer */ 105 || !TEST_mem_eq(sbuf, written, fixed, sizeof(sbuf))
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-rrchecker.c | 103 dns_fixedname_t fixed; local 190 name = dns_fixedname_initname(&fixed);
|
| nsec3hash.c | 79 dns_fixedname_t fixed; local 122 name = dns_fixedname_initname(&fixed);
|
| /src/external/mpl/bind/dist/tests/bench/ |
| dns_name_fromwire.c | 35 dns_fixedname_t fixed; local 36 dns_name_t *name = dns_fixedname_initname(&fixed); 58 dns_fixedname_t fixed; local 59 dns_name_t *name = dns_fixedname_initname(&fixed);
|
| /src/games/gomoku/ |
| bdisp.c | 127 int fixed = (int)sizeof("BLACK/ (*) vs. WHITE/ (O)") - 1; local 128 int total = fixed + bw + ww; 134 int remaining = available - fixed;
|
| /src/sys/arch/arm/nvidia/ |
| tegra_clock.h | 81 struct tegra_fixed_clk fixed; member in union:tegra_clk::__anon1099
|
| /src/sys/arch/arm/samsung/ |
| exynos_clock.h | 77 struct exynos_fixed_clk fixed; member in union:exynos_clk::__anon1147
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
| mod_freesync.h | 120 struct mod_vrr_params_fixed_refresh fixed; member in struct:mod_vrr_params
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| wpackettest.c | 24 static const unsigned char fixed[] = { 0xff, 0xff, 0xff }; variable 89 /* Test initialising from a fixed size buffer */ 98 || !TEST_mem_eq(sbuf, written, fixed, sizeof(sbuf))
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgreduce.c | 223 * _consolidate_vg doesn't like that -- specifically, mirrors are fixed 467 int fixed = 1; local 550 fixed = _consolidate_vg(cmd, vg); 559 if (fixed) {
|
| /src/external/gpl3/binutils/dist/zlib/ |
| infback.c | 68 fixed code decoding. Normally this returns fixed tables from inffixed.h. 80 static code fixed[544]; local 82 /* build fixed huffman tables if first call (may not be thread safe) */ 93 next = fixed; 295 case 1: /* fixed block */ 297 Tracev((stderr, "inflate: fixed codes block%s\n",
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| infback.c | 74 fixed code decoding. Normally this returns fixed tables from inffixed.h. 88 static code fixed[544]; local 90 /* build fixed huffman tables if first call (may not be thread safe) */ 101 next = fixed; 308 case 1: /* fixed block */ 310 Tracev((stderr, "inflate: fixed codes block%s\n",
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| infback.c | 74 fixed code decoding. Normally this returns fixed tables from inffixed.h. 88 static code fixed[544]; local 90 /* build fixed huffman tables if first call (may not be thread safe) */ 101 next = fixed; 308 case 1: /* fixed block */ 310 Tracev((stderr, "inflate: fixed codes block%s\n",
|
| /src/external/mit/isl/dist/ |
| basis_reduction_templ.c | 70 int fixed = 0; local 156 fixed = GBR_lp_is_fixed(lp); 161 fixed = fixed_saved; 170 fixed = GBR_lp_is_fixed(lp); 212 fixed = mu_fixed[j]; 218 if (i+1 == tab->n_zero && fixed) { 241 fixed_saved = fixed; 250 if (fixed) {
|
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| srv_33.c | 309 dns_fixedname_t fixed; local 337 dns_fixedname_init(&fixed); 339 result = dns_name_fromstring(dns_fixedname_name(&fixed), buf, NULL, 0, 345 result = dns_name_concatenate(dns_fixedname_name(&fixed), &name, 346 dns_fixedname_name(&fixed), NULL); 351 return (add)(arg, dns_fixedname_name(&fixed), dns_rdatatype_tlsa,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| srv_33.c | 310 dns_fixedname_t fixed; local 336 dns_fixedname_init(&fixed); 338 result = dns_name_fromstring2(dns_fixedname_name(&fixed), buf, NULL, 0, 344 result = dns_name_concatenate(dns_fixedname_name(&fixed), &name, 345 dns_fixedname_name(&fixed), NULL); 350 return ((add)(arg, dns_fixedname_name(&fixed), dns_rdatatype_tlsa));
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rootns.c | 355 dns_fixedname_t fixed; local 359 foundname = dns_fixedname_initname(&fixed); 467 dns_fixedname_t fixed; local 484 name = dns_fixedname_initname(&fixed);
|