Home
last modified time | relevance | path

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

1234

/external/python/cpython3/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 …]
/external/python/cpython2/Objects/
Dunicodectype.c59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToTitlecase() local
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsTitlecase() local
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDecimalDigit() local
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToDigit() local
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsNumeric() local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsLowercase() local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsUppercase() local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToUppercase() local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_ToLowercase() local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); in _PyUnicode_IsAlpha() local
/external/v8/src/
Dflag-definitions.h26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
28 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
35 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
38 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
46 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
52 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
55 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
76 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
80 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
84 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
Dapi.h284 #define MAKE_TO_LOCAL_TYPED_ARRAY(Type, typeName, TYPE, ctype, size) \ argument
Dobjects-debug.cc92 #define VERIFY_TYPED_ARRAY(Type, type, TYPE, ctype, size) \ in HeapObjectVerify() argument
1325 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in IncrementSpillStatistics() argument
/external/v8/src/wasm/
Dwasm-interpreter.h46 #define DECLARE_FIELD(field, localtype, ctype) ctype field; argument
53 #define DECLARE_CONSTRUCTOR(field, localtype, ctype) \ argument
69 #define DECLARE_CAST(field, localtype, ctype) \ argument
Dwasm-debug.cc89 #define CASE_ARG_TYPE(type, ctype) \ in Execute() argument
143 #define CASE_RET_TYPE(type, ctype) \ in Execute() argument
Dwasm-interpreter.cc1477 #define LOAD_CASE(name, ctype, mtype) \ in Execute() argument
1499 #define STORE_CASE(name, ctype, mtype) \ in Execute() argument
1516 #define ASMJS_LOAD_CASE(name, ctype, mtype, defval) \ in Execute() argument
1541 #define ASMJS_STORE_CASE(name, ctype, mtype) \ in Execute() argument
1591 #define EXECUTE_SIMPLE_BINOP(name, ctype, op) \ in Execute() argument
1602 #define EXECUTE_OTHER_BINOP(name, ctype) \ in Execute() argument
1637 #define EXECUTE_OTHER_UNOP(name, ctype) \ in Execute() argument
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock_dgen.c11 int i, j, k, nlines, nchars, ctype; in main() local
/external/v8/src/runtime/
Druntime-atomics.cc364 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
397 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
429 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
461 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
493 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
525 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
557 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
Druntime-typedarray.cc82 #define ARRAY_ID_CASE(Type, type, TYPE, ctype, size) \ in ArrayIdToTypeAndSize() argument
414 #define TYPED_ARRAY_SORT(Type, type, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
/external/clang/tools/scan-view/share/
DScanView.py719 def send_file(self, f, ctype): argument
729 def send_string(self, s, ctype='text/html', headers=True, mtime=None): argument
740 def send_patched_file(self, path, ctype): argument
/external/python/cpython2/Lib/
DMimeWriter.py128 def startbody(self, ctype, plist=[], prefix=1): argument
/external/tensorflow/tensorflow/java/src/main/native/
Doperation_builder_jni.cc157 #define DEFINE_SET_ATTR_SCALAR(name, jtype, ctype) \ argument
170 #define DEFINE_SET_ATTR_LIST(name, jname, jtype, ctype) \ argument
194 #define DEFINE_SET_ATTR(name, jname, jtype, ctype) \ argument
/external/v8/src/compiler/
Dsimplified-operator.cc72 #define TYPED_ARRAY_CASE(Type, type, TYPE, ctype, size) \ in operator <<() argument
675 #define BUFFER_ACCESS(Type, type, TYPE, ctype, size) \ argument
842 #define LOAD_BUFFER(Type, type, TYPE, ctype, size) \ in LoadBuffer() argument
855 #define STORE_BUFFER(Type, type, TYPE, ctype, size) \ in StoreBuffer() argument
/external/webp/src/enc/
Dcost_enc.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
/external/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c82 enum ctype { enum
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DAnalyzer.java140 Type ctype = Type.getType("L" + owner + ";"); in analyze() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c115 #define DEFINE_APPEND_HANDLER(type, ctype) \ argument
316 #define DEFINE_ONEOF_HANDLER(type, ctype) \ argument
912 #define T(upbtypeconst, upbtype, ctype) \ in putary() argument
1088 #define T(upbtypeconst, upbtype, ctype, default_value) \ in putmsg() argument
/external/protobuf/src/google/protobuf/
Dmessage.h898 FieldDescriptor::CppType cpptype, int ctype, in GetRawRepeatedField()
/external/protobuf/php/ext/google/protobuf/
Dupb.h599 upb_ctype_t ctype; member
616 upb_ctype_t ctype) { in _upb_value_setval()
621 UPB_INLINE upb_value _upb_value_val(uint64_t val, upb_ctype_t ctype) { in _upb_value_val()
780 upb_ctype_t ctype; /* Type of all values. */ member
796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \ argument
799 #define UPB_EMPTY_STRTABLE_INIT(ctype) \ argument
809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
812 #define UPB_EMPTY_INTTABLE_INIT(ctype) \ argument
/external/skia/gm/
Dshowmiplevels.cpp278 for (auto ctype : ctypes) { in drawSet() local
/external/skqp/gm/
Dshowmiplevels.cpp277 for (auto ctype : ctypes) { in drawSet() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c727 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConst()
794 SVGA3dShaderConstType ctype, // IN in SVGA3D_SetShaderConsts()
/external/tcpdump/
Dprint-lmp.c217 uint8_t ctype; member

1234