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

1 2 3 4 5

  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 47 PyObject* ptype; local
50 PyErr_Fetch(&ptype, &pvalue, &ptraceback);
51 PyErr_NormalizeException(&ptype, &pvalue, &ptraceback);
52 string err = ClassName(ptype);
65 Py_DECREF(ptype);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_pic_com_adv.c 59 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
60 if (picLayerHeader->PTYPE)
62 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
63 if (picLayerHeader->PTYPE)
65 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
66 if (picLayerHeader->PTYPE)
68 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
69 if (picLayerHeader->PTYPE)
70 picLayerHeader->PTYPE = VC1_SKIPPED_FRAME;
72 picLayerHeader->PTYPE = VC1_BI_FRAME;
383 int ptype; local
    [all...]
viddec_vc1_workload.c 60 attrs->frame_type = vc1_populate_frame_type(info->picLayerHeader.PTYPE);
256 switch(pic->PTYPE)
312 switch (pic->PTYPE)
360 int ptype; local
362 ptype = pic->PTYPE;
364 LOG_CRIT("ptype = %d, field = %d, topfield = %d, slice = %d", ptype, pic->CurrField, pic->BottomField, pic->SLICE_ADDR);
397 BF_WRITE(VC1_0_SEQPIC_FRAME_TYPE, PTYPE, spr->frame_type, pic->PTYPE);
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_gact.h 32 __u16 ptype; member in struct:tc_gact_p
  /external/iproute2/include/uapi/linux/tc_act/
tc_gact.h 19 __u16 ptype; member in struct:tc_gact_p
  /external/iproute2/tc/
m_skbedit.c 37 "PT = ptype PACKETYPE\n"
61 __u16 queue_mapping, ptype; local
96 } else if (matches(*argv, "ptype") == 0) {
100 ptype = PACKET_HOST;
102 ptype = PACKET_BROADCAST;
104 ptype = PACKET_MULTICAST;
106 ptype = PACKET_OTHERHOST;
108 fprintf(stderr, "Illegal ptype (%s)\n",
159 &ptype, sizeof(ptype));
174 __u16 *queue_mapping, *ptype; local
    [all...]
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_gact.h 19 __u16 ptype; member in struct:tc_gact_p
  /external/libmtp/examples/
pathutils.c 132 char *ptype; local
136 ptype = strrchr(filename, '.');
138 ptype = rindex(filename,'.');
141 if (!ptype) {
142 ptype = "";
144 ++ptype;
148 if (!strcasecmp (ptype, "wav")) {
150 } else if (!strcasecmp (ptype, "mp3")) {
152 } else if (!strcasecmp (ptype, "wma")) {
154 } else if (!strcasecmp (ptype, "ogg"))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_arp.h 35 __be16 ptype; member in struct:ebt_arp_info
  /external/boringssl/src/crypto/pem/
pem_info.c 103 unsigned int i, raw, ptype; local
118 ptype = 0;
174 ptype = EVP_PKEY_RSA;
194 ptype = EVP_PKEY_DSA;
214 ptype = EVP_PKEY_EC;
232 if (ptype) {
233 if (!d2i_PrivateKey(ptype, pp, &p, len)) {
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h 24 __be16 ptype; member in struct:ebt_arp_info
  /external/mesa3d/src/gallium/state_trackers/nine/
query9.c 80 const unsigned ptype = d3dquerytype_to_pipe_query(screen, type); local
82 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
84 if (ptype == PIPE_QUERY_TYPES) {
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type); local
110 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
112 if (ptype < PIPE_QUERY_TYPES) {
113 This->pq = nine_context_create_query(device, ptype);
  /external/syslinux/com32/modules/
prdhcp.c 139 int ptype[3] = {PXENV_PACKET_TYPE_DHCP_DISCOVER, PXENV_PACKET_TYPE_DHCP_ACK, PXENV_PACKET_TYPE_CACHED_REPLY}; local
142 if (!pxe_get_cached_info(ptype[i],
144 dprintf("Got packet #%d/%d\n", (i + 1), ptype[i]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 22 __be16 ptype; member in struct:ebt_arp_info
  /external/ipsec-tools/src/racoon/
isakmp_agg.c 347 int ptype; local
557 ptype = oakley_validate_auth(iph1);
558 if (ptype != 0) {
559 if (ptype == -1) {
565 isakmp_info_send_n1(iph1, ptype, NULL);
1325 int ptype; local
    [all...]
isakmp_base.c 591 int ptype; local
686 ptype = oakley_validate_auth(iph1);
687 if (ptype != 0) {
688 if (ptype == -1) {
694 isakmp_info_send_n1(iph1, ptype, NULL);
1080 int ptype; local
1185 ptype = oakley_validate_auth(iph1);
1186 if (ptype != 0) {
1187 if (ptype == -1) {
1193 isakmp_info_send_n1(iph1, ptype, NULL)
    [all...]
  /external/pcre/dist2/src/
pcre2_printint.c 236 get_ucpname(unsigned int ptype, unsigned int pvalue)
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
246 (void)ptype;
722 unsigned int ptype = *ccode++; local
725 switch(ptype)
741 get_ucpname(ptype, pvalue));
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
gather_op.cc 156 xla::PrimitiveType ptype; local
157 TF_RETURN_IF_ERROR(DataTypeToPrimitiveType(index_type, &ptype));
158 TF_ASSIGN_OR_RETURN(auto outputs, XlaForEachIndex(num_indices, ptype, body_fn,
  /libcore/ojluni/src/main/java/sun/invoke/util/
VerifyAccess.java 221 Class<?> ptype = (n < 0 ? type.returnType() : type.parameterType(n)); local
222 if (!isTypeVisible(ptype, refc))
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 203 int ptype = parent.getType(); local
204 if ( ptype==ANTLRv3Parser.SCOPE || // we have special rules for these
205 ptype==ANTLRv3Parser.AT )
  /external/iproute2/ip/
xfrm.h 99 __u8 ptype; member in struct:xfrm_filter
127 const char *strxf_ptype(__u8 ptype);
  /external/tcpdump/
print-atalk.c 52 uint16_t htype, ptype; member in struct:aarp
229 EXTRACT_16BITS(&ap->ptype) == ETHERTYPE_ATALK &&
245 ND_PRINT((ndo, "len %u op %u htype %u ptype %#x halen %u palen %u",
247 EXTRACT_16BITS(&ap->ptype), ap->halen, ap->palen));
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandle.java 899 Class<?> ptype = mtype.parameterType(i); local
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_link.cc 72 static void llcp_link_proc_rx_pdu(uint8_t dsap, uint8_t ptype, uint8_t ssap,
89 static std::string llcp_pdu_type(uint8_t ptype);
1095 uint8_t dsap, ptype, ssap; local
1256 uint8_t dsap, ptype, ssap; local
1472 uint8_t *p, ptype; local
    [all...]

Completed in 431 milliseconds

1 2 3 4 5