/external/kernel-headers/original/linux/ |
netfilter.h | 193 int cond) 195 if (!cond) 239 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) \ 241 if ((__ret=nf_hook_thresh(pf, hook, &(skb), indev, outdev, okfn, INT_MIN, cond)) == 1)\ 343 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) 349 int cond)
|
/external/v8/src/arm/ |
macro-assembler-arm.h | 61 void Jump(Register target, Condition cond = al); 62 void Jump(byte* target, RelocInfo::Mode rmode, Condition cond = al); 63 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); 64 void Call(Register target, Condition cond = al); 65 void Call(byte* target, RelocInfo::Mode rmode, Condition cond = al); 66 void Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); 67 void Ret(Condition cond = al); 71 void Drop(int count, Condition cond = al); 80 Condition cond = al); 327 void CallStub(CodeStub* stub, Condition cond = al) [all...] |
/external/bluetooth/bluez/src/ |
rfkill.c | 68 GIOCondition cond, gpointer data) 78 if (cond & (G_IO_NVAL | G_IO_HUP | G_IO_ERR))
|
/external/bzip2/ |
bzlib_private.h | 59 #define AssertH(cond,errcode) \ 60 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); } 63 #define AssertD(cond,msg) \ 64 { if (!(cond)) { \ 70 #define AssertD(cond,msg) /* */ 89 #define AssertH(cond,errcode) \ 90 { if (!(cond)) bz_internal_error ( errcode ); } 91 #define AssertD(cond,msg) do { } while (0)
|
/external/bluetooth/glib/gthread/ |
gthread-impl.c | 185 g_cond_wait_errorcheck_impl (GCond *cond, 206 g_thread_functions_for_glib_use_default.cond_wait (cond, mutex); 214 g_cond_timed_wait_errorcheck_impl (GCond *cond, 238 retval = g_thread_functions_for_glib_use_default.cond_timed_wait (cond,
|
/external/openssl/crypto/rc4/ |
rc4speed.c | 210 #define COND(d) (count != (d)) 213 #define COND(c) (run) 221 for (count=0,run=1; COND(ca); count+=4) 239 for (count=0,run=1; COND(cc); count++)
|
/external/quake/standalone/ |
main.cpp | 50 void wait(pthread_cond_t& cond) { 51 pthread_cond_wait(&cond, m_pMutex); 53 void signal(pthread_cond_t& cond) { 54 pthread_cond_signal(&cond);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
h324utils.h | 199 #define PV_STAT_SET_TIME(a, cond)\ 201 if(cond == 0){\ 207 #define PV_STAT_SET_TIME(a, cond)
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.h | 245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} 252 # define Assert(cond,msg)
|
/external/speex/libspeex/ |
os_support.h | 155 #define speex_assert(cond) {if (!(cond)) {speex_fatal("assertion failed: " #cond);}}
|
/external/zlib/ |
zutil.h | 245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} 252 # define Assert(cond,msg)
|
/external/v8/src/ |
prettyprinter.cc | 155 Visit(node->cond()); 163 Visit(node->cond()); 178 if (node->cond() != NULL) Visit(node->cond()); 859 PrintIndentedVisit("COND", node->cond()); 866 PrintIndentedVisit("COND", node->cond()); 875 if (node->cond()) PrintIndentedVisit("COND", node->cond()) [all...] |
usage-analyzer.cc | 164 Read(node->cond()); 171 Read(node->cond()); 179 if (node->cond() != NULL) Read(node->cond());
|
full-codegen.cc | 152 Visit(stmt->cond()); 159 Visit(stmt->cond()); 171 if (stmt->cond() != NULL) { 172 Visit(stmt->cond()); 787 VisitForControl(stmt->cond(), &body, loop_statement.break_target()); 819 VisitForControl(stmt->cond(), &body, loop_statement.break_target()); 861 if (stmt->cond() != NULL) { 862 VisitForControl(stmt->cond(), &body, loop_statement.break_target());
|
/external/openssl/crypto/rc2/ |
rc2speed.c | 211 #define COND(d) (count != (d)) 214 #define COND(c) (run) 222 for (count=0,run=1; COND(ca); count+=4) 240 for (count=0,run=1; COND(cb); count+=4) 262 for (count=0,run=1; COND(cc); count++)
|
/bionic/libc/bionic/ |
pthread-timers.c | 106 pthread_cond_t cond; /* signal a state change to thread */ member in struct:thr_timer 188 pthread_cond_signal( &timer->cond ); 357 pthread_cond_init( &timer->cond, NULL ); 396 pthread_cond_signal( &timer->cond ); 506 pthread_cond_signal( &timer->cond ); 554 pthread_cond_wait( &timer->cond, &timer->mutex ); 573 &timer->cond, &timer->mutex, &diff);
|
/external/qemu/tcg/ppc/ |
tcg-target.c | 941 static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, 947 switch (cond) { 1029 static void tcg_out_brcond (TCGContext *s, int cond, 1033 tcg_out_cmp (s, cond, arg1, arg2, const_arg2, 7); 1034 tcg_out_bc (s, tcg_to_bc[cond], label_index); 1042 int cond = args[4], label_index = args[5], op; local 1052 }, *b = &bits[cond]; 1054 switch (cond) { 1057 op = (cond == TCG_COND_EQ) ? CRAND : CRNAND; 1058 tcg_out_cmp (s, cond, args[0], args[2], const_args[2], 6) [all...] |
/external/openssl/apps/ |
speed.c | [all...] |
/bootable/recovery/edify/ |
expr.c | 108 char* cond = Evaluate(state, argv[0]); local 109 if (cond == NULL) { 113 if (BooleanString(cond) == true) { 114 free(cond); 118 free(cond); 121 return StringValue(cond);
|
/external/bluetooth/bluez/common/ |
glib-helper.c | 219 GIOCondition cond, void *user_data) 224 if (cond & (G_IO_ERR | G_IO_HUP | G_IO_NVAL)) { 248 static gboolean connect_watch(GIOChannel *chan, GIOCondition cond, gpointer user_data) 608 GIOCondition cond, gpointer user_data) 621 if (cond & G_IO_NVAL) { 626 if (cond & (G_IO_ERR | G_IO_HUP))
|
/external/bluetooth/bluez/test/ |
btiotest.c | 80 static gboolean io_watch(GIOChannel *io, GIOCondition cond, gpointer user_data) 100 GIOCondition cond; local 156 cond = G_IO_NVAL | G_IO_HUP | G_IO_ERR; 157 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, io_watch, data,
|
hciemu.c | 151 static gboolean io_acl_data(GIOChannel *chan, GIOCondition cond, gpointer data); 152 static gboolean io_conn_ind(GIOChannel *chan, GIOCondition cond, gpointer data); 153 static gboolean io_hci_data(GIOChannel *chan, GIOCondition cond, gpointer data); 872 static gboolean io_acl_data(GIOChannel *chan, GIOCondition cond, gpointer data) 880 if (cond & G_IO_NVAL) { 885 if (cond & G_IO_HUP) { 920 static gboolean io_conn_ind(GIOChannel *chan, GIOCondition cond, gpointer data) 928 if (cond & G_IO_NVAL) 968 static gboolean io_hci_data(GIOChannel *chan, GIOCondition cond, gpointer data)
|
/external/bluetooth/glib/glib/ |
gtimer.c | 184 static GCond* cond = NULL; 197 if (!cond) 198 cond = g_cond_new (); 200 while (g_cond_timed_wait (cond, g_static_mutex_get_mutex (&mutex),
|
/external/freetype/include/freetype/internal/ |
ftmemory.h | 186 #define FT_MEM_SET_ERROR( cond ) ( (cond), error != 0 )
|
/external/bluetooth/bluez/input/ |
device.c | 278 static gboolean rfcomm_io_cb(GIOChannel *chan, GIOCondition cond, gpointer data) 286 if (cond & G_IO_NVAL) 289 if (cond & (G_IO_HUP | G_IO_ERR)) { 414 static gboolean intr_watch_cb(GIOChannel *chan, GIOCondition cond, gpointer data) 423 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->ctrl_watch) 438 if (iconn->ctrl_io && !(cond & G_IO_NVAL)) 444 static gboolean ctrl_watch_cb(GIOChannel *chan, GIOCondition cond, gpointer data) 451 if ((cond & (G_IO_HUP | G_IO_ERR)) && iconn->intr_watch) 460 if (iconn->intr_io && !(cond & G_IO_NVAL))
|