| /src/crypto/external/bsd/openssl.old/dist/util/ |
| openssl-format-source | 44 CHANGED=false 156 echo "$j changed" 158 CHANGED=true 170 if [ "$CHANGED" = "true" ]; then
|
| /src/usr.bin/tip/ |
| cmds.c | 742 if (vtable[BEAUTIFY].v_access&CHANGED) { 743 vtable[BEAUTIFY].v_access &= ~CHANGED; 746 if (vtable[SCRIPT].v_access&CHANGED) { 747 vtable[SCRIPT].v_access &= ~CHANGED; 753 if (vtable[RECORD].v_access&CHANGED) 754 vtable[RECORD].v_access &= ~CHANGED; 756 if (vtable[RECORD].v_access&CHANGED) { 757 vtable[RECORD].v_access &= ~CHANGED; 761 if (vtable[TAND].v_access&CHANGED) { 762 vtable[TAND].v_access &= ~CHANGED; [all...] |
| tip.h | 119 #define CHANGED 01 /* low bit is used to show modification */
|
| value.c | 132 p->v_access |= CHANGED;
|
| /src/external/gpl2/diffutils/dist/src/ |
| normal.c | 66 if (changes == CHANGED)
|
| diff.h | 43 CHANGED 75 /* Like -f, but output a count of changed lines in each "command" (-n). */ 166 /* Line group formats for unchanged, old, new, and changed groups. */ 167 XTERN char const *group_format[CHANGED + 1]; 222 lin inserted; /* # lines of file 1 changed here. */ 223 lin deleted; /* # lines of file 0 changed here. */ 287 bool *changed; 284 bool *changed; member in struct:file_data
|
| diff.c | 183 "--changed-group-format" 197 {"changed-group-format", 1, 0, CHANGED_GROUP_FORMAT_OPTION}, 685 = group_format[CHANGED] ? group_format[CHANGED] : "%<"; 688 = group_format[CHANGED] ? group_format[CHANGED] : "%>"; 691 if (!group_format[CHANGED]) 692 group_format[CHANGED] = concat (group_format[OLD], 869 N_(" LTYPE is `old', `new', or `unchanged'. GTYPE is LTYPE or `changed'."),
|
| side.c | 261 if (changes == CHANGED)
|
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 87 use enum qw(FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA); 121 use enum qw (FNAME LINES TEXT PHYSLINES CHANGED BEFORE AFTER EXTRA);
|
| /src/external/gpl2/xcvs/dist/diff/ |
| diff.h | 49 /* Like -f, but output a count of changed lines in each "command" (-n). */ 152 CHANGED 155 /* Line group formats for old, new, unchanged, and changed groups. */ 156 EXTERN char *group_format[CHANGED + 1]; 204 int inserted; /* # lines of file 1 changed here. */ 205 int deleted; /* # lines of file 0 changed here. */
|
| ifdef.c | 71 format = deletes ? group_format[CHANGED] : group_format[NEW];
|
| diff.c | 233 {"changed-group-format", 1, 0, 139}, 665 if (!group_format[CHANGED]) 666 group_format[CHANGED] = concat (group_format[OLD], 796 " LTYPE is `old', `new', or `unchanged'. GTYPE is LTYPE or `changed'.",
|
| /src/sys/rump/librump/rumpvfs/ |
| rumpfs.c | 910 #define CHANGED(a, t) (vap->a != (t)VNOVAL) 911 #define SETIFVAL(a,t) if (CHANGED(a, t)) rn->rn_va.a = vap->a 912 if (CHANGED(va_atime.tv_sec, time_t) || 913 CHANGED(va_ctime.tv_sec, time_t) || 914 CHANGED(va_mtime.tv_sec, time_t) || 915 CHANGED(va_birthtime.tv_sec, time_t) || 916 CHANGED(va_atime.tv_nsec, long) || 917 CHANGED(va_ctime.tv_nsec, long) || 918 CHANGED(va_mtime.tv_nsec, long) || 919 CHANGED(va_birthtime.tv_nsec, long)) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| AttributorAttributes.cpp | 421 : ChangeStatus::CHANGED; 823 /// that we can avoid updates if nothing changed. 932 return ChangeStatus::CHANGED; 937 ChangeStatus Changed = ChangeStatus::UNCHANGED; 948 return Changed; 959 return ChangeStatus::CHANGED; 968 Changed = IRAttribute::manifest(A); 981 Changed = ReplaceCallSiteUsersWith(*CB, *RVCCast) | Changed; 990 Changed = ReplaceCallSiteUsersWith(cast<CallBase>(AnchorValue), *RVCCast) [all...] |
| Attributor.cpp | 152 return L == ChangeStatus::CHANGED ? L : R; 304 HasChanged = ChangeStatus::CHANGED; 1045 // changed to the work list. 1057 // Reset the changed and invalid set. 1062 // changed. 1066 if (updateAA(*AA) == ChangeStatus::CHANGED) 1075 // Add attributes to the changed set if they have been created in the last 1080 // Reset the work list and repopulate with the changed abstract attributes. 1094 // ones marked as "changed" *and* the ones transitively depending on them 1146 // on abstract attributes that were transitively dependent on a changed on [all...] |
| OpenMPOpt.cpp | 536 bool Changed = false; 543 Changed |= runAttributor(); 553 Changed |= rewriteDeviceCodeStateMachine(); 555 Changed |= runAttributor(); 560 Changed |= deleteParallelRegions(); 562 Changed |= hideMemTransfersLatency(); 563 Changed |= deduplicateRuntimeCalls(); 567 Changed = true; 572 return Changed; 654 bool Changed = false [all...] |
| /src/sys/arch/powerpc/booke/ |
| e500_tlb.c | 301 #define CHANGED(n,o,f) ((n)->f != (o).f) 302 bool mas1_changed_p = CHANGED(new_hwtlb, old_hwtlb, hwtlb_mas1); 303 bool mas2_changed_p = CHANGED(new_hwtlb, old_hwtlb, hwtlb_mas2); 304 bool mas3_changed_p = CHANGED(new_hwtlb, old_hwtlb, hwtlb_mas3); 305 #undef CHANGED
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| Attributor.h | 33 // changed since the last iteration. That means that the Attribute will not 41 // abstract attribute that changed. In every invocation, the update method has 47 // state changed, the `updateImpl` has to revisit the situation and potentially 140 CHANGED, 232 // NOTE: In the future this definition can be changed to support recursive 1077 /// \Returns CHANGED if the IR was changed, otherwise UNCHANGED. 1346 /// uses should be changed too. 1349 bool Changed = false; 1352 Changed |= changeUseAfterManifest(U, NV) [all...] |
| /src/sys/kern/ |
| vfs_syscalls.c | 3893 #define CHANGED(x) ((int)(x) != -1) 3918 if (CHANGED(uid)) 3920 if (CHANGED(gid)) 3928 vattr.va_uid = CHANGED(uid) ? uid : (uid_t)VNOVAL; 3929 vattr.va_gid = CHANGED(gid) ? gid : (gid_t)VNOVAL; 3932 #undef CHANGED
|