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

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 22 char16_t u16 = -1; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 22 char16_t u16 = -1; variable
  /src/crypto/external/bsd/openssh/dist/
rijndael.h 38 typedef unsigned short u16; typedef
  /src/crypto/external/apache2/openssl/dist/test/
byteorder_test.c 13 uint16_t u16; local
18 restin = OPENSSL_load_u16_le(&u16, in);
19 restout = OPENSSL_store_u16_le(out, u16);
20 if (!TEST_true(u16 == 0x0100U
24 TEST_info("Failed byteorder.h u16 LE load/store");
29 restin = OPENSSL_load_u16_be(&u16, in);
30 restout = OPENSSL_store_u16_be(out, u16);
31 if (!TEST_true(u16 == 0x0001U
35 TEST_info("Failed byteorder.h u16 BE load/store");
  /src/tests/usr.bin/xlint/lint1/
msg_309.c 14 u16_t u16; variable
82 u16 &= (u16_t)~0x0600;
84 u16 = u16 & (u16_t)~0x0600;
86 u16 = (u16_t)(u16 & (u16_t)~0x0600);
msg_117.c 11 unsigned short u16; variable
  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_local.h 42 typedef unsigned short u16; typedef
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_local.h 33 typedef unsigned short u16; typedef
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_local.h 33 typedef unsigned short u16; typedef
  /src/external/bsd/liblzf/dist/
lzfP.h 130 typedef uint16_t u16; typedef
  /src/sys/arch/ews4800mips/stand/common/
device_test.c 112 volatile uint16_t u16; local
131 if ((u16 = *(volatile uint16_t *)(SCP_ADDR + 6)) == 0)
141 u16 = *(uint16_t *)(SCP_ADDR + 4);
142 printf("SCP_ADDR+4=0x%x\n", u16);
143 if ((u16 & 0x103c) != 0) {
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
sync-libfuncs.c 29 typedef short unsigned int u16; typedef
117 ATOMIC_LOAD (u16, 2)
145 ATOMIC_STORE (u16, 2)
177 FETCH_AND_OP (add, , +, u16, 2)
178 FETCH_AND_OP (sub, , -, u16, 2)
179 FETCH_AND_OP (or, , |, u16, 2)
180 FETCH_AND_OP (and, , &, u16, 2)
181 FETCH_AND_OP (xor, , ^, u16, 2)
182 FETCH_AND_OP (nand, ~, &, u16, 2)
220 OP_AND_FETCH (add, , +, u16, 2
    [all...]
linux-atomic.c 34 typedef short unsigned int u16; typedef
146 ATOMIC_LOAD (u16, 2)
172 FETCH_AND_OP_2 (add, , +, u16, 2, 1)
173 FETCH_AND_OP_2 (sub, , -, u16, 2, 1)
174 FETCH_AND_OP_2 (or, , |, u16, 2, 1)
175 FETCH_AND_OP_2 (and, , &, u16, 2, 1)
176 FETCH_AND_OP_2 (xor, , ^, u16, 2, 1)
177 FETCH_AND_OP_2 (nand, ~, &, u16, 2, 1)
209 OP_AND_FETCH_2 (add, , +, u16, 2, 1)
210 OP_AND_FETCH_2 (sub, , -, u16, 2, 1
    [all...]
  /src/sys/arch/xen/include/
hypervisor.h 83 #define u16 uint16_t macro
123 #undef u16 macro
  /src/external/bsd/dhcpcd/dist/src/
duid.c 128 uint16_t u16; local
136 u16 = htons(type);
137 memcpy(p, &u16, sizeof(u16));
138 p += sizeof(u16);
139 u16 = htons(ifp->hwtype);
140 memcpy(p, &u16, sizeof(u16));
141 p += sizeof(u16);
  /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
atomic.c 228 #define u16 unsigned short macro
263 __atomic_subword_cmpxchg (u16, 2)
284 __sync_subword_cmpxchg (u16, 2)
323 __atomic_subword_fetch (u16, fetch_add_2, oldval + i, oldval)
324 __atomic_subword_fetch (u16, fetch_sub_2, oldval - i, oldval)
325 __atomic_subword_fetch (u16, fetch_or_2, oldval | i, oldval)
326 __atomic_subword_fetch (u16, fetch_and_2, oldval & i, oldval)
327 __atomic_subword_fetch (u16, fetch_xor_2, oldval ^ i, oldval)
328 __atomic_subword_fetch (u16, fetch_nand_2, ~(oldval & i), oldval)
337 __atomic_subword_fetch (u16, add_fetch_2, oldval + i, val
    [all...]
  /src/tests/lib/libbluetooth/
t_sdp_get.c 153 uuid_t u16 = { local
185 ATF_CHECK(uuid_equal(&value, &u16, NULL));
t_sdp_put.c 116 const uuid_t u16 = { local
141 ATF_REQUIRE(sdp_put_uuid(&test, &u16));
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
pgpsum.c 164 } u16; typedef in typeref:union:__anon1083
175 u16 u;
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
linux-atomic.c 34 typedef short unsigned int u16; typedef
141 FETCH_AND_OP_2 (add, , +, u16, 2, 1)
142 FETCH_AND_OP_2 (sub, , -, u16, 2, 1)
143 FETCH_AND_OP_2 (or, , |, u16, 2, 1)
144 FETCH_AND_OP_2 (and, , &, u16, 2, 1)
145 FETCH_AND_OP_2 (xor, , ^, u16, 2, 1)
146 FETCH_AND_OP_2 (nand, ~, &, u16, 2, 1)
178 OP_AND_FETCH_2 (add, , +, u16, 2, 1)
179 OP_AND_FETCH_2 (sub, , -, u16, 2, 1)
180 OP_AND_FETCH_2 (or, , |, u16, 2, 1
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 96 typedef unsigned short u16; typedef
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 369 #define SIGN_EXT(u16, algebra) \
370 ((u16) | (((algebra) && (u16) >= 0x8000) ? 0xffff0000 : 0))
386 uint16_t u16; local
393 ret = copyin(dear, &u16, sizeof(u16));
398 u16 = (uint16_t)tf->tf_fixreg[rs];
400 u16 = bswap16(u16);
401 ret = copyout(&u16, dear, sizeof(u16))
    [all...]
  /src/sys/external/bsd/common/include/linux/
types.h 40 typedef uint16_t u16; typedef
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_blit.c 84 VMW_FIND_FIRST_DIFF(u16); variable
85 VMW_FIND_LAST_DIFF(u16); variable
166 VMW_TRY_FIND_FIRST_DIFF(u16);
234 VMW_TRY_FIND_LAST_DIFF(u16);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.c 107 static uint8_t *_write_big16(uint8_t *ptr, const uint16_t u16)
109 *ptr++ = (uint8_t)((u16 >> 8) & 0xFF);
110 *ptr++ = (uint8_t)( u16 & 0xFF);
114 void put_uint16(const uint16_t u16, uint8_t **const ptr)
116 *ptr = _write_big16(*ptr, u16);
121 uint16_t u16 = 0; local
122 u16 |= ((uint16_t)*ptr++) << 8;
123 u16 |= ((uint16_t)*ptr++);
125 return u16;
264 void put_tlv_uint16(const uint16_t type, const uint16_t u16, uint8_t **const ptr, const uint8_t *const limit
    [all...]

Completed in 102 milliseconds

1 2 3