Searched refs:extraargs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | sgp40.c | 402 sgp40_cmdr(struct sgp40_sc *sc, uint16_t cmd, uint8_t *extraargs, in sgp40_cmdr() argument 422 while (extraargs != NULL && n < argslen && cmdlen <= 7) { in sgp40_cmdr() 423 fullcmd[cmdlen] = extraargs[n]; in sgp40_cmdr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1155 dag extraargs = (?)> { 1160 !con((IRInt<intname, intparams> $a, $b, $sh), extraargs)>; 1165 $a, $b, $sh), extraargs, (? $pred))>; 1168 multiclass VSHRN<Type outtype, Immediate imm, dag extraargs> { 1169 defm b: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 0))>; 1170 defm t: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 1))>;
|