Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm64-abi-vector.c22 double sum = fixed; in varargs_vec_3c()
23 va_start(ap, fixed); in varargs_vec_3c()
42 double sum = fixed; in varargs_vec_4c()
43 va_start(ap, fixed); in varargs_vec_4c()
62 double sum = fixed; in varargs_vec_5c()
63 va_start(ap, fixed); in varargs_vec_5c()
84 double sum = fixed; in varargs_vec_9c()
85 va_start(ap, fixed); in varargs_vec_9c()
105 double sum = fixed; in varargs_vec_19c()
125 double sum = fixed; in varargs_vec_3s()
[all …]
H A Darm-abi-vector.c30 double sum = fixed; in varargs_vec_2i()
31 va_start(ap, fixed); in varargs_vec_2i()
56 double sum = fixed; in varargs_vec_3c()
57 va_start(ap, fixed); in varargs_vec_3c()
87 double sum = fixed; in varargs_vec_5c()
88 va_start(ap, fixed); in varargs_vec_5c()
121 double sum = fixed; in varargs_vec_9c()
122 va_start(ap, fixed); in varargs_vec_9c()
149 double sum = fixed; in varargs_vec_19c()
180 double sum = fixed; in varargs_vec_3s()
[all …]
/minix/external/bsd/bind/dist/lib/isc/unix/
H A Dstdtime.c44 isc_boolean_t fixed = ISC_FALSE; in fix_tv_usec() local
47 fixed = ISC_TRUE; in fix_tv_usec()
53 fixed = ISC_TRUE; in fix_tv_usec()
62 if (fixed) in fix_tv_usec()
/minix/external/bsd/bind/dist/bin/tests/system/rrsetorder/
H A Dtests.sh38 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
39 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
51 -p 5300 @10.53.0.1 fixed.example > dig.out.fixed || ret=1
53 cp dig.out.fixed dig.out.$j
55 cmp -s dig.out.fixed dig.out.$j && matches=`expr $matches + 1`
159 -p 5300 @10.53.0.2 fixed.example > dig.out.fixed || ret=1
160 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
273 -p 5300 @10.53.0.2 fixed.example > dig.out.fixed || ret=1
274 cmp -s dig.out.fixed dig.out.fixed.good || ret=1
371 -p 5300 @10.53.0.3 fixed.example > dig.out.fixed || ret=1
[all …]
/minix/external/historical/nawk/dist/
H A DFIXES87 fixed long-standing overflow bug in run.c; many thanks to
98 fixed a long-standing issue with when FS takes effect. a
126 fixed some null pointer refs calling adjbuf.
161 core dump on linux with BEGIN {nextfile}, now fixed.
556 up using the same space. [fixed later]
634 fixed call to time in run.c (bltin); arg is time_t *.
679 fixed yet another subtle self-assignment problem:
765 fixed silly bug in hex parsing in hexstr().
768 fixed unchecked array overwrite in relex().
978 fixed egregious error in toupper/tolower functions.
[all …]
/minix/external/bsd/bind/dist/bin/tests/system/rrsetorder/ns1/
H A Droot.db28 fixed.example. A 1.2.3.4
29 fixed.example. A 1.2.3.3
30 fixed.example. A 1.2.3.1
31 fixed.example. A 1.2.3.2
/minix/external/bsd/dhcp/dist/doc/examples/
H A Ddhcpd-dhcpv6.conf54 fixed-address6 3ffe:501:ffff:100::1234;
57 fixed-prefix6 3ffe:501:ffff:101::/64;
73 fixed-address6 3ffe:501:ffff:100::4321;
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
H A Dfixed.pass.cpp26 std::ios_base& r = std::fixed(ios); in main()
28 assert(ios.flags() & std::ios::fixed); in main()
/minix/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
H A Dfixed.pass.cpp26 std::ios_base& r = std::fixed(ios); in main()
28 assert(ios.flags() & std::ios::fixed); in main()
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c119 int fixed; member
144 bm->fixed = 0; in idn_ucsset_create()
208 if (ctx->fixed) in idn_ucsset_fix()
211 ctx->fixed = 1; in idn_ucsset_fix()
274 if (!ctx->fixed) { in idn_ucsset_lookup()
331 if (ctx->fixed) { in addrange()
H A Ducsmap.c111 int fixed; /* already fixed? */ member
141 ctx->fixed = 0; in idn_ucsmap_create()
181 if (ctx->fixed) { in idn_ucsmap_add()
234 if (ctx->fixed) in idn_ucsmap_fix()
237 ctx->fixed = 1; in idn_ucsmap_fix()
280 if (!ctx->fixed) { in idn_ucsmap_map()
/minix/external/bsd/libc++/dist/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp40 assert(std::ios_base::fixed); in main()
58 & std::ios_base::fixed in main()
80 | std::ios_base::fixed)); in main()
/minix/external/bsd/libc++/dist/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp40 assert(std::ios_base::fixed); in main()
58 & std::ios_base::fixed in main()
80 | std::ios_base::fixed)); in main()
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG860 * igmp.c: fixed possible division by zero
3460 * sockets.c: fixed bug #5067 (essentialy a signed/unsigned warning fixed
3920 * DHCP dhcp_inform() crash bug fixed.
4090 been fixed.
4116 application; this has been fixed.
4119 lengths. This has been fixed.
4127 failed, this has been fixed.
4138 portability issues have been fixed.
4225 large. This has been fixed.
4228 has been fixed.
[all …]
/minix/external/bsd/bind/dist/bin/tools/
H A Dnsec3hash.c72 dns_fixedname_t fixed; in main() local
106 dns_fixedname_init(&fixed); in main()
107 name = dns_fixedname_name(&fixed); in main()
/minix/external/bsd/bind/dist/lib/dns/tests/
H A Ddbversion_test.c191 dns_fixedname_t fixed; in find() local
199 dns_fixedname_init(&fixed); in find()
204 dns_fixedname_name(&fixed), &rdataset, NULL); in find()
293 dns_fixedname_t fixed; in findrdataset() local
302 dns_fixedname_init(&fixed); in findrdataset()
348 dns_fixedname_t fixed; in deleterdataset() local
357 dns_fixedname_init(&fixed); in deleterdataset()
403 dns_fixedname_t fixed; in subtract() local
414 dns_fixedname_init(&fixed); in subtract()
513 dns_fixedname_t fixed; in addrdataset() local
[all …]
/minix/external/mit/expat/dist/amiga/
H A DREADME.txt50 5.2 - fixed XML_Parse 68k stub which enables xmlviewer to work
56 5.1 - fixed package archive which was missing libexpat.so
57 - fixed library protection bits
58 - fixed up copyright notices
79 4.1 - fixed memory freeing bug in shared library version
/minix/games/adventure/
H A Dsubr.c467 fixed[bear] = -1; in trbridge()
584 if (fixed[obj] != 0) in trtake()
692 fixed[vase] = -1; in trdrop()
742 fixed[chain] = -1; in tropen()
753 fixed[chain] = 0; in tropen()
909 fixed[axe] = -1; in trtoss()
956 fixed[axe] = 0; in trfeed()
977 fixed[vase] = -1; in trfill()
1019 fixed[chain] = 0; in closing()
1021 fixed[axe] = 0; in closing()
[all …]
H A Dvocab.c66 j = fixed[object]; in juggle()
79 from = fixed[object - 100]; in move()
116 fixed[object - 100] = where; in drop()
/minix/external/bsd/bind/dist/bin/tests/
H A Dmakejournal.c69 dns_fixedname_t fixed; in loadzone() local
72 dns_fixedname_init(&fixed); in loadzone()
73 name = dns_fixedname_name(&fixed); in loadzone()
/minix/external/bsd/dhcp/dist/client/
H A Ddhclient.conf.example20 fixed-address 192.5.5.213;
26 fixed-address 192.33.137.200;
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dencode.mm67 template<int Dim1 = -1, int Dim2 = -1> struct fixed {
68 template<int D> struct rebind { typedef fixed<D> other; };
85 class vector< Element, fixed<Size> >
88 typedef vector< float, fixed<4> > vector4f;
90 …// CHECK: @_ZN11rdar93574002ggE = constant [49 x i8] c"{vector<float, rdar9357400::fixed<4, -1> >=…
/minix/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-importkey.c66 static dns_fixedname_t fixed; variable
79 dns_fixedname_init(&fixed); in initname()
80 name = dns_fixedname_name(&fixed); in initname()
188 dns_fixedname_init(&fixed); in loadkey()
189 name = dns_fixedname_name(&fixed); in loadkey()
/minix/lib/libc/db/
H A Dchangelog7 recno: Rework fixed-length records so that closing and reopening
27 Return to a fixed stack.
47 Create fixed-length intermediate records past "end" of DB
49 Realloc bug when reading in fixed records.
/minix/external/bsd/llvm/dist/llvm/utils/valgrind/
H A Dx86_64-pc-linux-gnu.supp77 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
83 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1

12345678910>>...20