Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 30) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c347 long *block, size; in i00afunc() local
373 block = (long *) trailer->this_address; in i00afunc()
375 if (block == 0 || size == 0) in i00afunc()
378 if ((block <= address) && (address < (block + size))) in i00afunc()
385 result = address - block; in i00afunc()
Dobstack.h193 extern void __obstack_free (struct obstack *obstack, void *block);
/ndk/sources/host-tools/make-3.81/
Dalloca.c359 long *block, size; in i00afunc() local
385 block = (long *) trailer->this_address; in i00afunc()
387 if (block == 0 || size == 0) in i00afunc()
390 if ((block <= address) && (address < (block + size))) in i00afunc()
397 result = address - block; in i00afunc()
Dremote-stub.c72 int *coredump_ptr UNUSED, int block UNUSED) in remote_status()
Djob.h70 extern void reap_children PARAMS ((int block, int err));
Dremote-cstms.c273 int block) in remote_status() argument
Djob.c196 int *coredump_ptr, int block));
447 reap_children (int block, int err) in reap_children() argument
470 && (block || REAP_MORE)) in reap_children()
480 if (err && block) in reap_children()
552 if (!block) in reap_children()
583 if (!block || !any_remote) in reap_children()
835 block = 0; in reap_children()
Dconfigure.bat22 rem The SmallEnv trick protects against too small environment block,
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.cc72 attr_value->block.block_size = *prop; in process_attrib()
73 attr_value->block.block_ptr = prop + 1; in process_attrib()
75 static_cast<Elf_Word>(attr_value->block.block_size + 1); in process_attrib()
83 attr_value->block.block_size = in process_attrib()
85 attr_value->block.block_ptr = prop + 2; in process_attrib()
87 static_cast<Elf_Word>(attr_value->block.block_size + 2); in process_attrib()
95 attr_value->block.block_size = in process_attrib()
97 attr_value->block.block_ptr = prop + 4; in process_attrib()
99 static_cast<Elf_Word>(attr_value->block.block_size + 4); in process_attrib()
108 attr_value->block.block_size = leb128.u32; in process_attrib()
[all …]
Ddwarf_utils.cc302 printf("BLOCK) = [%u]:", attr_value->block.block_size); in dump_value()
303 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) { in dump_value()
304 Elf_Byte prnt = *((const Elf_Byte*)attr_value->block.block_ptr + i); in dump_value()
Ddwarf_defs.h122 Dwarf_Block block; member
/ndk/sources/third_party/googletest/googletest/samples/
Dsample10_unittest.cc61 void operator delete(void* block, size_t /* allocation_size */) { in operator delete() argument
63 free(block); in operator delete()
/ndk/tests/build/b9193874-neon/jni/
Db9193874-neon.c165 int block; in UpsampleRgbaLinePairNEON() local
178 for (block = 0; block < num_blocks; ++block) { in UpsampleRgbaLinePairNEON()
246 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON()
247 uint8x8_t y = vld1_u8(top_y + (16 * block + 1) + i); in UpsampleRgbaLinePairNEON()
294 int off = ((16 * block + 1) + i) * 4; in UpsampleRgbaLinePairNEON()
295 uint8x8_t y = vld1_u8(bottom_y + (16 * block + 1) + i); in UpsampleRgbaLinePairNEON()
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc172 scoped_block block(base, size, dealloc); in __cxa_vec_new3() local
187 block.release(); in __cxa_vec_new3()
330 scoped_block block(base, size, dealloc); in __cxa_vec_delete3() local
/ndk/docs/renderscript/
Dtabs.css30 display: block;
Ddoxygen.css723 display:block;
/ndk/docs/text/
DNATIVE-ACTIVITY.text29 implementations must not be blocking. If they block, you might receive ANR (Application Not
48 this interface you must ensure that your callback implementations do not block the main UI thread.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp120 // Return the start of the next block
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexception_safety.ipp445 formatter << "Allocated memory block 0x" << std::uppercase << it->m_alloc.ptr
Ddebug.ipp841 NULL, // pointer to new environment block; NULL - use this process environment
/ndk/sources/host-tools/sed-4.2.1/testsuite/
DBOOST.tests457 ; block comment:
458 /\*([^*]|\*+[^*/])*\*+/ "/* here is a block comment */" 0 29 26 27
Duniq.good641 md pointer to matching data block, if is_subject is TRUE
642 md points to match data block
Duniq.inp1393 md pointer to matching data block, if is_subject is TRUE
1394 md points to match data block
/ndk/sources/host-tools/nawk-20071023/
DFIXES82 block, apparently as required by posix. thanks to havard eidnes
753 FILENAME is now defined in the BEGIN block -- too many old
779 done before the BEGIN block for sure. they have to precede the
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Ddeque2233 // Create front capacity for one block of elements.
2383 // Create back capacity for one block of elements.

12