Searched refs:ubuf (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dtrnstst.c122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
[all...]
/external/icu/icu4c/source/test/iotest/
H A Dtrnstst.c122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dformat.cc125 char* ubuf = new char[ulength]; local
126 if (!port::Snappy_Uncompress(data, n, ubuf)) {
128 delete[] ubuf;
132 result->data = Slice(ubuf, ulength);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c276 memcpy(filter_parameters.buffer, filter_state->ubuf,
277 sizeof(filter_state->ubuf));
339 memcpy(filter_state->ubuf, &filter_parameters.buffer[PITCH_FRAME_LEN],
340 sizeof(filter_state->ubuf));
H A Dintialize.c117 pitchfiltdata->ubuf[k] = 0.0;
H A Dstructs.h101 double ubuf[PITCH_BUFFSIZE]; member in struct:__anon15773
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c276 memcpy(filter_parameters.buffer, filter_state->ubuf,
277 sizeof(filter_state->ubuf));
339 memcpy(filter_state->ubuf, &filter_parameters.buffer[PITCH_FRAME_LEN],
340 sizeof(filter_state->ubuf));
H A Dintialize.c117 pitchfiltdata->ubuf[k] = 0.0;
H A Dstructs.h102 double ubuf[PITCH_BUFFSIZE]; member in struct:__anon33448
/external/chromium_org/media/base/
H A Dyuv_convert.cc294 uint8* ubuf = ybuf + kFilterBufferSize; local
295 uint8* vbuf = ubuf + kFilterBufferSize;
357 ubuf, u_ptr, u_ptr + uv_pitch, uv_source_width, source_uv_fraction);
361 memcpy(ubuf, u_ptr, uv_source_width);
364 u_ptr = ubuf;
366 ubuf[uv_source_width] = ubuf[uv_source_width - 1];
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
/external/icu/icu4c/source/i18n/
H A Duspoof_wsconf.cpp78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
/external/iproute2/misc/
H A Dss.c1275 char ubuf[4096]; local
1276 if (find_users(s.ino, ubuf, sizeof(ubuf)) > 0)
1277 printf(" users:(%s)", ubuf);
1466 char ubuf[4096]; local
1467 if (find_users(r->idiag_inode, ubuf, sizeof(ubuf)) > 0)
1468 printf(" users:(%s)", ubuf);
1850 char ubuf[4096]; local
1851 if (find_users(s.ino, ubuf, sizeo
2015 char ubuf[4096]; local
2069 char ubuf[4096]; local
2323 char ubuf[4096]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c589 UChar ubuf[kUBufMax]; local
593 ulen = utrans_toRules(utrans, FALSE, ubuf, kUBufMax, &status);
607 ulen = utrans_toRules(utrans, TRUE, ubuf, kUBufMax, &status);
615 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
624 ulen = uset_toPattern(uset, ubuf, kUBufMax, FALSE, &status);
H A Dcdattst.c1438 UChar ubuf[kUbufMax]; local
1439 int32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status);
1441 UDateFormat* udfmt = udat_open(UDAT_PATTERN, UDAT_PATTERN, textContextItemPtr->locale, zoneGMT, -1, ubuf, len, &status);
1446 len = udat_format(udfmt, july022008, ubuf, kUbufMax, NULL, &status);
1451 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1456 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
1491 UChar ubuf[kUbufMax]; local
1494 int32_t len = udat_format(udfmt, today, ubuf, kUbufMax, NULL, &status);
1499 } else if (u_strncmp(ubuf, textRelContextItemPtr->expectedFormatToday, kUbufMax) != 0) {
1502 u_austrncpy(bbuf1,textRelContextItemPtr->expectedFormatToday,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMa
[all...]
H A Dcldrtest.c1134 UChar ubuf[64]; /* adjust as needed */ local
1152 u_uastrcpy(ubuf, "[:unassigned:]");
1153 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1187 u_uastrcpy(ubuf, cbuf);
1188 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1195 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1196 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1208 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {
H A Dusettest.c348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
H A Dcnumtst.c2336 UChar ubuf[kNumSysDescripBufMax]; local
2344 ulen = unumsys_getDescription(unumsys, ubuf, kNumSysDescripBufMax, &status);
2346 if ( U_FAILURE(status) || u_strcmp(ubuf, itemPtr->description) != 0 ) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c1135 UChar ubuf[64]; /* adjust as needed */ local
1153 u_uastrcpy(ubuf, "[:unassigned:]");
1154 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1188 u_uastrcpy(ubuf, cbuf);
1189 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1196 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1197 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1209 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {
H A Dusettest.c348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
H A Dcdattst.c1408 UChar ubuf[kUbufMax]; local
1409 int32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status);
1413 udat_applyPattern(udfmt, FALSE, ubuf, len);
1420 len = udat_format(udfmt, july022008, ubuf, kUbufMax, NULL, &status);
1425 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1430 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
H A Dcnumtst.c2333 UChar ubuf[kNumSysDescripBufMax]; local
2341 ulen = unumsys_getDescription(unumsys, ubuf, kNumSysDescripBufMax, &status);
2342 if ( U_FAILURE(status) || u_strcmp(ubuf, itemPtr->description) != 0 ) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc927 PRE_SYSCALL(ustat)(long dev, void *ubuf) {}
929 POST_SYSCALL(ustat)(long res, long dev, void *ubuf) {
931 if (ubuf) POST_WRITE(ubuf, struct_ustat_sz);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp613 const uint8_t *ubuf = (const uint8_t *)buf; local
632 nub_size_t curr_bytes_written = m_task.WriteMemory(curr_addr, curr_size, ubuf + bytes_written);
645 ::memcpy(bp->SavedOpcodeBytes() + opcode_offset, ubuf + bytes_written, intersect_size);
651 bytes_written += m_task.WriteMemory(addr + bytes_written, size - bytes_written, ubuf + bytes_written);
/external/lldb/source/Target/
H A DProcess.cpp2592 const uint8_t *ubuf = (const uint8_t *)buf;
2595 bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf, &error](BreakpointSite *bp) -> void {
2616 ubuf + bytes_written,
2631 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, ubuf + bytes_written, intersect_size);
2638 ubuf + bytes_written,

Completed in 3017 milliseconds

12