HomeSort by: relevance | last modified time | path
    Searched refs:u4 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unaligned-funcs.c 30 struct __attribute__((packed)) u4 { int data; }; struct
36 return ((struct u4 *) ptr)->data;
42 ((struct u4 *) ptr)->data = data;
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unaligned-funcs.c 30 struct __attribute__((packed)) u4 { int data; }; struct
36 return ((struct u4 *) ptr)->data;
42 ((struct u4 *) ptr)->data = data;
  /src/sys/lib/libkern/
crc32.c 22 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;
  /src/external/cddl/osnet/dist/uts/common/zmod/
crc32.c 44 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...]
  /src/share/doc/usd/01.begin/
Makefile 5 SRCS= u.mac u0 u1 u2 u3 u4 u5
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 133 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)
184 aprint_normal("found cascaded U3/U4 HT PIC at %08x, IRQ %d\n"
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-pe.h 194 unsigned u4 __attribute__ ((mode (SI)));
241 result = u->u4;
193 unsigned u4 __attribute__ ((mode (SI))); member in union:unaligned
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-pe.h 192 unsigned u4 __attribute__ ((mode (SI)));
239 result = u->u4;
191 unsigned u4 __attribute__ ((mode (SI))); member in union:unaligned
  /src/usr.bin/hexdump/
display.c 132 uint32_t u4; local
201 memmove(&u4, bp, sizeof(u4));
202 (void)printf(pr->fmt, (uint64_t)u4);
  /src/external/bsd/unbound/dist/testcode/
unitldns.c 246 char* u4 = "aaaaa"; /* garbage */ local
278 result = sldns_b64url_pton(u4, strlen(u4), (uint8_t*)target, tarsize);
  /src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.cc 53 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_skip = in->readUnsigned ()
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc 53 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_skip = in->readUnsigned ()
    [all...]
  /src/tests/lib/libprop/
t_proplib.c 342 prop_number_t s1, s2, u1, u2, u3, u4; local
377 u4 = prop_number_create_unsigned(INTMAX_MAX);
378 ATF_REQUIRE(u4 != NULL);
379 ATF_REQUIRE(u4 != s1);
380 ATF_REQUIRE(prop_number_equals_signed(u4, INTMAX_MAX) == true);
381 ATF_REQUIRE(prop_number_equals_unsigned(u4, INTMAX_MAX) == true);
389 prop_object_release(u4);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-template.c 390 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];
check-gen.c 1539 COMPARE_INTEGER(aa->b3->val+i, ab->b3->val+i, u4);
1657 b3val[3].u4 = 1LL<<32;
1696 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u4);
1753 inner.u4 = u[4]; inner.u5 = u[5]; inner.u6 = u[6]; inner.u7 = u[7];
  /src/external/gpl3/binutils/dist/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon10636
  /src/external/gpl3/binutils.old/dist/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon12100
  /src/external/gpl3/gdb.old/dist/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon21488
  /src/external/gpl3/gdb/dist/include/opcode/
crx.h 37 u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, enumerator in enum:__anon1076
  /src/lib/libm/src/
e_lgamma_r.c 128 u4 = 2.28963728064692451092e-01, /* 0x3FCD4EAE, 0xF6010924 */ variable
265 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
e_lgammaf_r.c 64 u4 = 2.2896373272e-01, /* 0x3e6a7578 */ variable
201 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h 406 #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 \
  /src/lib/libm/ld128/
e_lgammal_r.c 111 u4 = 7.40090051288150177152835698948644483e+00L, variable
289 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
  /src/lib/libm/ld80/
e_lgammal_r.c 137 #define u4 (u4u.extu_ld) macro
319 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
  /src/tests/usr.bin/xlint/lint1/
msg_132.c 45 unsigned u4:4; member in struct:bit_fields

Completed in 100 milliseconds

1 2