OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pVal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
92
/// integer bit-width <= 64, it uses VAL, otherwise it uses
pVal
.
95
uint64_t *
pVal
; ///< Used to store the >64 bits integer value.
109
U.
pVal
= val;
157
U.
pVal
[getNumWords() - 1] &= mask;
164
return isSingleWord() ? U.VAL : U.
pVal
[whichWord(bitPosition)];
338
delete[] U.
pVal
;
697
return &U.
pVal
[0];
775
delete[] U.
pVal
;
777
// Use memcpy so that type based alias analysis sees both VAL and
pVal
799
U.
pVal
[0] = RHS
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h
124
const uint64_t *
pVal
;
322
return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.
pVal
, NumWords)),
Expr.h
1444
uint64_t *
pVal
; ///< Used to store the >64 bits integer value.
1459
return llvm::APInt(BitWidth, NumWords,
pVal
);
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
1055
Tcl_Obj *
pVal
;
1057
/* Set
pVal
to contain the i'th column of this row. */
1061
pVal
= Tcl_NewByteArrayObj(sqlite3_value_blob(pIn), bytes);
1067
pVal
= Tcl_NewIntObj((int)v);
1069
pVal
= Tcl_NewWideIntObj(v);
1075
pVal
= Tcl_NewDoubleObj(r);
1079
pVal
= Tcl_NewStringObj(p->pDb->zNull, -1);
1084
pVal
= Tcl_NewStringObj((char *)sqlite3_value_text(pIn), bytes);
1088
rc = Tcl_ListObjAppendElement(p->interp, pCmd,
pVal
);
/src/external/public-domain/sqlite/dist/
shell.c
1963
** Render value
pVal
into pOut
1970
sqlite3_value *
pVal
;
1972
pVal
= sqlite3_value_dup(sqlite3_column_value(p->pStmt,iCol));
1973
z = p->spec.xRender(p->spec.pRenderArg,
pVal
);
1974
sqlite3_value_free(
pVal
);
3492
sqlite3_str *
pVal
;
3516
pVal
= sqlite3_str_new(p->db);
3525
qrfRenderValue(p,
pVal
, i);
3526
zVal = sqlite3_str_value(
pVal
);
3543
sqlite3_str_reset(
pVal
);
[
all
...]
sqlite3.c
10861
** for(rc=sqlite3_vtab_in_first(pList, &
pVal
);
10862
** rc==SQLITE_OK &&
pVal
;
10863
** rc=sqlite3_vtab_in_next(pList, &
pVal
)
10865
** // do something with
pVal
10885
SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *
pVal
, sqlite3_value **ppOut);
10886
SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *
pVal
, sqlite3_value **ppOut);
13814
** integer. Parameter
pVal
points to a buffer containing the text encoded using
13816
** else a negative value, in which case the buffer
pVal
points to is assumed to
13820
sqlite3_changegroup*, int, int, const char *
pVal
, int nVal
13828
** integer. Parameter
pVal
points to a buffer containing the blob. Paramete
[
all
...]
Completed in 81 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026