Searched refs:terminator (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dtest-realpath.cpp23 static bool terminator(char c) { return c == 0 || c == '/'; } function
32 } else if (path[0] == '.' && terminator(path[1])) {
36 } else if (path[0] == '.' && path[1] == '.' && terminator(path[2])) {
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-armv8.pl310 .quad 0 // terminator
329 .long 0 //terminator

Completed in 75 milliseconds