OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toset
(Results
1 - 4
of
4
) sorted by null
/external/libcups/cups/
transcode.c
154
char
toset
[1024]; /* Destination character set */
local
158
snprintf(
toset
, sizeof(
toset
), "%s//IGNORE", _cupsEncodingName(encoding));
162
map_to_utf8 = iconv_open("UTF-8",
toset
);
283
char
toset
[1024]; /* Destination character set */
local
287
snprintf(
toset
, sizeof(
toset
), "%s//IGNORE", _cupsEncodingName(encoding));
291
map_to_utf8 = iconv_open("UTF-8",
toset
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c
722
int toclear,
toset
; /* bits to clear and to set in all live objects */
local
726
toset
= bitmask(OLDBIT); /* set the old bit of all surviving objects */
731
toset
= luaC_white(g); /* make object white */
747
gch(curr)->marked = cast_byte((marked & toclear) |
toset
);
[
all
...]
/external/skia/third_party/lua/src/
lgc.c
715
int toclear,
toset
; /* bits to clear and to set in all live objects */
local
719
toset
= bitmask(OLDBIT); /* set the old bit of all surviving objects */
724
toset
= luaC_white(g); /* make object white */
740
gch(curr)->marked = cast_byte((marked & toclear) |
toset
);
[
all
...]
/external/syslinux/com32/lua/src/
lgc.c
722
int toclear,
toset
; /* bits to clear and to set in all live objects */
local
726
toset
= bitmask(OLDBIT); /* set the old bit of all surviving objects */
731
toset
= luaC_white(g); /* make object white */
747
gch(curr)->marked = cast_byte((marked & toclear) |
toset
);
[
all
...]
Completed in 2725 milliseconds