Searched refs:sense (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DMakefile.PL14 common::sense => 0,
/macosx-10.10/CPANInternal-159.1/Types-Serialiser-1.0/
H A DMakefile.PL12 common::sense => 0,
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dmerge.c105 int sense; local
147 sense = -1;
151 sense = 0;
154 while ((b += size) < t && cmp(q, b) >sense)
163 (*cmp)(q, p) <= sense)
168 } else if ((*cmp)(q, p) <= sense) {
177 if ((*cmp)(q, p = b + i) <= sense)
185 p = b + (i >>= 1)) <= sense)
258 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
268 int length, tmp, sense; local
[all...]
H A Dmerge_b.c105 int sense; local
147 sense = -1;
151 sense = 0;
154 while ((b += size) < t && cmp(q, b) >sense)
163 cmp(q, p) <= sense)
168 } else if (cmp(q, p) <= sense) {
177 if (cmp(q, p = b + i) <= sense)
185 p = b + (i >>= 1)) <= sense)
258 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
268 int length, tmp, sense; local
[all...]
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL67 common::sense - save a tree AND a kitten, use common::sense!
71 use common::sense;
89 ���Nothing is more fairly distributed than common sense: no one thinks
95 two typical (or not so typical - use your common sense) specimens of Perl
99 warnings before, so it seems this module indeed reflects a "common" sense
102 The basic philosophy behind the choices made in common::sense can be
143 While it's not common sense to write your programs in UTF-8, it's quickly
157 Using C<use strict> is definitely common sense, but C<use strict
175 ... which nobody with a bit of common sense woul
[all...]
/macosx-10.10/vim-55/src/
H A Dintegration.h445 Boolean sense; member in struct:__anon14264
H A Dworkshop.c780 char *sense,
798 sense && *sense ? sense : "<None>",
809 *sense == '1' ? "Sensitive" : "Insensitive");
837 if (*sense == '0')
870 wsdebug("\t%-25s%d\n", vp->verb, vp->sense);
880 "", vp->verb, vp->sense == 1 ?
893 strcat(cbuf, vp->sense ? "enable" : "disable");
774 workshop_toolbar_button( char *label, char *verb, char *senseVerb UNUSED, char *filepos UNUSED, char *help, char *sense, char *file, char *left) argument
H A Dintegration.c531 char *sense = strtok(NULL, NOCATGETS("\n")); local
539 workshop_menu_item(label, verb, acc, accText, name, filepos, sense);
553 char *sense = strtok(NULL, NOCATGETS("\001")); local
570 sense, file, left);
932 vs[i].sense = 1;
934 vs[i].sense = 0;
/macosx-10.10/vim-55/src/proto/
H A Dworkshop.pro33 void workshop_toolbar_button __ARGS((char *label, char *verb, char *senseVerb, char *filepos, char *help, char *sense, char *file, char *left));
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c132 int sense; /* Whether asserting or negating */ member in struct:qual
351 if ((qn->sense & 2) && !(statted & 2)) {
352 /* If (sense & 2), we're following links */
357 bp = (qn->sense & 2) ? &buf2 : &buf;
359 * and the sense was positive (sense&1 == 0), or *
362 ^ qn->sense) & 1) {
1119 int sense, paren; local
1187 sense = 0; /* bit 0 for match (0)/don't match (1) */
1207 sense
[all...]
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/ExtAttr/
H A DTie.pm42 Only the C<namespace> flag makes sense. The hash will be tied
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonInstrInfo.h180 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
/macosx-10.10/CPANInternal-159.1/Makefiles/13/Perl/5.12/
H A DMakefile8 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.10/CPANInternal-159.1/Makefiles/13/Perl/5.16/
H A DMakefile8 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.10/CPANInternal-159.1/Makefiles/14/Perl/5.16/
H A DMakefile8 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.10/CPANInternal-159.1/Makefiles/14/Perl/5.18/
H A DMakefile8 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp398 UInt32 sense, extSense; local
407 &senseType, &sense, &extSense, &displayType))
411 setProperty( kAppleSenseKey, ((sense & 0xff) << 8) | (extSense & 0xff), 32);
417 product = ((sense & 0xff) << 8) | (extSense & 0xff);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecPasswordGenerate.c969 //make sure min and max make sense respective to each other and that they aren't less than 4 digits.
970 require_action_quiet(minPasswordLength && maxPasswordLength && minPasswordLength <= maxPasswordLength, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("The password's length parameters make no sense ( is max < min ?)"), (CFIndex)errSecBadReq, NULL));
971 require_action_quiet((minPasswordLength && minPasswordLength >= 4) || (maxPasswordLength && maxPasswordLength >= 4), fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("The password's length parameters make no sense ( is max < min ?)"), (CFIndex)errSecBadReq, NULL));
1002 require_action_quiet(minPasswordLength <= maxPasswordLength, fail, tempError = CFErrorCreate(kCFAllocatorDefault, CFSTR("The password's length parameters make no sense ( is max < min ?)"), (CFIndex)errSecBadReq, NULL));
/macosx-10.10/libpcap-48/libpcap/
H A Dgencode.h258 int sense; member in struct:block
H A Dgencode.c528 * Backpatch the blocks in 'list' to 'target'. The 'sense' field indicates
540 if (!list->sense) {
552 * Merge the lists in b0 and b1, using the 'sense' field to indicate
563 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
605 p->sense = !p->sense;
615 b0->sense = !b0->sense;
616 b1->sense = !b1->sense;
[all...]
H A Doptimize.c300 * are backwards in the sense that we find the set of nodes that reach
1269 int sense; local
1275 sense = 0;
1277 sense = 1;
1296 return sense ? JT(child) : JF(child);
1298 if (sense && code == (BPF_JMP|BPF_JEQ|BPF_K))
2153 * not* do free(fp) before returning fp; doing so would make no sense,
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm337 Only makes sense if the process is running as root.
344 Only makes sense if the process is running as root.
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DFromNestedHash.pm150 It makes not sense to create a tree out of nothing, so it is assumed that this is a sign of something wrong.
H A DCreateDirectoryTree.pm154 Obviously since files themselves are leaf nodes, this makes sense that non-leaves will be directories.
H A DFromNestedArray.pm177 It makes not sense to create a tree out of nothing, so it is assumed that this is a sign of something wrong.

Completed in 243 milliseconds

123