Searched defs:assert (Results 51 - 75 of 77) sorted by path

1234

/external/jemalloc/include/jemalloc/internal/
H A Dutil.h31 * Define a custom assert() in order to reduce the chances of deadlock during
34 #ifndef assert
35 #define assert(e) do { \ macro
73 /* Use to assert a particular configuration, e.g., cassert(config_debug). */
/external/jemalloc/src/
H A Dutil.c1 #define assert(e) do { \ macro
245 assert(base >= 2 && base <= 36);
409 assert(alt_form == false);
413 assert(left_justify == false);
417 assert(plus_space == false);
421 assert(plus_plus == false);
444 assert(uwidth != UINTMAX_MAX || get_errno() !=
467 assert(uprec != UINTMAX_MAX || get_errno() !=
541 assert(len == '?' || len == 'l');
550 assert(le
[all...]
/external/jemalloc/test/include/test/
H A Djemalloc_test.h21 #define assert(e) do { \ macro
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp34 assert(pReader);
35 assert(pos >= 0);
42 // assert(status >= 0);
43 // assert((total < 0) || (available <= total));
44 // assert(pos < available);
45 // assert((available - pos) >= 1); //assume here max u-int len is 8
72 // assert((available - pos) >= len);
108 assert(pReader);
109 assert(pos >= 0);
114 assert(statu
1363 assert(idx < m_clusterSize); function
1812 assert(q < (m_clusters + size)); function
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp30 assert(pReader);
31 assert(pos >= 0);
38 // assert(status >= 0);
39 // assert((total < 0) || (available <= total));
40 // assert(pos < available);
41 // assert((available - pos) >= 1); //assume here max u-int len is 8
67 // assert((available - pos) >= len);
97 assert(pReader);
98 assert(pos >= 0);
103 assert(statu
1189 assert(idx < m_clusterSize); function
1620 assert(q < (m_clusters + size)); function
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp531 assert(reg < k_num_registers && "Invalid register number."); function
538 assert(reg < k_num_registers && "Invalid register number.");
597 assert(reg < k_num_registers && "Invalid register offset.");
604 assert(reg < k_num_registers && "Invalid register offset.");
921 assert(false && "CPU type not supported!");
1220 assert(hw_index < NumSupportedHardwareWatchpoints());
1227 assert(false && "Could not initialize watchpoint registers");
1249 assert(0 && "read and write cannot both be false");
1262 assert(0 && "invalid size, must be one of 1, 2, 4, or 8");
1375 assert(fals
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp161 assert (packet_len < ((int)sizeof(packet) - 1));
202 assert (packet_len < ((int)sizeof(packet) - 1)); function
255 assert (!"Didn't get sequence mutex for read register.");
518 assert (packet_len < ((int)sizeof(packet) - 1));
/external/llvm/include/llvm/Support/
H A DScaledNumber.h205 assert(LocalFloor >= 1);
310 assert(ShiftL < getWidth<DigitsT>() && "can't shift more than width"); function
324 assert(LScale == RScale && "scales should match");
340 assert(LScale < INT16_MAX && "scale too large");
341 assert(RScale < INT16_MAX && "scale too large");
710 assert(Shift >= ScaledNumbers::MinScale && "Shift should be close to 0");
711 assert(Shift <= ScaledNumbers::MaxScale - 64 &&
788 assert(size_t(Scale) < sizeof(IntT) * 8);
792 assert(size_t(-Scale) < sizeof(IntT) * 8);
835 assert(Shif
[all...]
/external/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp83 assert(MO.isReg() && MO.getReg());
340 assert(NEONLdStTable[i] < NEONLdStTable[i+1] &&
370 assert(RegSpc == OddDblSpc && "unknown register spacing");
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
450 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
503 assert(TableEntry && "NEONLdStTable lookup failed");
516 assert(RegSpc != OddDblSpc && "unexpected register spacing for VLD/VST-lane");
521 assert(Lane < RegElts && "out of range lane for VLD/VST-lane"); function
668 assert(!STI->isTargetWindows() && "Windows on ARM requires ARMv7+");
676 assert (M
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.h32 * For now it just has assert and printf replacements, but it might be extended
161 * Do not expect that the assert call terminates -- errors must be handled
162 * regardless of assert behavior.
164 * For non debug builds the assert macro will expand to a no-op, so do not
165 * call functions with side effects in the assert expression.
174 /** Override standard assert macro */
175 #ifdef assert
176 #undef assert macro
178 #define assert(expr) debug_assert(expr) macro
H A Du_format.h401 assert(desc);
414 assert(desc);
442 assert(desc);
462 assert(desc);
496 assert(desc);
510 assert(desc);
546 assert(0);
653 assert(desc);
669 assert(bits % 8 == 0);
679 assert(des
752 assert(component < 4); function
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h208 assert(size <= DATA_BLOCK_SIZE);
209 assert(block != NULL);
242 assert(block != NULL);
271 assert(list->head && list->head->used >= size);
300 assert(x < scene->tiles_x);
301 assert(y < scene->tiles_y);
302 assert(cmd < LP_RAST_OP_MAX); function
309 assert(tail->count == 0);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp291 assert(false);
603 assert(key->persample_msaa_dispatch);
612 assert(!key->src_tiled_w);
613 assert(key->tex_samples == key->src_samples);
614 assert(key->tex_layout == key->src_layout);
615 assert(key->tex_samples > 0);
622 assert(key->rt_samples > 0);
626 assert((key->tex_layout == INTEL_MSAA_LAYOUT_NONE) ==
628 assert((key->rt_layout == INTEL_MSAA_LAYOUT_NONE) ==
630 assert((ke
1292 assert(stack_depth < ARRAY_SIZE(texture_data)); function
[all...]
H A Dbrw_vec4_visitor.cpp139 assert(intel->gen >= 6);
269 assert(!"not reached: bad math opcode");
338 assert(!"not reached: unsupported binary math opcode");
385 assert(type->length > 0);
399 assert(0);
518 assert(!"not reached");
562 assert(ir->state_slots != NULL);
608 assert(expr->get_num_operands() <= 2);
681 assert(!"not reached");
714 assert(exp
2233 assert (vert_result < VERT_RESULT_MAX); function
[all...]
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/pcre/dist/
H A Dpcre_jit_compile.c257 assert_backtrack *assert; member in union:bracket_backtrack::__anon28484
375 /* Currently in recurse or negative assert. */
377 /* Currently in a positive assert. */
3007 /* UCD_BLOCK_SIZE must be 128 (see the assert below). */
3584 /* Since no data is consumed (see the assert in the beginning
6499 /* Negative assert is stronger than positive assert. */
6944 assert_backtrack *assert; local
7309 assert = sljit_alloc_memory(compiler, sizeof(assert_backtrack));
7312 memset(assert,
8814 assert_backtrack *assert; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.c82 #include <assert.h>
84 #define assert(X) macro
102 assert(theError == 0);
113 assert(pthread_self() == cag->mOwner);
118 assert(theError == 0);
144 assert(pthread_self() == cag->mOwner);
150 assert(theError == 0);
158 assert(theError == 0);
180 assert(theError == 0);
184 assert(theErro
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c282 check cannot die with an "assert" or even print an informative
315 version of the assert macro causes malloc to be called, which will
1011 assert(malloc_usable_size(p) >= 256);
1206 #define assert(x) if(!(x)) ABORT macro
1208 #include <assert.h>
1211 #define assert(x) macro
2565 assert((is_aligned(chunk2mem(p))) || (p->head == FENCEPOST_HEAD));
2566 assert(ok_address(m, p));
2573 assert(sp != 0);
2574 assert((is_aligne
[all...]
H A DSDL_qsort.c47 #include <assert.h>
53 #ifdef assert
54 #undef assert macro
56 #define assert(X) macro
328 assert(pivot!=0);
359 assert(pivot!=0);
389 assert(pivot!=0);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_N.c38 #define assert(X) macro
238 assert(width == 0);
309 assert(srcfmt->BytesPerPixel == 2);
310 assert(dstfmt->BytesPerPixel == 4);
382 assert(width == 0);
454 assert(srcfmt->BytesPerPixel == 2);
455 assert(dstfmt->BytesPerPixel == 4);
527 assert(width == 0);
617 assert(width > 0);
623 assert(widt
[all...]
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h24 #undef assert macro
25 #define assert(X) macro
/external/stlport/stlport/stl/config/
H A D_evc.h311 // evc3 doesn't have assert.h
313 # define assert(expr) _STLP_ASSERT(expr) macro
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c58 * image.c: don't assert in cases where a FAIL frame is returned;
142 #undef assert macro
144 #define assert(expr) \ macro
396 assert(strlen(tag) == 4);
403 assert(f->data[4 + n_str] == 0);
409 assert(strlen(tag) == 4);
420 assert(strlen(tag) == 4);
434 assert(i <= fr->n_data);
445 assert(strlen(tag) == 4);
456 assert(strle
[all...]
H A Dvalgrind-listener.c88 #undef assert macro
90 #define assert(expr) \ macro
323 assert(new_sd > 0);
381 assert(k < M_CONNECTIONS);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2049 # undef assert macro
2050 # define assert(e) ((void)0) macro
2055 # include <assert.h>
2330 assert(size > 0);
2331 assert((long)n >= 0);
2332 assert(n <= size);
3012 assert(DINDEX(dv,p) == DINDEX(df,p));
3294 assert(tt > 0);
3510 assert(tt > 0);
3677 assert(
[all...]

Completed in 4525 milliseconds

1234