Searched refs:k_neg (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sbin/ifconfig/ |
H A D | parse.h | 155 .k_word = (__word), .k_neg = true, .k_type = KW_T_INT, \ 195 bool k_neg; /* allow negative form, -keyword */ member
|
H A D | ieee80211.c | 118 {.k_word = "hidessid", .k_key = "hidessid", .k_neg = true, 121 , {.k_word = "apbridge", .k_key = "apbridge", .k_neg = true, 124 , {.k_word = "powersave", .k_key = "powersave", .k_neg = true,
|
H A D | ifconfig.c | 205 .k_type = KW_T_BOOL, .k_neg = true, 218 , {.k_word = "trailers", .k_neg = true,
|
H A D | parse.c | 639 if (k->k_neg && arg[0] == '-' && in pkw_match()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | mcf.c | 457 double k_neg = 0; in create_fixup_graph() local 517 k_neg = K_NEG (sqrt_avg_vertex_weight); in create_fixup_graph() 579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mcf.cc | 457 double k_neg = 0; in create_fixup_graph() local 517 k_neg = K_NEG (sqrt_avg_vertex_weight); in create_fixup_graph() 579 fcost = (gcov_type) COST (k_neg, pfedge->weight); in create_fixup_graph()
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | bindec.sa | 334 ble.b k_neg ;if k <= 0, LEN = ILOG + 1 - k 337 k_neg:
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | pfpsp.s | 13724 ble.b k_neg # if k <= 0, LEN = ILOG + 1 - k 13727 k_neg:
|
H A D | fpsp.s | 23763 ble.b k_neg # if k <= 0, LEN = ILOG + 1 - k 23766 k_neg:
|