HomeSort by relevance Sort by last modified time
    Searched refs:start_idx (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
bio.h 148 #define __bio_for_each_segment(bvl, bio, i, start_idx) for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); i < (bio)->bi_vcnt; bvl++, i++)
  /external/lldb/source/Commands/
CommandObjectCommands.cpp 159 std::pair<bool,uint64_t> start_idx = {m_options.m_start_idx.OptionWasSet(),m_options.m_start_idx.GetCurrentValue()}; local
165 if (start_idx.first && start_idx.second == UINT64_MAX)
169 start_idx.second = history.GetSize() - count.second;
174 start_idx.second = stop_idx.second;
179 start_idx.second = 0;
185 if (!start_idx.first && !stop_idx.first && !count.first)
187 start_idx.second = 0;
190 else if (start_idx.first)
194 stop_idx.second = start_idx.second + count.second - 1
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 89 opus_int k, lag, start_idx, LSF_interpolation_flag; local
140 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
141 silk_assert( start_idx > 0 );
143 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
144 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
NSQ_del_dec.c 127 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; local
243 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
244 silk_assert( start_idx > 0 );
246 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
247 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
    [all...]
  /external/libopus/silk/
NSQ.c 89 opus_int k, lag, start_idx, LSF_interpolation_flag; local
140 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
141 silk_assert( start_idx > 0 );
143 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
144 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
  /external/lldb/include/lldb/Target/
RegisterContext.h 124 GetRegisterInfoByName (const char *reg_name, uint32_t start_idx = 0);
  /external/lldb/source/Symbol/
Symtab.cpp 482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
490 for (uint32_t i = start_idx; i < count; ++i)
500 Symtab::AppendSymbolIndexesWithTypeAndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
508 for (uint32_t i = start_idx; i < count; ++i)
518 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) const
526 for (uint32_t i = start_idx; i < count; ++i)
763 Symtab::FindSymbolWithType (SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t& start_idx)
768 for (size_t idx = start_idx; idx < count; ++idx)
774 start_idx = idx;
    [all...]
LineTable.cpp 291 uint32_t start_idx,
304 for (size_t idx = start_idx; idx < count; ++idx)
347 LineTable::FindLineEntryIndexByFileIndex (uint32_t start_idx, uint32_t file_idx, uint32_t line, bool exact, LineEntry* line_entry_ptr)
352 for (size_t idx = start_idx; idx < count; ++idx)
CompileUnit.cpp 282 CompileUnit::FindLineEntry (uint32_t start_idx, uint32_t line, const FileSpec* file_spec_ptr, bool exact, LineEntry *line_entry_ptr)
305 return line_table->FindLineEntryIndexByFileIndex (start_idx, file_idx, line, exact, line_entry_ptr);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 1334 UINT8 start_idx, found_idx; local
1420 UINT8 start_idx, found_idx; local
    [all...]
gatt_main.c 1133 UINT8 start_idx, found_idx; local
    [all...]
  /external/lldb/include/lldb/Symbol/
LineTable.h 160 /// source line number \a line starting at the \a start_idx entries
163 /// @param[in] start_idx
192 FindLineEntryIndexByFileIndex (uint32_t start_idx,
199 FindLineEntryIndexByFileIndex (uint32_t start_idx,
SymbolContext.h 447 uint32_t start_idx = 0,
  /external/lldb/examples/python/
symbolication.py 495 start_idx = 0
497 start_idx = pc_index - insts_before_pc
498 if start_idx < 0:
499 start_idx = 0
506 for i in range(start_idx, end_idx+1):
  /art/runtime/base/
timing_logger.h 152 size_t FindTimingIndex(const char* name, size_t start_idx) const;
  /external/lldb/source/Target/
StackFrameList.cpp 724 StackFrameList::InvalidateFrames (uint32_t start_idx)
734 while (start_idx < num_frames)
736 m_frames[start_idx].reset();
737 ++start_idx;
    [all...]
RegisterContext.cpp 65 RegisterContext::GetRegisterInfoByName (const char *reg_name, uint32_t start_idx)
70 for (uint32_t reg = start_idx; reg < num_registers; ++reg)
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 153 BreakpointResolverName::LookupInfo::Prune (SymbolContextList &sc_list, size_t start_idx) const
158 size_t i = start_idx;

Completed in 1710 milliseconds

1 2 34 5