Lines Matching refs:p

351     unsigned char * p = code;  in codeSnippet()  local
375 *p++ = 0xf2; *p++ = 0x0f; *p++ = 0x11; *p++ = 0x44; *p++ = 0x24; *p++ = 0x08; in codeSnippet()
380 *p++ = 0x48; *p++ = 0x49; *p++ = 0x4c; *p++ = 0x24; *p++ = 0x08; in codeSnippet()
386 *p++ = 0xf2; *p++ = 0x0f; *p++ = 0x11; *p++ = 0x4c; *p++ = 0x24; *p++ = 0x10; in codeSnippet()
391 *p++ = 0x48; *p++ = 0x49; *p++ = 0x54; *p++ = 0x24; *p++ = 0x10; in codeSnippet()
397 *p++ = 0xf2; *p++ = 0x0f; *p++ = 0x11; *p++ = 0x54; *p++ = 0x24; *p++ = 0x18; in codeSnippet()
402 *p++ = 0x4c; *p++ = 0x89; *p++ = 0x44; *p++ = 0x24; *p++ = 0x18; in codeSnippet()
408 *p++ = 0xf2; *p++ = 0x0f; *p++ = 0x11; *p++ = 0x5c; *p++ = 0x24; *p++ = 0x20; in codeSnippet()
413 *p++ = 0x4c; *p++ = 0x89; *p++ = 0x4c; *p++ = 0x24; *p++ = 0x20; in codeSnippet()
417 *p++ = 0xb8; in codeSnippet()
418 *p++ = functionIndex & 0xff; in codeSnippet()
419 *p++ = (functionIndex >> 8) & 0xff; in codeSnippet()
420 *p++ = (functionIndex >> 16) & 0xff; in codeSnippet()
421 *p++ = (functionIndex >> 24) & 0xff; in codeSnippet()
424 *p++ = 0x41; in codeSnippet()
425 *p++ = 0xba; in codeSnippet()
426 *p++ = vtableOffset & 0xff; in codeSnippet()
427 *p++ = (vtableOffset >> 8) & 0xff; in codeSnippet()
428 *p++ = (vtableOffset >> 16) & 0xff; in codeSnippet()
429 *p++ = (vtableOffset >> 24) & 0xff; in codeSnippet()
432 *p++ = 0x49; in codeSnippet()
433 *p++ = 0xbb; in codeSnippet()
434 *p++ = ((sal_uIntPtr)(&privateSnippetExecutor)) & 0xff; in codeSnippet()
435 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 8) & 0xff; in codeSnippet()
436 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 16) & 0xff; in codeSnippet()
437 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 24) & 0xff; in codeSnippet()
438 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 32) & 0xff; in codeSnippet()
439 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 40) & 0xff; in codeSnippet()
440 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 48) & 0xff; in codeSnippet()
441 *p++ = (((sal_uIntPtr)(&privateSnippetExecutor)) >> 56) & 0xff; in codeSnippet()
444 *p++ = 0x49; in codeSnippet()
445 *p++ = 0xff; in codeSnippet()
446 *p++ = 0xe3; in codeSnippet()
448 OSL_ASSERT(p - code <= codeSnippetSize); in codeSnippet()