Searched refs:upper (Results 176 - 194 of 194) sorted by relevance

12345678

/freebsd-current/libexec/ftpd/
H A Dftpd.c1537 * on his own due to no permission to upper path components,
2811 upper(cp);
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2840 agSgl.upper = BIT32_TO_LEBIT32(tdIORequest->physUpper32);
2842 agSgl1.upper = 0;
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c110 dst.upper = htole32(HIGH_32_BITS(src))
2895 /* Turn on upper 4 bits of UVM */
2958 /* Turn on upper 4 bits of UUM */
4302 AGTIAPI_PRINTK("agSgl1: upper 0x%x, lower 0x%x, len 0x%x, type %d\n",
4303 pccb->tiSuperScsiRequest.agSgl1.upper,
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1255 MAI.shouldEmitLabelsInUpperCase() ? SymbolName.upper() : SymbolName);
6277 ? LabelVal.upper()
H A DMasmParser.cpp7681 .upper();
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua363 v.definition = "COMPAT_" .. stdcompat:upper()
/freebsd-current/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c1741 satIntIo->satIntSmScsiXchg.smSgl1.upper = satIntIo->satIntDmaMem.physAddrUpper;
1752 satIntIo->satIntSmScsiXchg.smSgl1.upper = 0;
1760 SM_DBG5(("smsatAllocIntIoResource: satIntIo->satIntSmScsiXchg.agSgl1.upper %d\n", satIntIo->satIntSmScsiXchg.smSgl1.upper));
9273 SM_DBG4(("smsatRequestSense: satIntIo->satIntSmScsiXchg.agSgl1.upper %d\n", satIntIo->satIntSmScsiXchg.smSgl1.upper));
9369 SM_DBG4(("smsatRequestSense_1: smSgl1.upper %d\n", smScsiRequest->smSgl1.upper));
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c5602 TI_DBG4(("satRequestSense: satIntIo->satIntTiScsiXchg.agSgl1.upper %d\n", satIntIo->satIntTiScsiXchg.agSgl1.upper));
5716 TI_DBG4(("satRequestSense_1: agSgl1.upper %d\n", tiScsiRequest->agSgl1.upper));
19149 satIntIo->satIntTiScsiXchg.agSgl1.upper = satIntIo->satIntDmaMem.physAddrUpper;
19160 satIntIo->satIntTiScsiXchg.agSgl1.upper = 0;
19168 TI_DBG5(("satAllocIntIoResource: satIntIo->satIntTiScsiXchg.agSgl1.upper %d\n", satIntIo->satIntTiScsiXchg.agSgl1.upper));
/freebsd-current/contrib/ncurses/
H A Dconfigure12701 0x250c upper left corner
12703 0x2510 upper right corner
12736 0x250f upper left corner
12738 0x2513 upper right corner
12748 0x2554 upper left corner
12750 0x2557 upper right corner
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp825 return StringInit::get(RK, LHSs->getValue().upper());
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c790 * Implementation of dtrace_canstore which communicates the upper bound of the
5109 char lower, upper, convert; local
5114 upper = 'z';
5118 upper = 'Z';
5137 if (c >= lower && c <= upper)
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl177 # to @acc[0-7] do "contaminate" upper bits, but they are cleared before
1992 addcc $acc0,$acc4,$acc0 ! accumulate upper half
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1802 // A named operator should be either lower or upper case, but not a mix...
1804 if (Name.compare(Name.lower()) && Name.compare(Name.upper()) &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2120 BeforeParen->TokenText == BeforeParen->TokenText.upper() &&
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h139 uint32_t upper; member in struct:mac_addr
2819 /* For PCP values 4-7 use the map upper */
8274 uint32_t error_bit_map_hi /* 32 upper bits of error bitmap: 1=error, 0=warning */;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3844 return TokError(Mnemonic.upper() + "RCTX requires: predres");
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3989 return Name.upper();
5856 {ELF::NT_S390_HIGH_GPRS, "NT_S390_HIGH_GPRS (s390 upper register halves)"},
5868 "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"},
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5179 std::string UpperOp = Op.upper();
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c1203 ** implements [sqlite3_deserialize()] to set an upper bound on the size
1323 ** upper-most shim only.
1874 ** between 0 and this upper bound as its "offset" argument.
4370 ** [limits | hard upper bound]
4374 ** ^Attempts to increase a limit above its hard upper bound are
4375 ** silently truncated to the hard upper bound.
7322 ** ^The sqlite3_hard_heap_limit64(N) interface sets a hard upper bound of
9813 ** insensitive - equivalent upper and lower case ASCII characters match
11661 ** When enabled, this function returns an upper limit, in bytes, for the size
13796 ** The hard upper limi
[all...]

Completed in 1471 milliseconds

12345678