Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbase64.c98 #define Assert(Cond) if (!(Cond)) abort() macro
185 Assert(output[0] < 64); in b64_ntop()
186 Assert(output[1] < 64); in b64_ntop()
187 Assert(output[2] < 64); in b64_ntop()
188 Assert(output[3] < 64); in b64_ntop()
208 Assert(output[0] < 64); in b64_ntop()
209 Assert(output[1] < 64); in b64_ntop()
210 Assert(output[2] < 64); in b64_ntop()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dtrees.c194 Assert(length > 0 && length <= 15, "invalid length");
265 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
280 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
288 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init()
333 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
594 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
777 Assert(count >= 3 && count <= 6, " 3_6?");
842 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
843 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
951 Assert(buf != (char*)0, "lost buf");
[all …]
Ddeflate.c947 Assert(strm->avail_out > 0, "bug2");
1182 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1193 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1196 Assert(cur_match < s->strstart, "no future");
1223 Assert(scan[2] == match[2], "scan[2]?");
1234 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1254 Assert(*scan == *match, "match[2]?");
1266 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1309 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1311 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
[all …]
Dzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
230 # define Assert(cond,msg) macro
Dzutil.c263 Assert(0, "zcfree: ptr not found"); in zcfree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dtrees.c198 Assert(length > 0 && length <= 15, "invalid length");
267 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
282 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
290 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init()
335 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
596 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
779 Assert(count >= 3 && count <= 6, " 3_6?");
844 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
965 Assert(buf != (char*)0, "lost buf");
[all …]
Ddeflate.c827 Assert(strm->avail_out > 0, "bug2");
1061 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1075 Assert(cur_match < s->strstart, "no future");
1102 Assert(scan[2] == match[2], "scan[2]?");
1113 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1133 Assert(*scan == *match, "match[2]?");
1145 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1187 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1189 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
[all …]
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
260 # define Assert(cond,msg) macro
Dzutil.c259 Assert(0, "zcfree: ptr not found"); in zcfree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
260 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/
DDebugAssert.h78 EFI_DEBUG_ASSERT Assert; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
233 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt65 Assert: test, fail&
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl34 | Assert(expr test, expr? msg)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h156 } Assert; member
426 #define Assert(a0, a1, a2, a3, a4) _Py_Assert(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h156 } Assert; member
426 #define Assert(a0, a1, a2, a3, a4) _Py_Assert(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c1104 VISIT(st, expr, s->v.Assert.test); in symtable_visit_stmt()
1105 if (s->v.Assert.msg) in symtable_visit_stmt()
1106 VISIT(st, expr, s->v.Assert.msg); in symtable_visit_stmt()
Dcompile.c2066 if (s->v.Assert.test->kind == Tuple_kind && in compiler_assert()
2067 asdl_seq_LEN(s->v.Assert.test->v.Tuple.elts) > 0) { in compiler_assert()
2074 VISIT(c, expr, s->v.Assert.test); in compiler_assert()
2080 if (s->v.Assert.msg) { in compiler_assert()
2081 VISIT(c, expr, s->v.Assert.msg); in compiler_assert()
DPython-ast.c1317 Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena) in Assert() function
1329 p->v.Assert.test = test; in Assert()
1330 p->v.Assert.msg = msg; in Assert()
2442 value = ast2obj_expr(o->v.Assert.test); in ast2obj_stmt()
2447 value = ast2obj_expr(o->v.Assert.msg); in ast2obj_stmt()
4427 *out = Assert(test, msg, lineno, col_offset, arena); in obj2ast_stmt()
Dast.c2701 return Assert(expression, NULL, LINENO(n), n->n_col_offset, in ast_for_assert_stmt()
2714 return Assert(expr1, expr2, LINENO(n), n->n_col_offset, c->c_arena); in ast_for_assert_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c1106 VISIT(st, expr, s->v.Assert.test); in symtable_visit_stmt()
1107 if (s->v.Assert.msg) in symtable_visit_stmt()
1108 VISIT(st, expr, s->v.Assert.msg); in symtable_visit_stmt()
Dcompile.c2088 if (s->v.Assert.test->kind == Tuple_kind && in compiler_assert()
2089 asdl_seq_LEN(s->v.Assert.test->v.Tuple.elts) > 0) { in compiler_assert()
2096 VISIT(c, expr, s->v.Assert.test); in compiler_assert()
2102 if (s->v.Assert.msg) { in compiler_assert()
2103 VISIT(c, expr, s->v.Assert.msg); in compiler_assert()
DPython-ast.c1334 Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena) in Assert() function
1346 p->v.Assert.test = test; in Assert()
1347 p->v.Assert.msg = msg; in Assert()
2459 value = ast2obj_expr(o->v.Assert.test); in ast2obj_stmt()
2464 value = ast2obj_expr(o->v.Assert.msg); in ast2obj_stmt()
4444 *out = Assert(test, msg, lineno, col_offset, arena); in obj2ast_stmt()
Dast.c2718 return Assert(expression, NULL, LINENO(n), n->n_col_offset, in ast_for_assert_stmt()
2731 return Assert(expr1, expr2, LINENO(n), n->n_col_offset, c->c_arena); in ast_for_assert_stmt()
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.uni178 … "BIT0 - Enable Debug Assert.<BR>\n"

12