OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p4type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sun3/dev/
fb.c
302
int p4,
p4type
, p4size;
local
309
p4type
= P4_FBTYPE(p4);
312
if (
p4type
== P4_ID_COLOR24)
314
if ((
p4type
& P4_ID_MASK) == P4_ID_FASTCOLOR)
317
p4size =
p4type
& P4_SIZE_MASK;
/src/external/public-domain/sqlite/dist/
sqlite3.c
17559
signed char
p4type
; /* One of the P4_xxx constants for p4 */
member in struct:VdbeOp
17565
int i; /* Integer value if
p4type
==P4_INT32 */
17568
i64 *pI64; /* Used when
p4type
is P4_INT64 */
17569
double *pReal; /* Used when
p4type
is P4_REAL */
17570
FuncDef *pFunc; /* Used when
p4type
is P4_FUNCDEF */
17571
sqlite3_context *pCtx; /* Used when
p4type
is P4_FUNCCTX */
17572
CollSeq *pColl; /* Used when
p4type
is P4_COLLSEQ */
17573
Mem *pMem; /* Used when
p4type
is P4_MEM */
17574
VTable *pVtab; /* Used when
p4type
is P4_VTAB */
17575
KeyInfo *pKeyInfo; /* Used when
p4type
is P4_KEYINFO *
[
all
...]
Completed in 63 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026