Searched refs:delta (Results 1 - 3 of 3) sorted by relevance
/test/xts/device_attest_lite/services/core/network/ |
H A D | attest_coap.c | 174 uint8_t delta = 0; in CoapGetOptionLength() local 177 CoapGetOptionParam((uint16_t)(opt->num - runningDelta), &delta); in CoapGetOptionLength() 180 if (delta == COAP_MESSAGE_OFFSET_ONE_BYTE) { in CoapGetOptionLength() 182 } else if (delta == COAP_MESSAGE_OFFSET_TWO_BYTES) { in CoapGetOptionLength() 233 uint8_t delta; in CoapAddOption() local 245 CoapGetOptionParam(optdelta, &delta); in CoapAddOption() 253 buf->rwBuffer[buf->len++] = (char)(0xFF & ((delta << COAP_BITS_OPTION_DELTA) | len)); in CoapAddOption() 255 if ((ret = CoapEncodeExtensionMsg(delta, optdelta, &buf->len, buf)) != 0) { in CoapAddOption() 490 if (*value == COAP_MESSAGE_OFFSET_ONE_BYTE) { /* The delta is 13, the length is 1 byte */ in CoapParseOptionExtension() 493 ATTEST_LOG_ERROR("[CoapParseOptionExtension] Option extended delta o in CoapParseOptionExtension() 533 uint16_t delta; CoapParseOption() local 573 uint16_t delta = 0; CoapParseOptionAndPayload() local [all...] |
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | range_test.cpp | 37 OHNNOperandTest delta = {OH_NN_INT64, OH_NN_RANGE_DELTA, {1}, &deltaValue, sizeof(int64_t)};
member 39 .operands = {input, output, start, limit, delta},
57 OHNNOperandTest delta = {OH_NN_INT64, OH_NN_RANGE_DELTA, {1}, &deltaValue, sizeof(int64_t)};
member 59 .operands = {input, output, start, limit, delta},
77 OHNNOperandTest delta = {OH_NN_INT64, OH_NN_RANGE_DELTA, {1}, &deltaValue, sizeof(int64_t)};
member 79 .operands = {input, output, start, limit, delta},
97 OHNNOperandTest delta = {OH_NN_INT64, OH_NN_RANGE_DELTA, {1}, &deltaValue, sizeof(int64_t)};
member 99 .operands = {input, output, start, limit, delta},
117 OHNNOperandTest delta = {OH_NN_INT64, OH_NN_RANGE_DELTA, {1}, &deltaValue, sizeof(int64_t)};
member 119 .operands = {input, output, start, limit, delta},
[all...] |
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 719 delta = (end_time - start_time).total_seconds() * 1000 720 return delta
|
Completed in 4 milliseconds