/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_disc_c_test.c | 266 .val_handle = 56, in TEST_CASE() 276 .val_handle = 56, in TEST_CASE() 290 .val_handle = 56, in TEST_CASE() 344 .val_handle = 56, in TEST_CASE() 358 .val_handle = 56, in TEST_CASE() 387 .val_handle = 56, in TEST_CASE() 393 .val_handle = 56, in TEST_CASE() 403 .val_handle = 56, in TEST_CASE() 415 .val_handle = 56, in TEST_CASE() 437 .val_handle = 56, in TEST_CASE() [all …]
|
/nrf52832-nimble/rt-thread/libcpu/nios/nios_ii/ |
H A D | context_gcc.S | 77 stw r23, 56(sp) 116 ldw r23, 56(sp) 158 stw r23, 56(sp) 198 ldw r23, 56(sp) 270 ldw r23, 56(sp)
|
H A D | vector.S | 44 ldw r13, 56(sp)
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | endian.c | 57 u8ptr[7] = (uint8_t)(x >> 56); in put_le64() 102 x |= (uint64_t)u8ptr[7] << 56; in get_le64() 135 u8ptr[0] = (uint8_t)(x >> 56); in put_be64() 180 x = (uint64_t)u8ptr[0] << 56; in get_be64()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | lconf.c | 522 -29, -29, -29, -29, 56, -29, -29, -29 662 11, -56, -56, -56, -56, -56, -56, -56, -56, -56, 663 -56, -56, -56, -56, -56, -56, -56, -56
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/polarssl/ |
H A D | des.h | 60 * \brief DES key schedule (56-bit, encryption) 68 * \brief DES key schedule (56-bit, decryption)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/polarssl/ |
H A D | des.h | 60 * \brief DES key schedule (56-bit, encryption) 68 * \brief DES key schedule (56-bit, decryption)
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | mppe.h | 56 #define MPPE_OPT_56 0x08 /* 56 bit */ 73 #define MPPE_M_BIT 0x80 /* 56-bit, not supported */ 160 * If we want to support 56-bit, the unit has to change to bits
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | mppe.h | 52 #define MPPE_OPT_56 0x08 /* 56 bit */ 69 #define MPPE_M_BIT 0x80 /* 56-bit, not supported */ 156 * If we want to support 56-bit, the unit has to change to bits
|
/nrf52832-nimble/rt-thread/libcpu/c-sky/ck802/ |
H A D | contex_ck802_gcc.S | 118 stw r15, (sp, 56) 148 ldw r15, (sp, 56)
|
/nrf52832-nimble/rt-thread/libcpu/v850/70f34/ |
H A D | context_iar.S | 82 sld.w 56[ep], r1 99 sld.w 56[ep], r1
|
H A D | context_iar.asm | 82 sld.w 56[ep], r1 99 sld.w 56[ep], r1
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/ |
H A D | sha1.c | 104 GET_ULONG_BE( W[14], data, 56 ); in sha1_process() 200 P( E, A, B, C, D, R(56) ); in sha1_process() 311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in sha1_finish()
|
H A D | md4.c | 104 GET_ULONG_LE( X[14], data, 56 ); in md4_process() 258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
|
H A D | md5.c | 103 GET_ULONG_LE( X[14], data, 56 ); in md5_process() 277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md5_finish()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/ |
H A D | sha1.c | 104 GET_ULONG_BE( W[14], data, 56 ); in sha1_process() 200 P( E, A, B, C, D, R(56) ); in sha1_process() 311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in sha1_finish()
|
H A D | md4.c | 104 GET_ULONG_LE( X[14], data, 56 ); in md4_process() 258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md4_finish()
|
H A D | md5.c | 103 GET_ULONG_LE( X[14], data, 56 ); in md5_process() 277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last ); in md5_finish()
|
/nrf52832-nimble/nordic/cmsis/include/ |
H A D | arm_common_tables.h | 92 #define ARMBITREVINDEXTABLE__64_TABLE_LENGTH ((uint16_t)56 ) 113 #define ARMBITREVINDEXTABLE_FIXED___64_TABLE_LENGTH ((uint16_t)56 )
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | endian.h | 32 ((((x) & 0xff00000000000000ull) >> 56) | \ 39 (((x) & 0x00000000000000ffull) << 56)))
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | md5.c | 191 /* pad out to 56 mod 64 */ in MD5Final() 192 padLen = (mdi < 56) ? (56 - mdi) : (120 - mdi); in MD5Final() 302 II ( b, c, d, a, in[ 1], S44, UL(2240044497)); /* 56 */ in Transform()
|
H A D | chpms.c | 241 /* in == 8-byte string (expanded version of the 56-bit key) 280 MakeKey( u_char *key, /* IN 56 bit DES key missing parity bits */ in MakeKey() 297 CHAPDEBUG(LOG_INFO, ("MakeKey: 56-bit input : %02X%02X%02X%02X%02X%02X%02X\n", in MakeKey()
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | context.h | 22 #define GPR15 56
|
/nrf52832-nimble/rt-thread/libcpu/arm/armv6/ |
H A D | armv6.h | 76 #define S_SP 56
|
/nrf52832-nimble/rt-thread/components/drivers/rtc/ |
H A D | README.md | 45 Fri Feb 16 01:11:56 2018
|