Searched refs:optsize (Results 1 – 15 of 15) sorted by relevance
/third_party/libcoap/src/ |
D | coap_pdu.c | 718 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 …]
|
D | coap_option.c | 156 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/ |
D | Attributes.td | 125 def OptimizeForSize : EnumAttr<"optsize">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 91 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 108 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 108 .Case("optsize", Attribute::OptimizeForSize)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 669 KEYWORD(optsize); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README.txt | 1390 define i32 @bar(%struct.B* nocapture %a) nounwind readonly optsize { 1418 define i32 @bar(i8* nocapture %a) nounwind readonly optsize {
|
D | X86InstrCompiler.td | 1127 // load, so is not suitable for regular or optsize functions. 1598 // For now only do this for optsize.
|
D | X86InstrSSE.td | 6124 // 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.
|