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

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 63 const StringType stype = rtype == REWEIGHT_TO_INITIAL local
66 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
67 VectorFst< GallicArc<Arc, stype> > gfst;
68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>());
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
75 guwfst(uwfst, ToGallicMapper<Arc, stype>());
79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
80 typename Arc::Weight, stype> > fwfst(gfst);
81 Map(fwfst, ofst, FromGallicMapper<Arc, stype>());
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 95 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; local
98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 291 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
306 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 291 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
306 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 383 u16 fc, type, stype; local
394 stype = WLAN_FC_GET_STYPE(fc);
410 if (stype != WLAN_FC_STYPE_PSPOLL)
553 u16 stype = WLAN_FC_GET_STYPE(fc); local
558 switch (stype) {
574 switch (stype) {
584 switch (stype) {
  /external/checkpolicy/test/
dispol.c 66 char *stype, *ttype, *tclass; local
67 stype = p->p_type_val_to_name[key->source_type - 1];
70 if (stype && ttype)
71 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
72 else if (stype)
73 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
364 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.c 140 enum xa_surface_type stype; local
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 140 enum xa_surface_type stype; local
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
  /external/sepolicy/tools/
sepolicy-analyze.c 347 struct type_datum *stype, *ttype, *stype2, *ttype2; local
361 stype = policydb->type_val_to_struct[k->source_type - 1];
363 attrib1 = stype->flavor || ttype->flavor;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 424 int domain, stype; local
436 stype = SOCK_RAW;
439 stype = SOCK_PACKET;
442 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
428 stype = CV_MAT_TYPE(_src->type);
430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype);
445 if( stype == CV_32FC2 )
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 1736 u16 fc, stype; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 59 u16 stype)
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, extra_len, type, stype; local
159 stype = WLAN_FC_GET_STYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
200 handle_data(drv, buf, data_len, stype);
driver_atheros.c 811 u16 stype; local
824 stype = WLAN_FC_GET_STYPE(fc);
826 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype,
834 switch (stype) {
968 u16 stype; local
979 stype = WLAN_FC_GET_STYPE(fc);
981 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype,
990 switch (stype) {
1407 u16 fc, stype; local
    [all...]
driver.h 3823 u16 stype; member in struct:wpa_event_data::tx_status
    [all...]
  /frameworks/base/core/java/android/content/
UndoManager.java 187 int stype; local
188 while ((stype=p.readInt()) != 0) {
190 if (stype == 1) {
  /external/mksh/src/
eval.c 200 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
363 int stype; local
368 type = varsub(&x, varname, sp, &stype, &slen);
397 st->stype = stype;
412 if (stype)
414 switch (stype & 0x17F) {
626 if (stype & 0x80)
705 switch (st->stype & 0x17F) {
721 dp, st->stype);
1071 int stype; \/* substitution type *\/ local
    [all...]
  /external/qemu/android/
sockets.c 902 int stype = socket_type_to_bsd(type); local
904 if (sfamily < 0 || stype < 0) {
908 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 3183 u16 fc, stype; local
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 901 int stype = socket_type_to_bsd(type); local
903 if (sfamily < 0 || stype < 0) {
907 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /external/libsepol/src/
expand.c 53 filename_trans_t **table; /* filename_trans chunks with same stype */
3247 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
3377 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1415 int stype = typePrecedence(srcType); local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 159 uint32_t stype; member in struct:filename_trans
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 211 int stype; member in struct:android::ArmToMipsAssembler::addr_mode_t
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 1041 const xmlChar *stype; /* sort */ member in struct:_xsltStyleItemSort
1374 const xmlChar *stype; \/* sort *\/ member in struct:_xsltStylePreComp
    [all...]

Completed in 848 milliseconds

1 2