/external/toybox/toys/other/ |
D | bzcat.c | 110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument 116 while (bd->inbufBitCount < bits_wanted) { in get_bits() 119 if (bd->inbufPos == bd->inbufCount) { in get_bits() 120 if (0 >= (bd->inbufCount = read(bd->in_fd, bd->inbuf, IOBUF_SIZE))) in get_bits() 122 bd->inbufPos = 0; in get_bits() 126 if (bd->inbufBitCount>=24) { in get_bits() 127 bits = bd->inbufBits&((1<<bd->inbufBitCount)-1); in get_bits() 128 bits_wanted -= bd->inbufBitCount; in get_bits() 130 bd->inbufBitCount = 0; in get_bits() 134 bd->inbufBits = (bd->inbufBits<<8) | bd->inbuf[bd->inbufPos++]; in get_bits() [all …]
|
/external/libnl/lib/route/link/ |
D | bridge.c | 67 struct bridge_data *bd; in bridge_clone() local 69 if ((bd = bridge_alloc(link))) in bridge_clone() 70 memcpy(bd, data, sizeof(*bd)); in bridge_clone() 72 return bd; in bridge_clone() 100 struct bridge_data *bd = data; in bridge_parse_protinfo() local 109 bd->b_port_state = nla_get_u8(attr); in bridge_parse_protinfo() 110 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE; in bridge_parse_protinfo() 119 bd->b_priv_flags |= PRIV_FLAG_NEW_ATTRS; in bridge_parse_protinfo() 122 bd->b_port_state = nla_get_u8(br_attrs[IFLA_BRPORT_STATE]); in bridge_parse_protinfo() 123 bd->ce_mask |= BRIDGE_ATTR_PORT_STATE; in bridge_parse_protinfo() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1288 int stride, int bd) { in vpx_highbd_iwht4x4_16_add_c() argument 1309 op[0] = HIGHBD_WRAPLOW(a1, bd); in vpx_highbd_iwht4x4_16_add_c() 1310 op[1] = HIGHBD_WRAPLOW(b1, bd); in vpx_highbd_iwht4x4_16_add_c() 1311 op[2] = HIGHBD_WRAPLOW(c1, bd); in vpx_highbd_iwht4x4_16_add_c() 1312 op[3] = HIGHBD_WRAPLOW(d1, bd); in vpx_highbd_iwht4x4_16_add_c() 1331 highbd_clip_pixel_add(dest[stride * 0], HIGHBD_WRAPLOW(a1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1333 highbd_clip_pixel_add(dest[stride * 1], HIGHBD_WRAPLOW(b1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1335 highbd_clip_pixel_add(dest[stride * 2], HIGHBD_WRAPLOW(c1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1337 highbd_clip_pixel_add(dest[stride * 3], HIGHBD_WRAPLOW(d1, bd), bd); in vpx_highbd_iwht4x4_16_add_c() 1345 int stride, int bd) { in vpx_highbd_iwht4x4_1_add_c() argument [all …]
|
D | inv_txfm.h | 44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) { in highbd_check_range() argument 51 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() 57 (void)bd; in highbd_check_range() 82 #define HIGHBD_WRAPLOW(x, bd) \ argument 83 ((((int32_t)highbd_check_range((x), bd)) << (24 - bd)) >> (24 - bd)) 90 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd)) argument 103 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd); 104 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd); 105 void vpx_highbd_idct16_c(const tran_low_t *input, tran_low_t *output, int bd); 107 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd); [all …]
|
D | loopfilter.c | 23 static INLINE int16_t signed_char_clamp_high(int t, int bd) { in signed_char_clamp_high() argument 24 switch (bd) { in signed_char_clamp_high() 357 uint16_t q2, uint16_t q3, int bd) { in highbd_filter_mask() argument 359 int16_t limit16 = (uint16_t)limit << (bd - 8); in highbd_filter_mask() 360 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask() 374 int bd) { in highbd_flat_mask4() argument 376 int16_t thresh16 = (uint16_t)thresh << (bd - 8); in highbd_flat_mask4() 389 uint16_t q3, uint16_t q4, int bd) { in highbd_flat_mask5() argument 390 int8_t mask = ~highbd_flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3, bd); in highbd_flat_mask5() 391 int16_t thresh16 = (uint16_t)thresh << (bd - 8); in highbd_flat_mask5() [all …]
|
D | vpx_convolve.c | 325 int x_step_q4, int w, int h, int bd) { in highbd_convolve_horiz() argument 336 dst[x] = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_convolve_horiz() 347 int x_step_q4, int w, int h, int bd) { in highbd_convolve_avg_horiz() argument 359 dst[x] + clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), in highbd_convolve_avg_horiz() 371 int y_step_q4, int w, int h, int bd) { in highbd_convolve_vert() argument 384 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_convolve_vert() 395 int y_step_q4, int w, int h, int bd) { in highbd_convolve_avg_vert() argument 409 clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd), in highbd_convolve_avg_vert() 422 int y0_q4, int y_step_q4, int w, int h, int bd) { in highbd_convolve() argument 446 intermediate_height, bd); in highbd_convolve() [all …]
|
/external/fio/engines/ |
D | binject.c | 35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) in binject_buc_init() argument 97 struct binject_data *bd = td->io_ops_data; in fio_binject_getevents() local 99 void *buf = bd->cmds; in fio_binject_getevents() 113 bd->fd_flags[i] = fio_set_fd_nonblocking(bf->fd, "binject"); in fio_binject_getevents() 115 bd->fd_flags[i] = -1; in fio_binject_getevents() 117 bd->pfds[i].fd = bf->fd; in fio_binject_getevents() 118 bd->pfds[i].events = POLLIN; in fio_binject_getevents() 123 ret = poll(bd->pfds, td->o.nr_files, -1); in fio_binject_getevents() 132 if (pollin_events(bd->pfds, td->o.nr_files)) in fio_binject_getevents() 150 bd->events[ev_index] = (struct io_u *) (unsigned long) buc->usr_ptr; in fio_binject_getevents() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_live_variables.cpp | 56 fs_live_variables::setup_one_read(struct block_data *bd, fs_inst *inst, in setup_one_read() argument 69 if (!BITSET_TEST(bd->def, var)) in setup_one_read() 70 BITSET_SET(bd->use, var); in setup_one_read() 74 fs_live_variables::setup_one_write(struct block_data *bd, fs_inst *inst, in setup_one_write() argument 87 if (!BITSET_TEST(bd->use, var)) in setup_one_write() 88 BITSET_SET(bd->def, var); in setup_one_write() 111 struct block_data *bd = &block_data[block->num]; in setup_def_use() local 122 setup_one_read(bd, inst, ip, reg); in setup_def_use() 127 bd->flag_use[0] |= inst->flags_read(v->devinfo) & ~bd->flag_def[0]; in setup_def_use() 133 setup_one_write(bd, inst, ip, reg); in setup_def_use() [all …]
|
D | brw_vec4_live_variables.cpp | 74 struct block_data *bd = &block_data[block->num]; in setup_def_use() local 82 if (!BITSET_TEST(bd->def, v)) in setup_def_use() 83 BITSET_SET(bd->use, v); in setup_def_use() 90 !BITSET_TEST(bd->flag_def, c)) { in setup_def_use() 91 BITSET_SET(bd->flag_use, c); in setup_def_use() 105 if (!BITSET_TEST(bd->use, v)) in setup_def_use() 106 BITSET_SET(bd->def, v); in setup_def_use() 114 !BITSET_TEST(bd->flag_use, c)) { in setup_def_use() 115 BITSET_SET(bd->flag_def, c); in setup_def_use() 140 struct block_data *bd = &block_data[block->num]; in compute_live_variables() local [all …]
|
D | brw_fs_copy_propagation.cpp | 100 struct block_data *bd; member in __anonda6cecb10111::fs_copy_prop_dataflow 108 bd = rzalloc_array(mem_ctx, struct block_data, cfg->num_blocks); in fs_copy_prop_dataflow() 123 bd[block->num].livein = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow() 124 bd[block->num].liveout = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow() 125 bd[block->num].copy = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow() 126 bd[block->num].kill = rzalloc_array(bd, BITSET_WORD, bitset_words); in fs_copy_prop_dataflow() 136 BITSET_SET(bd[block->num].copy, next_acp); in fs_copy_prop_dataflow() 168 BITSET_SET(bd[block->num].kill, i); in setup_initial_values() 182 bd[block->num].livein[i] = 0u; in setup_initial_values() 183 bd[block->num].liveout[i] = bd[block->num].copy[i]; in setup_initial_values() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 209 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c() argument 224 IHT_4[tx_type].rows(input, outptr, bd); in vp9_highbd_iht4x4_16_add_c() 232 IHT_4[tx_type].cols(temp_in, temp_out, bd); in vp9_highbd_iht4x4_16_add_c() 235 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd); in vp9_highbd_iht4x4_16_add_c() 248 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c() argument 257 ht.rows(input, outptr, bd); in vp9_highbd_iht8x8_64_add_c() 265 ht.cols(temp_in, temp_out, bd); in vp9_highbd_iht8x8_64_add_c() 268 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd); in vp9_highbd_iht8x8_64_add_c() 281 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c() argument 290 ht.rows(input, outptr, bd); in vp9_highbd_iht16x16_256_add_c() [all …]
|
D | vp9_idct.h | 34 typedef void (*highbd_transform_1d)(const tran_low_t *, tran_low_t *, int bd); 61 int eob, int bd); 63 int eob, int bd); 65 int eob, int bd); 67 int stride, int eob, int bd); 69 int stride, int eob, int bd); 71 uint16_t *dest, int stride, int eob, int bd); 73 uint16_t *dest, int stride, int eob, int bd); 75 uint16_t *dest, int stride, int eob, int bd);
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | find_usb_devices_test.py | 217 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 218 self.assertTrue(battor_device_mapping.IsBattOr('ttyUSB3', bd)) 219 self.assertFalse(battor_device_mapping.IsBattOr('ttyUSB5', bd)) 222 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 223 self.assertEquals(battor_device_mapping.GetBattOrList(bd), 257 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 258 dev_foo = bd[1].FindDeviceNumber(11) 259 dev_bar = bd[1].FindDeviceNumber(12) 260 dev_battor_p7_h1_t0 = bd[2].FindDeviceNumber(21) 267 bd = find_usb_devices.GetBusNumberToDeviceTreeMap(fast=False) [all …]
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | find_usb_devices_test.py | 217 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 218 self.assertTrue(battor_device_mapping.IsBattor('ttyUSB3', bd)) 219 self.assertFalse(battor_device_mapping.IsBattor('ttyUSB5', bd)) 222 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 223 self.assertEquals(battor_device_mapping.GetBattorList(bd), 257 bd = find_usb_devices.GetBusNumberToDeviceTreeMap() 258 dev_foo = bd[1].FindDeviceNumber(11) 259 dev_bar = bd[1].FindDeviceNumber(12) 260 dev_battor_p7_h1_t0 = bd[2].FindDeviceNumber(21) 267 bd = find_usb_devices.GetBusNumberToDeviceTreeMap(fast=False) [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-crypto-disabled.c | 29 vector unsigned long long bd = D_INIT2 in call_crypto_intrinsics() 33 vector unsigned long long r2 = __builtin_crypto_vcipher(ad, bd); in call_crypto_intrinsics() 34 vector unsigned long long r3 = __builtin_crypto_vcipherlast(ad, bd); in call_crypto_intrinsics() 35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd); in call_crypto_intrinsics() 36 vector unsigned long long r5 = __builtin_crypto_vncipherlast(ad, bd); in call_crypto_intrinsics() 41 vector unsigned long long r8 = __builtin_crypto_vpmsumb(ad, bd); in call_crypto_intrinsics() 42 vector unsigned long long r9 = __builtin_crypto_vpermxor(ad, bd, cd); in call_crypto_intrinsics()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 19 const int bd) { in load_thresh() argument 20 const int16x8_t shift = vdupq_n_s16(bd - 8); in load_thresh() 74 uint32_t *flat_status, uint16x8_t *hev, const int bd) { in filter_flat_hev_mask() argument 82 *flat = vcleq_u16(*flat, vdupq_n_u16(1 << (bd - 8))); /* flat_mask4() */ in filter_flat_hev_mask() 95 uint32_t *flat2_status, const int bd) { in flat_mask5() argument 104 flat2 = vcleq_u16(flat2, vdupq_n_u16(1 << (bd - 8))); in flat_mask5() 111 static INLINE int16x8_t flip_sign(const uint16x8_t v, const int bd) { in flip_sign() argument 112 const uint16x8_t offset = vdupq_n_u16(0x80 << (bd - 8)); in flip_sign() 116 static INLINE uint16x8_t flip_sign_back(const int16x8_t v, const int bd) { in flip_sign_back() argument 117 const int16x8_t offset = vdupq_n_s16(0x80 << (bd - 8)); in flip_sign_back() [all …]
|
D | highbd_intrapred_neon.c | 37 const uint16_t *left, int bd) { in vpx_highbd_dc_predictor_4x4_neon() argument 42 (void)bd; in vpx_highbd_dc_predictor_4x4_neon() 52 const uint16_t *left, int bd) { in vpx_highbd_dc_left_predictor_4x4_neon() argument 56 (void)bd; in vpx_highbd_dc_left_predictor_4x4_neon() 62 const uint16_t *left, int bd) { in vpx_highbd_dc_top_predictor_4x4_neon() argument 66 (void)bd; in vpx_highbd_dc_top_predictor_4x4_neon() 72 const uint16_t *left, int bd) { in vpx_highbd_dc_128_predictor_4x4_neon() argument 73 const uint16x4_t dc = vdup_n_u16(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_4x4_neon() 100 const uint16_t *left, int bd) { in vpx_highbd_dc_predictor_8x8_neon() argument 106 (void)bd; in vpx_highbd_dc_predictor_8x8_neon() [all …]
|
D | highbd_vpx_convolve_neon.c | 20 int h, int bd) { in vpx_highbd_convolve8_neon() argument 33 intermediate_height, bd); in vpx_highbd_convolve8_neon() 37 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_neon() 44 int w, int h, int bd) { in vpx_highbd_convolve8_avg_neon() argument 56 intermediate_height, bd); in vpx_highbd_convolve8_avg_neon() 58 x_step_q4, filter_y, y_step_q4, w, h, bd); in vpx_highbd_convolve8_avg_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 102 const int16_t *filter, int bd); 108 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \ 113 src_start, src_stride, dst, dst_stride, h, filter, bd); \ 120 src_start, src_stride, dst, dst_stride, h, filter, bd); \ 127 src_start, src_stride, dst, dst_stride, h, filter, bd); \ 135 src, src_stride, dst, dst_stride, h, filter, bd); \ 142 src, src_stride, dst, dst_stride, h, filter, bd); \ 149 src, src_stride, dst, dst_stride, h, filter, bd); \ 159 y_step_q4, w, h, bd); \ 167 const int16_t *filter_y, int y_step_q4, int w, int h, int bd) { \ [all …]
|
D | highbd_loopfilter_sse2.c | 17 static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) { in signed_char_clamp_bd_sse2() argument 26 if (bd == 8) { in signed_char_clamp_bd_sse2() 29 } else if (bd == 10) { in signed_char_clamp_bd_sse2() 54 const uint8_t *_thresh, int bd) { in vpx_highbd_lpf_horizontal_16_sse2() argument 73 if (bd == 8) { in vpx_highbd_lpf_horizontal_16_sse2() 77 } else if (bd == 10) { in vpx_highbd_lpf_horizontal_16_sse2() 143 if (bd == 8) in vpx_highbd_lpf_horizontal_16_sse2() 145 else if (bd == 10) in vpx_highbd_lpf_horizontal_16_sse2() 157 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), in vpx_highbd_lpf_horizontal_16_sse2() 162 filt = signed_char_clamp_bd_sse2(_mm_adds_epi16(filt, work_a), bd); in vpx_highbd_lpf_horizontal_16_sse2() [all …]
|
D | highbd_idct4x4_add_sse2.c | 18 int stride, int bd) { in vpx_highbd_idct4x4_16_add_sse2() argument 79 vpx_highbd_idct4_c(input, outptr, bd); in vpx_highbd_idct4x4_16_add_sse2() 103 d0 = clamp_high_sse2(_mm_adds_epi16(d0, inptr[0]), bd); in vpx_highbd_idct4x4_16_add_sse2() 104 d2 = clamp_high_sse2(_mm_adds_epi16(d2, inptr[1]), bd); in vpx_highbd_idct4x4_16_add_sse2() 122 vpx_highbd_idct4_c(temp_in, temp_out, bd); in vpx_highbd_idct4x4_16_add_sse2() 125 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd); in vpx_highbd_idct4x4_16_add_sse2() 132 int stride, int bd) { in vpx_highbd_idct4x4_1_add_sse2() argument 136 const __m128i max = _mm_sub_epi16(_mm_slli_epi16(one, bd), one); in vpx_highbd_idct4x4_1_add_sse2() 141 out = HIGHBD_WRAPLOW(dct_const_round_shift(input[0] * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2() 142 out = HIGHBD_WRAPLOW(dct_const_round_shift(out * cospi_16_64), bd); in vpx_highbd_idct4x4_1_add_sse2()
|
/external/icu/icu4c/source/common/ |
D | ubidi.c | 674 bracketInit(UBiDi *pBiDi, BracketData *bd) { in bracketInit() argument 675 bd->pBiDi=pBiDi; in bracketInit() 676 bd->isoRunLast=0; in bracketInit() 677 bd->isoRuns[0].start=0; in bracketInit() 678 bd->isoRuns[0].limit=0; in bracketInit() 679 bd->isoRuns[0].level=GET_PARALEVEL(pBiDi, 0); in bracketInit() 680 …bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0… in bracketInit() 681 bd->isoRuns[0].contextPos=0; in bracketInit() 683 bd->openings=pBiDi->openingsMemory; in bracketInit() 684 bd->openingsCount=pBiDi->openingsSize / sizeof(Opening); in bracketInit() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 456 uint16_t *output, int outlength, int bd) { in highbd_interpolate() argument 499 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_interpolate() 513 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_interpolate() 524 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_interpolate() 537 *optr++ = clip_pixel_highbd(ROUND_POWER_OF_TWO(sum, FILTER_BITS), bd); in highbd_interpolate() 543 uint16_t *output, int bd) { in highbd_down2_symeven() argument 563 *optr++ = clip_pixel_highbd(sum, bd); in highbd_down2_symeven() 573 *optr++ = clip_pixel_highbd(sum, bd); in highbd_down2_symeven() 582 *optr++ = clip_pixel_highbd(sum, bd); in highbd_down2_symeven() 593 *optr++ = clip_pixel_highbd(sum, bd); in highbd_down2_symeven() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 2045 private void bracketInit(BracketData bd) { in bracketInit() argument 2046 bd.isoRunLast = 0; in bracketInit() 2047 bd.isoRuns[0] = new IsoRun(); in bracketInit() 2048 bd.isoRuns[0].start = 0; in bracketInit() 2049 bd.isoRuns[0].limit = 0; in bracketInit() 2050 bd.isoRuns[0].level = GetParaLevelAt(0); in bracketInit() 2051 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit() 2052 bd.isoRuns[0].contextPos = 0; in bracketInit() 2053 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit() 2054 bd.isNumbersSpecial = reorderingMode == REORDER_NUMBERS_SPECIAL || in bracketInit() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 2010 private void bracketInit(BracketData bd) { in bracketInit() argument 2011 bd.isoRunLast = 0; in bracketInit() 2012 bd.isoRuns[0] = new IsoRun(); in bracketInit() 2013 bd.isoRuns[0].start = 0; in bracketInit() 2014 bd.isoRuns[0].limit = 0; in bracketInit() 2015 bd.isoRuns[0].level = GetParaLevelAt(0); in bracketInit() 2016 …bd.isoRuns[0].lastStrong = bd.isoRuns[0].lastBase = bd.isoRuns[0].contextDir = (byte)(GetParaLevel… in bracketInit() 2017 bd.isoRuns[0].contextPos = 0; in bracketInit() 2018 bd.openings = new Opening[SIMPLE_OPENINGS_COUNT]; in bracketInit() 2019 bd.isNumbersSpecial = reorderingMode == REORDER_NUMBERS_SPECIAL || in bracketInit() [all …]
|