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

/external/clang/test/Sema/
H A Dext_vector_components.c47 float2 od(float3 x) { return x.odd; } function
/external/libpng/contrib/tools/
H A DmakesRGB.c214 png_byte delta = png_sRGB_delta[ibase >> 7], trydelta = delta, od=delta; local
291 if (base != ob || delta != od)
294 ibase>>7, ob, od, base, delta, eco, ecbase);
297 printf("/* table[%u]={%u,%u} %u errors */\n", ibase>>7, ob, od,
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c574 OpusDecoder *od; local
575 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
588 OpusDecoder *od; local
589 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
/external/libopus/tests/
H A Dtest_opus_api.c574 OpusDecoder *od; local
575 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
578 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
588 OpusDecoder *od; local
589 err=opus_multistream_decoder_ctl(dec,OPUS_MULTISTREAM_GET_DECODER_STATE(j,&od));
592 err=opus_decoder_ctl(od, OPUS_GET_GAIN(&i));
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsNSSCertHelper.cpp86 SECOidData od; local
87 od.oid.type = siDEROID;
88 od.oid.data = buffer;
89 od.oid.len = sizeof(buffer);
91 if (SEC_StringToOID(NULL, &od.oid, oid_string, 0) == SECSuccess) {
92 od.offset = SEC_OID_UNKNOWN;
93 od.mechanism = CKM_INVALID_MECHANISM;
94 od.supportedExtension = INVALID_CERT_EXTENSION;
95 od.desc = oid_string;
97 rv = SECOID_AddEntry(&od);
[all...]
/external/iproute2/ip/
H A Diproute.c1103 char *od = NULL; local
1179 od = *argv;
1248 if (id || od) {
1259 if (od) {
1260 if ((idx = ll_name_to_index(od)) == 0) {
1261 fprintf(stderr, "Cannot find device \"%s\"\n", od);
/external/blktrace/btt/
H A Doutput.c285 #define OD_AVG(od, fld, q2c) \
286 (od. fld .n == 0) ? (double)0.0 : \
287 (100.0 * ((double)((od). fld . total) / q2c))
292 struct ohead_data od; local
294 memset(&od, 0, sizeof(od));
295 od.ofp = ofp;
300 dip_foreach_out(__output_dip_prep_ohead, &od);
302 if (od.q2g.n == 0 && od
845 struct __od od = { .ofp = ofp, .base = base }; local
[all...]
/external/pcre/dist/
H A Dpcre_compile.c4153 pcre_uint32 oc, od; local
4158 while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
4167 else if (oc >= start && od <= end) continue;
4170 can't have od > end because a subrange is always shorter than the basic
4173 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
4174 else if (od > end && oc <= end + 1) end = od; /* Extend upwards */
4175 else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
/external/libpng/contrib/libtests/
H A Dpngvalid.c8069 PNG_CONST unsigned int id, PNG_CONST unsigned int od,
8081 * value, id, and compare this against the actual digitized result, 'od'.
8100 /* Then get the gamma corrected version of 'i' and compare to 'od', any
8114 encoded_error = fabs(od-encoded_sample);
8162 output = od;
8204 encoded_error = fabs(od-encoded_sample);
8230 * output: linear result; od scaled to 0..1 and linearized
8231 * od: encoded result from libpng
8310 if (od >= es_lo && od <
8068 gamma_component_validate(PNG_CONST char *name, PNG_CONST validate_info *vi, PNG_CONST unsigned int id, PNG_CONST unsigned int od, PNG_CONST double alpha , PNG_CONST double background ) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 280 milliseconds