HomeSort by: relevance | last modified time | path
    Searched defs:u32 (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_381.c 9 unsigned int u32; variable in typeref:typename:unsigned int
26 u32 = -1.0;
27 u32 = -0.0;
28 u32 = 0.0;
30 u32 = 3.141;
31 u32 = 4294967295.0;
33 u32 = 4294967296.0;
msg_222.c 14 unsigned int u32; variable in typeref:typename:unsigned int
23 u32 = !-8;
24 u32 = ~-8;
26 u32 = +-8;
27 u32 = - -8;
30 u32 = u32 * -8;
32 u32 = -8 * u32;
34 u32 = u32 / -8
    [all...]
msg_132_lp64.c 11 u32_t u32; variable in typeref:typename:u32_t
25 u32 = ptr + 3 - ptr;
msg_218.c 11 unsigned int u32; variable in typeref:typename:unsigned int
44 cond = u32 < 3000000000L;
47 cond = 3000000000L < u32;
expr.c 11 unsigned u32: 32; member in struct:bit_fields
20 return bits.u32 < ul ? bits.u32 : ul;
msg_309.c 15 u32_t u32; variable in typeref:typename:u32_t
platform_ilp32_int.c 13 unsigned int u32; variable in typeref:typename:unsigned int
27 u32 = ul32;
28 ul32 = u32;
platform_ilp32_long.c 17 unsigned int u32; variable in typeref:typename:unsigned int
36 u32 = ul32;
37 ul32 = u32;
msg_117.c 13 unsigned u32; variable in typeref:typename:unsigned
37 u32 = u8 << 0;
38 u32 = u8 << 23;
40 u32 = u8 << 24;
41 u32 = u8 << 31;
43 u32 = u8 << 32;
47 u32 = s32 << 0;
48 u32 = s32 << 23;
49 u32 = s32 << 24;
50 u32 = s32 << 31
    [all...]
gcc_attribute_aligned.c 80 unsigned u32 __attribute__((__aligned__(32))); member in struct:alignment_larger_than_size::s
platform_lp64.c 13 unsigned int u32; variable in typeref:typename:unsigned int
26 u32 = ul32;
27 ul32 = u32;
45 u32 = u128;
  /src/tests/lib/libbluetooth/
t_sdp_get.c 161 uuid_t u32 = { local in function:ATF_TC_BODY
188 ATF_CHECK(uuid_equal(&value, &u32, NULL));
t_sdp_put.c 124 const uuid_t u32 = { local in function:ATF_TC_BODY
142 ATF_REQUIRE(sdp_put_uuid(&test, &u32));
  /src/sys/arch/xen/include/
hypervisor.h 84 #define u32 uint32_t macro
124 #undef u32
  /src/sys/kern/
kern_ctf.c 156 uint32_t *u32 = (uint32_t *) ctfaddr; local in function:mod_ctf_get
165 sz = u32[CTF_HDR_STRTAB_U32] + u32[CTF_HDR_STRLEN_U32] +
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 385 uint32_t u32; local in function:do_lst
395 ret = copyin(dear, &u32, sizeof(u32));
403 u32 = tf->tf_fixreg[rs];
405 u32 = bswap32(u32);
406 ret = copyout(&u32, dear, sizeof(u32));
419 bswap32(u32) : u32;
460 uint32_t u32; local in function:do_lstmw
    [all...]
  /src/sys/sys/
epoll.h 69 uint32_t u32; member in union:epoll_data
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 204 typedef unsigned int u32; typedef in typeref:typename:unsigned int
  /src/lib/libc/resolv/
res_init.c 761 uint32_t u32; local in function:res_rndinit
766 u32 = (uint32_t)now.tv_sec;
767 memcpy(rnd, &u32, 4);
768 u32 = now.tv_usec;
769 memcpy(rnd + 4, &u32, 4);
770 u32 += (uint32_t)now.tv_sec;
771 memcpy(rnd + 8, &u32, 4);
  /src/sys/external/bsd/common/include/linux/
types.h 41 typedef uint32_t u32; typedef in typeref:typename:uint32_t
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 333 uint32_t low1, low2, u32; local in function:ar5210GetTsf64
337 u32 = OS_REG_READ(ah, AR_TSF_U32);
344 * L32, U32, U32, then comparing the last two reads
350 u32++;
352 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
  /src/sys/dev/ic/
apple_smc.c 374 union { uint32_t u32; char name[4]; } index_be;
389 index_be.u32 = htobe32(index);
370 union { uint32_t u32; char name[4]; } index_be; member in union:apple_smc_nth_key::__anonb8b0f969010a
  /src/usr.bin/gzip/
unxz.c 180 uint32_t u32[IO_BUFFER_SIZE / sizeof(uint32_t)]; member in union:__anonac58d80c010a
314 if (buf.u32[i] != 0)
325 } while (i >= 0 && buf.u32[i] == 0);
  /src/sbin/iscsid/
iscsid_discover.c 109 uint32_t u32; local in function:get_isns_target_info
178 u32 = ntohl(*((uint32_t *) data_p));
179 if (!(u32 & 1)) {
180 DEB(10,("iSNS Query returned bad type (type=%x, should be 1)", u32));
270 u32 = ntohl(*((uint32_t *) data_p));
271 if (u32 & 0xffff0000) {
273 "should be 0)", u32 >> 16));
277 addr.port = (uint16_t) u32;
288 u32 = ntohl(*((uint32_t *) data_p));
289 addr.group_tag = (uint16_t) u32;
372 uint32_t u32; local in function:register_isns_server
438 uint32_t *u32 = (uint32_t *)(void *)isns->reg_ip_addr; local in function:get_registration_info
578 uint32_t u32; local in function:update_isns_server_info
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 151 typedef uint32_t u32; typedef in typeref:typename:uint32_t
191 extern u16 ixgbe_read_pci_cfg(struct ixgbe_hw *, u32);
194 extern void ixgbe_write_pci_cfg(struct ixgbe_hw *, u32, u16);
199 extern u32 ixgbe_read_reg(struct ixgbe_hw *, u32);
202 extern void ixgbe_write_reg(struct ixgbe_hw *, u32, u32);
205 extern u32 ixgbe_read_reg_array(struct ixgbe_hw *, u32, u32);
    [all...]

Completed in 27 milliseconds

1 2