Home
last modified time | relevance | path

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

12

/Zephyr-latest/
D.ruff.toml24 "SIM108", # Allow if-else blocks instead of forcing ternary operator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag_internal.h105 char operator[AT_COPS_OPERATOR_MAX_LEN + 1]; member
Dhfp_ag.c1234 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/
Dbug_bash.py17 import operator
89 sorted(rev_tally.items(), key=operator.itemgetter(0), reverse=True))
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/
DREADME.rst19 operator. In an ideal case the complete network would be replaced by a single
20 Ethos-U custom operator.
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py8 import operator
991 return str(int(functools.reduce(operator.add, intarray)))
993 return str(int(functools.reduce(operator.sub, intarray)))
995 return str(int(functools.reduce(operator.mul, intarray)))
997 return str(int(functools.reduce(operator.truediv, intarray)))
999 return str(int(functools.reduce(operator.mod, intarray)))
/Zephyr-latest/scripts/
Dget_maintainer.py26 import operator
396 for area in sorted(areas, key=operator.attrgetter("name")):
/Zephyr-latest/doc/_static/css/
Dlight.css63 --highlight-operator-color: #666666;
Ddark.css65 --highlight-operator-color: #abc8ff;
Dcustom.css165 color: var(--highlight-operator-color) !important;
444 color: var(--highlight-operator-color);
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c200 const char *operator = strstr(argv[i], assignment_operator); in cmd_vcp_vol_rend_init() local
201 const char *kwarg = operator ? operator + 1 : NULL; in cmd_vcp_vol_rend_init()
/Zephyr-latest/drivers/modem/
DKconfig186 bool "Query for operator and cell info"
188 Query for numerical operator id, location area code and cell id.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst470 …- Both operands of an operator in which the usual arithmetic conversions are performed shall have…
491 …- If a composite expression is used as one operand of an operator in which the usual arithmetic c…
547 …- The right hand operand of a shift operator shall lie in the range zero to one less than the wid…
561 …- The sizeof operator shall not have an operand which is a function parameter declared as “array …
583 … or decrement (--) operator should have no other potential side effects other than that caused by …
590 - The result of an assignment operator should not be used
597 … - The right hand operand of a logical && or || operator shall not contain persistent side effects
605 …- The operand of the sizeof operator shall not contain any expression which has potential side ef…
858 …- A macro parameter immediately following a # operator shall not immediately be followed by a ##
/Zephyr-latest/scripts/ci/
Dpylintrc91 nonexistent-operator,
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1717 #define MY_FN(node_id, operator) DT_ENUM_IDX(node_id, val) operator in ZTEST() argument
1729 #define MY_FN(inst, compat, operator) DT_ENUM_IDX(DT_INST(inst, compat), val) operator in ZTEST() argument
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst226 operator: the first is misidentified as a pointer type declaration
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst100 - relevant economic operator in the supply chain (including the device manufacturer).
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst318 (i.e. combine options using the bitwise OR operator).
/Zephyr-latest/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-3.3.rst2072 * 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++
Drelease-notes-2.7.rst1340 * :github:`37951` - [Coverity CID: 238365] Logical vs. bitwise operator in drivers/i2s/i2s_nrfx.c
Drelease-notes-2.6.rst1182 * :github:`35223` - Coverity [CID 221772]: Wrong operator used in logging subsystem, multiple viola…
/Zephyr-latest/doc/develop/test/
Dtwister.rst709 The ``:`` operator compiles the string argument as a regular expression,
/Zephyr-latest/doc/
Dzephyr.doxyfile.in2464 # recursively expanded use the := operator instead of the = operator.

12