Searched defs:valid (Results 26 - 50 of 674) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Dcu14_1.c159 uint8_t valid[] = { local
163 run_test(buff, sizeof buff, valid, sizeof valid);
193 printf("\n----- 1st char valid, 2nd char invalid -----\n");
195 0x10, // valid
209 uint8_t valid[] = { local
216 run_test(buff, sizeof buff, valid, sizeof valid);
228 // Test for invalid two-byte characters where the 1st byte is valid
254 printf("\n----- 1st char valid,
392 uint8_t valid[4]; local
[all...]
/external/webp/src/demux/
H A Ddemux.c86 int (*valid)(const WebPDemuxer* const dmux); member in struct:ChunkParser
742 if (status != PARSE_ERROR && !parser->valid(dmux)) status = PARSE_ERROR;
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c2194 Bool valid = True; local
2196 valid = False;
2198 valid = False;
2199 if (!valid) goto after_extr;
3023 /* Throw out non-verified but possibly valid cases. */
3025 case BITS3(0,0,0): break; // 8 bit, valid for both int and vec
3026 case BITS3(0,0,1): break; // 16 bit, valid for both int and vec
3027 case BITS3(0,1,0): break; // 32 bit, valid for both int and vec
3028 case BITS3(0,1,1): break; // 64 bit, valid for both int and vec
3029 case BITS3(1,0,0): // can only ever be valid fo
3520 Bool valid = False; local
3590 Bool valid = False; local
3668 Bool valid = False; local
4158 Bool valid = False; local
5832 Bool valid = True; local
7254 Bool valid = !((sz == BITS2(1,1)) || (bitQ == 0 && sz == BITS2(1,0))); local
[all...]
H A Dguest_arm_toIR.c7934 make *u0 and *u1 be valid IRTemps before the call. */
7963 // Can never happen, since VLD2 only has valid lane widths of 32,
7970 *u0 and *u1 be valid IRTemps before the call. */
7999 // Can never happen, since VST2 only has valid lane widths of 32,
8052 make *u0, *u1 and *u2 be valid IRTemps before the call. */
8097 // Can never happen, since VLD3 only has valid lane widths of 32,
8107 make *i0, *i1 and *i2 be valid IRTemps before the call. */
8152 // Can never happen, since VST3 only has valid lane widths of 32,
8162 make *u0, *u1, *u2 and *u3 be valid IRTemps before the call. */
8229 // Can never happen, since VLD4 only has valid lan
16058 Bool valid = True; local
16113 Bool valid = True; local
16735 Bool valid = True; local
16763 Bool valid = True; local
16790 Bool valid = True; local
16818 Bool valid = True; local
16848 Bool valid = True; local
16875 Bool valid = True; local
16904 Bool valid = True; local
16931 Bool valid = True; local
16960 Bool valid = True; local
16987 Bool valid = True; local
17013 Bool valid = True; local
17040 Bool valid = True; local
17067 Bool valid = True; local
17092 Bool valid = True; local
17116 Bool valid = True; local
17142 Bool valid = True; local
18346 Bool valid = compute_ITSTATE( &newITSTATE, &c1, &c2, &c3, local
18952 Bool valid = list != 0; local
19172 Bool valid = True; local
19215 Bool valid = True; local
19281 Bool valid = !isBadRegT(rN) && !isBadRegT(rD); local
19308 Bool valid = !isBadRegT(rN) && !isBadRegT(rD); local
19389 Bool valid = !isBadRegT(rN) && !isBadRegT(rD); local
19423 Bool valid = !isBadRegT(rN) && !isBadRegT(rD); local
19562 Bool valid = !isBadRegT(rD) && !isBadRegT(rN) && !isBadRegT(rM); local
19772 Bool valid = !isBadRegT(rN) && !isBadRegT(rM) && !isBadRegT(rD); local
19989 Bool valid = True; local
20181 Bool valid = True; local
20332 Bool valid = True; local
20491 Bool valid = True; local
21558 Bool valid = True; local
21581 Bool valid = True; local
21602 Bool valid = True; local
21622 Bool valid = True; local
21651 Bool valid = True; local
21682 Bool valid = True; local
21704 Bool valid = True; local
21726 Bool valid = True; local
[all...]
H A Dguest_ppc_toIR.c945 /* Make sure we get valid 32 and 64bit addresses */
2326 /* This term valid for shift amount < 32 only */
2445 /* This term valid for shift amount < 31 only */
2499 /* This term valid for shift amount < 63 only */
7152 // Check for valid hint values for dcbt and dcbtst as currently described in
7153 // ISA 2.07. If valid, then we simply set b21to25 to zero since we have no
9417 * digit is a valid BCD number, i.e. less then 9.
9419 IRTemp valid = newTemp( Ity_I32 ); local
9421 assign( valid,
9547 return unop( Iop_Not32, mkexpr( valid ) );
[all...]
H A Dhost_amd64_defs.c3659 Bool valid = False; local
3664 valid = True;
3676 valid = True;
3681 vassert(valid);
H A Dhost_arm_defs.c4809 Bool valid = False; local
4813 valid = True; /* it's the long form */
4822 valid = True;
4827 vassert(valid);
H A Dhost_x86_defs.c3404 Bool valid = False; local
3410 valid = True;
3412 vex_printf("QQQ unchainXDirect_X86: found valid\n");
3415 vassert(valid);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c147 slice is guaranteed to refer to a valid(ish) Mach-O image. */
981 Bool valid; local
995 valid = dsli.img && dsli.szB > 0 && check_uuid_matches( dsli, uuid );
996 if (valid)
1051 Bool valid; local
1066 valid = dsli.img && dsli.szB > 0 && check_uuid_matches( dsli, uuid );
1067 if (!valid) {
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c172 Bool error, oflow, valid, fn_is_encoded, is_VG_Z_prefixed; local
182 valid = sym[0] == '_'
195 if (valid
200 valid = False;
203 if (!valid)
/external/valgrind/main/drd/
H A Ddrd_thread.h44 /** A number different from any valid DRD thread ID. */
48 * A number different from any valid POSIX thread ID.
80 /** Whether this structure contains valid information. */
81 Bool valid; member in struct:__anon32778
206 * Whether or not the specified DRD thread ID is valid.
208 * A DRD thread ID is valid if and only if the following conditions are met:
209 * - The ID is a valid index of the DRD_(g_threadinfo)[] array.
218 && (DRD_(g_threadinfo)[tid].valid));
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c34 /* Compute strlen(s). Arrange for result to be valid or invalid
36 int test_strlen(const char *const s, int valid) argument
50 if (valid) {
/external/sqlite/dist/orig/
H A Dshell.c436 int valid; /* Is there legit data in here? */ member in struct:previous_mode_data
2461 if(!p->explainPrev.valid) {
2462 p->explainPrev.valid = 1;
2485 }else if (p->explainPrev.valid) {
2486 p->explainPrev.valid = 0;
3151 fprintf(p->out,"%9.9s: %s\n","explain", p->explainPrev.valid ? "on" :"off");
3871 /* Make sure we have a valid signal handler early, before anything
/external/sqlite/dist/
H A Dshell.c441 int valid; /* Is there legit data in here? */ member in struct:previous_mode_data
2481 if(!p->explainPrev.valid) {
2482 p->explainPrev.valid = 1;
2505 }else if (p->explainPrev.valid) {
2506 p->explainPrev.valid = 0;
3171 fprintf(p->out,"%9.9s: %s\n","explain", p->explainPrev.valid ? "on" :"off");
3891 /* Make sure we have a valid signal handler early, before anything
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1969 int valid, score, recogID; local
2000 valid = CA_FullResultLabel(impl->recognizer, result, MAX_ENTRY_LENGTH - 1);
2004 PLogMessage(L("R: %s type %d score %d from recognizer%d"), result, type, score, valid, recogID);
2005 PLogMessage(L("R: %s score %d from recognizer%d"), result, score, valid, recogID);
2008 //pfprintf(PSTDOUT, ("R: %s type %d score %d from recognizer%d\n"), result, type, score, valid, recogID);
2012 switch (valid)
2063 if (valid == FULL_RESULT)
/external/srec/srec/cfront/
H A Dca_front.c128 int valid; local
149 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj,
155 valid = make_frame(hWave->data.channel, hFrontend->config->waveobj,
166 if (valid > 0 && hWave->data.channel->frame_count > (DELTA + 3))
170 valid = False;
172 else valid = False;
178 return (valid);
/external/skia/src/core/
H A DSkPicturePlayback.h393 virtual bool valid() const { return true; } function in class:SkPicturePlayback::CachedOperationList
398 // The query rect for which the cached active ops are valid
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp526 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); local
528 if (valid && numTransp == 1 && transpColor != NULL) {
569 if (valid ||
1206 * bit_depth is one of 1, 2, 4, 8, or 16, but valid values also depend on
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp63 static int addValidRoots(const double roots[4], const int count, double valid[4]) { argument
76 valid[result++] = t;
/external/skia/src/pdf/
H A DSkPDFShader.cpp613 bool valid = false; local
618 valid = imageShader->isValid();
624 valid = gradientShader->isValid();
629 valid = functionShader->isValid();
633 if (!valid) {
1292 * Only valid for gradient states.
1309 * Only valid for gradient states.
/external/skia/tests/
H A DClipperTest.cpp93 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); local
94 if (valid) {
97 REPORTER_ASSERT(reporter, !valid);
117 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); local
118 if (!valid || memcmp(&gFull[i], dst, sizeof(dst))) {
121 REPORTER_ASSERT(reporter, valid && !memcmp(&gFull[i], dst, sizeof(dst)));
136 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); local
137 if (!valid || memcmp(&gPartial[i+2], dst, sizeof(dst))) {
140 REPORTER_ASSERT(reporter, valid &&
H A DDeviceLooperTest.cpp51 bool valid = looper.next(); local
52 REPORTER_ASSERT(reporter, valid);
53 if (valid) {
H A DPathOpsCubicLineIntersectionIdeas.cpp163 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots); local
164 if (valid != 1) {
189 SkDebugf("realRoots=%d (%1.9g, %1.9g, %1.9g) valid=%d (%1.9g, %1.9g, %1.9g)\n",
190 realRoots, allRoots[0], allRoots[1], allRoots[2], valid, validRoots[0],
258 int valid = SkDQuad::AddValidTs(allRoots, realRoots, validRoots);
259 SK_ALWAYSBREAK(valid == 1);
H A DPathTest.cpp826 bool valid = SkParsePath::FromSVGString(gDegen[i], &path); local
827 REPORTER_ASSERT(reporter, valid);
842 bool valid = SkParsePath::FromSVGString(gCW[i], &path); local
843 REPORTER_ASSERT(reporter, valid);
858 bool valid = SkParsePath::FromSVGString(gCCW[i], &path); local
859 REPORTER_ASSERT(reporter, valid);
2153 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p); local
2154 REPORTER_ASSERT(reporter, valid);
2282 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p); local
2283 REPORTER_ASSERT(reporter, valid);
[all...]
/external/skia/third_party/ktx/
H A Dktx.h44 bool valid() const { return fValid; } function in class:SkKTXFile
50 SkASSERT(!this->valid() || mipmap < fPixelData.count());
51 return this->valid() ? fPixelData[mipmap].data() : NULL;

Completed in 557 milliseconds

1234567891011>>