/external/f2fs-tools/tools/ |
f2fstat.c | 235 int i, len, prev_index = 0; local 245 prev_index = ptr_buf - buf - 1; 247 len = (ptr_buf - buf) - 1 - prev_index; 248 __make_head(head, prev_index, 0, len); 249 prev_index = ptr_buf - buf - 1; 251 len = (ptr_buf - buf) - 1 - prev_index; 252 __make_head(head, prev_index, 1, len); 253 prev_index = ptr_buf - buf - 1; 255 len = (ptr_buf - buf) - 1 - prev_index; 256 __make_head(head, prev_index, 2, len) [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
tokens_test.py | 36 prev_index = i - 1 39 if prev_index >= 0: 40 neighbor_tokens[i].previous = neighbor_tokens[prev_index]
|
/bionic/tests/ |
thread_local_test.cpp | 214 size_t prev_index = 0; local 237 ASSERT_TRUE(prev_index + 1 == tls_var[n].object.index || 241 prev_index = tls_var[n].object.index;
|
/toolchain/binutils/binutils-2.25/gprof/ |
sym_ids.c | 35 int prev_index; /* Index of prev match. */ 250 m->prev_index = tab->len; 262 tab->base[m->prev_index].end_addr = sym->end_addr; 34 int prev_index; \/* Index of prev match. *\/ member in struct:match
|
/art/runtime/ |
dex_file_verifier.h | 77 uint32_t prev_index,
|
dex_file_verifier.cc | 807 uint32_t prev_index, 811 if (curr_index < prev_index) { 814 prev_index, 839 uint32_t prev_index = 0; local 845 prev_index, 851 prev_index = curr_index; 872 uint32_t prev_index = 0; local 878 prev_index, 884 prev_index = curr_index; [all...] |
/prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/ |
SDL_ttf.h | 251 extern DECLSPEC int TTF_GetFontKerningSize(TTF_Font *font, int prev_index, int index);
|
/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 251 extern DECLSPEC int TTF_GetFontKerningSize(TTF_Font *font, int prev_index, int index);
|
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 251 extern DECLSPEC int TTF_GetFontKerningSize(TTF_Font *font, int prev_index, int index);
|
/frameworks/base/media/java/android/media/ |
AudioManager.java | [all...] |
/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/lib/ |
libSDL2_ttf.a | [all...] |
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/lib/ |
libSDL2_ttf.a | [all...] |