Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Drfkill.h52 __u8 hard; member
59 __u8 hard; member
Dif_arcnet.h72 struct arc_hardware hard; member
Dxfrm.h381 __u8 hard; member
385 __u8 hard; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c578 int hard; in backref() local
591 hard = 0; in backref()
592 for (ss = startst; !hard && ss < stopst; ss++) in backref()
657 hard = 1; in backref()
660 if (!hard) { /* that was it! */ in backref()
/bionic/docs/
Dfdsan.md47 … and `System.identityHashCode` for Java objects), but in cases where it's hard to derive an identi…
Delf-tls.md807 The Go runtime allocates its thread-local "g" variable by searching for a hard-coded magic constant
845 XXX: Maybe a sanitizer would want to intercept allocations of TLS memory, and that could be hard if