Searched refs:call_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/win/
H A Di18n.cc57 const ULONG call_flags = flags | MUI_LANGUAGE_NAME; local
60 if (get_preferred_ui_languages(call_flags, &language_count, NULL,
64 if (get_preferred_ui_languages(call_flags, &language_count,
/external/qemu/tcg/
H A Dtcg.c1242 int call_flags; local
1249 call_flags = args[nb_oargs + nb_iargs];
1253 if (call_flags & TCG_CALL_PURE) {
1270 if (!(call_flags & TCG_CALL_CONST)) {
/external/strace/
H A Dprocess.c907 int call_flags = tcp->u_arg[ARG_FLAGS]; local
925 if (call_flags & CLONE_THREAD) {
929 if (call_flags & CLONE_DETACHED) {

Completed in 458 milliseconds