HomeSort by relevance Sort by last modified time
    Searched full:segment (Results 176 - 200 of 2659) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 44 /* Maximum size of the data segment (bytes). */
47 /* Maximum size of the stack segment (bytes). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 34 /* These constants are for the segment types stored in the image headers */
42 #define PT_TLS 7 /* Thread local storage segment */
245 Elf64_Off p_offset; /* Segment file offset */
246 Elf64_Addr p_vaddr; /* Segment virtual address */
247 Elf64_Addr p_paddr; /* Segment physical address */
248 Elf64_Xword p_filesz; /* Segment size in file */
249 Elf64_Xword p_memsz; /* Segment size in memory */
250 Elf64_Xword p_align; /* Segment alignment, file & memory */
coff.h 147 #define COFF_DMAGIC 0410 /* dirty text segment, data aligned */
184 #define COFF_STYP_REG 0x00 /* regular segment */
185 #define COFF_STYP_DSECT 0x01 /* dummy segment */
186 #define COFF_STYP_NOLOAD 0x02 /* no-load segment */
187 #define COFF_STYP_GROUP 0x04 /* group segment */
188 #define COFF_STYP_PAD 0x08 /* .pad segment */
190 #define COFF_STYP_TEXT 0x20 /* .text segment */
191 #define COFF_STYP_DATA 0x40 /* .data segment */
192 #define COFF_STYP_BSS 0x80 /* .bss segment */
249 char e_value[4]; /* Value (address) of the segment */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 44 /* Maximum size of the data segment (bytes). */
47 /* Maximum size of the stack segment (bytes). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 34 /* These constants are for the segment types stored in the image headers */
42 #define PT_TLS 7 /* Thread local storage segment */
245 Elf64_Off p_offset; /* Segment file offset */
246 Elf64_Addr p_vaddr; /* Segment virtual address */
247 Elf64_Addr p_paddr; /* Segment physical address */
248 Elf64_Xword p_filesz; /* Segment size in file */
249 Elf64_Xword p_memsz; /* Segment size in memory */
250 Elf64_Xword p_align; /* Segment alignment, file & memory */
coff.h 147 #define COFF_DMAGIC 0410 /* dirty text segment, data aligned */
184 #define COFF_STYP_REG 0x00 /* regular segment */
185 #define COFF_STYP_DSECT 0x01 /* dummy segment */
186 #define COFF_STYP_NOLOAD 0x02 /* no-load segment */
187 #define COFF_STYP_GROUP 0x04 /* group segment */
188 #define COFF_STYP_PAD 0x08 /* .pad segment */
190 #define COFF_STYP_TEXT 0x20 /* .text segment */
191 #define COFF_STYP_DATA 0x40 /* .data segment */
192 #define COFF_STYP_BSS 0x80 /* .bss segment */
249 char e_value[4]; /* Value (address) of the segment */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 44 /* Maximum size of the data segment (bytes). */
47 /* Maximum size of the stack segment (bytes). */
  /hardware/ti/omap3/dspbridge/inc/
