Searched refs:POS (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.c244 #define POS "\"]" macro
270 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
280 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c483 #define POS "\"]" macro
509 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
519 memcpy(out, POS, (LL(POS) + 1) * sizeof(char));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp379 ProfOStream POS(OS);
380 writeImpl(POS);
386 ProfOStream POS(OS);
388 writeImpl(POS);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js2964 if ( !handleObj.quick && jQuery.expr.match.POS.test( selector ) ) {
4293 POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
4525 } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) {
4532 POS: function( match ) {
4802 POS: function( elem, match, i, array ) {
4813 var origPOS = Expr.match.POS,
5372 POS = jQuery.expr.match.POS,
5443 POS.test( selector ) ?
5472 var pos = POS
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c5391 enum {POS, TRY_NEG}; enumerator in enum:__anon5465
5581 IMM, POS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1821 SDValue POS = DAG.getConstant(bitPos, DL, HalfVT); local
1823 SDValue HBit = DAG.getNode(ISD::SRL, DL, HalfVT, LHS_Lo, POS);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp951 if (llvm::Value *POS = CGF.LoadPassedObjectSize(Base, EltTy)) {
953 return POS;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c514 #define POS sp[1]
512 #define POS macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp499 if (const auto *POS =
501 BOSType = POS->getType();

Completed in 260 milliseconds