/Zephyr-latest/ |
D | .ruff.toml | 24 "SIM108", # Allow if-else blocks instead of forcing ternary operator
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag_internal.h | 105 char operator[AT_COPS_OPERATOR_MAX_LEN + 1]; member
|
D | hfp_ag.c | 1234 err = hfp_ag_send_data(ag, NULL, NULL, "\r\n+COPS:%d,%d,\"%s\"\r\n", 0, 0, ag->operator); in bt_hfp_ag_cops_handler() 1803 memcpy(_ag->operator, "UNKNOWN", sizeof("UNKNOWN")); in bt_hfp_ag_connect() 2316 len = MIN(sizeof(ag->operator) - 1, len); in bt_hfp_ag_set_operator() 2317 memcpy(ag->operator, name, len); in bt_hfp_ag_set_operator() 2318 ag->operator[len] = '\0'; in bt_hfp_ag_set_operator()
|
/Zephyr-latest/scripts/release/ |
D | bug_bash.py | 17 import operator 89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/ |
D | README.rst | 19 operator. In an ideal case the complete network would be replaced by a single 20 Ethos-U custom operator.
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 8 import operator 979 return str(int(functools.reduce(operator.add, intarray))) 981 return str(int(functools.reduce(operator.sub, intarray))) 983 return str(int(functools.reduce(operator.mul, intarray))) 985 return str(int(functools.reduce(operator.truediv, intarray))) 987 return str(int(functools.reduce(operator.mod, intarray)))
|
/Zephyr-latest/scripts/ |
D | get_maintainer.py | 26 import operator 396 for area in sorted(areas, key=operator.attrgetter("name")):
|
/Zephyr-latest/doc/_static/css/ |
D | dark.css | 65 --highlight-operator-color: #abc8ff;
|
D | light.css | 63 --highlight-operator-color: #666666;
|
D | custom.css | 164 color: var(--highlight-operator-color) !important; 443 color: var(--highlight-operator-color);
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | vcp_vol_rend.c | 218 const char *operator = strstr(argv[i], assignment_operator); in cmd_vcp_vol_rend_init() local 219 const char *kwarg = operator ? operator + 1 : NULL; in cmd_vcp_vol_rend_init()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig | 185 bool "Query for operator and cell info" 187 Query for numerical operator id, location area code and cell id.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 506 …- Both operands of an operator in which the usual arithmetic conversions are performed shall have… 527 …- If a composite expression is used as one operand of an operator in which the usual arithmetic c… 583 …- The right hand operand of a shift operator shall lie in the range zero to one less than the wid… 597 …- The sizeof operator shall not have an operand which is a function parameter declared as “array … 619 … or decrement (--) operator should have no other potential side effects other than that caused by … 626 - The result of an assignment operator should not be used 633 … - The right hand operand of a logical && or || operator shall not contain persistent side effects 641 …- The operand of the sizeof operator shall not contain any expression which has potential side ef… 894 …- A macro parameter immediately following a # operator shall not immediately be followed by a ## …
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 91 nonexistent-operator,
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1730 #define MY_FN(node_id, operator) DT_ENUM_IDX(node_id, val) operator in ZTEST() argument 1742 #define MY_FN(inst, compat, operator) DT_ENUM_IDX(DT_INST(inst, compat), val) operator in ZTEST() argument
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 236 operator: the first is misidentified as a pointer type declaration
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 100 - relevant economic operator in the supply chain (including the device manufacturer).
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | index.rst | 318 (i.e. combine options using the bitwise OR operator).
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 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 …
|
D | release-notes-2.2.rst | 807 * :github:`22651` - [Coverity CID :208198] Logical vs. bitwise operator in boards/xtensa/up_squared…
|
D | release-notes-3.3.rst | 2072 * Added no-throwing implementation of new operator to the C++ minimal 2074 * Added support for new operator with alignment request (C++17) to the C++
|
D | release-notes-2.7.rst | 1340 * :github:`37951` - [Coverity CID: 238365] Logical vs. bitwise operator in drivers/i2s/i2s_nrfx.c
|
D | release-notes-2.6.rst | 1182 * :github:`35223` - Coverity [CID 221772]: Wrong operator used in logging subsystem, multiple viola…
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 849 The ``:`` operator compiles the string argument as a regular expression,
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2463 # recursively expanded use the := operator instead of the = operator.
|