Searched defs:reg_num (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregnodes.h336 static const int reg_num = 62; variable
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c280 static int mdio_read(struct nic *nic __unused, int phy_id, int reg_num);
282 static void mdio_write(struct nic *nic __unused, int phy_id, int reg_num,
955 static int mdio_read(struct nic *nic __unused, int phy_id, int reg_num) argument
966 ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
974 static void mdio_write(struct nic *nic __unused, int phy_id, int reg_num,
985 ((phy_id & 0x1f) << 5) | (reg_num & 0x1f));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c1569 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1;
1572 if (reg_num < nmatch)
1574 pmatch[reg_num].rm_so = cur_idx;
1575 pmatch[reg_num].rm_eo = -1;
1580 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1;
1581 if (reg_num < nmatch)
1584 if (pmatch[reg_num].rm_so < cur_idx)
1586 pmatch[reg_num].rm_eo = cur_idx;
1594 && prev_idx_match[reg_num].rm_so != -1)
1604 pmatch[reg_num]
1566 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1; local
1577 Idx reg_num = dfa->nodes[cur_node].opr.idx + 1; local
[all...]

Completed in 31 milliseconds