| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| environment.c | 60 * assigned and list of malloced strings in env, return 0 or errno 65 read_env_file(FILE *F, char ***env, int *assigned) 74 *assigned = 0; 102 (*assigned)++; 119 (*assigned)++; 135 int assigned; local 141 read_env_file(F, env, &assigned); 143 return assigned;
|
| /src/external/bsd/zstd/dist/contrib/pzstd/utils/test/ |
| BufferTest.cpp | 36 Buffer assigned; local 37 assigned = std::move(moved); 49 Buffer assigned; local 50 assigned = std::move(moved); 53 Buffer split = assigned.splitAt(5); 57 assigned.subtract(1);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm911360_entphn.dts | 74 assigned-clocks = 77 assigned-clock-rates = <525000000>, <300000000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx7d-cl-som-imx7.dts | 47 assigned-clocks = <&clks IMX7D_ENET1_TIME_ROOT_SRC>, 49 assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>; 50 assigned-clock-rates = <0>, <100000000>; 75 assigned-clocks = <&clks IMX7D_ENET2_TIME_ROOT_SRC>, 77 assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>; 78 assigned-clock-rates = <0>, <100000000>; 197 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>; 198 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>; 212 assigned-clocks = <&clks IMX7D_USDHC3_ROOT_CLK>; 213 assigned-clock-rates = <400000000> [all...] |
| imx6qdl-savageboard.dtsi | 99 assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, 101 assigned-clock-parents = <&clks IMX6QDL_CLK_PLL3_USB_OTG>,
|
| imx6q-cm-fx6.dts | 459 assigned-clocks = <&clks IMX6QDL_CLK_SSI2_SEL>, 461 assigned-clock-parents = <&clks IMX6QDL_CLK_PLL4_AUDIO_DIV>; 462 assigned-clock-rates = <0>, <786432000>;
|
| imx6q-bx50v3.dtsi | 398 assigned-clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, 404 assigned-clock-parents = <&clks IMX6QDL_CLK_PLL5_VIDEO_DIV>,
|
| /src/usr.bin/make/unit-tests/ |
| var-scope-global.mk | 5 # Global variables can be assigned and appended to.
|
| varname-empty.exp | 12 Global: ignoring ' = assigned' as the variable name '' expands to empty 18 Global: ignoring ' = assigned indirectly' as the variable name '${:U}' expands to empty
|
| varmod-assign.mk | 52 # The condition "1" is true, therefore THEN1 gets assigned a value, 58 # The condition "0" is false, therefore ELSE2 gets assigned a value, 115 # If the command succeeds, the variable is assigned. 160 .if ${${VARNAME}::=assigned-value} # Here the variable name gets expanded once 166 .if ${${VARNAME}} != "assigned-value"
|
| deptgt-makeflags.mk | 45 # This is assigned to the variable DOLLAR. 58 # The following line looks as if it assigned a newline to nl, but it doesn't.
|
| var-op-expand.mk | 180 VAR_ASSIGN_${UNDEF}= assigned by '=' 181 VAR_SUBST_${UNDEF}:= assigned by ':=' 182 .if ${VAR_ASSIGN_} != "assigned by '='" 188 .if ${VAR_SUBST_} != "assigned by ':='"
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| k3-j784s4-evm-usxgmii-exp1-exp2.dtso | 56 assigned-clock-parents = <&k3_clks 406 9>; /* Use 156.25 MHz clock for USXGMII */
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32f429-disco.dts | 169 assigned-clocks = <&rcc 1 CLK_RTC>; 170 assigned-clock-parents = <&rcc 1 CLK_LSI>;
|
| stm32f746.dtsi | 252 assigned-clocks = <&rcc 1 CLK_RTC>; 253 assigned-clock-parents = <&rcc 1 CLK_LSE>; 630 assigned-clocks = <&rcc 1 CLK_HSE_RTC>; 631 assigned-clock-rates = <1000000>;
|
| stm32f429.dtsi | 270 assigned-clocks = <&rcc 1 CLK_RTC>; 271 assigned-clock-parents = <&rcc 1 CLK_LSE>; 695 assigned-clocks = <&rcc 1 CLK_HSE_RTC>; 696 assigned-clock-rates = <1000000>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| mt7622-rfb1.dts | 224 assigned-clocks = <&topckgen CLK_TOP_MSDC30_0_SEL>; 225 assigned-clock-parents = <&topckgen CLK_TOP_UNIV48M>; 240 assigned-clocks = <&topckgen CLK_TOP_MSDC30_1_SEL>; 241 assigned-clock-parents = <&topckgen CLK_TOP_UNIV48M>;
|
| mt7622-bananapi-bpi-r64.dts | 242 assigned-clocks = <&topckgen CLK_TOP_MSDC30_0_SEL>; 243 assigned-clock-parents = <&topckgen CLK_TOP_UNIV48M>; 258 assigned-clocks = <&topckgen CLK_TOP_MSDC30_1_SEL>; 259 assigned-clock-parents = <&topckgen CLK_TOP_UNIV48M>;
|
| /src/sys/kern/ |
| subr_interrupt.c | 121 * Move all assigned interrupts from "cpu_idx" to the other cpu as possible. 214 kcpuset_t *assigned, *avail; local 226 kcpuset_create(&assigned, true); 254 interrupt_get_assigned(ids[intr_idx], assigned); 260 kcpuset_isset(assigned, cpu_idx); 279 kcpuset_destroy(assigned);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_phb.c | 121 | -o '/phb@0x80000000/nvram@0/assigned-addresses \ 131 The <<assigned-address>> property corresponding to what (if it were 157 Unfortunately, PCI addresses specified in the <<assigned-addresses>> 832 reg_property_spec assigned; local 836 device_find_reg_array_property(client, "assigned-addresses", reg_nr, 837 &assigned); 839 if (!extract_n(&assigned.address) 840 || extract_rrrrrrrr(&assigned.address) == 0) 841 device_error(me, "client %s has invalid assigned-address property", 843 if (extract_rrrrrrrr(address) == extract_rrrrrrrr(&assigned.address)) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_phb.c | 121 | -o '/phb@0x80000000/nvram@0/assigned-addresses \ 131 The <<assigned-address>> property corresponding to what (if it were 157 Unfortunately, PCI addresses specified in the <<assigned-addresses>> 832 reg_property_spec assigned; local 836 device_find_reg_array_property(client, "assigned-addresses", reg_nr, 837 &assigned); 839 if (!extract_n(&assigned.address) 840 || extract_rrrrrrrr(&assigned.address) == 0) 841 device_error(me, "client %s has invalid assigned-address property", 843 if (extract_rrrrrrrr(address) == extract_rrrrrrrr(&assigned.address)) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/arm/ |
| arm-realview-pbx.dtsi | 306 assigned-clocks = <&sp810_syscon0 0>, 310 assigned-clock-parents = <&timclk>, 465 assigned-clocks = <&sp810_syscon1 0>, 469 assigned-clock-parents = <&timclk>,
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a83t-bananapi-m3.dts | 103 assigned-clocks = <&ac100_rtc 1>; 104 assigned-clock-rates = <32768>;
|
| sun8i-a83t-cubietruck-plus.dts | 152 assigned-clocks = <&ac100_rtc 1>; 153 assigned-clock-rates = <32768>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
| juno-motherboard.dtsi | 156 assigned-clocks = <&v2m_sysctl 0>, <&v2m_sysctl 1>, <&v2m_sysctl 3>, <&v2m_sysctl 3>; 157 assigned-clock-parents = <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>, <&v2m_refclk1mhz>;
|