HomeSort by relevance Sort by last modified time
    Searched refs:int_data (Results 1 - 10 of 10) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.cpp 51 loc1.int_data == loc2.int_data);
72 begin.int_data, end.int_data };
213 SourceLocation::getFromRawEncoding(location.int_data);
224 SourceLocation::getFromRawEncoding(location.int_data);
244 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
287 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
328 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
366 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
    [all...]
CXSourceLocation.h 67 return SourceLocation::getFromRawEncoding(L.int_data);
CIndex.cpp     [all...]
Indexing.cpp     [all...]
IndexingContext.cpp 773 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);
880 idxLoc.int_data = Loc.getRawEncoding();
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 81 tSMP_INT_DATA int_data; local
114 int_data.reason = reason;
116 smp_sm_event(p_cb, SMP_L2CAP_DISCONN_EVT, &int_data);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_buffer.cc 100 const int16_t* const int_data = ibuf_.data(); local
104 float_data[i] = int_data[i];
113 int16_t* const int_data = ibuf_.data(); local
116 int_data[i] = WEBRTC_SPL_SAT(std::numeric_limits<int16_t>::max(),
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 68 void ConvertToFloat(const int16_t* int_data, ChannelBuffer<float>* cb) {
71 Deinterleave(int_data,
    [all...]
  /external/clang/include/clang-c/
Index.h 364 unsigned int_data; member in struct:__anon21456
3866 unsigned int_data[4]; member in struct:__anon21463
4928 unsigned int_data; member in struct:__anon21468
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 164 _fields_ = [("ptr_data", c_void_p * 2), ("int_data", c_uint)]
454 token.int_data = tokens_array[i].int_data
    [all...]

Completed in 211 milliseconds