| /src/external/mit/isl/dist/ |
| isl_local.c | 103 * is the variable at position "pos" marked as not having 105 * Note that even if this variable is not marked in this way and therefore 128 isl_bool marked; local 136 marked = isl_local_div_is_marked_unknown(local, pos); 137 if (marked < 0 || marked) 138 return isl_bool_not(marked);
|
| isl_tab.h | 26 unsigned marked : 1; member in struct:isl_tab_var
|
| isl_map.c | 1141 /* Has "map" been marked as a rational map? 1142 * In particular, have all basic maps in "map" been marked this way? 1144 * Maps where only some of the basic maps are marked rational 1174 /* Has "set" been marked as a rational set? 1175 * In particular, have all basic set in "set" been marked this way? 1177 * Sets where only some of the basic sets are marked rational 1194 * is marked as rational. 2162 * if it was already explicitly marked as being empty. 2163 * Do nothing in the latter case, i.e., if it has been marked empty and 3244 isl_bool marked; local [all...] |
| /src/external/bsd/nsd/dist/ |
| ixfrcreate.c | 366 uint16_t marked[65536]; local 398 marked[marked_num++] = index; 411 /* now that we are done, see if RRs in the rrset are not marked, 413 qsort(marked, marked_num, sizeof(marked[0]), &sort_uint16); 416 if(atmarked < marked_num && marked[atmarked] == i) { 417 /* the item is in the marked list, skip it */ 421 /* not in the marked list, the RR is added */ 499 /* the item is in the marked list, skip it */ 550 /* add to the marked types, this one is present i [all...] |
| /src/external/bsd/pkg_install/dist/lib/ |
| lib.h | 193 Boolean marked; /* whether entry has been marked */ member in struct:plist_t
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dce.cc | 52 /* Instructions that have been marked but whose dependencies have not 56 /* Bitmap of instructions marked as needed indexed by INSN_UID. */ 57 static sbitmap marked; variable 203 /* Return true if INSN has been marked as needed. */ 211 return bitmap_bit_p (marked, INSN_UID (insn)); 215 /* If INSN has not yet been marked as needed, mark it now, and add it to 225 bitmap_set_bit (marked, INSN_UID (insn)); 393 going to be marked called again with DO_MARK true. */ 571 /* Delete every instruction that hasn't been marked. */ 662 instructions are not marked. * [all...] |
| dwarf2out.cc | 3575 Do not mark it for GC because it is marked through the chain. */ 8918 /* Make sure the cloned tree is marked as part of the 9180 other CUs (i.e. those which are not marked). */ 9278 DIEs from other CUs (i.e. those which are not marked) with 9791 DIEs in the same CU will be marked. We used to clear out the offset 15159 bool marked; 15160 get_pool_constant_mark (rtl, &marked); 15163 if (!marked) 15196 non-marked constant pool SYMBOL_REFs can't be referenced in it. */ 18062 "CST value in contant pool but not marked.") 15146 bool marked; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dce.cc | 52 /* Instructions that have been marked but whose dependencies have not 56 /* Bitmap of instructions marked as needed indexed by INSN_UID. */ 57 static sbitmap marked; variable 203 /* Return true if INSN has been marked as needed. */ 211 return bitmap_bit_p (marked, INSN_UID (insn)); 215 /* If INSN has not yet been marked as needed, mark it now, and add it to 225 bitmap_set_bit (marked, INSN_UID (insn)); 393 going to be marked called again with DO_MARK true. */ 571 /* Delete every instruction that hasn't been marked. */ 662 instructions are not marked. * [all...] |
| dbxout.cc | 33 a function are also marked by special symbol table entries. 45 The first one is marked as continued with a double-backslash at the 3078 bool marked; 3079 rtx tmp = get_pool_constant_mark (addr, &marked); 3085 get_pool_constant_mark (addr, &marked); 3087 marked = true; 3092 marked = true; 3097 if (!marked) 3577 /* GDB likes this marked with a special letter. */ 3798 /* Ignore blocks never expanded or otherwise marked as real. * 3068 bool marked; local [all...] |
| dwarf2out.cc | 3577 Do not mark it for GC because it is marked through the chain. */ 8876 /* Make sure the cloned tree is marked as part of the 9138 other CUs (i.e. those which are not marked). */ 9236 DIEs from other CUs (i.e. those which are not marked) with 9749 DIEs in the same CU will be marked. We used to clear out the offset 15074 bool marked; 15075 get_pool_constant_mark (rtl, &marked); 15078 if (!marked) 15111 non-marked constant pool SYMBOL_REFs can't be referenced in it. */ 17976 "CST value in contant pool but not marked.") 15061 bool marked; local [all...] |
| /src/external/mit/lua/dist/src/ |
| lgc.c | 75 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g))) 78 #define set2gray(x) resetbits(x->marked, maskcolors) 83 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT))) 203 ** objects. So, it is marked as OLD0. In the next cycle it will become 265 o->marked = luaC_white(g); 360 ** For each non-marked thread, simulates a barrier between each open 363 ** to act. The "barrier" does not need to check colors: A non-marked 377 p = &thread->twups; /* keep marked thread with upvalues in the list * 484 int marked = 0; \/* true if an object is marked in this traversal *\/ local 833 int marked = curr->marked; local 1137 int marked = curr->marked & ~maskgcbits; \/* erase GC bits *\/ local [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 1914 isc_boolean_t marked = ISC_FALSE; local 1969 if (!marked) { 1970 marked = ISC_TRUE; 2612 isc_boolean_t marked = ISC_FALSE; local 2787 if (!marked) { 2790 marked = ISC_TRUE; 2819 if (!marked) { 2822 marked = ISC_TRUE;
|