/third_party/ffmpeg/libavcodec/ |
H A D | scpr.h | 10 * License as published by the Free Software Foundation; either 221 uint32_t *bx, uint32_t *by, in decode_run_p() 231 if (*by >= avctx->height) in decode_run_p() 234 dst[*by * linesize + *bx] = clr; in decode_run_p() 238 (*by)++; in decode_run_p() 245 if (*by < 1) in decode_run_p() 252 if (*by >= avctx->height) in decode_run_p() 255 clr = dst[*by * linesize + *bx - 1 - z]; in decode_run_p() 256 dst[*by * linesize + *bx] = clr; in decode_run_p() 260 (*by) in decode_run_p() 217 decode_run_p(AVCodecContext *avctx, uint32_t ptype, int run, int x, int y, uint32_t clr, uint32_t *dst, uint32_t *prev, int linesize, int plinesize, uint32_t *bx, uint32_t *by, uint32_t backstep, int sx1, int sx2, int *cx, int *cx1) decode_run_p() argument [all...] |
H A D | argo.c | 9 * License as published by the Free Software Foundation; either 168 for (int by = 0; by < 8; by++) { in decode_mad1() 223 for (int by = 0; by < bsize_h; by++) { in decode_mad1() 229 for (int by = 0; by < bsize_h; by in decode_mad1() [all...] |
H A D | kmvc.c | 9 * License as published by the Free Software Foundation; either 80 int bx, by; in kmvc_decode_intra_8x8() local 86 for (by = 0; by < h; by += 8) in kmvc_decode_intra_8x8() 96 BLK(ctx->cur, bx + (i & 0x7), by + (i >> 3)) = val; in kmvc_decode_intra_8x8() 100 l0y = by + (i & 2) * 2; in kmvc_decode_intra_8x8() 169 int bx, by; in kmvc_decode_inter_8x8() local 175 for (by = 0; by < in kmvc_decode_inter_8x8() [all...] |
/third_party/littlefs/scripts/ |
H A D | summary.py | 243 by=None, 254 if (by is None or k not in by) and v.strip(): 268 # if by not specified, guess it's anything not in fields and not a 270 if by is None: 271 by = co.OrderedDict() 273 # also ignore None keys, these are introduced by csv.DictReader 275 by.update((k, True) for k in r.keys() 279 by = list(by [all...] |
H A D | structs.py | 151 # find files, we want to filter by structs in .h files 262 by=None, 265 if by is None: 266 by = Result._by 268 for k in it.chain(by or [], (k for k, _ in defines or [])): 273 # filter by matching defines 284 name = tuple(getattr(r, k) for k in by) 297 by=None, 306 if by is None: 307 by [all...] |
H A D | cov.py | 301 by=None, 304 if by is None: 305 by = Result._by 307 for k in it.chain(by or [], (k for k, _ in defines or [])): 312 # filter by matching defines 323 name = tuple(getattr(r, k) for k in by) 336 by=None, 345 if by is None: 346 by = Result._by 352 results = fold(Result, results, by [all...] |
H A D | stack.py | 277 by=None, 280 if by is None: 281 by = Result._by 283 for k in it.chain(by or [], (k for k, _ in defines or [])): 288 # filter by matching defines 299 name = tuple(getattr(r, k) for k in by) 312 by=None, 323 if by is None: 324 by = Result._by 330 results = fold(Result, results, by [all...] |
H A D | code.py | 5 # by Linux's Bloat-O-Meter. 314 by=None, 317 if by is None: 318 by = Result._by 320 for k in it.chain(by or [], (k for k, _ in defines or [])): 325 # filter by matching defines 336 name = tuple(getattr(r, k) for k in by) 349 by=None, 358 if by is None: 359 by [all...] |
H A D | data.py | 5 # by Linux's Bloat-O-Meter. 314 by=None, 317 if by is None: 318 by = Result._by 320 for k in it.chain(by or [], (k for k, _ in defines or [])): 325 # filter by matching defines 336 name = tuple(getattr(r, k) for k in by) 349 by=None, 358 if by is None: 359 by [all...] |
H A D | coverage.py | 3 # Parse and report coverage info from .info files generated by lcov 61 # discard .8449 suffixes created by optimizer 163 def dedup_entries(results, by='name'): 166 entry = (file if by == 'file' else func) 205 def print_header(by=''): 207 print('%-36s %19s' % (by, 'hits/line')) 209 print('%-36s %19s %19s %11s' % (by, 'old', 'new', 'diff')) 235 def print_entries(by='name'): 236 entries = dedup_entries(results, by=by) [all...] |
H A D | perf.py | 631 by=None, 634 if by is None: 635 by = Result._by 637 for k in it.chain(by or [], (k for k, _ in defines or [])): 642 # filter by matching defines 653 name = tuple(getattr(r, k) for k in by) 668 by=by, 675 by=None, 685 if by i [all...] |
H A D | perfbd.py | 559 # this looks naive, since we're splitting up text files by bytes, but 597 by=None, 600 if by is None: 601 by = Result._by 603 for k in it.chain(by or [], (k for k, _ in defines or [])): 608 # filter by matching defines 619 name = tuple(getattr(r, k) for k in by) 634 by=by, 641 by [all...] |
/third_party/node/test/parallel/ |
H A D | test-net-connect-options-allowhalfopen.js | 42 `server connection ${srvConn} is started by client ${this.clientId}`); 46 console.log(`Server received FIN sent by client ${this.clientId}`); 51 FIN ${serverReceivedFIN} received by server, 52 FIN ${clientReceivedFIN} received by client 53 FIN ${clientSentFIN} sent by client, 54 FIN ${serverConnections} sent by server`.replace(/ {3,}/g, '')); 84 console.log(`connection ${index} has been closed by both sides,` + 92 FIN ${serverReceivedFIN} received by server 93 FIN ${clientReceivedFIN} received by client 94 FIN ${clientSentFIN} sent by clien [all...] |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ComboDialog.cpp | 46 int bx1, bx2, by;
in OnSize() local 47 GetItemSizes(IDCANCEL, bx1, by);
in OnSize() 48 GetItemSizes(IDOK, bx2, by);
in OnSize() 49 int y = ySize - my - by;
in OnSize() 54 MoveItem(IDCANCEL, x, y, bx1, by);
in OnSize() 55 MoveItem(IDOK, x - mx - bx2, y, bx2, by);
in OnSize()
|
/third_party/libsnd/src/GSM610/ |
H A D | gsm610_priv.h | 2 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische 12 /* Added by Erik de Castro Lopo */ 20 /* Added by Erik de Castro Lopo */ 59 SASR_W (int16_t x, int16_t by) in SASR_W() argument 61 return x >> by ; in SASR_W() 62 return ~ ((~x) >> by) ; in SASR_W() 66 SASR_L (int32_t x, int16_t by) in SASR_L() argument 68 return x >> by ; in SASR_L() 69 return ~ ((~x) >> by) ; in SASR_L() 74 SASL_W (int16_t x, int16_t by) in SASL_W() argument 81 SASL_L(int32_t x, int16_t by) SASL_L() argument [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | unw_resume.tex | 20 identified by \Var{cp}. The behavior of this routine differs 28 frames younger (more deeply nested) than the one identified by 29 \Var{cp} was interrupted by a signal, then \Func{unw\_resume}() will 36 identified by the cursor by calling the \Func{access\_reg} and 55 will have to do so on its own by obtaining the \Type{unw\_proc\_info\_t} 58 dependent on the target-platform and are regulated by the 77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't 79 \item[\Const{UNW\_EINVALIDIP}] The instruction pointer identified by 81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorcontrast.c | 8 * License as published by the Free Software Foundation; either 38 float rc, gm, by; member 68 g1 = g - bd * by; \ 69 b1 = b + bd * by; \ 70 r1 = r - bd * by; \ 108 const float by = s->by * 0.5f; in colorcontrast_slice8() local 162 const float by = s->by * 0.5f; in colorcontrast_slice16() local 214 const float by in colorcontrast_slice8p() local 266 const float by = s->by * 0.5f; colorcontrast_slice16p() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | exrdsp.asm | 5 ;* reorder_pixels, predictor based on patch by John Loy 6 ;* port to ASM by Jokyo Images support by CNC - French National Center for Cinema 8 ;* predictor AVX/AVX2 by Henrik Gramner 14 ;* License as published by the Free Software Foundation; either 41 add dstq, sizeq ; dst offset by size 43 add src1q, sizeq ; offset src by half_size
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_depth2space.c | 8 * License as published by the Free Software Foundation; either 64 int y, x, by, bx, ch; in ff_dnn_execute_layer_depth2space() local 90 for (by = 0; by < block_size; ++by){ in ff_dnn_execute_layer_depth2space() 93 output[by * by_linesize + x * x_linesize + bx * new_channels + ch] = input[ch]; in ff_dnn_execute_layer_depth2space()
|
/third_party/skia/tests/ |
H A D | PathOpsSimplifyDegenerateThreadedTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 17 int by = state.fB >> 2; in testSimplifyDegeneratesMain() local 36 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by)); in testSimplifyDegeneratesMain() 45 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyDegeneratesMain() 73 int by = b >> 2; in DEF_TEST() local 77 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
|
H A D | PathOpsSimplifyTrianglesThreadedTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 18 int by = state.fB >> 2; in testSimplifyTrianglesMain() local 39 path.lineTo(SkIntToScalar(bx), SkIntToScalar(by)); in testSimplifyTrianglesMain() 48 pathStr.appendf(" path.lineTo(%d, %d);\n", bx, by); in testSimplifyTrianglesMain() 76 int by = b >> 2; in DEF_TEST() local 83 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
|
H A D | ReadPixelsTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 181 for (int by = 0; by < bh; ++by) { in check_read() 184 int devy = by + srcRect.fTop; in check_read() 185 const uint8_t* alpha = bitmap.getAddr8(bx, by); in check_read() 195 bx, by, surfaceAlpha, *alpha); in check_read() 200 uint32_t origDstAlpha = SkGetPackedA32(get_dst_bmp_init_color(bx, by, bw)); in check_read() 211 for (int by = 0; by < b in check_read() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | simpleformattertest.cpp | 360 UnicodeString by("by"); in TestFormatReplaceNoOptimization() 361 const UnicodeString *params[] = {&result, &freddy, &frog, &by}; in TestFormatReplaceNoOptimization() 364 "frog, original, freddy and by", in TestFormatReplaceNoOptimization() 390 UnicodeString by("by"); in TestFormatReplaceNoOptimizationLeadingText() 391 const UnicodeString *params[] = {&freddy, &frog, &result, &by}; in TestFormatReplaceNoOptimizationLeadingText() 394 "boo original, freddy, frog and by", in TestFormatReplaceNoOptimizationLeadingText() 420 UnicodeString by("by"); in TestFormatReplaceOptimization() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-generator.cc | 2 // Use of this source code is governed by a BSD-style license that can be 111 void RegExpBytecodeGenerator::SetCurrentPositionFromEnd(int by) { in SetCurrentPositionFromEnd() argument 112 DCHECK(is_uint24(by)); in SetCurrentPositionFromEnd() 113 Emit(BC_SET_CURRENT_POSITION_FROM_END, by); in SetCurrentPositionFromEnd() 123 void RegExpBytecodeGenerator::AdvanceRegister(int register_index, int by) { in AdvanceRegister() argument 127 Emit32(by); in AdvanceRegister() 166 void RegExpBytecodeGenerator::AdvanceCurrentPosition(int by) { in AdvanceCurrentPosition() argument 169 CHECK_LE(kMinCPOffset, by); in AdvanceCurrentPosition() 170 CHECK_GE(kMaxCPOffset, by); in AdvanceCurrentPosition() 172 advance_current_offset_ = by; in AdvanceCurrentPosition() [all...] |
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/ |
H A D | test_rendering.c | 149 int mbx, mby, bx, by; in main() local 216 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS; ++by) in main() 233 for (by = 0; by < MACROBLOCK_HEIGHT_IN_BLOCKS / 2; ++by) in main()
|