Searched defs:dummy (Results 1 - 25 of 220) sorted by relevance

123456789

/external/e2fsprogs/intl/
H A Dosdep.c23 typedef int dummy; typedef
/external/openssl/crypto/evp/
H A Dopenbsd_hw.c57 static void *dummy=&dummy; variable
H A De_camellia.c128 static void *dummy=&dummy; variable
H A De_old.c60 static void *dummy = &dummy; variable
H A Dp_open.c124 static void *dummy=&dummy; variable
/external/libvpx/vpx_mem/memory_manager/
H A Dhmm_grow.c28 /* Chunk does not have valid dummy end block. */
33 /* Create a new block that absorbs the old dummy end block. */
36 /* Set up the new dummy end block. */
38 head_record *dummy = (head_record *) BAUS_FORWARD(end, n_baus); local
39 dummy->previous_block_size = n_baus;
40 dummy->block_size = 0;
/external/bluetooth/bluez/test/
H A Ddbusdef.py6 dummy = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.freedesktop.DBus.Introspectable') variable
8 #print dummy.Introspect()
/external/openssl/crypto/
H A DLPdir_nyi.c32 struct LP_dir_context_st { void *dummy; }; member in struct:LP_dir_context_st
H A Debcdic.c7 static void *dummy=&dummy; variable
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_QPEApp.cc42 QWidget dummy; local
43 app->showMainWidget(&dummy);
H A DSDL_sysmouse.cc37 static WMcursor dummy; local
38 dummy.bits = 0;
39 return &dummy;
/external/webkit/WebCore/dom/
H A DEventNames.h163 int dummy; // Needed to make initialization macro work. member in class:WebCore::EventNames
/external/chromium/third_party/icu/source/tools/tzcode/
H A Dscheck.c26 char dummy; local
59 if (sscanf(string, fbuf, &dummy) != 1)
/external/icu4c/tools/tzcode/
H A Dscheck.c26 char dummy; local
59 if (sscanf(string, fbuf, &dummy) != 1)
/external/openssl/crypto/dh/
H A Ddh_depr.c64 static void *dummy=&dummy; variable
/external/openssl/crypto/rsa/
H A Drsa_depr.c67 static void *dummy=&dummy; variable
/external/qemu/distrib/sdl-1.2.12/src/main/qtopia/
H A DSDL_qtopia_main.cc40 QWidget dummy; local
41 app->showMainWidget(&dummy);
/external/gtest/test/
H A Dgtest_nc.cc189 testing::StaticAssertTypeEq<int, int> dummy; variable
196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
/external/openssl/crypto/dsa/
H A Ddsa_depr.c72 static void *dummy=&dummy; variable
/external/protobuf/gtest/test/
H A Dgtest_nc.cc189 testing::StaticAssertTypeEq<int, int> dummy; variable
196 static bool dummy = testing::StaticAssertTypeEq<int, const int>(); variable
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
H A DSDL_systimer.c62 unsigned long dummy; local
71 mint_present = (Getcookie(C_MiNT, &dummy) == C_FOUND);
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_biosevents.c51 unsigned long dummy; local
62 /* if (Getcookie(C_MiNT, &dummy)==C_FOUND) {
H A DSDL_gemdosevents.c58 unsigned long dummy; local
69 /* if (Getcookie(C_MiNT, &dummy)==C_FOUND) {
/external/speex/libspeex/
H A Dfixed_arm4.h41 int dummy; local
46 : "=&r"(res), "=&r" (dummy)
54 int dummy; local
59 : "=&r"(res), "=&r" (dummy)
/external/webkit/WebCore/page/android/
H A DDragControllerAndroid.cpp55 static IntSize dummy; member in namespace:WebCore
56 const IntSize& DragController::maxDragImageSize() { return dummy; }

Completed in 3125 milliseconds

123456789