Searched refs:uz (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/math/ |
H A D | __rem_pio2l.c | 73 union ldshape u,uz; in __rem_pio2l() local 128 uz.f = x; in __rem_pio2l() 129 uz.i.se = 0x3fff + 23; in __rem_pio2l() 130 z = uz.f; in __rem_pio2l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __rem_pio2l.c | 73 union ldshape u,uz; in __rem_pio2l() local 128 uz.f = x; in __rem_pio2l() 129 uz.i.se = 0x3fff + 23; in __rem_pio2l() 130 z = uz.f; in __rem_pio2l()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralEnumPropertyNames.js | 26 const uz = { 82 var uz = (_e = {},
|
/third_party/icu/icu4c/source/common/ |
H A D | locmap.cpp | 742 ILCID_POSIX_SUBTABLE(uz) { in ILCID_POSIX_SUBTABLE() 743 {0x43, "uz"}, in ILCID_POSIX_SUBTABLE() 937 ILCID_POSIX_MAP(uz), /* uz Uzbek 0x43 */
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locmap.cpp | 742 ILCID_POSIX_SUBTABLE(uz) { in ILCID_POSIX_SUBTABLE() 743 {0x43, "uz"}, in ILCID_POSIX_SUBTABLE() 937 ILCID_POSIX_MAP(uz), /* uz Uzbek 0x43 */
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locmap.cpp | 742 ILCID_POSIX_SUBTABLE(uz) { in ILCID_POSIX_SUBTABLE() 743 {0x43, "uz"}, in ILCID_POSIX_SUBTABLE() 937 ILCID_POSIX_MAP(uz), /* uz Uzbek 0x43 */
|
/third_party/sqlite/src/ |
H A D | shell.c | 17839 const unsigned char *uz; in exec_prepared_stmt_columnar() local 17891 uz = (const unsigned char*)sqlite3_column_name(pStmt,i); in exec_prepared_stmt_columnar() 17892 azData[i] = translateForDisplayAndDup(uz, &zNotUsed, wx, bw); in exec_prepared_stmt_columnar() 17913 uz = azNextLine[i]; in exec_prepared_stmt_columnar() 17914 if( uz==0 ) uz = (u8*)zEmpty; in exec_prepared_stmt_columnar() 17918 uz = (const unsigned char*)azQuoted[i]; in exec_prepared_stmt_columnar() 17920 uz = (const unsigned char*)sqlite3_column_text(pStmt,i); in exec_prepared_stmt_columnar() 17921 if( uz==0 ) uz in exec_prepared_stmt_columnar() [all...] |
Completed in 35 milliseconds