HomeSort by: relevance | last modified time | path
    Searched refs:con1 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
new-ui-echo.exp 72 set con1 $main_console
75 set con1 $extra_console
79 set con1_spawn_id [lindex $con1 0]
81 set con1_name [lindex $con1 1]
new-ui.exp 34 # Run a few execution-related commands on CON1, and ensure the proper
38 proc do_execution_tests {con1 con1_name con2 con2_name} {
44 with_spawn_id $con1 {
51 with_spawn_id $con1 {
60 with_spawn_id $con1 {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
new-ui-echo.exp 72 set con1 $main_console
75 set con1 $extra_console
79 set con1_spawn_id [lindex $con1 0]
81 set con1_name [lindex $con1 1]
new-ui.exp 34 # Run a few execution-related commands on CON1, and ensure the proper
38 proc do_execution_tests {con1 con1_name con2 con2_name} {
44 with_spawn_id $con1 {
51 with_spawn_id $con1 {
60 with_spawn_id $con1 {
  /src/sys/arch/arm/rockchip/
rk_cru_pll.c 63 #define PLL_WRITE_MASK 0xffff0000 /* for CON0 and CON1 */
68 /* RK3288 CON1 */
106 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
117 const u_int nf = __SHIFTOUT(con1, RK3288_CLKF) + 1;
124 const uint64_t p = __SHIFTOUT(con1, RK3588_PLLCON1_P);
125 const uint64_t s = __SHIFTOUT(con1, RK3588_PLLCON1_S);
138 const u_int dsmpd = __SHIFTOUT(con1, PLL_DSMPD);
139 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
140 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
rk3399_pmucru.c 180 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
185 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
186 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
187 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
rk3399_cru.c 252 const uint32_t con1 = CRU_READ(sc, pll->con_base + PLL_CON1); local
257 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
258 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
259 const u_int refdiv = __SHIFTOUT(con1, PLL_REFDIV);
  /src/sys/arch/amiga/dev/
grfabs_cc.c 903 u_short ddfstart, ddfwidth, con1; local
947 con1 = ((hstart - 9) - (ddfstart << 1)) |
972 tmp->cp.inst.operand = con1;
1096 u_short ddfstart, ddfwidth, con1; local
1142 con1 = ((hstart - 9) - (ddfstart << 1)) |
1167 tmp->cp.inst.operand = con1;
1325 u_short ddfstart, ddfwidth, con1; local
1372 con1 = ((hstart - 9) - (ddfstart << 1)) |
1398 tmp->cp.inst.operand = con1;
1877 u_short ddfstart, ddfwidth, con1; local
2212 u_short ddfstart, ddfwidth, con1; local
2453 u_short ddfstart, ddfwidth, con1; local
2628 u_short ddfstart, ddfwidth, con1; local
2828 u_short ddfstart, ddfwidth, con1; local
3297 u_short ddfstart, ddfwidth, con1; local
    [all...]
  /src/sys/arch/amiga/amiga/
cc.c 202 set_blitter_control(u_short con0, u_short con1)
205 custom.bltcon1 = con1;
  /src/external/bsd/openldap/dist/tests/data/regressions/its8521/
its8521 36 CONDIR=$TESTDIR/con1
  /src/external/mit/isl/dist/
isl_tab.h 337 isl_stat isl_tab_swap_constraints(struct isl_tab *tab, int con1, int con2);
isl_tab.c 3048 /* Interchange constraints "con1" and "con2" in "tab".
3053 isl_stat isl_tab_swap_constraints(struct isl_tab *tab, int con1, int con2)
3057 if (isl_tab_check_con(tab, con1) < 0 ||
3061 var = tab->con[con1];
3062 tab->con[con1] = tab->con[con2];
3063 if (update_con_after_move(tab, con1, con2) < 0)
3066 if (update_con_after_move(tab, con2, con1) < 0)
  /src/external/bsd/openldap/dist/tests/scripts/
test049-sync-config 25 CONDIR=$TESTDIR/con1
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 11752 tree var1, minus_var1, con1, minus_con1, lit1, minus_lit1;
11765 &minus_var1, &con1, &minus_con1,
11838 + (con0 != 0) + (con1 != 0)
11846 int con0_origin = (con0 != 0) + 2 * (con1 != 0);
11855 con0 = associate_trees (loc, con0, con1, code, atype);
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 11326 tree var1, minus_var1, con1, minus_con1, lit1, minus_lit1;
11339 &minus_var1, &con1, &minus_con1,
11412 + (con0 != 0) + (con1 != 0)
11420 con0 = associate_trees (loc, con0, con1, code, atype);

Completed in 45 milliseconds