Searched defs:exact (Results 1 - 7 of 7) 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.cpp71 SkBool exact; local
72 Result result = timeToT(time, &T, &index, &exact);
77 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/skia/src/utils/
H A DSkInterpolator.cpp106 bool exact = true; local
120 exact = false;
126 if (exact) {
133 *exactPtr = exact;
197 SkBool exact; local
198 Result result = timeToT(time, &T, &index, &exact);
202 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.c1803 enum { unused, exact, atleast } attrflag; enumerator in enum:__anon2060::__anon2061
1809 { ".bss", 5, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1810 { ".comment", 8, SHT_PROGBITS, exact, 0, 0 },
1811 { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1812 { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 },
1813 { ".debug", 7, SHT_PROGBITS, exact, 0, 0 },
1815 { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 },
1816 { ".dynsym", 8, SHT_DYNSYM, exact, SHF_ALLOC, 0 },
1817 { ".fini", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_EXECINSTR, 0 },
1818 { ".fini_array", 12, SHT_FINI_ARRAY, exact, SHF_ALLO
[all...]

Completed in 146 milliseconds