Home
last modified time | relevance | path

Searched defs:ctype (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/python/Objects/
Dunicodectype.c66 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local
78 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local
88 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidStart() local
98 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsXidContinue() local
108 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local
125 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local
162 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsPrintable() local
172 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local
182 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dstruct.c1 struct ctype { struct
8 struct ctype ctype; member
/third_party/flutter/skia/src/sksl/
DSkSLCPPUniformCTypes.h36 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
42 UniformCTypeMapper(Layout::CType ctype, const std::vector<String>& skslTypes, in UniformCTypeMapper()
61 Layout::CType ctype() const { in ctype() function
DSkSLCPPUniformCTypes.cpp116 Layout::CType ctype, const std::vector<String>& skslTypes, const String& setUniformFormat, in UniformCTypeMapper()
131 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
138 static UniformCTypeMapper REGISTER(Layout::CType ctype, const std::vector<String>& skslTypes, in REGISTER()
207 Layout::CType ctype = layout.fCType; in Get() local
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c64 static struct symbol *unqualify_type(struct symbol *ctype) in unqualify_type()
470 struct symbol *ctype = NULL; in restricted_binop_type() local
509 int class, struct symbol **ctype) in unrestrict()
527 struct symbol *ctype; in usual_conversions() local
568 struct symbol *ctype, *base; in evaluate_ptr_add() local
872 struct symbol *ctype; in evaluate_conditional() local
917 struct symbol *ltype, *rtype, *ctype; in evaluate_binop() local
1030 struct symbol *ctype; in evaluate_compare() local
1135 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase; in evaluate_conditional_expression() local
1695 struct symbol *ctype, *base; in degenerate() local
[all …]
Dexpand.c176 struct symbol *ctype = expr->ctype; in check_shift_count() local
191 static int simplify_int_binop(struct expression *expr, struct symbol *ctype) in simplify_int_binop()
307 static int simplify_cmp_binop(struct expression *expr, struct symbol *ctype) in simplify_cmp_binop()
388 static int simplify_float_cmp(struct expression *expr, struct symbol *ctype) in simplify_float_cmp()
732 struct symbol *ctype = expr->ctype; in expand_dereference() local
888 struct symbol *ctype = fn->ctype; in expand_symbol_call() local
1377 struct symbol *ctype; in __get_expression_value() local
1428 struct symbol *ctype; in expr_truth_value() local
Dsymbol.h98 struct ctype { struct
107 struct ctype ctype; argument
200 struct ctype ctype; member
365 static inline int valid_type(const struct symbol *ctype) in valid_type()
547 static inline long long extend_value(long long val, struct symbol *ctype) in extend_value()
Dsparse-llvm.c355 static LLVMValueRef val_to_value(unsigned long long val, struct symbol *ctype) in val_to_value()
369 static LLVMValueRef pseudo_to_value(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_value()
403 static LLVMValueRef pseudo_to_rvalue(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in pseudo_to_rvalue()
413 static LLVMValueRef value_to_ivalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_ivalue()
428 static LLVMValueRef value_to_pvalue(struct function *fn, struct symbol *ctype, LLVMValueRef val) in value_to_pvalue()
447 static LLVMValueRef adjust_type(struct function *fn, struct symbol *ctype, LLVMValueRef val) in adjust_type()
460 static LLVMValueRef get_operand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_operand()
471 static LLVMValueRef get_ioperand(struct function *fn, struct symbol *ctype, pseudo_t pseudo) in get_ioperand()
800 struct symbol *ctype; in output_op_call() local
Dlinearize.c954 struct symbol *ctype = expr->ctype; in linearize_address_gen() local
1002 pseudo_t ori, pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_insert()
1024 struct symbol *ctype = ad->type; in linearize_store_gen() local
1057 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, p… in add_binary_op()
1068 static pseudo_t add_cmp_op(struct entrypoint *ep, struct symbol *ctype, int op, struct symbol *ityp… in add_cmp_op()
1075 static pseudo_t add_setval(struct entrypoint *ep, struct symbol *ctype, struct expression *val) in add_setval()
1085 static pseudo_t add_setfval(struct entrypoint *ep, struct symbol *ctype, long double fval) in add_setfval()
1107 pseudo_t val, struct symbol *ctype, struct symbol *btype) in linearize_bitfield_extract()
1121 struct symbol *ctype = ad->type; in linearize_load_gen() local
1170 static pseudo_t add_unop(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t src) in add_unop()
[all …]
Dparse.c676 struct symbol *ctype; in apply_modifiers() local
688 static struct symbol * alloc_indirect_symbol(struct position pos, struct ctype *ctype, int type) in alloc_indirect_symbol()
896 struct symbol *ctype; in cast_enum_list() local
914 struct symbol *ctype = NULL, *base_type = NULL; in parse_enum_declaration() local
1042 struct ctype *ctype = &ctx->ctype.base_type->ctype; in enum_specifier() local
1195 static struct symbol *to_QI_mode(struct symbol *ctype) in to_QI_mode()
1205 static struct symbol *to_HI_mode(struct symbol *ctype) in to_HI_mode()
1213 static struct symbol *to_SI_mode(struct symbol *ctype) in to_SI_mode()
1221 static struct symbol *to_DI_mode(struct symbol *ctype) in to_DI_mode()
1229 static struct symbol *to_TI_mode(struct symbol *ctype) in to_TI_mode()
[all …]
Dir.c112 struct symbol *ctype = insn->type; in check_return() local
Dbuiltin.c408 struct symbol *ctype = NULL; in evaluate_generic_int_op() local
460 struct symbol *ctype = NULL; in eval_atomic_common() local
Dshow-parse.c293 const char *builtin_ctypename(struct ctype *ctype) in builtin_ctypename()
1064 struct symbol *ctype = expr->init_expr->ctype; in show_position_expr() local
1075 static int show_initializer_expr(struct expression *expr, struct symbol *ctype) in show_initializer_expr()
/third_party/node/deps/npm/node_modules/has-unicode/
Dindex.js14 var ctype = process.env.LC_ALL || process.env.LC_CTYPE || process.env.LANG variable
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c40 controller_type ctype; member
246 usb_init(controller_type ctype, device_type dtype) in usb_init()
/third_party/openssl/include/crypto/
Dsparse_array.h23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument
/third_party/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock_dgen.c11 int i, j, k, nlines, nchars, ctype; in main() local
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofxbasefirfilter.c90 #define DEFINE_PROCESS_FUNC(width,ctype) \ argument
98 #define DEFINE_PROCESS_FUNC_FIXED_CHANNELS(width,channels,ctype) \ argument
228 #define DEFINE_FFT_PROCESS_FUNC(width,ctype) \ argument
237 #define DEFINE_FFT_PROCESS_FUNC_FIXED_CHANNELS(width,channels,ctype) \ argument
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h145 #define LSM_LIST(ptype, pname, ctype, cname, lejp_cb, cmap, qname) \ argument
157 #define LSM_CHILD_PTR(ptype, pname, ctype, lejp_cb, cmap, qname) \ argument
169 #define LSM_SCHEMA(ctype, lejp_cb, map, schema_name) \ argument
181 #define LSM_SCHEMA_DLL2(ctype, cdll2mem, lejp_cb, map, schema_name) \ argument
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py40 def __init__(self, name, ctype): argument
66 def immediate(name, ctype = "uint32_t"): argument
/third_party/mesa3d/src/mesa/main/
Dvarray.h35 GLenum ctype; /* color type */ member
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldOptions.php26 protected $ctype = null; variable in Google\\Protobuf\\Internal\\FieldOptions
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontextconfig.h115 #define GST_GL_CONFIG_STRUCTURE_SET_ARGS(def_name,ctype,val) \ argument
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local

1234