Home
last modified time | relevance | path

Searched refs:rest (Results 451 - 475 of 600) sorted by relevance

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

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py193 with some keys converted while the rest force a warning."""
811 prefix, rest = "", path
813 prefix, rest = path.split("/", 1)
814 rest = os.path.normpath(rest) # :standardizepath
815 path = os.path.join(prefix, rest)
/third_party/node/tools/
H A Dtest.py693 def RunProcess(context, timeout, args, **rest):
708 **rest
883 (name, rest) = CarCdr(path)
887 result += test.GetBuildRequirements(rest, context)
891 (name, rest) = CarCdr(path)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_emulation.py193 with some keys converted while the rest force a warning."""
808 prefix, rest = "", path
810 prefix, rest = path.split("/", 1)
811 rest = os.path.normpath(rest) # :standardizepath
812 path = os.path.join(prefix, rest)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dpbuf.h479 * in *rest.
485 * @param[in] rest Indicates the pointer to store the remainder (after the first 64K) of the original pbuf chain.
490 void pbuf_split_64k(struct pbuf *p, struct pbuf **rest);
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfphw.S104 @ rest of it
145 @ rest of it
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dentry-arcv2.h84 ; Now manually save rest of reg file
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dbase.py243 test, message, *rest = skip_cond.args
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm194 # The rest is VMS specific
224 OPTS is the rest of the arguments, expected to be pairs formed with C<< => >>.
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm194 # The rest is VMS specific
224 OPTS is the rest of the arguments, expected to be pairs formed with C<< => >>.
/third_party/python/Lib/ctypes/
H A Dutil.py21 s, rest = sys.version[i:].split(" ", 1)
/third_party/python/Include/internal/
H A Dpycore_ast_state.h230 PyObject *rest; member
/kernel/linux/linux-5.10/sound/pci/
H A Dvia82xx.c415 unsigned int i, idx, ofs, rest; in build_via_table() local
441 rest = fragsize; in build_via_table()
457 r = snd_pcm_sgbuf_get_chunk_size(substream, ofs, rest); in build_via_table()
458 rest -= r; in build_via_table()
459 if (! rest) { in build_via_table()
468 "tbl %d: at %d size %d (rest %d)\n", in build_via_table()
469 idx, ofs, r, rest); in build_via_table()
476 } while (rest > 0); in build_via_table()
765 * calculate the linear position at the given sg-buffer index and the rest count
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsegment.c439 * nilfs_segctor_zeropad_segsum - zero pad the rest of the segment summary area
1086 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file() local
1089 inode, &data_buffers, rest + 1, 0, LLONG_MAX); in nilfs_segctor_scan_file()
1090 if (n > rest) { in nilfs_segctor_scan_file()
1134 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file_dsync() local
1137 n = nilfs_lookup_dirty_data_buffers(inode, &data_buffers, rest + 1, in nilfs_segctor_scan_file_dsync()
1145 BUG_ON(n > rest); in nilfs_segctor_scan_file_dsync()
1146 /* always receive -E2BIG or true error if n > rest */ in nilfs_segctor_scan_file_dsync()
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c674 size_t rest = buffer_size; in ext4_xattr_list_entries() local
686 if (size > rest) in ext4_xattr_list_entries()
694 rest -= size; in ext4_xattr_list_entries()
697 return buffer_size - rest; /* total size */ in ext4_xattr_list_entries()
1189 * case the rest of the work spills over to subsequent in ext4_xattr_inode_dec_ref_all()
1748 size_t rest = (void *)last - (void *)here + sizeof(__u32); in ext4_xattr_set_entry() local
1750 memmove((void *)here + size, here, rest); in ext4_xattr_set_entry()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegment.c434 * nilfs_segctor_zeropad_segsum - zero pad the rest of the segment summary area
1083 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file() local
1086 inode, &data_buffers, rest + 1, 0, LLONG_MAX); in nilfs_segctor_scan_file()
1087 if (n > rest) { in nilfs_segctor_scan_file()
1131 size_t n, rest = nilfs_segctor_buffer_rest(sci); in nilfs_segctor_scan_file_dsync() local
1134 n = nilfs_lookup_dirty_data_buffers(inode, &data_buffers, rest + 1, in nilfs_segctor_scan_file_dsync()
1142 BUG_ON(n > rest); in nilfs_segctor_scan_file_dsync()
1143 /* always receive -E2BIG or true error if n > rest */ in nilfs_segctor_scan_file_dsync()
/kernel/linux/linux-6.6/sound/pci/
H A Dvia82xx.c414 unsigned int i, idx, ofs, rest; in build_via_table() local
440 rest = fragsize; in build_via_table()
456 r = snd_pcm_sgbuf_get_chunk_size(substream, ofs, rest); in build_via_table()
457 rest -= r; in build_via_table()
458 if (! rest) { in build_via_table()
467 "tbl %d: at %d size %d (rest %d)\n", in build_via_table()
468 idx, ofs, r, rest); in build_via_table()
475 } while (rest > 0); in build_via_table()
765 * calculate the linear position at the given sg-buffer index and the rest count
/third_party/curl/lib/
H A Durlapi.c534 char *rest; in Curl_parse_port() local
553 port = strtol(portptr, &rest, 10); /* Port number must be decimal */ in Curl_parse_port()
558 if(rest[0]) in Curl_parse_port()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java298 int rest = limit & CodePointTrie.SMALL_DATA_MASK; in setRange()
314 if (rest > 0) { in setRange()
317 fillBlock(block, 0, rest, value); in setRange()
1055 // and not all of the rest of the fast block is filled with this value. in compactData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java291 int rest = limit & CodePointTrie.SMALL_DATA_MASK; in setRange()
307 if (rest > 0) { in setRange()
310 fillBlock(block, 0, rest, value); in setRange()
1047 // and not all of the rest of the fast block is filled with this value. in compactData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp550 glw::GLuint rest = totalSize % offsetAlignment; in countAlignedSize() local
551 if (0 == rest) in countAlignedSize()
555 return totalSize + offsetAlignment - rest; in countAlignedSize()
/kernel/linux/linux-5.10/drivers/block/
H A Dps3vram.c620 char *rest; in ps3vram_probe() local
654 ddr_size = ALIGN(memparse(size, &rest), 1024*1024); in ps3vram_probe()
/kernel/linux/linux-6.6/drivers/block/
H A Dps3vram.c614 char *rest; in ps3vram_probe() local
648 ddr_size = ALIGN(memparse(size, &rest), 1024*1024); in ps3vram_probe()
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl59 pod2usage(2) if ($cmd ne "search" && $cmd ne "rest" && $cmd ne "validate" && $cmd ne "undefined");
965 if ($cmd eq "rest") {
999 B<rest> - output the ABI in ReST markup language
1085 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete
/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm172 movd dword r4d, xm1 ; zero extends to the rest of r4q
291 movd dword r4d, xm5 ; zero extends to the rest of r4q
/third_party/benchmark/src/
H A Dsysinfo.cc86 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp() argument
88 PrintImp(out, std::forward<Rest>(rest)...); in PrintImp()

Completed in 42 milliseconds

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