| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/mysys/ |
| mf_qsort.c | 54 #define MEDIAN(low, mid, high) \ 56 if (CMP(high,low) < 0) \ 57 SWAP(high, low, size, ptr_cmp); \ 58 if (CMP(mid, low) < 0) \ 59 SWAP(mid, low, size, ptr_cmp); \ 68 char *low,*high; member in struct:st_stack 71 #define PUSH(LOW,HIGH) {stack_ptr->low = LOW; stack_ptr++->high = HIGH;} 72 #define POP(LOW,HIGH) {LOW = (--stack_ptr)->low; HIGH = stack_ptr->high; 100 char *low, *high, *pivot; local [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/mysys/ |
| mf_qsort.c | 55 #define MEDIAN(low, mid, high) \ 57 if (CMP(high,low) < 0) \ 58 SWAP(high, low, size, ptr_cmp); \ 59 if (CMP(mid, low) < 0) \ 60 SWAP(mid, low, size, ptr_cmp); \ 69 char *low,*high; member in struct:st_stack 72 #define PUSH(LOW,HIGH) {stack_ptr->low = LOW; stack_ptr++->high = HIGH;} 73 #define POP(LOW,HIGH) {LOW = (--stack_ptr)->low; HIGH = stack_ptr->high; 101 char *low, *high, *pivot; local [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/mysys/ |
| mf_qsort.c | 55 #define MEDIAN(low, mid, high) \ 57 if (CMP(high,low) < 0) \ 58 SWAP(high, low, size, ptr_cmp); \ 59 if (CMP(mid, low) < 0) \ 60 SWAP(mid, low, size, ptr_cmp); \ 69 char *low,*high; member in struct:st_stack 72 #define PUSH(LOW,HIGH) {stack_ptr->low = LOW; stack_ptr++->high = HIGH;} 73 #define POP(LOW,HIGH) {LOW = (--stack_ptr)->low; HIGH = stack_ptr->high; 101 char *low, *high, *pivot; local [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/mysys/ |
| mf_qsort.c | 54 #define MEDIAN(low, mid, high) \ 56 if (CMP(high,low) < 0) \ 57 SWAP(high, low, size, ptr_cmp); \ 58 if (CMP(mid, low) < 0) \ 59 SWAP(mid, low, size, ptr_cmp); \ 68 char *low,*high; member in struct:st_stack 71 #define PUSH(LOW,HIGH) {stack_ptr->low = LOW; stack_ptr++->high = HIGH;} 72 #define POP(LOW,HIGH) {LOW = (--stack_ptr)->low; HIGH = stack_ptr->high; 100 char *low, *high, *pivot; local [all...] |
| /webstack/php-experiment/php-5.2.9RC3/win32/ |
| flock.c | 58 DWORD low = 1, high = 0; local 64 UnlockFileEx(hdl, 0, low, high, &offset); 69 0, low, high, &offset)) 74 0, low, high, &offset))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/win32/ |
| flock.c | 58 DWORD low = 1, high = 0; local 64 UnlockFileEx(hdl, 0, low, high, &offset); 69 0, low, high, &offset)) 74 0, low, high, &offset))
|
| /webstack/webstack/trunk/src/php-5.2.0/win32/ |
| flock.c | 58 DWORD low = 1, high = 0; local 64 UnlockFileEx(hdl, 0, low, high, &offset); 69 0, low, high, &offset)) 74 0, low, high, &offset))
|
| /webstack/webstack/trunk/src/php-5.2.4/win32/ |
| flock.c | 58 DWORD low = 1, high = 0; local 64 UnlockFileEx(hdl, 0, low, high, &offset); 69 0, low, high, &offset)) 74 0, low, high, &offset))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/innobase/include/ |
| ut0byte.ic | 17 ulint low) /* in: low-order 32 bits */ 22 ut_ad(low <= 0xFFFFFFFF); 25 res.low = low; 43 Gets the low-order 32 bits of a dulint. */ 51 return(d.low); 64 return((ib_longlong)d.low 77 if ((a.low == 0) && (a.high == 0)) { 100 } else if (a.low > b.low) [all...] |
| ut0byte.h | 23 ulint low; /* least significant 32 bits */ member in struct:dulint_struct 40 ulint low); /* in: low-order 32 bits */ 50 Gets the low-order 32 bits of a dulint. */ 155 if ((D).low == 0xFFFFFFFFUL) {\ 157 (D).low = 0;\ 159 (D).low = (D).low + 1;\ 164 #define UT_DULINT_EQ(D1, D2) (((D1).low == (D2).low)\ [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/innobase/include/ |
| ut0byte.ic | 17 ulint low) /* in: low-order 32 bits */ 22 ut_ad(low <= 0xFFFFFFFF); 25 res.low = low; 43 Gets the low-order 32 bits of a dulint. */ 51 return(d.low); 64 return((ib_longlong)d.low 77 if ((a.low == 0) && (a.high == 0)) { 100 } else if (a.low > b.low) [all...] |
| ut0byte.h | 23 ulint low; /* least significant 32 bits */ member in struct:dulint_struct 40 ulint low); /* in: low-order 32 bits */ 50 Gets the low-order 32 bits of a dulint. */ 155 if ((D).low == 0xFFFFFFFFUL) {\ 157 (D).low = 0;\ 159 (D).low = (D).low + 1;\ 164 #define UT_DULINT_EQ(D1, D2) (((D1).low == (D2).low)\ [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/innobase/include/ |
| ut0byte.ic | 17 ulint low) /* in: low-order 32 bits */ 22 ut_ad(low <= 0xFFFFFFFF); 25 res.low = low; 43 Gets the low-order 32 bits of a dulint. */ 51 return(d.low); 64 return((ib_longlong)d.low 77 if ((a.low == 0) && (a.high == 0)) { 100 } else if (a.low > b.low) [all...] |
| ut0byte.h | 23 ulint low; /* least significant 32 bits */ member in struct:dulint_struct 40 ulint low); /* in: low-order 32 bits */ 50 Gets the low-order 32 bits of a dulint. */ 155 if ((D).low == 0xFFFFFFFFUL) {\ 157 (D).low = 0;\ 159 (D).low = (D).low + 1;\ 164 #define UT_DULINT_EQ(D1, D2) (((D1).low == (D2).low)\ [all...] |
| /webstack/webstack/trunk/src/mysql-5.0.45/innobase/include/ |
| ut0byte.ic | 17 ulint low) /* in: low-order 32 bits */ 22 ut_ad(low <= 0xFFFFFFFF); 25 res.low = low; 43 Gets the low-order 32 bits of a dulint. */ 51 return(d.low); 64 return((ib_longlong)d.low 77 if ((a.low == 0) && (a.high == 0)) { 100 } else if (a.low > b.low) [all...] |
| ut0byte.h | 23 ulint low; /* least significant 32 bits */ member in struct:dulint_struct 40 ulint low); /* in: low-order 32 bits */ 50 Gets the low-order 32 bits of a dulint. */ 155 if ((D).low == 0xFFFFFFFFUL) {\ 157 (D).low = 0;\ 159 (D).low = (D).low + 1;\ 164 #define UT_DULINT_EQ(D1, D2) (((D1).low == (D2).low)\ [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/innobase/ut/ |
| ut0byte.c | 26 ut_dulint_sort(dulint* arr, dulint* aux_arr, ulint low, ulint high) 29 UT_SORT_FUNCTION_BODY(ut_dulint_sort, arr, aux_arr, low, high,
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/innobase/ut/ |
| ut0byte.c | 26 ut_dulint_sort(dulint* arr, dulint* aux_arr, ulint low, ulint high) 29 UT_SORT_FUNCTION_BODY(ut_dulint_sort, arr, aux_arr, low, high,
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/innobase/ut/ |
| ut0byte.c | 26 ut_dulint_sort(dulint* arr, dulint* aux_arr, ulint low, ulint high) 29 UT_SORT_FUNCTION_BODY(ut_dulint_sort, arr, aux_arr, low, high,
|
| /webstack/webstack/trunk/src/mysql-5.0.45/innobase/ut/ |
| ut0byte.c | 26 ut_dulint_sort(dulint* arr, dulint* aux_arr, ulint low, ulint high) 29 UT_SORT_FUNCTION_BODY(ut_dulint_sort, arr, aux_arr, low, high,
|
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/os_windows/ |
| os_flock.c | 26 DWORD low, high; local 38 low = (DWORD)offset; 44 !LockFile(fhp->handle, low, high, 1, 0), ret); 47 over.Offset = low; 57 !LockFile(fhp->handle, low, high, 1, 0), 66 !UnlockFile(fhp->handle, low, high, 1, 0), ret);
|
| /webstack/webstack/trunk/src/db-4.5.20/os_windows/ |
| os_flock.c | 26 DWORD low, high; local 38 low = (DWORD)offset; 44 !LockFile(fhp->handle, low, high, 1, 0), ret); 47 over.Offset = low; 57 !LockFile(fhp->handle, low, high, 1, 0), 66 !UnlockFile(fhp->handle, low, high, 1, 0), ret);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/common/ |
| db_idspace.c | 50 int i, low; local 68 low = 0; 73 low = i; 83 *minp = inuse[low]; 84 *maxp = inuse[low + 1] - 1;
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/common/ |
| db_idspace.c | 57 int i, low; local 75 low = 0; 80 low = i; 90 *minp = inuse[low]; 91 *maxp = inuse[low + 1];
|
| /webstack/webstack/trunk/src/db-4.5.20/common/ |
| db_idspace.c | 50 int i, low; local 68 low = 0; 73 low = i; 83 *minp = inuse[low]; 84 *maxp = inuse[low + 1] - 1;
|