/third_party/typescript/tests/baselines/reference/ |
H A D | promiseTypeStrictNull.js | 226 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
227 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
228 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 229 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 70 def callback(start=0, step=1): 72 count = start + step 111 def callback(start=0, step=1): 113 count = start + step
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_pattern.cpp | 576 WeakPtr<FocusHub> StepperPattern::GetFocusNode(FocusStep step, const WeakPtr<FocusHub>& currentFocusNode) in GetFocusNode() argument 608 if (step == FocusStep::UP || step == FocusStep::LEFT || step == FocusStep::SHIFT_TAB) { in GetFocusNode() 620 if (step == FocusStep::DOWN || step == FocusStep::RIGHT || step == FocusStep::TAB) { in GetFocusNode()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | sprd-dma.c | 149 /* define the DMA transfer step type */ 764 dev_err(sdev->dma_dev.dev, "invalid source step\n"); in sprd_dma_fill_desc() 769 * For 2-stage transfer, destination channel step can not be 0, in sprd_dma_fill_desc() 780 dev_err(sdev->dma_dev.dev, "invalid destination step\n"); in sprd_dma_fill_desc() 813 * If the src step and dst step both are 0 or both are not 0, that means in sprd_dma_fill_desc() 907 u32 step, temp; in sprd_dma_prep_dma_memcpy() local 926 step = SPRD_DMA_DWORD_STEP; in sprd_dma_prep_dma_memcpy() 929 step = SPRD_DMA_WORD_STEP; in sprd_dma_prep_dma_memcpy() 932 step in sprd_dma_prep_dma_memcpy() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r819xU_phy.c | 360 * We can not execute the scheme in the initial step. in phy_FwRFSerialRead() 423 * We can not execute the scheme in the initial step. in phy_FwRFSerialWrite() 1173 * function: This function sets channel step by step 1177 * u8 *step 1179 * output: store new stage, step and delay for next step 1185 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() 1197 RT_TRACE(COMP_CH, "%s() stage: %d, step: %d, channel: %d\n", in rtl8192_phy_SwChnlStepByStep() 1198 __func__, *stage, *step, channe in rtl8192_phy_SwChnlStepByStep() 1184 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) rtl8192_phy_SwChnlStepByStep() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 67 .step = 1, 78 .step = 1, 87 .step = 1, 96 .step = 1, 106 .step = 1, 137 .step = 1, 147 .step = 1,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/ |
H A D | vim2m.c | 453 int start, end, step; in device_process() local 484 step = -1; in device_process() 488 step = 1; in device_process() 499 for (y = start; y != end; y += step, y_out++) { in device_process() 518 for (y = start; y != end; y += step, y_out++) { in device_process() 1157 .step = 1, 1168 .step = 1,
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-v4l.c | 67 .step = 1, 78 .step = 1, 87 .step = 1, 96 .step = 1, 106 .step = 1, 137 .step = 1, 147 .step = 1,
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/ |
H A D | vim2m.c | 448 int start, end, step; in device_process() local 479 step = -1; in device_process() 483 step = 1; in device_process() 494 for (y = start; y != end; y += step, y_out++) { in device_process() 513 for (y = start; y != end; y += step, y_out++) { in device_process() 1147 .step = 1, 1158 .step = 1,
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r819xU_phy.c | 360 * We can not execute the scheme in the initial step. in phy_FwRFSerialRead() 423 * We can not execute the scheme in the initial step. in phy_FwRFSerialWrite() 1086 * function: This function sets channel step by step 1090 * u8 *step 1092 * output: store new stage, step and delay for next step 1098 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() 1128 RT_TRACE(COMP_CH, "%s() stage: %d, step: %d, channel: %d\n", in rtl8192_phy_SwChnlStepByStep() 1129 __func__, *stage, *step, channe in rtl8192_phy_SwChnlStepByStep() 1097 rtl8192_phy_SwChnlStepByStep(struct net_device *dev, u8 channel, u8 *stage, u8 *step, u32 *delay) rtl8192_phy_SwChnlStepByStep() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-mt9m114.c | 1170 .step = 1, 1180 .step = 1, 1190 .step = 1, 1201 .step = 1, 1212 .step = 0, 1223 .step = 1, 1234 .step = 1,
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | sprd-dma.c | 149 /* define the DMA transfer step type */ 764 dev_err(sdev->dma_dev.dev, "invalid source step\n"); in sprd_dma_fill_desc() 769 * For 2-stage transfer, destination channel step can not be 0, in sprd_dma_fill_desc() 780 dev_err(sdev->dma_dev.dev, "invalid destination step\n"); in sprd_dma_fill_desc() 810 * If the src step and dst step both are 0 or both are not 0, that means in sprd_dma_fill_desc() 904 u32 step, temp; in sprd_dma_prep_dma_memcpy() local 923 step = SPRD_DMA_DWORD_STEP; in sprd_dma_prep_dma_memcpy() 926 step = SPRD_DMA_WORD_STEP; in sprd_dma_prep_dma_memcpy() 929 step in sprd_dma_prep_dma_memcpy() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common-v2.c | 26 * @step: the step current of this group 29 * formula: output = ((input) / step - 1) * scal 34 u8 step; member 980 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) { in mtk_pinconf_drive_set() 981 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set() 1016 *val = (((val2 << 1) + val1) / tb->scal + 1) * tb->step; in mtk_pinconf_drive_get() 1031 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) { in mtk_pinconf_drive_set_rev1() 1032 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set_rev1() 1056 *val = ((val1 & 0x7) / tb->scal + 1) * tb->step; in mtk_pinconf_drive_get_rev1() [all...] |
/third_party/lame/libmp3lame/ |
H A D | takehiro.c | 313 int step = -1; in quantize_xrpow() local 316 step = in quantize_xrpow() 323 if (prev_data_use && (prev_noise->step[sfb] == step)) { in quantize_xrpow() 363 prev_noise->step[sfb] > 0 && step >= prev_noise->step[sfb]) { in quantize_xrpow()
|
/third_party/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 508 .macro REV_1 prob:req, step:req 510 PLOAD_PREINDEXED t2, sym2_R, (\step * PMULT) 514 PLOAD_2 t3, sym2_R, (\step * PMULT) 517 add t1_R, sym2_R, \step * PMULT 522 PSTORE_2 t0, t1_R, 0 - \step * PMULT_2 526 .macro REV_2 prob:req, step:req 532 sub t2, sym, \step 1318 mov sym2, PMULT // # step
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 441 { my $step=0; 511 &Camellia_Feistel($step++); 512 &Camellia_Feistel($step++); 519 &Camellia_Feistel($step++); 520 &Camellia_Feistel($step++); 570 &Camellia_Feistel($step++); 571 &Camellia_Feistel($step++);
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 441 { my $step=0; 511 &Camellia_Feistel($step++); 512 &Camellia_Feistel($step++); 519 &Camellia_Feistel($step++); 520 &Camellia_Feistel($step++); 570 &Camellia_Feistel($step++); 571 &Camellia_Feistel($step++);
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Decode.java | 140 int step = 16; in log2floor() 141 while (step > 0) { in log2floor() 142 if ((i >>> step) != 0) { in log2floor() 143 result += step; in log2floor() 144 i = i >>> step; in log2floor() 146 step = step >> 1; in log2floor() 207 /* Change the meaning of flag. Before that step it means "decoder must be capable of reading in decodeWindowBits() 208 * "large-window" brotli stream. After this step it means that "large-window" feature in decodeWindowBits()
|
/third_party/python/Lib/test/ |
H A D | test_mmap.py | 460 # Skip step 0 (invalid) 461 for step in indices[1:]: 462 self.assertEqual(m[start:stop:step], 463 s[start:stop:step]) 472 # Skip invalid step 0 473 for step in indices[1:]: 479 data = L[start:stop:step] 481 L[start:stop:step] = data 482 m[start:stop:step] = data
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 3161 if (dst_area->step == (unsigned int) width && in snd_pcm_area_silence() 3173 dst_step = dst_area->step / 8; in snd_pcm_area_silence() 3179 int dstbit_step = dst_area->step % 8; in snd_pcm_area_silence() 3265 unsigned int step = dst_areas->step; in snd_pcm_areas_silence() local 3276 dst_areas->step != step || in snd_pcm_areas_silence() 3280 if (chns > 1 && chns * width == step) { in snd_pcm_areas_silence() 3285 d.step = width; in snd_pcm_areas_silence() 3328 if (src_area->step in snd_pcm_area_copy() 3447 unsigned int step = src_areas->step; snd_pcm_areas_copy() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | button_modifier.cpp | 311 uint32_t step = 3; in SetButtonDimensionParameters() local 317 uint32_t maxFontSizeIndex = INDEX_DIMENSION_MAX_FONT_SIZE_1 * step; in SetButtonDimensionParameters() 322 uint32_t fontSizeIndex = INDEX_DIMENSION_FONT_SIZE_2 * step; in SetButtonDimensionParameters() 332 uint32_t step = 2; in SetButtonValue() local 333 auto hasValueIndex = index * step; in SetButtonValue()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib0070.c | 49 s8 step; member 177 state->step = state->captrim = state->fcaptrim = 64; in dib0070_captrim() 183 state->step /= 2; in dib0070_captrim() 209 state->captrim += (step_sign * state->step); in dib0070_captrim() 211 if (state->step >= 1) in dib0070_captrim()
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_rhashtable.c | 633 int i, step, err = 0, insert_retries = 0; in threadfunc() local 666 for (step = 10; step > 0; step--) { in threadfunc() 667 for (i = 0; i < tdata->entries; i += step) { in threadfunc()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib0070.c | 49 s8 step; member 177 state->step = state->captrim = state->fcaptrim = 64; in dib0070_captrim() 183 state->step /= 2; in dib0070_captrim() 209 state->captrim += (step_sign * state->step); in dib0070_captrim() 211 if (state->step >= 1) in dib0070_captrim()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 613 print_fixed(unsigned base, unsigned step, const mtrr_type *types) in print_fixed() argument 617 for (i = 0; i < 8; ++i, ++types, base += step) { in print_fixed() 619 update_fixed_last(base, base + step, *types); in print_fixed() 623 last_fixed_end = base + step; in print_fixed() 628 update_fixed_last(base, base + step, *types); in print_fixed()
|