HomeSort by relevance Sort by last modified time
    Searched defs:mpf (Results 1 - 7 of 7) sorted by null

  /external/clang/test/SemaCXX/
function-type-qual.cpp 27 void (C::*mpf)() const; variable
  /external/oprofile/module/x86/
op_fixmap.c 159 static int __init mpf_table_ok(struct intel_mp_floating * mpf, unsigned long * bp)
163 if (mpf->mpf_length != 1)
168 return (mpf->mpf_specification == 1 || mpf->mpf_specification == 4);
174 struct intel_mp_floating * mpf; local
177 mpf = (struct intel_mp_floating *)bp;
178 if (mpf_table_ok(mpf, bp))
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 70 MySAXParserFactory mpf = new MySAXParserFactory(); local
71 assertTrue(mpf instanceof SAXParserFactory);
72 assertFalse(mpf.isValidating());
  /external/bluetooth/bluez/audio/
a2dp-codecs.h 87 uint8_t mpf:1; member in struct:__anon1911
109 uint8_t mpf:1; member in struct:__anon1913
a2dp.h 89 uint8_t mpf:1; member in struct:mpeg_codec_cap
113 uint8_t mpf:1; member in struct:mpeg_codec_cap
ipc.h 211 uint8_t mpf; member in struct:__anon1933
  /external/bluetooth/bluez/tools/
avinfo.c 189 uint8_t mpf:1; member in struct:mpeg_codec_cap
243 uint8_t mpf:1; member in struct:mpeg_codec_cap
338 if (mpeg->mpf)

Completed in 110 milliseconds