HomeSort by: relevance | last modified time | path
    Searched defs:half_count (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 352 sljit_uw half_count; local in function:sljit_generate_code
368 half_count = 0;
381 SLJIT_ASSERT(!label || label->size >= half_count);
382 SLJIT_ASSERT(!jump || jump->addr >= half_count);
383 SLJIT_ASSERT(!const_ || const_->addr >= half_count);
384 if (label && label->size == half_count) {
389 if (jump && jump->addr == half_count) {
394 if (const_ && const_->addr == half_count) {
399 half_count ++;
405 if (label && label->size == half_count) {
    [all...]

Completed in 12 milliseconds