cmmdefs.h 80 ULONG ulTotalSizePA; /* Size of SM segment in GPP bytes. */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
96 ULONG ulTotalSegSize; /* Total size in bytes of segment: DSP+GPP */
101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
112 /* Info per registered SM segment. */
118 ULONG ulSegId; /* segment Id used for SM allocations */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h 80 ULONG ulTotalSizePA; /* Size of SM segment in GPP bytes. */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
96 ULONG ulTotalSegSize; /* Total size in bytes of segment: DSP+GPP */
101 ULONG ulInUseCnt; /* # of current GPP allocations from this segment */
112 /* Info per registered SM segment. */
118 ULONG ulSegId; /* segment Id used for SM allocations */
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmProvider.java 106 String segment = url.getPathSegments().get(1); local
107 rowId = Long.parseLong(segment);
141 String segment = url.getPathSegments().get(1); local
142 rowId = Long.parseLong(segment);
144 where = "_id=" + segment;
146 where = "_id=" + segment + " AND (" + where + ")";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 63 import com.android.ide.common.api.Segment;
137 protected List<Segment> mHorizontalEdges;
143 protected List<Segment> mVerticalEdges;
149 protected List<Segment> mCenterVertEdges;
155 protected List<Segment> mCenterHorizEdges;
235 mHorizontalEdges = new ArrayList<Segment>();
236 mVerticalEdges = new ArrayList<Segment>();
237 mCenterVertEdges = new ArrayList<Segment>();
238 mCenterHorizEdges = new ArrayList<Segment>();
323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN))
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 212 // if (!header_parser.ParseInt32("segment length", &segment_length)) {
223 // header_parser.ParseInt32("segment length", &segment_length));
224 // header_parser.ParseInt32("segment position", &segment_position));
238 // [Source segment size] - integer (VarintBE format)
239 // [Source segment position] - integer (VarintBE format)
253 // source_segment_position if the source segment is taken from the
257 // source_segment_length and source_segment_position if the source segment
265 // source_segment_length (output): The parsed length of the source segment.
267 // source/target file from which the source segment is to be taken.
349 // Parses two variable-length integers representing the source segment lengt
    [all...]
  /external/open-vcdiff/src/
headerparser.h 212 // if (!header_parser.ParseInt32("segment length", &segment_length)) {
223 // header_parser.ParseInt32("segment length", &segment_length));
224 // header_parser.ParseInt32("segment position", &segment_position));
238 // [Source segment size] - integer (VarintBE format)
239 // [Source segment position] - integer (VarintBE format)
253 // source_segment_position if the source segment is taken from the
257 // source_segment_length and source_segment_position if the source segment
265 // source_segment_length (output): The parsed length of the source segment.
267 // source/target file from which the source segment is to be taken.
349 // Parses two variable-length integers representing the source segment lengt
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 97 * @param pos Position (<0 : the tail segment)
99 * @return The segment; {@code null} if error occurs.
192 /* the segment is included */
198 /* included in this segment */
209 /* start from this segment */
273 * Insert a {@link StrSegment} at the cursor position(without merging to the previous segment).
276 * @param layer2 Never merge to the previous segment from {@code layer1} to {@code layer2}.
304 * @param str String segment array to replace
331 * @param str String segment array to replace
332 * @param num Size of string segment arra
    [all...]
  /external/chromium/chrome/browser/history/
visitsegment_database.cc 20 // The following tables are used to store url segment information.
24 // name A unique string to represent that segment. (URL derived)
25 // url_id ID of the url currently used to represent this segment.
30 // segment_id Corresponding segment id
32 // visit_count Number of visit in the segment
65 // Segment usage table.
109 // Note: the segment name is derived from the URL but is not a URL. It is
234 // The second gathers segment data (url, title, etc.) for the highest-ranked
240 // Gather all the segment scores.
363 // In theory there could not be more than one segment using that URL but w
    [all...]
  /external/elfutils/libdwfl/
