Searched refs:H (Results 1 – 10 of 10) sorted by relevance
/lk-master/external/lib/mincrypt/ |
A D | sha256.c | 61 uint32_t A, B, C, D, E, F, G, H; in SHA256_Transform() local 86 H = ctx->state[7]; in SHA256_Transform() 94 uint32_t t1 = H + s1 + ch + K[t] + W[t]; in SHA256_Transform() 96 H = G; in SHA256_Transform() 113 ctx->state[7] += H; in SHA256_Transform()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/ |
A D | hid_generic.c | 58 switch (pSetup->wValue.WB.H) { in HID_GetReport() 82 switch (pSetup->wValue.WB.H) { in HID_SetReport()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/ |
A D | hid_keyboard.c | 104 switch (pSetup->wValue.WB.H) { in Keyboard_GetReport() 126 switch (pSetup->wValue.WB.H) { in Keyboard_SetReport()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
A D | hid_mouse.c | 115 switch (pSetup->wValue.WB.H) { in Mouse_GetReport() 137 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/ |
A D | hid_mouse.c | 114 switch (pSetup->wValue.WB.H) { in Mouse_GetReport() 136 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
|
/lk-master/make/ |
A D | macros.mk | 21 LC = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst F,f,$(subst G,g,$(subst H,… 22 …t b,B,$(subst c,C,$(subst d,D,$(subst e,E,$(subst f,F,$(subst g,G,$(subst h,H,$(subst i,I,$(subst …
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 376 muls \rt2,\rt4 @ xhyh=H 380 bcc l\@_1 @ addition of the two cross terms can overflow, so add carry into H 383 adds \rt2,\rt3 @ H' 445 muls \rt2,\rt4 @ ¯xhyh=H 454 adds \rt2,\rt3 @ H'
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | md5.c | 75 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro 94 {(a) += H ((b), (c), (d)) + (x) + (u32_t)(ac); \
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/ |
A D | usbd.h | 80 uint8_t H; /**< upper byte */ member
|
/lk-master/external/lib/heap/dlmalloc/ |
A D | dlmalloc.c | 3702 tbinptr* H;\ 3705 H = treebin_at(M, I);\ 3710 *H = X;\ 3711 X->parent = (tchunkptr)H;\ 3715 tchunkptr T = *H;\ 3800 tbinptr* H = treebin_at(M, X->index);\ 3801 if (X == *H) {\ 3802 if ((*H = R) == 0) \
|
Completed in 23 milliseconds