Searched defs:affinity (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/tools/tools/netmap/
H A Dpkt-gen.c194 int affinity; member in struct:glob_arg
225 int affinity; member in struct:targ
[all...]
/freebsd-10-stable/sys/kern/
H A Dsched_ule.c270 static int affinity; variable
[all...]
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1318 IoConnectInterrupt(kinterrupt **iobj, void *svcfunc, void *svcctx, kspin_lock *lock, uint32_t vector, uint8_t irql, uint8_t syncirql, uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat) argument
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9752 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
10292 char affinity; /* Th member in struct:Expr
10692 char affinity; /* MakeRecord with this affinity for SRT_Set */ member in struct:Select
10748 u8 affinity; /* Affinity used when eDest==SRT_Set */ member in struct:SelectDest
58161 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
63298 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
63341 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
63724 char affinity; /* Affinity to use for comparison */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
74630 char affinity; /* Affinity of the LHS of the IN */ local
74818 char affinity; /* Comparison affinity to use */ local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c14263 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
14869 char affinity; /* The affinity of the column or 0 if not a column */ member in struct:Expr
69912 valueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal, struct ValueNewStat4Ctx *pCtx ) argument
70047 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
70125 stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, struct ValueNewStat4Ctx *pAlloc, sqlite3_value **ppVal ) argument
70199 sqlite3Stat4ProbeSetValue( Parse *pParse, Index *pIdx, UnpackedRecord **ppRec, Expr *pExpr, u8 affinity, int iVal, int *pbOk ) argument
70233 sqlite3Stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, sqlite3_value **ppVal ) argument
77326 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
77376 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
79100 char affinity; /* Affinity to use for comparison */ local
91402 char affinity; /* Affinity of the LHS of the IN */ local
91600 char affinity; /* Comparison affinity to use */ local
[all...]

Completed in 636 milliseconds