HomeSort by relevance Sort by last modified time
    Searched refs:segment (Results 526 - 550 of 1112) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 89 /* Flags for properties of the last instruction in a segment. */
94 /* We define a special segment names ".literal" to place literals
496 /* Segment list functions. */
10618 seg_list *segment; local
    [all...]
tc-bfin.c 637 segT segment ATTRIBUTE_UNUSED)
794 md_section_align (segment, size)
795 segT segment;
798 int boundary = bfd_get_section_alignment (stdoutput, segment);
    [all...]
tc-dlx.c 1164 md_section_align (segT segment ATTRIBUTE_UNUSED,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/eigen/Eigen/src/Eigenvalues/
RealSchur.h 340 norm += m_matT.col(j).segment(0, (std::min)(size,j+2)).cwiseAbs().sum();
SelfAdjointEigenSolver.h 468 m_eivalues.segment(i,n-i).minCoeff(&k);
  /external/eigen/test/
main.h 382 d.diagonal().segment(desired_rank, diag_size-desired_rank) = VectorType::Zero(diag_size-desired_rank);
  /external/elfutils/libdwfl/
libdwflP.h 133 GElf_Addr *lookup_addr; /* Start address of segment. */
134 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
135 int *lookup_segndx; /* User segment index, or -1. */
222 int segment; /* Index of first segment table entry. */ member in struct:Dwfl_Module
594 /* Align segment START downwards or END upwards addresses according to DWFL. */
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 24 class Segment;
189 // Absolute timecode according to the segment time base.
588 void set_time(const Segment& segment, uint64 start_time_ns,
854 // position for the cluster within the segment that should be written in
855 // the cues element. |timecode_scale| is the timecode scale of the segment.
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 332 * Draw an AA line segment (called many times per line when stippling)
335 segment(struct gl_context *ctx, function
342 /* compute the actual segment's endpoints */
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/zlib/src/contrib/masmx86/
inffas32.asm 70 _DATA segment
75 _TEXT segment
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 24 class Segment;
160 // Absolute timecode according to the segment time base.
547 void set_time(const Segment& segment,
713 // position for the cluster within the segment that should be written in
    [all...]
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 470 // There is no support for sub folders, so the segment count must be 4.
477 if (path.segment(1).equalsIgnoreCase(SdkConstants.FD_RESOURCES)) {
  /toolchain/binutils/binutils-2.25/gas/
symbols.c 86 symbol_new (const char *name, segT segment, valueT valu, fragS *frag)
88 symbolS *symbolP = symbol_create (name, segment, valu, frag);
131 segT segment, /* Segment identifier (SEG_<something>). */
150 S_SET_SEGMENT (symbolP, segment);
    [all...]
  /development/build/tools/
sdk_repo.mk 77 # this must be a 2-segment path, the last one can be *.
  /external/boringssl/win-x86/crypto/rc4/
rc4-586.asm 381 segment .bss label
  /external/libjpeg-turbo/simd/
jfdctflt-3dn.asm 319 ; segment unless we do this.
jfdctflt-sse-64.asm 357 ; segment unless we do this.
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 304 * Gets the decoded last segment in the path.
306 * @return the decoded last segment or null if the path is empty
913 * Wrapper for path segment array.
949 void add(String segment) {
958 segments[size++] = segment;
    [all...]

Completed in 1461 milliseconds

<<21222324252627282930>>