Home
last modified time | relevance | path

Searched refs:lindex (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_option.c434 size_t lindex = 0; in coap_option_filter_op() local
441 for (nr = 1; lindex < COAP_OPT_FILTER_LONG; nr <<= 1, lindex++) { in coap_option_filter_op()
443 if (((of->mask & nr) > 0) && (of->long_opts[lindex] == number)) { in coap_option_filter_op()
454 for (nr = 1 << COAP_OPT_FILTER_LONG; lindex < COAP_OPT_FILTER_SHORT; in coap_option_filter_op()
455 nr <<= 1, lindex++) { in coap_option_filter_op()
457 if (((of->mask & nr) > 0) && (of->short_opts[lindex] == (number & 0xff))) { in coap_option_filter_op()
474 lindex = coap_fls(~of->mask & mask); in coap_option_filter_op()
475 if (!lindex) { in coap_option_filter_op()
480 of->long_opts[lindex in coap_option_filter_op()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc312 unsigned int lindex = (s - SBase) / NCount; in preprocess_text_hangul() local
342 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c467 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); in get_file_ptr() local
471 gep[1] = lindex; in get_file_ptr()
474 return LLVMBuildGEP(builder, var_of_array, &lindex, 1, ""); in get_file_ptr()
1077 LLVMValueRef lindex = lp_build_const_int32(gallivm, in emit_fetch_input() local
1080 bld->inputs_array, &lindex, 1, ""); in emit_fetch_input()
4317 LLVMValueRef lindex = in emit_prologue() local
4321 &lindex, 1, ""); in emit_prologue()
H A Dlp_bld_nir_soa.c483 LLVMValueRef lindex = lp_build_const_int32(gallivm, in emit_load_var() local
486 bld->inputs_array, lindex); in emit_load_var()
2060 LLVMValueRef lindex = in emit_prologue() local
2063 LLVMBuildGEP2(gallivm->builder, vec_type, bld->inputs_array, &lindex, 1, ""); in emit_prologue()

Completed in 16 milliseconds