HomeSort by relevance Sort by last modified time
    Searched refs:DTYPE (Results 1 - 5 of 5) sorted by null

  /external/fec/
gen_ccsds_tal.c 16 #define DTYPE unsigned char
17 DTYPE Taltab[256],Tal1tab[256];
19 static DTYPE tal[] = { 0x8d, 0xef, 0xec, 0x86, 0xfa, 0x99, 0xaf, 0x7b };
  /prebuilts/misc/common/swig/include/2.0.11/d/
typemaps.i 56 %define INPUT_TYPEMAP(TYPE, CTYPE, DTYPE)
58 %typemap(imtype, out="void*") TYPE *INPUT, TYPE &INPUT "DTYPE"
59 %typemap(dtype, out="DTYPE*") TYPE *INPUT, TYPE &INPUT "DTYPE"
85 %typemap(dtype) enum SWIGTYPE *INPUT, enum SWIGTYPE &INPUT "$*dclassname"
140 %define OUTPUT_TYPEMAP(TYPE, CTYPE, DTYPE, TYPECHECKPRECEDENCE)
142 %typemap(imtype, out="void*") TYPE *OUTPUT, TYPE &OUTPUT "out DTYPE"
143 %typemap(dtype, out="DTYPE*") TYPE *OUTPUT, TYPE &OUTPUT "out DTYPE
    [all...]
dprimitives.swg 25 %define SWIG_D_PRIMITIVE(TYPE, DTYPE)
27 %typemap(imtype) TYPE, const TYPE & "DTYPE"
28 %typemap(dtype, cprimitive="1") TYPE, const TYPE & "DTYPE"
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 534 #define DTYPE(x) (((x) & N_TMASK) >> N_BTSHFT)
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 444 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type)
    [all...]

Completed in 920 milliseconds