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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
l_add_c.h 39 A pointer to overflow flag and carry flag is passed into the
104 Word32 L_add_c(Word32 L_var1, Word32 L_var2, Flag *pOverflow, Flag *pCarry);
basicop_malloc.h 86 extern Flag Overflow;
87 extern Flag Carry;
round.h 38 A pointer to overflow flag is passed into the function. Updated
106 Word16 pv_round(Word32 L_var1, Flag *pOverflow);
add.h 40 Description: Changed function prototype; pointer to overflow flag is passed
106 Word16 add(Word16 var1, Word16 var2, Flag *pOverflow);
div_32.h 38 A pointer to overflow flag is passed into the function. Updated
107 Flag *pOverflow) ;
int_lpc.h 131 Flag *pOverflow
153 Flag *pOverflow
181 Flag *pOverflow
200 Flag *pOverflow
inv_sqrt.h 39 A pointer to overflow flag is passed into the function. Updated
107 Flag *pOverflow /* (i) : pointer to overflow flag */
l_comp.h 104 Word32 L_Comp(Word16 hi, Word16 lo, Flag *pOverflow);
l_extract.h 37 A pointer to overflow flag is passed into the function. Updated
106 Flag *pOverflow);
l_shl.h 39 A pointer to overflow flag is passed into the function. Updated
104 Word32 L_shl(Word32 L_var1, Word16 var2, Flag *pOverflow);
l_shr.h 38 A pointer to overflow flag is passed into the function. Updated
103 Word32 L_shr(Word32 L_var1, Word16 var2, Flag *pOverflow);
l_shr_r.h 39 A pointer to overflow flag is passed into the function. Updated
104 Word32 L_shr_r(Word32 L_var1, Word16 var2, Flag *pOverflow);
log2.h 41 A pointer to overflow flag is passed into the function. Updated
110 Flag *pOverflow /* (i/o) : overflow flag */
lsfwt.h 105 Flag * pOverflow); /* o : Flag set when overflow occurs */
lsp_az.h 101 Flag *pOverflow /* (o) : overflow flag */
mult_r.h 39 data, a pointer to overflow flag is now passed into the function.
106 Word16 mult_r(Word16 var1, Word16 var2, Flag *pOverflow);
pow2.h 37 A pointer to overflow flag is passed into the function. Updated
105 Flag *pOverflow /* (i/o) : overflow flag */
reorder.h 98 Flag *pOverflow /* (i/o) : overflow Flag */
  /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/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;
  /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...]
  /external/chromium_org/base/memory/
weak_ptr.cc 10 WeakReference::Flag::Flag() : is_valid_(true) {
13 // the same Flag take place on the same sequenced thread.
17 void WeakReference::Flag::Invalidate() {
18 // The flag being invalidated with a single ref implies that there are no
25 bool WeakReference::Flag::IsValid() const {
31 WeakReference::Flag::~Flag() {
37 WeakReference::WeakReference(const Flag* flag) : flag_(flag)
    [all...]
  /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);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java 19 import com.android.emailcommon.mail.Flag;
26 * Tests of Flag enum
36 for (Flag flag : Flag.values()) {
37 String name = flag.name();

Completed in 3946 milliseconds

1 2 3 4 5 6 7 8 91011>>