Home
last modified time | relevance | path

Searched refs:n_obj (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_transfer.c198 usb_size_t n_obj; in usbd_transfer_setup_sub_malloc() local
224 n_obj = 1; in usbd_transfer_setup_sub_malloc()
228 n_obj = 1; in usbd_transfer_setup_sub_malloc()
231 n_obj = (USB_PAGE_SIZE / size); in usbd_transfer_setup_sub_malloc()
236 n_dma_pc = ((count + n_obj - 1) / n_obj); in usbd_transfer_setup_sub_malloc()
271 z = n_obj * size; /* set allocation size */ in usbd_transfer_setup_sub_malloc()
276 if (r < n_obj) { in usbd_transfer_setup_sub_malloc()
279 n_obj = r; in usbd_transfer_setup_sub_malloc()
291 for (y = 0; (y != n_obj); in usbd_transfer_setup_sub_malloc()
[all...]
/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h967 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj,
980 PyObject *n_obj = Py_None; in _hashlib_scrypt() local
1017 n_obj = args[2]; in _hashlib_scrypt()
1056 return_value = _hashlib_scrypt_impl(module, &password, &salt, n_obj, r_obj, p_obj, maxmem, dklen); in _hashlib_scrypt()
/third_party/python/Modules/
H A D_hashopenssl.c1308 n as n_obj: object(subclass_of='&PyLong_Type') = None
1320 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj, in _hashlib_scrypt_impl()
1346 n = PyLong_AsUnsignedLong(n_obj); in _hashlib_scrypt_impl()
1319 _hashlib_scrypt_impl(PyObject *module, Py_buffer *password, Py_buffer *salt, PyObject *n_obj, PyObject *r_obj, PyObject *p_obj, long maxmem, long dklen) _hashlib_scrypt_impl() argument

Completed in 7 milliseconds