Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 224) sorted by relevance

123456789

/minix3/minix/drivers/usb/usbd/hcd/
H A Dhcd_schedule.c288 int checked; in hcd_get_urb() local
293 for (checked = 0; checked < HCD_MAX_URBS; checked++) { in hcd_get_urb()
/minix3/external/bsd/dhcp/dist/common/
H A Dns_name.c311 int checked; in MRns_name_unpack() local
314 checked = 0; in MRns_name_unpack()
332 checked += n + 1; in MRns_name_unpack()
352 checked += 2; in MRns_name_unpack()
358 if (checked >= eom - msg) { in MRns_name_unpack()
/minix3/external/bsd/llvm/dist/llvm/utils/crosstool/ARM/
H A DREADME8 REV_L is the revision at which "llvm" was checked out, and
9 REV_G is the revision at which "llvm-gcc-4.2" was checked out
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-elf-constpool.ll4 ; O0 checked for fastisel purposes. It has a separate path which
/minix3/external/bsd/llvm/dist/llvm/test/Assembler/
H A D2002-03-08-NameCollision.ll4 ; Method arguments were being checked for collisions at the global scope before
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
H A Dmips_abi_flags_xx_set.s36 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg-cmdarg.s41 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg.s43 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dswitch-order-weight.ll3 ; Check that the cases which lead to unreachable are checked after "10"
/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A Dintrinsic-order.td29 // Make sure an intrinsic name that is a prefix of another is checked after the
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_set_verify.pod53 server will send a certificate which will be checked. The result of the
54 certificate verification process can be checked after the TLS/SSL handshake
61 The certificate returned (if any) is checked. If the verification process
122 The certificate chain is checked starting with the deepest nesting level
124 At each level signatures and issuer attributes are checked. Whenever
151 In client mode, it is not checked whether the SSL_VERIFY_PEER flag
/minix3/lib/libc/nameser/
H A Dns_name.c434 int n, len, checked, l; in ns_name_unpack2() local
437 checked = 0; in ns_name_unpack2()
460 checked += l + 1; in ns_name_unpack2()
482 checked += 2; in ns_name_unpack2()
488 if (checked >= eom - msg) { in ns_name_unpack2()
/minix3/external/bsd/llvm/dist/clang/test/Profile/
H A DREADME10 program, .profdata files are checked into Inputs/.
/minix3/usr.bin/make/
H A Dmake.c123 static unsigned int checked = 1;/* Sequence # to detect recursion */ variable
692 checked++; in Make_Update()
1099 if (gn->checked == checked) { in MakeStartJobs()
1107 gn->checked = checked; in MakeStartJobs()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Di64_fp_round.ll12 ; Note that only parts of the sequence are checked for here, to allow
H A D2010-02-12-saveCR.ll8 ; Note that part of what is being checked here is proper register reuse.
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips32/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips64/
H A Dabiflags.s35 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/msa/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dsecurity-syntax-checks.m67 …setuid(2); // expected-warning{{The return value from the call to 'setuid' is not checked. If an …
68 …setuid(0); // expected-warning{{The return value from the call to 'setuid' is not checked. If an …
80 …setreuid(2,2); // expected-warning{{The return value from the call to 'setreuid' is not checked. …
81 …setregid(2,2); // expected-warning{{The return value from the call to 'setregid' is not checked. …
/minix3/crypto/external/bsd/openssl/dist/crypto/dso/
H A DREADME4 I've checked out HPUX (well, version 11 at least) and shl_t is
/minix3/minix/commands/zmodem/
H A Drbsb.c122 char checked = '\0' ; variable
132 lf = read(f, &checked, 1) ; in rdchk()

123456789