OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest8
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/cintltst/
idnatest.c
870
char
dest8
[10];
local
[
all
...]
custrtrn.c
1995
char
dest8
[4]={ 3, 3, 3, 3 };
local
[
all
...]
/external/libaom/libaom/av1/common/
av1_inv_txfm2d.c
20
void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *
dest8
,
29
uint16_t *dest = CONVERT_TO_SHORTPTR(
dest8
);
81
void av1_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *
dest8
,
88
uint16_t *dest = CONVERT_TO_SHORTPTR(
dest8
);
/external/icu/icu4c/source/test/intltest/
strcase.cpp
748
char
dest8
[1000];
local
749
length = ucasemap_utf8ToUpper(csm.getAlias(),
dest8
, UPRV_LENGTHOF(
dest8
),
752
StringPiece result8(
dest8
, length);
782
assertEquals(msg + cap + " (memcmp)", 0, memcmp(
dest8
, dest8b, expected8Length));
[
all
...]
Completed in 225 milliseconds