Searched defs:exact (Results 1 - 24 of 24) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dmtrace.h178 __ptr_t exact; /* The address that malloc returned. */ member in struct:alignlist
/external/skia/src/animator/
H A DSkOperandIterpolator.cpp63 SkBool exact; local
64 Result result = timeToT(time, &T, &index, &exact);
69 if (exact)
/external/bison/lib/
H A Dgetopt.c335 or is an exact match for some defined option. If they have an
492 int exact = 0;
500 /* Test all long options for either exact match
511 exact = 1;
528 if (ambig && !exact)
810 int exact = 0;
871 /* Test all long options for either exact match
881 exact = 1;
894 if (ambig && !exact)
488 int exact = 0; local
806 int exact = 0; local
/external/grub/lib/
H A Dgetopt.c497 or is an exact match for some defined option. If they have an
648 int exact = 0;
656 /* Test all long options for either exact match
667 exact = 1;
681 if (ambig && !exact)
805 int exact = 0;
844 /* Test all long options for either exact match
854 exact = 1;
867 if (ambig && !exact)
644 int exact = 0; local
801 int exact = 0; local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java391 * You don't want the exact set of viable next tokens because the
486 * we have the call chain. We may compute the exact (rather
518 * You want the exact viable token set when recovering from a
528 // what is exact? it seems to only add sets from above on stack
532 protected BitSet combineFollows(boolean exact) { argument
542 if ( exact ) {
/external/regex-re2/re2/
H A Dprefilter.cc218 set<string>& exact() { return exact_; } function in class:re2::Prefilter::Info
228 // are placed in exact_. When it is no longer an exact
302 // Concats a and b. Requires that both are exact sets.
303 // Forms an exact set that is a crossproduct of a and b.
320 // Used only when a or b is not exact or when the
321 // exact cross product is likely to be too big.
375 // Constructs Info for a+ given a. If a was exact set, it isn't
542 // Exact is concat of recent contiguous exact nodes.
544 Info* exact = NULL; local
548 (exact
[all...]
/external/skia/src/utils/
H A DSkInterpolator.cpp99 bool exact = true; local
113 exact = false;
119 if (exact) {
126 *exactPtr = exact;
190 SkBool exact; local
191 Result result = timeToT(time, &T, &index, &exact);
195 if (exact) {
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp496 of 32768/25200 instead of the exact value to avoid critical cases
527 FIXP_SGL exact, temp; local
531 exact = (FIXP_SGL)(stop << (FRACT_BITS-8)); /* Shift left to gain some accuracy */
535 exact = FX_DBL2FX_SGL(fMult(exact,bandfactor));
539 temp = exact + FL2FXCONST_SGL(128.0/32768.0);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);
801 /// You don't want the exact set of viable next tokens because the
900 /// we have the call chain. We may compute the exact (rather
932 /// You want the exact viable token set when recovering from a
947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) argument
967 if (exact == ANTLR3_TRUE)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs418 * You don't want the exact set of viable next tokens because the
515 * we have the call chain. We may compute the exact (rather
547 * You want the exact viable token set when recovering from a
557 // what is exact? it seems to only add sets from above on stack
561 protected virtual BitSet CombineFollows(bool exact) { argument
571 if (exact) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs488 * You don't want the exact set of viable next tokens because the
586 * we have the call chain. We may compute the exact (rather
618 * You want the exact viable token set when recovering from a
629 // what is exact? it seems to only add sets from above on stack
633 protected virtual BitSet CombineFollows(bool exact) argument
645 if ( exact )
/external/quake/quake/src/QW/client/
H A Dcl_ents.c47 // first look for an exact key match
685 // the exact time it was valid at
796 player_state_t exact; local
884 CL_PredictUsercmd (state, &exact, &state->command, false);
886 VectorCopy (exact.origin, ent->origin);
954 player_state_t exact; local
1004 CL_PredictUsercmd (state, &exact, &state->command, false);
1005 VectorCopy (exact.origin, pplayer->origin);
/external/elfutils/src/
H A Delflint.c3309 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator in enum:__anon5313::__anon5314
3315 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3316 { ".comment", 8, SHT_PROGBITS, exact, 0, 0 },
3317 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3318 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
3320 { ".debug", 6, SHT_PROGBITS, exact, 0, 0 },
3322 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
3323 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
3324 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
3325 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLO
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c4309 int exact)
4318 name, filter, exact ? "exact" : "starting");
4321 if (exact) {
4348 int exact; local
4350 exact = check_filter(filter);
4442 if (check_name(tests[j].name, filter, exact))
4308 check_name(const unsigned char *name, const unsigned char *filter, int exact) argument
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c7250 int exact)
7259 name, filter, exact ? "exact" : "starting");
7262 if (exact) {
7294 int exact; local
7296 exact = check_filter(filter);
7377 if (check_name(tests[j].name, filter, exact)) {
7249 check_name(const char* name, const char *filter, int exact) argument
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c7250 int exact)
7259 name, filter, exact ? "exact" : "starting");
7262 if (exact) {
7294 int exact; local
7296 exact = check_filter(filter);
7377 if (check_name(tests[j].name, filter, exact)) {
7249 check_name(const char* name, const char *filter, int exact) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.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.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 518 milliseconds