Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
A Dyaml_private.h284 #define IS_Z_AT(string,offset) CHECK_AT((string),'\0',(offset)) macro
286 #define IS_Z(string) IS_Z_AT((string),0)
352 (IS_BREAK_AT((string),(offset)) || IS_Z_AT((string),(offset)))

Completed in 4 milliseconds