Home
last modified time | relevance | path

Searched refs:next_flag (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dcheck_flag_expectations.py77 next_flag = flags[0]
79 next_flag = None
86 if next_flag and not next_flag.startswith('-'):
92 merged_flag = '{} {}'.format(current_flag, next_flag)
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dinspect.c65 static int next_flag; variable
74 next_flag = I_CUR; in inspect_kouho()
75 while (next_flag) in inspect_kouho()
77 if (next_flag == I_NEXT || next_flag == I_PREV) in inspect_kouho()
83 if (next_flag == I_NEXT) in inspect_kouho()
96 next_flag = 0; in inspect_kouho()
325 next_flag = I_NEXT; in next_inspect()
332 next_flag = I_PREV; in previous_inspect()
/dports/www/rejik/redirector-3.2.12_squid_3.4/
H A Draw_change.c11 int i,next_flag; in raw_change() local
21 next_flag=1; in raw_change()
23 while (next_flag) in raw_change()
57 else next_flag=0; in raw_change()
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_berkeley/
H A Dbdb_cmd.c339 bcmd->next_flag = -1; in bdb_cmd_exec()
480 switch(bcmd->next_flag) { in bdb_cmd_first()
504 if(bcmd->next_flag == 2 || bcmd->next_flag == -2) in bdb_cmd_next()
524 bcmd->next_flag = bcmd->next_flag < 0 ? -2 : 2; in bdb_cmd_next()
534 bcmd->next_flag = bcmd->next_flag < 0 ? -2 : 2; in bdb_cmd_next()
539 if(bcmd->next_flag <= 0) { in bdb_cmd_next()
540 bcmd->next_flag++; in bdb_cmd_next()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/CUDA/local_cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/cub/warp/specializations/
H A Dwarp_reduce_smem.cuh219 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
223 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
236 if (OFFSET + lane_id < next_flag) in SegmentedReduce()
/dports/misc/xgboost/xgboost-1.5.1/cub/cub/warp/specializations/
H A Dwarp_reduce_smem.cuh217 int next_flag = __clz(__brev(warp_flags)); in SegmentedReduce() local
221 next_flag = CUB_MIN(next_flag, LOGICAL_WARP_THREADS); in SegmentedReduce()
234 if (OFFSET + lane_id < next_flag) in SegmentedReduce()

12345