/third_party/icu/icu4c/source/common/ |
H A D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, true)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut in utext_moveIndex32() 88 utext_nativeLength(UText *ut) utext_nativeLength() argument 94 utext_isLengthExpensive(const UText *ut) utext_isLengthExpensive() argument 101 utext_getNativeIndex(const UText *ut) utext_getNativeIndex() argument 111 utext_setNativeIndex(UText *ut, int64_t index) utext_setNativeIndex() argument 145 utext_getPreviousNativeIndex(UText *ut) utext_getPreviousNativeIndex() argument 188 utext_current32(UText *ut) utext_current32() argument 242 utext_char32At(UText *ut, int64_t nativeIndex) utext_char32At() argument 269 utext_next32(UText *ut) utext_next32() argument 309 utext_previous32(UText *ut) utext_previous32() argument 349 utext_next32From(UText *ut, int64_t index) utext_next32From() argument 378 utext_previous32From(UText *ut, int64_t index) utext_previous32From() argument 426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument 462 utext_isWritable(const UText *ut) utext_isWritable() argument 470 utext_freeze(UText *ut) utext_freeze() argument 477 utext_hasMetaData(const UText *ut) utext_hasMetaData() argument 486 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument 503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument 571 UText ut; global() member 578 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) utext_setup() argument 665 utext_close(UText *ut) utext_close() argument 718 invalidateChunk(UText *ut) invalidateChunk() argument 910 utf8TextLength(UText *ut) utf8TextLength() argument 936 utf8TextAccess(UText *ut, int64_t index, UBool forward) utf8TextAccess() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, true)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut in utext_moveIndex32() 88 utext_nativeLength(UText *ut) utext_nativeLength() argument 94 utext_isLengthExpensive(const UText *ut) utext_isLengthExpensive() argument 101 utext_getNativeIndex(const UText *ut) utext_getNativeIndex() argument 111 utext_setNativeIndex(UText *ut, int64_t index) utext_setNativeIndex() argument 145 utext_getPreviousNativeIndex(UText *ut) utext_getPreviousNativeIndex() argument 188 utext_current32(UText *ut) utext_current32() argument 245 utext_char32At(UText *ut, int64_t nativeIndex) utext_char32At() argument 272 utext_next32(UText *ut) utext_next32() argument 312 utext_previous32(UText *ut) utext_previous32() argument 352 utext_next32From(UText *ut, int64_t index) utext_next32From() argument 381 utext_previous32From(UText *ut, int64_t index) utext_previous32From() argument 429 utext_extract(UText *ut, int64_t start, int64_t limit, char16_t *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument 465 utext_isWritable(const UText *ut) utext_isWritable() argument 473 utext_freeze(UText *ut) utext_freeze() argument 480 utext_hasMetaData(const UText *ut) utext_hasMetaData() argument 489 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const char16_t *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument 506 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument 574 UText ut; global() member 581 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) utext_setup() argument 668 utext_close(UText *ut) utext_close() argument 721 invalidateChunk(UText *ut) invalidateChunk() argument 913 utf8TextLength(UText *ut) utf8TextLength() argument 939 utf8TextAccess(UText *ut, int64_t index, UBool forward) utf8TextAccess() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utext.cpp | 41 utext_access(UText *ut, int64_t index, UBool forward) { in utext_access() argument 42 return ut->pFuncs->access(ut, index, forward); in utext_access() 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() argument 52 if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) { in utext_moveIndex32() 55 c = ut->chunkContents[ut in utext_moveIndex32() 88 utext_nativeLength(UText *ut) utext_nativeLength() argument 94 utext_isLengthExpensive(const UText *ut) utext_isLengthExpensive() argument 101 utext_getNativeIndex(const UText *ut) utext_getNativeIndex() argument 111 utext_setNativeIndex(UText *ut, int64_t index) utext_setNativeIndex() argument 145 utext_getPreviousNativeIndex(UText *ut) utext_getPreviousNativeIndex() argument 188 utext_current32(UText *ut) utext_current32() argument 242 utext_char32At(UText *ut, int64_t nativeIndex) utext_char32At() argument 269 utext_next32(UText *ut) utext_next32() argument 309 utext_previous32(UText *ut) utext_previous32() argument 349 utext_next32From(UText *ut, int64_t index) utext_next32From() argument 378 utext_previous32From(UText *ut, int64_t index) utext_previous32From() argument 426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument 462 utext_isWritable(const UText *ut) utext_isWritable() argument 470 utext_freeze(UText *ut) utext_freeze() argument 477 utext_hasMetaData(const UText *ut) utext_hasMetaData() argument 486 utext_replace(UText *ut, int64_t nativeStart, int64_t nativeLimit, const UChar *replacementText, int32_t replacementLength, UErrorCode *status) utext_replace() argument 503 utext_copy(UText *ut, int64_t nativeStart, int64_t nativeLimit, int64_t destIndex, UBool move, UErrorCode *status) utext_copy() argument 571 UText ut; global() member 578 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) utext_setup() argument 665 utext_close(UText *ut) utext_close() argument 718 invalidateChunk(UText *ut) invalidateChunk() argument 910 utf8TextLength(UText *ut) utf8TextLength() argument 936 utf8TextAccess(UText *ut, int64_t index, UBool forward) utf8TextAccess() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | last.c | 59 struct utmp *ut = (struct utmp *)l->arg; in find_and_dlink() local 61 if (!strncmp(ut->ut_line, devname, UT_LINESIZE)) { in find_and_dlink() 89 struct utmp ut; in last_main() local 104 loc -= sizeof(ut); in last_main() 109 xreadall(fd, &ut, sizeof(ut)); in last_main() 110 *tm = ut.ut_tv.tv_sec; in last_main() 111 if (*ut.ut_line == '~') { in last_main() 112 if (!strcmp(ut.ut_user, "runlevel")) ut in last_main() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 58 * UText *ut = whatever(); 60 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) { 70 * UText *ut = whatever(); 71 * int textLength = utext_nativeLength(ut); 72 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) { 122 * UText ut = UTEXT_INITIALIZER; 123 * utext_openUTF8(ut, s, -1, &status); 175 * @param ut Th [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 58 * UText *ut = whatever(); 60 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) { 70 * UText *ut = whatever(); 71 * int textLength = utext_nativeLength(ut); 72 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) { 122 * UText ut = UTEXT_INITIALIZER; 123 * utext_openUTF8(ut, s, -1, &status); 175 * @param ut Th [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utext.h | 58 * UText *ut = whatever(); 60 * for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) { 70 * UText *ut = whatever(); 71 * int textLength = utext_nativeLength(ut); 72 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) { 122 * UText ut = UTEXT_INITIALIZER; 123 * utext_openUTF8(ut, s, -1, &status); 175 * @param ut Th [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | utxttest.cpp | 30 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status); 170 UText *ut = NULL; in TestString() local 196 ut = utext_openUChars(NULL, buf, -1, &status); in TestString() 198 TestAccess(sa, ut, cpCount, cpMap); in TestString() 199 utext_close(ut); in TestString() 207 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString() 209 TestAccess(sa, ut, cpCount, cpMap); in TestString() 210 utext_close(ut); in TestString() 216 ut = utext_openUnicodeString(NULL, &sa, &status); in TestString() 218 TestAccess(sa, ut, cpCoun in TestString() 302 TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) TestCMR() argument 409 TestCopyMove(const UnicodeString &us, UText *ut, UBool move, int32_t nativeStart, int32_t nativeLimit, int32_t nativeDest, int32_t u16Start, int32_t u16Limit, int32_t u16Dest) TestCopyMove() argument 482 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) TestReplace() argument 556 TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) TestAccess() argument 589 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) TestAccessNoClone() argument 851 UText ut; ErrorTest() local 860 UText ut = UTEXT_INITIALIZER; ErrorTest() local 881 UText ut = UTEXT_INITIALIZER; ErrorTest() local 915 UText ut = UTEXT_INITIALIZER; ErrorTest() local 939 UText *ut = NULL; ErrorTest() local 1016 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); ErrorTest() local 1089 UText *ut = utext_openUnicodeString(NULL, &u16str, &status); ErrorTest() local 1157 UText *ut = utext_openReplaceable(NULL, &u16str, &status); ErrorTest() local 1223 UText *ut = NULL; FreezeTest() local 1313 fragTextAccess(UText *ut, int64_t index, UBool forward) fragTextAccess() argument 1374 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) openFragmentedUnicodeString() argument 1443 UText *ut = utext_openUChars(NULL, s, -1, &status); Ticket6847() local 1501 UText *ut = utext_openConstUnicodeString(NULL, &s, &status); Ticket10983() local 1532 UText ut = UTEXT_INITIALIZER; Ticket12130() local [all...] |
H A D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map); 53 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move, 57 UText *ut, // UnicodeText object under test.
|
H A D | lstmbetst.cpp | 144 UText ut = UTEXT_INITIALIZER; in runTestFromFile() local 145 utext_openConstUnicodeString(&ut, &value, &status); in runTestFromFile() 156 engine->findBreaks(&ut, 0, value.length(), actual, false, status); in runTestFromFile() 161 utext_close(&ut); in runTestFromFile() 284 UText ut = UTEXT_INITIALIZER; in runTestWithLargeMemory() local 285 utext_openConstUnicodeString(&ut, &text, &status); in runTestWithLargeMemory() 291 engine->findBreaks(&ut, 0, text.length(), actual, false, status); in runTestWithLargeMemory() 292 utext_close(&ut); in runTestWithLargeMemory()
|
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace.c | 301 get_chunk(struct u_trace *ut, size_t payload_size) in get_chunk() argument 308 if (!list_is_empty(&ut->trace_chunks)) { in get_chunk() 309 chunk = list_last_entry(&ut->trace_chunks, in get_chunk() 340 chunk->utctx = ut->utctx; in get_chunk() 341 chunk->timestamps = ut->utctx->create_timestamp_buffer(ut->utctx, TIMESTAMP_BUF_SIZE); in get_chunk() 350 list_addtail(&chunk->node, &ut->trace_chunks); in get_chunk() 594 u_trace_init(struct u_trace *ut, struct u_trace_context *utctx) in u_trace_init() argument 596 ut->utctx = utctx; in u_trace_init() 597 list_inithead(&ut in u_trace_init() 602 u_trace_fini(struct u_trace *ut) u_trace_fini() argument 611 u_trace_has_points(struct u_trace *ut) u_trace_has_points() argument 617 u_trace_begin_iterator(struct u_trace *ut) u_trace_begin_iterator() argument 632 u_trace_end_iterator(struct u_trace *ut) u_trace_end_iterator() argument 753 u_trace_append(struct u_trace *ut, void *cs, const struct u_tracepoint *tp) u_trace_append() argument 779 u_trace_flush(struct u_trace *ut, void *flush_data, bool free_data) u_trace_flush() argument [all...] |
H A D | u_trace.h | 102 typedef void (*u_trace_record_ts)(struct u_trace *ut, void *cs, 211 void u_trace_init(struct u_trace *ut, struct u_trace_context *utctx); 212 void u_trace_fini(struct u_trace *ut); 214 bool u_trace_has_points(struct u_trace *ut); 218 struct u_trace *ut; member 224 u_trace_begin_iterator(struct u_trace *ut); 227 u_trace_end_iterator(struct u_trace *ut); 273 void u_trace_flush(struct u_trace *ut, void *flush_data, bool free_data);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) 34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) 34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regextxt.h | 25 #define UTEXT_USES_U16(ut) (NULL==((ut)->pFuncs->mapNativeIndexToUTF16)) 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (false) 34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 147 ut::BufferHandleAllocSp buffer; 148 ut::BufferViewSp bufferView; 174 ut::BufferHandleAllocSp vertexAttributesBuffer; 175 ut::BufferHandleAllocSp descriptorsBuffer; 176 ut::BufferHandleAllocSp unusedDescriptorsBuffer; 178 std::vector<ut::BufferViewSp> descriptorsBufferViews; 179 std::vector<ut::ImageViewSp> descriptorImageViews; 180 std::vector<ut::SamplerSp> descriptorSamplers; 181 std::vector<ut::ImageHandleAllocSp> descriptorsImages; 184 std::vector<ut [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 180 ut::BufferHandleAllocSp buffer; 181 ut::BufferViewSp bufferView; 207 ut::BufferHandleAllocSp vertexAttributesBuffer; 208 ut::BufferHandleAllocSp descriptorsBuffer; 210 std::vector<ut::BufferViewSp> descriptorsBufferViews; 211 std::vector<ut::ImageViewSp> descriptorImageViews; 212 std::vector<ut::SamplerSp> descriptorSamplers; 213 std::vector<ut::ImageHandleAllocSp> descriptorsImages; 214 ut::FrameBufferSp frameBuffer; 260 void createVertexAttributeBuffer (ut [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_trace_gallium.c | 77 trace_framebuffer_state(struct u_trace *ut, void *cs, const struct pipe_framebuffer_state *pfb) in trace_framebuffer_state() argument 79 if (likely(!ut->enabled)) in trace_framebuffer_state() 82 trace_framebuffer(ut, cs, pfb); in trace_framebuffer_state() 86 trace_surface(ut, cs, pfb->cbufs[i]); in trace_framebuffer_state() 90 trace_surface(ut, cs, pfb->zsbuf); in trace_framebuffer_state()
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
H A D | utmpx.c | 23 struct utmpx *getutxid(const struct utmpx *ut) in getutxid() argument 29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline() argument 35 struct utmpx *pututxline(const struct utmpx *ut) in pututxline() argument
|
/third_party/musl/src/legacy/ |
H A D | utmpx.c | 23 struct utmpx *getutxid(const struct utmpx *ut) in getutxid() argument 29 struct utmpx *getutxline(const struct utmpx *ut) in getutxline() argument 35 struct utmpx *pututxline(const struct utmpx *ut) in pututxline() argument
|
/third_party/musl/src/math/ |
H A D | hypotf.c | 6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local 12 ut = ux; in hypotf() 14 uy = ut; in hypotf()
|
H A D | hypot.c | 24 union {double f; uint64_t i;} ux = {x}, uy = {y}, ut; in hypot() local 32 ut = ux; in hypot() 34 uy = ut; in hypot()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | hypotf.c | 6 union {float f; uint32_t i;} ux = {x}, uy = {y}, ut; in hypotf() local 12 ut = ux; in hypotf() 14 uy = ut; in hypotf()
|
H A D | hypot.c | 24 union {double f; uint64_t i;} ux = {x}, uy = {y}, ut; in hypot() local 32 ut = ux; in hypot() 34 uy = ut; in hypot()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 71 namespace ut namespace 413 } // ut 441 ut::TypedBuffer<tcu::Vec4> prepareColorBuffer (bool flushAfter = true) const; 442 ut::TypedBuffer<Attribute> prepareVertexAttributes (deUint64 address) const; 716 ut::TypedBuffer<tcu::Vec4> SpvAsmPhysicalStorageBufferVertexInOutInTestInstance::prepareColorBuffer (bool flushAfter) const in prepareColorBuffer() 732 ut::TypedBuffer<tcu::Vec4> buffer(m_context, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, (m_params->elements * m_params->elements), true); in prepareColorBuffer() 742 ut::TypedBuffer<SpvAsmPhysicalStorageBufferVertexInOutInTestInstance::Attribute> 753 ut::TypedBuffer<Attribute> attrs (m_context, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, (m_params->elements * m_params->elements)); in prepareVertexAttributes() 855 ut::Image image (m_context, m_params->elements, m_params->elements, format); in iterate() 864 ut in iterate() [all...] |