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

1234

/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DMakefile.PL14 common::sense => 0,
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DMakefile.PL14 common::sense => 0,
/macosx-10.9.5/Libc-997.90.3/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.9.5/CPANInternal-140/common-sense/
H A Dsense.pm3 common::sense - save a tree AND a kitten, use common::sense!
7 use common::sense;
24 two typical (or not so typical - use your common sense) specimens of Perl
28 warnings before, so it seems this module indeed reflects a "common" sense
31 The basic philosophy behind the choices made in common::sense can be
56 While it's not common sense to write your programs in UTF-8, it's quickly
68 Using C<use strict> is definitely common sense, but C<use strict
86 ... which nobody with a bit of common sense would consider
112 older versions of perl - common::sense o
[all...]
/macosx-10.9.5/CPANInternal-140/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.9.5/vim-53/src/
H A Dintegration.h445 Boolean sense; member in struct:__anon14257
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.9.5/vim-53/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.9.5/zsh-60/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) {
1152 int sense, paren; local
1219 sense = 0; /* bit 0 for match (0)/don't match (1) */
1239 sense
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DReplicant.pm25 This class exists to define methods of a DBI Storage that only make sense when
/macosx-10.9.5/libpcap-42/libpcap/
H A Dgencode.h247 int sense; member in struct:block
H A Dgencode.c513 * Backpatch the blocks in 'list' to 'target'. The 'sense' field indicates
525 if (!list->sense) {
537 * Merge the lists in b0 and b1, using the 'sense' field to indicate
548 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
590 p->sense = !p->sense;
600 b0->sense = !b0->sense;
601 b1->sense = !b1->sense;
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonInstrInfo.h180 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
/macosx-10.9.5/CPANInternal-140/UNIVERSAL-require/lib/UNIVERSAL/
H A Drequire.pm48 It doesn't save you much typing, but it'll make alot more sense to
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp389 UInt32 sense, extSense; local
398 &senseType, &sense, &extSense, &displayType))
402 setProperty( kAppleSenseKey, ((sense & 0xff) << 8) | (extSense & 0xff), 32);
408 product = ((sense & 0xff) << 8) | (extSense & 0xff);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecPasswordGenerate.c811 //make sure min and max make sense respective to each other and that they aren't less than 4 digits.
812 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));
813 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));
844 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.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DFile.pm323 Only makes sense if the process is running as root.
330 Only makes sense if the process is running as root.
/macosx-10.9.5/CPANInternal-140/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.9.5/CPANInternal-140/Makefiles/12/Perl/5.12/
H A DMakefile14 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.9.5/CPANInternal-140/Makefiles/13/Perl/5.12/
H A DMakefile14 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.9.5/CPANInternal-140/Makefiles/13/Perl/5.16/
H A DMakefile14 PROJECT_COMMON_SENSE = common-sense-3.6
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/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.
/macosx-10.9.5/CPANInternal-140/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.

Completed in 317 milliseconds

1234