HomeSort by: relevance | last modified time | path
    Searched defs:modified (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/sys/uvm/
uvm_page_status.c 158 bool modified; local
168 * CLEAN -> CLEAN , modified = false
169 * UNKNOWN -> UNKNOWN, modified = true
170 * UNKNOWN -> UNKNOWN, modified = false
171 * UNKNOWN -> CLEAN , modified = true
172 * UNKNOWN -> CLEAN , modified = false
173 * DIRTY -> UNKNOWN, modified = true
174 * DIRTY -> CLEAN , modified = true
181 modified = false;
187 modified = true
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsOs16.cpp 119 bool modified = false; local
156 return modified;
  /src/crypto/external/bsd/netpgp/dist/src/lib/
bufgap.h 69 char modified; /* file has been modified */ member in struct:bufgap_t
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bufgap.h 69 char modified; /* file has been modified */ member in struct:bufgap_t
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
bindtextdom.c 90 modified, only the current value is returned.
92 modified nor returned. */
98 int modified; local
112 modified = 0;
165 modified = 1;
202 modified = 1;
310 modified = 1;
328 /* If we modified any binding, we flush the caches. */
329 if (modified)
  /src/external/gpl2/grep/dist/intl/
bindtextdom.c 94 modified, only the current value is returned.
96 modified nor returned. */
104 int modified; local
118 modified = 0;
171 modified = 1;
209 modified = 1;
320 modified = 1;
338 /* If we modified any binding, we flush the caches. */
339 if (modified)
  /src/external/gpl2/texinfo/dist/intl/
bindtextdom.c 94 modified, only the current value is returned.
96 modified nor returned. */
102 int modified; local
116 modified = 0;
169 modified = 1;
207 modified = 1;
318 modified = 1;
336 /* If we modified any binding, we flush the caches. */
337 if (modified)
  /src/external/gpl2/xcvs/dist/src/
myndbm.h 24 /* Name of the file to write to if modified is set. malloc'd. */
27 /* Nonzero if the database has been modified and dbm_close needs to
29 int modified; member in struct:__anon9628
  /src/external/gpl3/gcc.old/dist/intl/
bindtextdom.c 97 modified, only the current value is returned.
99 modified nor returned. */
107 int modified; local
121 modified = 0;
174 modified = 1;
212 modified = 1;
323 modified = 1;
341 /* If we modified any binding, we flush the caches. */
342 if (modified)
  /src/sys/netinet6/
scope6.c 282 * in the in6_addr structure, in6 will be modified.
370 * is intact; return non 0 if the address is modified.
375 int modified = 0; local
379 modified = 1;
383 return modified;
  /src/external/gpl3/gcc/dist/gcc/
tree-nrv.cc 56 int modified; member in struct:nrv_data_t
86 dp->modified = 1;
158 /* If the result has its address taken then it might be modified
264 data.modified = 0;
266 if (data.modified)
loop-doloop.cc 639 modified. */
767 bitmap modified = BITMAP_ALLOC (NULL); local
770 note_stores (i, record_reg_sets, modified);
773 bool fail = bitmap_intersect_p (df_get_live_out (loop_end), modified);
776 any of the modified registers are use inside of the loop body, but
785 modified);
786 BITMAP_FREE (modified);
tree-stdarg.cc 997 bool modified = false; local
1012 modified = true;
1081 if (!modified)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nrv.cc 56 int modified; member in struct:nrv_data_t
86 dp->modified = 1;
158 /* If the result has its address taken then it might be modified
264 data.modified = 0;
266 if (data.modified)
loop-doloop.cc 639 modified. */
767 bitmap modified = BITMAP_ALLOC (NULL); local
770 note_stores (i, record_reg_sets, modified);
773 bool fail = bitmap_intersect_p (df_get_live_out (loop_end), modified);
776 any of the modified registers are use inside of the loop body, but
785 modified);
786 BITMAP_FREE (modified);
tree-stdarg.cc 997 bool modified = false; local
1012 modified = true;
1081 if (!modified)
  /src/sys/arch/hpcmips/vr/
vrkiu.c 257 int modified = 0; local
271 modified = 1;
286 prevmod = modified;
293 int i, j, modified, mask; local
305 modified = scandata[i] ^ chip->kc_scandata[i];
313 if (modified & mask) {
  /src/usr.sbin/memswitch/
memswitch.h 65 int modified; member in struct:property
  /src/crypto/external/bsd/heimdal/dist/kadmin/
load.c 48 char *modified; member in struct:entry
483 e.modified = p;
536 if (parse_event_alloc (&ent.entry.modified_by, e.modified) == -1) {
538 filename, lineno, e.modified);
  /src/external/mpl/dhcp/dist/keama/
eval.c 387 isc_boolean_t modified = ISC_FALSE; local
392 arg = eval_boolean_expression(arg, &modified);
393 if (modified) {
707 isc_boolean_t modified = ISC_FALSE; local
712 arg = eval_data_expression(arg, &modified);
713 if (modified) {
742 isc_boolean_t modified = ISC_FALSE; local
747 arg = eval_data_expression(arg, &modified);
748 if (modified) {
922 isc_boolean_t modified = ISC_FALSE local
955 isc_boolean_t modified = ISC_FALSE; local
989 isc_boolean_t modified = ISC_FALSE; local
1342 isc_boolean_t modified; local
1458 isc_boolean_t modified = ISC_FALSE; local
1509 isc_boolean_t modified = ISC_FALSE; local
1541 isc_boolean_t modified = ISC_FALSE; local
1575 isc_boolean_t modified = ISC_FALSE; local
    [all...]
  /src/sbin/fsck_ffs/
dir.c 317 int size, spaceleft, modified, unused, i; local
319 modified = 0;
352 modified = 1;
356 modified = 1;
360 modified = 1;
398 modified = 1;
402 if (modified)
  /src/sys/fs/v7fs/
v7fs.h 108 int8_t modified; member in struct:v7fs_superblock
  /src/external/mit/isl/dist/
isl_map_subtract.c 312 int modified; local
353 modified = 0;
361 if (!modified) {
404 modified = 1;
  /src/external/mpl/bind/dist/bin/plugins/
filter-a.c 541 bool modified = false; local
567 modified = true;
571 return modified;
578 * the AD bit if the answer and/or authority section was modified. If
610 * Response was not modified, do not touch the AD bit.
filter-aaaa.c 545 bool modified = false; local
571 modified = true;
575 return modified;
582 * the AD bit if the answer and/or authority section was modified. If
614 * Response was not modified, do not touch the AD bit.

Completed in 27 milliseconds

1 2 3 4