Home | History | Annotate | Download | only in doc

Lines Matching full:primitive

200 * Primitive Types::             Built-in types.
205 File: libffi.info, Node: Primitive Types, Next: Structures, Up: Types
207 2.3.1 Primitive Types
286 File: libffi.info, Node: Structures, Next: Type Example, Prev: Primitive Types, Up: Types
491 * ffi_type_double: Primitive Types. (line 41)
492 * ffi_type_float: Primitive Types. (line 38)
493 * ffi_type_longdouble: Primitive Types. (line 71)
494 * ffi_type_pointer: Primitive Types. (line 75)
495 * ffi_type_schar: Primitive Types. (line 47)
496 * ffi_type_sint: Primitive Types. (line 62)
497 * ffi_type_sint16: Primitive Types. (line 23)
498 * ffi_type_sint32: Primitive Types. (line 29)
499 * ffi_type_sint64: Primitive Types. (line 35)
500 * ffi_type_sint8: Primitive Types. (line 17)
501 * ffi_type_slong: Primitive Types. (line 68)
502 * ffi_type_sshort: Primitive Types. (line 56)
503 * ffi_type_uchar: Primitive Types. (line 44)
504 * ffi_type_uint: Primitive Types. (line 59)
505 * ffi_type_uint16: Primitive Types. (line 20)
506 * ffi_type_uint32: Primitive Types. (line 26)
507 * ffi_type_uint64: Primitive Types. (line 32)
508 * ffi_type_uint8: Primitive Types. (line 14)
509 * ffi_type_ulong: Primitive Types. (line 65)
510 * ffi_type_ushort: Primitive Types. (line 53)
511 * ffi_type_void: Primitive Types. (line 10)
525 Node: Primitive Types7412