HomeSort by relevance Sort by last modified time
    Searched refs:stype (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp 223 amode.stype = type;
269 // amode.stype = type; // more advanced modes not used in GGLAssembler yet
378 switch (amode.stype) {
501 switch (amode.stype) {
528 switch (amode.stype) {
    [all...]
MIPS64Assembler.h 222 int stype; member in struct:android::ArmToMips64Assembler::addr_mode_t
MIPSAssembler.cpp 232 amode.stype = type;
278 // amode.stype = type; // more advanced modes not used in GGLAssembler yet
391 switch (amode.stype) {
502 switch (amode.stype) {
534 switch (amode.stype) {
    [all...]
MIPSAssembler.h 211 int stype; member in struct:android::ArmToMipsAssembler::addr_mode_t
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 800 for s,stype in stateinfo.items():
801 if stype == 'exclusive':
806 elif stype == 'inclusive':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 800 for s,stype in stateinfo.items():
801 if stype == 'exclusive':
806 elif stype == 'inclusive':
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 3233 u16 fc, stype; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1512 int stype; local
1537 for (stype = 0; stype < num_stypes; stype++) {
1545 cil_printf("(rangetransition %s %s %s ", stypes[stype], ttypes[ttype], pdb->p_class_val_to_name[i]);
1585 int stype; local
    [all...]
policydb.c 737 hash = ft->stype ^ ft->ttype ^ ft->tclass;
752 v = ft1->stype - ft2->stype;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 3976 u16 fc, stype; local
    [all...]
ap.c 873 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok)
877 ieee802_11_mgmt_cb(wpa_s->ap_iface->bss[0], buf, len, stype, ok);
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1415 int stype = typePrecedence(srcType); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
driver_nl80211_event.c 604 u16 fc, stype; local
616 stype = WLAN_FC_GET_STYPE(fc);
628 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u",
631 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
671 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 823 inline void setType(DataType type) { dType = sType = type; }
825 inline void setType(DataType dtype, DataType stype)
828 sType = stype;
859 DataType sType; // source or secondary type
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 145 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::i8; --stype) {
146 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype;
158 for (unsigned stype = sctype - 1; stype >= (unsigned) MVT::f32; --stype) {
159 MVT::SimpleValueType StoreVT = (MVT::SimpleValueType) stype;
    [all...]
  /system/bt/stack/l2cap/
l2c_main.cc 483 STREAM_TO_UINT8(cfg_info.ext_flow_spec.stype, p);
578 STREAM_TO_UINT8(cfg_info.ext_flow_spec.stype, p);
  /external/syslinux/gpxe/src/net/80211/
net80211.c 2456 u16 stype = hdr->fc & IEEE80211_FC_SUBTYPE; local
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java 591 String stype = SensorCtsHelper.sensorTypeShortString(sensorType); local
594 new TestResultCollector("testTimestamp" + stype, TAG);
602 String.format("(%s, rate %d, memtype %d)", stype, rateLevel, memType));
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 162 uint32_t stype; member in struct:filename_trans
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 768 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 1018 value, stype, unit := sampleFormat(prof, f)
1019 o.SampleType = stype

Completed in 1312 milliseconds

1 23 4 5