Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 24 of 24) sorted by relevance

/Zephyr-Core-2.7.6/scripts/release/
Dbug_bash.py17 import operator
89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
/Zephyr-Core-2.7.6/doc/reference/networking/
Dgsm_modem.rst10 which provides a data connection to cellular operator's network.
/Zephyr-Core-2.7.6/drivers/modem/
DKconfig136 bool "Enable querying for operator and cell info"
139 Query for numerical operator id, location area code and cell id.
/Zephyr-Core-2.7.6/scripts/
Dget_maintainer.py26 import operator
339 for area in sorted(areas, key=operator.attrgetter("name")):
/Zephyr-Core-2.7.6/doc/_static/css/
Dlight.css63 --highlight-operator-color: #666666;
Ddark.css65 --highlight-operator-color: #abc8ff;
Dcustom.css474 color: var(--highlight-operator-color);
/Zephyr-Core-2.7.6/doc/contribute/coding_guidelines/
Dindex.rst376 …- 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 used
467 … - The right hand operand of a logical && or || operator shall not contain persistent side effects
473 …- 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 ##
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/doc/
Dindex.rst97 udev trick the operator prefers.
/Zephyr-Core-2.7.6/doc/_scripts/
Dgen_kconfig_rest.py16 from operator import attrgetter
/Zephyr-Core-2.7.6/scripts/ci/
Dpylintrc92 nonexistent-operator,
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v18/
Dlinker.ld45 * (Note clumsy syntax because XCC doesn't understand the "~" operator)
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v15/
Dlinker.ld45 * (Note clumsy syntax because XCC doesn't understand the "~" operator)
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/cavs_v25/
Dlinker.ld45 * (Note clumsy syntax because XCC doesn't understand the "~" operator)
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/
Dmain.c1288 #define MY_FN(node_id, operator) DT_ENUM_IDX(node_id, val) operator in test_foreach_status_okay() argument
/Zephyr-Core-2.7.6/doc/development_process/
Ddev_env_and_tools.rst234 operator: the first is misidentifed as a pointer type declaration
/Zephyr-Core-2.7.6/doc/guides/test/
Dtwister.rst466 The ':' operator compiles the string argument as a regular expression,
/Zephyr-Core-2.7.6/doc/reference/kernel/threads/
Dindex.rst313 (i.e. combine options using the bitwise OR operator).
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.4.rst1400 * :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 …
Drelease-notes-2.2.rst807 * :github:`22651` - [Coverity CID :208198] Logical vs. bitwise operator in boards/xtensa/up_squared…
Drelease-notes-2.6.rst1181 * :github:`35223` - Coverity [CID 221772]: Wrong operator used in logging subsystem, multiple viola…
Drelease-notes-2.7.rst1819 * :github:`37951` - [Coverity CID: 238365] Logical vs. bitwise operator in drivers/i2s/i2s_nrfx.c
Drelease-notes-1.14.rst600 - Avoid undefined and implementation defined behavior with shift operator
/Zephyr-Core-2.7.6/doc/
Dzephyr.doxyfile.in1968 # recursively expanded use the := operator instead of the = operator.