OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fillvalue
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_nvwrite.c
36
static int
fillvalue
= -1;
variable
84
if (parseHexOrDecimal(aArg, (unsigned int *)&
fillvalue
,
155
{"
fillvalue
" , required_argument, NULL, 'm'},
179
fillvalue
== -1) {
222
} else if (
fillvalue
>= 0) {
233
__memset(rgbDataToWrite,
fillvalue
, ulDataLength);
tpm_nvwrite.c
36
static int
fillvalue
= -1;
variable
84
if (parseHexOrDecimal(aArg, (unsigned int *)&
fillvalue
,
155
{"
fillvalue
" , required_argument, NULL, 'm'},
179
fillvalue
== -1) {
222
} else if (
fillvalue
>= 0) {
233
__memset(rgbDataToWrite,
fillvalue
, ulDataLength);
Completed in 77 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026