Searched refs:operator (Results 1 – 24 of 24) sorted by relevance
17 import operator89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
10 which provides a data connection to cellular operator's network.
136 bool "Enable querying for operator and cell info"139 Query for numerical operator id, location area code and cell id.
26 import operator339 for area in sorted(areas, key=operator.attrgetter("name")):
63 --highlight-operator-color: #666666;
65 --highlight-operator-color: #abc8ff;
474 color: var(--highlight-operator-color);
376 …- Both operands of an operator in which the usual arithmetic conversions are performed shall have…391 …- If a composite expression is used as one operand of an operator in which the usual arithmetic c…431 …- The right hand operand of a shift operator shall lie in the range zero to one less than the wid…441 …- The sizeof operator shall not have an operand which is a function parameter declared as “array …457 … or decrement (--) operator should have no other potential side effects other than that caused by …462 - The result of an assignment operator should not be used467 … - The right hand operand of a logical && or || operator shall not contain persistent side effects473 …- The operand of the sizeof operator shall not contain any expression which has potential side ef…654 …- A macro parameter immediately following a # operator shall not immediately be followed by a ## …
97 udev trick the operator prefers.
16 from operator import attrgetter
92 nonexistent-operator,
45 * (Note clumsy syntax because XCC doesn't understand the "~" operator)
1288 #define MY_FN(node_id, operator) DT_ENUM_IDX(node_id, val) operator in test_foreach_status_okay() argument
234 operator: the first is misidentifed as a pointer type declaration
466 The ':' operator compiles the string argument as a regular expression,
313 (i.e. combine options using the bitwise OR operator).
1400 * :github:`26356` - [Coverity CID :211043] Logical vs. bitwise operator in subsys/net/lib/lwm2m/lwm…1423 * :github:`26266` - Cast and shift operator priority issue may lead to wrong memory size result in …
807 * :github:`22651` - [Coverity CID :208198] Logical vs. bitwise operator in boards/xtensa/up_squared…
1181 * :github:`35223` - Coverity [CID 221772]: Wrong operator used in logging subsystem, multiple viola…
1819 * :github:`37951` - [Coverity CID: 238365] Logical vs. bitwise operator in drivers/i2s/i2s_nrfx.c
600 - Avoid undefined and implementation defined behavior with shift operator
1968 # recursively expanded use the := operator instead of the = operator.