Searched refs:n_obj (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_transfer.c | 199 usb_size_t n_obj; in usbd_transfer_setup_sub_malloc() local 225 n_obj = 1; in usbd_transfer_setup_sub_malloc() 229 n_obj = 1; in usbd_transfer_setup_sub_malloc() 232 n_obj = (USB_PAGE_SIZE / size); in usbd_transfer_setup_sub_malloc() 237 n_dma_pc = ((count + n_obj - 1) / n_obj); in usbd_transfer_setup_sub_malloc() 272 z = n_obj * size; /* set allocation size */ in usbd_transfer_setup_sub_malloc() 277 if (r < n_obj) { in usbd_transfer_setup_sub_malloc() 280 n_obj = r; in usbd_transfer_setup_sub_malloc() 292 for (y = 0; (y != n_obj); y++, r--, pc++, pg += n_dma_pg) { in usbd_transfer_setup_sub_malloc()
|
/third_party/python/Modules/clinic/ |
D | _hashopenssl.c.h | 967 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/ |
D | _hashopenssl.c | 1319 PyObject *n_obj, PyObject *r_obj, PyObject *p_obj, in _hashlib_scrypt_impl() argument 1345 n = PyLong_AsUnsignedLong(n_obj); in _hashlib_scrypt_impl()
|
/third_party/libxml2/ |
D | testapi.c | 51609 int n_obj; in test_xmlXPtrBuildNodeList() local 51611 for (n_obj = 0;n_obj < gen_nb_xmlXPathObjectPtr;n_obj++) { in test_xmlXPtrBuildNodeList() 51613 obj = gen_xmlXPathObjectPtr(n_obj, 0); in test_xmlXPtrBuildNodeList() 51618 des_xmlXPathObjectPtr(n_obj, obj, 0); in test_xmlXPtrBuildNodeList() 51624 printf(" %d", n_obj); in test_xmlXPtrBuildNodeList()
|