Home
last modified time | relevance | path

Searched full:part (Results 13276 - 13300 of 24485) sorted by relevance

1...<<531532533534535536537538539540>>...980

/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c613 * part and then do a slow byte by byte copy for the in ntfs_decompress()
614 * overlapping part. Also, advance the destination in ntfs_decompress()
1477 /* get the free part in initial run */ in ntfs_compress_free()
1512 * move the unused part to the end. Doing so, in ntfs_compress_free()
1823 * only write the part which was requested in ntfs_compressed_pwrite()
H A Dwin32_io.c1209 unsigned int part = 0; in ntfs_device_win32_open() local
1219 numparams = sscanf(dev->d_name, "/dev/hd%c%u", &drive_char, &part); in ntfs_device_win32_open()
1238 ntfs_log_debug("win32_open(%s) -> drive %d, part %u.\n", in ntfs_device_win32_open()
1239 dev->d_name, drive_id, part); in ntfs_device_win32_open()
1240 err = ntfs_device_win32_open_partition(drive_id, part, &fd, in ntfs_device_win32_open()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c2 * ntfswipe - Part of the Linux-NTFS project.
1569 * Part of ntfsprogs.
1849 /* attribute is resident (part of MFT record) */ in destroy_record()
2051 /* read a part of the file bitmap */ in wipe_unrm()
2057 /* parse each byte of the just-read part of the bitmap */ in wipe_unrm()
/third_party/openGLES/extensions/ARB/
H A DARB_fragment_shader.txt315 of the GL 1.4 spec. Depth offset is considered part of the rasterization
396 (modify first paragraph, p. 6) ... are accurate to about 1 part in 10^5.
722 pixel rectangles or bitmpas. This executable program will become part of
1166 // If all went well, make the program object part of the current state
1305 - Fixed the last part of section 3.4.1, basic line segment
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc642 // We only read HTTP header part. If tunneling succeeds, response in htp_hdrs_completecb()
934 // We don't care trailer part exceeds header size limit; just in on_header_callback2()
949 // just store header fields for trailer part in on_header_callback2()
2058 // contain part of response body. So keep reading. Invoke in write_clear()
2168 // contain part of response body. So keep reading. Invoke in write_tls()
/third_party/mesa3d/src/mapi/glapi/gen/
H A Des_EXT.xml8 <!-- part of es1.1 extension pack -->
20 <!-- part of es1.1 extension pack -->
35 <!-- part of es1.1 extension pack -->
127 <!-- part of es1.1 extension pack -->
351 <!-- part of es1.1 extension pack -->
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js365 for (const part of dirParts) {
366 p = p.child(part);
1359 for (const part of split) {
1361 prev = prev.child(part, {
1364 fullpath: (abs += (sawFirst ? '' : joinSep) + part),
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js337 for (const part of dirParts) {
338 p = p.child(part);
1328 for (const part of split) {
1330 prev = prev.child(part, {
1333 fullpath: (abs += (sawFirst ? '' : joinSep) + part),
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1335 uint8_t part[32];
1336 U_ASSERT(partSize <= UPRV_LENGTHOF(part));
1341 int32_t partLength = coll->internalNextSortKeyPart(&iter, state, part, partSize, errorCode);
1347 dest.append(reinterpret_cast<char *>(part), partLength, errorCode);
1408 // Check that internalNextSortKeyPart() makes the same key, with several part sizes.
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl1005 ## 128-bit specific part of key schedule.
1023 ## 192-bit specific part of key schedule.
1040 ?vsldoi v0, v3, v0, 8 # vmovdqu 8(%rdi),%xmm0 # load key part 2 (very unaligned)
1061 ## 256-bit specific part of key schedule.
1072 lvx v0, 0, $inp # vmovdqu 16(%rdi),%xmm0 # load key part 2 (unaligned)
/third_party/python/Doc/howto/
H A Dfunctional.rst1236 Mertz also wrote a 3-part series of articles on functional programming
1238 `part 1 <https://developer.ibm.com/articles/l-prog/>`__,
1239 `part 2 <https://developer.ibm.com/tutorials/l-prog2/>`__, and
1240 `part 3 <https://developer.ibm.com/tutorials/l-prog3/>`__,
1259 Handy little function for printing part of an iterator -- used
/third_party/python/Doc/library/
H A Dtkinter.rst102 Ttk is distributed as part of Tk, starting with Tk version 8.5. Python
363 To illustrate, here is the Tcl/Tk equivalent of the main part of the Tkinter
542 object (with its own interpreter), all interpreters that are part of the same
713 the variable, with no further intervention on your part.
764 part of the implementation, and not an interface to Tk functionality.
H A Dstring.rst629 >>> ('The complex number {0} is formed from the real part {0.real} '
630 ... 'and the imaginary part {0.imag}.').format(c)
631 'The complex number (3-5j) is formed from the real part 3.0 and the imaginary part -5.0.'
758 valid identifier characters follow the placeholder but are not part of the
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl1005 ## 128-bit specific part of key schedule.
1023 ## 192-bit specific part of key schedule.
1040 ?vsldoi v0, v3, v0, 8 # vmovdqu 8(%rdi),%xmm0 # load key part 2 (very unaligned)
1061 ## 256-bit specific part of key schedule.
1072 lvx v0, 0, $inp # vmovdqu 16(%rdi),%xmm0 # load key part 2 (unaligned)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
636 /// include only the part that would've been loaded from Addr.
742 /// part of the value.
913 // Upon failure, verify that the masked-out part of the loaded value in expandPartwordCmpXchg()
915 // masked-in part must've. in expandPartwordCmpXchg()
H A DLiveInterval.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
880 /// For each VNI in \p SR, check whether or not that value defines part
947 // We have to split the subrange into a matching and non-matching part.
948 // Reduce lanemask of existing lane to non-matching part.
950 // Create a new subrange for the matching part
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp21 part or all of the Bison parser skeleton and distribute that work
70 /* Copy the first part of user declarations. */
210 /* Copy the second part of user declarations. */
1371 // Ignore errors in the short-circuited part of the expression.
1403 // Ignore errors in the short-circuited part of the expression.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
H A DARB_fragment_shader.txt305 of the GL 1.4 spec. Depth offset is considered part of the rasterization
386 (modify first paragraph, p. 6) ... are accurate to about 1 part in 10^5.
712 pixel rectangles or bitmpas. This executable program will become part of
1156 // If all went well, make the program object part of the current state
1295 - Fixed the last part of section 3.4.1, basic line segment
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCompressedTextureFormatTests.cpp306 // space to a linear color space as part of filtering. in GetOneBlockFormatTextureData()
320 // space to a linear color space as part of filtering, and any alpha component is in GetOneBlockFormatTextureData()
357 // space to a linear color space as part of filtering. in GetOneBlockFormatTextureData()
369 // space to a linear color space as part of filtering, and any alpha component is in GetOneBlockFormatTextureData()
397 // color space as part of filtering, and any alpha component is left unchanged. in GetOneBlockFormatTextureData()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c10 * This file is part of the FreeType project, and may only be used,
291 /* first character must be already part of the comment */
511 * the first character which isn't part of the just handled token.
776 /* first character must be a delimiter or a part of a number */
853 /* first character must be a delimiter or a part of a number */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
1806 // Push the last part. in RecordParts()
1824 assert (LHSNumParts && RHSNumParts && "Expected at least one part!");
1833 // Expect even part to always be alpha.
1842 // Expect odd part to always be numeric.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp154 // This does part 1 of Phi lowering, by creating a new dest variable for each
162 // This is in preparation for part 2 which deletes the Phi instructions and
172 // This does part 2 of Phi lowering. For each Phi instruction at each out-edge,
556 // If the target instruction "A=B" is part of a cycle, find the "X=A" in advancedPhiLowering()
1106 // That normally would have happened as part of emitLiveRangesEnded(), in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
523 // Calculate the exposed part of the reached use. in computePhiInfo()
758 // that is, uses that are part of the compiled program. Such a use in computeLiveIns()
1022 // whose use this def reaches. If DA covers LRef, then no part in traverse()
1030 // There could be other defs in this block that are a part of that in traverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
828 Function *Part = *Fns.begin(); in setCoroInfo() local
829 Module *M = Part->getParent(); in setCoroInfo()
830 auto *ArrTy = ArrayType::get(Part->getType(), Args.size()); in setCoroInfo()
958 // This transformation is done only in the resume part of the coroutine that has
/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.errors.txt414 case AuthorTokenKind.atkLCurly: // { is not part of the tree
420 case AuthorTokenKind.atkElse: // else is not part of the tree
423 case AuthorTokenKind.atkRBrack: // ] is not part of the tree
429 case AuthorTokenKind.atkRCurly: // } is not part of the tree
442 case AuthorTokenKind.atkWhile: // while (in do-while) is not part of the tree

Completed in 83 milliseconds

1...<<531532533534535536537538539540>>...980