OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_iter
(Results
1 - 10
of
10
) sorted by null
/external/e2fsprogs/lib/ext2fs/
brel.h
49
errcode_t (*
start_iter
)(ext2_brel brel);
member in struct:ext2_block_relocation_table
81
#define ext2fs_brel_start_iter(brel) ((brel)->
start_iter
((brel)))
irel.h
52
errcode_t (*
start_iter
)(ext2_irel irel);
member in struct:ext2_inode_relocation_table
107
#define ext2fs_irel_start_iter(irel) ((irel)->
start_iter
((irel)))
brel_ma.c
90
brel->
start_iter
= bma_start_iter;
irel_ma.c
122
irel->
start_iter
= ima_start_iter;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_if.h
187
L_SC void L_(
start_iter
)(
cavl_impl.h
931
L_SC void L_(
start_iter
)(
/external/opencv/ml/src/
mlcnn.cpp
67
int
start_iter
);
151
if( params->
start_iter
< 0 ) \
152
CV_ERROR( CV_StsBadArg, "Parameter <
start_iter
> must be positive or zero" ); \
196
params->
start_iter
));
217
int
start_iter
)
299
CV_CALL(layer->backward( layer, n +
start_iter
, X[k-1], dE_dX[k], dE_dX[k-1] ));
434
params->
start_iter
));
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
path.c
1160
struct path_iter_data
start_iter
, end_iter;
local
[
all
...]
/external/blktrace/btreplay/
btreplay.c
483
*
start_iter
- Start an iteration at the replay thread level
485
static inline void
start_iter
(void)
function
[
all
...]
/external/opencv/ml/include/
ml.h
[
all
...]
Completed in 399 milliseconds