Home
last modified time | relevance | path

Searched defs:_str (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/memcheck/tests/
Dvarinfo4.c39 struct _str { int bing; int bong; XX xyzzy[77]; } struct
Dvarinfo5so.c129 struct _str { int bing; int bong; XX xyzzy[77]; } struct
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h37 #define VA_DEBUG(_str,...) debug_printf("[Gallium VA backend]: " _str,__VA_ARGS__) argument
38 #define VA_INFO(_str,...) VA_DEBUG("INFO: " _str,__VA_ARGS__) argument
39 #define VA_WARNING(_str,...) VA_DEBUG("WARNING: " _str,__VA_ARGS__) argument
40 #define VA_ERROR(_str,...) VA_DEBUG("ERROR: " _str,__VA_ARGS__) argument
/external/clang/test/CodeGen/
Dx86_64-arguments-darwin.c5 typedef struct _str { struct
6 union {
Dx86_64-arguments-nacl.c80 typedef struct _str { struct
81 union {
Dx86_64-arguments.c275 typedef struct _str { struct
276 union {
/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp82 #define LOGD0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
83 #define LOGI0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
84 #define LOGW0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
85 #define LOGE0(_str, ...) (printf(_str , ## __VA_ARGS__), printf("\n"), fflush(stdout)) argument
89 #define LOGD(_str, ...) LOGD0(_str , ## __VA_ARGS__) argument
90 #define LOGI(_str, ...) LOGI0(_str , ## __VA_ARGS__) argument
91 #define LOGW(_str, ...) LOGW0(_str , ## __VA_ARGS__) argument
92 #define LOGE(_str, ...) LOGE0(_str , ## __VA_ARGS__) argument
/external/valgrind/coregrind/m_demangle/
Dvg_libciface.h48 #define atoi(_str) VG_(strtoll10)((_str), NULL) argument
60 #define strlen(_str) VG_(strlen)(_str) argument
74 #define xstrdup(_str) \ argument
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_Mips64r2N64_PIC_relocations.s162 _str: label
/external/iw/
Dutil.c551 #define PRINT_HT_CAP(_cond, _str) \ in print_ht_capability() argument
647 #define PRINT_VHT_CAPA(_bit, _str) \ in print_vht_info() argument
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp20 # define LOGD(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
21 # define LOGI(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
22 # define LOGW(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
23 # define LOGE(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) argument
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h134 mutable char _str[MAXERRORLENGTH]; variable
Daudio_device_core_win.h372 mutable char _str[512]; variable
/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp421 std::vector<String> CommandLineParser::Impl::split_range_string(const String& _str, char fs, char s… in split_range_string() argument
493 std::vector<String> CommandLineParser::Impl::split_string(const String& _str, char symbol, bool cre… in split_string() argument
Dpersistence.cpp5202 const char* _str = str.c_str(); in operator <<() local
/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c488 # define FAIL(_str) \ in ML_() argument
Ddebuginfo.c2218 # define APPEND(_str) \ in VG_() argument
2220 # define APPEND_ESC(_str) \ in VG_() argument
/external/valgrind/VEX/priv/
Dmain_util.c335 # define PUTSTR(_str) \ in vprintf_wrk() argument
/external/valgrind/exp-sgcheck/tests/
Dbad_percentify.c25 #define VG_(_str) VG_##_str argument
/external/valgrind/coregrind/
Dm_transtab.c1134 # define BAD(_str) do { whassup = (_str); goto bad; } while (0) in sanity_check_eclasses_in_sector() argument
/external/valgrind/helgrind/
Dhg_main.c887 #define BAD(_str) do { how = (_str); goto bad; } while (0) in threads__sanity_check() argument
922 #define BAD(_str) do { how = (_str); goto bad; } while (0) in locks__sanity_check() argument