| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| inf-thr-count.c | 25 /* Set by the inferior to communicate to GDB what stage of the test we are 28 volatile int stage = 0; variable 36 stage = 1; 71 stage = 2;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| inf-thr-count.c | 25 /* Set by the inferior to communicate to GDB what stage of the test we are 28 volatile int stage = 0; variable 36 stage = 1; 71 stage = 2;
|
| /src/external/bsd/pdisk/dist/ |
| util.c | 135 int stage; local 140 case development: stage = 'd'; break; 141 case alpha: stage = 'a'; break; 142 case beta: stage = 'b'; break; 143 case final: stage = 'f'; break; 144 default: stage = '?'; break; 153 kVersionMajor, kVersionMinor, kVersionBugFix, stage, kVersionDelta); 161 kVersionMajor, kVersionMinor, stage, kVersionDelta);
|
| /src/usr.bin/make/unit-tests/ |
| varname-make_stack_trace.mk | 22 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 multi-stage-1 45 # expect: in target "multi-stage-4" from varname-make_stack_trace.mk:56 46 # expect: in target "multi-stage-1" from varname-make_stack_trace.mk:50 47 # expect-not-matches: in target "multi%-stage%-4" 48 # expect-not-matches: in target "multi%-stage%-1" 49 multi-stage-1: .PHONY ${_make} 50 @${MAKE} -f ${MAKEFILE} -j1 multi-stage-2 51 multi-stage-2: .PHONY 52 @${MAKE} -f ${MAKEFILE} -j1 multi-stage-3 53 multi-stage-3: .PHON [all...] |
| varname-makeflags.mk | 13 .if !make(*stage*) 70 # At this stage, MAKEFLAGS is not yet involved. 81 # At this point, the stage 1 make provides the environment variable 87 # The 'DOLLARS=\$\{varname\}' assignment is escaped so that the stage 160 @${MAKE} -f ${MAKEFILE} STAGE=1 VAR=value override_stage_1 164 # variable, in this case provided by stage 0. 179 @${MAKE} -f ${MAKEFILE} STAGE=2 override_stage_2 182 @echo '$@: STAGE=<${STAGE}> VAR=<${VAR}>'
|
| /src/lib/libc/posix1e/ |
| acl_support.c | 183 int stage = ACL_USER_OBJ; local 202 if (stage > ACL_USER_OBJ) 204 stage = ACL_USER; 210 if (stage > ACL_USER) 212 stage = ACL_USER; 222 if (stage > ACL_GROUP_OBJ) 224 stage = ACL_GROUP; 230 if (stage > ACL_GROUP) 232 stage = ACL_GROUP; 241 if (stage > ACL_MASK [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_daa.c | 35 BYTE stage; local 51 if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm)) 53 LogDebug("getData 2 (stage=%d)", (int)stage); 103 result = TCSP_DaaJoin_internal(hContext, hDAA, stage, inputSize0, inputData0, inputSize1, 141 BYTE stage; local 157 if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm)) 159 LogDebugFn("getData 2 (stage=%d)", (int)stage); 211 result = TCSP_DaaSign_internal(hContext, hDAA, stage, inputSize0, inputData0, inputSize1 [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcsi_daa.c | 33 BYTE stage, /* in */ 56 LogDebug("load BYTE: stage: %x", stage); 57 LoadBlob( &offset, sizeof(BYTE), txBlob, &stage); 75 if ((result = tpm_rqu_build(TPM_ORD_DAA_Join, &offset, txBlob, handle, stage, inputSize0, 114 BYTE stage, /* in */ 138 LogDebug("load BYTE: stage: %x", stage); 139 LoadBlob( &offset, sizeof(BYTE), txBlob, &stage); 157 if ((result = tpm_rqu_build(TPM_ORD_DAA_Sign, &offset, txBlob, handle, stage, inputSize0 [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_lz4.c | 65 } stage; member in struct:private_data 290 state->stage = SELECT_STREAM; 359 switch (state->stage) { 370 if (ret != 0 || state->stage != SELECT_STREAM) 375 if (ret != 0 || state->stage != SELECT_STREAM) 384 while (state->stage == SELECT_STREAM) { 679 if (state->stage == SELECT_STREAM) { 680 state->stage = READ_DEFAULT_STREAM; 684 state->stage = READ_DEFAULT_BLOCK; 692 state->stage = SELECT_STREAM [all...] |
| /src/external/gpl3/gdb/dist/gdb/contrib/ |
| codespell-log.sh | 78 --hook-stage manual \
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| rpc_daa.c | 31 BYTE stage, // in 43 LogDebugFn("stage=%d", stage); 51 if (setData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &hte->comm)) 109 BYTE stage, // in 121 LogDebugFn("stage=%d", stage); 129 if (setData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &hte->comm))
|
| /src/sys/arch/sun68k/stand/ |
| README | 9 stage program from a set of filesystem block numbers that are hard-coded 34 installboot would find the inumber for the 2nd stage boot program
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
| test.c | 15 TSS_RESULT Tspi_DAA_Join(TSS_HTPM hTPM, int stage, UINT32 inputSize0, BYTE *inputData0, UINT32 inputSize1, BYTE *inputData1, UINT32 *outputSize, BYTE **outputData) { 35 Trspi_LoadBlob_BYTE(&offset, stage, hashblob); // hash stage
|
| platform.c | 44 BYTE stage, // in 66 LogDebug("Tcsip_TPM_DAA_Join(tcsContext=%x,hDAA=%x,join_session=%x, hTPM=%x stage=%d)", 71 stage); 80 // hash stage 81 Trspi_LoadBlob_BYTE(&offset, stage, hashblob); 99 LogDebug("TCSP_DAAJoin(%x,%x,stage=%x,%x,%x,%x,%x,%x)\n", 102 stage, 114 stage, 126 LogDebug("TCSP_DAAJoin stage=%d outputSize=%d outputData=%x RESULT=%d", 127 (int)stage, (int)*outputSize, (int)outputData, (int)result) 472 BYTE *modulus, stage, *buf; local [all...] |
| /src/external/gpl3/gcc/dist/contrib/ |
| warn_summary | 6 # usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-ada|-intl|-fixinc] 16 # Take warnings from stage "Number". Stage 0 means show warnings from 27 # Pass through the bootstrap output after filtering stage and subdir 31 # stage and subdir. 69 # stage==0, then show lines prior to stage1 and lines from after the last 70 # stage. I.e. utilities, libraries, etc. 74 # stage "0" means check everything *but* gcc. 78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}" 81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print} [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| warn_summary | 6 # usage: warn_summary [-llf] [-s stage] [-nosub|-ch|-cp|-f|-fortran|-ada|-intl|-fixinc] 16 # Take warnings from stage "Number". Stage 0 means show warnings from 27 # Pass through the bootstrap output after filtering stage and subdir 31 # stage and subdir. 69 # stage==0, then show lines prior to stage1 and lines from after the last 70 # stage. I.e. utilities, libraries, etc. 74 # stage "0" means check everything *but* gcc. 78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}" 81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print} [all...] |
| /src/external/bsd/zstd/dist/lib/decompress/ |
| zstd_decompress.c | 1235 if (!(dctx->stage == ZSTDds_decompressBlock || dctx->stage == ZSTDds_decompressLastBlock)) 1243 switch(dctx->stage) 1267 static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZSTDds_skipFrame; } 1282 switch (dctx->stage) 1291 dctx->stage = ZSTDds_decodeSkippableHeader; 1298 dctx->stage = ZSTDds_decodeFrameHeader; 1306 dctx->stage = ZSTDds_decodeBlockHeader; 1318 dctx->stage = bp.lastBlock ? ZSTDds_decompressLastBlock : ZSTDds_decompressBlock; 1325 dctx->stage = ZSTDds_checkChecksum [all...] |
| zstd_decompress_internal.h | 143 ZSTD_dStage stage; member in struct:ZSTD_DCtx_s
|
| /src/external/gpl3/binutils/dist/gas/ |
| Makefile.am | 415 # Files to be copied away after each stage in building. 567 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2 600 rm -f stage && ln -s stage1 stage 603 rm -f stage && ln -s stage2 stage 608 rm -f stage && ln -s stage1 stage 611 rm -f stage && ln -s stage2 stage [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| Makefile.am | 413 # Files to be copied away after each stage in building. 565 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2 598 rm -f stage && ln -s stage1 stage 601 rm -f stage && ln -s stage2 stage 606 rm -f stage && ln -s stage1 stage 609 rm -f stage && ln -s stage2 stage [all...] |
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| cache.c | 842 FRV_CACHE_STAGE *stage = & p->stages[LAST_STAGE]; local 843 FRV_CACHE_REQUEST *req = stage->request; 844 stage->request = NULL; 866 FRV_CACHE_STAGE *stage = & pipeline->stages[i]; local 867 if (stage->request != NULL && stage->request->priority > lowest) 868 lowest = stage->request->priority; 920 /* Return the request which is at the given stage of the given pipeline. */ 922 pipeline_stage_request (FRV_CACHE_PIPELINE *p, int stage) 924 return p->stages[stage].request 930 int stage; local [all...] |
| /src/external/gpl3/gdb/dist/sim/frv/ |
| cache.c | 842 FRV_CACHE_STAGE *stage = & p->stages[LAST_STAGE]; local 843 FRV_CACHE_REQUEST *req = stage->request; 844 stage->request = NULL; 866 FRV_CACHE_STAGE *stage = & pipeline->stages[i]; local 867 if (stage->request != NULL && stage->request->priority > lowest) 868 lowest = stage->request->priority; 920 /* Return the request which is at the given stage of the given pipeline. */ 922 pipeline_stage_request (FRV_CACHE_PIPELINE *p, int stage) 924 return p->stages[stage].request 930 int stage; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/ |
| lshift.asm | 33 dnl at some stage probably.
|
| rshift.asm | 33 dnl at some stage probably.
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gk104.c | 459 } stage[] = { local 470 for (i = 0; i < ARRAY_SIZE(stage); i++) { 472 if (!(stage[i].mask & (1 << j))) 476 stage[i].exec(clk, j);
|