/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/ |
H A D | VBoxPrintHexDump.c | 60 uint8_t const *pb = (uint8_t const *)pv; local 66 cchPrinted += VBoxPrintHex((uintptr_t)pb, sizeof(pb)); 74 cchPrinted += VBoxPrintHex(pb[i], 1); 82 cchPrinted += vboxPrintHexDumpChar(pb[i] == ' ' 84 : RT_C_IS_GRAPH(pb[i]) 85 ? pb[i] 97 pb += 16;
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_xpidl_panel.cpp | 82 static short InitDialog(PanelParameterBlock *pb); 83 static void TermDialog(PanelParameterBlock *pb); 84 static void PutData(PanelParameterBlock *pb, Handle options); 85 static short GetData(PanelParameterBlock *pb, Handle options, Boolean noisy); 87 static short Filter(PanelParameterBlock *pb, EventRecord *event, short *itemHit); 88 static void ItemHit(PanelParameterBlock *pb); 97 static OSErr DragEnter(PanelParameterBlock *pb); 98 static void DragWithin(PanelParameterBlock *pb); 99 static void DragExit(PanelParameterBlock *pb); 100 static void DragDrop(PanelParameterBlock *pb); 113 xpidl_panel(PanelParameterBlock *pb) argument 248 InitDialog(PanelParameterBlock *pb) argument 270 TermDialog(PanelParameterBlock *pb) argument 285 PutData(PanelParameterBlock *pb, Handle options) argument 305 GetData(PanelParameterBlock *pb, Handle options, Boolean noisy) argument 353 Filter(PanelParameterBlock *pb, EventRecord *event, short *itemHit) argument 365 ItemHit(PanelParameterBlock *pb) argument 639 DragEnter(PanelParameterBlock *pb) argument 656 DragWithin(PanelParameterBlock *pb) argument 669 DragExit(PanelParameterBlock *pb) argument 686 DragDrop(PanelParameterBlock *pb) argument [all...] |
/vbox/src/VBox/ValidationKit/snippets/ |
H A D | alloc-1.c | 67 char *pb = malloc(cbThis); local 68 if (!pb) 79 *pb = (char)cbThis; 80 pb += 0x1000;
|
/vbox/src/VBox/Devices/USB/ |
H A D | VUSBUrb.cpp | 252 const uint8_t *pb = pbData; local 254 while (pb + 1 < pbEnd) 256 const unsigned cbLeft = pbEnd - pb; 257 const unsigned cbLength = *pb; 259 uint8_t bDescriptorType = pb[1]; 274 s_cchMaxMsg, pszMsg, pb - pbData, "bLength", cbLength, cbLength, 275 s_cchMaxMsg, pszMsg, pb - pbData + 1, "bDescriptorType", bDescriptorType)); 281 pb + RT_OFFSETOF(strct, memb) - pbData, #memb, pb[RT_OFFSETOF(strct, memb)])) 286 pb 576 const uint8_t *pb = &pUsbC->CDB[0]; local 693 const uint8_t *pb = pUrb->abData; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macio.c | 70 ParamBlockRec pb; member in struct:ExtendedParamBlock 278 pbAsync.pb.ioParam.ioCompletion = sCompletionUPP; 279 pbAsync.pb.ioParam.ioResult = noErr; 280 pbAsync.pb.ioParam.ioRefNum = refNum; 281 pbAsync.pb.ioParam.ioBuffer = buf; 282 pbAsync.pb.ioParam.ioReqCount = bytes; 283 pbAsync.pb.ioParam.ioPosMode = fsAtMark; 284 pbAsync.pb.ioParam.ioPosOffset = 0; 306 (void)PBReadAsync(&pbAsync.pb); 310 pbAsync.pb 356 ParamBlockRec pb; local 395 ParamBlockRec pb; local 518 ParamBlockRec pb; local 542 CInfoPBRec pb; local 603 CInfoPBRec pb; local 777 CInfoPBRec pb; local 843 CInfoPBRec pb; local 895 CInfoPBRec pb; local 1033 HParamBlockRec pb; local 1170 CInfoPBRec pb; local 1310 CInfoPBRec pb; local 1539 CInfoPBRec pb; local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp_oe.c | 285 pppoe_dispatch_disc_pkt(struct netif *netif, struct pbuf *pb) argument 303 pb = pppSingleBuf(pb); 308 if (pb->len < sizeof(*ethhdr)) { 311 ethhdr = (struct eth_hdr *)pb->payload; 321 if (pb->len - off < PPPOE_HEADERLEN) { 322 printf("pppoe: packet too short: %d\n", pb->len); 335 if (plen + off > pb->len) { 337 pb->len - off, plen); 340 if(pb 561 pppoe_data_input(struct netif *netif, struct pbuf *pb) argument 637 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) argument 670 struct pbuf *pb; local 891 struct pbuf *pb; local 949 struct pbuf *pb; local 979 struct pbuf *pb; local 1013 struct pbuf *pb; local 1053 pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb) argument [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_polygon.c | 17 CRPolygonBits *pb = &(sb->polygon); local 26 RESET(pb->enable, ctx->bitid); 30 RESET(pb->offset, ctx->bitid); 36 RESET(pb->mode, ctx->bitid); 40 RESET(pb->stipple, ctx->bitid); 42 RESET(pb->dirty, ctx->bitid); 50 CRPolygonBits *pb = &(sb->polygon); local 69 DIRTY(pb->mode, g->neg_bitid); 70 DIRTY(pb->dirty, g->neg_bitid); 78 CRPolygonBits *pb local 106 CRPolygonBits *pb = &(sb->polygon); local 147 CRPolygonBits *pb = &(sb->polygon); local 170 CRPolygonBits *pb = &(sb->polygon); local [all...] |
H A D | state_point.c | 15 CRPointBits *pb = &(sb->point); local 19 RESET(pb->enableSmooth, ctx->bitid); 21 RESET(pb->size, ctx->bitid); 24 RESET(pb->minSize, ctx->bitid); 26 RESET(pb->maxSize, ctx->bitid); 28 RESET(pb->fadeThresholdSize, ctx->bitid); 32 RESET(pb->distanceAttenuation, ctx->bitid); 36 RESET(pb->enableSprite, ctx->bitid); 39 RESET(pb->coordReplacement[i], ctx->bitid); 44 RESET(pb 63 CRPointBits *pb = &(sb->point); local 104 CRPointBits *pb = &(sb->point); local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | MoreFilesX.c | 209 HParamBlockRec pb; local 215 pb.ioParam.ioNamePtr = NULL; 216 pb.ioParam.ioVRefNum = volRefNum; 217 pb.ioParam.ioBuffer = (Ptr)volParmsInfo; 218 pb.ioParam.ioReqCount = (SInt32)bufferSize; 219 result = PBHGetVolParmsSync(&pb); 223 *actualInfoSize = (UInt32)pb.ioParam.ioActCount; 416 FSRefParam pb; local 421 pb.ioVRefNum = volRefNum; 422 pb 1834 FSRefParam pb; local 2118 ParamBlockRec pb; local 2145 ParamBlockRec pb; local 2170 HParamBlockRec pb; local 2214 HParamBlockRec pb; local 2253 ParamBlockRec pb; local 2278 ParamBlockRec pb; local 2335 HParamBlockRec pb; local 2364 HParamBlockRec pb; local 2399 HParamBlockRec pb; local 2469 HParamBlockRec pb; local 2541 FIDParam pb; local 2575 FIDParam pb; local [all...] |
/vbox/src/VBox/Runtime/common/rand/ |
H A D | randadv.cpp | 216 DECLHIDDEN(DECLCALLBACK(void)) rtRandAdvSynthesizeBytesFromU32(PRTRANDINT pThis, uint8_t *pb, size_t cb) argument 224 pb[3] = (uint8_t)(u32 >> 24); 226 pb[2] = (uint8_t)(u32 >> 16); 228 pb[1] = (uint8_t)(u32 >> 8); 230 pb[0] = (uint8_t)u32; 234 pb[0] = (uint8_t)u32; 235 pb[1] = (uint8_t)(u32 >> 8); 236 pb[2] = (uint8_t)(u32 >> 16); 237 pb[3] = (uint8_t)(u32 >> 24); 243 pb 248 rtRandAdvSynthesizeBytesFromU64(PRTRANDINT pThis, uint8_t *pb, size_t cb) argument [all...] |
/vbox/src/VBox/Devices/BiosCommonCode/ |
H A D | MakeAlternativeSource.cpp | 313 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local 316 if ( !RT_C_IS_PRINT(*pb) 317 && *pb != '\r' 318 && *pb != '\n' 319 && *pb != '\t') 321 if (*pb == '\0') 325 pb++; 327 } while (cb > 0 && *pb == '\0'); 332 pb++; 362 uint8_t const *pb local 463 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local 534 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local 613 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local 865 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local 951 uint8_t const *pb = &g_pbImg[uFlatAddr - g_uBiosFlatBase]; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Qsort.c | 127 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local 155 pa = pb = (char *)a + es; 159 while (pb <= pc && (cmp_result = cmp(pb, a)) <= 0) { 162 swap(pa, pb); 165 pb += es; 167 while (pb <= pc && (cmp_result = cmp(pc, a)) >= 0) { 175 if (pb > pc) 177 swap(pb, pc); 179 pb [all...] |
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsQuickSort.cpp | 106 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local 131 pa = pb = (char *)a + es; 135 while (pb <= pc && (r = cmp(pb, a, data)) <= 0) { 138 swap(pa, pb); 141 pb += es; 143 while (pb <= pc && (r = cmp(pc, a, data)) >= 0) { 151 if (pb > pc) 153 swap(pb, pc); 155 pb [all...] |
/vbox/src/VBox/Runtime/common/string/ |
H A D | RTStrPrintHexBytes.cpp | 51 uint8_t const *pb = (uint8_t const *)pv; local 54 uint8_t b = *pb++;
|
H A D | RTUtf16PrintHexBytes.cpp | 51 uint8_t const *pb = (uint8_t const *)pv; local 54 uint8_t b = *pb++;
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | crc32-zlib.cpp | 43 const Bytef *pb = (const Bytef *)pv; local 47 uCRC32 = crc32(uCRC32, pb, cbChunk); 48 pb += cbChunk;
|
/vbox/src/VBox/Runtime/include/internal/ |
H A D | rand.h | 54 * @param pb Where to store the bytes. 57 DECLCALLBACKMEMBER(void , pfnGetBytes)(PRTRANDINT pThis, uint8_t *pb, size_t cb); 161 DECLHIDDEN(DECLCALLBACK(void)) rtRandAdvSynthesizeBytesFromU32(PRTRANDINT pThis, uint8_t *pb, size_t cb); 162 DECLHIDDEN(DECLCALLBACK(void)) rtRandAdvSynthesizeBytesFromU64(PRTRANDINT pThis, uint8_t *pb, size_t cb);
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | rand-posix.cpp | 54 static DECLCALLBACK(void) rtRandAdvPosixGetBytes(PRTRANDINT pThis, uint8_t *pb, size_t cb) argument 56 ssize_t cbRead = read(pThis->u.File.hFile, pb, cb); 68 pb += cbRead; 70 cbRead = read(pThis->u.File.hFile, pb, cb);
|
/vbox/src/bldprogs/ |
H A D | biossums.c | 78 static uint8_t calculateChecksum(uint8_t *pb, size_t cb, size_t iChecksum) argument 85 u8Sum += pb[i]; 93 * @param pb Where to search for the signature 98 static int searchHeader(uint8_t *pb, size_t cb, const char *pszHeader, uint8_t **pbHeader) argument 105 if (!memcmp(pb + i, pszHeader, cbSignature)) 109 *pbHeader = pb + i;
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_asm_ppc_rhapsody.s | 130 bcl 20,31,L1$pb 131 L1$pb: 133 addis r11,r11,ha16(L1$lz-L1$pb) 135 lwz r12,lo16(L1$lz-L1$pb)(r11) 137 addi r11,r11,lo16(L1$lz-L1$pb) 149 bcl 20,31,L2$pb 150 L2$pb: 152 addis r11,r11,ha16(L2$lz-L2$pb) 154 lwz r12,lo16(L2$lz-L2$pb)(r11) 156 addi r11,r11,lo16(L2$lz-L2$pb) [all...] |
/vbox/src/VBox/Runtime/common/alloc/ |
H A D | memcache.cpp | 312 uint8_t *pb = (uint8_t *)(pPage + 1); local 313 pb = RT_ALIGN_PT(pb, 8, uint8_t *); 314 pPage->pbmCtor = pb; 315 pb = (uint8_t *)pPage + PAGE_SIZE - pThis->cbObject * cObjects; 316 pPage->pbObjects = pb; Assert(RT_ALIGN_P(pb, pThis->cbAlignment) == pb); 317 pb -= pThis->cBits / 8; 318 pb [all...] |
/vbox/src/apps/svnsync-vbox/ |
H A D | main.c | 691 initdir_baton_t *pb = parent_baton; 692 initedit_baton_t *eb = pb->edit_baton; 697 pb->process_default, pb->process_recursive, path, 701 if (db->process && !pb->process) 711 SVN_ERR(eb->wrapped_editor->add_directory(path, pb->wrapped_dir_baton, 744 initdir_baton_t *pb = parent_baton; 745 initedit_baton_t *eb = pb->edit_baton; 750 pb->process_default, pb 689 initdir_baton_t *pb = parent_baton; local 742 initdir_baton_t *pb = parent_baton; local 1482 node_baton_t *pb = parent_baton; local 1547 node_baton_t *pb = parent_baton; local 1665 node_baton_t *pb = parent_baton; local 1811 node_baton_t *pb = parent_baton; local 1908 node_baton_t *pb = parent_baton; local [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | inet.c | 127 u8_t *pb = dataptr; 130 int odd = ((u32_t)pb & 1); 134 ((u8_t *)&t)[1] = *pb++; 139 ps = (u16_t *)pb; 179 u8_t *pb = dataptr; 184 int odd = ((u32_t)pb & 1); 187 ((u8_t *)&t)[1] = *pb++; 191 ps = (u16_t *)pb;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | inet_chksum.c | 138 u8_t *pb = (u8_t *)dataptr; local 141 int odd = ((mem_ptr_t)pb & 1); 145 ((u8_t *)&t)[1] = *pb++; 150 ps = (u16_t *)(void *)pb; 194 u8_t *pb = (u8_t *)dataptr; local 199 int odd = ((mem_ptr_t)pb & 1); 202 ((u8_t *)&t)[1] = *pb++; 206 ps = (u16_t *)pb;
|
/vbox/src/VBox/Devices/USB/testcase/ |
H A D | tstTrekStorGo.c | 76 unsigned char *pb = (unsigned char *)pv; local 83 printf("%s%0*x %04x:", off ? "\n" : "", sizeof(pb) * 2, (uintptr_t)pb, off); 86 printf(off + i < cb ? !(i & 7) && i ? "-%02x" : " %02x" : " ", pb[i]); 92 uint8_t u8 = pb[i]; 97 pb += cchPrecision;
|