Home
last modified time | relevance | path

Searched refs:H (Results 1 – 9 of 9) sorted by relevance

/external/lib/mincrypt/
A Dsha256.c61 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()
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/
A Dhid_generic.c58 switch (pSetup->wValue.WB.H) { in HID_GetReport()
82 switch (pSetup->wValue.WB.H) { in HID_SetReport()
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/
A Dhid_keyboard.c104 switch (pSetup->wValue.WB.H) { in Keyboard_GetReport()
126 switch (pSetup->wValue.WB.H) { in Keyboard_SetReport()
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/
A Dhid_mouse.c114 switch (pSetup->wValue.WB.H) { in Mouse_GetReport()
136 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dhid_mouse.c115 switch (pSetup->wValue.WB.H) { in Mouse_GetReport()
137 switch (pSetup->wValue.WB.H) { in Mouse_SetReport()
/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S374 muls \rt2,\rt4 @ xhyh=H
378 bcc l\@_1 @ addition of the two cross terms can overflow, so add carry into H
381 adds \rt2,\rt3 @ H'
443 muls \rt2,\rt4 @ ¯xhyh=H
452 adds \rt2,\rt3 @ H'
/external/lib/lwip/netif/ppp/
A Dmd5.c75 #define H(x, y, z) ((x) ^ (y) ^ (z)) macro
94 {(a) += H ((b), (c), (d)) + (x) + (u32_t)(ac); \
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h80 uint8_t H; /**< upper byte */ member
/external/lib/heap/dlmalloc/
A Ddlmalloc.c3702 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 27 milliseconds