OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/efi/
efiio.h
63
size_t
isz
= strlen(name) + 1;
local in function:efi_var_init
66
ev->name = utf8_to_ucs2(name,
isz
, NULL, &ev->namesize);
utils.c
100
*
isz
= bytes in input buffer
110
ucs2_to_utf8(const uint16_t *ibuf, size_t
isz
, char *obuf, size_t *osz)
116
assert(
isz
> 0);
124
dsz =
isz
* sizeof(*dst);
130
* '
isz
' is the number of bytes in the source buffer which
134
n =
isz
/ sizeof(*ibuf); /* max number of characters in input buffer */
172
*
isz
= bytes in input buffer
182
utf8_to_ucs2(const char *ibuf, size_t
isz
, uint16_t *obuf, size_t *osz)
195
dsz =
isz
* sizeof(*dst);
201
for (i = 0; i <
isz
; i++)
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025