函数逻辑报告 |
Source Code:lib\sort.c |
Create Date:2022-07-27 07:16:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:swap_words_32 - swap two elements in 32-bit chunks*@a: pointer to the first element to swap*@b: pointer to the second element to swap*@n: element size (must be a multiple of 4)* Exchange the two objects in memory. This exploits base+index addressing,
函数原型:static void swap_words_32(void *a, void *b, size_t n)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | a | |
void * | b | |
size_t | n |
60 | 循环 |
名称 | 描述 |
---|---|
do_swap | The function pointer is last to make tail calls most efficient if the* compiler decides not to inline this function. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |