Searched refs:cbp (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | httpread.c | 553 char *cbp = h->body + h->chunk_start; in httpread_read_handler() local 554 if (bbp-cbp >= 2 && bbp[-2] == '\r' && in httpread_read_handler() 560 if (!isxdigit(*cbp)) in httpread_read_handler() 562 h->chunk_size = strtoul(cbp, NULL, 16); in httpread_read_handler() 567 bbp = cbp; in httpread_read_handler()
|
/external/qemu/hw/ |
D | usb-ohci.c | 200 uint32_t cbp; member 556 ptr = td->cbp; in ohci_copy_td() 894 if (td.cbp && td.be) { in ohci_service_td() 895 if ((td.cbp & 0xfffff000) != (td.be & 0xfffff000)) { in ohci_service_td() 896 len = (td.be & 0xfff) + 0x1001 - (td.cbp & 0xfff); in ohci_service_td() 898 len = (td.be - td.cbp) + 1; in ohci_service_td() 909 addr, len, str, flag_r, td.cbp, td.be); in ohci_service_td() 977 td.cbp = 0; in ohci_service_td() 979 td.cbp += ret; in ohci_service_td() 980 if ((td.cbp & 0xfff) + ret > 0xfff) { in ohci_service_td() [all …]
|
/external/openssl/crypto/bio/ |
D | bio.h | 513 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ argument 514 cbp)
|
/external/openssl/include/openssl/ |
D | bio.h | 513 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ argument 514 cbp)
|