Searched defs:flag (Results 1 - 25 of 662) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/contrib/minizip/
H A Dunzip.h115 uLong flag; /* general purpose bit flag 2 bytes */ member in struct:unz_file_info64_s
136 uLong flag; /* general purpose bit flag 2 bytes */ member in struct:unz_file_info_s
H A Dzip.c146 uLong flag; /* flag of the file currently writing */ member in struct:__anon34345
976 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.flag,2);
1115 zi->ci.flag = flagBase;
1117 zi->ci.flag |= 2;
1119 zi->ci.flag |= 4;
1121 zi->ci.flag |= 6;
1123 zi->ci.flag |= 1;
1143 zip64local_putValue_inmemory(zi->ci.central_header+8,(uLong)zi->ci.flag,2);
/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c184 inst->modelUpdatePars[0] = 2; //update flag for parameters:
309 // flag 0 means update histogram only, flag 1 means compute the thresholds/weights
311 void WebRtcNs_FeatureParameterExtraction(NSinst_t* inst, int flag) { argument
326 if (flag == 0) {
350 if (flag == 1) {
525 } // end of flag == 1
1038 // if wish to update only once, set flag to zero
H A Dnsx_core.c925 // flag 0 means update histogram only, flag 1 means compute the thresholds/weights
927 void WebRtcNsx_FeatureParameterExtraction(NsxInst_t* inst, int flag) { argument
947 if (!flag) {
976 if (flag) {
1120 } // end of flag == 1
1554 // Reset zero input flag
1880 int flag, sign; local
2122 flag = (int)(inst->cntThresUpdate == inst->modelUpdate);
2124 WebRtcNsx_FeatureParameterExtraction(inst, flag);
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dthread_unittest.cc84 bool flag = false; local
86 &flag);
89 // At this point, the flag may be either true or false.
92 EXPECT_TRUE(flag);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.c1599 /* Init flag is not cleared here, so avoid busy
2322 /* Init flag is not cleared here, so avoid busy
2551 void wpa_set_wnmsleep(struct wpa_state_machine *sm, int flag) argument
2554 sm->is_wnmsleep = !!flag;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h76 * flag - Channel flags (HOSTAPD_CHAN_*)
78 int flag; member in struct:hostapd_channel_data
2282 * If the %WPA_DRIVER_FLAGS_OFFCHANNEL_TX flag is set, the frame will
2286 * If the flag is not set, the wait time will be ignored. In this case,
2632 * @reassoc: flag to indicate re-association
3714 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c1599 /* Init flag is not cleared here, so avoid busy
2322 /* Init flag is not cleared here, so avoid busy
2551 void wpa_set_wnmsleep(struct wpa_state_machine *sm, int flag) argument
2554 sm->is_wnmsleep = !!flag;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h76 * flag - Channel flags (HOSTAPD_CHAN_*)
78 int flag; member in struct:hostapd_channel_data
2282 * If the %WPA_DRIVER_FLAGS_OFFCHANNEL_TX flag is set, the frame will
2286 * If the flag is not set, the wait time will be ignored. In this case,
2632 * @reassoc: flag to indicate re-association
3714 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c3459 *flags = mode->channels[i].flag;
3460 if (mode->channels[i].flag &
3464 if (mode->channels[i].flag &
3577 int flag = 0; local
3580 res2 = res = has_channel(wpa_s->global, mode, channel, &flag);
3582 if (!(flag & HOSTAPD_CHAN_HT40MINUS))
3586 if (!(flag & HOSTAPD_CHAN_HT40PLUS))
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c1599 /* Init flag is not cleared here, so avoid busy
2322 /* Init flag is not cleared here, so avoid busy
2551 void wpa_set_wnmsleep(struct wpa_state_machine *sm, int flag) argument
2554 sm->is_wnmsleep = !!flag;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h76 * flag - Channel flags (HOSTAPD_CHAN_*)
78 int flag; member in struct:hostapd_channel_data
2282 * If the %WPA_DRIVER_FLAGS_OFFCHANNEL_TX flag is set, the frame will
2286 * If the flag is not set, the wait time will be ignored. In this case,
2632 * @reassoc: flag to indicate re-association
3714 /** Whether RSN IE includes pre-authenticate flag */
/external/valgrind/main/perf/
H A Dtinycc.c2193 /* special flag to indicate that the section should not be linked to
6587 void *dlopen(const char *filename, int flag)
10285 /* also clear the bounded flag because the
21250 /* set/reset a flag */
21302 " -fflag set or reset (with 'no-' prefix) 'flag' (see man page)\n"
6585 dlopen(const char *filename, int flag) argument
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c8569 flag settings, which aren't supported anyway. */
9682 IRTemp cnt[MAX_DIGITS_IN_STRING + 1];IRTemp flag[MAX_DIGITS_IN_STRING+1]; local
9687 flag[start-1] = newTemp( Ity_I8 );
9689 assign( flag[start-1], init_flag);
9693 flag[i] = newTemp( Ity_I8 );
9705 binop( Iop_Xor8, /* complement flag */
9706 mkexpr( flag[i - 1] ),
9709 /* set flag to 1 if digit was not a zero */
9710 assign( flag[i],
9719 mkexpr( flag[
[all...]
H A Dhost_ppc_defs.h184 PPCCondFlag flag; member in struct:__anon31974
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c428 unsigned short flag; member in struct:_PDB_SYMBOL_FILE
443 unsigned short flag; member in struct:_PDB_SYMBOL_FILE_EX
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1550 int WRAPPER_FOR(PMPI_Test)( MPI_Request* request, int* flag, argument
1562 check_mem_is_addressable_untyped(flag, sizeof(int));
1566 CALL_FN_W_WWW(err, fn, request,flag,status);
1568 if (err == MPI_SUCCESS && *flag) {
1580 int* flag, MPI_Status* statuses )
1593 check_mem_is_addressable_untyped(flag, sizeof(int));
1600 CALL_FN_W_WWWW(err, fn, count,requests,flag,statuses);
1603 if (*flag
1623 /* pre: must-be-writable: *flag, *status */
1624 /* post: make-readable *flag
1579 PMPI_Testall( int count, MPI_Request* requests, int* flag, MPI_Status* statuses ) argument
1626 PMPI_Iprobe(int source, int tag, MPI_Comm comm, int* flag, MPI_Status* status) argument
2280 PMPI_Initialized(int* flag) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbmi.c10 ULong tem, flag; local
16 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
19 *flags = flag & 0x8d5;
25 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
27 if (*res != tem || *flags != (flag & 0x8d5))
34 ULong tem, flag; local
40 : "=&r" (tem), "=r" (flag) : "r" (arg1), "r" (arg2) : "cc"
43 *flags = flag & 0x8d5;
49 : "=&r" (tem), "=r" (flag) : "m" (arg1), "r" (arg2) : "cc"
51 if (*res != tem || *flags != (flag
452 ULong tem, flag; local
476 ULong tem, flag; local
501 ULong tem, flag; local
525 ULong tem, flag; local
550 ULong tem, flag; local
574 ULong tem, flag; local
600 ULong tem, flag; local
625 ULong tem, flag; local
651 ULong tem, flag; local
676 ULong tem, flag; local
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp1733 const bool* flag = restricted ? restrictedEntityFlag : entityFlag; local
1742 if ( flag[(unsigned)(*q)] ) {
/external/tcpdump/
H A Dprint-arcnet.c59 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
85 if (flag == 0) {
92 if (flag & 1)
96 (flag + 3) / 2, length);
101 flag/2 + 1, length);
117 int phds, flag = 0, archdrlen = 0; local
154 flag = ap->arc_flag2;
158 flag = ap->arc_flag;
166 arcnet_print(p, length, phds, flag, seqid);
175 if (phds && flag
[all...]
H A Dprint-krb.c106 register int flag; local
108 flag = 1;
112 flag = 0;
126 if (flag)
H A Dprint-rx.c72 int flag; /* Rx flag */ member in struct:double_tok
298 { 102, "set-noauth-flag" },
484 if (rxh->flags & rx_flags[i].flag &&
503 * do not have the client-init flag set, so we check for that
1376 printf(" flag");
/external/tcpdump/win32/Include/
H A Dgetopt.h75 If the field `flag' is not NULL, it points to a variable that is set
81 option's `flag' field to zero and its `val' field to a nonzero
83 one). For long options that have a zero `flag' field, `getopt'
96 int *flag; member in struct:option
/external/strace/
H A Dquota.c510 u_int32_t flag; local
512 if (umove(tcp, data, &flag) < 0) {
517 printflags(xfs_quota_flags, flag, "XFS_QUOTA_???");

Completed in 815 milliseconds

1234567891011>>