Searched defs:flag (Results 1 - 25 of 176) sorted by relevance

12345678

/external/opencore/codecs_v2/audio/aac/dec/src/
H A Dsbr_get_additional_data.cpp132 Int32 flag = buf_getbits(hBitBuf, 1); local
134 if (flag)
H A Dcheck_crc.cpp134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0); local
137 flag ^= flag1;
139 if (flag)
H A Dget_prog_config.cpp204 RETURNING( flag = returnValue )
206 pScratchPCE->mono_mix.present = flag;
208 IF (flag != FALSE)
224 RETURNING( flag = returnValue )
226 pScratchPCE->stereo_mix.present = flag;
228 IF (flag != FALSE)
245 RETURNING( flag = returnValue )
247 flag =
252 pScratchPCE->matrix_mix.present = flag;
254 IF (flag !
461 Bool flag; local
[all...]
H A Dpv_div.cpp113 Int32 flag = 0; /* carries negative sign, if any */ local
129 flag ^= 1;
136 flag ^= 1;
175 result->quotient = flag ? -i : i;
H A Ddct16.cpp33 Int32 flag 1 forward dct16, 0 modified dct-16
104 void dct_16(Int32 vec[], Int flag) argument
211 if (!flag)
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h72 If the field `flag' is not NULL, it points to a variable that is set
78 option's `flag' field to zero and its `val' field to a nonzero
80 one). For long options that have a zero `flag' field, `getopt'
93 int *flag; member in struct:option
/external/grub/lib/
H A Dgetopt.h70 If the field `flag' is not NULL, it points to a variable that is set
76 option's `flag' field to zero and its `val' field to a nonzero
78 one). For long options that have a zero `flag' field, `getopt'
91 int *flag; member in struct:option
/external/gtest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repea
109 cout << "Invalid flag name " << flag local
[all...]
/external/icu4c/samples/ucnv/
H A Dflagcb.h19 UBool flag; member in struct:__anon1475
/external/iproute2/include/
H A Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) argument
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
H A Dget_prog_config.cpp204 RETURNING( flag = returnValue )
206 pScratchPCE->mono_mix.present = flag;
208 IF (flag != FALSE)
224 RETURNING( flag = returnValue )
226 pScratchPCE->stereo_mix.present = flag;
228 IF (flag != FALSE)
245 RETURNING( flag = returnValue )
247 flag =
252 pScratchPCE->matrix_mix.present = flag;
254 IF (flag !
461 Bool flag; local
[all...]
/external/e2fsprogs/lib/e2p/
H A Dpf.c22 unsigned long flag; member in struct:flags_name
57 for (fp = flags_array; fp->flag != 0; fp++) {
58 if (flags & fp->flag) {
/external/opencore/baselibs/media_data_structures/src/
H A Dtime_comparison_utils.cpp35 bool flag = IsEarlier(aClock, aTimeStamp, aDelta); local
42 if (flag)
/external/icu4c/tools/toolutil/
H A Dflagparser.c12 static void extractFlag(char* buffer, int32_t bufferSize, char* flag);
42 * Extract the setting after the '=' and store it in flag excluding the newline character.
44 static void extractFlag(char* buffer, int32_t bufferSize, char* flag) { argument
57 flag[i] = 0;
61 flag[i] = pBuffer[i];
69 flag[0] = 0;
/external/opencore/codecs_v2/audio/sbc/enc/src/
H A Dsbcenc_filter.h74 Int flag = 0; /* carries negative sign, if any */ local
87 flag ^= 1;
92 flag ^= 1;
114 return (flag ? -c : c);
/external/opencore/codecs_v2/omx/omx_aac/src/
H A Daac_decode_frame.cpp205 //Set the Resize flag to send the port settings changed callback
249 //Change the AACEnable flag, according to the AAC profile set by the client in SetParameter API
250 void OmxAacDecoder::UpdateAACPlusEnabled(OMX_BOOL flag) argument
252 //Mark this flag as false if client sets any non HE AAC profile in SetParameter call
253 iExt.aacPlusEnabled = (OMX_TRUE == flag) ? true : false;
/external/tcpdump/
H A Dprint-arcnet.c58 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
84 if (flag == 0) {
91 if (flag & 1)
95 (flag + 3) / 2, length);
100 flag/2 + 1, length);
116 int phds, flag = 0, archdrlen = 0; local
153 flag = ap->arc_flag2;
157 flag = ap->arc_flag;
165 arcnet_print(p, length, phds, flag, seqid);
174 if (phds && flag
[all...]
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dwebkitport.py60 def flag(cls): member in class:WebKitPort
100 def flag(cls): member in class:MacPort
111 def flag(cls): member in class:GtkPort
135 def flag(cls): member in class:QtPort
153 def flag(cls): member in class:ChromiumPort
/external/bison/lib/
H A Dgetopt_.h150 If the field `flag' is not NULL, it points to a variable that is set
156 option's `flag' field to zero and its `val' field to a nonzero
158 one). For long options that have a zero `flag' field, `getopt'
167 int *flag; member in struct:option
/external/elfutils/libebl/
H A Dmips_symbol.c175 unsigned int flag; member in struct:__anon949
193 if ((*flags & mips_flags[cnt].mask) == mips_flags[cnt].flag)
199 /* We don't know the flag. */
/external/ipsec-tools/src/racoon/
H A Dsecurity.c68 int flag, type = 0; local
135 flag = ntohs(d->type) & ISAKMP_GEN_MASK;
139 if (flag) {
149 flag = ntohs(d->type & ISAKMP_GEN_MASK);
150 if (flag) {
/external/iptables/extensions/
H A Dlibip6t_owner.c140 print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label) argument
142 if(info->match & flag) {
144 if (info->invert & flag)
149 switch(info->match & flag) {
H A Dlibipt_owner.c141 print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label) argument
143 if(info->match & flag) {
145 if (info->invert & flag)
150 switch(info->match & flag) {
/external/kernel-headers/original/linux/
H A Dthread_info.h26 * flag set/clear/test wrappers
30 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) argument
32 set_bit(flag,&ti->flags);
35 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) argument
37 clear_bit(flag,&ti->flags);
40 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) argument
42 return test_and_set_bit(flag,&ti->flags);
45 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) argument
47 return test_and_clear_bit(flag,&ti->flags);
50 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) argument
[all...]
/external/opencore/fileformats/mp4/composer/src/
H A Dstylerecord.cpp76 void PVA_FF_StyleRecord::setFontStyleFlags(uint8 flag) argument
80 _fontStyleFlags = flag;

Completed in 456 milliseconds

12345678