Home
last modified time | relevance | path

Searched refs:part (Results 476 - 500 of 578) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/ffmpeg/libavcodec/x86/
H A Dhpeldsp.asm11 ;* This file is part of FFmpeg.
H A Dh264_idct_10bit.asm8 ;* This file is part of FFmpeg.
H A Dh264_chromamc.asm6 ;* This file is part of FFmpeg.
H A Dcfhddsp.asm5 ;* This file is part of FFmpeg.
H A Dqpeldsp.asm7 ;* This file is part of FFmpeg.
H A Dvp9lpf.asm7 ;* 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 Dvf_lut3d.asm6 ;* This file is part of FFmpeg.
/third_party/ffmpeg/libavresample/x86/
H A Daudio_mix.asm5 ;* This file is part of FFmpeg.
/third_party/curl/projects/
H A Dbuild-wolfssl.bat13 rem * you should have received as part of this distribution. The terms
H A Dgenerate.bat12 rem * you should have received as part of this distribution. The terms
/third_party/ffmpeg/libavutil/x86/
H A Dfloat_dsp.asm6 ;* This file is part of FFmpeg.
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm5 ;* This file is part of FFmpeg.
H A Dyuv_2_rgb.asm7 ;* This file is part of FFmpeg.
/third_party/ffmpeg/tests/fate/
H A Dmov.mak109 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 DAPFloat.h574 integerPart part; member
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c3729 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 Dvp9lpf_neon.S4 * 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 Dvariables.cc605 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 DTest.pm166 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 DTest.pm166 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 Dpdb.py569 # 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 DDescriptors.java331 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 DElementTree.py484 {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 Dff.c1626 /* 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 Dvpaes-armv8.pl715 // 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)

Completed in 40 milliseconds

1...<<11121314151617181920>>...24