Searched defs:opt (Results 151 - 175 of 353) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_api.c1046 UINT8 opt,
1057 P2P_TRACE_API4 ("NFA_P2pSetLLCPConfig ():link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
1058 link_miu, opt, wt, link_timeout);
1074 p_msg->opt = opt;
1131 P2P_TRACE_API4 ("NFA_P2pGetLLCPConfig () link_miu:%d, opt:0x%02X, wt:%d, link_timeout:%d",
1045 NFA_P2pSetLLCPConfig(UINT16 link_miu, UINT8 opt, UINT8 wt, UINT16 link_timeout, UINT16 inact_timeout_init, UINT16 inact_timeout_target, UINT16 symm_delay, UINT16 data_link_timeout, UINT16 delay_first_pdu_timeout) argument
/external/libpcap/
H A Dpcap-bt-linux.c191 int opt; local
197 if (sscanf(handle->opt.source, BT_IFACE"%d", &dev_id) != 1)
201 handle->opt.source);
235 opt = 1;
236 if (setsockopt(handle->fd, SOL_HCI, HCI_DATA_DIR, &opt, sizeof(opt)) < 0) {
242 opt = 1;
243 if (setsockopt(handle->fd, SOL_HCI, HCI_TIME_STAMP, &opt, sizeof(opt)) < 0) {
274 if (handle->opt
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-probe.c146 static int opt_add_probe_event(const struct option *opt __maybe_unused,
156 static int opt_del_probe_event(const struct option *opt __maybe_unused,
168 static int opt_set_target(const struct option *opt, const char *str, argument
174 if (!strcmp(opt->long_name, "exec"))
177 else if (!strcmp(opt->long_name, "module"))
191 static int opt_show_lines(const struct option *opt __maybe_unused,
212 static int opt_show_vars(const struct option *opt __maybe_unused,
232 static int opt_set_filter(const struct option *opt __maybe_unused,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c9 static int opterror(const struct option *opt, const char *reason, int flags) argument
12 return error("switch `%c' %s", opt->short_name, reason);
14 return error("option `no-%s' %s", opt->long_name, reason);
15 return error("option `%s' %s", opt->long_name, reason);
18 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, argument
21 if (p->opt) {
22 *arg = p->opt;
23 p->opt = NULL;
24 } else if ((opt->flags & PARSE_OPT_LASTARG_DEFAULT) && (p->argc == 1 ||
26 *arg = (const char *)opt
35 get_value(struct parse_opt_ctx_t *p, const struct option *opt, int flags) argument
568 parse_opt_verbosity_cb(const struct option *opt, const char *arg __maybe_unused, int unset) argument
[all...]
/external/llvm/include/llvm/Option/
H A DArgList.h23 namespace opt { namespace in namespace:llvm
431 } // end namespace opt
H A DOption.h19 namespace opt { namespace in namespace:llvm
202 } // end namespace opt
/external/llvm/lib/Target/
H A DTargetMachineC.cpp144 TargetOptions opt; local
145 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c51 unsigned opt; member in struct:fetch_pipeline_middle_end
56 unsigned opt,
85 fpme->opt = opt;
113 if (!(opt & PT_PIPELINE)) {
213 unsigned opt = fpme->opt; local
238 if (fpme->opt & PT_SHADE) {
249 if ((fpme->opt & PT_SHADE) && gshader) {
276 opt |
54 fetch_pipeline_prepare( struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices ) argument
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c53 unsigned opt; member in struct:llvm_middle_end
63 unsigned opt,
85 fpme->opt = opt;
108 if (!(opt & PT_PIPELINE)) {
225 unsigned opt = fpme->opt; local
264 if ((opt & PT_SHADE) && gshader) {
287 opt |= PT_PIPELINE;
292 if (opt
61 llvm_middle_end_prepare( struct draw_pt_middle_end *middle, unsigned in_prim, unsigned opt, unsigned *max_vertices ) argument
[all...]
/external/openssl/crypto/asn1/
H A Dx_name.c72 int tag, int aclass, char opt, ASN1_TLC *ctx);
174 int tag, int aclass, char opt, ASN1_TLC *ctx)
188 tag, aclass, opt, ctx);
172 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
/external/pcre/dist/
H A Dpcrecpp.h220 // RE_options opt;
221 // opt.set_caseless(true);
223 // if (RE("HELLO", opt).PartialMatch("hello world")) ...
448 RE_Options &set_all_options(int opt) { argument
449 all_options_ = opt;
/external/ppp/pppd/
H A Dcbcp.c233 int code, opt, id, len, olen, delay; local
258 GETCHAR(opt, p);
268 if (opt >= 1 && opt <= sizeof(cbcp_optionnames) / sizeof(char *))
269 printer(arg, " %s", cbcp_optionnames[opt-1]);
271 printer(arg, " option=0x%x", opt);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c247 unsigned char *opt; local
322 opt = tcpHdr + 20;
323 while (opt < endHdr) {
324 if (!*opt) break; /* End of options */
325 switch(*opt) {
327 opt++;
331 if (opt[1] != 4) {
335 (unsigned int) opt[1],
342 mssopt = opt;
345 if (opt[
[all...]
/external/qemu/android/
H A Dmain-emulator.c101 const char* opt = argv[nn]; local
103 if (!strcmp(opt,"-qemu"))
106 if (!strcmp(opt,"-verbose") || !strcmp(opt,"-debug-all")) {
110 if (!strcmp(opt,"-debug") && nn + 1 < argc &&
115 if (!strcmp(opt,"-force-32bit")) {
121 if (!strcmp(opt,"-avd") && nn+1 < argc) {
124 else if (opt[0] == '@' && opt[1] != '\0') {
125 avdName = opt
[all...]
/external/qemu/slirp/
H A Dip_input.c507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
517 opt = cp[IPOPT_OPTVAL];
518 if (opt == IPOPT_EOL)
520 if (opt == IPOPT_NOP)
529 switch (opt) {
553 if (opt == IPOPT_SSRR) {
577 if (opt == IPOPT_SSRR) {
H A Dsocket.c599 int s, opt = 1; local
635 (setsockopt(s,SOL_SOCKET,SO_REUSEADDR,(char *)&opt,sizeof(int)) < 0) ||
650 setsockopt(s,SOL_SOCKET,SO_OOBINLINE,(char *)&opt,sizeof(int));
H A Dtcp_input.c1501 int opt, optlen; local
1507 opt = cp[0];
1508 if (opt == TCPOPT_EOL)
1510 if (opt == TCPOPT_NOP)
1517 switch (opt) {
H A Dtcp_subr.c377 int opt, s=so->s; local
381 opt = 1;
382 setsockopt(s,SOL_SOCKET,SO_REUSEADDR,(char *)&opt,sizeof(opt ));
383 opt = 1;
384 setsockopt(s,SOL_SOCKET,SO_OOBINLINE,(char *)&opt,sizeof(opt ));
437 int s, opt; local
470 opt = 1;
471 setsockopt(s,SOL_SOCKET,SO_REUSEADDR,(char *)&opt,sizeo
[all...]
/external/qemu/slirp-android/
H A Dip_input.c507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
517 opt = cp[IPOPT_OPTVAL];
518 if (opt == IPOPT_EOL)
520 if (opt == IPOPT_NOP)
529 switch (opt) {
553 if (opt == IPOPT_SSRR) {
577 if (opt == IPOPT_SSRR) {
H A Dtcp_input.c1507 int opt, optlen; local
1513 opt = cp[0];
1514 if (opt == TCPOPT_EOL)
1516 if (opt == TCPOPT_NOP)
1523 switch (opt) {
/external/valgrind/main/cachegrind/
H A Dcg_arch.c79 static void parse_cache_opt ( cache_t* cache, const HChar* opt, argument
108 VG_(fmsg_bad_option)(opt, "");
111 VG_(fmsg_bad_option)(opt,
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_api.c976 ** The opt parameter allows passing specific options like:
982 UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_MASK opt) argument
1000 evt.apiwrite.opt = opt;
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc108 virtual int GetOption(rtc::Socket::Option opt, int* value) OVERRIDE;
109 virtual int SetOption(rtc::Socket::Option opt, int value) OVERRIDE;
301 int UdpPacketSocket::GetOption(rtc::Socket::Option opt, int* value) { argument
306 int UdpPacketSocket::SetOption(rtc::Socket::Option opt, int value) { argument
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c76 int exptag, int expclass, char opt,
81 const ASN1_TEMPLATE *tt, char opt,
85 const ASN1_TEMPLATE *tt, char opt,
90 int tag, int aclass, char opt, ASN1_TLC *ctx);
148 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
153 int tag, int aclass, char opt, ASN1_TLC *ctx)
186 if ((tag != -1) || opt)
192 it->templates, opt, ctx);
195 tag, aclass, opt, ctx);
213 if (opt) retur
151 ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
514 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
595 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
736 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
1216 asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, char *inf, char *cst, const unsigned char **in, long len, int exptag, int expclass, char opt, ASN1_TLC *ctx) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc105 virtual int SetOption(SocketType type, rtc::Socket::Option opt, argument

Completed in 4343 milliseconds

1234567891011>>