/ndk/sources/host-tools/sed-4.2.1/lib/ |
regexec.c | 28 Idx str_idx, Idx from, Idx to) 30 static Idx search_cur_bkref_entry (const re_match_context_t *mctx, Idx str_idx) 33 Idx str_idx) internal_function; 35 Idx node, Idx str_idx) 71 Idx str_idx, Idx dest_node, Idx nregs, 85 Idx node_idx, Idx str_idx, Idx max_str_idx) 92 re_sift_context_t *sctx, Idx str_idx, 97 Idx str_idx, 114 Idx node, Idx str_idx, 121 Idx str_idx) internal_function 1638 Idx str_idx = sctx->last_str_idx; local 2926 Idx subexp_num, backup_cur_idx, str_idx, null_cnt; local [all...] |
regex_internal.h | 579 Idx str_idx; /* The position NODE match at. */ member in struct:__anon33256 589 Idx str_idx; member in struct:__anon33257 600 Idx str_idx; member in struct:re_backref_cache_entry
|
/system/core/libcorkscrew/ |
symbol_table.c | 127 int str_idx = shdr[sym_idx].sh_link; local 128 str = base + shdr[str_idx].sh_offset;
|
/external/webrtc/src/modules/audio_processing/test/ |
apmtest.m | 285 str_idx = strfind(result, 'Sample rate:'); 286 fs = str2num(result(str_idx(end) + 13:str_idx(end) + 17));
|