Home
last modified time | relevance | path

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

12345678910>>...20

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm64-abi-vector.c16 double varargs_vec_3c(int fixed, ...) { in varargs_vec_3c() argument
22 double sum = fixed; in varargs_vec_3c()
23 va_start(ap, fixed); in varargs_vec_3c()
36 double varargs_vec_4c(int fixed, ...) { in varargs_vec_4c() argument
42 double sum = fixed; in varargs_vec_4c()
43 va_start(ap, fixed); in varargs_vec_4c()
56 double varargs_vec_5c(int fixed, ...) { in varargs_vec_5c() argument
62 double sum = fixed; in varargs_vec_5c()
63 va_start(ap, fixed); in varargs_vec_5c()
76 double varargs_vec_9c(int fixed, ...) { in varargs_vec_9c() argument
[all …]
H A Darm-abi-vector.c15 double varargs_vec_2i(int fixed, ...) { in varargs_vec_2i() argument
30 double sum = fixed; in varargs_vec_2i()
31 va_start(ap, fixed); in varargs_vec_2i()
46 double varargs_vec_3c(int fixed, ...) { in varargs_vec_3c() argument
56 double sum = fixed; in varargs_vec_3c()
57 va_start(ap, fixed); in varargs_vec_3c()
72 double varargs_vec_5c(int fixed, ...) { in varargs_vec_5c() argument
87 double sum = fixed; in varargs_vec_5c()
88 va_start(ap, fixed); in varargs_vec_5c()
103 double varargs_vec_9c(int fixed, ...) { in varargs_vec_9c() argument
[all …]
/minix3/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()
/minix3/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 …]
/minix3/external/historical/nawk/dist/
H A DFIXES35 fixed obscure call by value bug in split(a[1],a) reported on
57 removed fixed limit on number of open files; thanks to aleksey
60 fixed day 1 bug that resurrected deleted elements of ARGV when
78 fixed a subtle (and i hope low-probability) overflow error
87 fixed long-standing overflow bug in run.c; many thanks to
90 fixed bug that didn't parse -vd=1 properly; thanks to santiago
98 fixed a long-standing issue with when FS takes effect. a
111 fixed typo in b.c that set tmpvec wrongly. no one had ever
118 fixed memory fault caused by out of order test in setsval.
126 fixed some null pointer refs calling adjbuf.
[all …]
/minix3/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
/minix3/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;
/minix3/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()
/minix3/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()
/minix3/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()
/minix3/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()
/minix3/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()
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG36 * httpd: LWIP_HTTPD_POST_MANUAL_WND: fixed double-free when httpd_post_data_recved
40 * tcp: fixed bug #50418: LWIP_EVENT_API: fix invalid calbacks for SYN_RCVD pcb
43 * sockets.c: fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX)
46 * sockets.c: fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392)
49 * LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)
89 * api_lib.c: fixed race condition in return value of netconn_gethostbyname()
97 * fixed compiling with IPv4 disabled (IPv6 only case)
100 * api_lib.c: fixed bug #49725 (send-timeout: netconn_write() can return
104 * tcpi_in.c: fixed bug #49717 (window size in received SYN and SYN-ACK
108 * dhcp.c: fixed bug #49676 (Possible endless loop when parsing dhcp options)
[all …]
/minix3/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()
/minix3/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 …]
/minix3/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
/minix3/games/adventure/
H A Dsubr.c83 if (place[objj] == loc || fixed[objj] == loc) in at()
245 if (at(j) && fixed[j] == 0) in fdwarf()
467 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()
756 fixed[bear] = 2 - prop[bear]; in tropen()
909 fixed[axe] = -1; in trtoss()
956 fixed[axe] = 0; in trfeed()
[all …]
H A Dvocab.c66 j = fixed[object]; in juggle()
79 from = fixed[object - 100]; in move()
116 fixed[object - 100] = where; in drop()
/minix3/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()
/minix3/external/bsd/dhcp/dist/client/
H A Ddhclient.conf.example20 fixed-address 192.5.5.213;
26 fixed-address 192.33.137.200;
/minix3/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> >=…
/minix3/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()
/minix3/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.
/minix3/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