Searched refs:ugh (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | flavors | 13 bar = ${ugh} 14 ugh = Hello
|
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 261 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1); in UpsampleRgbaLinePairNEON() local 263 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); in UpsampleRgbaLinePairNEON() 309 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1); in UpsampleRgbaLinePairNEON() local 311 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); in UpsampleRgbaLinePairNEON()
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 4054 bar = $(ugh) 4055 ugh = Huh? 4060 `$(ugh)' which finally expands to `Huh?'. 5296 sources := foo.c bar.c baz.s ugh.h 5300 says that `foo' depends of `foo.c', `bar.c', `baz.s' and `ugh.h'
|
D | make.texi | 4910 bar = $(ugh) 4911 ugh = Huh? 4918 expands to @samp{$(ugh)} which finally expands to @samp{Huh?}.@refill 6447 sources := foo.c bar.c baz.s ugh.h 6454 @file{baz.s} and @file{ugh.h} but only @file{foo.c}, @file{bar.c} and
|