Home
last modified time | relevance | path

Searched refs:shortv (Results 1 – 5 of 5) sorted by relevance

/external/libcups/scheduler/
Dtype.c551 temp->value.shortv = (unsigned short)strtol(value[1], NULL, 0); in mimeAddTypeRule()
759 short shortv; /* Short value */ in mime_check_rules() local
1056 shortv = (short)((bufptr[0] << 8) | bufptr[1]); in mime_check_rules()
1057 result = (shortv == rules->value.shortv); in mime_check_rules()
Dmime.h77 unsigned short shortv; /* Short value */ member
Dtestmime.c386 printf("short(%d,%d)", rules->offset, rules->value.shortv); in print_rules()
/external/libcxx/include/experimental/
Dsimd305 template <class Abi> using shortv = simd<short, Abi>; // exposition only
426 template <class Abi> shortv<Abi> abs(shortv<Abi> j);
595 template <class Abi> simd_div_t<shortv<Abi>> div(shortv<Abi> numer, shortv<Abi> denom);
/external/llvm-project/libcxx/include/experimental/
Dsimd304 template <class Abi> using shortv = simd<short, Abi>; // exposition only
425 template <class Abi> shortv<Abi> abs(shortv<Abi> j);
594 template <class Abi> simd_div_t<shortv<Abi>> div(shortv<Abi> numer, shortv<Abi> denom);