Home
last modified time | relevance | path

Searched refs:bytes_per_group (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dpystrhex.c162 …th_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int bytes_per_group) in _Py_strhex_with_sep() argument
164 return _Py_strhex_impl(argbuf, arglen, sep, bytes_per_group, 0); in _Py_strhex_with_sep()
169 …th_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int bytes_per_group) in _Py_strhex_bytes_with_sep() argument
171 return _Py_strhex_impl(argbuf, arglen, sep, bytes_per_group, 1); in _Py_strhex_bytes_with_sep()
/third_party/python/Include/
Dpystrhex.h14 …h_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int bytes_per_group);
15 …h_sep(const char* argbuf, const Py_ssize_t arglen, const PyObject* sep, const int bytes_per_group);
/third_party/e2fsprogs/contrib/
Ddir2fs24 bytes_per_group="$((blocks_per_group * block_sz))"