OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_idx
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afangles.c
275
FT_UInt
cur_idx
;
local
298
cur_idx
= 0;
299
cur_val = table[
cur_idx
].org;
317
for ( j =
cur_idx
; j < i; j++ )
322
table[
cur_idx
].org = sum / j;
326
cur_idx
= i + 1;
327
cur_val = table[
cur_idx
].org;
332
cur_idx
= 1;
338
table[
cur_idx
++] = table[i];
341
*count =
cur_idx
;
[
all
...]
/external/freetype/src/autofit/
afangles.c
275
FT_UInt
cur_idx
;
local
298
cur_idx
= 0;
299
cur_val = table[
cur_idx
].org;
317
for ( j =
cur_idx
; j < i; j++ )
322
table[
cur_idx
].org = sum / j;
326
cur_idx
= i + 1;
327
cur_val = table[
cur_idx
].org;
332
cur_idx
= 1;
338
table[
cur_idx
++] = table[i];
341
*count =
cur_idx
;
[
all
...]
/frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp
54
size_t
cur_idx
= 0;
local
57
uint32_t length = data[
cur_idx
++];
69
extended = data[
cur_idx
++];
71
extended |= data[
cur_idx
++];
81
uint32_t ID = data[
cur_idx
++];
/external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h
300
UINT16
cur_idx
; /* SCO handle */
member in struct:__anon110
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
387
Idx
cur_idx
;
member in struct:re_string_t
445
((pstr)->mbs[(pstr)->
cur_idx
+ offset])
447
((pstr)->mbs[(pstr)->
cur_idx
++])
453
#define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->
cur_idx
)
454
#define re_string_cur_idx(pstr) ((pstr)->
cur_idx
)
458
#define re_string_skip_bytes(pstr,idx) ((pstr)->
cur_idx
+= (idx))
459
#define re_string_set_index(pstr,idx) ((pstr)->
cur_idx
= (idx))
regexec.c
69
Idx
cur_idx
, Idx nmatch) internal_function;
2356
Idx
cur_idx
= re_string_
cur_idx
(&mctx->input);
local
3088
Idx
cur_idx
;
local
[
all
...]
Completed in 258 milliseconds