/third_party/ffmpeg/libavcodec/x86/ |
H A D | hpeldsp.asm | 11 ;* This file is part of FFmpeg.
|
H A D | h264_idct_10bit.asm | 8 ;* This file is part of FFmpeg.
|
H A D | h264_chromamc.asm | 6 ;* This file is part of FFmpeg.
|
H A D | cfhddsp.asm | 5 ;* This file is part of FFmpeg.
|
H A D | qpeldsp.asm | 7 ;* This file is part of FFmpeg.
|
H A D | vp9lpf.asm | 7 ;* This file is part of FFmpeg. 1103 ; lines (high part). It is inlined to avoid the need of a staging area
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_mix.asm | 5 ;* This file is part of FFmpeg.
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 13 rem * you should have received as part of this distribution. The terms
|
H A D | generate.bat | 12 rem * you should have received as part of this distribution. The terms
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | float_dsp.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | scale.asm | 5 ;* This file is part of FFmpeg.
|
H A D | yuv_2_rgb.asm | 7 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 109 fate-mov-zombie: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_frames -bitexact -print_format compact $(TARGET_SAMPLES)/mov/white_zombie_scrunch-part.mov
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APFloat.h | 574 integerPart part; member
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 3729 s64 part; local 3936 part = ntfs_attr_pwrite(na, position + total, 3938 if (part > 0) 3939 total += part; 3940 } while ((part > 0) && (total < size));
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9lpf_neon.S | 4 * This file is part of FFmpeg. 341 @ matter for the flat8out part below, since we only update those pixels 366 @ If this part is skipped, the output is read from d21-d26 (which is the input 716 @ If we didn't need to do the flat8in part, we use the same writeback 757 @ If we did the flat8out part, we get the output in 782 @ If we didn't do the flat8out part, the output is left in the
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 605 executable, it's assumed that the executable is a tool that is producing part 2009 additionally express that the current target exposes the listed deps as part 2014 - public_configs that are part of the dependency are forwarded to direct 2035 Generally if you are writing a target B and you include C's headers as part 2037 be part of a unit, you should use public_deps instead of deps. 2185 part of the Xcode project generation).
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 166 C<indir> is used to run a part of the recipe in a different directory than 168 The part of the recipe that's run there is given by the codeblock BLOCK.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 166 C<indir> is used to run a part of the recipe in a different directory than 168 The part of the recipe that's run there is given by the codeblock BLOCK.
|
/third_party/python/Lib/ |
H A D | pdb.py | 569 # Walk an attribute chain up to the last part, similar to what 575 for part in dotted[1:-1]: 576 obj = getattr(obj, part) 812 # More than one part.
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Descriptors.java | 331 for (String part : strings) { in latin1Cat() 332 descriptorData.append(part); in latin1Cat() 2410 // We only found the first part of the symbol. Now look for in lookupSymbol()
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 484 {uri}local, or if the tag argument is given, the URI part of a QName. 969 for part in elem.itertext(): 970 write(part) 1051 # which take part of organizing file into lines. Within attributes,
|
/third_party/FatFs/source/ |
H A D | ff.c | 1626 /* FAT-LFN: Compare a part of file name with an LFN entry */ 1631 BYTE* dir /* Pointer to the directory entry containing the part of LFN */ in cmp_lfn() 1656 return 1; /* The part of LFN matched */ in cmp_lfn() 1662 /* FAT-LFN: Pick a part of file name from an LFN entry */ 1688 if (dir[LDIR_Ord] & LLEF && wc != 0) { /* Put terminator if it is the last LFN part and not terminated */ in pick_lfn() 1693 return 1; /* The part of LFN is valid */ in pick_lfn() 1726 if (wc == 0xFFFF || !lfn[i]) ord |= LLEF; /* Last LFN part is the start of LFN sequence */ in put_lfn() 3207 FRESULT find_fat_partition(FATFS *fs, los_part *part, BYTE *format, QWORD *start_sector) in find_fat_partition() argument 3220 (fmt < VBR_BS_NOT_FAT && part->part_no_mbr != 0)) { /* Not an FAT-VBR or forced partition number */ in find_fat_partition() 3223 extended_br = part in find_fat_partition() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | vpaes-armv8.pl | 715 // 128-bit specific part of key schedule. 733 // 192-bit specific part of key schedule. 748 ld1 {v0.16b}, [$inp] // vmovdqu 8(%rdi),%xmm0 # load key part 2 (very unaligned) 750 mov v6.16b, v0.16b // vmovdqa %xmm0, %xmm6 # save short part 771 // 256-bit specific part of key schedule. 780 ld1 {v0.16b}, [$inp] // vmovdqu 16(%rdi),%xmm0 # load key part 2 (unaligned)
|