segment.c 179 /* Module starts below any segment. Insert a low one. */
186 /* The module starts in the middle of this segment. Split it. */
194 /* The module starts past the end of this segment.
203 /* The module ends in the middle of this segment. Split it. */
217 mod->segment = idx;
219 /* Put MOD in the table for each segment that's inside it. */
253 /* If this segment does not have a module, but the address is
254 the upper boundary of the previous segment's module, use that. */
265 /* Translate internal segment table index to user segment index. *
    [all...]
  /external/valgrind/main/drd/
drd_thread.h 69 struct segment* sg_first;/**< Segment list. */
70 struct segment* sg_last;
171 void DRD_(thread_get_latest_segment)(Segment** sg, const DrdThreadId tid);
175 const Segment* sg);
185 const Segment* const p);
339 /** Return a pointer to the latest segment for the specified thread. */
341 Segment* DRD_(thread_get_segment)(const DrdThreadId tid)
351 /** Return a pointer to the latest segment for the running thread. */
353 Segment* DRD_(running_thread_get_segment)(void
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 147 #define COFF_DMAGIC 0410 /* dirty text segment, data aligned */
184 #define COFF_STYP_REG 0x00 /* regular segment */
185 #define COFF_STYP_DSECT 0x01 /* dummy segment */
186 #define COFF_STYP_NOLOAD 0x02 /* no-load segment */
187 #define COFF_STYP_GROUP 0x04 /* group segment */
188 #define COFF_STYP_PAD 0x08 /* .pad segment */
190 #define COFF_STYP_TEXT 0x20 /* .text segment */
191 #define COFF_STYP_DATA 0x40 /* .data segment */
192 #define COFF_STYP_BSS 0x80 /* .bss segment */
249 char e_value[4]; /* Value (address) of the segment */
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 472 * This structure is used to contain the properties of a memory segment. It
479 * The following members are set by the codec when requesting a segment
481 unsigned int id; /**< identifier for the segment's contents */
482 unsigned long sz; /**< size of the segment, in bytes */
483 unsigned int align; /**< required alignment of the segment, in bytes */
484 unsigned int flags; /**< bitfield containing segment properties */
485 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
486 #define VPX_CODEC_MEM_WRONLY 0x2 /**< Segment need not be readable */
490 void *base; /**< pointer to the allocated segment */
515 * Unable to determine segment size from stream info
    [all...]
  /dalvik/vm/
IndirectRefTable.h 33 * of an entry should only succeed if it appears in the current segment,
34 * and we want to be able to strip off the current segment quickly when
36 * segment even if space is available in an earlier area.
38 * A new segment is created when we call into native code from interpreted
44 * - adding or removing a segment
45 * - adding references to a new segment
48 * - adding references to a "mature" segment
52 * If there's more than one segment, we don't guarantee that the table
54 * that the current segment will pack tightly, which should satisfy JNI
124 /* use as initial value for "cookie", and when table has only one segment */
    [all...]
  /external/grub/stage2/
start.S 130 /* the segment of buffer address */
150 * %ds:%si = segment:offset of disk address packet
244 * %es:%bx = segment:offset of buffer
250 movw %bx, %es /* load %es segment with disk buffer */
252 xorw %bx, %bx /* %bx = 0, put it at 0 in the segment */
258 /* save source segment */
264 movw 6(%di), %es /* load destination segment */
285 movw %bx, %ds /* restore the source segment */
405 .word 0x820 /* this is the segment of the starting address
imgact_aout.h 86 /* Address of the bottom of the text segment. */
91 /* Address of the bottom of the data segment. */
95 /* Text segment offset. */
100 /* Data segment offset. */
124 unsigned long a_text; /* text segment size */
  /external/e2fsprogs/intl/
gmo.h 118 /* Descriptor for system dependent string segment. */
133 The last segment is a static segment, including the trailing NUL. */
136 /* Size of static segment. */
138 /* Reference to system dependent string segment, or ~0 at the end. */
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 48 knots(j+degree) = parameters.segment(j,degree).mean();
50 knots.segment(0,degree+1) = KnotVectorType::Zero(degree+1);
51 knots.segment(knots.size()-degree-1,degree+1) = KnotVectorType::Ones(degree+1);
135 // The segment call should somehow be told the spline order at compile time.
136 A.row(i).segment(span-degree, degree+1) = SplineType::BasisFunctions(knot_parameters[i], degree, knots);
  /external/elfutils/src/
elf32-i386.script 12 SEGMENT [RX]
75 SEGMENT [RW]
89 /* Adjust the address for the data segment. We want to adjust up to
149 we can shorten the on-disk segment size. */
189 SEGMENT []

Completed in 683 milliseconds

1 2 3 4 5 6 78 91011>>