| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| midl.c | 220 #define MIDL_SWAP(a,b) { itmp=(a); (a)=(b); (b)=itmp; } 228 MDB_ID a, itmp; local
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
| nouveau_nvkm_subdev_instmem_base.c | 160 struct nvkm_instobj *iobj, *itmp; local 162 list_for_each_entry_safe(iobj, itmp, &imem->list, head) {
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| erc32.c | 572 uint32_t itmp; local 576 if (mec_tcr & 0x80000) itmp = mec_ifr; 577 else itmp = 0; 578 itmp = ((mec_ipr | itmp) & ~mec_imr) & 0x0fffe; 580 if (itmp != 0) { 582 if (((itmp >> i) & 1) != 0) {
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| erc32.c | 572 uint32_t itmp; local 576 if (mec_tcr & 0x80000) itmp = mec_ifr; 577 else itmp = 0; 578 itmp = ((mec_ipr | itmp) & ~mec_imr) & 0x0fffe; 580 if (itmp != 0) { 582 if (((itmp >> i) & 1) != 0) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| modify.c | 694 int i, j, k, l, ir, jstack, match, *ix, itmp, nvals, rc = LDAP_SUCCESS; local 708 #define EXCH(x,y) SWAP(ix[x],ix[y],itmp) 709 #define SETA(x) itmp = ix[x]; a = cv[itmp] 710 #define GETA(x) ix[x] = itmp;
|
| schema_init.c | 2598 /* 10**Chop < 256**Chopbytes and Chop > Chopbytes<<1 (for sign bit and itmp) */ 2619 struct berval val = *in, itmp = *tmp; local 2633 if ( lutil_str2bin( &val, &itmp, ctx )) { 2638 if ( itmp.bv_val[0] == neg ) { 2639 itmp.bv_val++; 2640 itmp.bv_len--; 2643 k = (ber_slen_t) index_intlen - (ber_slen_t) (itmp.bv_len + chop); 2647 } else if ( k != 0 || ((itmp.bv_val[0] ^ neg) & 0xc0) ) { 2661 itmp.bv_len = index_intlen - k; 2663 memcpy( key->bv_val + k, itmp.bv_val, itmp.bv_len ) 2681 struct berval itmp; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| idl.c | 622 #define SWAP(a,b) itmp=(a);(a)=(b);(b)=itmp 629 ID a, itmp; local
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| tools.c | 1446 mdb_tool_idl_cache *ic, itmp; local 1455 itmp.kstr = keys[i]; 1456 ic = ldap_tavl_find( ai->ai_root, &itmp, mdb_tool_idl_cmp ); 1468 ic = ch_malloc( sizeof( mdb_tool_idl_cache ) + itmp.kstr.bv_len + 4 ); 1470 ic->kstr.bv_len = itmp.kstr.bv_len; 1472 memcpy( ic->kstr.bv_val, itmp.kstr.bv_val, ic->kstr.bv_len );
|
| idl.c | 1063 #define SWAP(a,b) itmp=(a);(a)=(b);(b)=itmp 1070 ID a, itmp; local
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-array.cc | 7231 tree itmp; local 7237 itmp = gfc_evaluate_now (start.expr, block); 7241 itmp = fold_build2_loc (input_location, MINUS_EXPR, 7242 gfc_array_index_type, itmp, jtmp); 7243 itmp = fold_build2_loc (input_location, MULT_EXPR, 7244 gfc_array_index_type, itmp, stride); 7246 gfc_array_index_type, itmp, index); 7252 itmp = fold_build2_loc (input_location, MINUS_EXPR, 7255 itmp = fold_build2_loc (input_location, PLUS_EXPR, 7257 gfc_index_one_node, itmp); [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-array.cc | 7533 tree itmp; local 7539 itmp = gfc_evaluate_now (start.expr, block); 7543 itmp = fold_build2_loc (input_location, MINUS_EXPR, 7544 gfc_array_index_type, itmp, jtmp); 7545 itmp = fold_build2_loc (input_location, MULT_EXPR, 7546 gfc_array_index_type, itmp, stride); 7548 gfc_array_index_type, itmp, index); 7554 itmp = fold_build2_loc (input_location, MINUS_EXPR, 7557 itmp = fold_build2_loc (input_location, PLUS_EXPR, 7559 gfc_index_one_node, itmp); [all...] |