Searched refs:hard (Results 1 – 6 of 6) sorted by relevance
52 __u8 hard; member59 __u8 hard; member
72 struct arc_hardware hard; member
381 __u8 hard; member385 __u8 hard; member
578 int hard; in backref() local591 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()
47 … and `System.identityHashCode` for Java objects), but in cases where it's hard to derive an identi…
807 The Go runtime allocates its thread-local "g" variable by searching for a hard-coded magic constant845 XXX: Maybe a sanitizer would want to intercept allocations of TLS memory, and that could be hard if