Home
last modified time | relevance | path

Searched defs:us2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/string/
H A Dstrcasecmp.c81 const u_char *us2 = (const u_char *)s2; in strcasecmp() local
96 const u_char *us2 = (const u_char *)s2; in strncasecmp() local
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); in __ldg() typedef