HomeSort by relevance Sort by last modified time
    Searched refs:start_idx (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-18/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/current/platforms/android-18/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/current/platforms/android-19/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/current/platforms/android-19/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/current/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/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 );
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...]
  /system/bt/stack/gatt/
gatt_api.c 1324 UINT8 start_idx, found_idx; local
1410 UINT8 start_idx, found_idx; local
    [all...]
gatt_main.c 1168 UINT8 start_idx, found_idx; local
    [all...]
gatt_int.h 582 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TRANSPORT *p_transport);
641 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
gatt_utils.c 728 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx,
733 GATT_TRACE_DEBUG("gatt_find_the_connected_bda start_idx=%d",start_idx);
735 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
    [all...]
  /art/runtime/base/
timing_logger.h 152 size_t FindTimingIndex(const char* name, size_t start_idx) const;
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 294 start_idx = 0
299 self._stats[kname][start_idx:end_idx])
301 start_idx = end_idx
  /external/opencv/cv/src/
cvhough.cpp 998 int start_idx = nz_count - 1; local
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 1175 int nz_count1 = k, start_idx = nz_count1 - 1; local
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 704 size_t start_idx = bufcnt; local
1107 while (bufcnt + prefix_size - non_printing < start_idx + width)
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 1675 milliseconds

12 3