Searched refs:tbs (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIToolBar.cpp49 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 Docsp.h52 struct asn1_cursor tbs; member in struct:ocsp_response
H A Dx509.h170 struct asn1_cursor tbs; member in struct:x509_certificate
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Docsp.c413 memcpy ( &response->tbs, &cursor, sizeof ( response->tbs ) );
646 digest_update ( digest, digest_ctx, response->tbs.data,
647 response->tbs.len );
H A Dx509.c900 memcpy ( &cert->tbs, &cursor, sizeof ( cert->tbs ) );
1104 digest_update ( digest, digest_ctx, cert->tbs.data, cert->tbs.len );
/vbox/src/recompiler/
H A Dexec.c103 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 1114 milliseconds