Searched refs:here (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 127 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) in __weak_alias() 128 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) in __weak_alias() 129 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) in __weak_alias() 179 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 180 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 181 #define ISSETBACK(v, n) ((v)[here - (n)])
|
D | engine.c | 978 onestate here; /* note, macros know this name */ in step() local 984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step() 1035 INIT(here, pc); in step() 1055 if (ISSTATEIN(aft, here)) { in step()
|
/bionic/linker/ |
D | ld.config.format.md | 52 # Default namespace search path. Note that ${LIB} here is substituted with "lib" for 32bit targets
|
/bionic/ |
D | README.md | 37 `__cxa_pure_virtual` live here. 68 # because it's architecture-specific. There will be a .mk file in here that 72 # They live here.
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 13 [here](README.md).
|
D | README.md | 11 [here](README_marshmallow_and_earlier.md).
|
/bionic/docs/ |
D | fdsan.md | 184 ...in the obviously correct bystander? What's going on here?
|
D | elf-tls.md | 601 ** It is only provided here for the benefit of the system dynamic
|