Function report | 
Source Code:lib\xarray.c | 
Create Date:2022-07-28 06:13:34 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:xas_set_range
Proto:static void xas_set_range(struct xa_state *xas, unsigned long first, unsigned long last)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xa_state * | xas | |
| unsigned long | first | |
| unsigned long | last | 
| 1512 | shift = 0 | 
| 1514 | offset = XA_CHUNK_MASK | 
| 1518 | When (first & XA_CHUNK_MASK) == 0 cycle | 
| 1519 | If sibs < XA_CHUNK_MASK Then Break | 
| 1521 | If sibs == XA_CHUNK_MASK && offset < XA_CHUNK_MASK Then Break | 
| 1524 | If offset == XA_CHUNK_MASK Then offset = sibs & XA_CHUNK_MASK | 
| 1530 | offset = first & XA_CHUNK_MASK | 
| 1531 | If offset + sibs > XA_CHUNK_MASK Then sibs = XA_CHUNK_MASK - offset | 
| Name | Describe | 
|---|---|
| xa_store_range | xa_store_range() - Store this entry at a range of indices in the XArray | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |