Searched refs:segments (Results 51 - 71 of 71) sorted by relevance

123

/external/ping6/
H A Dping6.c1802 int i, segments; local
1807 if ((segments = inet6_rth_segments(extbuf)) >= 0)
1808 printf("%d segments, ", segments);
1810 printf("segments unknown, ");
1813 for (i = 0; i < segments; i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/tremolo/Tremolo/
H A DbitwiseARM.s85 @ Load the next segments data
277 @ Load the next segments data
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java269 Segment<Object, Object> segment = cache.localCache.segments[0];
/external/skia/src/core/
H A DSkAAClip.cpp85 int segments = 0; local
87 segments += 1;
91 return segments * 2; // each segment is row[0] + row[1] (n + alpha)
/external/opencv/cvaux/include/
H A Dcvaux.h194 /* Uniformly segments all observation vectors extracted from image */
1194 // segments - pointer to result of segmentation (for example MeanShiftSegmentation)
1196 CVAPI(void) cvRefineForegroundMaskBySegm( CvSeq* segments, CvBGStatModel* bg_model );
/external/webp/src/enc/
H A Dquant.c235 const int num_segments = enc->config_->segments;
246 // quantization susceptibility and allow denser segments to be quantized
258 // fill-in values for the unused segments (required by the syntax)
286 SetupFilterStrength(enc); // initialize segments' filtering, eventually
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c10032 ;; init data segments

Completed in 239 milliseconds

123