Home
last modified time | relevance | path

Searched refs:optsize (Results 1 – 15 of 15) sorted by relevance

/third_party/libcoap/src/
Dcoap_pdu.c718 size_t optsize; in coap_add_option_internal() local
749 optsize = coap_opt_encode_size(number - pdu->max_opt, len); in coap_add_option_internal()
751 pdu->used_size + optsize)) in coap_add_option_internal()
756 memmove(&pdu->data[optsize-1], &pdu->data[-1], in coap_add_option_internal()
759 pdu->data += optsize; in coap_add_option_internal()
765 optsize = coap_opt_encode(opt, pdu->alloc_size - pdu->used_size, in coap_add_option_internal()
768 if (!optsize) { in coap_add_option_internal()
774 pdu->used_size += optsize; in coap_add_option_internal()
777 return optsize; in coap_add_option_internal()
905 size_t optsize; in next_option_safe() local
[all …]
Dcoap_option.c156 size_t optsize; in coap_option_next() local
173 optsize = coap_opt_parse(oi->next_option, oi->length, &option); in coap_option_next()
174 if (optsize) { in coap_option_next()
175 assert(optsize <= oi->length); in coap_option_next()
177 oi->next_option += optsize; in coap_option_next()
178 oi->length -= optsize; in coap_option_next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.td125 def OptimizeForSize : EnumAttr<"optsize">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen91 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DAttributes.inc108 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/
DAttributesCompatFunc.inc108 .Case("optsize", Attribute::OptimizeForSize)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp669 KEYWORD(optsize); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt1390 define i32 @bar(%struct.B* nocapture %a) nounwind readonly optsize {
1418 define i32 @bar(i8* nocapture %a) nounwind readonly optsize {
DX86InstrCompiler.td1127 // load, so is not suitable for regular or optsize functions.
1598 // For now only do this for optsize.
DX86InstrSSE.td6124 // it from becoming movsd via commuting under optsize.
6140 // it from becoming movss via commuting under optsize.
6161 // it from becoming movss via commuting under optsize.