Home
last modified time | relevance | path

Searched refs:UWOP_ALLOC_SMALL (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-ssse3-x86_64.pl355 my $UWOP_ALLOC_SMALL = 2;
386 .byte @{[$UWOP_ALLOC_SMALL | (((40 - 8) / 8) << 4)]}
408 .byte @{[$UWOP_ALLOC_SMALL | (((56 - 8) / 8) << 4)]}
/external/boringssl/src/crypto/test/asm/
Dtrampoline-x86_64.pl440 my $UWOP_ALLOC_SMALL = 2;
478 my $info = $UWOP_ALLOC_SMALL | ((($stack_alloc_size - 8) / 8) << 4);
/external/google-breakpad/src/common/windows/
Dpe_util.cc69 UWOP_ALLOC_SMALL, /* info == size of allocation / 8 - 1 */ enumerator
318 case UWOP_ALLOC_SMALL: { in PrintPEFrameData()