Home
last modified time | relevance | path

Searched defs:ctz (Results 1 – 4 of 4) sorted by relevance

/third_party/littlefs/
Dlfs.c399 static void lfs_ctz_fromle32(struct lfs_ctz *ctz) { in lfs_ctz_fromle32()
405 static void lfs_ctz_tole32(struct lfs_ctz *ctz) { in lfs_ctz_tole32()
1119 struct lfs_ctz ctz; in lfs_dir_getinfo() local
2834 struct lfs_ctz ctz; local
3849 struct lfs_ctz ctz; local
Dlfs.h360 } ctz; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java1340 TimeZone ctz = TimeZone.getTimeZone(correctName); in TestOddTimeZoneNames() local
/third_party/quickjs/
Dlibbf.c107 static inline int ctz(limb_t a) in ctz() function