Home
last modified time | relevance | path

Searched refs:u4 (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDopensolaris_crc32.c44 typedef unsigned int u4; typedef
47 typedef unsigned long u4; typedef
50 typedef unsigned short u4; typedef
238 u4 endian;
272 register u4 c;
273 register const u4 FAR *buf4;
275 c = (u4)crc;
282 buf4 = (const u4 FAR *)(const void FAR *)buf;
312 register u4 c;
313 register const u4 FAR *buf4;
[all …]
/NextBSD/contrib/gcc/config/arm/
HDunaligned-funcs.c35 struct __attribute__((packed)) u4 { int data; }; struct
41 return ((struct u4 *) ptr)->data; in __aeabi_uread4()
47 ((struct u4 *) ptr)->data = data; in __aeabi_uwrite4()
/NextBSD/crypto/openssl/engines/ccgost/
HDgost89.h15 typedef unsigned int u4; typedef
17 typedef unsigned long u4; typedef
36 u4 k[8];
38 u4 k87[256], k65[256], k43[256], k21[256];
HDgost_keywrap.c27 u4 k, s1, s2; in keyDiversifyCryptoPro()
36 k = ((u4) outputKey[4 * j]) | (outputKey[4 * j + 1] << 8) | in keyDiversifyCryptoPro()
/NextBSD/include/apple/uuid/
HDuuid.h46 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
47 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
/NextBSD/usr.bin/hexdump/
HDdisplay.c121 u_int32_t u4; in print() local
197 bcopy(bp, &u4, sizeof(u4)); in print()
198 (void)printf(pr->fmt, (u_quad_t)u4); in print()
/NextBSD/contrib/gcc/
HDunwind-pe.h190 unsigned u4 __attribute__ ((mode (SI))); in read_encoded_value_with_base() member
237 result = u->u4; in read_encoded_value_with_base()
HDunwind-dw2.c95 unsigned u4 __attribute__ ((mode (SI))); member
122 read_4u (const void *p) { const union unaligned *up = p; return up->u4; } in read_4u()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfoV5.td805 (ins DoubleRegs:$Rss, u4Imm:$u4),
806 "$Rd = vasrhub($Rss, #$u4):"#!if(isSat, "sat", "raw"),
811 bits<4> u4;
818 let Inst{11-8} = u4;
829 : SInst <(outs IntRegs:$Rd), (ins DoubleRegs:$Rss, u4Imm:$u4),
830 "$Rd = vasrhub($Rss, #$u4):rnd:sat">, Requires<[HasV5T]>;
835 (ins DoubleRegs:$Rss, u4Imm:$u4),
836 "$Rdd = vasrh($Rss, #$u4):raw">,
840 bits<4> u4;
847 let Inst{11-8} = u4;
[all …]
HDHexagonInstrInfoVector.td159 def: Pat<(v4i16 (HexagonVSRAH V4I16:$Rs, u4ImmPred:$u4)),
160 (S2_asr_i_vh V4I16:$Rs, imm:$u4)>;
163 def: Pat<(v4i16 (HexagonVSRLH V4I16:$Rs, u4ImmPred:$u4)),
164 (S2_lsr_i_vh V4I16:$Rs, imm:$u4)>;
167 def: Pat<(v4i16 (HexagonVSHLH V4I16:$Rs, u4ImmPred:$u4)),
168 (S2_asl_i_vh V4I16:$Rs, imm:$u4)>;
HDHexagonInstrInfo.td5716 (ins IntRegs:$_dst_, IntRegs:$Rs, u4Imm:$u4, s6Imm:$S6),
5717 "$Rx = "#OpStr#"($Rs, #$u4, #$S6):raw",
5721 bits<4> u4;
5728 let Inst{21} = u4{3};
5731 let Inst{7-5} = u4{2-0};
5747 (ins IntRegs:$_dst_, IntRegs:$Rs, u4Imm:$u4, u5Imm:$u5),
5748 "$Rx = "#mnemonic#"($Rs, #$u4, #$u5)",
HDHexagonIntrinsics.td1220 // Rdd64=[vaslh/vasrh/vlsrh](Rss64,u4)
/NextBSD/lib/msun/src/
HDe_lgamma_r.c130 u4 = 2.28963728064692451092e-01, /* 0x3FCD4EAE, 0xF6010924 */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgamma_r()
/NextBSD/lib/msun/ld128/
HDe_lgammal_r.c114 u4 = 7.40090051288150177152835698948644483e+00L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+ in lgammal_r()
/NextBSD/lib/msun/ld80/
HDe_lgammal_r.c144 #define u4 (u4u.e) macro
325 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6)))))); in lgammal_r()
/NextBSD/sys/dev/isci/scil/
HDintel_sas.h864 } u4; member
HDscif_sas_smp_remote_device.c539 || discover_response->u4.sas2.negotiated_physical_link_rate == SCI_SATA_SPINUP_HOLD) in scif_sas_smp_remote_device_decode_initial_discover_response()
843 && discover_response->u4.sas2.negotiated_physical_link_rate != SCI_SATA_SPINUP_HOLD in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
/NextBSD/contrib/tcpdump/
HDprint-802_11.c2512 } u, u2, u3, u4; in print_radiotap_field() local
2570 rc = cpack_uint8(s, &u4.u8); in print_radiotap_field()
/NextBSD/contrib/ncurses/include/
HDCaps.aix4721 user4 u4 str u4 - - ----- User string #4
HDCaps.keys621 user4 u4 str u4 - - ----- User string #4
HDCaps619 user4 u4 str u4 - - ----- User string #4
HDCaps.osf1r5762 user4 u4 str u4 - - ----- User string #4
HDCaps.hpux11627 user4 u4 str u4 - - ----- User string #4
/NextBSD/lib/libz/
HDChangeLog253 - Use u4 type for crc_table to avoid conversion warnings
/NextBSD/contrib/gdb/gdb/
HDNEWS1631 (as available from jaguar.cs.utah.edu:/dist/pa-gas.u4.tar.Z).

12