Home
last modified time | relevance | path

Searched defs:incr (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_util.c40 draw_pt_split_prim(enum pipe_prim_type prim, unsigned *first, unsigned *incr) in draw_pt_split_prim()
100 draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) in draw_pt_trim_count()
Ddraw_split_tmp.h29 unsigned first, incr; in FUNC() local
/third_party/jerryscript/tests/jerry/es2015/
Dmodule-export-03.js21 incr() { method in AnonymousClass4d8f38cf0101
/third_party/typescript/tests/cases/conformance/es2021/logicalAssignment/
DlogicalAssignment10.ts5 function incr() { function
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/
DcallChain.ts34 declare function incr(x: number): number; function
/third_party/typescript/tests/baselines/reference/
DlogicalAssignment10(target=es2021).js4 function incr() { function
DlogicalAssignment10(target=esnext).js4 function incr() { function
DlogicalAssignment10(target=es2020).js4 function incr() { function
DlogicalAssignment10(target=es2015).js4 function incr() { function
/third_party/python/Objects/
Dfloatobject.c2086 int incr = 1; in _PyFloat_Pack2() local
2191 int incr = 1; in _PyFloat_Pack4() local
2264 int i, incr = 1; in _PyFloat_Pack4() local
2298 int incr = 1; in _PyFloat_Pack8() local
2403 int i, incr = 1; in _PyFloat_Pack8() local
2426 int incr = 1; in _PyFloat_Unpack2() local
2497 int incr = 1; in _PyFloat_Unpack4() local
2575 int incr = 1; in _PyFloat_Unpack8() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.h80 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) argument
84 #define LP_COUNT_ADD(counter, incr) (void)(incr) argument
/third_party/rust/crates/nom/fuzz/fuzz_targets/
Dfuzz_arithmetic.rs31 fn incr(i: &str) -> IResult<&str, ()> { in incr() function
/third_party/toybox/toys/other/
Dmakedevs.c59 unsigned int mode = 0755, major = 0, minor = 0, cnt = 0, incr = 0, local
/third_party/NuttX/fs/vfs/
Dfs_select.c188 int incr = 0; in do_select() local
/third_party/node/deps/v8/third_party/zlib/
Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
/third_party/zlib/
Dinftrees.c45 unsigned incr; /* for incrementing code, index */ in inflate_table() local
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
/third_party/zlib/contrib/infback9/
Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
/third_party/skia/third_party/externals/zlib/
Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
/third_party/node/deps/zlib/
Dinftrees.c44 unsigned incr; /* for incrementing code, index */ in inflate_table() local
/third_party/ffmpeg/libavcodec/ppc/
Dmpegaudiodsp_altivec.c94 ptrdiff_t incr) in apply_window_mp3()
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c912 const gint incr = GST_VIDEO_FRAME_COMP_PSTRIDE (&(*history)[0].frame, 0); in same_parity_3_tap() local
1056 const gint incr = GST_VIDEO_FRAME_COMP_PSTRIDE (&(*history)[0].frame, 0); in block_score_for_row_32detect() local
1143 const gint incr = GST_VIDEO_FRAME_COMP_PSTRIDE (&(*history)[0].frame, 0); in block_score_for_row_iscombed() local
1231 const gint incr = GST_VIDEO_FRAME_COMP_PSTRIDE (&(*history)[0].frame, 0); in block_score_for_row_5_tap() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim.h44 unsigned incr; member
/third_party/python/Parser/
Dmyreadline.c301 size_t incr = (n > 0) ? n + 2 : 100; in PyOS_StdioReadline() local
/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c113 ptrdiff_t incr) in apply_window_mp3()

1234