HomeSort by relevance Sort by last modified time
    Searched refs:flag (Results 26 - 50 of 4852) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
gtdf2.c 28 flag __gtdf2(float64, float64);
30 flag
gtsf2.c 28 flag __gtsf2(float32, float32);
30 flag
gttf2.c 30 flag __gttf2(float128, float128);
32 flag
gtxf2.c 30 flag __gtxf2(floatx80, floatx80);
32 flag
ledf2.c 28 flag __ledf2(float64, float64);
30 flag
lesf2.c 28 flag __lesf2(float32, float32);
30 flag
letf2.c 30 flag __letf2(float128, float128);
32 flag
ltdf2.c 28 flag __ltdf2(float64, float64);
30 flag
ltsf2.c 28 flag __ltsf2(float32, float32);
30 flag
lttf2.c 30 flag __lttf2(float128, float128);
32 flag
nedf2.c 28 flag __nedf2(float64, float64);
30 flag
nesf2.c 28 flag __nesf2(float32, float32);
30 flag
netf2.c 30 flag __netf2(float128, float128);
32 flag
nexf2.c 30 flag __nexf2(floatx80, floatx80);
32 flag
  /external/elfutils/tests/
run-test-flag-nobits.sh 22 testrun ${abs_builddir}/test-flag-nobits testfile
  /external/libchrome/build/
buildflag.h 9 // natural, and gives errors if the flag is not defined. Normally in the
11 // the setup to know what the flag is" as "flag is off". Normally you would
42 // Because the flag is accessed as a preprocessor macro with (), an error
43 // will be thrown if the proper header defining the internal flag value has
45 #define BUILDFLAG(flag) (BUILDFLAG_CAT(BUILDFLAG_INTERNAL_, flag)())
  /external/syslinux/core/fs/iso9660/
susp_rr.h 18 @param flag Bitfield for control purposes:
25 int susp_rr_check_signatures(struct fs_info *fs, int flag);
41 @param flag Bitfield for control purposes:
55 char **data, int *len_data, int flag);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
warning-015.d 2 #warning : Warning: resource conflict \(C flag\)
warning-016.d 2 #warning : Warning: resource conflict \(F flag\)
warning-017.d 2 #warning : Warning: resource conflict \(C flag\)
warning-018.d 2 #warning : Warning: resource conflict \(C flag\)
  /external/clang/test/Index/
print-bitwidth.c 6 unsigned flag : 1;
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
  /external/libchrome/base/synchronization/
atomic_flag_unittest.cc 21 void ExpectSetFlagDeath(AtomicFlag* flag) {
22 ASSERT_TRUE(flag);
23 EXPECT_DCHECK_DEATH(flag->Set());
43 AtomicFlag flag; local
44 ASSERT_FALSE(flag.IsSet());
45 flag.Set();
46 ASSERT_TRUE(flag.IsSet());
50 AtomicFlag flag; local
51 ASSERT_FALSE(flag.IsSet());
52 flag.Set()
126 AtomicFlag flag; local
    [all...]
  /system/core/libvndksupport/include/vndksupport/
linker.h 23 void* android_load_sphal_library(const char* name, int flag);
  /art/compiler/optimizing/
cha_guard_optimization.cc 47 void VisitShouldDeoptimizeFlag(HShouldDeoptimizeFlag* flag) OVERRIDE;
52 void RemoveGuard(HShouldDeoptimizeFlag* flag);
53 // Return true if `flag` is removed.
54 bool OptimizeForParameter(HShouldDeoptimizeFlag* flag, HInstruction* receiver);
55 // Return true if `flag` is removed.
56 bool OptimizeWithDominatingGuard(HShouldDeoptimizeFlag* flag, HInstruction* receiver);
57 // Return true if `flag` is hoisted.
58 bool HoistGuard(HShouldDeoptimizeFlag* flag, HInstruction* receiver);
88 void CHAGuardVisitor::RemoveGuard(HShouldDeoptimizeFlag* flag) {
89 HBasicBlock* block = flag->GetBlock()
    [all...]

Completed in 173 milliseconds

12 3 4 5 6 7 8 91011>>