Home
last modified time | relevance | path

Searched +defs:c +defs:string (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c52 PyObject *normalizestring(const char *string) in normalizestring()
449 PyObject *string = PyObject_Str(name); in wrong_exception_type() local
598 Py_UNICODE c = *p; in PyCodec_XMLCharRefReplaceErrors() local
697 Py_UNICODE c = *p; in PyCodec_BackslashReplaceErrors() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c476 int c = Py_CHARMASK(*s++); in strop_lower() local
515 int c = Py_CHARMASK(*s++); in strop_upper() local
555 int c = Py_CHARMASK(*s++); in strop_capitalize() local
564 int c = Py_CHARMASK(*s++); in strop_capitalize() local
598 char* string; in strop_expandtabs() local
732 int c = Py_CHARMASK(*s++); in strop_swapcase() local
910 unsigned char *c, *from=NULL, *to=NULL; in strop_maketrans() local
949 int c, changed = 0; in strop_translate() local
1235 int c, n; in initstrop() local
D_localemodule.c95 PyObject *mods, *strop, *string, *ulo; in fixup_ulcase() local
97 int n, c; in fixup_ulcase() local
DcPickle.c1213 static char string = STRING; in save_string() local
1379 static char string = UNICODE; in save_unicode() local
3404 unsigned char c; in calc_binint() local
4215 unsigned char c; in load_long_binget() local
4360 unsigned char c; in load_long_binput() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c476 int c = Py_CHARMASK(*s++); in strop_lower() local
515 int c = Py_CHARMASK(*s++); in strop_upper() local
555 int c = Py_CHARMASK(*s++); in strop_capitalize() local
564 int c = Py_CHARMASK(*s++); in strop_capitalize() local
598 char* string; in strop_expandtabs() local
734 int c = Py_CHARMASK(*s++); in strop_swapcase() local
912 unsigned char *c, *from=NULL, *to=NULL; in strop_maketrans() local
951 int c, changed = 0; in strop_translate() local
1237 int c, n; in initstrop() local
D_localemodule.c95 PyObject *mods, *strop, *string, *ulo; in fixup_ulcase() local
97 int n, c; in fixup_ulcase() local
DcPickle.c1244 static char string = STRING; in save_string() local
1410 static char string = UNICODE; in save_unicode() local
3437 unsigned char c; in calc_binint() local
4250 unsigned char c; in load_long_binget() local
4395 unsigned char c; in load_long_binput() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c107 char* string; in pysqlite_statement_bind_parameter() local
111 char* c; in pysqlite_statement_bind_parameter() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c52 PyObject *normalizestring(const char *string) in normalizestring()
449 PyObject *string = PyObject_Str(name); in wrong_exception_type() local
714 Py_UNICODE c = *p; in PyCodec_BackslashReplaceErrors() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg_a.c64 void xxputc(int c) { /* MR1 */
81 void xxprintf(char *format,char *string) { /* MR1 */
1412 #define ZZSHIFT(c) (b_class_no[zzauto][1+c]) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dst.c536 strhash(string) in strhash() argument
539 register int c; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c174 PyObject* string; in PyString_FromFormatV() local
611 int c; in PyString_DecodeEscape() local
856 char c; in string_print() local
943 register char c; in PyString_Repr() local
1194 int c; in string_richcompare() local
1999 int c = Py_CHARMASK(s[i]); in string_lower() local
2032 int c = Py_CHARMASK(s[i]); in string_upper() local
2059 int c = Py_CHARMASK(*s++); in string_title() local
2093 int c = Py_CHARMASK(*s++); in string_capitalize() local
2101 int c = Py_CHARMASK(*s++); in string_capitalize() local
[all …]
Dunicodeobject.c672 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt()
693 #define appendstring(string) \ argument
713 PyObject *string; in PyUnicode_FromFormatV() local
1557 #define IS_BASE64(c) \ argument
1562 #define FROM_BASE64(c) \ argument
1578 #define DECODE_DIRECT(c) \ argument
1621 #define ENCODE_DIRECT(c, directO, directWS) \ argument
2829 unsigned char c; in PyUnicode_DecodeUnicodeEscape() local
3226 unsigned char c; in PyUnicode_DecodeRawUnicodeEscape() local
3644 Py_UNICODE c = *p; in unicode_encode_ucs1() local
[all …]
Dintobject.c856 long a, b, c; in int_lshift() local
1089 char *string = PyString_AS_STRING(x); in int_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c174 PyObject* string; in PyString_FromFormatV() local
611 int c; in PyString_DecodeEscape() local
852 char c; in string_print() local
938 register char c; in PyString_Repr() local
1189 int c; in string_richcompare() local
1982 int c = Py_CHARMASK(s[i]); in string_lower() local
2015 int c = Py_CHARMASK(s[i]); in string_upper() local
2042 int c = Py_CHARMASK(*s++); in string_title() local
2076 int c = Py_CHARMASK(*s++); in string_capitalize() local
2084 int c = Py_CHARMASK(*s++); in string_capitalize() local
[all …]
Dunicodeobject.c632 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt()
653 #define appendstring(string) {for (copy = string;*copy;) *s++ = *copy++;} argument
668 PyObject *string; in PyUnicode_FromFormatV() local
1488 #define IS_BASE64(c) \ argument
1493 #define FROM_BASE64(c) \ argument
1509 #define DECODE_DIRECT(c) \ argument
1552 #define ENCODE_DIRECT(c, directO, directWS) \ argument
2760 unsigned char c; in PyUnicode_DecodeUnicodeEscape() local
3178 unsigned char c; in PyUnicode_DecodeRawUnicodeEscape() local
3600 Py_UNICODE c = *p; in unicode_encode_ucs1() local
[all …]
Dlongobject.c1569 char c = (char)(rem - nextrem * base); in _PyLong_Format() local
1851 register twodigits c; /* current input character */ in PyLong_FromString() local
3396 PyLongObject *a, *b, *c; /* a,b,c = v,w,x */ in long_pow() local
3888 PyObject *c; in long_and() local
3900 PyObject *c; in long_xor() local
3912 PyObject *c; in long_or() local
4013 char *string = PyString_AS_STRING(x); in long_new() local
Dintobject.c836 long a, b, c; in int_lshift() local
1063 char *string = PyString_AS_STRING(x); in int_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c1583 char c = (char)(rem - nextrem * base); in _PyLong_Format() local
1865 register twodigits c; /* current input character */ in PyLong_FromString() local
3410 PyLongObject *a, *b, *c; /* a,b,c = v,w,x */ in long_pow() local
3908 PyObject *c; in long_and() local
3920 PyObject *c; in long_xor() local
3932 PyObject *c; in long_or() local
4039 char *string = PyString_AS_STRING(x); in long_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c1569 char c = (char)(rem - nextrem * base); in _PyLong_Format() local
1851 register twodigits c; /* current input character */ in PyLong_FromString() local
3396 PyLongObject *a, *b, *c; /* a,b,c = v,w,x */ in long_pow() local
3888 PyObject *c; in long_and() local
3900 PyObject *c; in long_xor() local
3912 PyObject *c; in long_or() local
4013 char *string = PyString_AS_STRING(x); in long_new() local
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dvideodev2.h28 #define v4l2_fourcc(a,b,c,d) ((__u32) (a) | ((__u32) (b) << 8) | ((__u32) (c) << 16) | ((__u32) (d)… argument
29 #define v4l2_fourcc_be(a,b,c,d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) argument
595 struct v4l2_rect c; member
633 struct v4l2_rect c; member
834 char * string; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dvideodev2.h28 #define v4l2_fourcc(a,b,c,d) ((__u32) (a) | ((__u32) (b) << 8) | ((__u32) (c) << 16) | ((__u32) (d)… argument
29 #define v4l2_fourcc_be(a,b,c,d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) argument
595 struct v4l2_rect c; member
633 struct v4l2_rect c; member
834 char * string; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dvideodev2.h79 #define v4l2_fourcc(a, b, c, d)\ argument
81 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) argument
1101 struct v4l2_rect c; member
1152 struct v4l2_rect c; member
1606 char *string; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dvideodev2.h79 #define v4l2_fourcc(a, b, c, d)\ argument
81 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1 << 31)) argument
1101 struct v4l2_rect c; member
1152 struct v4l2_rect c; member
1606 char *string; member
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1613 char* c = str; in getSamplerExternalAliases() local
1660 char* c = str; in replaceExternalSamplerUniformDefinition() local
1710 char* c = str; in replaceSamplerExternalWith2D() local
1754 …r::s_glShaderSource(void *self, GLuint shader, GLsizei count, const GLchar * const *string, const … in s_glShaderSource()