/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-cpu.c | 17 struct clk *step; member 48 ret = clk_set_parent(cpu->mux, cpu->step); in clk_cpu_set_rate() 75 struct clk *step) in imx_clk_hw_cpu() 89 cpu->step = step; in imx_clk_hw_cpu() 73 imx_clk_hw_cpu(const char *name, const char *parent_name, struct clk *div, struct clk *mux, struct clk *pll, struct clk *step) imx_clk_hw_cpu() argument
|
/third_party/libuv/test/ |
H A D | test-mutexes.c | 31 static int step; variable 92 step += 1; in synchronize_nowait() 103 for (current = step; current == step; uv_cond_wait(&condvar, &mutex)); in synchronize() 104 ASSERT_EQ(step, current + 1); in synchronize()
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 301 * Caller fills in K(i-1) in @step, and receives the result K(i) 306 u32 outlen, u32 count, struct xdr_netobj *step) in krb5_cmac_Ki() 319 ret = crypto_shash_update(desc, step->data, step->len); in krb5_cmac_Ki() 334 ret = crypto_shash_final(desc, step->data); in krb5_cmac_Ki() 374 struct xdr_netobj step = { .data = NULL }; in krb5_kdf_feedback_cmac() local 400 step.len = blocksize; in krb5_kdf_feedback_cmac() 401 step.data = kzalloc(step.len, gfp_mask); in krb5_kdf_feedback_cmac() 402 if (!step in krb5_kdf_feedback_cmac() 305 krb5_cmac_Ki(struct crypto_shash *tfm, const struct xdr_netobj *constant, u32 outlen, u32 count, struct xdr_netobj *step) krb5_cmac_Ki() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | tlv.h | 58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 61 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \ 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ 65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 68 /* Accessor offsets for min, mute and step items in dB scale type TLV */ 72 /* dB scale specified with min/max values instead of step */
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | tlv.h | 47 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 50 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \ 52 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ 54 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 57 /* Accessor offsets for min, mute and step items in dB scale type TLV */ 61 /* dB scale specified with min/max values instead of step */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | tlv.h | 38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (min), ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0)) 39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) }
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | tlv.h | 38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (min), ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0)) 39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) }
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | tlv.h | 31 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 34 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \ 36 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ 38 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | tlv.h | 58 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 61 ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | \ 63 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ 65 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ 68 /* Accessor offsets for min, mute and step items in dB scale type TLV */ 72 /* dB scale specified with min/max values instead of step */
|
/third_party/node/test/pummel/ |
H A D | test-stream-pipe-multi.js | 108 step(); 111 function step() { 118 process.nextTick(step); 121 process.nextTick(step);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | do-plot | 69 step=$(((100 - $height) / $events)) 70 if [ $step -lt 5 ] 72 step=5; 86 height=$(($height + $step))
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | do-plot | 69 step=$(((100 - $height) / $events)) 70 if [ $step -lt 5 ] 72 step=5; 86 height=$(($height + $step))
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | do-plot | 69 step=$(((100 - $height) / $events)) 70 if [ $step -lt 5 ] 72 step=5; 86 height=$(($height + $step))
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | do-plot | 69 step=$(((100 - $height) / $events)) 70 if [ $step -lt 5 ] 72 step=5; 86 height=$(($height + $step))
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | do-plot | 69 step=$(((100 - $height) / $events)) 70 if [ $step -lt 5 ] 72 step=5; 86 height=$(($height + $step))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | asyncFunctionContextuallyTypedReturns.js | 21 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
22 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
23 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 24 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | awaitUnionPromise.js | 27 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
28 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
29 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 30 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | capturedParametersInInitializers1.js | 47 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
48 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 50 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | decoratorOnClassMethodParameter3.js | 25 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
26 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
27 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 28 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | defaultExportInAwaitExpression01.js | 34 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
35 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 37 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | noAsConstNameLookup.js | 38 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 41 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionAsyncES6AMD.js | 35 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 38 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionAsyncES6CJS.js | 36 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
37 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
38 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 39 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionAsyncES6System.js | 37 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
40 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | importCallExpressionInUMD5.js | 34 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
35 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function 37 step((generator = generator.apply(thisArg, _arguments || [])).next());
|