Home
last modified time | relevance | path

Searched refs:dst_length_elems (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_buffer.c1754 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
1773 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
1774 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
1775 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_buffer.c1754 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
1773 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
1774 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
1775 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c23232 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
23251 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
23252 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
23253 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c23498 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
23517 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
23518 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
23519 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c23292 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
23311 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
23312 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
23313 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c23438 duk_uint_t dst_length_elems; in duk_bi_typedarray_set() local
23457 dst_length_elems = (src_length >> h_bufarg->shift); /* elems in source and dest */ in duk_bi_typedarray_set()
23458 dst_length = dst_length_elems << h_this->shift; /* bytes in dest */ in duk_bi_typedarray_set()
23459 if ((dst_length >> h_this->shift) != dst_length_elems) { in duk_bi_typedarray_set()