HomeSort by relevance Sort by last modified time
    Searched refs:end_block (Results 1 - 18 of 18) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigmacros.swg 14 %end_block End a execution block
95 #ifndef %end_block
96 # define %end_block } while(0)
98 #define %block(Block...) %begin_block Block; %end_block
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perltypemaps.swg 69 %end_block %enddef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
debug.h 56 void (* end_block) (unsigned int line, unsigned int n); member in struct:gcc_debug_hooks
  /external/qemu/distrib/ext4_utils/src/
contents.c 66 u32 end_block = (*offset + rec_len - 1) / info.block_size; local
67 if (start_block != end_block) {
72 prev->rec_len += end_block * info.block_size - *offset;
73 *offset = end_block * info.block_size;
  /system/extras/ext4_utils/
contents.c 72 u32 end_block = (*offset + rec_len - 1) / info.block_size; local
73 if (start_block != end_block) {
78 prev->rec_len += end_block * info.block_size - *offset;
79 *offset = end_block * info.block_size;
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 211 unsigned long long end_block; local
238 end_block = (offset + size) / data->tdb_data_size;
241 while (block_num <= end_block ) {
  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 27 %end_block %enddef
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 123 int start_block, int end_block,
enc.c 44 int start_block, int end_block,
47 for (j = start_block; j < end_block; ++j) {
enc_neon.c     [all...]
enc_sse2.c 58 int start_block, int end_block,
62 for (j = start_block; j < end_block; ++j) {
    [all...]
  /external/webp/src/dsp/
dsp.h 123 int start_block, int end_block,
enc.c 44 int start_block, int end_block,
47 for (j = start_block; j < end_block; ++j) {
enc_neon.c     [all...]
enc_sse2.c 58 int start_block, int end_block,
62 for (j = start_block; j < end_block; ++j) {
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 2080 HBasicBlock* end_block = GetBlock(end); local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 223 ** end_block - last block (including interior nodes)
227 ** leaves_end_block, and end_block are all 0.
590 "end_block INTEGER,"
    [all...]

Completed in 1014 milliseconds