Searched refs:operators (Results 1 – 19 of 19) sorted by relevance
69 %operators = (76 %operators = (158 # yucky - since %operators includes meta-characters which must602 $code[$address] |= $operators{$op};605 $code[$address] |= $operators{$op};
716 uint8_t operators; member
4 //# Relational and logical operators evaluate to bool,
17 /* operators */212 sbi.operators); in snd_opl3_load_patch_seq_oss()
26 operators to have a deep knowledge of the equipment and knows about the
69 operators. For example, for a given variable "x", avoid87 - Do not use the results from relational operators ("==", "!=",101 As before, the reason this is buggy is that relational operators
172 C does have bitwise operators but not really operators to do the above407 with only a single statement and by using operators like ^=700 Change the lookup using the parity array by using shift operators (e.g.
552 } operators[] = { variable 589 * - <op> is comparison operator (see `operators` definitions); in append_filter() 595 for (i = 0; i < ARRAY_SIZE(operators); i++) { in append_filter() 603 op_str = operators[i].op_str; in append_filter() 646 f->op = operators[i].op_kind; in append_filter()
274 Use one space around (on each side of) most binary and ternary operators,279 but no space after unary operators::283 no space before the postfix increment & decrement unary operators::287 no space after the prefix increment & decrement unary operators::291 and no space around the ``.`` and ``->`` structure member operators.
193 combined using the logical operators '&&' and '||'. A predicate is202 operators as shell metacharacters.207 The relational-operators depend on the type of the field being tested:209 The operators available for numeric fields are:
1776 division operators (+-\*/).
477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
286 bitwise operators (and queried).
440 :doc: operators
1056 Assignment operators should not be written at the start of a
411 users can implement supported operators in Qdisc_ops using BPF programs.
708 are used instead of the standard increment and decrement operators, and
416 operators and function calls can be evaluated in any order. For
612 operators help to **fix** the flaws, but this opinion apparently is not