| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| idl.h | 39 #define WT_IDL_IS_RANGE(ids) ((ids)[0] == NOID) 42 #define WT_IDL_SIZEOF(ids) ((WT_IDL_IS_RANGE(ids) \ 43 ? WT_IDL_RANGE_SIZE : ((ids)[0]+1)) * sizeof(ID)) 45 #define WT_IDL_RANGE_FIRST(ids) ((ids)[1]) 46 #define WT_IDL_RANGE_LAST(ids) ((ids)[2]) 48 #define WT_IDL_RANGE( ids, f, l ) [all...] |
| idl.c | 39 void wt_idl_check( ID *ids ) 41 if( WT_IDL_IS_RANGE( ids ) ) { 42 assert( WT_IDL_RANGE_FIRST(ids) <= WT_IDL_RANGE_LAST(ids) ); 45 for( i=1; i < ids[0]; i++ ) { 46 assert( ids[i+1] > ids[i] ); 51 void wt_idl_dump( ID *ids ) 53 if( WT_IDL_IS_RANGE( ids ) ) { 56 (long) WT_IDL_RANGE_FIRST( ids ), [all...] |
| filterindex.c | 39 ID *ids ) 50 WT_IDL_ALL( wi, ids ); 91 rc = wt_key_read( op->o_bd, cursor, &prefix, ids, NULL, 0 ); 96 (long) ids[0], 97 (long) WT_IDL_FIRST(ids), 98 (long) WT_IDL_LAST(ids) ); 108 ID *ids, 127 wt_idl_append_one(ids, id); 129 WT_IDL_ZERO( ids ); 135 WT_IDL_ALL( wi, ids ); [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| idl.h | 32 #define MDB_IDL_IS_RANGE(ids) ((ids)[0] == NOID) 35 #define MDB_IDL_SIZEOF(ids) ((MDB_IDL_IS_RANGE(ids) \ 36 ? MDB_IDL_RANGE_SIZE : ((ids)[0]+1)) * sizeof(ID)) 38 #define MDB_IDL_RANGE_FIRST(ids) ((ids)[1]) 39 #define MDB_IDL_RANGE_LAST(ids) ((ids)[2]) 41 #define MDB_IDL_RANGE( ids, f, l ) [all...] |
| idl.c | 41 static void idl_check( ID *ids ) 43 if( MDB_IDL_IS_RANGE( ids ) ) { 44 assert( MDB_IDL_RANGE_FIRST(ids) <= MDB_IDL_RANGE_LAST(ids) ); 47 for( i=1; i < ids[0]; i++ ) { 48 assert( ids[i+1] > ids[i] ); 54 static void idl_dump( ID *ids ) 56 if( MDB_IDL_IS_RANGE( ids ) ) { 59 (long) MDB_IDL_RANGE_FIRST( ids ), [all...] |
| filterindex.c | 37 ID *ids ); 43 ID *ids, 49 ID *ids, 56 ID *ids, 62 ID *ids, 70 ID *ids, 79 ID *ids, 90 ID *ids, 100 ID *ids, 110 ID *ids, [all...] |
| key.c | 40 ID *ids, 66 rc = mdb_idl_fetch_key( be, txn, dbi, &key, ids, saved_cursor, get_flag ); 73 (long) MDB_IDL_N(ids) );
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| midl.c | 36 unsigned mdb_midl_search( MDB_IDL ids, MDB_ID id ) 39 * binary search of id in ids 46 unsigned n = ids[0]; 51 val = CMP( ids[cursor], id ); 72 int mdb_midl_insert( MDB_IDL ids, MDB_ID id ) 76 x = mdb_midl_search( ids, id ); 84 if ( x <= ids[0] && ids[x] == id ) { 90 if ( ++ids[0] >= MDB_IDL_DB_MAX ) { 92 --ids[0] 108 MDB_IDL ids = malloc((num+2) * sizeof(MDB_ID)); local 124 MDB_IDL ids = *idp; local 147 MDB_IDL ids = *idp; local 161 MDB_IDL ids = *idp; local 175 MDB_IDL ids = *idp; local 189 MDB_ID *ids = *idp, len = ids[0]; local [all...] |
| midl.h | 50 /** An IDL is an ID List, a sorted array of IDs. The first 52 * IDs are in the list. In the original back-bdb code, IDLs are 70 #define MDB_IDL_SIZEOF(ids) (((ids)[0]+1) * sizeof(MDB_ID)) 71 #define MDB_IDL_IS_ZERO(ids) ( (ids)[0] == 0 ) 73 #define MDB_IDL_FIRST( ids ) ( (ids)[1] ) 74 #define MDB_IDL_LAST( ids ) ( (ids)[(ids)[0]] [all...] |
| /src/sys/dev/isa/ |
| isadma.c | 90 _isa_dmaunmask(struct isa_dma_state *ids, int chan) 94 ISA_DMA_MASK_CLR(ids, chan); 100 if (ids->ids_frozen) 105 bus_space_write_1(ids->ids_bst, ids->ids_dma1h, 108 bus_space_write_1(ids->ids_bst, ids->ids_dma2h, 113 _isa_dmamask(struct isa_dma_state *ids, int chan) 117 ISA_DMA_MASK_SET(ids, chan); 127 bus_space_write_1(ids->ids_bst, ids->ids_dma1h [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| testsock.pl | 28 my @ids; 30 @ids = ($id); 36 @ids = (1..$1) 41 unless @ids > 1; 44 foreach $id (@ids) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| info-threads-options.c | 61 int ids[NUM]; local 67 ids[i] = i; 68 pthread_create (&threads[i], NULL, work, &ids[i]);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| maint-print-frame-id.exp | 46 array set ids {} 49 set ids($i) [get_frame_id $i] 59 gdb_assert { [string equal $id $ids($i)] } \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| maint-print-frame-id.exp | 46 array set ids {} 49 set ids($i) [get_frame_id $i] 59 gdb_assert { [string equal $id $ids($i)] } \
|
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransAPIUses.cpp | 40 IdentifierTable &ids = Pass.Ctx.Idents; local 41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); 42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); 45 selIds[0] = &ids.get("getArgument"); 46 selIds[1] = &ids.get("atIndex"); 48 selIds[0] = &ids.get("setArgument"); 51 zoneSel = sels.getNullarySelector(&ids.get("zone"));
|
| /src/lib/libterminfo/ |
| genhash | 53 echo "static const char _ti_${name}ids[][${len}] = {" 68 if ((size_t)idx >= __arraycount(_ti_${name}ids)) 70 return _ti_${name}ids[idx]; 79 if (idx >= __arraycount(_ti_${name}ids) || 80 strcmp(key, _ti_${name}ids[idx]) != 0)
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-usergroup.c | 138 has_id(u_int id, u_int *ids, u_int nids) 147 if (ids[i] == id) 156 u_int id, i, n = 0, *ids = NULL; local 178 if (has_id(id, ids, n)) 180 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); 181 ids[n++] = id; 183 *idsp = ids; 205 u_int id, i, n = 0, *ids = NULL local [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| affinity.c | 130 omp_get_place_proc_ids (int place_num, int *ids) 133 (void) ids; 137 gomp_get_place_proc_ids_8 (int place_num, int64_t *ids) 140 (void) ids;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| affinity.c | 130 omp_get_place_proc_ids (int place_num, int *ids) 133 (void) ids; 137 gomp_get_place_proc_ids_8 (int place_num, int64_t *ids) 140 (void) ids;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stackdepot_test.cc | 73 u32 ids[4] = {0}; local 78 ids[0] = StackDepotPut(s1); 79 ids[1] = StackDepotPut(s2); 80 ids[2] = StackDepotPut(s3); 81 ids[3] = StackDepotPut(s4); 86 StackTrace stack = StackDepotGet(ids[i]); 87 StackTrace from_map = map.Get(ids[i]);
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kswitch.c | 73 krb5_ccache *ids = NULL; local 110 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); 111 ids[len] = id; 127 id = ids[i - 1]; 128 ids[i - 1] = NULL; 133 if (ids[i]) 134 krb5_cc_close(heimtools_context, ids[i]); 135 free(ids); [all...] |
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| bugzilla-close-candidate.py | 70 ids = [] 99 ids.append(id) 103 while len(ids) > 0: 104 print('https://gcc.gnu.org/bugzilla/buglist.cgi?bug_id=%s' % ','.join([str(x) for x in ids[:url_page_size]])) 105 ids = ids[url_page_size:]
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| bugzilla-close-candidate.py | 70 ids = [] 99 ids.append(id) 103 while len(ids) > 0: 104 print('https://gcc.gnu.org/bugzilla/buglist.cgi?bug_id=%s' % ','.join([str(x) for x in ids[:url_page_size]])) 105 ids = ids[url_page_size:]
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_result.c | 47 static const char *ids[DST_R_NRESULTS] = { variable 88 ids, DST_RESULT_RESULTSET);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pk11_result.c | 31 static const char *ids[PK11_R_NRESULTS] = { variable 53 ids, PK11_RESULT_RESULTSET);
|