Searched refs:fixed (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dspinint.rb8 :fixed=>true, :range=>[32, 212]).pack(:pady=>10)
H A Dspinner.rb22 :width=>10, :fixed=>10,
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dstdtime.c42 isc_boolean_t fixed = ISC_FALSE; local
45 fixed = ISC_TRUE;
51 fixed = ISC_TRUE;
60 if (fixed)
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dstdtime.c42 isc_boolean_t fixed = ISC_FALSE; local
45 fixed = ISC_TRUE;
51 fixed = ISC_TRUE;
60 if (fixed)
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_lookup.c345 * For each query, skip over the domain name and over the fixed query
360 /* dns_get_fixed - extract fixed data from resource record */
362 static int dns_get_fixed(unsigned char *pos, DNS_FIXED *fixed) argument
364 GETSHORT(fixed->type, pos);
365 GETSHORT(fixed->class, pos);
366 GETLONG(fixed->ttl, pos);
367 GETSHORT(fixed->length, pos);
369 if (fixed->class != C_IN) {
370 msg_warn("dns_get_fixed: bad class: %u", fixed->class);
424 DNS_FIXED *fixed)
422 dns_get_rr(DNS_RR **list, const char *orig_name, DNS_REPLY *reply, unsigned char *pos, char *rr_name, DNS_FIXED *fixed) argument
524 dns_get_alias(DNS_REPLY *reply, unsigned char *pos, DNS_FIXED *fixed, char *cname, int c_len) argument
546 DNS_FIXED fixed; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmzone.c55 static Tm_zone_t fixed; local
59 if ((*name == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZONE && !*e)
61 strlcpy(fixed.standard = fixed.daylight = off, name, sizeof(off));
66 return &fixed;
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsd.vim30 \ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'minOccurs' : [], 'maxOccurs' : [], 'nillable' : [], 'substitutionGroup' : [], 'abstract' : [], 'final' : [], 'block' : [], 'default' : [], 'fixed' : [], 'form' : []} ],
33 \ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'use' : [], 'default' : [], 'fixed' : [], 'form' : []} ],
69 \ {'value' : [], 'id' : [], 'fixed' : []}],
72 \ {'value' : [], 'id' : [], 'fixed' : []}],
75 \ {'value' : [], 'id' : [], 'fixed' : []}],
78 \ {'value' : [], 'id' : [], 'fixed' : []}],
81 \ {'value' : [], 'id' : [], 'fixed' : []}],
84 \ {'value' : [], 'id' : [], 'fixed' : []}],
87 \ {'value' : [], 'id' : [], 'fixed' : []}],
90 \ {'value' : [], 'id' : [], 'fixed'
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkext_alloc.h38 kern_return_t kext_alloc(vm_offset_t *addr, vm_size_t size, boolean_t fixed);
H A Dkext_alloc.c134 kext_alloc(vm_offset_t *_addr, vm_size_t size, boolean_t fixed) argument
138 mach_vm_offset_t addr = (fixed) ? *_addr : kext_post_boot_base;
140 mach_vm_offset_t addr = (fixed) ? *_addr : kext_alloc_base;
142 int flags = (fixed) ? VM_FLAGS_FIXED : VM_FLAGS_ANYWHERE;
149 * fixed (post boot) kext allocations to start looking for free space
/macosx-10.10/IOKitUser-1050.1.21/hidsystem.subproj/
H A DIOEventStatusAPI.c601 unsigned int fixed; local
605 sizeof( fixed), (unsigned char *) &fixed, &rsize );
608 *acceleration = ((double) fixed) / 65536.0;
615 unsigned int fixed; local
617 fixed = (unsigned int) (acceleration * 65536.0);
620 (unsigned char *) &fixed, sizeof(fixed)) );
640 unsigned int fixed; local
644 sizeof( fixed), (unsigne
654 unsigned int fixed; local
665 unsigned int fixed; local
679 unsigned int fixed; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DBabelFish.tcl83 set fixed {}
86 lappend fixed $param $type
88 SOAP::configure $cmd -params $fixed -schemas [list xsd $schema]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges86 ! fixed encoding in xmlrpc keys
162 ! updated version number and fixed declaring version, so that perl 5.6.2
164 ! fixed memory leaks with XMLRPC::Lite
171 (actually fixed in 0.71.01, but I forgot to add it to Changes)
230 ! Fixed [ 1073360 ] Failure to read() long requests under mod_perl (fixed
231 for mod_perl before thanks to JT Justman, now fixed for CGI, too).
396 - fixed several of the SOAP::*::new() methods so that they don't
422 ! Fixed bug 840172 - "Makefile.PL --noprompt flag broken," now fixed
470 ! fixed security vulnerability with fully qualified method names
472 ! fixed proble
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/rrsetorder/
H A Dclean.sh20 rm -f dig.out.cyclic dig.out.fixed dig.out.random
H A Dtests.sh27 echo "I: Order 'fixed' disabled at compile time"
35 echo "I: Checking order fixed (master)"
40 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
41 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
132 echo "I: Checking order fixed (slave)"
137 -p 5300 @10.53.0.2 fixed.example > dig.out.fixed || ret=1
138 cmp -s dig.out.fixed di
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-3.d7 # The .text # section in PE/COFF has a fixed set of flags and these
/macosx-10.10/libxml2-26/libxml2/test/schemas/
H A Dinclude1_0.inc10 <xsd:attribute name="bar" type="barType" fixed="o"/>
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dsfnt.h138 typedef le_int32 fixed; typedef
148 fixed version;
149 fixed fontRevision;
168 fixed version;
187 fixed version;
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DFontObject.h101 typedef le_int32 fixed; typedef
111 fixed version;
112 fixed fontRevision;
131 fixed version;
150 fixed version;
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A DFontObject.h101 typedef le_int32 fixed; typedef
111 fixed version;
112 fixed fontRevision;
131 fixed version;
150 fixed version;
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dfonts.tcl11 # TkFixedFont -- standard fixed width font
47 # There does not appear to be any recommendations for fixed-width fonts.
108 set F(fixed) "Monaco"
122 font configure TkFixedFont -family $F(fixed) -size $F(fixedsize)
131 set F(fixed) "monospace"
134 set F(fixed) "courier"
148 font configure TkFixedFont -family $F(fixed) -size $F(fixedsize)
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLEFontInstance.h453 * values in a 16.16 fixed point format to floating point.
455 * @param fixed - the fixed point value
461 static inline float fixedToFloat(le_int32 fixed);
465 * floating point values to 16.16 fixed point format.
469 * @return the fixed point value
539 inline float LEFontInstance::fixedToFloat(le_int32 fixed) argument
541 return (float) (fixed / 65536.0);
/macosx-10.10/bind9-45.101/bind9/bin/tools/
H A Dnsec3hash.c69 dns_fixedname_t fixed; local
103 dns_fixedname_init(&fixed);
104 name = dns_fixedname_name(&fixed);
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLErrors.cpp99 RefPtr<Element> fixed = doc->createElement(divTag, true); local
102 fixed->parserSetAttributes(fixedAttributes);
103 reportElement->parserAppendChild(fixed.get());
105 fixed->parserAppendChild(doc->createTextNode(errorMessages));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diomanip.h54 using std::fixed;
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dtestcurl.pl67 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
77 $fixed=0;
268 $infixed=$fixed;
277 $fixed=1;
284 $fixed=2;
291 $fixed=3;
304 if ($fixed < 4) {
305 $fixed=4;
312 print F "fixed='$fixed'\
[all...]

Completed in 177 milliseconds

1234567891011>>