Home
last modified time | relevance | path

Searched full:24 (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Dtree.html75 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
76 …gleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="t…
78 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>apps/…
79 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>apps/…
80 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
81 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
82 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
83 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
84 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
85 …ode.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class…
[all …]
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h120 res[31:24] = val1[31:24] + val2[31:24]
126 r = __SSAT(((((int32_t)x << 24) >> 24) + (((int32_t)y << 24) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
127 s = __SSAT(((((int32_t)x << 16) >> 24) + (((int32_t)y << 16) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
128 t = __SSAT(((((int32_t)x << 8) >> 24) + (((int32_t)y << 8) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
129 u = __SSAT(((((int32_t)x) >> 24) + (((int32_t)y) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
131 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r))); in __QADD8()
149 res[31:24] = val1[31:24] + val2[31:24]
155 r = __IUSAT((((x << 24) >> 24) + ((y << 24) >> 24)), 8) & 0x000000FF; in __UQADD8()
156 s = __IUSAT((((x << 16) >> 24) + ((y << 16) >> 24)), 8) & 0x000000FF; in __UQADD8()
157 t = __IUSAT((((x << 8) >> 24) + ((y << 8) >> 24)), 8) & 0x000000FF; in __UQADD8()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dtrees.h57 {{ 72},{ 7}}, {{ 40},{ 7}}, {{104},{ 7}}, {{ 24},{ 7}}, {{ 88},{ 7}},
65 {{ 0},{ 5}}, {{16},{ 5}}, {{ 8},{ 5}}, {{24},{ 5}}, {{ 4},{ 5}},
88 23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
89 24, 24, 24, 24, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
109 23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
110 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
119 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 32, 40, 48, 56,
124 0, 1, 2, 3, 4, 6, 8, 12, 16, 24,
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dzdevice.c105 static char cmd[] = {24,24,24,24,24,24,24,24,24,24,0}; in zsend_can()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dendian.c41 u8ptr[3] = (uint8_t)(x >> 24); in put_le32()
53 u8ptr[3] = (uint8_t)(x >> 24); in put_le64()
83 x |= (uint32_t)u8ptr[3] << 24; in get_le32()
98 x |= (uint64_t)u8ptr[3] << 24; in get_le64()
123 u8ptr[0] = (uint8_t)(x >> 24); in put_be32()
139 u8ptr[4] = (uint8_t)(x >> 24); in put_be64()
165 x = (uint32_t)u8ptr[0] << 24; in get_be32()
184 x |= (uint64_t)u8ptr[4] << 24; in get_be64()
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dstackframe.h49 #define PT_R24 ((PT_R23) + LONGSIZE) /* 24 */
91 LONG_S $24, PT_R24(sp)
152 LONG_L $24, PT_LO(sp)
155 mtlo $24
156 LONG_L $24, PT_HI(sp)
159 mthi $24
164 LONG_L $24, PT_R24(sp)
H A Dmips_context.h82 sw $24, (24 * 4)(sp)
143 swc1 $f23,(0x04 * 24)(a0)
203 lwc1 $f23,(0x04 * 24)(a0)
242 lw $24, (24 * 4)(sp)
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dchap_ms.c121 #define MS_CHAP_LANMANRESP_LEN 24
122 #define MS_CHAP_NTRESP 24
123 #define MS_CHAP_NTRESP_LEN 24
132 #define MS_CHAP2_NTRESP 24
133 #define MS_CHAP2_NTRESP_LEN 24
155 static void ChallengeResponse (const u_char *, const u_char *, u_char[24]);
157 static void ChapMS_NT (const u_char *, const char *, int, u_char[24]);
159 u_char[24]);
161 (const char*, int, u_char[24], const u_char[16], const u_char *,
168 u_char NTResponse[24], const u_char PeerChallenge[16],
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dchap_ms.c121 #define MS_CHAP_LANMANRESP_LEN 24
122 #define MS_CHAP_NTRESP 24
123 #define MS_CHAP_NTRESP_LEN 24
132 #define MS_CHAP2_NTRESP 24
133 #define MS_CHAP2_NTRESP_LEN 24
155 static void ChallengeResponse (const u_char *, const u_char *, u_char[24]);
157 static void ChapMS_NT (const u_char *, const char *, int, u_char[24]);
159 u_char[24]);
161 (const char*, int, u_char[24], const u_char[16], const u_char *,
168 u_char NTResponse[24], const u_char PeerChallenge[16],
[all …]
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dhid.h129 #define HID_LogicalMinL(x) 0x17,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
132 #define HID_LogicalMaxL(x) 0x27,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
135 #define HID_PhysicalMinL(x) 0x37,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
138 #define HID_PhysicalMaxL(x) 0x47,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
142 #define HID_UnitL(x) 0x67,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
145 #define HID_ReportSizeL(x) 0x77,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
149 #define HID_ReportCountL(x) 0x97,(x&0xFF),((x>>8)&0xFF),((x>>16)&0xFF),((x>>24)&0xFF)
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Daes_encrypt.c64 return (((a) >> 24)|((a) << 8)); in rotword()
68 #define subword(a)(subbyte(a, 24)|subbyte(a, 16)|subbyte(a, 8)|subbyte(a, 0))
86 s->words[i] = (k[Nb*i]<<24) | (k[Nb*i+1]<<16) | in tc_aes128_set_encrypt_key()
103 s[0] ^= (uint8_t)(k[0] >> 24); s[1] ^= (uint8_t)(k[0] >> 16); in add_round_key()
105 s[4] ^= (uint8_t)(k[1] >> 24); s[5] ^= (uint8_t)(k[1] >> 16); in add_round_key()
107 s[8] ^= (uint8_t)(k[2] >> 24); s[9] ^= (uint8_t)(k[2] >> 16); in add_round_key()
109 s[12] ^= (uint8_t)(k[3] >> 24); s[13] ^= (uint8_t)(k[3] >> 16); in add_round_key()
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dtime.c33 #define SPD 24*60*60
111 if (t->tm_hour > 24) in mktime()
113 t->tm_mday += t->tm_hour / 24; in mktime()
114 t->tm_hour %= 24; in mktime()
163 i = 24; in mktime()
192 buf[24] = '\n'; in asctime_r()
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/
H A Dcontext_gcc.S68 stw r7, 24(sp)
107 ldw r7, 24(sp)
149 stw r7, 24(sp)
189 ldw r7, 24(sp)
261 ldw r7, 24(sp)
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dendian.h34 (((x) & 0x0000ff0000000000ull) >> 24) | \
37 (((x) & 0x0000000000ff0000ull) << 24) | \
44 ((((x) & 0xff000000) >> 24) | \
47 (((x) & 0x000000ff) << 24)))
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlconf.c407 11, 22, 22, 23, 22, 24, 22, 22, 24, 22,
412 11, 22, 22, 23, 22, 24, 22, 22, 24, 22,
495 11, -24, -24, -24, -24, -24, -24, -24, -24, -24,
496 -24, -24, -24, -24, -24, -24, -24, -24
736 17, 24, 10
1223 case 24:
1224 /* rule 24 can match eol */
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dqspi_core.c121 message.address.content = (ptr[1] << 24) | (ptr[2] << 16) | (ptr[3] << 8) | (ptr[4]); in rt_qspi_send_then_recv()
129 message.address.size = 24; in rt_qspi_send_then_recv()
203 message.address.content = (ptr[1] << 24) | (ptr[2] << 16) | (ptr[3] << 8) | (ptr[4]); in rt_qspi_send()
212 message.address.size = 24; in rt_qspi_send()
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/
H A Dsal_ipaddr.c94 * a.b (with b treated as 24 bits) in sal_ip4addr_aton()
137 val |= parts[0] << 24; in sal_ip4addr_aton()
149 val |= (parts[0] << 24) | (parts[1] << 16); in sal_ip4addr_aton()
161 val |= (parts[0] << 24) | (parts[1] << 16) | (parts[2] << 8); in sal_ip4addr_aton()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dx1000_aic.h47 #define AIC_FR_RFTH_LSB 24
76 #define AIC_CR_CHANNEL_LSB 24
77 #define AIC_CR_CHANNEL_MASK BITS_H2L(26, 24)
86 …ine AIC_CR_OSS(n) (((n) > 18 ? (n)/6 : (n)/9) << AIC_CR_OSS_LSB) /* n = 8, 16, 18, 20, 24 */
90 …ine AIC_CR_ISS(n) (((n) > 18 ? (n)/6 : (n)/9) << AIC_CR_ISS_LSB) /* n = 8, 16, 18, 20, 24 */
134 #define AIC_SR_RFL_LSB 24
188 #define AIC_I2SDIV_IDIV_MASK BITS_H2L(24, AIC_I2SDIV_IDIV_LSB)
357 SETREG32(AIC_CR, ((((n) - 1) << 24) & AIC_CR_CHANNEL_MASK)); \
477 /* n=8,16,18,20,24 */
/nrf52832-nimble/rt-thread/libcpu/risc-v/common/
H A Dcontext_gcc.S80 LOAD x24, 24 * REGBYTES(sp)
145 STORE x24, 24 * REGBYTES(sp)
197 LOAD x24, 24 * REGBYTES(sp)
264 LOAD x24, 24 * REGBYTES(sp)
/nrf52832-nimble/rt-thread/libcpu/arm/common/
H A Ddivsi3.S168 tst r1, r0, lsl #24
238 cmp r1, r0, lsl #24
281 cmp r1, r0, lsl #24
282 subhs r1, r1,r0, lsl #24
283 addhs r3, r3,r2, lsl #24
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_common_tables.h61 extern const q31_t twiddleCoef_16_q31[24];
70 extern const q15_t twiddleCoef_16_q15[24];
112 #define ARMBITREVINDEXTABLE_FIXED___32_TABLE_LENGTH ((uint16_t)24 )
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Ddef.h61 #define LWIP_MAKEU32(a,b,c,d) (((u32_t)((a) & 0xff) << 24) | \
107 #define PP_HTONL(x) ((((x) & 0x000000ffUL) << 24) | \
110 (((x) & 0xff000000UL) >> 24))
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Deap.h84 #define EAP_MAX_CHALLENGE_LENGTH 24
85 #define EAP_MIN_MAX_POWER_OF_TWO_CHALLENGE_LENGTH 3 /* 2^3-1 = 7, 17+7 = 24 */
132 #define EAP_MAX_CHALLENGE_LENGTH 24
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Deap.h84 #define EAP_MAX_CHALLENGE_LENGTH 24
85 #define EAP_MIN_MAX_POWER_OF_TWO_CHALLENGE_LENGTH 3 /* 2^3-1 = 7, 17+7 = 24 */
132 #define EAP_MAX_CHALLENGE_LENGTH 24
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dlowpan6_common.c75 …if ((ip6addr->addr[2] == lwip_ntohl(((mac_addr->addr[0] ^ 2) << 24) | (mac_addr->addr[1] << 16) | … in lowpan6_get_address_mode()
76 …(ip6addr->addr[3] == lwip_ntohl((mac_addr->addr[4] << 24) | (mac_addr->addr[5] << 16) | mac_addr->… in lowpan6_get_address_mode()
283 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers()
310 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers()
533 ip6hdr->src.addr[2] = lwip_htonl(((src->addr[0] ^ 2) << 24) | (src->addr[1] << 16) | in lowpan6_decompress_hdr()
535 ip6hdr->src.addr[3] = lwip_htonl((src->addr[4] << 24) | (src->addr[5] << 16) | in lowpan6_decompress_hdr()
592 …ip6hdr->src.addr[2] = lwip_htonl(((src->addr[0] ^ 2) << 24) | (src->addr[1] << 16) | (src->addr[2]… in lowpan6_decompress_hdr()
593 …ip6hdr->src.addr[3] = lwip_htonl((src->addr[4] << 24) | (src->addr[5] << 16) | (src->addr[6] << 8)… in lowpan6_decompress_hdr()
623 …ip6hdr->dest.addr[3] = lwip_htonl((lowpan6_buffer[lowpan6_offset] << 24) | (lowpan6_buffer[lowpan6… in lowpan6_decompress_hdr()
626 /* DAM = 10, copy 3 bytes (24bits) */ in lowpan6_decompress_hdr()
[all …]

12345678910>>...15