Home
last modified time | relevance | path

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

/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));
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()
Dremote-cstms.c273 int block) in remote_status() argument
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/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/host-tools/sed-4.2.1/doc/
Dsed.info846 taken as the first line of the TEXT block. (This enables a
Dsed-in.texi1178 is taken as the first line of the @var{text} block.
Dsed.texi1179 is taken as the first line of the @var{text} block.
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2284 block (needed on some machines).