Searched refs:u4 (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunaligned-funcs.c30 struct __attribute__((packed)) u4 { int data; }; struct
36 return ((struct u4 *) ptr)->data;
42 ((struct u4 *) ptr)->data = data;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunaligned-funcs.c30 struct __attribute__((packed)) u4 { int data; }; struct
36 return ((struct u4 *) ptr)->data;
42 ((struct u4 *) ptr)->data = data;
/netbsd-current/sys/lib/libkern/
H A Dcrc32.c22 typedef uint32_t u4; typedef
44 register u4 c;
45 register const u4 *buf4;
49 c = (u4)crc;
56 buf4 = (const u4 *)(const void *)buf;
85 register u4 c;
86 register const u4 *buf4;
90 c = REV((u4)crc);
97 buf4 = (const u4 *)(const void *)buf;
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dcrc32.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 FA
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dleb128_unittest.cc45 static unsigned char u4[] = { 127 }; // 127 local
67 CHECK(read_unsigned_LEB_128(u4, &len) == 127 && len == sizeof(u4));
/netbsd-current/share/doc/usd/01.begin/
H A DMakefile5 SRCS= u.mac u0 u1 u2 u3 u4 u5
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/crx/
H A Dlist_insn.d33 26: 5d 32 14 10 loadma r13, {u2,u4,u12}
H A Dlist_insn.s38 loadma r13, {u12, u4, u2}
/netbsd-current/sys/arch/macppc/macppc/
H A Dpic_u3_ht.c133 int u4, pic, irq = -1; local
139 u4 = OF_finddevice("/u4");
140 if (u4 == -1) {
142 u4 = OF_finddevice("/u3");
143 if (u4 == -1)
148 if (! of_compatible(u4, u3_compat))
151 pic = OF_child(u4);
158 if (OF_getprop(u4, "reg", reg, sizeof(reg)) != 8)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-pe.h192 unsigned u4 __attribute__ ((mode (SI)));
239 result = u->u4;
191 unsigned u4 __attribute__ ((mode (SI))); member in union:unaligned
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-pe.h192 unsigned u4 __attribute__ ((mode (SI)));
239 result = u->u4;
191 unsigned u4 __attribute__ ((mode (SI))); member in union:unaligned
/netbsd-current/usr.bin/hexdump/
H A Ddisplay.c132 uint32_t u4; local
201 memmove(&u4, bp, sizeof(u4));
202 (void)printf(pr->fmt, (uint64_t)u4);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitldns.c238 char* u4 = "aaaaa"; /* garbage */ local
270 result = sldns_b64url_pton(u4, strlen(u4), (uint8_t*)target, tarsize);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc53 typedef unsigned int u4; typedef
670 u4
674 u4 val = (bp[0] << 24) | (bp[1] << 16) | (bp[2] << 8) | bp[3];
807 u4 bytes = in.readUnsigned ();
813 u4 bytes = in.readUnsigned ();
826 u4 high_bytes = in.readUnsigned ();
827 u4 low_bytes = in.readUnsigned ();
1029 u4 c_magic = input->readUnsigned ();
1177 /* u4 i1 = */ in->readUnsigned ();
1185 u4 default_ski
[all...]
/netbsd-current/tests/lib/libprop/
H A Dt_proplib.c288 prop_number_t s1, s2, u1, u2, u3, u4; local
323 u4 = prop_number_create_unsigned(INTMAX_MAX);
324 ATF_REQUIRE(u4 != NULL);
325 ATF_REQUIRE(u4 != s1);
326 ATF_REQUIRE(prop_number_equals_signed(u4, INTMAX_MAX) == true);
327 ATF_REQUIRE(prop_number_equals_unsigned(u4, INTMAX_MAX) == true);
335 prop_object_release(u4);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-template.c390 b3val[3].u4 = 1LL<<32;
428 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u4);
485 inner.u4 = u[4]; inner.u5 = u[5]; inner.u6 = u[6]; inner.u7 = u[7];
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dcrx.h37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon915
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dcrx.h37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon2121
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dcrx.h37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon2064
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dcrx.h37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon1484
/netbsd-current/lib/libm/src/
H A De_lgammaf_r.c64 u4 = 2.2896373272e-01, /* 0x3e6a7578 */ variable
201 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
H A De_lgamma_r.c128 u4 = 2.28963728064692451092e-01, /* 0x3FCD4EAE, 0xF6010924 */ variable
265 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
H A Dpd.h406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \
408 | (trans) << 11 | (phy) << 10 | (ele) << 9 | (u4) << 8 \
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/
H A DMakefile.am243 crypto_stream/salsa20/xmm6int/u4.h
258 crypto_stream/chacha20/dolbeau/u4.h
282 crypto_stream/salsa20/xmm6int/u4.h \
/netbsd-current/lib/libm/ld128/
H A De_lgammal_r.c111 u4 = 7.40090051288150177152835698948644483e+00L, variable
288 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+

Completed in 408 milliseconds

12