Home
last modified time | relevance | path

Searched refs:ltype (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c467 struct symbol *ltype, in restricted_binop_type()
473 if (ltype == rtype) { in restricted_binop_type()
474 ctype = ltype; in restricted_binop_type()
476 if (unfoul(ltype) == rtype) in restricted_binop_type()
477 ctype = ltype; in restricted_binop_type()
479 if (unfoul(rtype) == ltype) in restricted_binop_type()
483 if (!restricted_value(right, ltype)) in restricted_binop_type()
484 ctype = ltype; in restricted_binop_type()
524 struct symbol *ltype, in usual_conversions()
537 return bigger_int_type(ltype, rtyp in usual_conversions()
463 restricted_binop_type(int op, struct expression *left, struct expression *right, int lclass, int rclass, struct symbol *ltype, struct symbol *rtype) restricted_binop_type() argument
520 usual_conversions(int op, struct expression *left, struct expression *right, int lclass, int rclass, struct symbol *ltype, struct symbol *rtype) usual_conversions() argument
817 struct symbol *ltype, *rtype; evaluate_ptr_sub() local
822 classify_type(degenerate(l), &ltype); evaluate_ptr_sub() local
917 struct symbol *ltype, *rtype, *ctype; evaluate_binop() local
1027 struct symbol *ltype, *rtype, *lbase, *rbase; evaluate_compare() local
1135 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase; evaluate_conditional_expression() local
1588 struct symbol *ltype; evaluate_assignment() local
[all...]
H A Dsparse-llvm.c646 LLVMTypeRef ltype = LLVMTypeOf(lhs); in output_op_compare() local
647 rhs = LLVMBuildPtrToInt(fn->builder, rhs, ltype, ""); in output_op_compare()
/third_party/ffmpeg/libavfilter/
H A Dgraphdump.c76 unsigned ltype = strlen(filter->filter->name); in avfilter_graph_dump_to_buf() local
94 width = FFMAX(lname + 2, ltype + 4); in avfilter_graph_dump_to_buf()
125 x = (width - ltype - 2) / 2; in avfilter_graph_dump_to_buf()
127 width - ltype - 2 - x, ""); in avfilter_graph_dump_to_buf()
/third_party/ltp/pan/
H A Dzoolib.h49 int lock_file( FILE *fp, short ltype, char **errmsg );
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp50 auto ltype = glsl_get_base_type(vlhs->type); in operator ()() local
53 if (ltype != rtype) in operator ()()
54 return ltype < rtype; in operator ()()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c589 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_repeated_field()
591 upb_handlers_set##ltype(h, f, append##ltype##_handler, NULL); \ in add_handlers_for_repeated_field()
845 #define SET_HANDLER(utype, ltype) \ in add_handlers_for_oneof_field()
847 upb_handlers_set##ltype(h, f, oneof##ltype##_handler, &attr); \ in add_handlers_for_oneof_field()
H A Dupb.h5072 /* utype/ltype are upper/lower-case, ctype is canonical C type, vtype is
5074 #define TYPE_METHODS(utype, ltype, ctype, vtype) \
5083 return upb_handlers_set##ltype(ptr(), f.ptr(), handler.handler(), \
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java3627 String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as the value of typeless keywords in getInstance()
3629 if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance()
3632 kwds.put(lkey, ltype); in getInstance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java4170 String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as the value of typeless keywords in getInstance()
4172 if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance()
4175 kwds.put(lkey, ltype); in getInstance()
/third_party/cups-filters/utils/
H A Dcups-browsed.c3670 *ltype = NULL, /* Local printer: If URI DNS-SD-based */ in local_printer_is_same_device() local
3689 if ((ltype = strstr(lhost, "._ipp._tcp.")) != NULL || in local_printer_is_same_device()
3690 (ltype = strstr(lhost, "._ipps._tcp.")) != NULL) { in local_printer_is_same_device()
3691 *ltype = '\0'; in local_printer_is_same_device()
3692 ltype ++; in local_printer_is_same_device()
3693 ldomain = strchr(ltype + 9, '.'); in local_printer_is_same_device()
3704 return ((ltype && p->service_name && p->domain && in local_printer_is_same_device()
3707 (!ltype && p->host && p->resource && in local_printer_is_same_device()
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y2347 yyerror(YYLTYPE *ltype, char *msg)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 53 milliseconds