Searched refs:s_level (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/games/robots/ |
| H A D | score.c | 79 scp->s_level = ntohl(scp->s_level); in read_score() 107 scp->s_level = htonl(scp->s_level); in write_score() 143 scp->s_level = Level; in score() 152 Top[MAXSCORES-1].s_level = Level; in score() 180 scp->s_auto ? "(autobot)" : "", scp->s_level); in score() 241 scp->s_auto ? "(autobot)" : "", scp->s_level); in show_score()
|
| H A D | robots.h | 81 uint32_t s_level; member
|
| /netbsd-src/games/gomoku/ |
| H A D | pickmove.c | 99 sp->s_level[BLACK] = 255; in pickmove() 100 sp->s_level[WHITE] = 255; in pickmove() 134 sp->s_combo[BLACK].s, sp->s_level[BLACK], in pickmove() 136 sp->s_combo[WHITE].s, sp->s_level[WHITE], in pickmove() 155 bsp->s_combo[BLACK].s, bsp->s_level[BLACK], in pickmove() 157 bsp->s_combo[WHITE].s, bsp->s_level[WHITE], in pickmove() 161 wsp->s_combo[WHITE].s, wsp->s_level[WHITE], in pickmove() 163 wsp->s_combo[BLACK].s, wsp->s_level[BLACK], in pickmove() 201 if (/* .... */ asp->s_level[us] != bsp->s_level[us]) in better() 202 return asp->s_level[us] < bsp->s_level[us]; in better() [all …]
|
| H A D | gomoku.h | 220 u_char s_level[2]; /* number of frames in the min combo */ member
|
| H A D | main.c | 562 sp->s_combo[BLACK].s, sp->s_level[BLACK], in whatsup() 564 sp->s_combo[WHITE].s, sp->s_level[WHITE], in whatsup()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-isr.cc | 59 unsigned int s_level) in nds32_interrupt_attribute_parse_string() argument 138 nds32_isr_vectors[i].security_level = s_level; in nds32_interrupt_attribute_parse_string() 150 unsigned int s_level) in nds32_exception_attribute_parse_string() argument 228 nds32_isr_vectors[i].security_level = s_level; in nds32_exception_attribute_parse_string() 671 unsigned int s_level; in nds32_construct_isr_vectors_information() local 695 s_level = TREE_INT_CST_LOW (security_level); in nds32_construct_isr_vectors_information() 702 s_level = nds32_isr_secure_level; in nds32_construct_isr_vectors_information() 724 s_level); in nds32_construct_isr_vectors_information() 733 s_level); in nds32_construct_isr_vectors_information() 773 nds32_isr_vectors[vector_id].security_level = s_level; in nds32_construct_isr_vectors_information()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-isr.c | 59 unsigned int s_level) in nds32_interrupt_attribute_parse_string() argument 138 nds32_isr_vectors[i].security_level = s_level; in nds32_interrupt_attribute_parse_string() 150 unsigned int s_level) in nds32_exception_attribute_parse_string() argument 228 nds32_isr_vectors[i].security_level = s_level; in nds32_exception_attribute_parse_string() 671 unsigned int s_level; in nds32_construct_isr_vectors_information() local 695 s_level = TREE_INT_CST_LOW (security_level); in nds32_construct_isr_vectors_information() 702 s_level = nds32_isr_secure_level; in nds32_construct_isr_vectors_information() 724 s_level); in nds32_construct_isr_vectors_information() 733 s_level); in nds32_construct_isr_vectors_information() 773 nds32_isr_vectors[vector_id].security_level = s_level; in nds32_construct_isr_vectors_information()
|