HomeSort by relevance Sort by last modified time
    Searched defs:Flag (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 41 int Flag, Value;
50 Flag = *pSrc++;
51 if (Flag & 0x10)
70 i = Flag & 15;
73 while ((Flag & 0x20)==0);
armVCM4P10_UnpackBlock4x4.c 41 int Flag, Value;
50 Flag = *pSrc++;
51 if (Flag & 0x10)
70 i = Flag & 15;
73 while ((Flag & 0x20)==0);
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedef.h 38 typedef int Flag;
44 typedef int Flag;
50 typedef int Flag;
56 * use (improved) type definition file typdefs.h and add a "Flag" type
59 typedef int Flag;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
typedef.h 59 typedef int Flag;
gsm_amr_typedefs.h 131 typedef int32_t Flag;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedef.h 39 typedef int Flag;
45 typedef int Flag;
51 typedef int Flag;
57 * use (improved) type definition file typdefs.h and add a "Flag" type
60 typedef int Flag;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 34 Flag RN 3
52 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
67 ;// we modify the computation to perform [(Flag & 15) < 1] as [(Flag < 1) & 31]
72 TST Flag, #0x10 ;// Computing (Flag & 0x10)
75 AND strOffset, cstOffset, Flag, LSL #1 ;// strOffset = (Flag & 15) < 1;
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're don
    [all...]
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 38 Flag RN 6
75 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
80 TST Flag, #0x10 ;// Computing (Flag & 0x10)
83 AND strOffset, cstOffset, Flag, LSL #1 ;// strOffset = (Flag & 15) < 1;
87 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
88 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteratio
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s 34 Flag RN 3
52 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
67 ;// we modify the computation to perform [(Flag & 15) < 1] as [(Flag < 1) & 31]
72 TST Flag, #0x10 ;// Computing (Flag & 0x10)
75 AND strOffset, cstOffset, Flag, LSL #1 ;// strOffset = (Flag & 15) < 1;
79 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're don
    [all...]
omxVCM4P10_TransformDequantChromaDCFromPair_s.s 41 Flag RN 6
83 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
87 TST Flag, #0x10 ;// Computing (Flag & 0x10)
90 AND strOffset, cstOffset, Flag, LSL #1 ;// strOffset = (Flag & 15) < 1;
94 TST Flag, #0x20 ;// Computing (Flag & 0x20) to check, if we're done
95 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteratio
    [all...]
  /external/chromium/base/memory/
weak_ptr.cc 10 WeakReference::Flag::Flag(Flag** handle) : handle_(handle) {
13 void WeakReference::Flag::Invalidate() {
18 bool WeakReference::Flag::IsValid() const {
23 WeakReference::Flag::~Flag() {
31 WeakReference::WeakReference(Flag* flag) : flag_(flag) {
    [all...]
weak_ptr.h 68 // While Flag is bound to a specific thread, it may be deleted from another
70 class Flag : public RefCountedThreadSafe<Flag> {
72 explicit Flag(Flag** handle);
80 friend class base::RefCountedThreadSafe<Flag>;
82 ~Flag();
85 Flag** handle_;
89 WeakReference(Flag* flag);
    [all...]
  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 35 VO_S32 Flag;
  /external/clang/tools/diagtool/
ListWarnings.cpp 53 llvm::StringRef Flag;
55 Entry(llvm::StringRef diagN, llvm::StringRef flag)
56 : DiagName(diagN), Flag(flag) {}
66 if (!it->Flag.empty())
67 out << " [-W" << it->Flag << "]";
90 if (entry.Flag.empty())
94 flagHistogram.GetOrCreateValue(entry.Flag).getValue().push_back(diagID);
119 out << " Average number of diagnostics per flag: "
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 48 enum Flag {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Flag.java 22 public enum Flag {
68 * General purpose flag that can be used by any remote store. The flag will be
74 * General purpose flag that can be used by any remote store. The flag will be
  /external/chromium/base/synchronization/
waitable_event_watcher_posix.cc 20 // Since the wait can be canceled, we have a thread-safe Flag object which is
22 // flag before going onto the next stage. Since the wait may only be canceled in
27 // A thread-safe, reference-counted, write-once flag.
29 class Flag : public RefCountedThreadSafe<Flag> {
31 Flag() { flag_ = false; }
54 AsyncWaiter(MessageLoop* message_loop, Task* task, Flag* flag)
57 flag_(flag) { }
85 scoped_refptr<Flag> flag_
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 131 #ifndef Flag
132 typedef Int Flag;
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
AccessSourcer.java 36 private enum Flag {
61 private Flag(int value, int filter) {
90 * e.g. {@link Flag#ACC_SYNTHETIC}.
100 for (Flag f : Flag.values()) {
  /external/chromium/third_party/libjingle/source/talk/base/
flags.cc 42 // Implementation of Flag
44 Flag::Flag(const char* file, const char* name, const char* comment,
56 void Flag::SetToDefault() {
58 // flag variables are not really of type FlagValue and thus may
60 // of a flag variable for convenient access. Since union members
63 case Flag::BOOL:
66 case Flag::INT:
69 case Flag::FLOAT:
72 case Flag::STRING
212 Flag* flag = Lookup(name); local
    [all...]
flags.h 29 // where xxx is the flag type. Flags are referred to via FLAG_yyy,
30 // where yyy is the flag name. For intialization and iteration of flags,
32 // flag, see the Flag class.
51 // flag is defined via: DEFINE_bool(flag, "false", "some comment");.
83 // Each flag can be accessed programmatically via a Flag object.
84 class Flag {
89 Flag(const char* file, const char* name, const char* comment
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 65 unsigned Flag = ELF::EF_MIPS_NOREORDER;
68 Flag |= ELF::EF_MIPS_ARCH_64R2;
70 Flag |= ELF::EF_MIPS_ARCH_32R2;
71 return Flag;
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 314 SDValue Flag;
366 SDValue Copy = DAG.getCopyToReg(Chain, dl, Reg, OutVals[i]/*, Flag*/);
375 if (Flag.getNode() == 0) {
379 return DAG.getNode(PTXISD::RET, dl, MVT::Other, Chain, Flag);
  /external/llvm/lib/VMCore/
Module.cpp 338 MDNode *Flag = ModFlags->getOperand(i);
339 ConstantInt *Behavior = cast<ConstantInt>(Flag->getOperand(0));
340 MDString *Key = cast<MDString>(Flag->getOperand(1));
341 Value *Val = Flag->getOperand(2);
361 /// addModuleFlag - Add a module-level flag to the module-level flags
379 "Invalid number of operands for module flag!");
382 "Invalid operand types for module flag!");
  /external/v8/src/
flags.cc 43 #include "flag-definitions.h"
47 #include "flag-definitions.h"
51 // This structure represents a single entry in the flag system, with a pointer
52 // to the actual flag, default value, comment, etc. This is designed to be POD
54 struct Flag {
57 FlagType type_; // What type of flag, bool, int, or string.
58 const char* name_; // Name of the flag, ex "my_flag".
59 void* valptr_; // Pointer to the global flag variable.
62 bool owns_ptr_; // Does the flag own its string value?
128 // Compare this flag's current value against the default
    [all...]

Completed in 527 milliseconds

1 2