OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
66
ev->name = utf8_to_ucs2(name,
isz
, NULL, &ev->namesize);
utils.c
101
*
isz
= bytes in input buffer
111
ucs2_to_utf8(const uint16_t *ibuf, size_t
isz
, char *obuf, size_t *osz)
117
assert(
isz
> 0);
125
dsz =
isz
* sizeof(*dst);
131
* '
isz
' is the number of bytes in the source buffer which
135
n =
isz
/ sizeof(*ibuf); /* max number of characters in input buffer */
173
*
isz
= bytes in input buffer
183
utf8_to_ucs2(const char *ibuf, size_t
isz
, uint16_t *obuf, size_t *osz)
196
dsz =
isz
* sizeof(*dst);
202
for (i = 0; i <
isz
; i++)
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026