Searched refs:need (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dscop-19.c18 d_growable_string_resize (struct d_growable_string *dgs, size_t need) argument
22 while (newalc < need)
28 size_t need; local
29 if (need > dgs->alc)
30 d_growable_string_resize (dgs, need);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dinstruction_packing-006.s1 ;; sequence control operands need to be packed with nop's
/netbsd-6-1-5-RELEASE/tools/llvm/
H A DMakefile12 realdepends realall: config/config.status need-dl \
29 need-dl:
30 printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c
31 if ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c > /dev/null 2>&1; then \
33 elif ${HOST_CC} -o need-dl.out -D_GNU_SOURCE need-dl.c -ldl > /dev/null 2>&1; then \
39 CLEANFILES+= need-dl need-dl.c need
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dempty.s1 # An empty source file for tests that need no instructions.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dle-fpconst.s2 # These need ARM specific support because 8 byte fp constants in little
H A Dimmed.s1 @ Tests for complex immediate expressions - none of these need
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dpop-op.s2 # No need to check the canonical three constants.
H A Dswym-op.s2 # No need to check the canonical three constants.
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c138 size_t need = 1 ; /*%< for null byte */ local
174 need += strlen(pw->pw_name) + 1; /*%< one for fieldsep */
175 need += strlen(pw->pw_passwd) + 1;
176 need += strlen(pwUid) + 1;
177 need += strlen(pwGid) + 1;
178 need += strlen(pwClass) + 1;
179 need += strlen(pwChange) + 1;
180 need += strlen(pwExpire) + 1;
181 need += strlen(pw->pw_gecos) + 1;
182 need
413 size_t need = 1; /*%< for null byte */ local
582 size_t need = 1; /*%< for null byte */ local
742 size_t need = 1; /*%< for null byte */ local
888 size_t need = 1; /*%< for null byte */ local
1151 size_t need = 1; /*%< for nul byte */ local
1317 size_t need = 1; /*%< for null byte */ local
1491 size_t need = 1; /*%< for null byte */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-powerpc/
H A Dtocopt.s26 # no need for got entry, optimise to nop,addi
39 # no need for toc entry, optimise to nop,addi
/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dvfprintf.c7 #error need vfprintf() or doprint()
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsocket-client.c35 We may also need to deal with socket routine error codes differently
62 socket_buffer_input (void *closure, char *data, size_t need, size_t size, argument
75 assert (size >= need);
109 while (*got < need);
174 /* no need to flush children of an endpoint buffer here */
H A Dgssapi-client.c43 recv_bytes (int sock, char *buf, int need) argument
45 while (need > 0)
49 got = recv (sock, buf, need, 0);
56 need -= got;
70 * I think, basically, it will need to use buf_output and buf_read directly
138 int need; local
148 need = ((cbuf[0] & 0xff) << 8) | (cbuf[1] & 0xff);
150 if (need > sizeof buf)
179 recv_bytes (sock, buf, need);
180 tok_in.length = need;
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Ddisplay.c238 int need, nread; local
250 for (need = blocksize, nread = 0;;) {
257 if (need == blocksize)
259 if (!need && vflag != ALL &&
265 memset((char *)curp + nread, 0, need);
270 length == -1 ? need : MIN(length, need), stdin);
280 if (!(need -= n)) {
291 need = blocksize;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dbignum.c83 size_t need = mp_unsigned_bin_size((mp_int *) n); local
84 if (len && need > *len) {
85 *len = need;
93 *len = need;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Dcrange-2a.s1 ! Simple example with assembler-generated .cranges that do not need more
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/string/
H A Dswab.S9 lsrl #1,%d0 | count is in bytes; we need words
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/ofppc/
H A Dmsg.md.en78 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to
82 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
83 in size, or a pair of PReP partitions. The PReP partitions need to be at
84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
H A Dmsg.md.es79 {You need to have two PReP partitions to boot an IBM RS/6000. One needs to
83 {In order to boot ofppc, you need either a FAT12 partition of at least 2MB
84 in size, or a pair of PReP partitions. The PReP partitions need to be at
85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Db-bend1.d10 # not-correct-YZ-field and might need tweaking if the implementation
/netbsd-6-1-5-RELEASE/external/bsd/llvm/
H A Dlink.mk24 LDADD_NEED_DL= cat ${LLVM_TOOLCONF_OBJDIR}/need-dl
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dunimplemented.s3 ; You may need to remove some from here as new insns emerge.
5 ; not contain duplicate entries. No compelling need for complete coverage.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/
H A Dsetup.com4 $! Note: you need a DCL-compatible gnu make.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dkex.c400 u_int mode, ctos, need; local
475 need = 0;
478 if (need < newkeys->enc.key_len)
479 need = newkeys->enc.key_len;
480 if (need < newkeys->enc.block_size)
481 need = newkeys->enc.block_size;
482 if (need < newkeys->mac.key_len)
483 need = newkeys->mac.key_len;
485 /* XXX need runden? */
486 kex->we_need = need;
500 derive_key(Kex *kex, int id, u_int need, u_char *hash, u_int hashlen, BIGNUM *shared_secret) argument
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/blast/
H A Dblast.c58 * Return need bits from the input stream. This always leaves less than
59 * eight bits in the buffer. bits() works properly for need == 0.
68 local int bits(struct state *s, int need) argument
72 /* load at least need bits into val */
74 while (s->bitcnt < need) {
84 /* drop need bits and update buffer, always zero to seven bits left */
85 s->bitbuf = val >> need;
86 s->bitcnt -= need;
88 /* return need bits, zeroing the bits above that */
89 return val & ((1 << need)
[all...]

Completed in 304 milliseconds

1234567891011>>