Searched refs:hard (Results 1 – 6 of 6) sorted by relevance
40 __u8 hard; member47 __u8 hard; member
60 struct arc_hardware hard; member
375 __u8 hard; member379 __u8 hard; member
658 int hard; in backref() local672 hard = 0; in backref()673 for (ss = startst; !hard && ss < stopst; ss++) in backref()767 hard = 1; in backref()770 if (!hard) { /* that was it! */ in backref()
49 … 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