Searched refs:tbs (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIToolBar.cpp | 49 Qt::ToolButtonStyle tbs = fEnable ? Qt::ToolButtonTextUnderIcon : Qt::ToolButtonIconOnly; local 53 m_pMainWindow->setToolButtonStyle(tbs); 55 setToolButtonStyle(tbs);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ocsp.h | 52 struct asn1_cursor tbs; member in struct:ocsp_response
|
H A D | x509.h | 170 struct asn1_cursor tbs; member in struct:x509_certificate
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | ocsp.c | 413 memcpy ( &response->tbs, &cursor, sizeof ( response->tbs ) ); 646 digest_update ( digest, digest_ctx, response->tbs.data, 647 response->tbs.len );
|
H A D | x509.c | 900 memcpy ( &cert->tbs, &cursor, sizeof ( cert->tbs ) ); 1104 digest_update ( digest, digest_ctx, cert->tbs.data, cert->tbs.len );
|
/vbox/src/recompiler/ |
H A D | exec.c | 103 static TranslationBlock *tbs; variable 107 /* any access to the tbs or the page table must use this lock */ 642 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock)); 1379 tb = &tbs[nb_tbs++]; 1390 if (nb_tbs > 0 && tb == &tbs[nb_tbs - 1]) { 1454 tb = &tbs[m]; 1464 return &tbs[m_max]; 4525 tb = &tbs[i];
|
Completed in 1462 milliseconds