HomeSort by relevance Sort by last modified time
    Searched refs:bool_t (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /external/valgrind/main/none/tests/ppc32/
round.c 27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon15710
84 bool_t debug = FALSE;
85 bool_t long_is_64_bits = sizeof(long) == 8;
392 bool_t two_args = TRUE;
  /external/valgrind/main/none/tests/ppc64/
round.c 27 typedef enum { FALSE=0, TRUE } bool_t; typedef in typeref:enum:__anon15735
84 bool_t debug = FALSE;
85 bool_t long_is_64_bits = sizeof(long) == 8;
392 bool_t two_args = TRUE;
  /system/extras/tests/lib/testUtil/
testUtil.c 35 typedef unsigned int bool_t; typedef
  /external/libnfc-nxp/inc/
phNfcTypes.h 116 typedef uint8_t bool_t; /**< \ingroup grp_nfc_common typedef
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c     [all...]
phFriNfc_Llcp.c 94 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp );
849 static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp )
    [all...]
phDnldNfc.c     [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 685 bool_t stdin_eof = FALSE, stdout_eof = FALSE, stderr_eof = FALSE;
693 bool_t child_dead = FALSE;

Completed in 644 milliseconds

1 2 3 45