Searched defs:s_new (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/ |
D | stropmodule.c | 462 char *s, *s_new; in strop_lower() local 501 char *s, *s_new; in strop_upper() local 541 char *s, *s_new; in strop_capitalize() local 720 char *s, *s_new; in strop_swapcase() local
|
D | _struct.c | 1350 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() function
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 715 char s_new[BUFSIZ], s[BUFSIZ], value[BUFSIZ]; in umount_mem() local
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 2055 char *s = PyString_AS_STRING(self), *s_new; in string_title() local 2090 char *s = PyString_AS_STRING(self), *s_new; in string_capitalize() local 2169 char *s = PyString_AS_STRING(self), *s_new; in string_swapcase() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 512 void InferenceContext::Relax(ShapeHandle s_old, ShapeHandle s_new, in Relax()
|
/external/python/cpython3/Modules/ |
D | _struct.c | 1406 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() function
|