Searched defs:segs (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf-fdpic.h30 struct elf32_fdpic_loadseg segs[]; member in struct:elf32_fdpic_loadmap
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterationRule.java148 * @param segs array of UnicodeMatcher corresponding to input pattern
159 UnicodeMatcher[] segs,
192 this.segments = segs;
155 TransliterationRule(String input, int anteContextPos, int postContextPos, String output, int cursorPos, int cursorOffset, UnicodeMatcher[] segs, boolean anchorStart, boolean anchorEnd, RuleBasedTransliterator.Data theData) argument
/external/icu/icu4c/source/i18n/
H A Drbt_rule.cpp49 * @param segs array of UnicodeFunctors corresponding to input pattern
52 * @param segsCount number of elements in segs[]
62 UnicodeFunctor** segs,
107 this->segments = segs;
58 TransliterationRule(const UnicodeString& input, int32_t anteContextPos, int32_t postContextPos, const UnicodeString& outputStr, int32_t cursorPosition, int32_t cursorOffset, UnicodeFunctor** segs, int32_t segsCount, UBool anchorStart, UBool anchorEnd, const TransliterationRuleData* theData, UErrorCode& status) argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterationRule.java147 * @param segs array of UnicodeMatcher corresponding to input pattern
158 UnicodeMatcher[] segs,
191 this.segments = segs;
154 TransliterationRule(String input, int anteContextPos, int postContextPos, String output, int cursorPos, int cursorOffset, UnicodeMatcher[] segs, boolean anchorStart, boolean anchorEnd, RuleBasedTransliterator.Data theData) argument
/external/syslinux/gpxe/src/arch/i386/include/
H A Dregisters.h175 struct i386_seg_regs segs; member in struct:i386_all_regs
/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.h121 opj_tcd_seg_t* segs; /* segments information */ member in struct:opj_tcd_cblk_dec
134 OPJ_UINT32 m_current_max_segs; /* allocated number of segs[] items */
/external/skia/samplecode/
H A DSamplePatch.cpp70 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { argument
72 SkScalar dt = SK_Scalar1 / segs;
75 for (int i = 1; i < segs; i++) {
/external/skqp/samplecode/
H A DSamplePatch.cpp70 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { argument
72 SkScalar dt = SK_Scalar1 / segs;
75 for (int i = 1; i < segs; i++) {
/external/valgrind/exp-sgcheck/
H A Dh_main.c90 // we only start recycling segs when this many exist
152 Seg segs[N_SEGS_PER_GROUP]; member in struct:_SegGroup
185 teg = &group_list->segs[ group_list->nextfree ];
/external/valgrind/coregrind/
H A Dm_translate.c810 const NSegment *segs[3] = { NULL, NULL, NULL }; local
871 vg_assert(i < sizeof(segs)/sizeof(segs[0]));
872 segs[i] = segA;
887 NSegment const* segA = segs[i];
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc621 // given indices `segs`.
622 Shape MergeDimensions(tensorflow::gtl::ArraySlice<size_t> segs, argument
625 for (size_t i = 1; i <= segs.size(); ++i) {
627 shape.dimensions().begin() + segs[i - 1],
629 (segs.size() == i ? shape.dimensions().size() : segs[i]),
654 auto segs = ConsecutiveSegments(perm); local
659 if (3 == segs.size() && 0 == perm[0]) {
660 Shape reduced_a = MergeDimensions(segs, norm_a);
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 552 milliseconds