OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_flags
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/win/
i18n.cc
57
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/chromium_org/base/win/
i18n.cc
57
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/
tcg.c
1242
int
call_flags
;
local
[
all
...]
/external/strace/
process.c
886
int
call_flags
= tcp->u_arg[ARG_FLAGS];
local
904
if (
call_flags
& CLONE_THREAD) {
908
if ((
call_flags
& CLONE_PARENT) &&
909
!(
call_flags
& CLONE_THREAD)) {
[
all
...]
Completed in 68 milliseconds