Searched refs:byte (Results 1 – 20 of 20) sorted by relevance
56 typedef unsigned char byte; typedef83 static_assert( sizeof(byte) == 1, "Invalid type size, byte" );
39 byte rawMemory_[sizeof(T) * CAPACITY + ALIGNMENT];43 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
50 byte rawMemory[ sizeof(Cell) * CAPACITY + ALIGNMENT ];
39 byte stackData[20000]; in SUITE()54 byte stackData[262144]; in SUITE()
46 byte cacheLine[64]; in SUITE()
11 # shift address in R3 to lower 16 byte boundary15 # including 64 byte of linkage + parameter area (R1 % 16 == 0)
13 # shift address in R3 to lower 16 byte boundary17 # including 64 byte of linkage + parameter area (R1 % 16 == 0)
98 ; shift address in R3 to lower 16 byte boundary102 ; including 64 byte of linkage + parameter area (R1 16 == 0)
78 # shift address in R3 to lower 16 byte boundary82 # including 64 byte of linkage + parameter area (R1 % 16 == 0)
77 ; shift address in R3 to lower 16 byte boundary81 ; including 64 byte of linkage + parameter area (R1 % 16 == 0)
48 # shift address in A0 to lower 16 byte boundary54 # including 48 byte of shadow space (sp % 16 == 0)
45 @ shift address in A1 to lower 16 byte boundary
124 # shift address in R3 to lower 16 byte boundary128 # including 64 byte of linkage + parameter area (R1 % 16 == 0)
46 @ shift address in A1 to lower 16 byte boundary
60 # shift address in x0 (allocated stack) to lower 16 byte boundary
54 ; shift address in x0 (allocated stack) to lower 16 byte boundary
52 ; shift address in A1 to lower 16 byte boundary
34 ; EAX might already point to a 16byte border37 ; shift address in EAX to lower 16 byte boundary
135 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];140 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()257 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT];261 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()382 byte rawMemory_[ capacity * sizeof(T) + ALIGNMENT ];387 …byte* alignedMemory = (byte*)( ( (uintptr_t)&rawMemory_[0] + ALIGNMENT_MASK ) & ~(uintptr_t)ALIGNM… in IndexToObject()
166 int byte = ( value >> 8*j ) & 0xff; in WriteAlphaBlock() local167 *dest++ = ( u8 )byte; in WriteAlphaBlock()331 int byte = *src++; in DecompressAlphaDxt5() local332 value |= ( byte << 8*j ); in DecompressAlphaDxt5()