Searched refs:is_last (Results 1 – 2 of 2) sorted by relevance
/crypto/asn1/ |
A D | a_strex.cc | 45 BIO *out, int is_first, int is_last) { in do_esc_char() argument 65 (is_last && (c == ' '))) { in do_esc_char() 129 const int is_last = CBS_len(&cbs) == 0; in do_buf() local 141 is_first && i == 0, is_last && i == utf8_len - 1); in do_buf() 148 int len = do_esc_char(c, flags, quotes, out, is_first, is_last); in do_buf()
|
/crypto/ |
A D | cpu_intel.cc | 97 static void handle_cpu_env(uint32_t out[2], const char *in, bool is_last) { in handle_cpu_env() argument 111 if (end == start || (*end != '\0' && (is_last || *end != ':')) || in handle_cpu_env()
|
Completed in 4 milliseconds