Home
last modified time | relevance | path

Searched refs:opt_value (Results 1 - 5 of 5) sorted by relevance

/third_party/libcoap/src/oscore/
H A Doscore.c246 oscore_decode_option_value(const uint8_t *opt_value, in oscore_decode_option_value() argument
249 uint8_t partial_iv_len = (opt_value[0] & 0x07); in oscore_decode_option_value()
252 cose->oscore_option.s = opt_value; in oscore_decode_option_value()
259 (opt_value[0] & 0xC0) != 0) { in oscore_decode_option_value()
263 if ((opt_value[0] & 0x20) != 0) { in oscore_decode_option_value()
272 partial_iv.s = &(opt_value[offset]); in oscore_decode_option_value()
278 if ((opt_value[0] & 0x10) != 0) { in oscore_decode_option_value()
283 kid_context.length = opt_value[offset]; in oscore_decode_option_value()
288 kid_context.s = &(opt_value[offset]); in oscore_decode_option_value()
293 if ((opt_value[ in oscore_decode_option_value()
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H A Dcpuset_cpu_hog.c117 long opt_value = 0; in checkopt() local
132 opt_value = strtol(optarg, &endptr, DECIMAL); in checkopt()
134 || opt_value <= 0 || opt_value > MAX_NPROCS) in checkopt()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-tcp.c260 char opt_value = 1; in jerryx_debugger_tcp_configure_socket() local
262 int opt_value = 1; in jerryx_debugger_tcp_configure_socket() local
265 if (setsockopt (server_socket, SOL_SOCKET, SO_REUSEADDR, &opt_value, sizeof (int)) != 0) in jerryx_debugger_tcp_configure_socket()
/third_party/protobuf/js/
H A Dmap.js534 * @param {V=} opt_value The entry's value wrapper.
540 jspb.Map.Entry_ = function(key, opt_value) {
547 this.value = opt_value;
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc946 auto opt_value = annotations.GetIntParam(name); in GetAnnotationValue() local
947 return opt_value.has_value() ? *opt_value : default_value; in GetAnnotationValue()

Completed in 8 milliseconds