OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ddflags
(Results
1 - 25
of
26
) sorted by null
1
2
/system/core/toolbox/upstream-netbsd/bin/dd/
args.c
142
if (
ddflags
& ap->noset) {
148
ddflags
|= ap->set;
154
if (
ddflags
& C_BS) {
160
if (
ddflags
& (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
162
ddflags
&= ~C_BS;
163
ddflags
|= C_IBS|C_OBS;
167
if (
ddflags
& C_BS &&
ddflags
& (C_IBS|C_OBS))
175
if (
ddflags
& (C_BLOCK|C_UNBLOCK)) {
176
if (!(
ddflags
& C_CBS))
[
all
...]
dd.c
83
u_int
ddflags
; /* conversion options */
variable
187
(O_CREAT | (
ddflags
& (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
214
if (!(
ddflags
& (C_BLOCK|C_UNBLOCK))) {
216
if (!(
ddflags
& C_BS))
242
if ((
ddflags
& (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
250
if (
ddflags
& (C_LCASE|C_UCASE)) {
258
if (
ddflags
& C_ASCII ||
ddflags
& C_EBCDIC) {
259
if (
ddflags
& C_LCASE) {
267
if (
ddflags
& C_LCASE)
[
all
...]
extern.h
74
extern u_int
ddflags
;
dd.h
105
/* Flags (in
ddflags
). */
position.c
113
if (
ddflags
& C_NOERROR) {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h
49
struct
DDFlags
{
73
static DDetector *Create(const
DDFlags
*flags);
sanitizer_deadlock_detector1.cc
39
DDFlags
flags;
41
explicit DD(const
DDFlags
*flags);
62
DDetector *DDetector::Create(const
DDFlags
*flags) {
68
DD::DD(const
DDFlags
*flags)
sanitizer_deadlock_detector2.cc
85
explicit DD(const
DDFlags
*flags);
108
DDFlags
flags;
117
DDetector *DDetector::Create(const
DDFlags
*flags) {
123
DD::DD(const
DDFlags
*flags)
/external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc
42
//
DDFlags
51
//
DDFlags
tsan_flags.h
22
struct Flags :
DDFlags
{
/external/compiler-rt/lib/tsan/dd/
dd_rtl.h
21
typedef
DDFlags
Flags;
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
libclang_rt.ubsan_standalone-i686.a
[
all
...]
libclang_rt.ubsan_standalone-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
libclang_rt.ubsan_standalone-i686.a
[
all
...]
libclang_rt.ubsan_standalone-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
libclang_rt.ubsan_standalone-i686.a
[
all
...]
libclang_rt.ubsan_standalone-x86_64.a
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
libclang_rt.ubsan_standalone-i686.a
[
all
...]
libclang_rt.ubsan_standalone-x86_64.a
[
all
...]
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/lib/linux/
libclang_rt.tsan-x86_64.a
[
all
...]
libclang_rt.ubsan_standalone-i686.a
[
all
...]
Completed in 896 milliseconds
1
2