/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isacfix.gypi | 20 'fix/include', 25 'fix/include', 30 'fix/include/audio_decoder_isacfix.h', 31 'fix/include/audio_encoder_isacfix.h', 32 'fix/include/isacfix.h', 33 'fix/source/arith_routines.c', 34 'fix/source/arith_routines_hist.c', 35 'fix/source/arith_routines_logist.c', 36 'fix/source/audio_decoder_isacfix.cc', 37 'fix/source/audio_encoder_isacfix.cc', [all …]
|
/external/clang/test/FixIt/ |
D | format.m | 12 // CHECK: fix-it:"{{.*}}":{10:11-10:13}:"%d" 13 // CHECK: fix-it:"{{.*}}":{11:11-11:14}:"%d" 19 // CHECK: fix-it:"{{.*}}":{16:11-16:13}:"%d" 20 // CHECK: fix-it:"{{.*}}":{17:11-17:14}:"%d" 21 // CHECK: fix-it:"{{.*}}":{18:11-18:13}:"%d" 28 // CHECK: fix-it:"{{.*}}":{25:11-25:13}:"%s" 29 // CHECK: fix-it:"{{.*}}":{27:11-27:14}:"%s" 35 // CHECK: fix-it:"{{.*}}":{31:11-31:13}:"%s" 36 // CHECK: fix-it:"{{.*}}":{33:11-33:14}:"%s" 37 // CHECK: fix-it:"{{.*}}":{34:11-34:13}:"%s" [all …]
|
D | format-darwin.m | 42 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld" 43 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)" 45 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu" 46 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)" 48 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d" 49 // CHECK: fix-it:"{{.*}}":{[[@LINE-10]]:16-[[@LINE-10]]:16}:"(int)" 51 // CHECK: fix-it:"{{.*}}":{[[@LINE-11]]:11-[[@LINE-11]]:13}:"%u" 52 // CHECK: fix-it:"{{.*}}":{[[@LINE-12]]:16-[[@LINE-12]]:16}:"(unsigned int)" 56 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:11-[[@LINE-2]]:13}:"%ld" 57 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:16-[[@LINE-3]]:16}:"(long)" [all …]
|
D | format.mm | 12 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unsigned short)" 15 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d" 16 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unsigned short)" 21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)" 24 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d" 25 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)" 28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%f" 29 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
|
/external/u-boot/drivers/clk/ |
D | clk-fixed-factor.c | 21 struct clk_fixed_factor *fix = in clk_factor_recalc_rate() local 26 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate() 27 do_div(rate, fix->div); in clk_factor_recalc_rate() 39 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor() local 43 fix = kzalloc(sizeof(*fix), GFP_KERNEL); in clk_hw_register_fixed_factor() 44 if (!fix) in clk_hw_register_fixed_factor() 48 fix->mult = mult; in clk_hw_register_fixed_factor() 49 fix->div = div; in clk_hw_register_fixed_factor() 50 clk = &fix->clk; in clk_hw_register_fixed_factor() 55 kfree(fix); in clk_hw_register_fixed_factor()
|
/external/u-boot/drivers/video/imx/ |
D | mxc_ipuv3_fb.c | 127 struct fb_fix_screeninfo *fix = &info->fix; in mxcfb_set_fix() local 130 fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; in mxcfb_set_fix() 132 fix->type = FB_TYPE_PACKED_PIXELS; in mxcfb_set_fix() 133 fix->accel = FB_ACCEL_NONE; in mxcfb_set_fix() 134 fix->visual = FB_VISUAL_TRUECOLOR; in mxcfb_set_fix() 135 fix->xpanstep = 1; in mxcfb_set_fix() 136 fix->ypanstep = 1; in mxcfb_set_fix() 192 fbi->fix.line_length, in setup_disp_channel2() 193 fbi->fix.smem_start, in setup_disp_channel2() 194 fbi->fix.smem_start + in setup_disp_channel2() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 83 # TODO(kjellander): Bug 261: fix this warning. 540 "codecs/isac/fix/include", 546 "codecs/isac/fix/include/audio_decoder_isacfix.h", 547 "codecs/isac/fix/include/audio_encoder_isacfix.h", 548 "codecs/isac/fix/include/isacfix.h", 549 "codecs/isac/fix/source/arith_routines.c", 550 "codecs/isac/fix/source/arith_routines_hist.c", 551 "codecs/isac/fix/source/arith_routines_logist.c", 552 "codecs/isac/fix/source/arith_routins.h", 553 "codecs/isac/fix/source/audio_decoder_isacfix.cc", [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.6.rst | 4 Mesa 17.1.6 is a bug fix release which fixes bugs found since the 17.1.5 52 - svga: fix texture swizzle writemasking 64 - nir: fix algebraic optimizations 72 - radv: fix non-0 based layer clears. 73 - radv: fix buffer views on SI/CIK. 75 - radv/ac: port SI TC L1 write corruption fix. 93 - cherry-ignore: add "swr: fix transform feedback logic" 96 - cherry-ignore: add bindless textures fix 97 - cherry-ignore: add "st/glsl_to_tgsi: fix getting the image type for 99 - cherry-ignore: add yet another bindless textures fix [all …]
|
D | 12.0.4.rst | 4 Mesa 12.0.4 is a bug fix release which fixes bugs found since the 12.0.4 71 - configure.ac: fix the name of the Wayland Scanner pc file 75 - st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj() 85 - gbm: fix potential NULL deref of mapImage/unmapImage. 94 - anv/wsi: fix apps that acquire multiple images up front 101 - cherry-ignore: add vaapi encode fix 102 - cherry-ignore: add EGL_KHR_debug fix 138 - mesa/formatquery: limit ES target support, fix core context support 139 - nir: fix definition of pack_uvec2_to_uint 141 - st/mesa: fix is_scissor_enabled when X/Y are negative [all …]
|
D | 20.0.3.rst | 4 Mesa 20.0.3 is a bug fix release which fixes bugs found since the 20.0.2 84 - amd/addrlib: fix build on non-x86 platforms 119 - nir: fix clip/cull_distance_array_size in 121 - ac: fix fast division 122 - st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin 145 - aco: fix boolean undef regclass 146 - nir/gather_info: fix per-vertex handling in try_mask_partial_io 148 - glsl: fix race in instance getters 149 - util/u_queue: fix race in total_jobs_size access 153 - freedreno/ir3/ra: fix array liveranges [all …]
|
D | 10.3.3.rst | 4 Mesa 10.3.3 is a bug fix release which fixes bugs found since the 10.3.2 56 - mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC 65 - freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0 71 - freedreno/ir3: fix UCMP handling 75 - freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument 99 - r600g: fix polygon mode for points and lines and point/line fill 101 - radeonsi: fix polygon mode for points and lines and point/line fill 103 - radeonsi: fix incorrect index buffer max size for lowered 8-bit 122 - freedreno/ir3: fix error in bail logic 123 - freedreno/ir3: fix constlen with relative addressing [all …]
|
D | 20.3.1.rst | 4 Mesa 20.3.1 is a bug fix release which fixes bugs found since the 20.3.0 release. 61 - radeonsi: fix regression on gpus using the radeon winsys. 80 - nir: Redefine start/end_ip of blocks to fix NIR-to-TGSI liveness bugs. 85 - zink: fix channel ordering in format-mapping 109 - android: spirv: fix '::' typo in gen rules 118 - zink: fix direct image mapping offset 119 - zink: really fix direct image mapping offset (I mean it this time) 120 - st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT 128 - radeonsi: fix si_get_draw_start_count count value 141 - radv: fix exporting multiviews with NGG [all …]
|
D | 9.0.2.rst | 4 Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1 80 - glcpp: Typo fix. 97 - docs: fix release date of 9.0.1 103 - Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 117 - nvc0: fix missing permanent bo reference on poly cache 145 - nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D 148 - nouveau: fix undefined behaviour when testing sample_count 153 - r600g: fix lod bias/explicit lod with cube maps. 154 - glsl_to_tgsi: fix dst register for texturing fetches. 155 - glsl: fix cut-n-paste error in error handling. (v2) [all …]
|
D | 17.2.3.rst | 4 Mesa 17.2.3 is a bug fix release which fixes bugs found since the 17.2.2 52 - gallivm: fix typo in debug_printf message 85 - nv50/ir: fix 64-bit integer shifts 86 - nv50,nvc0: fix push hint logic in presence of a start offset 116 - anv/cmd_buffer: fix push descriptors with set > 0 122 - mesa: fix texture updates for ATI_fragment_shader 125 - glsl_to_tgsi: fix instruction order for bindless textures 129 - st/glsl_to_tgsi: fix conditional assignments to packed shader outputs 130 - amd/common: fix build_cube_select 131 - radeonsi/gfx9: fix geometry shaders without output vertices [all …]
|
D | 17.0.1.rst | 4 Mesa 17.0.1 is a bug fix release which fixes bugs found since the 17.0.0 69 - anv: fix Get*MemoryRequirements for !LLC 77 - tgsi: fix memory leak in tgsi sanity check 79 - radv: fix cik macroModeIndex. 81 - radv: fix depth format in blit2d. 82 - radv: fix txs for sampler buffers 103 - gallium/u_queue: fix a crash with atexit handlers 112 - gm107/ir: fix address offset bitfield for ATOMS 146 - i965/fs: fix uninitialized memory access 150 - radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start [all …]
|
D | 13.0.6.rst | 4 Mesa 13.0.6 is a bug fix release which fixes bugs found since the 13.0.5 63 - glsl: fix heap-buffer-overflow 93 - anv: fix Get*MemoryRequirements for !LLC 104 - tgsi: fix memory leak in tgsi sanity check 105 - radv: fix depth format in blit2d. 106 - radv: fix txs for sampler buffers 116 - cherry-ignore: don't pick nir_op_pack_double optimisation fix 123 - radv: fix the dynamic buffer index in vkCmdBindDescriptorSets 124 - radv/ac: fix multiple descriptor sets with dynamic buffers 133 - gallium/u_queue: fix a crash with atexit handlers [all …]
|
/external/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 10 - fix buffer overrun risk in unzip.c (Xavier Roche) 11 - fix a minor buffer insecurity in minizip.c (Mike Whittaker) 31 - fix memory leak in minizip.c 34 - fix bugs in minizip.c sample for zipping big file 35 - fix problem in month in date handling 36 - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 40 - fix bugs in zip.c 45 - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) 46 - fix miniunz.c for file without specific record for directory 49 - fix bug in unzGetCurrentFileInfo for get extra field and comment [all …]
|
/external/v8/third_party/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 10 - fix buffer overrun risk in unzip.c (Xavier Roche) 11 - fix a minor buffer insecurity in minizip.c (Mike Whittaker) 31 - fix memory leak in minizip.c 34 - fix bugs in minizip.c sample for zipping big file 35 - fix problem in month in date handling 36 - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 40 - fix bugs in zip.c 45 - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) 46 - fix miniunz.c for file without specific record for directory 49 - fix bug in unzGetCurrentFileInfo for get extra field and comment [all …]
|
/external/grpc-grpc/tools/distrib/ |
D | check_include_guards.py | 51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument 70 if fix: 80 def check(self, fpath, fix): argument 99 valid_guard, fix) 100 if fix: save(fpath, fcontents) 105 valid_guard, fix) 106 if fix: save(fpath, fcontents) 118 valid_guard, fix) 119 if fix: save(fpath, fcontents) 133 if fix: [all …]
|
/external/autotest/client/bin/self-test/ |
D | test | 7 fix=`/bin/pwd` 8 fix=`dirname $fix` 9 fix=`dirname $fix` 35 sed -e "s@$fix@SRC@" -e "s@, line [0-9]*@, line N@" \
|
/external/llvm/lib/Target/Sparc/ |
D | LeonFeatures.td | 39 "AT697E erratum fix: Do not emit SDIV, emit SDIVCC instead">; 43 "AT697E erratum fix: Restrict the size of the immediate " 48 "AT697E erratum fix: Do not rely on the zero bit flag " 53 "LEON2 erratum fix: Insert a NOP before the double " 57 "LEON3 erratum fix: Do not select FSMULD">; 61 "LEON3 erratum fix: Replace FMULS instruction with a " 67 "LEON3 erratum fix: Prevent any rounding mode change " 72 "LEON3 erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD " 77 "LEON3 erratum fix: Insert a NOP instruction after " 83 "LEON3 erratum fix: Flush cache line containing the " [all …]
|
/external/libkmsxx/utils/ |
D | fbtest.cpp | 31 struct fb_fix_screeninfo fix; in main() local 33 r = ioctl(fd, FBIOGET_FSCREENINFO, &fix); in main() 37 var.yres_virtual * fix.line_length, in main() 44 ptr, var.yres_virtual * fix.line_length, fix.line_length, 0); in main() 50 fix.line_length); in main()
|
/external/python/cpython2/Lib/test/ |
D | test_fpformat.py | 8 fix, sci, NotANumber = fpformat.fix, fpformat.sci, fpformat.NotANumber variable 24 result = fix(n, digits) 45 self.assertEqual(fix(100.0/3, 3), '33.333') 57 self.assertEqual(fix(1.0, 1000), '1.'+('0'*1000)) 62 self.assertEqual(fix(yacht, 10), yacht) 76 self.assertEqual(fpformat.fix(attack, digs), attack)
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | PatternFixer.java | 62 public String fix(String regexPattern, int patternOptions) { in fix() method in PatternFixer 123 public String fix(String regexPattern) { in fix() method in PatternFixer 124 return fix(regexPattern, 0); in fix() 129 …return Pattern.compile(new PatternFixer(Target.JAVA).fix(regexPattern, patternOptions), patternOpt… in compile() 133 return PatternCache.get(new PatternFixer(Target.JAVA).fix(regexPattern)); in compile() 138 return new PatternFixer(Target.JAVA).fix(regexPattern, patternOptions); in fixJava() 142 return new PatternFixer(Target.JAVA).fix(regexPattern); in fixJava()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | vmov-vmvn-illegal-cases.s | 4 @ CHECK: error: invalid instruction, any one of the following would fix this: 8 @ CHECK: error: invalid instruction, any one of the following would fix this: 12 @ CHECK: error: invalid instruction, any one of the following would fix this: 16 @ CHECK: error: invalid instruction, any one of the following would fix this: 20 @ CHECK: error: invalid instruction, any one of the following would fix this: 25 @ CHECK: error: invalid instruction, any one of the following would fix this: 29 @ CHECK: error: invalid instruction, any one of the following would fix this: 33 @ CHECK: error: invalid instruction, any one of the following would fix this: 37 @ CHECK: error: invalid instruction, any one of the following would fix this: 41 @ CHECK: error: invalid instruction, any one of the following would fix this:
|