Home
last modified time | relevance | path

Searched refs:zero_length (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/string/aarch64/
Dmemchr.S53 cbz cntin, L(zero_length)
141 L(zero_length):
/external/llvm-project/libc/AOR_v20.02/string/aarch64/
Dmemchr.S52 cbz cntin, L(zero_length)
140 L(zero_length):
/external/freetype/src/sfnt/
Dttload.c63 FT_Bool zero_length = FALSE; in tt_face_lookup_table() local
89 zero_length = TRUE; in tt_face_lookup_table()
95 if ( zero_length ) in tt_face_lookup_table()
/external/skia/src/utils/
DSkPolyUtils.cpp83 static inline bool zero_length(const SkPoint& v, SkScalar vdotv) { in zero_length() function
109 if (zero_length(v0, v0dotv0)) { in compute_intersection()
112 if (zero_length(v1, v1dotv1)) { in compute_intersection()
140 if (zero_length(v1, v1dotv1)) { in compute_intersection()