Searched refs:plf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Drrl.h44 * plf and pls are in prefix lengths.
47 size_t plf, size_t pls);
H A Drrl.c61 size_t plf, size_t pls)
70 rrl_ipv4_prefixlen = plf;
60 rrl_mmap_init(int numch, size_t numbuck, size_t lm, size_t wlm, size_t sm, size_t plf, size_t pls) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h243 unsigned int plf : 2;
2014 the 'plf' data member of struct gimple_statement_structure. */
2017 gimple_set_plf (gimple *stmt, enum plf_mask plf, bool val_p) argument
2020 stmt->plf |= (unsigned int) plf;
2022 stmt->plf &= ~((unsigned int) plf);
2028 Please note that this 'plf' property of the gimple statement is
2033 You can learn more about the plf property by reading the comment of
2034 the 'plf' dat
2037 gimple_plf(gimple *stmt, enum plf_mask plf) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h245 unsigned int plf : 2;
2041 the 'plf' data member of struct gimple_statement_structure. */
2044 gimple_set_plf (gimple *stmt, enum plf_mask plf, bool val_p) argument
2047 stmt->plf |= (unsigned int) plf;
2049 stmt->plf &= ~((unsigned int) plf);
2055 Please note that this 'plf' property of the gimple statement is
2060 You can learn more about the plf property by reading the comment of
2061 the 'plf' dat
2064 gimple_plf(gimple *stmt, enum plf_mask plf) argument
[all...]

Completed in 204 milliseconds