HomeSort by relevance Sort by last modified time
    Searched refs:comp (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ppp-comp.h 1 #include <linux/ppp-comp.h>
  /external/bluetooth/bluez/src/
oui.h 25 int oui2comp(const char *oui, char *comp, size_t size);
  /external/jdiff/src/jdiff/
ConstructorAPI.java 44 int comp = type_.compareTo(constructorAPI.type_); local
45 if (comp != 0)
46 return comp;
47 comp = exceptions_.compareTo(constructorAPI.exceptions_);
48 if (comp != 0)
49 return comp;
50 comp = modifiers_.compareTo(constructorAPI.modifiers_);
51 if (comp != 0)
52 return comp;
ParamAPI.java 31 int comp = name_.compareTo(oParamAPI.name_); local
32 if (comp != 0)
33 return comp;
34 comp = type_.compareTo(oParamAPI.type_);
35 if (comp != 0)
36 return comp;
FieldAPI.java 72 int comp = name_.compareTo(oFieldAPI.name_); local
73 if (comp != 0)
74 return comp;
75 comp = type_.compareTo(oFieldAPI.type_);
76 if (comp != 0)
77 return comp;
87 comp = value_.compareTo(oFieldAPI.value_);
88 if (comp != 0)
89 return comp;
91 comp = modifiers_.compareTo(oFieldAPI.modifiers_)
    [all...]
MethodAPI.java 88 int comp = name_.compareTo(oMethod.name_); local
89 if (comp != 0)
90 return comp;
91 comp = returnType_.compareTo(oMethod.returnType_);
92 if (comp != 0)
93 return comp;
107 comp = exceptions_.compareTo(oMethod.exceptions_);
108 if (comp != 0)
109 return comp;
110 comp = modifiers_.compareTo(oMethod.modifiers_)
    [all...]
ClassAPI.java 66 int comp = name_.compareTo(oClassAPI.name_); local
67 if (comp != 0)
68 return comp;
73 comp = modifiers_.compareTo(oClassAPI.modifiers_);
74 if (comp != 0)
75 return comp;
Modifiers.java 46 int comp = visibility.compareTo(oModifiers.visibility); local
47 if (comp != 0)
48 return comp;
92 int comp = visibility.compareTo(newModifiers.visibility); local
93 if (comp != 0) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
35 temp1 = (int32 *)comp;
42 comp += width;
46 temp1 = (int32 *)comp;
53 comp += width;
57 temp1 = (int32 *)comp;
64 comp += width;
68 temp1 = (int32 *)comp;
74 comp += width;
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width
    [all...]
dcac_prediction.cpp 30 int comp,
79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
88 y_offset = Ypos[comp] * nMBPerRow;
89 x_offset = Xpos[comp];
90 x_tab = Xtab[comp];
91 y_tab = Ytab[comp];
92 z_tab = Ztab[comp];
94 b_xtab = B_Xtab[comp];
95 b_ytab = B_Ytab[comp];
    [all...]
combined_decode.cpp 360 int comp; local
375 for (comp = 0; comp < 6; comp++)
377 (*DC)[comp] = mid_gray;
540 int comp; local
557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */
588 for (comp = 0; comp < 6; comp++
    [all...]
idct.h 59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
datapart_decode.cpp 525 int comp; local
552 for (comp = 0; comp < 6; comp++)
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
560 for (comp = 0; comp < 6; comp++)
562 (*DC)[comp] = 0; /* 04/26/01 needed for switched case*
581 int comp; local
633 int comp; local
    [all...]
  /external/v8/test/cctest/
test-log-utils.cc 143 LogRecordCompressor comp(2);
145 CHECK(comp.Store(empty));
146 CHECK(!comp.Store(empty));
147 CHECK(!comp.Store(empty));
149 CHECK(comp.Store(aaa));
150 CHECK(!comp.Store(aaa));
151 CHECK(!comp.Store(aaa));
152 CHECK(comp.Store(empty));
153 CHECK(!comp.Store(empty));
154 CHECK(!comp.Store(empty))
    [all...]
  /external/libvpx/vp8/common/
onyxd.h 49 void vp8dx_set_setting(VP8D_PTR comp, VP8D_SETTING oxst, int x);
51 int vp8dx_get_setting(VP8D_PTR comp, VP8D_SETTING oxst);
53 int vp8dx_receive_compressed_data(VP8D_PTR comp, unsigned long size, const unsigned char *dest, INT64 time_stamp);
54 int vp8dx_get_raw_frame(VP8D_PTR comp, YV12_BUFFER_CONFIG *sd, INT64 *time_stamp, INT64 *time_end_stamp, int deblock_level, int noise_level, int flags);
56 int vp8dx_get_reference(VP8D_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd);
57 int vp8dx_set_reference(VP8D_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd);
61 void vp8dx_remove_decompressor(VP8D_PTR comp);
onyx.h 198 void vp8_remove_compressor(VP8_PTR *comp);
205 int vp8_receive_raw_frame(VP8_PTR comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 time_stamp, INT64 end_time_stamp);
206 int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush);
207 int vp8_get_preview_raw_frame(VP8_PTR comp, YV12_BUFFER_CONFIG *dest, int deblock_level, int noise_level, int flags);
209 int vp8_use_as_reference(VP8_PTR comp, int ref_frame_flags);
210 int vp8_update_reference(VP8_PTR comp, int ref_frame_flags);
211 int vp8_get_reference(VP8_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd);
212 int vp8_set_reference(VP8_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd);
213 int vp8_update_entropy(VP8_PTR comp, int update);
214 int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsign (…)
    [all...]
  /external/bzip2/
bzdiff 18 *cmp) comp=${CMP-cmp} ;;
19 *) comp=${DIFF-diff} ;;
37 echo "Usage: $prog [${comp}_options] file [file]"
47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
68 *) $comp $OPTIONS "$1" "$2"
74 echo "Usage: $prog [${comp}_options] file [file]"
  /frameworks/base/services/java/com/android/server/
RecognitionManagerService.java 43 ComponentName comp = getCurRecognizer(); local
44 if (comp == null) {
46 comp = findAvailRecognizer(null);
47 if (comp != null) {
48 setCurRecognizer(comp);
54 int change = isPackageDisappearing(comp.getPackageName());
59 } else if (isPackageModified(comp.getPackageName())) {
60 setCurRecognizer(findAvailRecognizer(comp.getPackageName()));
72 ComponentName comp = getCurRecognizer(); local
73 if (comp != null)
    [all...]
  /external/icu4c/layout/
LigatureSubstSubtables.cpp 32 le_uint16 comp; local
34 for (comp = 0; comp < compCount; comp += 1) {
39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
48 while (comp > 0) {
52 comp -= 1;
  /external/libxml2/include/libxml/
pattern.h 47 xmlFreePattern (xmlPatternPtr comp);
50 xmlFreePatternList (xmlPatternPtr comp);
58 xmlPatternMatch (xmlPatternPtr comp,
66 xmlPatternStreamable (xmlPatternPtr comp);
68 xmlPatternMaxDepth (xmlPatternPtr comp);
70 xmlPatternMinDepth (xmlPatternPtr comp);
72 xmlPatternFromRoot (xmlPatternPtr comp);
74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
  /external/libxml2/
pattern.c 80 if ((c)->comp->dict) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
107 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt
116 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
180 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext
223 * @comp: an XSLT comp
225 * Free up the memory allocated by @comp
228 xmlFreePattern(xmlPatternPtr comp) {
1857 xmlStreamCompPtr comp; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
sort.h 62 Comparator comp, Parallelism parallelism);
69 * @param comp Comparator.
75 Comparator comp, multiway_mergesort_tag parallelism)
81 (begin, end, comp, parallelism.get_num_threads());
84 (begin, end, comp, parallelism.get_num_threads());
92 * @param comp Comparator.
98 Comparator comp, multiway_mergesort_exact_tag parallelism)
103 (begin, end, comp, parallelism.get_num_threads());
111 * @param comp Comparator.
117 Comparator comp, multiway_mergesort_sampling_tag parallelism
    [all...]
  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 76 xsltStyleItemSortPtr comp; local
78 xsltStylePreCompPtr comp;
97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
98 if (comp == NULL)
106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
108 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
109 comp->stype =
113 if (comp->stype != NULL) {
115 if (xmlStrEqual(comp->stype, (const xmlChar *) "text")
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 187 Int k, comp; local
207 for (comp = 0; comp < 4; comp++)
215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1);
216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 1);
217 ilow = xpos + ((comp & 1) << 3) - range;
218 jlow = ypos + ((comp & 2) << 2) - range
    [all...]
  /external/ppp/pppd/include/net/
vjcompress.h 133 extern void vj_compress_init __P((struct vjcompress *comp, int max_state));
135 struct vjcompress *comp, int compress_cid_flag,
137 extern void vj_uncompress_err __P((struct vjcompress *comp));
139 struct vjcompress *comp));
141 struct vjcompress *comp, u_char **hdrp,

Completed in 4399 milliseconds

1 2 3 4 5 6 7 8 910