HomeSort by relevance Sort by last modified time
    Searched full:segment_size (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/tensorflow/tensorflow/core/kernels/
segment_reduction_ops_test.cc 44 Index segment_size) {
57 test::FillFn<Index>(&input2, [&num_rows, &segment_size](Index i) -> Index {
58 return std::min(i / segment_size, num_rows - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 79 #define SEGMENT_SIZE 1024
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 132 #define SEGMENT_SIZE 0x400000
136 (SEGMENT_SIZE + ((N_TXTADDR(x)+(x)->a_text-1) & ~(SEGMENT_SIZE-1))) : \
hp300hpux.h 105 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
130 #define SEGMENT_SIZE 0x1000
  /external/elfutils/libdw/
dwarf_next_cfi.c 138 uint_fast8_t segment_size = 0; local
152 segment_size = *bytes++;
155 if (unlikely (segment_size != 0))
dwarf_getaranges.c 156 unsigned int segment_size = *readp++; local
157 if (segment_size != 0)
  /toolchain/binutils/binutils-2.27/bfd/
aout-cris.c 43 #define SEGMENT_SIZE 2
56 #define TARGET_PAGE_SIZE SEGMENT_SIZE
277 adata (abfd).segment_size = SEGMENT_SIZE;
i386aout.c 33 #define SEGMENT_SIZE 0x400000
i386mach3.c 29 #define SEGMENT_SIZE 0x1000
sparclynx.c 199 adata (abfd).segment_size = 0x2000;
204 adata (abfd).segment_size = 0x20000;
aout-target.h 26 #ifndef SEGMENT_SIZE
27 #define SEGMENT_SIZE TARGET_PAGE_SIZE
253 adata(abfd).segment_size = SEGMENT_SIZE;
gen-aout.c 91 printf ("#define SEGMENT_SIZE TARGET_PAGE_SIZE\n");
i386dynix.c 27 #define SEGMENT_SIZE TARGET_PAGE_SIZE
aout-tic30.c 26 #define SEGMENT_SIZE TARGET_PAGE_SIZE
94 #ifdef SEGMENT_SIZE
95 adata (abfd).segment_size = SEGMENT_SIZE;
97 adata (abfd).segment_size = TARGET_PAGE_SIZE;
736 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
    [all...]
PORTING 77 SEGMENT_SIZE
i386os9k.c 110 adata (abfd).segment_size = 1;/* Not applicable. */
  /external/stressapptest/src/
disk_blocks.h 87 int64 segment_size,
152 int64 segment_size() const { return segment_size_; } function in class:DiskBlockTable
disk_blocks.cc 183 int64 segment_size,
190 segment_size_ = segment_size;
  /external/libunwind/src/dwarf/
Gfde.c 149 uint8_t segment_size; local
150 if ((ret = dwarf_readu8(as, a, &addr, &segment_size, arg)) < 0) {
154 if (segment_size != 0) {
  /toolchain/binutils/binutils-2.27/ld/
genscripts.sh 266 SEGMENT_SIZE=${SEGMENT_SIZE-${MAXPAGESIZE-${TARGET_PAGE_SIZE}}}
271 DATA_ALIGNMENT_="${DATA_ALIGNMENT_-${DATA_ALIGNMENT-ALIGN(${SEGMENT_SIZE})}}"
279 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
  /system/core/libunwindstack/tests/
DwarfSectionImplTest.cpp 514 EXPECT_EQ(0U, cie->segment_size);
557 EXPECT_EQ(0U, cie->segment_size);
583 EXPECT_EQ(0U, cie->segment_size);
617 EXPECT_EQ(0U, cie->segment_size);
646 EXPECT_EQ(0U, cie->segment_size);
673 EXPECT_EQ(0x13U, cie->segment_size);
726 cie.segment_size = 0x10;
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 152 size_t segment_size; local
155 &segment_start, &segment_size, &elf_class)) {
169 size_t dcount = segment_size / sizeof(ElfW(Dyn));
  /toolchain/binutils/binutils-2.27/gold/
gold.cc 579 uint64_t segment_size = 0; local
588 segment_size += os->current_data_size();
595 segment_size += os->current_data_size();
604 uint64_t est_size_of_got_and_dynamic = segment_size / 100;
605 if ((segment_size + est_size_of_got_and_dynamic)
612 (segment_size + est_size_of_got_and_dynamic),
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Special_Events.py 268 'segment_size' : 'SGSZ',
277 Keyword argument segment_size: the size of image segments (in blocks) to create
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
ring.h 170 const size_t segment_size = elements_to_reduce / n; local
171 std::vector<size_t> segment_sizes(n, segment_size);

Completed in 1828 milliseconds

1 23 4 5 6