Searched refs:A32 (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/lib/lz4/ |
H A D | lz4defs.h | 32 #define A32(x) (((U32_S *)(x))->v) macro 35 #define PUT4(s, d) (A32(d) = A32(s)) 49 #define A32(x) get_unaligned((u32 *)&(((U16_S *)(x))->v)) macro 89 #define LZ4_HASH_VALUE(p) (((A32(p)) * 2654435761U) >> \ 91 #define LZ4_HASH64K_VALUE(p) (((A32(p)) * 2654435761U) >> \ 93 #define HASH_VALUE(p) (((A32(p)) * 2654435761U) >> \
|
H A D | lz4_compress.c | 108 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); lz4_compressctx() 150 u32 diff = A32(ref) ^ A32(ip); lz4_compressctx() 161 if ((ip < (MATCHLIMIT - 3)) && (A32(ref) == A32(ip))) { lz4_compressctx() 205 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) { lz4_compressctx() 289 } while (A32(ref) != A32(ip)); lz4_compress64kctx() 331 u32 diff = A32(ref) ^ A32(ip); lz4_compress64kctx() 343 if ((ip < (MATCHLIMIT - 3)) && (A32(ref) == A32(ip))) { lz4_compress64kctx() 388 if (A32(ref) == A32(ip)) { lz4_compress64kctx()
|
H A D | lz4hc_compress.c | 95 u32 diff = A32(p2) ^ A32(p1t); lz4hc_commonlength() 106 if ((p1t < (matchlimit-3)) && (A32(p2) == A32(p1t))) { lz4hc_commonlength() 143 if (A32(ref) == A32(ip)) { lz4hc_insertandfindbestmatch() 155 if (A32(ref) == A32(ip)) { lz4hc_insertandfindbestmatch() 213 if (A32(ref) == A32(ip)) { lz4hc_insertandgetwidermatch() 222 u32 diff = A32(reft) ^ A32(ipt); lz4hc_insertandgetwidermatch() 235 && (A32(reft) == A32(ipt))) { lz4hc_insertandgetwidermatch()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | cpucheck.c | 48 #define A32(a, b, c, d) (((d) << 24)+((c) << 16)+((b) << 8)+(a)) macro 52 return cpu_vendor[0] == A32('A', 'u', 't', 'h') && is_amd() 53 cpu_vendor[1] == A32('e', 'n', 't', 'i') && is_amd() 54 cpu_vendor[2] == A32('c', 'A', 'M', 'D'); is_amd() 59 return cpu_vendor[0] == A32('C', 'e', 'n', 't') && is_centaur() 60 cpu_vendor[1] == A32('a', 'u', 'r', 'H') && is_centaur() 61 cpu_vendor[2] == A32('a', 'u', 'l', 's'); is_centaur() 66 return cpu_vendor[0] == A32('G', 'e', 'n', 'u') && is_transmeta() 67 cpu_vendor[1] == A32('i', 'n', 'e', 'T') && is_transmeta() 68 cpu_vendor[2] == A32('M', 'x', '8', '6'); is_transmeta() 73 return cpu_vendor[0] == A32('G', 'e', 'n', 'u') && is_intel() 74 cpu_vendor[1] == A32('i', 'n', 'e', 'I') && is_intel() 75 cpu_vendor[2] == A32('n', 't', 'e', 'l'); is_intel()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | opcodes.c | 4 * A32 condition code lookup feature moved from nwfpe/fpopcode.c
|
/linux-4.4.14/drivers/vme/bridges/ |
H A D | vme_tsi148.h | 690 #define TSI148_LCSR_OTAT_AMODE_A32 (2<<0) /* A32 Address Space */ 691 #define TSI148_LCSR_OTAT_AMODE_A64 (4<<0) /* A32 Address Space */ 887 #define TSI148_LCSR_ITAT_AS_A32 (2<<4) /* A32 Address Space */ 960 #define TSI148_LCSR_LMAT_AS_A32 (2<<4) /* A32 */ 1302 #define TSI148_LCSR_DSAT_AMODE_A32 (2<<0) /* A32 */ 1339 #define TSI148_LCSR_DDAT_AMODE_A32 (2<<0) /* A32 */
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | spca501.c | 143 {0x0, 0x02, 0x0F}, /* A32 */ 153 {0x1, 0xf8, 0x0F}, /* A32 f8 */ 531 {0x1, 0x0000, 0x000f}, /* CCDSP YUV A32 */ 1658 {0x01, 0x00e4, 0x000f}, /* A32 */
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
H A D | defBF544.h | 588 #define A32 0xffc00 /* A32 in the Coefficient Matrix */ macro
|
H A D | defBF547.h | 565 #define A32 0xffc00 /* A32 in the Coefficient Matrix */ macro
|
Completed in 310 milliseconds