Searched refs:rotate_left (Results 1 – 6 of 6) sorted by relevance
/external/f2fs-tools/fsck/ |
D | dict.c | 83 static void rotate_left(dnode_t *upper) in rotate_left() function 597 rotate_left(parent); in dict_insert() 623 rotate_left(grandpa); in dict_insert() 744 rotate_left(parent); in dict_delete() 764 rotate_left(parent); in dict_delete() 787 rotate_left(sister); in dict_delete()
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 89 static void rotate_left(dnode_t *upper) in rotate_left() function 621 rotate_left(parent); in dict_insert() 647 rotate_left(grandpa); in dict_insert() 769 rotate_left(parent); in dict_delete() 789 rotate_left(parent); in dict_delete() 812 rotate_left(sister); in dict_delete()
|
/external/skia/src/core/ |
D | SkMD5.cpp | 116 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function 123 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
|
/external/skqp/src/core/ |
D | SkMD5.cpp | 116 static inline uint32_t rotate_left(uint32_t x, uint8_t n) { in rotate_left() function 123 a = b + rotate_left(a + operation(b, c, d) + x + t, s); in operation()
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.cc | 126 static grpc_avl_node* rotate_left(const grpc_avl_vtable* vtable, void* key, in rotate_left() function 198 rotate_left(vtable, key, value, left, right, user_data)); in rebalance()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2705 int rotate_left = shift_amount == 0 ? 0 : 64 - shift_amount; \ in AssembleArchInstruction() 2707 Operand(63), Operand(static_cast<intptr_t>(rotate_left)), \ in AssembleArchInstruction() 2720 int rotate_left = shift_amount == 0 ? 0 : 64 - shift_amount; \ in AssembleArchInstruction() 2722 Operand(63), Operand(static_cast<intptr_t>(rotate_left)), \ in AssembleArchInstruction()
|