OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpStr2
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/media_file/
media_file_utility.cc
79
// TODO (hellner): tmpStr and
tmpStr2
seems unnecessary here.
81
unsigned char
tmpStr2
[4];
124
memcpy(
tmpStr2
, &CHUNKheaderObj.fmt_ckSize, 4);
126
(uint32_t)
tmpStr2
[0] + (((uint32_t)
tmpStr2
[1]) << 8) +
127
(((uint32_t)
tmpStr2
[2]) << 16) + (((uint32_t)
tmpStr2
[3]) << 24);
138
memcpy(
tmpStr2
, &_wavFormatObj.formatTag, 2);
140
(uint32_t)
tmpStr2
[0] + (((uint32_t)
tmpStr2
[1])<<8)
[
all
...]
/libcore/benchmarks/src/benchmarks/regression/
StringEqualsBenchmark.java
148
private final String
tmpStr2
= "z012345678901234567890"
158
{
tmpStr2
,
tmpStr2
.substring(2) },
/external/svox/pico/lib/
picopr.c
303
picoos_uchar
tmpStr2
[PR_MAX_DATA_LEN_Z];
[
all
...]
Completed in 286 milliseconds