Searched defs:hard (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Dfpstate.h30 struct vfp_hard_struct hard; member in union:vfp_state
52 struct fp_hard_struct hard; member in union:fp_state
/bionic/libc/kernel/arch-sh/asm/
H A Dprocessor_64.h82 struct sh_fpu_hard_struct hard; member in union:sh_fpu_union
/bionic/libc/kernel/common/linux/
H A Dif_arcnet.h83 struct arc_hardware hard; member in struct:archdr
/bionic/libc/regex/
H A Dengine.c345 /* cases where length of match is hard to find */
483 int hard; local
492 hard = 0;
493 for (ss = startst; !hard && ss < stopst; ss++)
558 hard = 1;
561 if (!hard) { /* that was it! */
568 /* the hard stuff */
569 AT("hard", sp, stop, ss, stopst);

Completed in 122 milliseconds